@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");

body {
    font-family: "Nunito", sans-serif;
}

img {
    width: 100%;
    height: auto;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f26841;
    --bs-btn-border-color: #f26841;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d85935;
    --bs-btn-hover-border-color: #c54e2d;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c54e2d;
    --bs-btn-active-border-color: #c54e2d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f26841;
    --bs-btn-disabled-border-color: #f26841;
}

.btn-outline-primary {
    --bs-btn-color: #f26841;
    --bs-btn-border-color: #f26841;
    --bs-btn-hover-color: #f26841;
    --bs-btn-hover-bg: #fef0ec;
    --bs-btn-hover-border-color: #f26841;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #f26841;
    --bs-btn-active-bg: #fef0ec;
    --bs-btn-active-border-color: #f26841;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f26841;
    --bs-btn-disabled-bg: #fef0ec;
    --bs-btn-disabled-border-color: #f26841;
    --bs-gradient: none;
    --bs-btn-bg: #fef0ec;
    --bs-btn-font-weight: 500;
}

.btn-light.outline {
    border-color: #3A536C;
}

.btn.sm {
    padding-left: 30px;
    padding-right: 30px;
}

.btn.md {
    padding-left: 40px;
    padding-right: 40px;
}

.btn.lg {
    padding-left: 50px;
    padding-right: 50px;
}

.link {
    color: #f26841 !important;
}

.breadcrumb {
    --bs-breadcrumb-divider: ">";
    --bs-breadcrumb-item-active-color: #f26841;
    --bs-breadcrumb-item-padding-x: 1rem;
    --bs-breadcrumb-padding-y: 0.75rem;
}

.primary_bg {
    background-color: #f26841 !important;
}

.primary_light_bg {
    background-color: #FDECDF !important;
}

.secondary_bg {
    background-color: #365069 !important;
}

.secondary_light_bg {
    background-color: #F4F4F4 !important;
}


.text-primary {
    color: #F26841 !important
}

.primary_clr {
    color: #f26841 !important;
}

.secondary_clr {
    color: #365069 !important;
}

.text_justify {
    text-align: justify !important;
}



.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fs-7 {
    font-size: 14px !important;
}


.navbar {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    height: 80px;
    background-color: #fff;
}

.wrapper {
    padding-top: 80px;
}

.navbar-brand {
    max-width: 108px;
    display: inline-block;
}

    .navbar-brand > img {
        width: 100%;
        height: auto;
    }

footer .link {
    text-decoration: none;
    color: #fff;
}

footer .border-bottom {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.social_link {
    display: inline-block;
    width: 2.5rem;
    height: auto;
    margin: 0 3rem;
}

    .social_link > img {
        width: 100%;
        height: auto;
    }

.container.container_space {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

img.cover {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.seashell_bg {
    background-color: #FFFBF8 !important;
}

.magnolia_bg {
    background-color: #F7F4F9 !important;
}

.aliceBlue_bg {
    background-color: #EEF9FD !important;
}

.appStore-img {
    height: 58px;
    max-height: 58px;
}



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}



input, select, option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

    select::-ms-expand {
        display: none;
    }

.input_field {
    margin-bottom: 16px;
}


    .input_field > label {
        margin-bottom: 5px;
        display: block;
        font-size: 16px;
        font-weight: 700;
    }

.input {
    position: relative;
    z-index: 1;
}

    .input.border-none {
        border: none;
    }

    .input.gradient input,
    .input.gradient textarea,
    .input.gradient select {
        position: relative;
    }

    .input.input.with_icon_btn {
        display: -webkit-flex;
        display: flex;
    }

    .input.with_icon_btn .icon_btn {
        width: 42px;
        min-width: 42px;
        height: 42px;
        text-align: center;
        font-size: 17px;
        display: inline-block;
        line-height: 42px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

    .input.with_icon_btn.left_icon input {
        padding-left: 0
    }

    .input.with_icon_btn.right_icon input {
        padding-right: 0
    }

    .input.with_icon_btn.left_icon label {
        left: 34px;
    }

    .input:focus-within {
        border-color: rgba(37, 56, 70, 0.3);
    }

    .input label {
        position: absolute;
        margin: 0;
        font-size: 16px;
        left: 18px;
        top: 13px;
        padding: 0 3px;
        font-weight: 400;
        background-color: transparent;
        line-height: 1;
        pointer-events: none;
        -webkit-transition: all ease-in-out 0.25s;
        transition: all ease-in-out 0.25s;
        color: #6b7280;
    }

    .input input,
    .input textarea,
    .input select {
        width: 100%;
        height: 42px;
        line-height: 42px;
        box-shadow: none;
        padding: 0 20px;
        overflow: hidden;
        vertical-align: top;
        font-size: 16px;
        color: #050B20;
        border: 1px solid #B5B5B5;
        border-radius: 10px;
        background: #FAFAFA;
    }

        .input input::placeholder {
            opacity: .7;
        }

    .input select {
        padding-right: 38px;
        background-image: url('../images/select-arrow.svg');
        background-repeat: no-repeat;
        background-position: right .7em top 50%;
        background-size: auto;
    }


    .input input:focus {
        border-color: #B5B5B5;
        box-shadow: 0 0 0 2px rgba(242, 104, 65, 0.3);
        outline: none;
    }

    .input.rounded, .input.rounded input {
        border-radius: 30px !important;
    }






    .input input[type=file] {
        height: 42px;
        line-height: 40px;
        font-size: 16px;
        color: rgba(28, 28, 28, 0.65);
        border: 1px solid #B5B5B5;
        border-radius: 10px;
        background: #FAFAFA;
        width: 100%;
        padding: 0;
    }

        .input input[type=file]::-webkit-file-upload-button {
            color: #fff;
            background-color: #F26841;
            border: none;
            font-weight: bold;
            padding: 0 15px;
            border-radius: 4px 0 0 4px;
            margin-right: 10px
        }

        .input input[type=file]::file-selector-button {
            color: #fff;
            background-color: #F26841;
            border: none;
            padding: 0 15px;
            border-radius: 4px 0 0 4px;
            margin-right: 10px
        }








    .input textarea {
        min-height: 46px;
        height: 98px;
        max-height: 120px;
        line-height: 1.5;
        padding-top: 10px;
        padding-bottom: 10px;
    }



    .input input:focus ~ label,
    .input input:focus ~ label,
    .input input:valid ~ label,
    .input.with_icon_btn input:focus ~ label,
    .input.with_icon_btn input:focus ~ label,
    .input.with_icon_btn input:valid ~ label,
    .input label.active {
        font-size: 70%;
        top: -6px;
        background-color: #FFFFFF;
    }

    .input textarea:focus ~ label,
    .input textarea:focus ~ label,
    .input textarea:valid ~ label {
        font-size: 70%;
        top: -6px;
        background-color: #FFFFFF
    }

    .input select:focus ~ label,
    .input select:focus ~ label,
    .input select:valid ~ label {
        font-size: 70%;
        top: -6px;
        background-color: #FFFFFF
    }

    /* .input.select label, */
    input:disabled ~ label, .input.date label {
        font-size: 70%;
        top: -6px;
        background-color: #FFFFFF;
    }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.input.select:after {
    font-family: 'Font Awesome 6 Free';
    content: "\f107";
    font-size: 18px;
    font-weight: 900;
    color: #6b7280;
    /* color: rgba(0, 147, 214, 0.98); */
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    pointer-events: none;
}

.input.date:after {
    font-family: 'Font Awesome 6 Free';
    content: "\f073";
    font-size: 18px;
    font-weight: 900;
    color: #6b7280;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
}








.otp-input {
    display: flex;
    justify-content: center;
}

    .otp-input input {
        width: 42px;
        height: 42px;
        margin: 0 8px;
        text-align: center;
        overflow: hidden;
        font-size: 16px;
        color: #050B20;
        border: 1px solid #B5B5B5;
        border-radius: 10px;
        font-size: 17px;
        background-color: #fff;
    }

        .otp-input input:focus {
            border-color: #B5B5B5;
            box-shadow: 0 0 0 2px rgba(242, 104, 65, 0.3);
            outline: none;
        }

        .otp-input input::-webkit-outer-spin-button,
        .otp-input input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .otp-input input[type=number] {
            -moz-appearance: textfield;
        }




.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        pointer-events: all;
        padding-left: 35px;
        display: block;
    }

        .styled-checkbox + label:before {
            content: "";
            margin-right: 10px;
            display: -webkit-inline-table;
            display: inline-table;
            vertical-align: middle;
            width: 22px;
            height: 22px;
            background-color: #fff;
            border: 1px solid #F26841;
            border-radius: 5px;
            position: absolute;
            left: 0;
            top: 1px;
        }

    .styled-checkbox:checked + label:before {
        background: #F26841;
    }

    .styled-checkbox:checked + label:after {
        content: "";
        position: absolute;
        left: 7px;
        top: 11px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        transform: rotate(45deg);
    }









.top-nav {
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    background: #FFF9F2;
    padding: 15px 0;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    margin: auto;
}

.nav-item {
    padding: 0 15px;
}

    .nav-item:first-child {
        border-right: 1px solid #E9E9E9;
    }

.top-nav.nav {
    --bs-nav-link-color: #050B20;
    --bs-nav-link-hover-color: #F26841;
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
}

.top-nav.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #F26841;
    --bs-nav-link-font-weight: 600;
}


.card {
    border: 1px solid #E9E9E9;
    background: #FFF9F2;
    padding: 15px;
}

.content-nav {
    padding: 0 0 15px 0;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    margin: auto;
}

    .content-nav.nav {
        --bs-nav-link-color: #375069;
        --bs-nav-link-hover-color: #F26841;
        --bs-nav-link-disabled-color: var(--bs-secondary-color);
    }

    .content-nav.nav-pills {
        --bs-nav-pills-border-radius: var(--bs-border-radius);
        --bs-nav-pills-link-active-color: #fff;
        --bs-nav-pills-link-active-bg: #375069;
        --bs-nav-link-font-weight: 600;
    }





.captcha_img {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    /* border: 1px solid #E0DFDF; */
    height: 39px;
    line-height: 39px;
    vertical-align: bottom;
    padding-right: 39px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .captcha_img > img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        vertical-align: middle;
        mix-blend-mode: multiply;
    }

    .captcha_img .refresh {
        position: absolute;
        right: 0;
        height: 38px;
        width: 38px;
        background-color: #ffb3a0;
        text-align: center;
        color: #000000;
        font-size: 18px;
        cursor: pointer;
    }

        .captcha_img .refresh:hover i {
            animation: spin 1s linear infinite;
        }

@keyframes spin {
    from {
    }

    to {
        transform: rotate(360deg);
    }
}



.modal-header, .modal-footer {
    border: none !important;
}



.radio-wraper {
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    background: #FFF9F2;
    padding: 15px 0;
    width: 100%;
    max-width: 360px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .radio-wraper label {
        display: flex;
        padding: 10px 20px;
        cursor: pointer;
        font-weight: 700;
        color: #375069;
    }

        .radio-wraper label:first-child {
            border-right: 1px solid #E9E9E9;
        }

    .radio-wraper .input-radio {
        box-shadow: 0px 0px 0px 1px #6d6d6d;
        font-size: 3em;
        width: 25px;
        height: 25px;
        margin-right: 7px;
        border: 5px solid #fff;
        background-clip: border-box;
        border-radius: 50%;
        appearance: none;
        transition: background-color 0.3s, box-shadow 0.3s;
    }

        .radio-wraper .input-radio:checked {
            /* background-color: #ff5151; */
            border: 5px solid #ff5151;
            box-shadow: 0px 0px 0px 1px #ff5151;
        }







@media (min-width: 992px) {
}

@media (max-width: 1200px) {
    .container.container_space {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1160px;
    }
}

@media (max-width: 992px) {

    .wrapper {
        padding-top: 72px;
    }

    .navbar-brand {
        max-width: 90px;
    }
}


@media (max-width: 767px) {
}

@media (max-width: 575px) {

    .radio-wraper label {
        padding: 8px 10px;
        font-size: 15px;
    }
}