@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Public Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  background-color: #FAFAFA !important;
}

/***********login css start *************/
.login-top-banner {
  background: url(../images/bg-shape-login.png);
  background-size: 100% 100%;
  height: 380px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: end;
}

.login-top-banner .login-img .img {
  position: absolute;
  left: -200px;
}

.login-top-banner .login-img {
  max-width: 460px;
  position: relative;
}

.top-banner img {
  height: 300px;
  object-fit: cover;
}

.login-main {
  background-color: #F3F3F9;
  padding-top: 25px;
  padding-bottom: 20px;
}

.login-section {
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  align-items: center;
}

.login-section .login-card {
  margin-bottom: 10px;
  width: 100%;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(56, 65, 74, 0.15);
  border: none;
  border-radius: 5px;
}

.login-section .login-card h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #C59532;
}

.login-section .login-card p {
  font-weight: 500;
  font-size: 14px;
  margin: auto;
  line-height: 16px;
  text-align: center;
  color: #6B634A;
  margin-bottom: 40px;
  max-width: 302px;
}

.login-section .login-card .form-fields {
  display: block;
  margin-bottom: 20px;
  text-align: left;
}

.login-section .login-card .form-fields.links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.login-section .login-card .form-fields.links a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #873E00;
  display: flex;
  align-items: center;
  gap: 5px;
}

.login-section .login-card .form-fields label.form-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #6D4013;
  margin: 0 0 10px;
}

.login-section .login-card .form-fields input.form-control {
  padding: 9px 15px;
  gap: 10px;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #343a40;
}

.login-section .login-card .form-fields input.form-control::placeholder {
  color: #938B74;
}

.login-section .login-card .form-fields input.form-control:focus {
  box-shadow: none;
}

.login-section .login-card .btn {
  width: 100%;
  padding: 12px 15px;
  background: #A87D24;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

.login-section .login-section-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

}

.login-section-inner p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #6B634A;

}

.login-section-inner .support-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #873E00;
  text-decoration: none;
}

.btn-gold {
  background-color: #b8860b;
  color: white;
}




/***************************************** New CSS *************************/

.page-title-box .page-title {
  font-weight: 600;
  font-size: 18px;
  color: #6D4013;
}





.back_btn a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #873E00;
  display: flex;
  justify-content: center;
  column-gap: 8px;
  align-items: center;
  padding-top: 30px;
  text-decoration: none;
  width: fit-content;
  margin: auto;
}

.logo.logo-light {
  background: #4B2E16;
}

.side-nav {
  padding: 15px;
}

.side-nav .side-nav-link {
  color: #74561C;
  font-family: Public Sans;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.side-nav-item [aria-expanded="true"] {
  color: #C59532 !important;
}

.side-nav-second-level li a:hover {
  color: #C59532;
}

.side-nav-second-level li a {
  color: #C59532;
  text-decoration: none;
}

.side-nav .side-nav-link:active,
.side-nav .side-nav-link:focus,
.side-nav .side-nav-link:hover {
  color: #C59532 !important;
}

.side-nav .side-nav-link:hover img,
.side-nav-item [aria-expanded="true"] img {
  filter: brightness(1.2) saturate(3.9) hue-rotate(20deg);
}


.navbar-custom button.button-toggle-menu {
  width: auto;
}

.hello_msg {
  font-weight: 500;
  font-size: 15px;
  color: #6B634A;
}

.navbar-custom .topbar .app-search form .search-icon::before {
  content: "" !important;
  display: block !important;
  background: url("../images/search.svg") no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 11px 0px 0 5px;
}

.navbar-custom .topbar .app-search form .form-control {
  border: solid 1px #CED4DA;
  border-radius: 4px;
  background: #ffffff;
}


.navbar-custom .topbar .app-search ::placeholder {
  color: #938B74 !important;
}

.navbar-custom .topbar .app-search ::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #938B74 !important;
}

.notification-list .noti-icon-badge {
  background-color: #C59532;
}

.nav-user {
  border: none;
  background: #ffffff;
}

.nav-user h5 {
  color: #6D4013;
  font-size: 14px;
  font-weight: 400;
}

.notification-list .noti-icon-badge {
  background-color: #C59532;
  font-size: 10px;
  height: 18px;
  width: 18px;
  font-weight: 700;
  color: #ffffff;
  top: 14px;
  right: -11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copy_right {
  font-size: 13px;
  color: #6B634A;
}

.content-page {
  padding-left: 20px;
  padding-right: 20px;
}

/*************************************** Chart *************************************** */

.top_graphs_warpper {
  display: grid;
  gap: 10px;
  justify-content: center;
  grid-template-columns: repeat(6, 1fr);
}

.min_card {
  width: 100%;
}

.card {
  background: #ffffff;
  border-radius: 5px !important;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: relative !important;
  border: none !important;
}

.card .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: #d4a940;
}

.card .title {
  font-size: 14px;
  color: #6B634A;
  margin-bottom: 8px;
}

.card .value {
  font-size: 20px;
  font-weight: bold;
  color: #873E00;
  margin-bottom: 10px;
}

.chart-container {
  width: 100%;
  height: 40px;
}

canvas {
  width: 100% !important;
}

.icon img {
  max-width: 23px;
}



.chart-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 charts per row */
  gap: 20px;

}

.chart-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.chart-title {
  font-weight: 600;
  font-size: 16px;
  color: #6D4013;
  margin-bottom: 12px;
  border-bottom: solid 1px #CED4DA;
  padding-bottom: 10px;
}

.chart-grid .chart-title {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.dashboard-grid .chart-title {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

/*************************************** Chart ************************ */

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

table.dataTable thead th {
  text-align: left;
  background: #FAFAFA;
  color: #6B634A;
  padding: 8px;
  font-weight: 600 !important;
}

table.dataTable tbody td {
  padding: 8px;
  color: #6B634A;
}
.dt-length{
  color: #6B634A !important;
  font-size: 14px;
  font-weight: 400;
}
.dt-info{
  color: #6B634A !important;
  font-size: 14px;
  font-weight: 400;
}
.dt-container .dt-paging .dt-paging-button{
  font-size: 14px;
}

 div.dt-container .dt-paging .dt-paging-button.current{
  color: #6B634A !important;
}

.no-data {
  text-align: center;
  color: #6B634A;
  padding: 12px 0;
}

.amount-right {
  text-align: right;
}

.dashboard-grid .card {
  margin-bottom: 0;
}

.footer {
  border-top: none;
}

.button-close-fullsidebar .bi-x-lg {
  color: #ffffff;
}



.profile-pic-container {
  position: relative;
  width: 130px;
}

.profile-pic-container img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.camera-icon {
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
}

.camera-icon img {
  width: 30px;
  height: 30px;
}

.form-label {
  font-weight: 500;
}

.section-title {
  font-weight: 600;
  font-size: 16px;
  color: #6D4013;
  margin-bottom: 15px;
}

#myTab .nav-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6B634A;
  border: none;
}

.form-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #6B634A;
}

.form-control {
  font-size: 14px !important;
  color: #938B74 !important;
}


#myTab .nav-link.active {
  font-weight: 700;
  color: #C59532;
  border-bottom: solid 2px #C59532;
}

.form-control,
.form-select {
  height: 38px;
}

.form-select {
  color: #873E00 !important;
}

.mobile_flex {
  display: flex;
  gap: 10px;
}

.mobile_flex .form-select {
  width: 80px;
}

.btn_1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background: #74561C;
  border: solid 2px #74561C;
  border-radius: 4px;
  color: #ffffff;
  padding: 10px 20px;
}

.btn_2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background: #873E00;
  border: solid 2px #873E00;
  border-radius: 4px;
  color: #ffffff;
  padding: 10px 20px;
}

.btn_3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background: #A87D24;
  border: solid 2px #A87D24;
  border-radius: 4px;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
}

.cancel_btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  border: solid 2px #A87D24;
  border-radius: 4px;
  color: #A87D24;
  padding: 10px 20px;
}

.check_in_hide {
display: none;
}

.reset_btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  border: none;
  color: #873E00;
  padding: 5px 5px;
}

.bottom_btn_wrapper {
  justify-content: space-between;
}

.page-title-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  flex-wrap: wrap;
  gap: 10px;
}

.inner_page_url {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.page-title-box-wrapper .page-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: #6B634A;
  display: flex;
  align-items: center;
}

.page-title-box-wrapper .page-title .live {
  padding: 4px 10px;
  background: #FDA702;
  border-radius: 100px;
  margin-left: 10px;
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  color: #4B2E16;
  text-transform: uppercase;
}

.inner_page_url li {
  color: #6B634A;
  font-family: Public Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.inner_page_url .active_page {
  color: #873E00;
}

span.space_de {
  margin-left: 10px;
}

.list_none {
  list-style: none;
}

.rs_main_wrapper img {
  max-width: 60px;
  max-height: 60px;
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
  padding: 2px;
  border: solid 1px #CED4DA;
}

.rs_main_wrapper li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.rs_title {
  font-weight: 600;
  font-size: 16px;
  color: #6D4013;
}

.rs_description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6B634A;
  border: none;
}

.scroll_bar {
  overflow: auto;
}

.rs_main_wrapper_2 {
  display: -webkit-inline-box;
  gap: 20px;
  align-items: center;
}

.rs_main_wrapper_2 li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.add_btn {
  border: solid 1px #CED4DA;
  border-radius: 5px;
  padding: 6px 10px;
  background: #ffffff;
  color: #873E00;
  display: flex;
  align-items: center;
  gap: 10px;
}

.padd_7 {
  padding: 7px 20px;
}

.margin_left_auto {
  margin-left: auto;
}

.show_hide {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.show_hide.open {
  max-height: 200px;
}

.no_data_wrapper {
  font-weight: 400;
  font-size: 14px;
  color: #938B74;
  text-align: center;
  padding: 20px 10px;
  border-top: solid 1px #CED4DA;
  border-bottom: solid 1px #CED4DA;
  margin-top: 10px;
}

div.dt-container select.dt-input {
  padding: 4px;
  margin-right: 10px;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  padding: 0 0;
}

#attachment .nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  border: solid 2px #A87D24;
  border-radius: 4px;
  color: #6B634A;
  padding: 10px 20px;
  margin-top: 20px;
}

#attachment .nav-link.active {
  background: #A87D24;
  color: #ffffff;
}

.vertical_tab_wrapper #v-pills-tab {
  width: 20%;
}

.vertical_tab_wrapper #v-pills-tabContent {
  width: 80%;
}

.border_1 {
  border: solid 1px #CED4DA;
  border-radius: 5px;
  padding: 20px;
}

.btm_char {
  font-size: 14px;
  font-weight: 400;
  color: #938B74;
  text-align: end;
}

.action_area ul {
  list-style: none;
  gap: 15px;
  justify-content: end;
}

.action_area .bi-eye-fill {
  color: #C59532;
}

.action_area .bi-pencil-square {
  color: #6B634A;
}

.action_area .bi-trash3 {
  color: #938B74;
}

#view_attachment_data_wrapper .dt-search {
  display: none;
}

.date_time_top {
  border-bottom: solid 1px #CED4DA;
  padding: 15px 15px;
  font-size: 14px;
  color: #6B634A;
  font-weight: 400;
  margin-left: -10px;
  margin-right: -10px;
}

.dr_timing_wrapper li {
  border-bottom: solid 1px #CED4DA;
  font-size: 12px;
  color: #6B634A;
  font-weight: 400;
}

.dr_timing {
  background: #ffffff;
  width: 60px;
  padding: 7px 0px;
  position: relative;
  top: 1px;
}

a.outline_border {
  font-weight: 500;
  font-size: 14px;
  background: #ffffff;
  border: solid 2px #74561C;
  border-radius: 4px;
  color: #74561C;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
}

.red_out_line {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  border: solid 2px #873E00;
  border-radius: 4px;
  color: #873E00;
  padding: 10px 20px;
}

.red_btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background: #873E00;
  border: solid 2px #873E00;
  border-radius: 4px;
  color: #ffffff;
  padding: 10px 20px;
}


.frontdesk_warpper {
  display: grid;
  gap: 10px;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  margin-bottom: 20px;
}

.frontdesk_warpper .frontdesk_card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

.frontdesk_warpper .frontdesk_card_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 2px;
}

.frontdesk_warpper .frontdesk_card_content h3 {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #6B634A;
  margin: 0;
}

.frontdesk_warpper .frontdesk_card_content h5 {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #873E00;
  margin: 0;
}

.frontdesk_warpper .frontdesk_card .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  gap: 10px;
  width: 30px;
  height: 30px;
  background: #C59532;
  border-radius: 5px;
}

.frontdesk_warpper .frontdesk_card .icon img {
  max-height: 13px;
}

.frontdesk_filter-btn {
  display: flex;
  align-items: center;
  gap: 0;
  margin-right: 20px;
}

.frontdesk_filter-btn .btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #4B2E16;
  padding: 10px;
  border: 1px solid #CED4DA;
}

.frontdesk_filter .status {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-right: 10px;
}

.frontdesk_filter .form-check .form-check-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #6B634A;
}

.frontdesk_filter {
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.frontdesk_filter .input-group .form-select {
  background-color: #FAFAFA;
}

.frontdesk_filter_form {
  border-top: 1px solid #CED4DA;
  padding: 20px 0;
  margin-top: 20px;
}

.frontdesk_filter_form .btn_sec {
  padding-top: 20px;
}

.frontdesk_filter_form .btn_sec .btn-outline-warning {
  padding: 9px 16px;
  background: #FFFFFF;
  border: 2px solid #A87D24;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #A87D24;
}

.frontdesk_filter_form .btn_sec .btn-warning {
  padding: 9px 16px;
  background: #A87D24;
  border: 1px solid #A87D24;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.title_border {
  border-bottom: solid 1px #CED4DA;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-left: -10px;
  margin-right: -10px;
}




.age_wrapper .age-labels {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #6B634A;
  margin-bottom: 10px;
}

.age_wrapper .input-box {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
  height: 38px;
}

.age_wrapper .input-box .form-control {
  border: none;
  text-align: center;
  box-shadow: none;
  border-radius: 0;
}

.age_wrapper .input-box .form-control:not(:last-child) {
  border-right: 1px solid #d6d6d6;
}

.age_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

.form-select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.form-check-input {
  outline: none !important;
  box-shadow: none !important;
}

.form-check-input:checked {
  background-color: #A87D24 !important;
  border-color: #A87D24 !important;
}


.height_120 {
  height: 120px;
}

.form-check-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #6B634A;
}

.border_top_solid {
  border-top: solid 1px #CED4DA;
  padding-top: 20px;
}


.appointment-table th,
.appointment-table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  text-align: left;
}

.badge.clinic {
  background-color: #4B2E16;
  color: #ffffff;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 900;
  margin-right: 3px;
}

.tag.new {
  background-color: #FDA702;
  color: #4B2E16;
  font-size: 9px;
  font-weight: 900;
  padding: 2px 4px;
  border-radius: 3px;
  margin-left: 4px;
}

.status.waiting {
  color: #C59532;
  font-weight: 700;
  font-size: 10px;
}

.status.booked {
  color: #0099cc;
  font-weight: bold;
  font-size: 12px;
}

.text-muted {
  color: #777;
  font-size: 12px;
}

.text-highlight,
.dept {
  color: #A87D24;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}

.dept {
  font-weight: bold;
  color: #b77c00;
}

.actions {
  font-size: 18px;
  color: #665;
}

.bill {
  font-size: 12px;
  font-weight: 500;
}

.action_area .gap_10 {
  gap: 10px;
}

.action_area ul li a {
  cursor: pointer;
}

.posi_relative {
  position: relative;
}

.posi_relative ul.all_action {
  background: #fff;
  padding: 10px;
  position: absolute;
  top: 3px;
  right: 30px;
  width: max-content;
  box-shadow: 0px 0px 5px #cecece;
  z-index: 5;
}

.all_action li {
  padding: 5px;
}

.all_action li a {
  color: #6D4013;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.all_action li a i {
  color: #6D4013;
}

.clr_search_red {
  color: #873E00;
}

.search_icon_inner {
  position: absolute;
  bottom: 6px;
  left: 10px;
}

.search_icon_wrp {
  position: relative;
}

.search_icon_wrp .form-control {
  padding-left: 25px;
}

.search_icon_inner::before {
  content: "" !important;
  display: block !important;
  background: url(../images/search.svg) no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 11px 0px 0 5px;
}

#familyMemberModal .modal-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #6D4013;
  margin: 0;
}

#familyMemberModal .modal-dialog {
  max-width: 650px;
}

#familyMemberModal .modal-dialog .btn-outline-secondary {
  padding: 9px 16px;
  background: #FFFFFF;
  border: 2px solid #A87D24;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #A87D24;
}

#familyMemberModal .modal-dialog .btn-warning {
  padding: 9px 16px;
  background: #A87D24;
  border: 1px solid #A87D24;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.mar_left_20{
  margin-left: 20px;
}
.hint_doctor {
  border: solid 1px #CED4DA;
  border-radius: 40px;
  display: flex;
  gap: 10px;
  padding: 15px 25px;
  width: fit-content;
  color: #6B634A;
}
.send_reminder .btn_3{
  width: 200px;

}
.red_clr{
color: #873E00;
}
.yellow_clr{
  color: #C59532;
  }

  .checkbox_alin {
    display: flex;
    gap: 15px;
}
.max_w_150{
  max-width: 150px;
}
.font_30{
  font-size: 30px;
  font-weight: 700;
}
.text_style_2{
  font-size: 16px;
  font-weight: 500;
  color: #6B634A;
}
.text_1{
  font-size: 14px;
  color: #6B634A;
}
.border_bottom_solid{
  border-bottom: solid 1px #CED4DA;
}


.dt-hasChild.shown .details-control img{
  rotate: 90deg;
}
.status_booked {
  background: #FDA702;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}

.btn_out_line{
border: solid 2px #CED4DA;
border-radius: 40px;
padding: 5px 15px;
color: #938B74;
font-size: 14px;
font-weight: 500;
background: #ffffff;
text-decoration: none;
}


.quantity-container {
  display: flex;
  align-items: center;
  border: 1px solid #cbd1d5;
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
  font-family: sans-serif;
}

.qty-btn {
  background: #fafafa;
  border: none;
  padding: 6px 16px;
  font-size: 16px;
  color: #635a44;
  cursor: pointer;
  border-right: 1px solid #cbd1d5;
  user-select: none;
}

.qty-btn.plus {
  border-right: none;
  border-left: 1px solid #cbd1d5;
}

.qty-value {
  padding: 0px 24px;
  font-size: 16px;
  color: #635a44;
  text-align: center;
  min-width: 30px;
}
.login_head {
  font-size: 30px;
  font-weight: 700;
  color: #4B2E16;
}
.login_para {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
}
.login_para p {
  font-size: 14px;
  font-weight: 500;
  color: #6B634A;
  text-align: center;
  margin-bottom: 0;
}

.login-main .login_container{
  max-width: 1090px;
}
.font_w_600{
  font-weight: 600;
}
.edit_data_wpr{
  border: solid 1px #CED4DA;
  border-radius: 5px;
  padding: 20px 30px;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  color: #4B2E16;
}
.down_gray{
  color: #938B74;
  font-weight: 400;
  font-size: 14px;
}
.modal_popup_wrapper .modal-dialog {
  max-width: 700px;
}
.modal_popup_wrapper .yellow_text{
  color: #C59532;
font-weight: 600;
font-size: 20px;
line-height: 20px;

}
.modal_popup_wrapper ul li{
  display: flex;
      gap: 10px;
      align-items: center;
}
.min_width_60{
  min-width: 60px;
}





.toggle-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.toggle-btn {
  border: 2px solid #CED4DA;
  border-radius: 10px;
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #938B74;
  background-color: #FAFAFA;
  transition: all 0.2s ease;
  font-size: 16px;
}

.toggle-btn input[type="checkbox"] {
  display: none;
}

.toggle-btn .checkmark {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #CED4DA;
  position: relative;
}

.toggle-btn.active {
  background-color: #ffffff;
  color: #C59532;
  border: solid 2px #C59532;
}

.toggle-btn.active .checkmark {
  background-color: #c8951e;
}

.toggle-btn.active .checkmark::after {
  content: "✓";
  position: absolute;
  top: -4px;
  left: 1px;
  font-size: 14px;
  color: #ffffff;
  font-family: system-ui;
}

.side-nav-second-level{
  padding-left: 12px;
}

 .wrapper .leftside-menu .side-nav .side-nav-item:hover .side-nav-link {
  background: #ffffff00 !important;
}

.opd_form_refresh .btn_1{
  padding: 7px 20px;
}
.hidden_content{
  visibility: hidden;
}
.dr_designation{
  color: #C59532;
  text-transform: uppercase;
  font-weight: 700;
}
.cursor_pointer{
  cursor: pointer;
}
.read_only{
  background-color: #E8E8E8 !important;
  border: solid 1px #CED4DA !important;
}
.add_case_wrapper{
  border: solid 1px #CED4DA;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  color: #6B634A;
}
.add_case_wrapper .text_bold{
font-size: 16px;
font-weight: 600;
}
.add_case_wrapper .text_light{
  font-size: 14px;
  }

.martop_5{
  position: relative;
  top: -5px;
}
  .required{
    color: #FF0000;
  }
  .share_action{
    position: relative;
  }
  .share_action ul{
    display: none;
    position: absolute;
    top: 2px;
    right: 15px;
    padding: 8px !important;
    min-width: 40px;
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    z-index: 9;
    border-radius: 5px;
    min-width: 40px;
  }
  .share_action ul li{
    margin-bottom: 10px;
  }
  .share_action ul li:last-child{
    margin-bottom: 0;
  }
  .share_action:hover ul{
    display: block;
  }
  .share_action li img {
    max-width: 30px;
    width: 100%;
}

.slider-wrapper {
      position: relative;
    }

    .range-value-left,
    .range-value-right {
      position: absolute;
      top: 20px;
      font-weight: 500;
      color: #6B634A;
    }

    .range-value-left {
      left: 0;
    }

    .range-value-right {
      right: 0;
    }

    input[type="range"] {
      width: 100%;
      appearance: none;
      background: #e1e5ea;
      height: 8px;
      border-radius: 5px;
      outline: none;
    }

    input[type="range"]::-webkit-slider-thumb {
      appearance: none;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #A87D24;
      cursor: pointer;
      margin-top: -4px;
    }

    .current-time {
      margin-top: 10px;
      font-weight: 400;
      color: #6B634A;
    }

/* EHR */

.card .frontdesk_warpper.health-record .frontdesk_card {
    justify-content: space-between;
}

.frontdesk_warpper.health-record .frontdesk_card_content {
    gap: 15px;
}

.frontdesk_warpper.health-record .frontdesk_card_content h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6B634A;
}

.custom-custom-prv {
    padding: 30px;
    border: 2px solid #CED4DA;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6B634A;
    text-align: center;
    margin-bottom: 1rem;
}

.card-custom-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #FFFFFF;
    border: 2px solid #CED4DA;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

.date-text span {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #938B74;
}

.card-custom-box .initials-circle {
    padding: 2px 5px;
    background: #74561C;
    border-radius: 3px;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.card-custom-box h3 {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #6B634A;
}

.card-custom-box h5 {
    margin: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #938B74;
}

.card-custom-box .edit-print-icons i {
    color: #6D4013;
    margin-left: 10px;
    cursor: pointer;
}



.card-custom-box .specialty {
    font-style: italic;
    font-size: 0.9rem;
    color: #888;
}

.new-case-box {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px;
    gap: 10px;
    background: #FFFFFF;
    border: 2px solid #CED4DA;
    border-radius: 5px;
}

.new-case-box h3 {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #6B634A;
}

.new-case-box h5 {
    margin: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #938B74;
}

.new-case-box p {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #938B74;
    margin: 0;
}

.new-case-sheet {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 16px;
    gap: 10px;
    background: #FFFFFF;
    border: 2px solid #A87D24;
    border-radius: 4px;
}

.new-case-sheet p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #A87D24;
}


.case-sheet-top .left {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #6D4013;
    margin: 0;
}

.case-sheet-top .left span {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #938B74;
}

.case-sheet-top .right h3 {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6B634A;
    display: flex;
    align-items: center;
    gap: 5px;
}

.case-sheet-top .right .book {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #C59532;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.case-btn-sec .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    border: 2px solid #CED4DA;
    border-radius: 4px;
}

.case-btn-sec .btn:hover {
    border: 2px solid #CED4DA;
}

.AddTreatmentPlanModal .modal-dialog {
    max-width: 900px;
}

.AddTreatmentPlanModal .modal-dialog .btn-warning {
    padding: 9px 16px;
    background: #A87D24;
    border: 1px solid #A87D24;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.AddTreatmentPlanModal .modal-dialog .btn-outline-secondary {
    padding: 9px 16px;
    background: #FFFFFF;
    border: 2px solid #A87D24;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #A87D24;
}


.printer-settings .btn-group .btn.portrait {
    padding: 24px 5px;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    color: #938B74;
    border-radius: 0;
}

.printer-settings .btn-group .btn.landscape {
    padding: 15px 5px;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    color: #938B74;
    border-radius: 0;
}

.printer-settings .btn-group .btn-check {
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    color: #938B74;
    background: #FAFAFA;
    border: 0.48px solid #CED4DA;
    box-shadow: 0px 0.96px 3.84px rgba(0, 0, 0, 0.04);
}

.printer-settings .btn-group .btn-check:checked+.btn {
    color: #C59532;
    border-color: #A87D24;
    background-color: #FAFAFA;
}

.bill-header {
    text-align: center;
}

.bill-header h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #6B634A;
    text-transform: uppercase;
}

.bill-header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #6B634A;
}

.bill-header h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #6B634A;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CED4DA;
}

.bill-summary p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #6B634A;
    margin: 0;
}

.bill-summary p span {
    font-weight: 600;
}



.bill-summary-table td,
.bill-summary-table th {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6B634A !important;
}

.bill-summary-table th {
    font-weight: 600;
}

.bill-summary-table .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #6B634A;
    margin-bottom: 1rem;
}

.masters_after_breadcrumb .btn-fill {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  gap: 10px;
  background: #873E00;
  border: 1px solid #873E00;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.masters_after_breadcrumb .left-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #6D4013;
}

.masters_after_breadcrumb {
  padding: 20px 0 20px;
  border-top: 1px solid #CED4DA;
  border-bottom: 1px solid #CED4DA;
}

#myTab .nav-link.active .count {
  padding: 3px 8px;
  background: #C59532;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin-left: 10px;
}

#myTab .nav-link .count {
  padding: 3px 8px;
  background: #6B634A;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin-left: 10px;
}

.inner_header_content .left-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #6B634A;
}

.inner_header_content {
  padding: 0px 0 20px;
  border-bottom: 1px solid #CED4DA;
}

.inner_header_content .btn-y-light {
  padding: 6px 10px;
  background: #A87D24;
  border: 1px solid #A87D24;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.masters_comm_table_search_filter {
  padding: 0px 0 20px;
  border-bottom: 1px solid #CED4DA;
  margin-bottom: 20px;
}

.masters_comm_table_search_filter.frontdesk_filter_form {
  border: none;
  margin-bottom: 0;
}

.masters_comm_table .btn-History {
  padding: 5px 15px;
  background: #74561C;
  border: 1px solid #74561C;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
}

.masters_comm_table .btn-Active {
  padding: 5px 15px;
  background: #873E00;
  border: 1px solid #873E00;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
}

.master-template-section .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #6D4013;
  padding: 20px 0;
  border-bottom: 1px solid #CED4DA;
  margin: 0 0 20px;
}

.master-template-section .template_items {
  padding: 5px 15px;
  border: 2px solid #CED4DA;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #938B74;
  text-decoration: none;
  background-color: #ffffff;
  transition: 0.3s all ease-out;
}

.master-template-section .template_items:hover {
  background-color: #938B74;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

.radio-card input[type="radio"] {
  display: none;
}

.radio-card label {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  min-width: 90px;
  height: 125px;
  background: #FAFAFA;
  border: 1px solid #CED4DA;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  color: #938B74;
}

.radio-card .landscape label {
  height: 90px;
  min-width: 125px;
}

.radio-card input[type="radio"]:checked+label {
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  color: #C59532;
  border: 2px solid #A87D24;
}

.print_setting .form-labels {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #6B634A;
}

.print_setting.frontdesk_filter_form {
  border: none;
  margin: 0;
  padding-top: 0;
}

.print_setting.frontdesk_filter_form .btn_sec {
  border-top: 1px solid #CED4DA;
  margin-top: 20px;
}

.bg-brown {
  background-color: #74561C !important;
}

.bg-reddis {
  background-color: #873E00 !important;
}

.info-card-Monitor {
  border: 7px solid #4B2E16;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  max-width: 410px;
  padding: 7px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
}

.info-card-Monitor .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #6B634A;
  min-width: 122px;
}

.info-card-Monitor .value {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #4B2E16;
  margin: 0;
}

.info-card-Monitor .btn-custom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1px 6px;
  gap: 5px;
  background: #A87D24;
  border-radius: 3px;
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.info-card-Monitor .btn-custom:hover {
  background: #A87D24;
  color: #ffffff;
}

.info-card-Monitor .bottom-section {
  padding: 7px 10px 0px;
  background: #4B2E16;
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: -7px;
}

.info-card-Monitor .footer-brand {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.form-labels-hint {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #6B634A;
  width: fit-content;
}



.profile-pic-container #fileInput {
  display: none; 
}

.camera-icon #iconTrigger{
  cursor: pointer;
}

.card .inner_card_title{
font-weight: 600;
font-size: 22px;
color: #6B634A;
display: flex;
    gap: 10px;
    align-items: center;
}
.text_italic{
  font-style: italic;
}
.outline_red{
  font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background: #ffffff;
    border: solid 2px #873E00;
    border-radius: 4px;
    color: #873E00;
    padding: 10px 20px;
}
.edit_label_value .value1{
font-size: 14px;
color: #6B634A;
}
.edit_label_value .label{
  font-size: 14px;
  font-weight: 600;
  color: #6B634A;
  }

.pad_left_35 .form-control{
  padding-left: 35px;
}
.column_no_space .space_1{
  padding: 0px 5px;
}
.column_no_space .space_1 .btn_2 {
  padding: 7px 20px;
}

.frontdesk_filter_form.border_top_none{
  border-top: none;
}
.min_width_1090{
  min-width: 1090px;
}
.popup_sub_title{
  color: #6B634A;
  font-size: 14px;
  font-weight: 500;
}
.popup_table_nopagination th {
font-size: 12px;
font-weight: 600;
color: #6B634A;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
.popup_table_nopagination td {
  font-size: 12px;
  color: #6B634A;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.popup_table_nopagination tbody tr:nth-of-type(odd) {
  background-color:#FAFAFA;
}

.popup_table_nopagination .form-control, .popup_table_nopagination .form-select {
  width: 100px;
  height: 30px;
  line-height: 15px;
  margin: auto;
  font-size: 12px;
}
.popup_table_nopagination table, .popup_table_nopagination table tr{
  border: solid 1px #CED4DA;
  border-radius: 5px;
}
.height_80{
  min-height: 80px !important;
}
.dava_setting_wrpper h3{
  font-family: Public Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #C59532;
}
.out_line_yellow_btn{
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  border: solid 2px #A87D24;
  border-radius: 4px;
  color: #A87D24;
  padding: 10px 20px;
}

.data_set_btn {
  border-bottom: solid 1px #CED4DA;
  padding: 20px 0;
}


.apt_charge_setup .popup_table_nopagination .form-control, .apt_charge_setup .form-select {
  width: -webkit-fill-available;
}

.chart-title.border_none{
border: none;
}



#signature-pad {
  border: 1px solid #cbd5e0;
  border-radius: 15px;
  height: 177px;
  cursor: crosshair;
}

 .signature_wrapper .colors {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

 .signature_wrapper .color-btn {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}

.signature_wrapper .color-black { background: #000000; }
.signature_wrapper .color-blue { background: #3742FA; }
.signature_wrapper .color-green { background: #26BF26; }

.signature_wrapper .reset-btn {
  background: #74561C;
  color: white;
  padding: 7px 20px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.font_600{
  font-weight: 600;
}
.patients_review li{
  color: #4B2E16;
  padding: 10px;
  border-right: solid 1px #CED4DA;
  position: relative;
}
.patients_review li:last-child{
border-right: none;
}
.patients_review{
  border: solid 1px #CED4DA;
  border-radius: 5px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  text-align: center;
}
.patients_review li span{
  font-weight: 700;
}

span.live_status {
  background: #873E00;
  color: #ffffff;
  padding: 2px 7px;
  position: absolute;
  left: -15px;
  top: -12px;
  font-size: 14px;
}

.internal_dr_dashboard .chart-title{
  font-weight: 600;
  font-size: 16px;
  color: #6D4013;
}

.rounded_cer {
  background: #C59532;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.appoint_title .font_600{
  font-size: 14px;
  color: #6B634A;
}
.task_count{
  background-color: #C59532;
  font-size: 10px;
  height: 18px;
  width: 18px;
  font-weight: 700;
  color: #ffffff;
  top: 14px;
  right: -11px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.patients_review .body_clr{
  color: #6B634A;
}
.body_clr{
  color: #6B634A;
}
.body_clr2{
  color: #938B74;
}
.critical_btn{
  background: #C59532;
  font-size: 12px;
  color: #ffffff;
  padding: 5px 7px;
  border: none;
  height: 30px;
}
.critical_btn2{
  background: #873E00;
  font-size: 12px;
  color: #ffffff;
  padding: 5px 7px;
  border: none;
  height: 30px;
}


.over_scroll{
  height: 260px !important;
  overflow: scroll;
}

.qr_code_img{
  border: solid 1px #CED4DA;
  border-radius: 10px;
  padding: 5px;
}


 .option-card {
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 10px;
      cursor: pointer;
      transition: all 0.3s;
    }
    .form_card_radio .form-check-input {
      float: right;
    }

.day_hour_wrapper .btn_3, .day_hour_wrapper .red_btn{
padding: 7px 20px;
}

.height_124 {
    min-height: 124px !important;
}




.tab-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #FFFFFF;
    border: 2px solid #938B74;
    border-radius: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #938B74;
    min-width: 140px;
    min-height: 88px;
}

.tab-buttons.active {
    border: 2px solid #A87D24;
    box-shadow: 0px 16px 16px -8px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    color: #A87D24
}

.status-card {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #CED4DA;
    border-radius: 5px;
}

.status-header {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #C59532;
    margin-bottom: 10px;
}

.status-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4B2E16;
}

.live-badge {
    padding: 3px 10px;
    gap: 10px;
    background: #873E00;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.bedModal .modal-dialog {
    max-width: 900px;
}

.bedModal .modal-dialog .status-card {
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    border: none;
    padding: 0;
    gap: 16px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #CED4DA;
    margin-bottom: 1.2rem;
    border-radius: 0;
}

.bedModal .modal-dialog .status-card .status-item {
    flex: 0 0 calc(33.333% - 16px);
    align-items: flex-start;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6B634A;
}

p.available,
p.occupied {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #6B634A;
}

p.available span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #C59532;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: middle;
}

p.occupied span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #938B74;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: middle;
}

.bed-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 10px;
    gap: 10px;
    width: 88.08px;
    height: 82px;
    background: #FAFAFA;
    border: 1px solid #CED4DA;
    border-radius: 5px;
    position: relative;
}

.bed-card span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;

}

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-pagination a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6B634A !important;
}





.column_5{
grid-template-columns: repeat(5, 1fr);
}
.tr_last_bg tr:last-child{
    background: #EAEEF3;
}


.table_button .dt-button{
            padding: 6px 10px !important;
    background: #A87D24 !important;
    border: 1px solid #A87D24 !important;
    border-radius: 4px !important;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #FFFFFF !important;
        }
        .table_button .dt-layout-row:first-child{
                border-bottom: 1px solid #CED4DA;
    padding-bottom: 20px;
        }
        
        .table_button .dt-search input {
border: solid 1px #CED4DA !important;
}
.table_button .dt-search input:focus {
border: 1px solid #86b7fe !important;
    outline: 0;
    box-shadow: none;
}



.tab_buttons_radio {
       border: solid 1px #CED4DA;
    border-radius: 40px;
    background: #ffffff;
    padding: 8px 18px;
    cursor: pointer;
    display: flex;
    gap: 7px;
    align-items: center;
}
.tab_buttons_radio:hover, .tab_buttons_radio.active {
        background: #A87D24;
    border: solid 1px #A87D24;
    color: #ffffff;
}
.tab_buttons_radio img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}






@media screen and (min-width: 992px) {
  .app-search {
    min-width: 500px;
  }

  .navbar-custom .topbar .app-search form {
    max-width: 500px;
  }
.min_width_300{
  min-width: 300px;
}
.scroll_bar_x .table-responsive {
  overflow-x: scroll !important;
}

.table-responsive {
  overflow-x: unset !important;
}
.table_button .dt-search input{
  min-width: 300px !important;
}
}




@media screen and (max-width:991px) {
  .login-top-banner .login-img {
    display: none;
  }
  .out_line_yellow_btn {
    margin-bottom: 10px;
}

  .chart-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .top_graphs_warpper {
    grid-template-columns: repeat(3, 1fr);
  }

  .dashboard-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .login-section {
    margin-right: auto;
    margin-top: 20px;
}
.column_5{
grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 767px) {
  .frontdesk_warpper {
    grid-template-columns: repeat(2, 1fr);
  }
.hidden_content{
  display: none;
}
.column_no_space .space_1 {
  padding: 7px 10px;
}

  .top_graphs_warpper {
    grid-template-columns: repeat(1, 1fr);
  }

  .top_graphs_warpper {
    grid-template-columns: repeat(1, 1fr);
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .chart-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  #leftside-menu-container {
    background: #ffffff;
  }
.border_bottom_solid{
  border-bottom: solid 1px #CED4DA;
}
  .ri-close-fill:before {
    content: '\F62A';
  }

  .bottom_btn_wrapper .left_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .align-items-start {
    flex-wrap: wrap;
    gap: 20px;
  }

  .vertical_tab_wrapper #v-pills-tab {
    width: 100%;
  }

  .vertical_tab_wrapper #v-pills-tabContent {
    width: 100%;
  }

  .vertical_tab_wrapper #v-pills-tab {
    margin-right: 0 !important;
  }

  #add-attachment .mobile_mt_55 {
    margin-top: 55px !important;
  }
  .mobile_wrap{
    flex-wrap: wrap;
  }
  .send_reminder{
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .mobile_column_reverce {
    flex-direction: column-reverse;
}
.column_5{
grid-template-columns: repeat(1, 1fr);
}

}

@media screen and (min-width: 992px) and (max-width:1550px) {
  .login-top-banner .login-img .img {
    position: absolute;
    left: -200px;
    top: -265px;
  }
}

@media screen and (min-width: 1551px) and (max-width:2200px) {
  .login-top-banner .login-img .img {
    position: absolute;
    left: -200px;
    top: -215px;
  }
}

@media screen and (min-width: 2201px) and (max-width:3000px) {
  .login-top-banner .login-img .img {
    position: absolute;
    left: -200px;
    top: -175px;
  }
}

@media screen and (min-width: 3001px) {
  .login-top-banner .login-img .img {
    position: absolute;
    left: -200px;
    top: -135px;
  }
}

/***********login css end *************/