﻿body,
html {
    height: 100%;
}

.wrapper {
    height: auto !important;
    height: 100%;
    margin: 0 auto -99px;
    min-height: 100%;
    background-color: #f8f9fa !important;
}

#push {
    height: 99px;
}

body.dark-mode .wrapper {
    background-color: #140035 !important;
}

/*------------------------------------
  jQuery UI
------------------------------------*/
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
    z-index: 91199;
}

body.dark-mode .ui-autocomplete {
    background-color: #222728;
    border-color: #013558;
}

.ui-autocomplete .left {
    float: left;
}

.ui-autocomplete .right {
    float: right;
}

/*.ui-autocomplete .ui-menu-item {
        color: #1e2022;
        padding: .25rem .5rem;
        transition: all .1s ease-in-out;
    }*/

/*body.dark-mode .ui-autocomplete .ui-menu-item {

    border-color: #013558;
}

body.dark-mode .ui-autocomplete .ui-menu-item {
    color: #a2b9c8 !important
}

    .ui-autocomplete .ui-menu-item:not(:last-child) {
        border-bottom: 1px solid #e7eaf3;
    }*/

/*.ui-autocomplete .ui-menu-item-wrapper {
        display: block;
        color: inherit;
        background-color: transparent;
        border-color: transparent;
        padding: 7px 15px;
    }*/

/*.ui-widget.ui-widget-content {
    border: thin solid #e7eaf3;
    border-radius: .125rem;
    box-shadow: 0 2px 16px 8px rgba(140, 152, 164, 0.135);
}*/

/*.ui-autocomplete .ui-menu-item-wrapper.ui-state-active, .ui-autocomplete .ui-menu-item-wrapper:hover {
    color: #fff;
    background-color: #3498db;
    border-radius: 0.125rem;
    text-decoration: none;
}*/

/*.ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper {
    color: #fff;
    background-color: #3498db;
    border-radius: 0.125rem;
}*/

.ui-autocomplete-category {
    padding: 5px 15px;
    margin: 0;
    font-weight: bold;
}

.jvectormap-container {
    width: 100%;
    height: 100%;
}

.hd-doc-search__category {
    display: block;
    color: #377dff;
}

.ui-autocomplete-input.form-control:not(:last-child) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
}

.anomaly {
    background: #f9f9f9 !important;
}

body.dark-mode .anomaly {
    background: #012c49 !important;
}

tspan {
    text-decoration: none;
    text-shadow: none !important;
}

body.dark-mode .highcharts-data-labels text {
    color: #a2b9c8 !important;
    fill: #a2b9c8 !important;
}

/*------------------------------------
  Vertical Divider
------------------------------------*/
body.dark-mode .u-ver-divider-left::before {
    border-color: #013558 !important;
}

.u-ver-divider-left {
    position: relative;
}

.u-ver-divider-left::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-right: 1px solid #e7eaf3;
    content: "";
}

/* Breakpoint */
@media (max-width: 575.98px) {
    .u-ver-divider-left--none-sm::after {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .u-ver-divider-left--none-md::after {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .u-ver-divider-left--none-lg::after {
        display: none;
    }
}

.u-label-inline {
    display: inline !important;
}

.mn-3 {
    margin-top: -3px;
    margin-bottom: -3px;
}

.mn-b3 {
    margin-bottom: -3px;
}

.wordwrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

a.address-tag {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

@media (max-width: 760px) {
    .dropdown-menu-sm-right {
        right: 0;
        left: 0 !important;
    }
}

/*.ui-menu-item-wrapper__icon {
	color: #3498db;
}
    
.ui-menu-item:hover .ui-menu-item-wrapper__icon {
	color: #fff;
}*/

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff !important;
    border-color: #5f6a74 !important;
    background-color: #5f6a74 !important;
}

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #0d6efd; /* Blue */
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.page-link {
    background-color: rgba(52, 152, 219, 0.1);
    color: #0d6efd !important;
    transition: all 0.2s ease-in-out;
    border-radius: 5px !important;
    margin-right: 5px !important;
    border-color: #0d6efd !important;
}

.page-link:hover {
    color: #fff !important;
    font-weight: inherit !important;
}

.page-link-badge {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-right: 5px;
    line-height: 1.25;
    color: #77838f;
    background-color: rgba(52, 152, 219, 0.1);
    border: 0 solid #77838f;
    font-size: 11px;
    border-radius: 5px;
}

.custom-select-page {
    height: calc(1.75rem + 2px);
    padding: 0.375rem;
    padding-right: 1.15rem;
    font-size: 80%;
    background-position: right 0.375rem center;
    background-size: 7px 8px;
    background-color: #fff !important;
    border-radius: 5px;
}

.page-link:disabled {
    background-color: rgba(52, 152, 219, 0.1) !important;
    color: gray !important;
    transition: all 0.2s ease-in-out;
    border-radius: 5px !important;
    margin-right: 5px !important;
    border-color: #0d6efd !important;
}

.page-link:disabled:hover {
    background-color: rgba(52, 152, 219, 0.1) !important;
    color: gray !important;
    transition: all 0.2s ease-in-out;
    border-radius: 5px !important;
    margin-right: 5px !important;
    border-color: #0d6efd !important;
}

@media (max-width: 992px) {
    .custom-drop {
        width: inherit !important;
        margin-left: auto !important;
    }
}

.custom-drop-non {
    display: none;
}

.custom-drop {
    display: block;
    width: 78%;
    margin-left: 120.713px;
}

.custom-drop-hover {
    min-width: 230px;
    display: block;
    color: inherit !important;
}

.custom-drop-hover-none {
    min-width: 230px;
    display: block;
    color: inherit !important;
}

@media (max-width: 992px) {
    .fs-address {
        word-break: break-word;
        white-space: normal;
    }
}

/* acordation css */

.accordion-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    max-width: 30rem;
    border-radius: 0.4rem;
    overflow: hidden;
    box-shadow: 0 0 0.8rem 0.1rem rgba(15, 72, 179, 0.06), 0 20px 30px -10px rgba(15, 72, 179, 0.2);
    list-style: none !important;
}
.accordion-list__item + .accordion-list__item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    list-style: none !important;
}
.accordion-item--opened .accordion-item__icon {
    transform: rotate(90deg);
}
.accordion-item--opened .accordion-item__inner {
    max-height: 100rem;
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition-duration: 0.5s;
    transition-property: max-height;
}
.accordion-item--opened .accordion-item__content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    transition-property: opacity, transform;
}
.accordion-item__line {
    display: block;
    padding: 0.8rem 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    z-index: 2;
    position: relative;
}
.accordion-item__title {
    font-size: 0.875rem;
    margin: 0;
    font-weight: 700;
    color: #121212;
}
.accordion-item__icon {
    width: 0.8rem;
    height: 0.8rem;
    transition: transform 0.3s ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 2;
    color: #000;
    font-weight: bolder;
}
.accordion-item__inner {
    max-height: 0;
    overflow: hidden;
    text-transform: cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transition-duration: 0.5s;
    transition-property: max-height;
    z-index: 1;
    position: relative;
}
.accordion-item__content {
    opacity: 0;
    transform: translateY(-1rem);
    transition-timing-function: linear, ease;
    transition-duration: 0.1s;
    transition-property: opacity, transform;
    transition-delay: 0.5s;
    padding: 1rem;
}
.accordion-item__paragraph {
    margin: 0;
    color: #333;
    font-weight: 300;
    line-height: 1.3;
}
.accordion__body_type_sec {
    font-size: 0.8rem;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace !important;
    color: #6c757d !important;
}

/* update 02-01-2023 */

.show-acordian {
    height: 150px;
    overflow: hidden;
    transition: 0.3s ease;
}

.hide-acordian {
    height: 0px;
    overflow: hidden;
    transition: 0.3s ease;
}

.show_div {
    display: block !important;
}

.hide_div {
    display: none !important;
}
