.daterangepicker .calendar-table td.off {
  background: transparent !important;
  pointer-events: none;
  text-decoration: none !important;
}
ul.text-sm.text-red-600.space-y-1 li {
    color: red !important;
}
body {
  background-color: #fffafa;
  font-family: 'Montserrat', sans-serif; 
  overflow-x: hidden;
}
.applyBtn{
  background: #F43F46 !important;
  border:none
}
#header-container {
  border-radius: 16px;
  border-width: 1px;
  background-color: #fff;
  width: 96%;
  margin:0 auto;
}

#sidebar-container {
  background-color: #fff;
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  width: 170px;
  transition: width 0.3s ease-out;
}

.side-layer {
  width: 80px;
  background: #1D0000;
  height: 100vh;
  border-radius: 50px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.nav-item {
  /*width: 244px;
  height: 54px;*/
  border-bottom-width: 1px;
  padding-top: 16px;
  padding-right: 10px;
  padding-bottom: 16px;
  padding-left: 10px;
  gap: 10px;
  display: flex;
}

.active {
  background: linear-gradient(92.07deg, #E01E26 0%, #FF9393 100%);
}

.active a {
  color: #fff;
}

/* Add Form */
.add-form .right-container h6{
  color: #2f2222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.add-form .right-container h4{
  color: #2f2222;
  font-family:  'Montserrat', sans-serif;
  font-weight: 600;
}

.add-form .right-container h3{
  color: #2f2222;
  font-family:  'Montserrat', sans-serif;
  font-weight: 600;
}

.add-form .right-container input{
  border-radius: 30px;
  margin-left: -4px;
}

.add-form .right-container input::placeholder{
  font-size: 12px;
  opacity: 70%;
}

.add-form .right-container label{
  color: #2f2222;
  font-size: 14px;
  font-family:  'Montserrat', sans-serif;
  font-weight: 500;
}

.add-form .right-container span{
  color: #2f2222;
  font-size: 12px;
  font-family:  'Montserrat', sans-serif;
  font-weight: 400;
  opacity: 70%;
}

.custom-select-arrow {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 30px;
  background: url("../images/select-arr.svg") no-repeat right 0.75rem center;
  background-size: 10px 6px;
  padding-right: 2rem;
  font-size: 12px;
  opacity: 70%;
}

.custom-select-arrow::placeholder{
  font-size: 12px;
  opacity: 70%;
}

.form-footer{
  height: 76px;
  background: #FFFAFA;
  border: 1px solid #FFDDDD;
  border-radius: 14px;
}

.form-footer button{
  font-size: 14px;
  font-family:  'Montserrat', sans-serif;
  font-weight: 600;
}

.location-name{
  font-family: 'Cormorant Infant', serif;
}


/* Login Form */
.login{
  background: url("../images/login1.svg") no-repeat right 0.75rem center;
  background-size: cover; 
  background-color: #f1f2eb;
  margin:7em auto;
}

.login-form input{
  border: 1px solid #3B1D1D99
}

.login-form  input::placeholder {
  color: #2f2222;         
  font-size: 10px;   
  font-weight: 500;  
  opacity: 70%;          
}

.form-check-input {
  border: 2px solid #fbdada !important; 
}


/* Configuration Table */

#table-container input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

#table-container input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #007bff;
}


/*#table-container .dataTables_length{
  display: none;
}

#table-container .dataTables_filter {
  display: none;
}
*/
#table-container  table{
  border: 1px solid #2F22221A;
}

table.no-vertical-borders td,
table.no-vertical-borders th {
border: none !important;
  padding: 1rem 1.25rem;
  font-size: 12px;
  color: #2f2222;
}

div.dataTables_wrapper .row:last-child {
  background: #fff;
  padding: 13px;
  border: 1px solid #2F22221A;
}

.dataTables_info {
  font-size: 12px;
}

.active>.page-link, .page-link.active{
  background-color: #F43F46;
  border-color: #F43F46;
}

.table-fliter{
  height: 70px;
  border: 1px solid #FFDDDD;
  border-radius: 14px;
}
.sidebar-link {
  padding: 20px 16px;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
 
.sidebar-collapsed .sidebar-link {
  justify-content: center;
}
 
.sidebar-collapsed .menu-text {
  display: none;
}
 
.sidebar-collapsed .business-logo {
  display: block !important;
}
 
.business-logo {
  display: none;
  position: relative;
  left: 0px;
}
 
#toggle-drawer {
  position: relative;
  left: 0;
  cursor: pointer;
}
span.text-red-500 {
    color: red !important;
    font-weight: 800;
}

.copy-right-container {
  position: fixed;
  justify-content: flex-start;
  bottom: 0;
  left: 28px;
}

.primary-btn {
  background: #F43F46;
  border: none;
}

.primary-btn:hover {
  background: #F43F46 !important;
}

.secondary-btn {
  background: #FFFAFA;
  border: 1px solid #FFDDDD;
  color: #C9242A;
}

.secondary-btn:hover{
  background: #C9242A;
  border: 1px solid #C9242A;
}

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

.custom-pagination-container {
  background: #fff;
  padding: 2% 2% 1% 2%;
  border: 1px solid #2F22221A;
}

.custom-pagination-container .pagination {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.custom-pagination-container .page-item {
  margin-right: 4px;
  background: none;
}

.custom-pagination-container .page-link {
  border-radius: 8px;
  padding: 6px 12px;
  border: 1px solid #dee2e6;
  color: #343a40;
  transition: all 0.2s ease;
}

.custom-pagination-container .page-link:hover {
  background-color: #f8f9fa;
  color: #F43F46;
}

.custom-pagination-container .page-item.active .page-link {
  background-color:linear-gradient(92.07deg, #E01E26 0%, #FF9393 100%);
  border-color: #F43F46;
  color: #fff;
}

.sidebar-close-btn{
  display: none;
}

.tooltips {
  position: relative;
  display: inline-block;
}

.tooltips .tooltiptext {
  visibility: hidden;
  opacity: 0;
  width: 120px;
  background: #FFFAFA;
  border: 1px solid #FFDDDD;
  color: #C9242A;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 105%;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.tooltips:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

input[type="password"]::-ms-reveal {
  display: none;
}

.form-control:focus{
  box-shadow: none;
  border-color: #C9242A;
}

@media (max-width: 950px) {
  .header-right {
    width: 96%;
  }

  .payment-transaction .table-fliter {
    height: 154px;
  }
}

@media (max-width: 768px) {

  #sidebar-container:not(.sidebar-collapsed) {
    transform: translateX(0);
  }
  
  .fs-5 {
    font-size: 14px !important;
  }

 .copy-right-container { 
    display: none;
 }

 .header-right {
  width: 90%;
 }

  .payment-transaction .table-fliter {
    height: 196px;
  }

  .copy-right-container {
    left: 12px;
  }

  .sidebar-close-btn{
    display: block;
  }

  #sidebar-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    display: none;
    width: 0;
    background-color: #f8f9fa;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
  }

  #sidebar-container.closed {
    transform: translateX(-100%);
  }

  #main-container {
    position: relative;
    padding: 20px;
    transition: filter 0.3s ease-in-out;
    }

  .sidebar-header {
    justify-content: space-between !important;
  }
}

@media (max-width: 500px) {
  .header-right {
    width: 92%;
  }

  .payment-transaction .table-fliter {
    height: 100px;
  }

  .copy-right-container {
    left: 6px;
  }

  .business-list .table-fliter {
    height: 115px;
    align-items: normal !important;
  }

  .business-list .search-filter{
    flex-direction: column;
    align-items: normal !important;
  }

  .business-list  .search-filter button{
    margin-top: 5px;
  }

  .business-list  .search-filter a{
    margin-top: 5px;
  }

}