.menu-vertical .app-brand {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.fc-event {
  color: #000 !important; /* Text color for events */
  font-weight: bold;
}

.fc-event .fc-bg {
  background-color: inherit !important;
}

.fc-event .fc-border {
  border-color: inherit !important;
}
.weekly-events-container {
  border: 0;
  /* Dark Blue Border */
  overflow-y: auto;
  max-height: 400px;
  /* Light Blue Background */
  background-color: #f5f5f9;
}

.day-section {
  margin-bottom: 10px;
  background-color: transparent;
  border-left: 0;
  box-shadow: 0 .1875rem .5rem #22303e1a;
  border-radius: 15px;
}
.day-section:last-child {
  margin-bottom: 0;
}
.day-header {
  background-color: #004080;
  /* Dark Blue */
  color: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.event-card {
  padding: 12px 18px;
  background: white;
  border-bottom: 1px solid #004080;
  /* Subtle Divider */
}

.event-card:last-child {
  border-bottom: none;
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

.event-card strong {
  color: #004080;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.event-card .time {
  color: #003366;
  /* Slightly darker for emphasis */
  margin: 4px 0;
}

.event-card .description {
  color: #002244;
  font-style: italic;
  padding-left: 20px;
  position: relative;
}
.event-card .description::before {
  content: "\eec8";
  margin-right: 4px;
  color: #696cff;
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: calc(50% - 7px);
}


.weekly-events-container::-webkit-scrollbar {
  width: 6px;
}

.weekly-events-container::-webkit-scrollbar-thumb {
  background: #696cff;
  /* Dark Blue Scrollbar */
  border-radius: 6px;
}
.btnFilter{
  margin-right: 6px;
}
.weekly-events-container::-webkit-scrollbar-track {
  background: #dce6ff;
  /* Light Blue Track */
}
.date-filter {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
  color: #004080;
  /* Dark Blue Heading */
  font-weight: bold;
}

.date-range {
  margin-left: auto;  
  color: #696cff;
}




/* comman css */
.btn-success {
  color: #fff;
  background-color: #3d950d;
  border-color: #3d950d;
  box-shadow: 0 .125rem .25rem #3d950d7a;
}

table.dataTable.collapsed td:first-child, table.dataTable.collapsed th:first-child {
  padding-left: 10px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
  top: calc(50% - 11px);
  left: 5px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white !important;
  border: .15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 .2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: normal;
  content: "+" !important;
  background-color: #337ab7;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
  content: "-" !important;
}
.mdi-weight-kilogram:before,.mdi-file-document-edit-outline:before,.mdi-cup-water:before,.mdi-food:Before {
  font-family: Material Design Icons;
  font-style: normal;
}
table.dataTable td.dt-center {
  padding-right: 30px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
/* html:not([dir=rtl]) div.card-datatable table.dataTable tbody td:first-child {
  z-index: 9999;
} */
#userDetailsModal #filterForm {
  margin-bottom: 20px;
}
#userDetailsModal #filterForm .row>* {
  margin: 0;
}
aside#layout-menu{
  z-index: 11111;
}
.modal-open nav#layout-navbar {
  z-index: 1080;
}
.menu .app-brand.demo {
  margin-top: 20px;
  margin-bottom: 20px;
}
.layout-menu-expanded nav#layout-navbar, body.swal2-shown.swal2-height-auto nav#layout-navbar{
  z-index: 1075;
}

.card .dataTables_wrapper .row .col-sm-12.col-md-6{
  padding: 0 !important;
}
.card .dataTables_wrapper .row .dataTables_length, .card .dataTables_wrapper .row .dataTables_filter {
  margin: 0;
}
.card .dataTables_wrapper .row:first-child {
  display: flex;
  padding: 20px;
  row-gap: 20px;
}
.card.api-logs-main .card-header {
  padding: 24px 16px 24px 16px !important;
}
.modal.fade {
  z-index: 9999;
}
.responsive-gap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
ul.dtr-details li {
  margin-bottom: 10px;  
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
ul.dtr-details {
  padding-left: 15px;
  margin: 10px 0;
}
ul.dtr-details li:last-child {
  margin-bottom: 0;
}
.swal2-actions {
  gap: 8px;
}
.swal2-actions button {
  margin: 0 !important;
}
.offcanvas.offcanvas-end.show {
  z-index: 99999;
}
.tab-content.company-user table.dataTable tbody td:first-child {
  padding-left: 42px !important;
}
.spinner-border.text-primary {
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
}
#progressModal .modal-header {
  justify-content: center;
  border-bottom: 1px solid #d6d6d6 !important;
}
#progressModal .modal-header h5 {
  font-size: 22px;
}
#progressModal .modal-body p {
  color: #444050 !important;
  font-size: 16px;
}
#progressModal .modal-body img {
  width: 100px !important;
  height: 100px !important;
}
#progressModal .modal-body #spinner p {
  font-weight: 700;
  font-size: 18px;
}
#progressModal .modal-body #jobStatusLabel span,
#progressModal .modal-body #jobStatusLabel i.bx.bx-loader-circle.bx-spin{
  color: #fff !important;
}

.insurance-info .progress-btn {
  background: #ffffff;
  padding: 3px 8px;
  border-radius: 4px;
  box-shadow: 0 .125rem .25rem #9999997a;
}


@media (max-width: 1550px){
  html:not([dir=rtl]) div.card-datatable table.dataTable thead th:first-child, 
  html:not([dir=rtl]) div.card-datatable table.dataTable tfoot th:first-child,
  html:not([dir=rtl]) div.card-datatable table.dataTable tbody td:first-child {
    padding-left: 2rem !important;
  }  
}

@media (max-width: 1200px){
  html:not([dir=rtl]) div.card-datatable table.dataTable thead th:first-child, 
  html:not([dir=rtl]) div.card-datatable table.dataTable tfoot th:first-child,
  html:not([dir=rtl]) div.card-datatable table.dataTable tbody td:first-child {
    padding-left: 42px !important;
  }  
  table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    left: 12px;
  }
}

@media (max-width: 991px){
  .user-management-table table thead th:last-child{
    width: auto;
  }  
  .user-management-table table tbody td:last-child a {
    display: inline-block !important;
  }
}

@media (max-width: 767px){
  table.dataTable>tbody>tr.child ul.dtr-details>li {
    word-break: break-word;
  }
  #userDetailsModal #filterForm .row.g-2 {
    gap: 15px;
  }
  #userDetailsModal table.table.dataTable.dt-responsive {
    width: 473px !important;
    max-height: 400px;
  }
  .responsive-table{
    overflow: auto;
    height: 280px;
  }
  .api-charges-modal .modal-body {
    overflow: hidden !important;
    max-height: unset !important;
  }
  .api-log-wrap .col-sm-12.col-md-6 {
    padding: 0 !important;
  }
  .dataTables_wrapper .col-sm-12.col-md-6 .dataTables_length {
    margin: 5px 0 0 0;
  }
  .card.api-logs-main .card-header {
    padding: 24px 16px 16px 16px !important;
  }
  .card .dataTables_wrapper .row .dataTables_filter label{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .dtr-data {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .content-wrapper div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  /* nav#layout-navbar{
    z-index: 11111;
  } */
  #progressModal .modal-header h5 {
    font-size: 20px;
  }
}