/********************************** left nav ber code start ***********************/
.main-sidebar,
.top_title {
  /* background: #303641 !important; */
  background: #099eae !important;
}

[class*="sidebar-dark"] .brand-link {
  border-bottom: 1px solid #ffffff !important;
}
.nav-sidebar .nav-link i {
  color: #fff;
  margin-right: 10px !important;
}
.nav-sidebar .nav-link p {
  color: #fff;
}
.menu-open {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  /* background-color:#eb9a20 !important */
  background-color: #fff !important;
  color: #099eae !important;
  /* margin-bottom: 10px; */
  box-shadow: 3px 2px 20px 1px rgba(0, 0, 0, 0.1);
}
.nav-sidebar .nav-link.active p {
  color: #099eae !important;
}
.sidebar .nav-sidebar .nav-item .nav-link.active i {
  color: #099eae;
}
.sidebar .nav-sidebar .nav-item .nav-link.active i.fa-circle {
  color: #fe5f72 !important;
}

/********************************** left nav ber code end ***********************/

.content-wrapper > .content {
  padding: 1rem;
}

.content-wrapper {
  position: relative;
}
.content-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 160px;
  /* background: #4c6ef8 !important; */
  background: #ceebee !important;
  border-radius: 0 0 10px 10px;
}
.content-header,
.content-header ol li,
.content-header ol li a,
.content-header div {
  color: #000 !important;
}
.content-header div {
  z-index: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}
aside.main-sidebar.sidebar-dark-primary.elevation-4,
nav.main-header.navbar.navbar-expand.navbar-white.navbar-light.text-sm {
  z-index: 1;
}

button.link_btn {
  padding: 0;
}

/* css from adminlte.min.css */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius)
    var(--bs-card-inner-border-radius) 0 0;
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.dashboard__content .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard__content .card-header .card-title {
  font-size: 19px;
}

.card-tools .btn-tool {
  border: none !important;
}
.card-tools .btn-tool a {
  color: #fff !important;
}

/* css from style.css */
/* custom tab */

.nav .nav-item button {
  background-color: transparent !important;
  color: #000 !important;
}
.nav .nav-item button.active::after {
  content: "";
  border-bottom: 3px solid #d10074;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}

.custom-check .form-check-input:checked {
  background-color: #d10074;
  border-color: #d10074;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.2px #d10074 !important;
}

/* Common tab 1 */

.CommonModal .modal-body {
  color: #000;
  font-size: 14px !important;
}
.CommonModal .modal-body .custom-checkbox {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.CommonModal .modal-body .select-item {
  background: #f1f1f1;
  padding: 10px;
  height: 160px;
  overflow: hidden;
  overflow-y: scroll;
}
/* Custom scrollbar styling */
.CommonModal .modal-body .select-item::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
}

.CommonModal .modal-body .select-item::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the scrollbar thumb */
  border-radius: 5px; /* Border radius of the scrollbar thumb */
}

.CommonModal .modal-body .select-item::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Color of the scrollbar track */
}

.CommonModal .modal-body .custom-checkbox label {
  width: 100%;
  padding: 0.2rem 0.625rem;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.25rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  color: #000;
  cursor: pointer;
}

.CommonModal .modal-body .custom-checkbox .custom-control-input {
  display: none;
}

.CommonModal .modal-body .custom-checkbox .custom-control-input:hover + label {
  background-color: #fffafa;
}

.CommonModal
  .modal-body
  .custom-checkbox
  .custom-control-input:checked
  + label {
  background-color: #d10074;
  color: #fff;
}
/* .CommonModal .modal-body ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
  } */
.CommonModal .modal-body .prescription-item {
  padding: 5px 10px;
  background: #f1f1f1;
  font-size: 14px;
}
.CommonModal .prescription-note {
  width: 50%;
}
.CommonModal .others-note .prescription-note {
  width: 100%;
}

/* mis report search filter */
.search-filter {
  background: #f8f8f8;
  padding: 10px 15px 15px 15px;
}

.form-control:focus {
  outline: none !important;
  border-color: #ceebee !important;
  box-shadow: none !important;
}
.form-select:focus {
  outline: none !important;
  border-color: #ceebee !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  outline: none !important;
  border-color: #ceebee !important;
  box-shadow: none !important;
}

.form-group {
  margin-bottom: 1rem;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col {
  padding-left: 5px;
  padding-right: 5px;
}

label {
  margin-bottom: 0.5rem;
}
.invalid-feedback {
  z-index: 55555;
}
.input-group-text {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.form-control:focus,
.form-select:focus,
.btn:focus-visible,
.form-control:focus-visible,
.form-select:focus-visible {
  box-shadow: none;
}

/*Bootstrap 4 to 5 Update css End*/
.data-body .card-header .card-title {
  font-size: 19px;
  font-weight: bold;
}
.data-body .table th {
  background: #f7f7f7;
  font-size: 14px;
  color: #444;
  text-transform: uppercase;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  vertical-align: middle;
}
.data-body .table th.sort {
  cursor: pointer;
}
.data-body .table .sort .fa {
  font-size: 10px;
  color: #666;
}
.data-body .table td {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  color: #000;
  background: #fff;
}

/* .data-body--small .table td,
.data-body--small .table th {
  font-size: 12px !important;
}

.data-body--small .table input {
  font-size: 12px !important;
} */

.data-body .table td .btn {
  padding-top: 0px;
  padding-bottom: 0px;
}
.data-body .next-action {
}
.data-body .next-action a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.data-body .table .checkin {
  background: #0ac986;
}
.data-body .table .checkout {
  background: #01b3b6;
}
.data-body .checkin:hover {
  background: #1ede9b;
}
.data-body .checkout:hover {
  background: #fe976b;
}
.data-body .btn {
  text-transform: uppercase;
}
.data-body .flaticon-reception:before {
  margin-left: 0;
}
.data-body .form-header {
  background: #dde2e3;
  padding: 10px 10px 4px 10px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.data-body .form-header h3 {
  font-size: 22px;
  text-transform: uppercase;
}
.data-body .report-table th {
  border: 1px solid #ddd;
  font-size: 13px;
}

p.from_error {
  position: absolute;
  bottom: -12px;
  left: 13px;
  color: red;
  font-size: 15px;
  background-color: #fff;
  padding: 0 5px;
}
.custom_control {
  margin-top: 37px;
}
img.img_search {
  height: 130px;
  width: 130px;
  margin-top: 14px;
}
.btn-app {
  font-size: 15px;
  height: 130px;
  width: 155px;
  padding: 15px;
  color: #138496;
  background: linear-gradient(
    140deg,
    rgba(231, 231, 231, 1) 0%,
    rgba(231, 231, 231, 1) 50%,
    rgba(241, 241, 241, 1) 50%,
    rgba(241, 241, 241, 1) 100%
  );
}
.btn-app > .fa,
.btn-app > .fab,
.btn-app > .fad,
.btn-app > .fal,
.btn-app > .far,
.btn-app > .fas,
.btn-app > .ion,
.btn-app > .svg-inline--fa {
  font-size: 50px;
  color: #138496;
}
th.text-center.sorting {
  width: 200px;
}

.label_show {
  background-color: #e7eeff;
  width: 100%;
  padding: 0.375rem 0.75rem;
}

.show_form {
  border-radius: 5px !important;
  background-color: #f9fbff !important;
}
/*main-header*/
.main-header {
  border: none !important;
}

/*Side bar left*/
.nav-sidebar .nav-icon {
  color: rgba(194, 199, 208, 0.4);
}
[class*="sidebar-dark-"] .nav-sidebar .nav-item.menu-open .nav-link,
[class*="sidebar-dark-"] .nav-sidebar .nav-item.menu-open .nav-icon,
[class*="sidebar-dark-"] .nav-sidebar .nav-item:hover .nav-link,
[class*="sidebar-dark-"] .nav-sidebar .nav-item:hover .nav-icon,
[class*="sidebar-dark-"] .nav-sidebar .nav-item .nav-link:focus {
  color: #fff;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active {
  color: #000 !important;
}

.data-body .table td .btn {
  padding-top: 0px;
  padding-bottom: 0px;
}
.link_btn a {
  padding: 11px;
}
.link_btn:hover a {
  color: #fff !important;
}
.data-body .btn {
  text-transform: uppercase;
}
#table td,
.table th {
  padding: 5px !important;
}
#table th {
  font-size: 12px !important;
}
.link_btn a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

.modal-header {
  padding: 7px 14px !important;
  background-color: #f8f8f8;
}
