.fc-event {
  background-color: #2F4050 !important;
  border-color: #fff !important;
  font-size: 13px !important;
  padding: 3px 5px !important;
}

.fc-day-grid-container {
  overflow: hidden !important;
}

.fc-today {
  background-color: #f2f2f2 !important;
}

.employee-list-page .search-input-wrapper input {
  margin-top: 30px;
  float: right;
  max-width: 400px;
  padding-right: 35px;
}
.employee-list-page .search-input-wrapper .search-icon {
  position: absolute;
  right: 30px;
  top: 39px;
}
.employee-list-page .card {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 1800px) {
  .employee-list-page .card {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1800px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .employee-list-page .card {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .employee-list-page .card {
    width: 50%;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .employee-list-page .card {
    width: 100%;
  }
}
.employee-list-page .card .contact-box {
  padding: 0px;
  min-height: 177px;
  max-height: 177px;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .employee-list-page .card .contact-box {
    text-align: center;
  }
}
.employee-list-page .card .contact-box a {
  padding: 20px;
  display: block;
}
.employee-list-page .card .contact-box a .roles {
  text-transform: capitalize;
}
.employee-list-page .card .contact-box a .roles ul {
  padding-left: 20px;
}
.employee-list-page .card .contact-box a address {
  margin-bottom: 0px;
}
.employee-list-page .card .contact-box a .icon {
  width: 12px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

/*****************************************
 *  TESTING RESOLUTION INDICATOR
 *****************************************/
.resolution-indicator {
  z-index: 99;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #000;
  color: #fff;
  z-index: 999;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.resolution-indicator p {
  padding-top: 0px;
  margin: auto;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .resolution-indicator .xs {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .resolution-indicator .sm {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .resolution-indicator .md {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .resolution-indicator .lg {
    display: block;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1800px) {
  .resolution-indicator .laptop {
    display: block;
  }
}
@media only screen and (min-width: 1800px) {
  .resolution-indicator .widescreen {
    display: block;
  }
}

/** FIX **/
.nav-tabs > li.active > a {
  background-color: #fff !important;
}

.tabs-container li.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.tabs-container .ibox-content {
  border-top: 0px;
  border-left: 1px solid #e7eaec;
  border-right: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
}
.tabs-container .controls {
  width: fit-content;
  position: absolute;
  top: 40px;
  right: 0px;
}
.tabs-container .controls .btn {
  float: left;
  width: 80px;
  margin-left: 5px;
  height: 25px;
  padding: 0px;
}

.i-checks {
  position: relative;
}
.i-checks label {
  text-transform: capitalize;
  font-weight: 700;
}
.i-checks label i {
  padding-right: 5px;
}
.i-checks .label-fld {
  margin-left: 0px;
  width: calc(100% - 30px);
  position: absolute;
  right: 0px;
}
.i-checks .label-fld input[type=text] {
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
}
.i-checks .label-fld input[type=text]:focus {
  border-color: #2F4050;
}

/** MAKE ICHECK MULT COLUMNS**/
.access-rights {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 3 columns */
  gap: 5px; /* Adjust spacing between checkboxes */
  padding-bottom: 30px;
}

.add-btn {
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #2F4050;
}
.add-btn .fa {
  font-size: 24px;
  margin-right: 5px;
  margin-top: -3px;
}

.i-checks {
  display: flex;
  align-items: center; /* Center the checkbox and label vertically */
}

.icheckbox_square-green {
  margin-right: 8px; /* Space between checkbox and label text */
}

/** TAB DESCRIPTION **/
.tab-description {
  margin-bottom: 20px;
  padding-top: 10px;
}
.tab-description p {
  padding-top: 5px;
}

/* Hide the default checkbox */
.i-checks {
  margin-bottom: 5px;
  /* Label styling */
  /* Hover effect */
  /* Unchecked box style */
  /* Style for checked state */
  /* Checkmark icon */
}
.i-checks:hover .custom-checkbox + label:before {
  border-color: #2F4050;
}
.i-checks .custom-checkbox {
  display: none;
}
.i-checks .custom-checkbox + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: #333;
  font-size: 12px;
  user-select: none; /* Prevent text selection on click */
  margin-bottom: 0px;
  height: 23px;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.i-checks .custom-checkbox:hover {
  border-color: #2F4050; /* Changes border color on hover */
}
.i-checks .custom-checkbox + label.disabled:before {
  opacity: 0.5;
  cursor: default;
}
.i-checks .custom-checkbox + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 0px;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}
.i-checks .custom-checkbox:checked + label:before {
  background-color: #2F4050; /* Background when checked */
  border-color: #2F4050;
}
.i-checks .custom-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 6px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  transition: opacity 0.3s ease;
}

.employee-picture {
  width: 128px;
  height: 128px;
  border-radius: 10px;
  margin-left: 0px;
  margin-top: 0px;
  float: left;
  margin-right: 20px;
}

.compensation-summary div {
  border-bottom: 1px dotted #ccc;
  padding: 3px;
}

.btn-primary {
  background-color: #2F4050 !important;
}

.ibox-title {
  border-bottom: 1px solid #e7eaec;
}

.main-employee-name {
  font-size: 20px;
}

.payroll-items table th,
.payroll-items table td {
  text-align: right;
}
.payroll-items table tfoot td {
  font-size: 20px;
}

.stream {
  padding: 0px;
}
.stream .stream-badge .todo {
  background-color: #D1DADE;
  color: #5E5E5E;
}
.stream .stream-badge .in-progress {
  background-color: #24292E;
  color: #fff;
}
.stream .stream-badge .testing {
  background-color: #ED5565;
  color: #fff;
}
.stream .stream-badge .completed {
  background-color: #0e7f74;
  color: #fff;
}
.stream .stream-panel {
  margin-left: 35px;
}
.stream .stream-panel .stream-info {
  padding: 0px 10px 10px 10px;
  margin-bottom: 0px;
}

.New-Employee-Form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: auto;
  /* Target all select dropdown menus */
  /* Target all select options */
}
.New-Employee-Form .New-Employee-Form-content {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  width: 50%;
  height: 100%;
  z-index: 100000;
  padding: 30px;
  overflow-y: auto;
}
.New-Employee-Form .wrapper-header {
  border: solid;
  height: 20px;
}
.New-Employee-Form .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #333;
  z-index: 100001;
}
.New-Employee-Form .close-button:hover {
  color: #e74c3c;
}
.New-Employee-Form .ibox-NewEmployee {
  max-width: 750px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background-color: #f9f9f9;
}
.New-Employee-Form .ibox-content-NewEmployee {
  padding: 20px;
}
.New-Employee-Form .option-div {
  height: 35px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.New-Employee-Form .add-button {
  position: absolute;
  left: 50px;
}
.New-Employee-Form h1 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
}
.New-Employee-Form .form-group {
  margin-bottom: 20px;
}
.New-Employee-Form label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #555;
}
.New-Employee-Form input[type=text],
.New-Employee-Form input[type=email],
.New-Employee-Form input[type=date],
.New-Employee-Form input[type=number],
.New-Employee-Form textarea {
  width: calc(100% - 20px);
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  transition: border 0.3s;
}
.New-Employee-Form input[type=text]:focus,
.New-Employee-Form input[type=email]:focus,
.New-Employee-Form input[type=date]:focus,
.New-Employee-Form input[type=number]:focus,
.New-Employee-Form textarea:focus {
  border: 1px solid #007bff;
}
.New-Employee-Form textarea {
  resize: vertical;
}
.New-Employee-Form .submit-button {
  background-color: #007bff;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  transition: background-color 0.3s;
}
.New-Employee-Form .submit-button:hover {
  background-color: #0056b3;
}
.New-Employee-Form .Compensation-Form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: auto;
}
.New-Employee-Form .Compensation-Form-content {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  width: 50%;
  height: 100%;
  z-index: 100000;
  padding: 30px;
  overflow-y: auto;
}
.New-Employee-Form .ibox-Compensation {
  max-width: 750px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background-color: #f9f9f9;
}
.New-Employee-Form .ibox-content-Compensation {
  padding: 20px;
}
.New-Employee-Form .compensation-entry {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}
.New-Employee-Form .form-group {
  margin-bottom: 20px;
}
.New-Employee-Form label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #555;
}
.New-Employee-Form input[type=number],
.New-Employee-Form select {
  width: calc(100% - 20px);
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  transition: border 0.3s;
}
.New-Employee-Form input[type=number]:focus,
.New-Employee-Form select:focus {
  border: 1px solid #007bff;
}
.New-Employee-Form .submit-button {
  background-color: #007bff;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  transition: background-color 0.3s;
  margin-top: 10px;
}
.New-Employee-Form .submit-button:hover {
  background-color: #0056b3;
}
.New-Employee-Form button[type=button] {
  background-color: #0070f8;
  color: white;
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}
.New-Employee-Form button[type=button]:hover {
  background-color: #c0392b;
}
.New-Employee-Form .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #333;
  z-index: 100001;
}
.New-Employee-Form .close-button:hover {
  color: #e74c3c;
}
.New-Employee-Form .popup-container {
  position: relative;
  display: inline-block;
}
.New-Employee-Form .notification-icon {
  font-size: 24px;
  cursor: pointer;
}
.New-Employee-Form .popup {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  width: 200px;
}
.New-Employee-Form .popup-menu {
  padding: 0;
  margin: 0;
}
.New-Employee-Form .popup-item {
  padding: 5px 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.New-Employee-Form .popup-item:hover {
  background-color: #f0f0f0;
}
.New-Employee-Form .popup-item:last-child {
  border-bottom: none;
}
.New-Employee-Form .popup-menu h4 {
  margin: 10px 15px;
  font-weight: bold;
  text-align: center;
}
.New-Employee-Form .popup-item {
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.New-Employee-Form .popup-item:hover {
  background-color: #f0f0f0;
}
.New-Employee-Form .popup-menu hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.New-Employee-Form .Select__menu, .New-Employee-Form .your-select-class__menu {
  position: absolute;
  z-index: 9999;
}
.New-Employee-Form .Select__option, .New-Employee-Form .your-select-class__option {
  cursor: pointer;
  background-color: #fff;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999; /* Ensure popup appears above other content */
}

.popup-content {
  background-color: #fff; /* white background */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  max-width: 300px;
  width: 100%;
}

.popup-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

.popup-content button {
  background-color: #007bff; /* blue button */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.popup-content button:hover {
  background-color: #0056b3; /* darker blue on hover */
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999; /* Ensure popup appears above other content */
}

.popup-content {
  background-color: #fff; /* white background */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  max-width: 300px;
  width: 100%;
}

.popup-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

.popup-content button {
  background-color: #007bff; /* blue button */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.popup-content button:hover {
  background-color: #0056b3; /* darker blue on hover */
}
