body {
  overflow-x: hidden;
}

.content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1e4655 !important;
  color: #fff !important;
  font-size: 30px !important;
  border-radius: 0px !important;
}

.active-tab {
  color: #2d5c8b;
  z-index: 1;
  background-color: #ffffff;
  border-bottom: 3px solid #0572ce;
  border-top: none;
  color: #2d5c8b;
}

.pnl {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom,
      #1e4655 90px,
      #f1f1f1 90px,
      #f1f1f1 100%);
}

/*****************************************************************/

.highlight-drop {
  background-color: #e6f7ff !important;
  border: 4px dashed #1890ff !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.drop-here {
  padding: 3px;
}

.selected-card {
  /* border: 2px solid #0c5460 !important */
  min-height: 80px;
}

.weekend {
  /* background-color: rgb(209, 236, 241) !important; */
  background-image: repeating-linear-gradient(45deg,
      #ffffff,
      #ffffff 5px,
      #eeeeee 5px,
      #eeeeee 6px);
  background-size: cover;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.selected-cell {
  background-color: #00a4a333 !important;
  border-radius: 15px;
  padding: 2px;
}

.cell-selection-options {
  padding: 10px;
  position: fixed;
  bottom: 10px;
  left: 15px;
  right: 15px;
  height: 55px;
  background-color: #1e4655;
  z-index: 999999;
  text-align: right;
  border: solid 1px #000;
  border-radius: 15px;
}

.schedule-cell {
  background-color: #f0f2fa;
  border-radius: 15px;
  cursor: pointer;
}

.employee-card {
  background-color: #fafbff;
  border-radius: 15px;
  cursor: pointer;
  border-radius: 15px !important;
  border: solid 1px lightgray !important;
}

.table td,
.table th {
  border-color: #fff;
}

.drag-this {
  /* height: 100px; */
}

.input {
  border-style: solid;
  border-width: 1px;
  border-color: #7f949f;
  color: #333333;
  border-radius: 2px;
  background-color: #fcfdfe;
  border: 1px solid #7f949f;
  padding: 6px 5px 5px 5px;
}

.close-sm {
  background: none !important;
  border: none !important;
  margin-right: 5px !important;
}

.shift-card {
  border-radius: 10px !important;
  height: 100%;
  min-width: max-content !important;
  border: solid 2px #c0d3e0 !important;
}

.weekend-card {
  border-radius: 10px !important;
  height: 100%;
  min-width: max-content !important;
  border: solid 2px #dab1ce !important;
  background-color: #f6eaf2 !important;
  color: "#74003a";
  /*dfdff7*/
}

.calendar-event-card {
  border-radius: 10px !important;
  height: 100%;
  min-width: max-content !important;
  color: "#74003a";
  border: "none";
  background-color: #fae3ba !important;
  border: solid 2px #d1af84 !important;
}

.leave-card {
  border-radius: 10px !important;
  height: 100%;
  min-width: max-content !important;
  color: "#74003a";
  border: "none";
  background-color: #fde1f0;
  border: solid 2px #d1af84 !important;
}

.scheduled-shift-card {
  border-radius: 10px !important;
  min-width: max-content !important;
}

.scheduled-shift-card:hover {
  border: dashed 2px #1890ff !important;
  background-color: #fafbff;
}

.card-center {
  display: flex;
  /* turn it into a flex container   */
  justify-content: center;
  /* horizontal centering            */
  align-items: center;
  /* vertical   centering            */
  height: 100%;
  /* let it fill the card’s height   */
  padding: 0;
}

/* .fusion-page-title {
  color: #FFFFFF;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
} */
.inline-add {
  padding: 15px;
  border: dashed 1px #0a58ca;
  background-color: lightcyan;
}

.vertical-multiselect .selected-item {
  display: block !important;
  /* forces vertical stacking */
  margin-bottom: 4px;
}

.col-auto .dropdown-container {
  flex-wrap: wrap !important;
  /* allows items to wrap to next line */
  flex-direction: column !important;
}

.calendar-date {
  text-align: right;
  /* background-color: #dfdfdf !important;
  padding:3px; */
}

/*-------------------------------------------------------------*/
.search-box {
  position: relative;
  width: 100%;
  /* max-width: 300px; */
}

.search-input {
  padding-left: 2rem;
  /* space for the icon */
  border-radius: 0.25rem;
  border: 1px solid #ddd;
  box-shadow: none;
}

.search-input:focus {
  border-color: #ccc;
  box-shadow: none;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
}

/*-------------------------------------------------------------*/
.table-full-bordered td,
.table-full-bordered td {
  border: solid 1px rgb(222, 226, 230) !important;
}

.fusion-line {
  height: 10px;
  margin-top: 10px;
  background-image: url('/images/fusion-line.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-left: 0px;
  margin-right: 0px;
}


/***************************************************/
.table-container {
  width: 100%;
  /* Full width of screen */
  overflow-x: auto;
  /* Enable horizontal scroll */
  border: 1px solid #ccc;
}

table {
  border-collapse: collapse;
  min-width: 800px;
  /* Ensure table is wider than container */
}

th,
td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  white-space: nowrap;
  /* Prevent text wrapping */
}

.sticky-col {
  position: sticky;
  left: 0;
  /* Stick to the left */
  background: #fff;
  /* Background so it doesn’t overlap */
  z-index: 2;
  /* Stay above other cells */
}

thead .sticky-col {
  z-index: 3;
  /* Keep header above body */
  background: #f7f7f7;
}

/***************************************************/
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bg-chevron-down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
}
