
.login__page {
  /* height: 100vh; */
  font-family: "Montserrat", sans-serif;
  position: relative;
  /* background: #fcfcfd; */
  /* margin: -8px;
  overflo\w:; */
}

.login {
  /* height: 100vh; */
  font-family: "Montserrat", sans-serif;
  position: relative;
  background: #fff;
}

.login__header {
  min-height: 80px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d0e2e2;
}

.login__header__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 95%;
}

.login__header__logo {
  width: 175px;
}

.login__header__bar ul {
  display: inline-flex;
  gap: 2rem;
  /* margin: 0; */
  font-size: 1.125rem;
  font-weight: 500;
  color: #5f6368;
  list-style-type: none;
}

.login__header__bar ul li a {
  color: #5f6368;
  text-decoration: none;
}

.login__header__bar ul li a:hover {
  color: #2b2b2c;
}

.login__grid__col--form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login__grid__heading {
  font-size: 42px;
  letter-spacing: -0.5px;
  line-height: 56px;
  font-weight: 500;
  /* margin-bottom: 1rem; */
  color: #1a1f36;
}

.login__grid__subheading {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: initial;
  line-height: 28px;
  color: #4f566b;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login__form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login__inputField {
  width: 270px !important;
}

.login_input {
  height: 70px;
}

.btnWrapper {
  padding-top: 15px;
}

.login__submitBtn {
  width: 100% !important;
  color: white !important;
  border: 0;
  cursor: pointer;
  height: 45px;
  padding: 10px 13px;
  font-size: 16px;
  min-width: 310px;
  background: #088b8c;
  min-height: 30px;
  transition: 0.3s ease all;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: none !important;
  /* margin-top: 20px; */
}

.login__submitBtn:hover {
  background: #10a8a9;
}

/* @media (max-width: 1440px) {
  .login__main {
    max-width: 1240px;
  }
}

@media (max-width: 1024px) {
  .login__main {
    max-width: 800px;
  }
  .login__heroImg {
    left: -40px;
  }
}

@media (max-width: 768px) {
  .login__grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }
  .login__grid__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .login__section {
    /* margin: 40px 72px; */

/* }
  .login__header__bar ul li a {
    font-size: 0.9rem;
  }
}

@media (max-width: 425px) {
  .login__header__bar {
    flex-direction: column;
    padding: 1rem 0rem;
  }
  .login__section {
    /* margin: 20px; */

/* }
}  */

.MuiFormHelperText-contained {
  margin-left: 0px !important;
}

.helper_text_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-top: 1rem;
}

.helper_text_large {
  color: #697386;
  font-size: 14px;
  padding-bottom: 0.5rem;
}

.helper_text_small {
  color: #a3acb9;
  font-size: 12px;
  padding-bottom: 4rem;
}

/* .footer_container {
  display: flex;
  justify-content: space-evenly;
  gap: 2rem;
  border-top: 2px solid #f2f2f2;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f3f8f9;
} */

.footer_container {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: space-evenly;
  gap: 2rem;
  border-top: 2px solid #f2f2f2;
  padding-top: 2rem;
  padding-bottom: 0.2rem;
  background-color: #f3f8f9;
}

.box_heading {
  color: #4f566b;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 0.8rem;
}

.list_item {
  color: #8792a2;
  font-size: 16px;
  line-height: 24px;
}

.login__main {
  position: relative;
  top: 130px;
}

.MuiTableSortLabel-root {
  color: grey !important;
}

.table_icon {
  /* padding-top: 10px; */
  display: flex;
  align-items: center;
}

.table_editBtn {
  margin-right: 10px;
  cursor: pointer;
}

.table_logBtn {
  cursor: pointer;
  margin-right: 10px;
}

.priorauth_table_list {
  min-height: 700px !important;
}

.table_cell {
  padding: 0 8px 0 8px !important;
  max-height: 10px !important;
}

.rounding_table_body_cell.MuiTableCell-sizeSmall {
  padding: 0 8px 0 8px !important;
  border: 2px solid red !important;
}

.MuiTableCell-root {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.MuiTablePagination-root {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.MuiTableSortLabel-root {
  color: gray;
}

.MuiSvgIcon-root {
  color: #828282;
}

.MuiToolbar-root.MuiToolbar-regular.MuiTablePagination-toolbar.MuiToolbar-gutters {
  padding-left: 152px;
  padding-right: 152px;
}

.MuiTablePagination-root {
  border-radius: 10px;
  border: solid 1px #e0e0e0;
}

.dataTable_head {
  background-color: #f2fbf9;
}

.data_table_list_cell {
  border-color: #d7e0e9 !important;
}

.data_table_list_cell.MuiTableCell-root {
  padding: 0px !important;
}

.data_table_dropdown .MuiInputBase-input {
    padding: 6px 0 3px !important;
}

.hello{
  height: 20px !important;
}

.data_table_dropdown {
  max-width: 120px;
  border-color: #d7e0e9 !important;
  height: 40px;
}

.data_table_dropdown .MuiInputBase-root{
  font-size: 14px !important;
}

.data_table_dropdown.MuiTableCell-root {
  padding: 10px !important;
  font-size: 12px !important;
}

.prior_auth_table_cell.MuiTableCell-sizeSmall {
  padding: 0 8px 0 8px !important;
}

.data_table_dropdown.MuiTableCell-sizeSmall {
  padding: 0 8px 0 8px !important;
}

.table_checkbox {
  display: flex;
  align-items: center;
  /* max-width: 40px;
  padding-left: 12px !important; */
}

.priority_icon {
  color: red;
}

.nodatafound {
  height: 675px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.appointment_add_icon {
  font-size: 4rem !important;
  cursor: pointer;
  position: fixed;
  top: 84%;
  right: 0px;
  left: 92%;
  bottom: 0px;
}

@media (max-width: 1600px) {
  .data_table_list_cell {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-color: #d7e0e9 !important;
  }
}

.log_title {
  font-weight: 600;
  font-size: 1.5rem;
}
.main_info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 35rem;
  min-height: 43rem;
}
.log_info {
  display: flex;
  gap: 0.5rem;
  width:500px
}
.date_div {
  font-size: 0.9rem;
  font-weight: 500;
  color: grey;
}
.text_div {
  font-size: 0.9rem;
  font-weight: 500;
  inline-size: 30rem;
  overflow-wrap: break-word;
}
.log_dialog {
  display: flex !important;
  justify-content: flex-end !important;
}
.log_content {
  display: flex;
  flex-direction: column;
  padding: 2rem !important;
  gap: 1rem !important;
}
.log_title_container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.Patient_info {
  display: flex;
  gap: 0.5rem;
}
.name_info {
  font-weight: 500;
  font-size: 1.1rem;
}
.log_info_loder {
  width: 500px;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.load1{
  width:30%
}
.load2{
  width:70%
}
.close_icon{
  cursor: pointer;
}

.pa_history_main {
  padding: 3rem;
  min-height: 700px !important;
}
.nodatafound {
  height: 540px;
}
.pa_history_btns {
  display: flex;
  justify-content: flex-end;
}
.data_table_list_cell{
  /* border: 1px solid red !important; */
  white-space: nowrap !important;
}
.header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.data_table_list_cell.MuiTableCell-root {
  padding: 8px !important;
}
@media (max-width: 1600px) {
  .data_table_list_cell {
    max-width: 150px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    border-color: #d7e0e9 !important;
  }
}
.name_info{
  font-size: 1rem;
  margin-top: 5px;
}
/* ---------------- LATEST CSS CODE -------------------- */
.filter_container {
  display: flex;
  gap: 5px;
}
.filter_block1 {
  padding:10px;
  display: flex;
  gap: 10px;
  width: 77%;
  border: 1px solid #c1c1c1;
}
.filter_block2 {
  padding: 10px;
  display: flex;
  gap: 10px;
  width: 23%;
  border: 1px solid #c1c1c1;
}
.filter_container_block {
  display: flex;
}
.filter_container_block--main {
  display: flex;
}
.filter_container_block--inner {
  display: flex;
}
.filter_field {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
}
.filter_field_date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 123px;
}
.filter{
  /* border: 1px solid red; */
  margin-top: 4px;
}
.filter_field_btn {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
  /* border: 1px solid red; */
  margin-left: 10px;
  padding-bottom: 2px;
}
.icon_filter {
  color: white !important;
}
.filter_btn {
  padding-right: 2rem;
}
.submit_button {
  margin-top: 19px;
}
#demo-mutiple-checkbox {
  width: 110px !important;
}
@media (max-width: 1600px) {
  .filter_field {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
  }

  .filter_field_date {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    max-width: 100px;
  }
  #demo-mutiple-checkbox {
    width: 90px !important;
  }

  .filter_btn {
    padding-right: 1rem;
  }
}

.clinic__header {
  display: flex;
  width: 100%;
  top: 0;
  z-index: 10;
  background: #fff;
  height: 80px;
  font-weight: 500 !important;
  border-bottom: 1px solid #d7e0e9;
  position: sticky;
}

@media (max-width: 1520px) {
  .clinic__header {
    justify-content: space-between;
  }
}

.clinic__header__title {
  font-size: 1em;
  padding: 20px 0px;
  font-weight: 500;
}

.clinic__header--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20rem;
  grid-gap: 10rem;
  width: 100%;
}

.datatable_header {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  width: 95%;
}

.clinic__header--inner_log {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 5%;
}

.column_filter_container{
  padding-left: 20px;
}

.column_filter_container{
  margin-right: 15  px;
  display: flex;
  align-items: center;
  /* border: 1px solid red; */

  padding: 0;
}

.MuiList-padding {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 15px !important;
}

.search_bar{
  padding-bottom: 20px !important;
}

.pagination{
  overflow: hidden;
  padding: 5px;
  white-space: nowrap;
  width: 550px;
}

.MuiToolbar-root.MuiToolbar-regular.MuiTablePagination-toolbar.MuiToolbar-gutters {
  padding-left: 0px;
  padding-right: 0px;
}

.backbutton_div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5%;
}

.priorauth_header_info {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 650px;
  min-width: 650px;
  white-space: nowrap;
}

.priorauth_header_info ul {
  display: flex;
  list-style-type: none;
  gap: 0.3rem;
}

.priorauth_header_info ul li {
  font-size: 21px;
  cursor: pointer;
  position: relative;
  padding: 10px 8px;
  font-weight: 600;
  color: black;
  cursor: pointer;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-left {
  padding-left: 1rem;
}

.header-right {
  padding-right: 1rem;
}

.chat__unreadIndicator {
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  background: #2f80ed;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  font-size: 0.8rem;
  margin-left: 4px;
}

.iconFont {
  font-size: 32px !important;
}

.clinic__header__logoutBtn {
  margin: 0px 10px !important;
}

.clinic__header__logoutBtn>span {
  padding: 8px;
  color: var(--primary-green);
  border-radius: 6px;
  font-size: 0.95em;
  transition: 0.3s ease all;
}

.clinic__header__logoutBtn:hover>span {
  background: var(--primary-green);
  color: #fff;
}

.clinic__profileCircle {
  width: 40px;
  height: 40px;
  background: #e0f0f2;
  color: #139696;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.2s ease all;
}

.clinic__profileCircle:hover {
  box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
}

/***  Popover styles ***/

.clinicHeader__popover {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.clinicHeader__popover--name {
  font-weight: 600;
  white-space: nowrap;
}

.clinicHeader__popover--list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
  color: var(--color-grey-700);
}

.clinicHeader__popover--list div {
  cursor: pointer;
}

.clinicHeader__popover--list .logout {
  color: var(--primary-green--dark);
}

/********/

@media (max-width: 1440px) and (min-width: 900px) {
  .clinicHeader .MuiTypography-h4 {
    font-size: 1.75rem;
  }

  .iconFont {
    font-size: 32px !important;
  }
}





.appointment_dialog-create .MuiDialog-container .MuiPaper-rounded {
  border-radius: 8px !important;
}

.scrollbarY--custom::-webkit-scrollbar {
  width: 0.4em;
  height: 0.6rem;
  border-radius: 0px 10px 0px 0px;
}

.scrollbarY--custom::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.scrollbarY--custom::-webkit-scrollbar-thumb {
  background-color: rgb(182, 182, 182);
  border-radius: 10px 20px 10px 10px;
}

.container_data_create {
  padding: 2rem 3rem;
}

.patient_search_btn {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.crate_prior_auth_btn1 {
  display: flex;
  gap: 1rem;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: right;
}

.crate_prior_auth_btn2 {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  align-items: center;
  height: 100%;
  width: 100%;
}

.patient_search_table {
  padding-left: 10px;
  padding-top: 1rem;
}

.close_icon_div {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.patientSearch__noResults {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  margin: auto;
}

.patientSearch__noResults--text {
  color: var(--Grey2);
  font-size: 1rem;
  padding: 3rem 0;
}
.data_table_filter_div {
  padding: 1rem 1.2rem 1.5rem 2.1rem;
}

.callinfo_button {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
  padding: 1rem 0;
  /* border: 1px solid green; */
}
.callinfo_main_div {
  /* width: 1050px !important; */
  padding: 2rem;
  /* border: 1px solid #c6c6c6; */
  border-radius: 8px;
  background-color: white;
}
.log_header{
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px ;
  padding-left: 4px;
}

.cpt_table_container {
  border: solid 1px #c6c6c6;
  border-radius: 8px !important;
  border-bottom: none;
  overflow-x: auto;
}

.scrollbarY--custom::-webkit-scrollbar {
  width: 0.4em;
  height: 0.6rem;
  border-radius: 0px 10px 0px 0px;
}

.input_material_field{
  /* border :1px solid red !important;  */
  padding: 2px !important;
  /* width: ; */
}

.scrollbarY--custom::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.scrollbarY--custom::-webkit-scrollbar-thumb {
  background-color: rgb(182, 182, 182);
  border-radius: 10px 20px 10px 10px;
}

.Cpt_list_card {
  /* padding: 5px; */
  display: flex;
  flex-direction: column;
  /* gap: 5px; */
  cursor: pointer;
}

.cpt_add_icon {
  cursor: pointer;
  position: relative;
  bottom: -9px;
  right: 18px;
}

.MuiTypography-colorTextSecondary {
  color: black !important;
}

.cpt_des_container {
  color: grey;
  font-size: 14px;
  /* padding-bottom: 1rem; */
  margin-top: -30px;
}
.precedure_details_accordion {
  display: block !important;
}

.procedure_cpt_table {
  padding: 1rem 0;
  /* border: solid 1px #c6c6c6;
  border-radius: 10px; */
}

.subheading_procedure_accordion {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.subheading_procedure_accordion p {
  font-size: 18px;
}

.radioButtons{
  display: flex !important;
  flex-direction: row !important;
}

.procedure_button {
  display: flex;
  /* border: 2px solid red; */
  height: 40px;
  flex-direction: row-reverse;
  gap: 0.5rem;
  /* padding: 1.5rem 0 1rem 0; */
}

.loader{
  color: white !important;
}

.copyIcon {
  cursor: pointer;
}

.copyIcon_date {
  position: relative;
  right: 48px;
  top: 12px;
  margin: -12px;
}

.submitButton{
  position: relative;
  top: -55px;
}

.item{
  cursor: pointer;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  width: 98%;
  margin: 2px ;
  margin-top: 5px;
  margin-bottom: 5px;
  /* border: 1px solid red; */
}

.finalField{
  cursor: pointer;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  /* width: 98%; */
  margin: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  /* border: 2px solid green; */
  font-weight: 600;
}

.TreeItem_conatianer{
  /* border: 2px solid red; */
  /* overflow-x: hidden; */
  /* text-overflow: ellipsis; */
  display: flex;
  align-items: center;
}

.procedure_info_main_div {
  width: 1050px;
  padding: 2rem;
  /* border: 1px solid #c6c6c6; */
  border-radius: 8px;
  background-color: white;
}

.header_container{
  /* border: 1px solid red; */
  padding-left: 42px;
  padding-top: 15px;
}

.icd_search_bar{
  /* border: 1px solid red !important; */
  width: 500px !important;
}

.main_container{
  padding: 0px 0px 0px 0px;
}

.category_main_container{
  /* border: 1px solid lightgray; */
  margin-left: 32px;
  margin-right: 32px;
  /* padding: 10px 0px 0px 0px; */
  margin-bottom: 80px;
}

.category_btn{
  margin-left: 50px;
}

.category{
  border: none;
}

.icd_search_wrap{
  overflow: hidden;;
  height: 75vh;
}

.tree_container{
  /* border: 2px solid lightgray; */
   height: 600px;
  padding: 10px;
  /* margin-bottom: 20px; */
  /* margin-bottom: 10px; */
  overflow-y: scroll;
}

.no_data_found{
  display: flex;
  align-items: center;
  justify-content: center;
}

.chipListContainer{
  /* border: 2px solid red; */
  display: flex;
}

.chipList{
  /* border: 1px solid green; */
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  gap: 0.4rem;
}

.result_container{
  /* height: 620px; */
  height:50vh;
  border: 2px solid lightgray;
  border-radius: 10px;
  margin-top: 5px;
  padding: 10px;
  padding-top: 0;
  margin-bottom: 10px;
  overflow-y: scroll;
  /* overflow-x: hidden; */
  /* text-overflow: ellipsis; */
}

.icd_chip{
  margin: 0px 0px 0px 10px;
}

.header{
  /* border: 2px solid red;  */
  display: flex;
  justify-content: space-between;
}

.searchField{
  /* border: 1px solid red; */
  display: flex;
  gap: 1rem;
  align-items: center;
}

.search_select_container{
  /* border: 1px solid red; */
  width: 300px;
  display: flex;
  /* flex-direction: row; */
  align-items: center;
  padding-top: 15px;
  padding-left: 10px;
  height: 60px;
}

.addButton{
  display: flex;
  flex-direction: row-reverse;
  padding-right: 100px !important;
}

.search_btn{
  height: 55px;
  width: 120px;

}

.procedureHeader{
  display: flex;
  align-items:center ;
  /* border: 2px solid green; */
  margin-bottom: 20px;
  justify-content: space-between;
  align-content: center;
  text-align: center;
}

.input_material_field_icdSearch{
  /* border: 2px solid red !important; */
  width: 30rem !important;
}

.diagnosis_main_div p {
  font-size: 18;
  font-weight: 500;
}

.diagnosis_heading {
  padding-bottom: 1rem;
}

.diagnosis_container{
  /* border: 2px solid green; */

  display: flex;
  align-items: center;
}

.diagnosis_grid {
  display: flex;
  /* justify-content: stretch; */
  /* border: 1px solid red; */
  justify-content: space-between;
  width: 80% !important;
}

.dx_field_set {
  display: flex;
  /* border: 1px solid red; */
  /* width: 300px; */
  /* width: 170px; */
  width: 124%;
  /* display: flex; */
  /* margin-right: -68px; */
}

.dx_addicon {
  cursor: pointer;
  position: relative;
  bottom: -21px;
  right: 38px;
}

.dx_searchicon {
  cursor: pointer;
  position: relative;
  right: 79px;
  bottom: -21px;
}

.dx_closeIcon {
  cursor: pointer;
  position: relative;
  right: 38px;
  bottom: -21px;
}

.precedure_details_accordion {
  display: block !important;
}
.procedure_cpt_table {
  padding: 1rem 0;
  padding-bottom: 0;
}
.subheading_procedure_accordion {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.subheading_procedure_accordion p {
  font-size: 18px;
}
.procedure_button {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
  /* padding: 1.5rem 0 1rem 0; */
}
.procedureSection_header{
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.procedure_info_main_div {
  /* width: 1050px; */
  /* width: 900px; */
  padding: 2rem;
  /* border: 1px solid red; */
  width: 100%;
  border-radius: 8px;
  background-color: white;
}

.upload_main_div {
  width: 1050px;
  padding: 2rem;
  /* border: 1px solid #c6c6c6; */
  border-radius: 8px;
  background-color: white;
}


   .upload_progression {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 110px;
        height: 100px;
  
    }
    .upload_progression p {
        font-weight: 500;
        font-size: 20px;
    }
    .upload_button{
        /* border: 2px solid red; */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
/* Background stuff */
.container {
  /* background: #9a35ef;
        background: linear-gradient(135deg, #9a35ef, #4b00c4, #651ca3); */
  height: 100vh;
  padding-top: 35vh;
}
/* Loading Area */
.loading {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Delay subsequent balls. Must adjust if you change animation-duration above */
}
.loading .ball {
  /* Set ball size */
  opacity: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #0c9797;
  /* Shadow gives the look of a sphere */
  box-shadow: inset -5px -5px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  animation-name: load;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.loading .ball:nth-child(2) {
  animation-delay: 0.5s;
  opacity: 0;
}
.loading .ball:nth-child(3) {
  animation-delay: 1s;
  opacity: 0;
}
.loading .ball:nth-child(4) {
  animation-delay: 1.5s;
  opacity: 0;
}
.loading .ball:nth-child(5) {
  animation-delay: 2s;
  opacity: 0;
}
/* 
Animation Key frames - Balls are loaded with 0 opacity and actually don't start until animation-delay is up.
Revolve around the Y axis with a radius of 35px.
rotateX gives a feel of slightly above it.
Increasing to 45px on the front size give an interesting whip effect
Then negative rotate to keep it facing forward. It is after all just a 2d circle.
Slightly scale to enhance 3D effect.
Reduce opacity when in the back.
*/
@keyframes load {
  0% {
    opacity: 0;
    transform: rotateY(-90deg) rotateX(-10deg) translateZ(25px) rotateY(90deg)
      scale3d(1, 1, 1);
  }
  25% {
    opacity: 1;
    transform: rotateY(0deg) rotateX(-15deg) translateZ(35px) rotateY(0deg)
      scale3d(1.1, 1.1, 1.1);
  }
  50% {
    opacity: 0.2;
    transform: rotateY(90deg) rotateX(-10deg) translateZ(35px) rotateY(-90deg)
      scale3d(1, 1, 1);
  }
  75% {
    opacity: 0;
    transform: rotateY(180deg) rotateX(0deg) translateZ(35px) rotateY(-180deg)
      scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 0;
    transform: rotateY(270deg) rotateX(0deg) translateZ(25px) rotateY(-270deg)
      scale3d(1, 1, 1);
  }
}

.tab_container {
  min-height: 100vh;
  /* height: 100%; */
  overflow-y: hidden !important;
}

.patientName {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.middle {
  display: flex;
  flex-direction: column;
  width: 130px;
}

.first {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tabRow {
  width: 100%;
  /* background-color: #bbe4e6; */
  border-radius: 0.2rem;
  /* background-color: #f7f8fa; */
  background-color: #d9ebe7;
  height: 67px !important;
  text-transform: capitalize;
  /* padding-left: 8px; */
  display: flex;
  flex-direction: column;
}

.active_tab {
  width: 100%;
  /* background-color: red; */
  height: 67px !important;
  border-radius: 25px;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
}

.MuiToolbar-root.MuiToolbar-regular.MuiTablePagination-toolbar.MuiToolbar-gutters {
  padding-left: 0;
  padding-right: 0;
}

.left_tab_pagination {
  /* border:2px solid red;   */
  /* width: 150px; */
  padding: 0;
}

.patient_selector_heading_container {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
  display: flex;
  align-items: center;
  padding-right: 3px;
}

.firstRow {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding-top: 5px;
  align-items: flex-end;
  width: 95%;
  text-align: left;
  margin-left: 5px;
  white-space: nowrap;
  font-weight: 500;
  padding-left: 8px;
}

.secondRow {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  gap: 0.5rem;
  width: 95%;
  padding-bottom: 5px;
  margin-left: 5px;
  text-align: left;
  padding-left: 8px;
  color: #759ca4;
}

.open {
  position: fixed;
  top: 0;
  bottom: 0;

  min-height: 100vh;
  /* border: 1px solid gray; */
  padding-right: 15px;
  margin-right: 20px;
  background-color: white;
  /* border-radius: 10px; */
  padding-bottom: 10px;
  max-width: 15%;
  /* height: 200%; */
  z-index: 3;
}

.open.hidden {
  opacity: 0;
  pointer-events: none;
  display: none;
}

.mainSectionHidden {
  display: none;
}

.dropdown_header {
  font-size: 20px;
  border-bottom: 1px solid lightgray;
  margin-inline: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  padding-block: 20px;
}

.collapsed_menu_open {
  padding-top: 10px;
  background-color: white;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100vh;
  margin-right: 20px;
  position: fixed;
}

.collapsed_menu_hidden {
  display: none;
}

@media (max-width: 1872px) {
  .open {
    margin-right: 20px;
    background-color: white;
    padding-bottom: 10px;
    z-index: 3;
  }

  .firstRow {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    padding-top: 5px;
    align-items: flex-end;
    width: 95%;
    text-align: left;
    margin-left: 5px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 12px;
    padding-left: 8px;
  }

  .secondRow {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    gap: 0.5rem;
    width: 95%;
    padding-bottom: 5px;
    margin-left: 5px;
    text-align: left;
    padding-left: 8px;
    color: #759ca4;
    font-size: 12px;
  }

  .dropdown_title {
    /* font-size: 16px; */
  }

  .dropdown_header {
    font-size: 14px;
    padding: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
}
.tabButtonGroup1{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.7rem;
  /* justify-content: space-evenly; */
  /* border: 2px solid red; */
  /* margin-bottom: 20px; */
  /* width: 500px; */
  width: -moz-fit-content;
  width: fit-content;
}
.tabsButtonGroup2{
  /* border: 2px solid green; */
  display: flex;
  gap: 1rem;
}
.buttonContainer{
  display: flex;
  /* border: 2px solid red; */
  gap: 1rem;
  flex-direction: column;
}
.tabButtons{
  color: black !important;
  height: 48px;
  width: 90px;
  white-space: nowrap;
  font-size: 16px !important;
  box-shadow: none;
  color: white !important;
}
.button_active{
  background-color: white !important;
  color: black !important;
  height: 48px;
  width: 90px;
  white-space: nowrap;
  font-size: 16px !important;
  box-shadow: none;
}
.tab_panel_container{
  
}
.notes_container{
  /* border: 1px solid red; */
  width: 100%;
}
.patient_container {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.physician_container{
  margin-top: 10px;
}

.ViewMode {
  pointer-events: all;
}

.edit_btn_patientInfo {
  pointer-events: all;
  display: flex;
  flex-direction: row-reverse;
}

.edit_btn_group{
  /* border: 1px solid red; */
  margin-top: 8px;
  display: flex;
  gap: 0.3rem;
}

.save_btn_patientInfo{
  border: 1px solid red;
  /* margin-top: 0px; */
}

.patientInfoSkeleton{
  width: 450px;
}

.input_field_content_wrap{
  /* border: 1px solid green; */
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.input_field_content{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.input_field_view_mode{
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
  height: 100%;
  /* width: 200px; */
  justify-content: space-between;
  padding-bottom: 6px;
}

.label{
  color: #676767;
  font-size: 12px;
}

.copyIcon {
  cursor: pointer;
}

.copyIcon_date {
  position: relative;
  right: 48px;
  top: 12px;
  margin: -12px;
}
.patient_info_main_div {
  /* width: 1000px !important; */
  /* width: 600px !important; */
  /* width: 875px !important; */
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  /* padding-bottom: 2rem; */
  /* margin-bottom: 0.9rem; */
  /* border: 1px solid red; */
  border-radius: 8px;
  background-color: white;
  /* pointer-events: none; */
}

.copyIcon {
  cursor: pointer;
}

.copyIcon_date {
  position: relative;
  right: 48px;
  top: 12px;
  margin: -12px;
}

.create_prior_auth_btn2 {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  align-items: center;
  height: 100%;
  width: 100%;
}
.new_payer_container{
  padding: 1rem 2rem;
}
.ins_field_set {
  display: flex;
  width: 120%;
  flex-direction: row;
  /* width: 90%; */
}

.insurance_addicon {
  /* border: 1px solid red; */
  cursor: pointer;
  position: relative;
  bottom: -20px !important;
  right: 75px !important;
}

.insuranceName {
  /* border: 1px solid red !important; */
  /* padding-right: 5px !important; */
  width: 130px !important;
}

.ranking {
  width: 80px !important;
  /* border: 1px solid red !important; */
  margin-right: 200px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.input_field_content_wrap {
  /* border: 1px solid green; */
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.input_field_content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.input_field_view_mode {
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
  height: 100%;
  /* width: 200px; */
  justify-content: space-between;
  padding-bottom: 6px;
}

.label {
  color: #676767;
  font-size: 12px;
}

.btnGroup {
  display: flex;
  justify-content: right;
  gap: 0.2rem;
}

.edit_btn {
  margin-top: 10px !important;
}

.insurance_addicon {
  cursor: pointer;
  position: relative;
  bottom: -21px;
  right: 51px;
}

.groupNo {
  /* border: 1px solid red !important; */
  width: 117px !important;
  padding: 2px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ranking {
  /* border:2px solid red !important; */
  width: 90px;
}

.insurance_closeIcon {
  cursor: pointer;
  position: relative;
  right: 35px;
  bottom: -19px;
}

.patientinfo_button {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
  padding: 1rem 0;
}

.buttonWrapper {
  /* border: 2px solid red; */
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1rem;
  justify-content: flex-end;
  margin-bottom: 15px;
  /* margin-left: 100px; */
}

.input_material_status {
  width: 100px !important;
}

.status_view_mode {
  /* border: 2px solid red !important; */
  width: 90px;
  margin-left: 20px;
  align-items: center;
}

.edit_btn_Info {
  /* margin-top: 10px; */
  /* display: flex; */
  /* margin: auto; */
  /* justify-content: space-around; */
  /* margin-left: -35px; */
}

.edit_btn_policyInfo {
  margin-top: 10px;
}

.input_material_field_policy {
  /* border:2px solid red !important; */
  width: 150px;
}

.ViewMode {
  /* pointer-events: none; */
}

.edit_btn_patientInfo {
  pointer-events: all;
  display: flex;
  flex-direction: row-reverse;
  margin-left: 35px;
}

.addressLine{
  /* border:1px solid red !important; */
  width:200px;
 white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.holder_name{
  width: 250px !important;
}
/* .physician_info_main {
  width: 1350px;
  padding: 2rem;
  border-radius: 8px;
  background-color: white;
  pointer-events: none;
} */

.input_material_field{
 white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.input_field_content{
  cursor:pointer
}

.physician_info_main {
  /* width: 600px; */
  padding: 2rem;
  /* border: 1px solid #c6c6c6; */
  border-radius: 8px;
  background-color: white;
  /* pointer-events: none; */
}

.disabled_section {
  /* pointer-events: none; */
}

.physician_button {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
  height: 40px;
  white-space: nowrap;

}


.container_data_create {
    padding: 2rem 3rem;
}

.appointment_dialog-create .MuiDialog-container .MuiPaper-rounded {
    border-radius: 8px !important;
}

.scrollbarY--custom::-webkit-scrollbar {
    width: 0.4em;
    height: 0.6rem;
    border-radius: 0px 10px 0px 0px;
}

.scrollbarY--custom::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.scrollbarY--custom::-webkit-scrollbar-thumb {
    background-color: rgb(182, 182, 182);
    border-radius: 10px 20px 10px 10px;
}
.callinfo_button {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
  padding: 1rem 0;
}

.paymentSummary_main_div {
  padding: 2rem;
  border-radius: 8px;
  background-color: white;
  padding-right: 1rem;
}

.nodata {
  border: 1px solid lightgray;
  border-radius: 8px;
  height: 340px;
}

.button_container {

  display: flex;
  align-items: center;
}

.text_button {
  width: 65px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  color: #14a6a6 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.expand_cell {
  padding: 0 !important;
}

.expand_container {
  padding: 0.7rem 1.2rem;
  background-color: #fafbfd;
}

.arrow_icon {
  cursor: pointer;
  padding: 16px 0 10px 16px !important;
  color: #697386 !important;
}

.expand_first_card {
  background-color: white;
  border-left: none;
  display: flex;
  justify-content: space-between;
  padding-right: 14px;
}

.expand_second_card {
  margin-top: 5px;
  margin-bottom: 5px;
}

.expand_card_item {
  color: #1a1f36;
  font-weight: 600;
  margin-right: 10px;

  min-width: 90px;
}

.expandItem {
  display: flex;
  background-color: white;
  border-left: none;
  padding: 0.8rem 0.6rem;
  display: flex;
}

.headingCell {
  white-space: nowrap;
  font-weight: 600 !important;
  padding-top: 25px !important;
  font-weight: bold !important;
}

.tableCell {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75px;
  padding: 0 !important;
  padding-left: 9px !important;
  padding-right: 5px !important;
}

.buttonCell {
  max-width: 90px;
}

.table_viewBtn {
  cursor: pointer;
  color: #14a6a6 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: flex;
  align-items: center;
}

.heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.buttongroup {
  display: flex;
  max-height: 40px;
  white-space: nowrap;
  justify-content: space-around;
}

.tableWrap {
  border: solid 1px #c6c6c6;
  border-radius: 8px !important;
  overflow-x: auto;
}
.close_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 18px;
    margin-top: 10px;
}

.ledger_title {
    font-size: 20px;
    font-weight: 500;
}

.ledger_container {
    margin: 20px;
}

.ledger_headCell {
    font-size: 16px;
    font-weight: 600;
    background-color: #F6FBFA;
}

.ledgerTableContainer {
    border: 1px solid lightgray;
    border-radius: 10px;
}


.callhistory_main_div {
  /* width: 1350px; */
  padding: 2rem;
  /* border: 1px solid #c6c6c6; */
  border-radius: 8px;
  background-color: white;
}

.notes_date {
  font-size: 15px !important;
  color: rgb(61, 58, 58) !important;
}

.notes_owner {
  font-size: 15px !important;
  max-width: 150px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.notes_content {
  font-size: 15px !important;
}

.notes_form_container {
  display: flex;
  padding-bottom: 1rem;
}

.notes_form_input {
  width: 75% !important;
  margin-right: 10px;
}

.notes_form_button {
  width: 25%;
  display: flex;
  gap: 10px;
  align-items: center;
}


.uploadList_main_div {
  /* width: 875px; */
  padding: 2rem;
  /* border: 1px solid #c6c6c6; */
  border-radius: 8px;
  background-color: white;
}

.head_info_container {
  padding: 3rem 4.5rem 0 4.5rem;
}
.mainContainer{
  display: flex;
  width: 100%;
}
.wrapper{
  display: flex;
}
.container_min{
  display: flex;
  flex-direction: column;
  width: 84%;
  padding: 0;

}
.container_max{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
.leftTabOpen{
  background-color: #c7c7c738;
  width: 18%;
}
.leftTabClosed{
  background-color: #c7c7c738;
  width: 3.5%;
}
.main_edit_section {
  background-color: #c7c7c738;
  padding-top: 0.5rem !important;
  padding-right: 10px;
  width: 50%;
}
.rightTab{
 background-color: #c7c7c738;
  padding-top: 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
  width: 500px;
  width: 50%;
}
.main_edit_section_drawer_open{
 background-color: #c7c7c738;
  padding-top: 0.5rem !important;
  padding-right: 10px;
}
.right_tab_drawer_open{
    background-color: #c7c7c738;
  padding-top: 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
  width: 500px;
  width: 50%;
}
.toggle_button_container{
  border-radius: 100px;
  width: 40px;
  display: flex;
  justify-content: center;
  color: white;
  height: 40px;
  align-items: center;
  background-color: lightgray;
}
.drawer_button{
  width:100px
}
.head_info_container p {
  font-weight: 500;
  font-size: 1.5rem;
}
.patient_info_container {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  width: 1000px;
  /* padding: 20px 70px 0px 70px; */
}
.physician_info_container {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  /* padding: 20px 70px 0px 70px; */
}
.payor_info_container {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  /* padding: 20px 70px 0px 70px; */
}
.procedure_info_container {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  /* width: 900px; */
  /* border: 1px solid red; */
  /* padding: 20px 70px 0px 70px; */
}
.fileUpload_info_container{
   display: flex;
  justify-content: center;
  padding: 1rem 0;
}
.edit_ui_heading {
  display: flex;
  gap: 1rem;
  padding: 10px;
}
.MuiAccordionDetails-root {
  display: block !important;
}
@media (max-width: 1872px) {
  /* .mainContainer{
    display: flex;
  width: 100%;
  
  justify-content: right;
  }
  .container_min{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border: 2px solid green;

}
.container_max{
  display: flex;
  flex-direction: column;
  width: 100%;
  
  padding: 0;

}

  .leftTabOpen {
    padding-right: 10px;
    width: 5%;
    position: absolute;
    left: 0px;
    z-index: 5; 
  }

  .left_tab_inner_wrap{
    height: 100vh;
  }
  
  .main_edit_section_drawer_open{
  padding-top: 0.5rem !important;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
.right_tab_drawer_open{
  padding-top: 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
.main_edit_section {
  background-color: #c7c7c738;
  padding-top: 0.5rem !important;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
.rightTab{
   background-color: #c7c7c738;
  padding-top: 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
  width: 500px;
  width: 50%;
} */
}


* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  /* background-color: #c7c7c7; */
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.MuiGrid-container {
  margin-bottom: 5px !important;
}

.MuiButton-root {
  text-transform: none !important;
}

/* .MuiPaper-elevation1 {
  box-shadow: none !important ;
} */

.MuiFormControl-marginNormal {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.MuiAutocomplete-popupIndicator {
  display: none !important;
}

.MuiAutocomplete-clearIndicator {
  display: none !important;
}

/*# sourceMappingURL=main.css.map*/