@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* font-family: 'Nunito', sans-serif;
font-family: 'Poppins', sans-serif; */

:root {
    --rs-main-color: #e5e5e5;
    --rs-primary-color: #f15a23;
    --rs-second-color: #f33;
    --rs-font-color: #191919;
    --rs-white-color: #fff;
    --rs-font-one: "Poppins", sans-serif;
    --rs-font-two: "Nunito", sans-serif;
}

/**user-selext-content**/
::-moz-selection {
    /* Code for Firefox */
    color: var(--rs-white-color);
    background: var(--rs-primary-color);
}

::selection {
    color: var(--rs-white-color);
    background: var(--rs-primary-color);
}

/**user-selext-content-end**/

body {
    /*-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: var(--rs-font-one);
    color: var(--rs-font-color);
    min-height: 100vh;
    background-image: url(../images/login-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* loader and scrollbar */
/* #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 50%);
    z-index: 999;
} */
#loader {
    position: fixed;
    left: 0;
    top: 0;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 50%);
    z-index: 999;
}

/*scroll bar css**/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f15a23;
}

/*loader and scrollbar end*/
img,
svg {
    max-width: 100%;
}
.white-bg {
    background: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
.login_screen {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 15px 0;
    /* background-image: url(../images/login-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}
.login_screen.otpsend {
    min-height: calc(100vh - 75px);
    position: relative;
}
.login_vector {
    background: #fceae3 0% 0% no-repeat padding-box;
    border: 1px solid #f15a23;
    border-radius: 40px;
    text-align: center;
    padding: 100px 0;
}

.login_vector img {
    max-width: 355px;
    margin: 0 auto;
    width: 100%;
}
.country {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e4e4e4;
    border-radius: 30px;
    padding: 10px;
}

.country .select2 {
    width: 90px !important;
    border-right: 1px solid #e4e4e4;
}
.country input {
    width: calc(100% - 90px);
    border: 0;
    outline: none;
    box-shadow: none !important;
    background: transparent;
    padding: 0 20px;
    height: 38px;
    outline: none;
    border: 0 !important;
}
.country span.select2-selection__arrow b:before {
    color: #8d8d8d;
    right: -10px;
    top: 3px;
}
.country .select2-container .select2-selection--single {
    height: 38px;
}
.country span.select2-selection.select2-selection--single {
    border: 0;
}
.country
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 27px;
    right: 14px;
}
.country
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 38px;
    background: transparent;
    border: 0;
    height: 38px;
    padding: 0 15px;
}

.country
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 6px;
}
.select_mobile {
    padding: 40px 0;
}
.from-group span {
    color: rgb(36 32 33 / 40%);
    position: relative;
    padding-left: 30px;
}

.orange_check .from-group label {
    display: flex;
    align-items: baseline;
    padding-bottom: 15px;
    cursor: pointer;
}

.from-group span:before {
    position: absolute;
}

.from-group span:before {
    position: absolute;
    content: "";
    border: 1px solid #e4e4e4;
    width: 20px;
    height: 20px;
    left: 0;
    border-radius: 4px;
    top: 1px;
}
.orange_check .from-group label input {
    display: none;
}

.from-group input:checked + span:before {
    background: #f15a23;
    border-color: #f15a23;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c";
    color: #fff;
    line-height: 19px;
    padding-left: 3px;
    font-size: 14px;
}
.from-group input:checked + span {
    color: #191960;
}
.login_btn {
    padding: 30px 0 50px;
}
.btn-primary {
    border-radius: 27px;
    background: #f15a23;
    border-color: #f15a23;
    padding: 16px 30px;
    box-shadow: inset 0 0 1px 2px white;
    min-width: 210px;
}

.btn-primary:hover {
    background: #000088;
}
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0px 3px 6px #a2a2a214;
    z-index: 99;
}

.wrapper {
    padding: 75px 0 0 0;
}
.verification {
    text-align: center;
}

.resend,
.resend a {
    color: #1e3163;
    text-decoration: none;
}

.resend a:hover {
    color: #f15a23;
}

.verification span {
    color: rgb(36 32 33 / 72%);
}

.verification h5 {
    font-size: 16px;
    color: #1e3163;
    font-weight: 500;
    line-height: 1.6;
}
.edit_otp {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.edit_otp div {
    padding: 0;
}

.edit_otp input {
    background: #fcede7 0% 0% no-repeat padding-box;
    border: 1px solid #fbcbba;
    height: 68px;
    width: 68px;
    text-align: center;
    font-size: 20px;
    border-radius: 0.375rem;
}
.edit_otp input:focus {
    box-shadow: none;
    border: 1px solid #ffffff;
    box-shadow: 0px 13px 34px #36367814;
}
.logout a {
    color: #1e1e1e;
    text-decoration: none;
}
.from_scroll label {
    text-align: left;
    display: block;
    color: #191919;
    font-family: "Nunito", sans-serif;
}

.form-control {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    color: #5f5f61;
    height: 50px;
    background: #fdf2ee 0% 0% no-repeat padding-box;
    border: 1px solid #f7a180;
    border-radius: 30px;
    padding: 15px 20px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #f05a24;
    box-shadow: 0 0px 0px #36367814;
}

select2
    css
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #5f5f61;
    line-height: 37px;
    height: 50px;
    background: #fdf2ee 0% 0% no-repeat padding-box;
    border: 1px solid #f7a180;
    border-radius: 30px;
    padding: 6px 20px;
    text-align: left;
    font-size: 14px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dfe5ef;
}

.select2-container .select2-selection--single {
    height: 50px;
    border-radius: 50px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 50px;
    right: 14px;
}
.select_new span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.select_new span.selection {
    width: 100%;
    display: block;
}

.select2-container--default .select2-selection--multiple {
    width: 100%;
}

span.selection {
    display: block;
    width: 100%;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #dfe5ef 1px;
    height: 39px;
    line-height: 25px;
    border-radius: 8px;
    padding: 0 8px;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999 !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #dfe5ef;
    height: 40px;
    line-height: 25px;
    padding: 0 10px;
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #2e3192;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #f7a180 transparent transparent transparent;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #f7a180 transparent;
}

.select2-container--open .select2-dropdown--above {
    background: #f15a23;
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f7a180;
}
.country span.select2.select2-container.select2-container--default {
    width: 90px !important;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #242021;
}
.from_scroll {
    /* max-height: calc(100vh - 300px); */
    overflow: auto;
}
.select2-container--default .select2-results > .select2-results__options {
    background: #f15a23;
    color: #fff;
}
.back_arrow {
    position: absolute;
    top: 10px;
}

.back_arrow a {
    color: #f15a23;
    font-size: 20px;
}

.back_arrow a:hover {
    color: #000088;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #5f5f61;
    line-height: 28px;
    text-align: left;
    padding: 11px 20px;
    font-size: 14px;
    height: 50px;
    background: #fdf2ee 0% 0% no-repeat padding-box;
    border: 1px solid #f7a180;
    border-radius: 30px;
}
.medical_img {
    padding: 30px 0;
    max-width: 300px;
    margin: 0 auto;
}
.upload_photo {
    margin: 15px 0;
    background: #ffe7e1 0% 0% no-repeat padding-box;
    border: 1px dashed #ff4718;
    border-radius: 10px;
    padding: 30px 15px;
    position: relative;
}

.gallery_pro {
    border-radius: 52px;
    background: #ffd3c2 0% 0% no-repeat padding-box;
    width: 80px;
    margin: 10px auto 15px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_pro img {
    width: 45px;
}
.upload_photo span b {
    display: inline-block;
    padding-bottom: 5px;
    color: #f15a23;
}

.upload_photo span b input {
    position: absolute;
    left: 0;
    opacity: 0;
    cursor: pointer;
    width: -webkit-fill-available;
    top: 0;
    height: 100%;
}
.upload_photo span b:hover {
    color: #191919;
    cursor: pointer;
}
.bill-img {
    max-width: 123px;
    margin: 0 auto;
    padding: 20px 0;
}
.mediacal_bill {
    /* max-height: calc(100vh - 315px); */
    margin-bottom: 30px;
    /* overflow: auto; */
}

.kit {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 34px 55px #cfcfe814;
    border: 1px solid #ffdcd3;
    border-radius: 16px;
    padding: 20px;
    text-align: left;
    margin-bottom: 16px;
}

.kit .left {
    width: 60px;
}

.kit .middle {
    width: calc(100% - 60px);
    padding: 0 15px;
}
.kit .middle h6 {
    display: flex;
    justify-content: space-between;
    color: #1e3163;
}

.kit .middle h6 span {
    color: #1e3163;
    font-size: 14px;
}

.middle p {
    color: #1e3163;
    margin: 0 0 10px;
}

.middle span {
    color: #6f7b9b;
    font-size: 14px;
}
.kit .right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0 0;
    align-items: center;
}
.view_rx .btn-secondary {
    text-decoration: none;
    align-items: center;
    background: #faeee8 0% 0% no-repeat padding-box;
    border-radius: 14px;
    /* padding: 3px 10px; */
    font-size: 14px;
    color: #1e3163;
    border: 0;
}
.view_rx .btn-secondary img {
    width: 18px;
    margin-right: 5px;
}
.view_rx a img {
    width: 18px;
    margin-right: 5px;
}

.view_rx a {
    text-decoration: none;
    display: flex;
    align-items: center;
    background: #faeee8 0% 0% no-repeat padding-box;
    border-radius: 14px;
    padding: 3px 10px;
    font-size: 14px;
    color: #1e3163;
}

.call_now a {
    background: #1e3163 0% 0% no-repeat padding-box;
    width: 34px;
    height: 34px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}

.call_now a img {
    width: 15px;
}
.medisin_bill {
    padding: 10px;
}
.view_vx .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #f15a23;
    background-image: initial;
    font-size: 16px;
    background: #fff;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.completed {
    color: #32ba7c !important;
}

/* mr css */

.mr_login {
    color: #243c7a;
}

.mr_login p {
    max-width: 370px;
    margin: 0 auto 15px;
    width: 100%;
}
.form-control.white_round {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #e4e4e4;
    border-radius: 30px;
    height: 60px;
}

.form-control.white_round:focus {
    border: 1px solid #f15a23;
}
.white_search {
    position: relative;
    margin-bottom: 25px;
}

.white_search .form-control.white_round {
    height: 50px;
    padding-left: 60px;
}

.input-search i {
    position: absolute;
    color: #5f5f61;
    top: 50%;
    left: 24px;
    opacity: 0.5;
    transform: translateY(-50%);
}
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #fcd1c2 0% 0% no-repeat padding-box;
    border-radius: 27px;
    margin-bottom: 24px;
    color: #494b4f;
    display: flex;
    overflow: hidden;
    padding: 5px;
}
ul.tabs li {
    background: none;
    color: #494b4f;
    padding: 10px 15px;
    cursor: pointer;
    width: 50%;
    text-align: center;
}

ul.tabs li.current {
    color: #243c7a;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 27px;
    font-weight: 600;
}

.tab-content {
    display: none;
}
.patients_list {
    padding: 15px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 34px 55px #cfcfe814;
    border: 1px solid #ffdcd3;
    border-radius: 16px;
    text-align: left;
    margin-bottom: 15px;
}

.tab-content.current {
    display: inherit;
}
.patients_list {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
}

.patients_list .left {
    background: #fcd1c2 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 34px #dbdbdb3d;
    border: 3px solid #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 43px;
    border-radius: 16px;
}

.patients_list .middle {
    width: calc(100% - 150px);
    padding: 0 15px;
}

.patients_list .middle h5 {
    font-weight: 600;
}

.patients_list .middle p {
    color: #6f7b9b;
}

.view_btn .btn {
    border-radius: 40px;
    padding: 5px 20px;
    border: 0;
}

.btn-danger {
    background: #f15a23 0% 0% no-repeat padding-box;
    border: 0;
}

.btn-success:hover {
    background: #f15a23;
}

.btn-success {
    background: #32ba7c 0% 0% no-repeat padding-box;
    border: 0;
}

.btn-danger:hover {
    background: #32ba7c;
}

.patients_list .right {
    text-align: right;
}

.patients_list .right .call_now a {
    margin: 10px 0 10px auto;
}

.patients_list .right > span {
    color: #f1ba3e;
    display: block;
}
.patients_list .right > span.green {
    color: #32ba7c;
    display: block;
}

.notification b {
    background: #fde1d7 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 34px #dbdbdb3d;
    border-radius: 15px;
    color: #f15a23;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
}
.btn-close {
    background-image: none;
}
.modal-title {
    color: #243c7a;
    font-size: 22px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}

.btn-close {
    color: #f15a23;
    opacity: 1;
    font-size: 22px;
}

/* .btn-close i {
    vertical-align: top;
} */
/* .modal-header {
    border: 0;
} */
.user_detiles {
    display: flex;
    flex-wrap: wrap;
}

.user_detiles .left {
    width: calc(100% - 40px);
    padding-right: 15px;
}

.user_detiles .left ul {
    padding: 0;
}

.user_detiles .left ul li {
    display: flex;
    align-items: self-start;
    padding-bottom: 10px;
}

.user_detiles .left ul li img {
    width: 23px;
}

.user_detiles .left ul li h6 {
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    margin: 0;
    color: #333333;
}
.btn-secondary {
    background: #faeee8 0% 0% no-repeat padding-box;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 16px;
    color: #1e3163;
    border: 0;
    align-items: center;
}

.btn-secondary img {
    width: 20px;
    vertical-align: top;
    margin-right: 8px;
}

.btn-secondary:hover {
    background: #fee0d0;
    color: #1e3163;
}
.round_bt {
    border-radius: 50px;
    padding: 10px 30px;
}
.kit.modal-kit {
    border: 0;
    padding: 15px 0;
    margin: 0;
}
.modal-header.bd-header {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.kit.modal-kit {
    align-items: center;
}

.kit.modal-kit .left {
    width: 85px;
}

.kit.modal-kit .middle {
    width: calc(100% - 85px);
}

.kit.modal-kit .middle span {
    padding: 0 0 5px;
}
button.btn-close {
    top: -4px;
    position: relative;
}
.dr_from b {
    color: #363678;
    font-weight: 600;
}

.dr_from .form-control.white_round {
    height: 50px;
}
.middle.call_detiles {
    display: flex;
    justify-content: space-between;
}

.middle.call_detiles .call_left {
    width: calc(100% - 40px);
    padding-right: 5px;
}
h3 {
    font-size: 20px;
}
.mobile {
    display: none;
}
span.select2-selection__arrow b:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 2px;
    line-height: 0;
    right: -5px;
    color: #f15a23;
}

span.select2-selection__arrow b {
    border: 0 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/*min-devices-media-query*/

@media (min-width: 575.98px) {
    ...;
}
@media (min-width: 767.98px) {
    ...;
}
@media (min-width: 991.98px) {
    ...;
}
@media (min-width: 1024.98px) {
    ...;
}
@media (min-width: 1199.98px) {
    ...;
}
@media (min-width: 1200.98px) {
    ...;
}

/*max-devices-media-query*/

@media (max-width: 1200.98px) {
    ...;
}
@media (max-width: 1199.98px) {
    ...;
}
@media (max-width: 1024.98px) {
    ...;
}
@media (max-width: 991.98px) {
    .contact_mobile.px-5 {
        padding: 0 !important;
    }

    .select_mobile {
        padding: 15px 0;
    }

    .login_btn {
        padding: 15px 0;
    }

    .login_vector img {
        max-width: 250px;
    }
}
@media (max-width: 767.98px) {
    .contact_mobile.px-5 {
        padding: 30px 0 !important;
    }
    .login_vector {
        padding: 30px 0;
    }
}
@media (max-width: 575.98px) {
    body,
    .middle span {
        font-size: 12px;
    }
    .form-control.white_round {
        height: 47px;
    }
    .des {
        display: none;
    }
    .mobile {
        display: block;
    }
    .login_screen {
        padding: 0;
        min-height: 100vh;
        background: white;
        align-items: start;
    }

    .white-bg.p-5 {
        padding: 0 15px !important;
        border-radius: 0;
    }

    .login_vector {
        padding: 0 0 20px;
        background: transparent;
        border: 0;
        border-radius: 0;
        margin: 0 -15px;
    }
    .login_vector img {
        max-width: 100%;
    }
    .contact_mobile.px-5 {
        padding: 0 !important;
    }

    .select_mobile {
        padding: 20px 0;
    }

    .login_btn {
        padding: 10px 0 15px;
    }
    h3 {
        font-size: 18px;
        margin: 0;
    }
    .login_screen.otpsend {
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 15px;
        background: transparent;
    }

    .verification {
        text-align: left;
    }

    .resend {
        text-align: center;
    }

    .edit_otp input {
        width: 50px;
        height: 50px;
        margin: 0 5px;
        padding: 0;
    }

    .edit_otp {
        justify-content: center;
    }

    .edit_otp div {
        padding: 0 14px;
    }
    .form-control {
        height: 45px;
    }

    .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        height: 45px;
        font-size: 13px;
        line-height: 23px;
    }

    .select2-container .select2-selection--single {
        height: 45px;
    }

    .select2-container--default
        .select2-selection--single
        .select2-selection__arrow {
        height: 45px;
    }
    .medical_img {
        max-width: 233px;
    }
    .medical_img + h5 {
        text-align: center;
    }
    .bill-img {
        max-width: 80px;
    }
    .upload_photo {
        text-align: center;
    }

    .gallery_pro {
        width: 60px;
        height: 60px;
    }

    .gallery_pro img {
        width: 32px;
    }
    .bill-img + p {
        text-align: center;
    }

    p.pb-2 + a {
        display: block;
    }
    .kit .left {
        width: 40px;
    }

    .kit .middle {
        width: calc(100% - 40px);
    }

    .kit .middle h6 span {
        font-size: 12px;
    }

    .kit .middle h6 {
        align-items: center;
        font-size: 14px;
    }

    .call_now a {
        width: 30px;
        height: 30px;
    }

    .call_now a img {
        width: 16px;
    }

    .view_rx a {
        font-size: 12px;
    }

    .view_rx a img {
        width: 14px;
    }

    .btn-primary {
        font-size: 14px;
        margin: 0 auto;
    }
    .patients_list {
        padding: 10px 5px;
    }

    .patients_list .middle {
        width: calc(100% - 130px);
        padding: 0 5px;
    }

    .view_btn .btn {
        font-size: 12px;
        padding: 5px 8px;
    }

    .notification b {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .btn-secondary,
    .round_bt {
        padding: 10px 18px;
        font-size: 14px;
    }

    .kit.modal-kit .left {
        width: 60px;
    }

    .kit.modal-kit .middle {
        width: calc(100% - 60px);
        padding: 0 10px 10px;
    }

    .user_detiles .left {
        width: calc(100% - 30px);
    }

    .kit.modal-kit {
        padding: 5px 0;
    }
    .dr_from .form-control.white_round {
        height: 35px;
        font-size: 12px;
    }
    .t_logo.text-center.pt-5.mobile {
        padding: 10px 0 !important;
    }
    .mr_login p {
        padding: 15px 0;
        margin: 0;
        font-weight: 600;
    }
}
.error {
    color: red !important;
    font-size: 16px !important;
}
.error {
    padding-top: 5px;
}
.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between svg.w-5.h-5 {
    width: 20px;
}

nav.flex.items-center.justify-between {
    display: flex;
    justify-content: space-between;
}

nav.flex.items-center.justify-between div + div {
    display: flex;
    align-items: center;
}

nav.flex.items-center.justify-between div + div p {
    margin: 0;
    padding: 0 15px;
}

nav.flex.items-center.justify-between span {
    background: #1e3163 !important;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    border: 0 !important;
    display: inline-table;
}
nav.flex.items-center.justify-between span:hover {
    background: #f15a23 !important;
    border-color: #fff !important;
}
nav.flex.items-center.justify-between a {
    text-decoration: none;
    color: #000;
}

nav.flex.items-center.justify-between a:hover {
    background: #f15a23 !important;
    color: #fff;
    border-color: #fff !important;
}
.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div p span {
    background: transparent !important;
    color: #000 !important;
}

.footer {
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #f15a23;
    color: #fff;
}

.footer a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.footer a:hover {
    color: #000088;
}
.wrapper {
    padding-bottom: 60px;
}

#view_vx {
    z-index: 99999;
}

.login_btn {
    text-align: center;
    display: table;
    margin: 0 auto;
}
.input-search {
    position: relative;
    width: calc(100% - 82px);
    padding-right: 15px;
}
.white_search {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.verification .btn {
    margin: 0 auto;
}
.form-control.error {
    padding: 15px 20px;
}
.resend input {
    border: 0;
    color: #1e3163;
    padding: 0;
    font-weight: 600;
    outline: none;
}

.resend input:hover {
    color: #f15a23;
}
.grecaptcha-badge {
    bottom: 55px !important;
}
@media (max-width: 767.98px) {
    nav.flex.items-center.justify-between {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
        padding: 10px 0 0;
    }
}

@media (max-width: 400px) {
    .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
        flex-wrap: wrap;
    }

    .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 5px 0;
    }
}
