/* PasswordToggleWidget display error */
div.input-group-merge.input-group-merge + .invalid-feedback{
    display: block;
}

/* Set scrollbar for dropdown selection */
.choices__list[role="listbox"]{
    max-height: 200px;
    overflow-y: auto;
}


input.form-control:disabled {
    background-color: #edf2f9;
}
.choices.is-disabled .select {
    background-color: #edf2f9;
    cursor: default;
}

.app-logo {
    height: 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px dashed #d2ddec;
    border-radius: .375rem;
    text-align: center;
    color: #95aac9;
    margin-bottom: 1.5rem
}

.app-logo {
    width: 100px
}

.app-logo-img {
    display: none;
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.app-logo-text {
    display: block
}

/* footer nav fix */

.fixed-bottom {
    left: 219px;
}

.bg-white {
    background-color: #fff!important;
}

.py-3 {
    padding-bottom: 0.75rem!important;
    padding-top: 0.75rem!important;
}

.px-5 {
    padding-left: 2.25rem!important;
    padding-right: 2.25rem!important;
}

.justify-content-between {
    justify-content: space-between!important;
}

.d-flex {
    display: flex!important;
}

.spinner.loading-sm {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    -webkit-animation: rotation 0.7s infinite linear;
            animation: rotation 0.7s infinite linear;
    border-width: 1px;
    border-style: solid;
    border-color: #3266ff #E3EBF6 #E3EBF6;
    border-radius: 100%;
}

#storesOrderSearchModal table thead { 
    position: sticky; 
    top: 0px; 
    z-index: 10; 
} 

.spinner.loading {
    width: 3rem;
    height: 3rem;
    content: "";
    -webkit-animation: rotation 0.7s infinite linear;
            animation: rotation 0.7s infinite linear;
    border-width: 4px;
    border-style: solid;
    border-color: #3266ff #E3EBF6 #E3EBF6;
    border-radius: 100%;
}

.overlay .spinner.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    height: 3rem;
    content: "";
    -webkit-animation: rotation 0.7s infinite linear;
            animation: rotation 0.7s infinite linear;
    border-width: 4px;
    border-style: solid;
    border-color: #3266ff #E3EBF6 #E3EBF6;
    border-radius: 100%;
  }

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(255,255,255,0.8);
    z-index: 1000;
    cursor: pointer;
}

.card.loading .overlay{
    display: block;
}

.chart-legend-indicator{
    width:.7rem;
    height:.7rem;
    border-radius:20%
}

#chart-tooltip {
    z-index: 10000;
}

.mr-auto,.mx-auto{
    margin-right:auto!important
}

.htmx-indicator{
    display: none;
}
.htmx-request .htmx-indicator{
    display: block;
}
.htmx-request.htmx-indicator{
    display: block;
}

.htmx-request .htmx-dispaly-value{
    display: none;
}

.pagination .page-link .fe {
    line-height: normal;
}