@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@500&display=swap');

a{
    text-decoration: none;
}
body {
    /* background: rgba(3, 129, 130, 0.08); */
    font-family: 'Assistant', sans-serif;
}
:root{
    --primary: #fd611e;
    --white: #ffffff;
}



.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #ffff;
    background-color: #fd611e;
    border-color: #fd611e;
}

.btn-primary {
    border: 1px solid #D8D8D8;
    background-color: #ffff;
    color: #464343;
}

.btn:hover {
    color: #ffff;
    background-color: #fd611e;
    border-color: #fd611e;
}

.primary_bg_color {
    background-color: #fd611e;
    color: #ffff;
}

.btn-without_bg {
    color: #fd611e;
    border: 1px solid #fd611e;
    border-radius: 2px;
}

.btn-primary {
    -webkit-box-shadow: var(--ct-btn-box-shadow) #fd611e, .5;
    box-shadow: var(--ct-btn-box-shadow) #fd611e, .5;
}



.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #dee2e6;
    background-color: transparent;
}

.fc .fc-scroller-liquid-absolute::-webkit-scrollbar {
    width: 2px;
    /* background-color: #; */
}

.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: 5px solid #fd611e;
}

.fc-col-header thead {
    background-color: #DFF1F1;
}

.fc-theme-bootstrap a:not([href]) {
    text-decoration: none;
}

.tab-pane input[type="radio"] {
    width: 20px;
    height: 20px;
}
.form-control{
    border-radius: 2px;
    font-size: 13px;
}
.form-select{
    border-radius: 2px;
    color: #7d7f82;
    font-size: 13px;
}
.modal-content{
    border-radius: 4px;
}
.modal_tabs_btn_box button{
    background-color: transparent;
    width: 20%;
    padding: 5px 0;
    border: 1px solid #9C9C9C;
    border-radius: 0;
    font-size: 14px;
}



/* Inventry Page Css */


.searchBox-fakeInput {
	background: white;
	border: 1px solid #d6dadc;
	border-radius: 3px;
	display: table;
}

/* .searchBox-fakeInput.is-focussed {
  border: 2px solid cyan !important;
} */
.searchBox-inputWrapper,
.searchBox-clearWrapper {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.searchBox-input {
 	background-color: transparent;
	border: none;
  box-shadow: none;
  outline: none;
	width: 100%;
	padding: 0.5rem;
	font-size: inherit;
    background: url(../images/svg/carbon_search.svg) no-repeat scroll 7px 7px;
padding-left:40px;
}
.searchBox-input:focus {
  outline: none;

  box-shadow: none;
}
.searchBox-clearWrapper {
  padding-right: 0.5rem;
}
.searchBox-clear {
	color: #CCC;
	padding: 0;
	cursor: pointer;
	font-size: inherit;
	cursor: pointer;
	line-height: 1.5;
 	-webkit-transition: all 3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.searchBox-clearInput:hover {
	color: #AAA;
}
    .search_header_box{
        padding: .7rem;
        background-color: #ffff;
        border-radius: 5px;
    }
.pred_btn_prim_class{
    width: 200px;
    background-color: #fd611e;
    color: #ffff;
    border: #fd611e;
    padding: 5px 0;
}
.btn_w_back_black{
    background-color: transparent;
    color: #000000;
    border: 1px solid black;
    border-radius: 0;

}




/* patient record page */
.apoit_p_in_c {
    display: flex;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    margin-top: 1rem;
}

.apoit_p_in_c .day_c {
    padding: 10px;
    border-right: 1px solid #CCCCCC;
}

.apoit_p_in_c .paite_time {
    padding: 10px;
}

.list_of_patients li {
    list-style: none;
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid #C2C2C2;
    padding: .8rem 0;
}

.list_of_patients li .p_n_initial {
    color: #fd611e;
    background-color: #F0F0F0;
    padding: 1rem;
    border-radius: 50%;
    margin-left: 1rem;
}

.list_of_patients li .p_name {
    padding: 1rem;
    font-weight: 400;
}

.list_of_patients {
    padding-left: 0;
}

.p_details_header_g {
    display: grid;
    grid-template-columns:  10% 25% 30% 35%;
}

.ini_name_in_c {
    padding: 1.2rem;
    border-radius: 50%;
    background-color: #F0F0F0;
    color: #fd611e;
    width: fit-content;
}

.primary_btn_w_bg {
    color: #fd611e;
    background-color: transparent;
    border: 1px solid #fd611e;
}

.apoitment_card_mn {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.apoitment_card_ap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: .5rem;
}

.apoitment_card_ap_m {
    width: 100%;
    border: 1px solid #ABABAB;
    border-radius: 2px;
}

.add_c_p_s {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.date_tag {
    background-color: #fd611e;
    height: fit-content;
    padding: .5rem;
    color: #ffff;
    border-radius: 2px;
}

.select_add_r {
    background-color: #fd611e;
    color: #ffff;
    height: fit-content;
    padding: .2rem;
    border-radius: 2px;
    border: none;
    width: 120px;
    outline: none;
}

.name_age p:first-of-type {
    font-weight: 600;
}

.vitals_signs {
    padding: .5rem;
    border: 1px solid #fd611e;
    border-left: 4px solid #fd611e;
    color: #fd611e;
}
.vitals_main_box_compres table td{
    padding: .5rem;
}
.cl_n_li{
    color: #fd611e;
    text-decoration: none;
    width: 100%;
    line-height: 2rem;
}
.clinic_notes_add_lists{
    list-style: none;
    padding-left: 0;
}
.clinic_notes_add_lists li{
    border-bottom: 2px solid #B3B3B3;
    line-height: 2rem;
}
.select_add_r option{
    background-color: #ffff;
    color: #000000;
}

.add_priscription table .tabhr{
    border-bottom: 1px solid #B3B3B3;

}
.add_priscription table .tabhr th{
    padding: 10px 0;
    font-weight: 500;
    color: #6A6A6A;
}
.add_priscription table tbody tr{
    border-bottom: 1px solid #B3B3B3;
}
.add_priscription table tbody tr td{
    padding: 20px 0;
}
.input_css_11{
    padding: .4rem;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
}
.add_priscription_compress table thead tr th{
    font-weight: 400;
    color: #6A6A6A;
    padding: .5rem;
}
.add_priscription_compress table thead tr{
    /* border-bottom: 1px solid #B3B3B3; */
}
.add_priscription_compress table tbody tr td{
    padding: .5rem;
}
.add_priscription_compress table tbody tr{
    border-top: 1px solid #B3B3B3;
}
.lab_order table thead tr{
    border-bottom: 1px solid #B3B3B3;
}
.lab_order table thead tr th{
    font-weight: 400;
    color: #6A6A6A;
    padding: .5rem;
}
.green{
    color: var(--primary);
}
.treatment_plan table thead tr th{
    font-weight: 400;
    color: #6A6A6A;
    padding: .5rem;

}
.treatment_plan table tbody tr td{
    padding: .5rem;
}
.treatment_plan table tbody tr td input{
    width: 60px;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
}

.treatment_plan .tabl2 thead tr th{
    width: 20%;
}
.treatment_plan_compress table thead tr th{
    font-weight: 400;
    color: #6A6A6A;
    padding: .5rem;
}
.treatment_plan_compress table thead tr{
border-bottom: 1px solid #B3B3B3;
}
.treatment_plan_compress table tbody tr td{
    padding: .5rem;
}
.input_small{
    width: 50px!important;
}
.input_big{
    width: 100px!important;
}

.dr_inventry_table thead tr th {
    font-weight: 500;
}







.price_catlog_main{
    background-color: #ffff;
    padding: 0;
    height: 100vh;
}
.price_catlog_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E4E4E4;
    padding: 1rem;
}
.price_catlog_body table thead tr th{
    font-weight: 400;
    color: #6A6A6A;
    width: 33%;
    padding: .5rem;
}
.price_catlog_body table tbody tr{
    border-top: 1px solid #E4E4E4;
}
.price_catlog_body table tbody tr td{
    padding: .5rem;
}
.btn_01{
    background-color: var(--primary);
    color: #fff;
    border: none;
    width: fit-content;
    border-radius: 3px;
    padding: 5px 20px;
}
#PriceCatelog table thead tr th{
    font-weight: 400;
    color: #6A6A6A;
}
#PriceCatelog table tbody tr td input,select{
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    padding: 2px;
}

.price_catlog_body1 table thead tr th{
    font-weight: 400;
    color: #6A6A6A;
   width: 25%;
    padding: .5rem;
}
.price_catlog_body1 table tbody tr{
    border-top: 1px solid #E4E4E4;
}
.price_catlog_body1 table tbody tr td{
    padding: .5rem;
}


.price_catlog_body2 table thead tr th{
    font-weight: 400;
    color: #6A6A6A;
 width: 33%;
    padding: .5rem;
}
.price_catlog_body2 table tbody tr{
    border-top: 1px solid #E4E4E4;
}
.price_catlog_body2 table tbody tr td{
    padding: .5rem;
}
.oha_access_opt .oha_access_cate{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}
.oha_access_opt .oha_access_cate input{
    accent-color: #fd611e;
    width: 18px;
    height: 18px;
}
#Add-Staff table thead tr th{
    font-weight: 400;
    color: #6A6A6A;
    padding: .5rem;
}
#Add-Staff table tbody tr{
    border-top: 1px solid #B3B3B3;
}
#Add-Staff table tbody tr td{
    padding: .5rem;

}
#Add-Staff table tbody tr td input{
    accent-color: #fd611e;
    width: 15px;
    height: 15px;
}
.modal_input{
    border: 1px solid #D8D8D8;
    border-radius: 1px;
}
.moda_in_lable{
    font-weight: 400;
}
.oha_access_cate p{
    color: #595959;
}

.add_template_btn .btn_11{
    background-color: transparent;
    border: 1px solid #B7B7B7;
    width: 145px;
    color: #fd611e;
    border-radius: 2px;
}



.add_template_btn .active{
    background-color: #fd611e;
    color: #ffff;
    border-color: #fd611e;
}
.pt_m_11 thead tr th{
    font-weight: 400;
}
.lab_test_moda_ta thead tr th{
    font-weight: 400;
}
.followp_grid{
    display: grid;
    grid-template-columns:20% 9% 20% 10% 20%;
}
.left_search_ico{
    border: 1px solid #D8D8D8;
    outline: none;
    padding: 5px;
    background: url(../images/svg/search.svg) no-repeat scroll 185px 7px;
    padding-right:30px;
    border-radius: 4px;
}
.tab5_btn_m {
    display: flex;
    justify-content: center;
}
.tab5_btn_m  button{
    background-color: transparent;
    border: 1px solid #9C9C9C;
    width: 140px;
    padding: .3rem;
}
.tab5_btn_m .active{
    background-color: #fd611e;
    color: #ffff;
    border-color: #fd611e;
}


.p_details_header_g11{
    display: grid;
    grid-template-columns: 10% 60% 30%;
}
.payment_mode_payment{
    padding: 2rem 0 3rem 1rem;
    border-top: 1px solid #B3B3B3;
    border-left: 5px solid var(--primary);
}

















.search_main_{
    width: 100%;
  }
  .search_main_ input{
    width: 100% ;
    padding: .5rem;
    border: 1px solid #D8D8D8;
  }

 .patient-card {

padding: 5px 10px;
display: flex;
gap: 1rem;
border: 1px solid #D8D8D8;
width: 100%;
border-radius: 5px;
cursor: pointer;

}

.patient-card img {
max-width: 50px;
height: 50px;
border-radius: 50%;
}
.patient-card h3,p{
margin: 0;
}
.patient-card h3{
    font-weight: 400;
    font-size: 19px;
}

.patient-card p{
color: #A0A0A0;
font-size: 12px;
}
.searchResults11{
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 2px;
}
.new_tag_input{
    position: relative;
}
.new_tag_input::before{
    position: absolute;
    content: 'NEW';
   width: fit-content;
   height: fit-content;
   padding: 2px 20px;
   bottom:  7px;
    right: 12px;
    font-size: 12px;
    background-color: green;
    color: #ffff;
    border-radius: 5px;
    z-index: 1;
}






.searchResults11::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #dee2e6;
    background-color: transparent;
}

.searchResults11::-webkit-scrollbar {
    width: 2px;
    /* background-color: #; */
}

.searchResults11::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: 2px solid #fd611e;
}


.payment_mode_payment1 table thead tr{
    border-bottom: 1px solid #B3B3B3;
}
.payment_mode_payment1 table thead tr th{
    font-weight: 400;
    color: #6A6A6A;
}
.expence_main table thead tr{
    border-bottom: 1px solid #D6D6D6;
}
.expence_main table thead tr th{
padding: .5rem;
}
.expence_main table tbody tr td{
    padding: .5rem;
    padding-bottom: 1rem;
    }
    .wallet_box{
        padding: 1rem;
        border: 1px solid #ABABAB;
        border-radius: 4px;
        text-align: center;
    }
    .wallet_box h5{
        color: #fd611e;
    }
    .wallet_box p{
        color: #6C6C6C
        ;
    }
    .transaction_history_filter i{
        font-size: 1.5rem;
    }
    .transaction_history_table table{
        border: 1px solid #ABABAB;
        border-radius: 4px;
    }
    .transaction_history_table table thead tr th{
        padding: 1rem;
    }
    .transaction_history_table table thead tr{
        border-bottom: 1px solid #D6D6D6;
    }
    .transaction_history_table table tbody tr td{
        padding: 1rem;
    }
    .transaction_history_table table tbody tr{
        border-bottom: 1px solid #D6D6D6;
    }

    .transaction_history_table table tbody tr td .fa-plus{
        color: #30AC1C;
    }
    .transaction_history_table table tbody tr td .fa-minus{
        color: #EF0F0F;
    }
    .transaction_history_filter i{
        cursor: pointer;
    }
    .notification_p_d{
        display: flex;
        justify-content: space-between;
        width: 80%;
    }
  .input_comm_n{
    border: 1px solid #D8D8D8;
    width: 100%;
    padding: 2px;
    outline: none;
    border-radius: 2px;
  }




  .Practice_Details{
    background-color: #ffff;
    /* height: 100vh; */
    height: 100%;
  }
  .Practice_Details label{
    color: #595959;
  }
  .w-b-button{
    background-color: transparent;
    padding: 4px 7px;
    border: 1px solid #fd611e;
    border-radius: 3px;
  }
  .place_holder_small{
    font-size: 13px;
    padding: 8px;
  }
  .t_r_one{
    width: 5%;
  }
  .t_r_two{
   width: 5%;
  }
  .t_r_Three{
    width: 20%;
  }
  .t_r_four{
   width: 10%;
   text-align: center;
  }
  .t_r_five{
    width: 20%;
  }
  .t_r_six{
    width: 20%;
    text-align: center;
  }
  .t_r_seven{
   width: 20%;
  }
  .Practice_Details table tbody tr td input[type='checkbox']{
   accent-color: #fd611e;
   width: 20px;
   height: 20px;
  }
  .Practice_Details table tbody tr td{

    padding: 1.5rem 0;
  }
  .Practice_Details table tbody tr{
    border-bottom: 2px solid #E6E6E6;
  }
  .Symptoms_Treatment{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D9D8D6;
    padding: 1rem 0;

  }
  .Symptoms_Treatment img{
    width: 50px;
  }
  .Symptoms_Treatment input[type='checkbox']{
    width: 20px;
    height: 20px;
    accent-color: #fd611e;
  }
  .Symptoms_inner{
    gap: 2rem;
  }
  .card_view_p{
    width: 350px;
    background-color: #ffff;
    border-radius: 4px;
    padding: 1rem 0;
  }
  .card_view_p ul{
    padding-left: 0;
    list-style: none;
    margin-left: 15px;
    margin-bottom: 0;
  }
  .card_vv_inner{
    border: 1px solid #DEDEDE;
    border-right: none;
    border-left:  none;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    padding-left: 5pxrem;
    border-left: 3px solid #fd611e;

  }
  .anchor_btn_main{
    flex-direction: column;
    gap: 1rem;
  }
  .anchor_btn_main a{
   color: black;
   text-decoration: none;
   padding: .3rem .3rem;
   border-radius: 4px;
   border: 1px solid #B4B4B4;
   font-weight: 500;
  }
  .btn-primary_11{
    background-color: #fd611e;
    color: #ffff;
    border: none;
    border-radius: 5px;
    padding: 5px;
  }
  .btn-primary_12{
    background-color: #f2f4f537;
    color: #000000;
    border: none;
    border-radius: 5px;
    padding: 5px;
  }

  .popover {
    --bs-popover-max-width: 100%;
    --bs-popover-border-radius: 5px;
  }
  .popover-body {
    padding: 0;
  }
  .f1sss{
    padding-right: 1rem;
  }
  .card_vv_inner .yyy11{
    gap: 10px;
  }
  .name_in_cardi{
    font-size: 17px;
  }
  .name_div_f{
    padding: 1rem 1rem;
    padding-right: 4rem;
  }


.tab-content11{
    height: 300px;
    overflow-x: scroll;
}

.tab-content11::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #dee2e6;
    background-color: transparent;
}

.tab-content11::-webkit-scrollbar {
    width: 2px;
    /* background-color: #; */
}

.tab-content11::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: 2px solid #fd611e;
}



.bg-event-sir-color{

    /* background-color:#fd611e;

    color:var(--white) */

    --bs-bg-opacity: 1;

    /* background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important; */

    background-color: #fd611e;




}

.bg-event-sir-color:hover{

    background-color: #fd611e!important;

    color: #ffff!important;
}
.fc-col-header {
    width: 100%!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #fd611e;
    border-color: #fd611e;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    background-color: #fd611e;
    border-color: #fd611e;
    color: #ffff;
}

.select2-dropdown--below{
    z-index: 2000;
}










  /* Hour */
  input[type=time]::-webkit-datetime-edit-hour-field {
    background-color: #f2f4f5;
    border-radius: 15%;
    padding: 19px 13px;
  }

  /* Minute */
  input[type=time]::-webkit-datetime-edit-minute-field {
    background-color: #f2f4f5;
    border-radius: 15%;
    padding: 19px 13px;
  }

  /* AM/PM */
  input[type=time]::-webkit-datetime-edit-ampm-field {
    background-color: #7155d3;
    border-radius: 15%;
    color: #fff;
    padding: 19px 13px;
  }


  .btn-outline-primary {
    --bs-btn-color: #fd611e;
    --bs-btn-border-color: #fd611e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #fd611e;
    --bs-btn-hover-border-color: #fd611e;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fd611e;
    --bs-btn-active-border-color: #fd611e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fd611e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fd611e;
    --bs-gradient: none;
}
.select2-search__field{
    font-size: 13px!important;
}




#addConsent .modal-header{
    padding: .5rem 1rem;
    border-bottom: none;
    background-color: #fd611e;
    border-radius: 2px;
    color: #ffff;
}
#addConsent .modal-header button{
    color: #ffff;

}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed black;
    border-radius: 3px;
    transition: 0.2s;
  }
  .file-drop-area.is-active {
    background-color: rgba(255, 255, 255, 0.05);
  }




  .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
  }
  .file-input:focus {
    outline: none;
  }


  .Consent_form_card_main{
    margin: 2rem 0;
    min-height: 100vh;
  }
.Consent_form_card_main .Consent_form_card{
    padding: 1.5rem;
    padding-bottom: 5rem;
    border: 1px solid #8C8484;
    border-radius: 5px;
    text-align: center;
}
 .sml_tst{
    font-size: 13px;
    color: #A6A6A6;
}
.Consent_form_card_main .Consent_form_card .view_1{
    color: #fd611e;
}
.Consent_Forms_m1 img{
    width: 200px;
}
.Consent_Forms_form{
    margin-top: 2rem;
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
