@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:#782B90
;
    --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: 16px;
    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: 50px;
    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, .3);
            background-color: #782B90
;
        }

/*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;
    min-height: calc(100vh - 135px);
    /* 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); */
    min-height: calc(100vh - 135px);
    position: relative;
}
.login_vector {
    background: #FAEFFC;
    border: 1px solid #782B90
;
    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: #782B90
;
    border-color: #782B90
;
    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: #782B90
;
    border-color: #782B90
;
    padding: 16px 30px;
    box-shadow: inset 0 0 1px 2px white;
    min-width: 210px;
}

.btn-primary:hover {
    background: #1a1818;
    border-color: #1a1818;
}
.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: #782B90
;
}

.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: #FAEFFC 0% 0% no-repeat padding-box;
    border: 1px solid #782B90;
    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: #FAEFFC 0% 0% no-repeat padding-box;
    border: 1px solid #782B90;
    border-radius: 30px;
    padding: 15px 20px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #000000;
    box-shadow: 0 0px 0px #36367814;
    background: rgb(0 0 0 / 2%);
}

/* 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: #ffffff;
    color: #fff;
}

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

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

.back_arrow a:hover {
    color: #1a1818;
}
.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: #faeffc 0% 0% no-repeat padding-box;
    border: 1px solid #782B90;
    border-radius: 30px;
}
.medical_img {
    padding: 30px 0;
    max-width: 300px;
    margin: 0 auto;
}
.upload_photo {
    margin: 15px 0;
    background: #FADEFF 0% 0% no-repeat padding-box;
    border: 1px dashed #782b90;
    border-radius: 10px;
    padding: 30px 15px;
    position: relative;
}

.gallery_pro {
    border-radius: 52px;
    background: #FADEFF 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: #782B90
;
}

.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 a img {
    width: 18px;
    margin-right: 5px;
}

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

.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: #782B90
;
    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 #782B90
;
}
.white_search {
    position: relative;
    margin-bottom: 25px;
}

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

.white_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: #F8D4FF;
    border-radius: 27px;
    margin-bottom: 24px;
    color: #000000;
    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: #FAEFFC;
    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: #782B90
 0% 0% no-repeat padding-box;
}

.btn-success:hover {
    background: #782B90
;
}

.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: #F8D4FF;
    box-shadow: 3px 3px 34px #DBDBDB3D;
    border-radius: 15px;
    color: #000000;
    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: #782B90
;
    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: #FADEFF 0% 0% no-repeat padding-box;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 16px;
    color: #782B90;
    border: 0;
    align-items: center;
}

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

.btn-secondary:hover {
    background: #FADEFF;
    color: #782B90;
}
.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: #782B90
;
  }

  span.select2-selection__arrow b {
    border: 0 !important;
  }
  .item_patient {
    text-align: center;
    color: #000;
}

.img_view {
    padding: 15px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B181BF;
    margin-bottom: 30px;
    border-radius: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 350px;
    margin: 0 auto 20px;
    width: 100%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.img_view  img {
    max-width: 100px;
}

.first .img_view {
    background-color: #FFDBEC;
    background-image: url(../images/patient_support_program_bg.png);
}
.second .img_view {
    background-color: #E2DEFF;
    background-image: url(../images/digital_brand_reminders_bg.png);
}
.third .img_view {
    background-color: #FFDBD5;
    background-image: url(../images/festive_greetings_bg.png);
}
.item_patient p {
    font-size: 18px;
    font-weight: 600;
}

.item_patient {
    text-decoration: none;
}
.generated_bt {
    background: #782B90;
    color: #fff !important;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 15px;
    box-shadow: 0 0 0px 2px #782b90;
    border: 2px solid #fff;
}
.white_shadow_rs {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 24px;
    padding: 30px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}
.title_poster h3 {
    font-weight: 600;
}
.title_poster {
    border-bottom: 1px solid #E9DDED;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

.title_poster a {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #782b90;
}
.up_preview {
    padding: 0 50px;
}

.upload_img_te {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #FAEFFC 0% 0% no-repeat padding-box;
    border: 2px dashed #782B90;
    border-radius: 32px;
    padding: 15px;
}

.upload_img_te .left {
    width: 100px;
}

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

.upload_img_te .left img {
    width: 100%;
    object-fit: cover;
    height: 100px;
    border-radius: 10px;
}

.input_upload {
    position: relative;
    width: 100px;
}

.input_upload span {
    background: #782B90;
    color: #fff !important;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 15px;
    box-shadow: 0 0 0px 2px #782b90;
    border: 2px solid #fff;
    z-index: 0;
    position: relative;
    cursor: pointer;
}

.input_upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.poster_detiles {
    background: #FADEFF 0% 0% no-repeat padding-box;
    border: 1px solid #782B90;
    border-radius: 22px;
    padding: 10px;
    position: relative;
}

.poster_detiles img {
    width: 100%;
}

.poster_detiles:before, .logo_section:before {
    position: absolute;
    content: '';
    background: #fff;
    border: 1px solid #00000000;
    opacity: 1;
    width: 25px;
    height: 25px;
    right: 20px;
    top: 20px;
    border-radius: 50px;
    border: 1px solid #782b90;
    box-shadow: 0 0 0px 5px #fff;
}

.poster input:checked + .poster_detiles:before,  .logo_selected input:checked + .logo_section:before {
    content: "\f058";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    font-size: 22px;
    line-height: 26px;
    text-indent: 1px;
    border: 0;
    color: #782b90;
    box-shadow: 0 0 0px 5px rgb(120 43 144 / 15%);
    background: transparent;
}
.poster {
    position: relative;
}

.poster input, .logo_selected input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.poster_detiles.poster_detiles_edit:before {
    display: none;
}
.logo_section {
    border: 1px solid #782B90;
    border-radius: 16px;
    padding: 15px;
    min-height: 120px;
    display: flex;
    align-items: center;
    position: relative;
}

.logo_section img {
    max-width: 150px;
    margin: 0 auto;
    display: table;
}
.logo_section:before {
    border: 0;
    box-shadow: none;
}

.logo_selected {
    position: relative;
    margin-bottom: 25px;
}

.logo_selected input:checked + .logo_section:before {
    box-shadow: none;
}

.logo_selected input:checked + .logo_section {
    background: #FAEFFC;
}
.back_to_home {
    border: 1px solid #782b90;
    border-radius: 27px;
    color: #782b90 !important;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 15px;
}

.back_to_home span {
    padding-right: 5px;
    display: inline-block;
}
.white_table {
    margin: 20px auto 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 20px #FEEFE866;
    border-radius: 14px;
    padding: 30px 0;
}

.white_table .dataTables_length,
.dataTables_info {
    padding-left: 30px;
}

.white_table .dataTables_filter,
.dataTables_paginate
 {
    padding-right: 30px;
}

thead {
    background: #FEEDE6;
    text-align: center;
}
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc{

  text-align: center;
  border: 0;
  vertical-align: middle;
}

/* .dataTables_scrollBody {
    padding: 0 10px;
} */

.dataTables_scrollBody tr {
    border-bottom: 0px solid #faeffc;
}

div.dataTables_wrapper div.dataTables_filter input, .form-select {
  border: 1px solid #d8d8d8;
}
.toggle {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.toggle input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.toggle label {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.toggle label:before {
  content: '';
  width: 40px;
  height: 22px;
  background: #D0D2DB;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  box-sizing: border-box;
  transition: 0.2s ease-in;
}
.toggle label:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: #fff;
  box-sizing: border-box;
  transition: 0.2s ease-in;
}
.toggle input[type="checkbox"]:checked + label:before {
  background: #6EDC5F;
}
.toggle input[type="checkbox"]:checked + label:after {
  left: 20px;
}
.btn-outline-secondary {
  color: #782B90
;
  border: 1px solid #782B90
;
  border-radius: 50px;
  padding: 5px 20px;
}

.btn-outline-secondary:hover {
  background: #782B90
;
  border-color: #782B90
;
}
table.dataTable>tbody>tr:hover {background: #faeffc;}

table.dataTable>tbody>td {
    vertical-align: middle;
}

table.dataTable.table-striped>tbody>tr>* {
    vertical-align: middle;
    box-shadow: none !important;text-align: center;
}
.table>:not(caption)>*>* {
    padding: 16px 16px;
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc {
    text-align: center;
    border: 0;
    vertical-align: middle;
}
thead {
    background: #faeffc;
    text-align: center;
}
.active>.page-link, .page-link.active {
    background: #782B90;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 24px;
    border-color: #782B90;
}
.page-item {
  background: #F5F5F7 0% 0% no-repeat padding-box;
  border-radius: 24px;
  margin: 5px 2px 0;
}

.page-item.disabled {
    background: #F5F5F7 0% 0% no-repeat padding-box;
    border-radius: 20px !important;
    overflow: hidden;
}
table.dataTable thead>tr>th {
    font-weight: 500;
}
.touch_get {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.touch_get span {
    font-weight: 600;
    padding: 0 5px;
    font-size: 14px;
}
/*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;
    }

    .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;
        display: table;
    }
    .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;
    }
 }

 @media (max-width: 475.98px) {
    .kit .right {flex-wrap: wrap;}

    .touch_get {
        width: 100%;
        justify-content: end;
    }
    .touch_get span {
        padding: 0 5px;
        font-size: 12px;
    }
 }

 .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;
    }
}
@media (max-width: 575.98px){
    .edit_otp input {
        padding: 2px;
        margin: 0 5px;
    }

    .edit_otp {
        padding: 20px 0;
    }
}


 .footer {
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #782b90;
    color: #fff;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.medisin_bill img {
    width: 100%;
}
.search_close i {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    transform: inherit;
    color: #fff !important;
    opacity: 1;
}

.search_close button {
    text-align: center;
    border: 0;
    color: #fff !important;
}

.search_close button.btn-danger {
    background: red;
}


.medisin_bill.multi_img {
    display: flex;
}

.medisin_bill.multi_img img {
    width: calc(100% - 68.66%);
    margin: 0 5px;
    object-fit: contain;
    border: 1px solid #ccc;
    background: white;
}

.select2-container--default .select2-selection--single {
    background: transparent;
    border: 0;
}
marquee {
    background: rgb(120 43 144 / 10%);
    color: #782b90;
    padding: 5px;
}
.text-animation {
    font-size: 24px;
    font-family: Arial, sans-serif;
    animation: animate 4s linear infinite;
  }
  
  @keyframes animate {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }