/*---Primary Colors---*/
.pc-bg-1{
    background-color: #2e295f !important;
  }
  .pc-bg-2{
    background-color: #099565 !important;
  }
  .pc-bg-3{
    background-color: #000 !important;
  }
  .pc-bg-4{
    background-color: #000 !important;
  }
  .pc-bg-5{
    background-color: #000 !important;
  }
  .pc-bg-white{
    background-color: #fff !important;
  }
  .pc-bg-black{
    background-color: #000 !important;
  }
  .pc-header-1{
    background-color: #000 !important;
  }
  .pc-header-2{
    background-color: #000 !important;
  }
  .pc-header-3{
    background-color: #000 !important;
  }
  .pc-header-white{
    background-color: #fff !important;
  }
  .pc-header-black{
  background-color: #000 !important;
  }
  .pc-txt-1{
    color:#fff !important;
  }
  .pc-txt-2{
    color:#fff !important;
  }
  .pc-txt-3{
    color:#009688 !important;
  }
  .pc-txt-white{
  color:#fff !important;
  }
  .pc-txt-black{
  color:#000 !important;
  }
  .pad-10-10{
    padding: 10px 10px !important;
  }
  .pad-10-15{
    padding: 10px 15px !important;
  }
  .pad-15-10{
    padding: 15px 10px !important;
  }
  .pad-15-15{
    padding: 15px 15px !important;
  }
  .fc-day-number{
    font-size: 1.1vw !important;
    margin-top: -10px !important;
    padding: 8px !important;
  }

/*---Tooltip---*/

.tooltip_moreinfo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  border-collapse: collapse;
  width: 100%;
}

.tooltip_moreinfo td,
.tooltip_moreinfo th {
  border: 1px solid #ddd;
  padding: 5px;
}

.tooltip_moreinfo tr:nth-child(even) {
  background-color: #f2f2f2;
}

.tooltip_moreinfo tr:hover {
  background-color: #ddd;
}

.tooltip_moreinfo th {
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  background-color: #099565;
  color: white;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
  background-color: #3c3c3c33 !important;
}

/* Fixed Column Datatable */
/* div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  position: absolute;
  right: 15px;
  top: 15px;
} */
.selectedClass {
  background-color: #1c89f6;
  position: sticky;
  cursor: move;
  z-index: 5000;
}
.selectedClass a {
  color: #fff !important;
  z-index: 5000;
}
.dataTables_length label {
  font-size: 0;
  /* Hide text */
}
.dataTables_filter label {
  font-size: 0;
  /* Hide text */
}

.dataTables_scrollHeadInner table {
  margin-top: 0 !important;
}

.dataTables_scrollBody thead {
  visibility: hidden; /* Hide duplicate header */
}

.dt-toolbar {
  position: sticky;
  top: 0;
  background: white;
  /* padding: 10px; */
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  border-bottom: 1px solid #ddd;
}


[type="search"] {
  padding: 0.55rem 0.75rem !important;
}



/* Ensure the DataTable wrapper allows scrolling */
.dataTables_wrapper {
  overflow: hidden; /* Prevent unwanted scrolling */
}

/* Ensure the scroll body allows both horizontal and vertical scrolling */
.dataTables_scrollBody {
  overflow-x: scroll !important; /* Always show horizontal scrollbar */
  overflow-y: scroll !important; /* Always show vertical scrollbar */
  max-height: none !important; /* Prevent height limitations */
}

/* Force scrollbars to be always visible */
.dataTables_scrollBody::-webkit-scrollbar {
  width: 7px; /* Adjust scrollbar width */
  height: 7px; /* Adjust scrollbar height */
  display: block !important; /* Ensure visibility */
}

/* Customize scrollbar appearance (Optional) */
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: #888; /* Scrollbar color */
  border-radius: 5px; /* Rounded edges */
}

.dataTables_scrollBody::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Scrollbar track color */
}


/* div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: -20px 0px -10px 0px !important;
  white-space: nowrap;
} */

@media only screen and (max-width: 1199px) {
  .pagination li {
      float: left;
      margin-bottom: 0px !important;
  }
}

/* Align pagination and info text in one row */
.dataTables_info,
.dataTables_paginate {
  display: inline-block; /* Makes them sit side by side */
  vertical-align: middle; /* Aligns them properly */
}

/* Ensure pagination is aligned to the right */
.dataTables_paginate {
  float: right;
}

/* Optional: Add spacing between them */
.dataTables_info {
  margin-right: 20px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 10px 0px 0px 0px !important;
}


thead tr[role="row"] {
  height: 0px !important;
  overflow: hidden;
  border: none;
}


 @media (min-width: 768px) {
  .col-lg-4 .dt-buttons {
    display: none !important;
  }
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 1 !important;
}

