

@media (min-width: 992px) { 
    .bs-dropdown-min-width-40rem {
        --bs-dropdown-min-width: 40rem;
    }
}


.main-header {
  min-height: calc(100vh - 0.5rem) !important;
  margin: 0.25rem !important;
}

@media (min-width: 768px) {
  .main-header-md {
    min-height: calc(100vh - 1rem) !important;
    margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .main-header-xl {
    min-height: calc(100vh - 2rem) !important;
    margin: 1rem !important;
  }
}


/* loader  */
.loader-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    background-color: var(--bs-primary) !important;
    display:flex;
    justify-content: center !important;
    align-items: center !important;
    z-index: 2000 !important;
}


/* Carret dropdown  */
.path {
    stroke: var(--bs-dropdown-border-color);
    stroke-width: 1px;
    stroke-dasharray: 12.6;
    stroke-dashoffset: 4.6;
    stroke-linejoin: round;
}


/*  Timer  */
#timerCountDown div {
    text-align: center;
}

#timerCountDown div span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}

.sidebar .active {
    background: rgba(var(--bs-primary-rgb), 0.1) !important;
    color: var(--bs-primary) !important;
}


.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

.active .active-check {
    display: inline-block !important;
}


