﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.rz-radio-button-list-horizontal {
    outline: none !important;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


.border-custom {
    border: 3px solid #52D3D3 !important;
}

.btn-light-marron {
    background: #52D3D3 !important;
}

    .btn-light-marron:hover {
        background: #022340 !important;
        color: white !important;
    }

.border-dark-grey {
    border: 2px solid #cfd2d4;
}

.opacity-8 {
    opacity: .8 !important
}

.btn-outline-success:hover {
    background-color: transparent !important;
}

.home-main-background {
    background-image: linear-gradient(to left, #F12A4D, #C81553) !important;
}

.nav-item .active {
    color: white !important;
}

.btn-ligt-sky {
    background: #52D3D3 !important;
    color: white !important;
}

.light-sky-text-color {
    color: #52D3D3 !important;
}

@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {
}


@media (max-width: 1199.98px) {
}

@media (max-width: 1399.98px) {
}

@media (max-width:991.98px) {
    .home-banner {
        background-size: 75% !important;
    }
}

@media (max-width: 600px) {
    .highcharts-figure,
    .highcharts-data-table table {
        width: 100%;
    }

        .highcharts-figure .chart-container {
            width: 300px;
            float: none;
            margin: 0 auto;
        }
}

.home-banner-1 {
    background: url('/images/Care Cure_Home page_ Illustrations and icons (development team) - DEC-46.svg');
    background-position-x: right;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.home-banner-2 {
    background: url('/images/Care Cure_Home page_ Illustrations and icons (development team) - DEC-48.svg');
    background-position-x: right;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.home-banner-3 {
    background: url('/images/Care Cure_Home page_ Illustrations and icons (development team) - DEC-47.svg');
    background-position-x: right;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .medical-aid-section {
        width: 100%;
    }

    .call-chat-email-section {
        width: 450px;
    }
}

@media (min-width: 992px) {
    .medical-aid-section {
        width: 75%;
    }

    .home-banner {
        background-size: 75% !important;
    }

    .call-chat-email-section {
        width: 450px;
    }
}

@media (min-width: 1200px) {
    .medical-aid-section {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .w-step-responsive {
        width: 50% !important;
    }
}

@media (max-width: 700px) {
    .w-step-responsive {
        width: 80% !important;
    }
}

.w-step-responsive {
    width: 35%;
}

@media (min-width: 1400px) {
}


.step-circle {
    width: 4.5rem !important;
    height: 4.5rem !important;
}

    .step-circle::before {
        width: calc(5rem + 1rem - 4.5rem);
    }


.w-35 {
    width: 35% !important;
}


input[type=range] {
    height: 32px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000;
        background: #52D3D3;
        border-radius: 25px;
        border: 1px solid #8A8A8A;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 1px 1px 1px #828282;
        border: 1px solid #8A8A8A;
        height: 25px;
        width: 25px;
        border-radius: 20px;
        background: #DADADA;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -9px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #52D3D3;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 16px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000;
        background: #52D3D3;
        border-radius: 25px;
        border: 1px solid #8A8A8A;
    }

    input[type=range]::-moz-range-thumb {
        box-shadow: 1px 1px 1px #828282;
        border: 1px solid #8A8A8A;
        height: 24px;
        width: 35px;
        border-radius: 6px;
        background: transparent;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 16px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #52D3D3;
        border: 1px solid #8A8A8A;
        border-radius: 50px;
        box-shadow: 0px 0px 0px #000000;
    }

    input[type=range]::-ms-fill-upper {
        background: #52D3D3;
        border: 1px solid #8A8A8A;
        border-radius: 50px;
        box-shadow: 0px 0px 0px #000000;
    }

    input[type=range]::-ms-thumb {
        margin-top: 1px;
        box-shadow: 1px 1px 1px #828282;
        border: 1px solid #8A8A8A;
        height: 24px;
        width: 35px;
        border-radius: 6px;
        background: transparent;
        cursor: pointer;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #52D3D3;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #52D3D3;
    }

.h-reponsive-banner-our-story {
    height: 457px !important;
}




.portal-bg {
    background: #022340 !important;
    background-color: #022340 !important;
}

.portal-bg-light {
    background: #273A54 !important;
    background-color: #273A54 !important;
}


@media (max-width: 575px) {

    .m-h-400 {
        height: 200px !important
    }

    .ourstory-banner {
        background-position-x: -25px !important;
        background-position-y: 4px !important;
    }
}

.m-h-400 {
    height: 400px
}


@media (max-width: 1420px) and (min-width: 575.98px) {
    .contact-us-banner,
    .ourstory-banner {
        background-position-x: -85px !important;
        background-position-y: 4px !important;
    }
}


@media (max-width:1199px) {
    .order-1-mobile {
        order: 1 !important;
    }

    .order-0-mobile {
        order: 0 !important;
    }
}




@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@-ms-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@-moz-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

#animate-area {
    width: 3294px;
    height: 100px;
    background-image: url('/images/imagebanner.jpg');
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: animatedBackground 10s linear infinite;
    -ms-animation: animatedBackground 10s linear infinite;
    -moz-animation: animatedBackground 10s linear infinite;
    -webkit-animation: animatedBackground 10s linear infinite;
}

@keyframes animatedBackground2 {
    0% {
        background-position: 0px;
    }

    100% {
        background-position: 0px 1222px;
    }
    /* set this to the height of the image */
}

@-webkit-keyframes animatedBackground2 {
    0% {
        background-position: 0px;
    }

    100% {
        background-position: 0px 1222px;
    }
    /* set this to the height of the image */
}

@-ms-keyframes animatedBackground2 {
    0% {
        background-position: 0px;
    }

    100% {
        background-position: 0px 1222px;
    }
    /* set this to the height of the image */
}

@-moz-keyframes animatedBackground2 {
    0% {
        background-position: 0px;
    }

    100% {
        background-position: 0px 1222px;
    }
    /* set this to the height of the image */
}

.text-light-cyaon {
    color: #52D3D3 !important
}

.filtercurrent {
    overflow: scroll;
    overflow-x: hidden;
}


::-webkit-scrollbar-corner {
    background-color: transparent !important
}

.overlay-custom {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    overflow: hidden;
    position: absolute;
    background: black;
    opacity: 0.5;
    z-index: 10000;
}

.light-shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.highlited-shadow {
    box-shadow: 0 6px 17px rgba(0, 0, 0, 0.3);
}

.rz-slider-handle {
    background: #52D3D3 !important;
    border: 4px solid white !important;
}


.custom-control-input.is-valid ~ .custom-control-label {
    color: inherit !important;
}

    .custom-control-input.is-valid ~ .custom-control-label::before {
        border-color: inherit !important;
    }

.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: inherit !important;
}

.custom-control-input.is-invalid ~ .custom-control-label {
    color: inherit !important;
}

.rz-calendar-w-btn .rz-inputtext {
    border-radius: var(--rz-border-radius-10) !important;
    padding: 1.6rem !important;
    font-weight: bold;
}


.step-active .step-circle::before {
    color: white !important;
}

.step-circle::before {
    height: 3px !important;
}


.rz-slider {
    background-color: white !important;
}

.rz-slider-range {
    background-color: rgb(82, 211, 211) !important
}

#medical-aid-card-details .custom-control-label::before {
    left: 0rem !important;
}

#medical-aid-card-details .custom-checkbox input:checked + label:after {
    left: 10px !important;
}

.custom-checkbox {
    display: block;
    margin-bottom: 15px;
}

    .custom-checkbox input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .custom-checkbox label {
        position: relative;
        cursor: pointer;
    }

        .custom-checkbox label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #0079bf;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }

    .custom-checkbox input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: -10px;
        width: 6px;
        height: 14px;
        border: solid #52D3D3;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        color: #52D3D3 !important;
        border-color: #52D3D3 !important;
        background-color: inherit !important;
    }

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    color: white !important;
    border-color: white !important;
    background-color: white !important;
}

.custom-switch .custom-control-label::before {
    color: white !important;
    border-color: white !important;
    background-color: transparent !important;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    color: white !important;
    border-color: white !important;
    background-color: #52D3D3 !important;
}

.custom-checkbox label:before {
    border-color: #52D3D3 !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none !important
}

.rz-dialog-rounded {
    border-radius: 3rem !important;
}


.gap-inherit {
    gap: inherit !important;
}

.highcharts-exporting-group {
    display: none !important
}

.rz-notification {
    bottom: 0 !important;
    right: 19px !important;
    top: unset !important;
}

.card-with-no-bottom .card {
    margin-bottom: 0px !important;
}


.tooltip-budget {
    position: absolute;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px;
    display: none;
    top: -10px;
    width: max-content;
}

.rzi-circle-on {
    height: 1rem !important;
    width: 1rem !important;
    background-color: aqua !important;
}

.rz-radiobutton {
    height: 2rem !important;
    width: 2rem !important;
}


#contactus-form .rz-dropdown-label {
    font-weight: bolder !important;
    color: ghostwhite !important;
}

#contactus-form .rz-dropdown {
    background: transparent !important;
    width: 100%;
    min-width: 460px;
    border-radius: 2rem !important;
    outline: 1px solid #cfd2d4;
}

    #contactus-form .rz-dropdown:not(:disabled):not(.rz-state-disabled):hover {
        box-shadow: none;
        border: 1px solid #cfd2d4;
    }

    #contactus-form .rz-dropdown:not(:disabled):not(.rz-state-disabled):focus {
        box-shadow: none;
        border: 1px solid #cfd2d4;
    }


.valid.modified:not([type=checkbox]) {
    outline: 1px solid #cfd2d4;
}


.spinner-overlay-custom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent white */
    z-index: 9999; /* high z-index to ensure it's on top of other elements */
    display: none; /* hidden by default */
    justify-content: center;
    align-items: center;
}

.spinner-custom {
    width: 100px;
    height: 100px;
    position: relative;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.form-with-white-bg .custom-select {
    background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/></svg>") right .75rem center/8px 10px no-repeat !important;
}

.custom-select {
    background: #fff url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/></svg>") right .75rem center/8px 10px no-repeat !important;
}


.form-with-white-bg input {
    border: solid 2px !important;
    background: transparent !important;
}

.form-with-white-bg select {
    border: solid 2px !important
}

.form-with-white-bg textarea {
    border: solid 2px !important;
    background: transparent !important;
}

textarea {
    resize: none;
}



/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) and (min-width:1199.98px) {
    .h-reponsive-banner-our-story {
        height: 381px !important;
    }

    .px-25 {
        padding-left: 13rem !important;
        padding-right: 13rem !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) and (min-width:991.98px) {
    .h-reponsive-banner-our-story {
        height: 314px !important;
    }

    .px-25 {
        padding-left: 13rem !important;
        padding-right: 13rem !important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) and (min-width:767.98px) {
    .h-reponsive-banner-our-story {
        height: 243px !important;
    }

    .px-25 {
        padding-left: 13rem !important;
        padding-right: 13rem !important;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) and (min-width:575.98px) {
    .h-reponsive-banner-our-story {
        height: 222px !important;
    }

    .px-25 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) and (min-width:415px) {
    .h-reponsive-banner-our-story {
        height: 174px !important;
    }

    .contact-us-banner,
    .ourstory-banner {
        background-position-x: -25px !important;
        background-position-y: 4px !important;
    }

    .px-25 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
}

@media (max-width: 360px) {
    .h-reponsive-banner-our-story {
        height: 118px !important;
    }

    .contact-us-banner,
    .ourstory-banner {
        background-position-x: -25px !important;
        background-position-y: 4px !important;
    }

    .px-25 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
}

@media (max-width: 415px) and (min-width: 361px) {
    .h-reponsive-banner-our-story {
        height: 134px !important;
    }

    .contact-us-banner,
    .ourstory-banner {
        background-position-x: -25px !important;
        background-position-y: 4px !important;
    }

    .px-25 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
}


@media (max-width: 1420px) and (min-width:1220px) {
    .outstory-text {
        margin-bottom: 1rem !important;
    }

    .px-25 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
}

@media (max-width: 1220px) and (min-width:1000px) {
    .outstory-text {
        margin-bottom: 2rem !important;
    }

    .px-25 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
}

.px-25 {
    padding-left: 13rem;
    padding-right: 13rem;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
}

.fab-scroll-container {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.fab-scroll {
    width: 56px;
    height: 56px;
    background-color: white;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

    .fab-scroll:hover {
        background-color: white;
    }

button.bg-white:hover,
a.bg-white:hover {
    background-color: #52D3D3 !important;
    color: black !important;
}

button.bg-white.btn-active {
    background-color: #52D3D3 !important;
    color: black !important;
}

a.border-custom:hover {
    background-color: #52D3D3 !important;
    color: black !important;
}

button.border-custom:hover {
    background-color: #52D3D3 !important;
    color: black !important;
}


.btn-outline-white-cs {
    border: 3px solid #FFFFFF !important;
    color: #FFFFFF !important;
}

    .btn-outline-white-cs:hover {
        border: 1px solid #FFFFFF !important;
        color: black !important;
        background-color: #FFFFFF !important;
    }

.btn.btn-primary:hover:not(.btn-active) {
    background-color: #52D3D3 !important;
    color: black !important;
}


.btn-outline-orange {
    border: 1px solid #FF8800 !important;
    color: #FFFFFF !important;
}


    .btn-outline-orange:hover {
        border: 1px solid #FF8800 !important;
        background-color: #FF8800 !important;
        color: #fff !important;
    }



.top-menu-active:has(.active.nav-link) {
    background: #022340;
    position: relative !important;
    height: 45px !important;
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.btn.btn-primary:active:not(.btn-active) {
    background-color: rgb(82, 211, 211) !important;
}


.b-bar-vertical-inline.b-bar-dark .b-bar-dropdown-menu .b-bar-dropdown-item.active {
    color: var(--b-bar-item-dark-active-background, #0288D1) !important;
    background: transparent !important;
    font-weight: 600 !important;
}

.b-bar-vertical-inline.b-bar-dark .b-bar-dropdown-menu .b-bar-dropdown-item {
    font-weight: 600 !important;
}

    .b-bar-vertical-inline.b-bar-dark .b-bar-dropdown-menu .b-bar-dropdown-item:hover {
        color: var(--b-bar-item-dark-active-background, #0288D1) !important;
        background: transparent !important;
        font-weight: 600 !important;
    }

.b-bar-vertical-inline.b-bar-dark .b-bar-link:hover {
    color: white !important;
    background: var(--b-bar-item-dark-active-background, #0288D1) !important;
}

.dropdown-main-layout.active-toggle {
    color: white !important;
    background: var(--b-bar-item-dark-active-background, #0288D1) !important;
}

.highcharts-point {
    fill-opacity: 1;
}

.menu-text {
    transform: translateX(10px) !important;
}


.b-bar-vertical-inline.b-bar-dark .b-bar-dropdown-menu {
    background: #273A54 !important;
}


.text-orange {
    color: #FF8800 !important;
}

.bg-orange {
    background-color: #FF8800 !important;
}


.bg-orange-rgb {
    background-color: rgb(255, 136, 0, 0.3) !important;
}

    .bg-orange-rgb:hover {
        background-color: rgb(255,0,0, 0.3) !important;
    }


.link-white-turquoise:hover {
    color: #52D3D3 !important;
}


.link-white-navy:hover {
    color: #022340 !important;
}

.btn-turquoise {
    background-color: #52D3D3 !important;
    color: white !important;
}

.bg-turquoise {
    background-color: #52D3D3 !important;
    color: white !important;
}

    .btn-turquoise:hover {
        background-color: rgb(255, 136, 0, 1) !important;
        color: white !important;
    }

.step-active .step-circle {
    border-color: white !important;
}

.rz-radiobutton-box.rz-state-active {
    border-color: white !important
}

.bg-white-outline {
    border: 2px solid white !important;
    color: white !important;
}

    .bg-white-outline:hover {
        background-color: white !important;
        color: black !important;
    }


.footer h4 {
    font-size: 1.3rem !important
}

.footer a {
    font-size: 0.8rem !important
}

    .footer a:hover {
        color: #52D3D3 !important;
        opacity: 1 !important;
    }

.footer p {
    font-size: 0.9rem !important
}


.border-hover-torquoise:hover {
    border-color: #52D3D3 !important;
}

.rz-radiobutton-box.rz-state-active {
    background-color: transparent !important;
}

.rz-radiobutton-box {
    background-color: transparent !important;
}

    .rz-radiobutton-box:hover {
        background-color: white !important;
    }

.btn-light-marron-hover-white:hover {
    background-color: white !important;
    color: black !important;
}

.custom-checkbox input:checked + label::after {
    top: 2px;
    left: 10px;
}

.custom-checkbox .custom-control-label::before {
    top: 0;
    left: 0;
}

.custom-checkbox.custom-control {
    padding-left: 0 !important;
}

.custom-checkbox .custom-control-label span {
    padding-left: 1rem !important;
}


.contact-form-dark .form-control {
    color: white !important;
}

.subscribe-form .custom-select {
    color: black;
}


.subscribe-form .form-control.is-valid, .subscribe-form .form-control:focus, .subscribe-form .form-control {
    color: black !important;
}


.subscribe-form .invalid-feedback {
    color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important;
    font-weight: 600 !important;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    max-width: 800px;
    margin: auto;
}

    .contact-form-grid input,
    .contact-form-grid textarea,
    .contact-form-grid select {
        background-color: transparent !important;
    }

.contact-form-dark .form-control.is-valid,
.contact-form-dark .form-control:focus,
.contact-form-dark .form-control {
    border: solid 2px white;
    color: white !important;
}

.contact-form-dark .custom-select {
    color: white !important;
}

    .contact-form-dark .custom-select option {
        color: black;
    }

    .contact-form-dark .custom-select.is-valid,
    .contact-form-dark .custom-select:not(.is-invalid) {
        border: solid 2px white !important;
    }

.contact-form-dark .submit-button {
    grid-column: 2 / span 1;
    width: 30%;
    transform: translate(-60px);
}

.contact-form-white .form-control.is-valid,
.contact-form-white .form-control:focus,
.contact-form-white .form-control {
    border: solid 2px;
}

.custom-select.is-valid,
 .custom-select:not(.is-invalid) {
    border: solid 2px !important;
}

.contact-form-white .submit-button {
    grid-column: 1 / span 2;
    width: 20%;
}

.contact-form-grid .input-message {
    grid-column: 1 / span 2;
    width: 100%;
}

.form-with-white-bg textarea {
    height: 100px;
}

.custom-select {
    border-width: 2px;
    font-weight: 500;
}

.custom-select:focus {
        box-shadow: none !important;
    }

