/*<!-- bootstrep -->*/
@import url('../css/bootstrap.min.css');

/* <!-- fontawsome -->*/
@import url('../css/all.css');

/* <!-- iconsax -->*/
@import url('../css/iconsax.css');

/* select2 css */
@import url("../css/select2.min.css");

/* venobox css */
@import url("../css/venobox.min.css");


@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;800;900&display=swap);

body {
  font-family: 'Poppins', sans-serif;
}




:root{
	--rs-primary-color:#07529B;
	--rs-main-color:#07529B;
	--rs-second-color:#f33;
	--rs-font-color:#000000;
	--rs-white-color:#fff;
	--rs-font-style: 'Poppins', sans-serif;
    --rs-font-second:'Fira Sans', 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);
}

/* h1, h2, h3, h4, h5, h6 {
    font-family: var(--rs-font-second);
  } */

/**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-style);
	color: var(--rs-font-color);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f1f8ff;
}
/**add css after ***/
.error  {
    color: red !important;
    display: block !important;
    /* font-size: 14px !important; */
    /* padding: 2px 0 !important; */
}
/* loader and scrollbar */
        #preloader {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, .9);
            z-index: 99;
        }
        #status {
            width: 100px;
            height: 100px;
            position: fixed;
            left: 50%;
            top: 50%;
            background-color: green;
            /*background-image: url('../../images/Loader.gif');*/
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            transform: translate(-50%, -50%);
        }

        .loader {
            position: fixed;
            left: 0px;
            top: 0px;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 9999;
            background: rgb(0 0 0 / 50%);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 50px;
            color: #ffffff;
        }

        /*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 var(--rs-primary-color);
            background-color: var(--rs-primary-color);
        }

/*loader and scrollbar end*/

/* input focus */
.form-control:focus {
    box-shadow: 0 0 5px 0px rgb(0 0 32 / 50%) !important;
    border-color: var(--rs-primary-color);
}

/* select2 css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    line-height: 37px;
}

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

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
}
.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%;
}
.select2-selection__rendered li:nth-child(3n + 1) button, .select2-selection__rendered li:nth-child(3n + 1) {
    background: var(--rs-primary-color); !important;
    color: #fff !important;
    border-color: #fff !important;
}

.select2-selection__rendered li:nth-child(3n + 2) button, .select2-selection__rendered li:nth-child(3n + 2) {
    background: #df24c6 !important;
    color: #fff !important;
    border-color: #fff !important;
}


.select2-selection__rendered li:nth-child(3n + 3) button, .select2-selection__rendered li:nth-child(3n + 3) {
    background: #72922e !important;
    color: #fff !important;
    border-color: #fff !important;
}

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: var(--rs-primary-color);
}
/* datatable css */
.table>:not(caption)>*>* {
    padding: 7px;
}
table.dataTable>tbody>tr td:first-child {
    font-weight: 800;
}
.data_state a {
    color: #000;
    text-decoration: none;
    font-weight: 6 00;
}
.data_state a:hover {
    color:#07529B;
}

.data_state td {
    vertical-align: middle;
}
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc {
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
div.dataTables_scrollBody>table {
    border: 1px solid #ddd6d6;
    border-top: 0;
    margin: 0 !important;
}
.table .even {
    background: #f1f1f1;
}

table.dataTable thead {
    background: transparent linear-gradient(127deg, #07529B 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    transparent linear-gradient(127deg, #07529B 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat background: padding-box;
}
.active>.page-link, .page-link.active, .page-link:hover{
    background: var(--rs-primary-color);
    border-color: var(--rs-primary-color);    color: var(--rs-white-color);
}
.page-link{
    color: var(--rs-font-color);
}

div.dataTables_wrapper div.dataTables_filter input {
    min-height: 20px !important;
    height: 40px !important;
}
/*.slick- active.slick-slide{
    background: yellow;
     color: #000;
}*/

/***slick arrow***/
.slick-arrow {position: absolute;top: 50%;transform: translateY(-50%);font-size: 0;margin: 0;padding: 0;background: transparent;height: auto;line-height: normal;border: 0;}
.slick-prev {left: 15px;z-index: 2;}
.slick-next {right: 15px;z-index: 2;}
/* .slick-prev:after {content: '\f104';display: block;color: #000;font-family: FontAwesome;font-size: 40px;}
.slick-next:after {content: '\f105';display: block;color: #000;font-family: FontAwesome;font-size: 40px;} */
.slick-prev:after {
    content: '';
    display: block;
    background-image: url(../images/left_arrow.png);
    width: 30px;
    height: 30px;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.slick-next:after{
    content: '';
    display: block;
    background-image: url(../images/right_arrow.png);
    width: 30px;
    height: 30px;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/***end***/

.header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0;
}

.header_top a {
    color: #000;
    text-decoration: none;
}

.header_top  span {
    padding: 0 5px;
}

.header_top i {
    font-size: 20px;
    vertical-align: middle;
}

.header_top div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header_top a:hover {
    color: #07529B;
}
.toggle_btn {
    display: none;
}
.header_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
}

.menu_header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 200px);
    padding-left: 20px;
    position: relative;
    justify-content: space-between;
}

.menu_in {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
}

.menu_in li {
    list-style: none;
    padding: 0 10px;
}

.menu_in li a {
    text-decoration: none;
    color: #000;
    position: relative;
}

.menu {
    width: calc(100% - 150px);
}
.child-triggerm:before {
    display: none;
}
.child-triggerm span:before {
    position: absolute;
    content: '\f107';
    font-size: 14px;
    color: #000;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 3px;
    left: 3px;
}

.sub-menu {
    padding: 0;
    width: 250px;
    background: #fff;
    box-shadow: 0 0 11px #ececec;
    border-radius: 5px;
    position: absolute;
    /* top: 100%; */
    top: 20px;
    transform: translateY(15px);
    overflow: hidden;
    display: none;
}

.sub-menu li a {
    padding: 6px 10px;
    display: block;
    transition: all 500ms ease-in-out;
}

.sub-menu li {
    padding: 0;
}

.sub-menu li a:hover {
    background: #07529B;
    color: #fff;
}
.btn-primary {
    background: #07529B;
    border-radius: 12px;
    padding: 12px 40px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border: 0;
}
.login_in .btn {
    display: table;
    margin: 0 auto;
}
.btn-primary:hover {
    background: #07529B;
}
.btn-primary:after {
    position: absolute;
    content: '';
    top: -62px;
    left: 0;
    width: 10px;
    height: 230%;
    background: #fff;
    display: block;
    transform: rotate(45deg);
    transition: all 500ms ease-in-out;
    opacity: 0.2;
}

.btn-primary:hover:after {
    left: 110%;
    height: 380%;
}

/* .btn-primary:before {
    z-index: -1;
    background: #0253aa;
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    transition: all 500ms ease-in-out;
    display: block;
    height: 100%;
}

.btn-primary:hover:before {
    width: 100%;
    left: 0;
    right: 0;
} */



.menu_in li .sub-menu  a:before {
    display: none;
}


.menu_in li > a:before {
    position: absolute;
    content: '';
    width: 19px;
    height: 5px;
    background: transparent linear-gradient(127deg, #07529B 0%, #0253AA 49%, #A12EA5 100%) 0% 0% no-repeat padding-box;
    border-radius: 40px;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}
.menu_in li > a:hover:before {
    width: 100%;
    transition: all 500ms ease-in-out;
    opacity: 1;
}
.menu_in li > a.active:before, .menu_in li.active > a:before {
    opacity: 1;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1024;
    background: #fff;
    /* position: relative; */
}
.bg_login {
    display: flex;
    min-height: 100vh;
}

.bg_login .login_from, .bg_login .right_rs {
    width: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_rs {
    background: #fff;
    box-shadow: 0px 4px 24px #5EBEFF0A;
    border: 1px solid #C9E5FF;
    border-radius: 32px;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px;
}
.logo_login {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}

.login_rs h2 {
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    color: #064A95;
    padding-bottom: 20px;
}

.login_rs h3 {
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 800;
    color: #000;
    padding-bottom: 15px;
}

.login_rs p {
    text-align: center;
    padding-bottom: 20px;
    color: #A1A2A8;
}

.login_rs .form-label {
    color: #A1A2A8;
}

.login_rs .form-control {
    background: #E6F3FF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    height: 47px;
}
.modal-body {
    border: 0;
}

.modal-footer {
    border: 0;
}


.modal-title {
    color: #07529B;
    font-weight: 600;
}
.signed_rs {
    margin: 0;
    padding: 0;
}

.signed_rs li {
    list-style: none;
    padding:  0 0 0 30px;
    margin-bottom: 15px;
    color: #151726;
    position: relative;
}

.signed_rs li:before {
    position: absolute;
    content: '';
    background-image: url(../images/check_round.png);
    width: 20px;
    height: 20px;
    left: 0;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}
.header_inner {
    justify-content: space-between;
    padding: 10px 15px;
    box-shadow: 0px 4px 24px #5EBEFF0A;
}

.btn-outline {
    box-shadow: 0px 4px 24px #5EBEFF0A;
    border: 1px solid #07529B;
    border-radius: 8px;
    color: #07529B;
    padding: 10px 20px;
}

.btn-outline svg {
    fill: #07529B;
}

.btn-outline:hover {
    background: #07529B;
    color: #fff;
}

.btn-outline:hover svg {
    fill: #fff;
}
.btn-outline span ,
.btn-fill span {
    margin-right: 7px;
}

.btn-fill {
    background: #EEF7FF !important;
    border-radius: 39px;
    color: #07529B !important;
    padding: 10px 15px;
}

.btn-fill svg {
    fill: #07529B;
}

.inside_btn a img {
    width: 20px;
    margin: 0 5px;
}
.logo_in img {
    height: 60px;
}
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current{
    background: #E6F3FF;
    color: #222;
}

.tab-content{
    display: none;
}

.tab-content.current{
    display: inherit;
}
.wrapper {
    padding: 110px 0 0;
}
.side_top_bar {
    padding: 0 0 30px 0;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px 30px;
}

.side_top_bar .tabs {
    display: flex;
    justify-content: center;
    text-align: center;
    background: white;
    border-radius: 24px;
    overflow: hidden;
}

.side_top_bar .tabs li {
    width: 100%;
    padding: 30px 10px;
    position: relative;
    border-right: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.tabs li.current svg {
    fill: #07529B;
}

ul.tabs li.current span {
    color: #07529B;
}
.side_top_bar .tabs li span {
    display: block;
    color: #2E2E2E;
    font-weight: 600;
    padding: 10px 0 0;
}

.side_top_bar .tabs li svg {
    fill: #2E2E2E;
}

.crf_detiles .fa-clock {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #E4953C;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 0px 6px white, 0 0 0px 7px #E4953C;
}

.crf_detiles .fa-circle-check {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #4BAF57;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 0px 6px white, 0 0 0px 7px #4BAF57;
}

h1,h2,h3,h4,h5,h6{
    color: #07529B;
}
.br_border {
    border-top: 1px solid #E2E2E2;
    margin: 40px 0;
}

.pd_40 {
    padding: 0px 0 40px 0;
}

.middle_ct {
    text-align: center;
}

.middle_ct h3 {
    font-weight: 600;
}
.main_title {
    text-align: center;
}

.main_title h3 {
    font-size: 24px;
    font-weight: 500;
}

.main_title svg {
    margin: 0 10px 0 0;
    fill: #07529B;
}
.patient_view {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 24px #5EBEFF0A;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 20px;
}

.patient_view p {
    margin: 0;
    width: calc(100% - 60px);
    padding: 0 10px;
    color: #000;
}
.patient_view {
    text-decoration: none;
}
.patient_view span {
    width: 30px;
    height: 30px;
    background: #EEF7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border-radius: 50%;
}

.patient_view span svg {
    fill: #07529B;
}

.timer_cl .fa-clock {
    color: #E4953C;
    box-shadow: 0 0 0px 5px rgb(228 149 60 / 10%);
    border-radius: 50%;
    background: rgb(228 149 60 / 10%);
}
.timer_cl .fa-circle-check {
    color: #4BAF57;
    box-shadow: 0 0 0px 5px rgb(75 175 87 / 10%);
    background: rgb(75 175 87 / 10%);
    border-radius: 50%;
}


.timer_cl {
    width: 30px;
    text-align: center;
}

.main_title {
    padding-bottom: 20px;
}
.upload_view_file {
    box-shadow: 0px 4px 24px #5EBEFF0A;
    border: 1px solid #C9E5FF;
    border-radius: 16px;
    text-align: center;
    padding: 15px;
    background: #fff;
  position: relative;
    cursor: pointer;
}

.upload_file span {
    text-align: center;
    display: block;
    padding: 0 0 15px;
    color: #A1A2A8;
}
.inside_br {
    background: #F6F6FA 0% 0% no-repeat padding-box;
    border-radius: 16px;
    padding: 55px 20px;
    position: relative;
}

.inside_br p {
    margin: 0;
}

.inside_br img {
    width: 35px;
}

.inside_br h5 {
    margin: 0;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
}

.inside_br p {
    color: #2E2E2E;
    font-size: 14px;
    z-index: 1;
}

.inside_br:before {
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px dashed #D6D6DC;
    border-radius: 16px;
    top: 10px;
    left: 10px;
    z-index: 0;
}
.upload_view_file input[type="file"] {
    position: absolute;
    top: 0;
        left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.gst_check, .gst_invoice {
    text-align: center;
}

.gst_invoice p {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
}

.gst_check label {
    padding: 0 10px;
}

.gst_check label span {
    font-size: 16px;
    position: relative;
    padding: 0 0 0 27px;
    cursor: pointer;
}

.gst_check label span:before {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #07529B;
    content: '';
    left: 0;
    border-radius: 50%;
    top: 1px;
}

.gst_check input {
    display: none !important;
    /* opacity: 0; */
}

.gst_check label input:checked + span:before {
    background: #07529b;
    box-shadow: inset 0 0 0px 4px #ffffff;
    cursor: pointer;
}

.review_bx {
    box-shadow: 0px 4px 24px #5EBEFF0A;
    border: 1px solid #C9E5FF;
    border-radius: 8px;
    background: #fff;
    padding: 35px 25px;
    text-align: center;
}

.review_bx h3 {
    font-size: 22px;
    margin: 0;
    font-weight: 400;
}

.review_bx p {
    margin: 0;
    padding: 20px;
}

.review_bx h4 {font-size: 24px;margin: 0;padding: 10px 0 0;}
.mobile_toggle,
.user_toggle{
    display: none;
}
.bt_right_col {
    padding: 0 15px 30px 0;
}
.form-control {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 8px;
    height: 47px;
    border-color: #c9c9c9;
}
span#select2-select-label-pt-container {
    background: #E6F3FF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    height: 47px;
    border-color: #07529b;
    line-height: 47px;
}

.select2-container .select2-selection--single {
    height: 47px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #c9c9c9;
}
span#select2-select-label-1p-container, .select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 47px;
    height: 47px;
}
span#select2-select-label-1p-container, .select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 47px;
    height: 47px;
}

.select2-container--default .select2-selection--single {
    background: #fff;
    border-radius: 8px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #07529b;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 47px;
}
.red {
    color: red;
}
.crf_detiles .fa-triangle-exclamation {
    position: absolute;
    top: 15px;
    right: 15px;
}
.signed_rs li a {
    color: #07529b;
    font-weight: 600;
    text-decoration: none;
}

.signed_rs li a:hover {
    color: #000;
}
.patient_view:hover {
    background: rgb(7 82 155 / 10%);
}
.patient_detiles {
    margin: 20px auto 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 0px 0px #fafafaa3;
    border-radius: 14px;
    padding: 30px;
}
.from_title i {
    color: #07529b;
}
.from_title {
    color: #000;
    font-size: 22px;
    padding: 20px 0;
    margin-bottom: 10px;
    position: relative;
}
.back_arrow a {
    color: #000000;
    text-decoration: none;
}

.back_arrow a:hover {
    color: #09539c;
}

.patient_detiles .main_title {
    padding-top: 10px;
    padding-bottom: 40px;
}
/* HTML: <div class="loader"></div> */
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 90%);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* HTML: <div class="loader"></div> */
  /* HTML: <div class="loader"></div> */
  .loader1 {
    width: 70px;
    aspect-ratio: 1;
    color: #07529B;
    background: conic-gradient(currentColor 0 270deg,#0000 0);
    border-radius: 50%;
    animation: l14-0 4s infinite linear;
  }
  .loader1::before {
    content: "";
    display: block;
    height: 50%;
    width: 50%;
    border-top-left-radius: 100px;
    background: currentColor;
    animation: l14 0.5s infinite alternate;
  }
  @keyframes l14-0 {
      0%,24.99%  {transform: rotate(0deg)}
      25%,49.99% {transform: rotate(90deg)}
      50%,74.99% {transform: rotate(180deg)}
      75%,100%   {transform: rotate(270deg)}
  }
  @keyframes l14 {
      100%  {transform: translate(-10px,-10px)}
  }
  .loader_gif img {
    max-width: 100px;
}
.fa-circle-check.dataAdded:before {
    font-weight: 700;
}
/*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) {

    /* a.child-triggerm {
        display: none;
    } */

    .menu_in li:hover .sub-menu {
        display: block;
        visibility: visible;
    }
    a.child-triggerm {
        pointer-events: none;
    }

 }
@media (min-width: 1199.98px) {


 }

/*max-devices-media-query*/

@media (max-width: 1399.98px) {

}

@media (max-width: 1299.98px) {

 }
@media (max-width: 1199.98px) {
    .mobile_toggle, .user_toggle {
        display: block;
    }

    .user_toggle .btn {
        font-size: 0;
        width: 50px;
        height: 50px;
    }

    .user_toggle .btn span {
        margin: 0;
    }
    .mobile_toggle i {
        color: #07529b;
        font-size: 20px;
    }
    .mobile_toggle i {
        color: #07529b;
        font-size: 20px;
    }

    .menu_right {
        position: absolute;
        top: 100%;
        background: #ffffff;
        width: 100%;
        left: 0;
        display: none;
    }

    .inside_btn .btn {
        display: block;
        border: 0;
        padding: 12px 20px;
        width: 100%;
        text-align: left;
        background: transparent !important;
        border-bottom: 1px solid #f2f2f2;
        border-radius: 0;
        box-shadow: none;
        color: #07529b !important;
    }

    .inside_btn a {
        padding: 10px 10px;
        display: block;
    }

    .btn-outline svg {
    }

    .inside_btn .btn svg {
        fill: #07529b !important;
    }

}
@media (max-width: 1024.98px) {
    /* .inside_btn .btn {
        font-size: 0;
        border-color: #07529b;
        background-color: #f1f8ff !important;
        border-radius: 8px;
        width: 50px;
        height: 40px;
        padding: 0;
    }

    .inside_btn .btn span {
        margin: 0;
    } */
    .login_rs {
        max-width: 420px;
    }

 }
@media (max-width: 991.98px) {


 }
@media (max-width: 767.98px) {

    .bg_login .login_from {
        width: 100%;
    }

    .bg_login {
        flex-wrap: wrap;
    }

    .bg_login .right_rs {
        display: none;
    }

    .login_rs h3 {
        font-size: 24px;
    }

    .login_rs h2 {
        font-size: 22px;
    }
    .side_top_bar .tabs li {
        width: 50%;
        padding: 20px 10px;
        border-bottom: 1px solid #f6f6f6;
    }

    .side_top_bar .tabs {
        flex-wrap: wrap;
    }
 }
@media (max-width: 575.98px) {
    .bg_login .login_from {
        padding: 0 15px;
    }
    .side_top_bar .tabs li {
        width: 100%;
    }
    .wrapper {
        padding: 80px 0 0;
    }
    .side_top_bar {
        padding: 0;
    }

    .side_top_bar .tabs {
        border-radius: 0;
    }

    .wrapper {
        display: flex;
        height: calc(100vh - 80px);
    }

    .wrapper .side_top_bar {
        width: 80px;
        background: #fff;
        height: calc(100vh - 80px);
    }

    .side_top_bar .tabs {
        flex-wrap: wrap;

    }

    .side_top_bar .tabs li span {
        padding: 0;
        font-size: 0;
    }

    .wrapper .side_bottom_bar {
        width: calc(100% - 80px);
        height: calc(100vh - 80px);
        overflow: auto;
    }

    .side_top_bar .tabs li {
        padding: 15px 10px;
        justify-content: start;
        border-bottom: 1px solid #E2E2E2;
    }

    .crf_detiles .fa-circle-check {
        background: #4BAF57;
        box-shadow: none;
        right: 3px;
        top: 3px;
        border: 2px solid #fff;
        font-size: 10px;
    }

    .crf_detiles .fa-clock {
        background: #E4953C;
        box-shadow: none;
        right: 3px;
        top: 3px;
        border: 2px solid #fff;
        font-size: 10px;
    }

    ul.tabs li.current {
        background: #07529B;
    }

    ul.tabs li.current svg {
        fill: #fff;
    }

    .side_top_bar .tabs li svg {
        width: 26px;
    }
    .middle_ct {
        text-align: left;
    }

    .pd_40 {
        padding: 20px 0;
    }

    .middle_ct h3 {
        font-size: 20px;
    }

    body {
        font-size: 14px;
    }

    .br_border {
        margin: 10px 0;
    }

    .main_title {
        text-align: left;
        padding: 10px 0;
    }

    .main_title h3 {
        font-size: 20px;
    }

    .main_title h3 svg {
        width: 24px;
    }
    .pd_40 br {
        display: none;
    }

    .btn {
        font-size: 14px;
    }

    .middle_ct .btn {
        display: table;
        margin: 5px auto;
    }
    .pd_40 {
        background-position: top right !important;
        background-size: 110px !important;
    }
    .bt_right_col .btn {
        margin-bottom: 10px;
    }

    .bt_right_col {
        padding: 0 15px 10px;
    }
    .side_top_bar .tabs li span {
        font-size: 10px;
        color: #000;
        line-height: 14px;
    }

    ul.tabs li.current span {
        color: #fff;
    }

    .crf_detiles {
        width: 100%;
    }

    ul.tabs li.current {
        padding: 10px 5px;
    }
    .patient_detiles .main_title {
        padding: 20px 0;
    }
    .crf_detiles .fa-triangle-exclamation {
        width: 12px;
        top: 5px;
        right: 5px;
    }
 }

 a.close img {
    width: 18px;
    margin-right: 5px;
}


#docuSignModal a.close {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
}
