html {
    border: none !important;
    scrollbar-color: #2C9FDA #f1f1f1;
    scrollbar-width: thin;
    height: 100%;
}

body {
    background-color: #F9F9F9;
    height: 100%;
    display: flex;
    flex-direction: column;
}

footer.footer {
    margin-top: auto;
}

* {
    box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2C9FDA;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4eb2ea;
}

.carousel-general .carousel-inner {
    max-height: 600px;
}

.carousel-general img {
    max-height: 600px;
    object-fit: cover;
}

.carousel-general .carousel-control-prev-icon, .carousel-general .carousel-control-next-icon {
    height: 50px;
    width: 50px;
}

.map {
    height: 400px;
    width: 100%;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.main-nav-blur {
    backdrop-filter: saturate(200%) blur(11px);
    background-color: hsla(0, 0%, 100%, .35) !important;
}

.signin-btn:hover {
    color: #2C9FDA !important;
}

a:hover {
    color: #2C9FDA;
}

.header-logo {
    width: 120px;
}

.header-logo svg {
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.2));
}

.btn-info {
    --bs-btn-bg: #2C9FDA;
}

.product-carousel-thumb {
    opacity: 0.6;
    cursor: pointer;
}

.product-carousel-thumb.active {
    opacity: 1;
    cursor: default;
}

.richtext-image {
    margin-bottom: 16px;
}

.richtext-image.full-width {
    display: block;
    width: 100%;
    object-fit: cover;
}

.richtext-image.right {
    display: block;
    margin-left: auto;
}

.block-richTextFX a {
    text-decoration: underline;
}

.block-richTextFX blockquote {
    border-left: 3px solid #6c757d;
    padding-left: 10px;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.block-tableFX {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 0;
    --bs-card-border-color: rgba(0, 0, 0, .125);
    --bs-card-border-radius: 0.75rem;
    --bs-card-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    --bs-card-inner-border-radius: 0.75rem;
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: #fff;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    margin-bottom: 16px;
}

.block-tableFX table {
    --bs-table-color: #7b809a;
    --bs-table-bg: transparent;
    --bs-table-border-color: #f0f2f5;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #7b809a;
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: #7b809a;
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: #7b809a;
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
    margin-bottom: 0;
}

.block-tableFX table > :not(caption) > * > * {
    padding: .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.block-tableFX table > tbody {
    vertical-align: inherit;
}

.block-tableFX table > thead {
    vertical-align: bottom;
}

.vote-range {
    height: 4px;
    background: #dee2e6;
    width: 100%;
    max-width: 500px;
}

.vote-range-inner {
    height: 100%;
    background: #03a9f4;
    width: 0%;
    transition: width 1s ease;
}

.list-group-item.active {
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.error-form-badge {
    text-align: left;
}

.error-form-badge ul {
    white-space: normal;
    line-height: 1.4;
    margin: 0;
}

.alert ul {
    margin: 0;
}

.dropdown .dropdown-menu .dropdown-item + .dropdown-menu:before {
    top: 10px;
}

.navbar-nav .nav-item.active .nav-link {
    color: #4eb2ea !important;
}

.navbar-nav .dropdown-menu .nav-item.list-group-item.active {
    background: #ffffff;
}

.navbar-nav .dropdown-menu .nav-item.list-group-item.active .dropdown-item {
    background: #4eb2ea;
}

.weather-widget {
    padding-right: 10px;
}

.weather-desc {
    margin-top: 2px;
}

.e-profile .nav-link{
    color: #2C9FDA;
}
.e-profile .nav-link.active{
    color: rgb(73, 80, 87);
    border-bottom: 2px solid #fff;
}

.choices .choices__list.choices__list--single, .choices .choices__list.choices__list--single:focus {
    background-image: linear-gradient(0deg, #2C9FDA 2px, rgba(156, 39, 176, 0) 0), linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0);
}

.choices[data-type*=select-one]:after {
    content: 'expand_more';
    font-family: "Material Icons Round";
}

.email-lang-form .choices__item {
    text-transform: capitalize;
}

.back-nav-btn .label {
    line-height: 1;
}

.back-nav-btn {
    transition: color 0.3s ease;
}

.back-nav-btn:hover {
    color: #4eb2ea !important;
}


.notification {
    position: relative;
    display: inline-block;
}

.notification-label {
    position: absolute;
    top: 6px;
    right: -24px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2C9FDA;
}

.notification-readin {
    position: absolute;
    top: 1px;
    right: -32px;
}

.block-youtubeBlock iframe {
    width: 100%;
    height: 500px;
}

.transactions-badge {
    padding-top: 7px;
}

.profile-outer-description {
    border: 1px solid #2C9FDA;
}

.table {
    color: #344767;
}

@media screen and (min-width: 992px) {
    .about-content {
        min-height: 400px;
    }
    .about-image {
        position: absolute;
    }

    .navbar-nav .nav-link {
        color: #fff !important;
    }

    .navbar-nav .nav-item.active .nav-link {
        color: #4eb2ea !important;
    }

    .e-profile .table-responsive:first-child {
        border-right: 1px solid #dee2e6 !important;
    }

    .e-profile .table-responsive:first-child.without-border {
        border: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .header-lang-dropdown {
        max-width: 175px;
        padding-left: 14px;
    }
    .navbar-toggler + .navbar-collapse .dropdown.nav-item .dropdown-menu {
        overflow: auto;
    }

    .navbar-nav .dropdown .nav-link {
        position: relative;
    }

    .navbar-dropdown-arrow {
        width: 40px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media screen and (max-width: 545px) {
    .block-youtubeBlock iframe {
        height: 300px;
    }
    .profile-outer-description p {
        font-size: 12px !important;
    }
}

@media screen and (max-height: 517px) {
    .page-header {
        padding-top: 150px;
    }
}

@media screen and (max-width: 360px) {
    .profile-outer-description>div {
        width: 100%;
    }
    .profile-outer-description img {
        width: 50% !important;
    }
}