.xlsheet-name {
  width: 100%;
  max-width: 145px;
  background-color: #070f1d;
  padding: 0px 10px;
  color: #fff;
  height: 56px;
  border-radius: 0px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  /* margin-right: 10px; */
}

.xl-sheet-list {
  width: 100%;
  max-width: 187px;
  background-color: #070f1d;
  padding: 0px 13px;
  color: #fff;
  height: 56px;
  border-radius: 0px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
/* 
.xlsheet-name option,
.xl-sheet-list option {
  color: #ff1616;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #ffffff;
  padding: 10px 0; 
  border-bottom: 1px solid #000000;
} */

.option-class {
  padding: 16px 24px !important;
  border-bottom: 1px solid #23324c;
  color: #ff1616;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #ffffff;
}
/* Remove hover, focus, and active effects completely */
.xlsheet-name,
.xl-sheet-list {
  background-color: #070f1d !important;
  color: #fff !important;
  border: none !important;
  outline: none !important;
  font-weight: 400 !important;
  transition: none !important;
  box-shadow: none !important;
}

.xlsheet-name:hover,
.xl-sheet-list:hover,
.xlsheet-name:focus,
.xl-sheet-list:focus,
.xlsheet-name:active,
.xl-sheet-list:active {
  background-color: #070f1d !important;
  color: #fff !important;
  border: none !important;
  outline: none !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
}

@media (max-width: 768px) {
  .filter-tag {
    width: 100%;
  }

  #excel-filter-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    /* flex-wrap: nowrap; */
    width: 100%;
    flex-wrap: wrap;
  }

  .xlsheet-name {
    /* flex: 0 0 45%; */
    /* width: 92% !important; */
    max-width: none !important;
    box-sizing: border-box;
  }

  .xl-sheet-list {
    /* flex: 0 0 78%; */
    /* width: 78% !important; */
    max-width: none !important;
    box-sizing: border-box;
  }
}

.custom-excel-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #070f1d;
  color: white;
  font-family: sans-serif;
  margin: 0;
  border: 3px solid #070f1d !important;
}
.custom-excel-table th {
  background-color: #ff1616;
  height: 85px;
  /* border-top: 2px solid #070f1d !important; */
  background-color: #ff1616;
  border: 2px solid #ffffff;
  color: var(--color-bw-white, #fff);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--Color-Primary-Nevy-blue, #070f1d);
  font-family: Anton, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  padding: 10px;
}
.custom-excel-table td {
  padding: 12px;
  border: 2px solid #1e2a45;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 5%;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
}

.custom-excel-table .date-row {
  background: #fafafa;
  color: #0b1634;
  font-weight: bold;
  text-align: center;
}

.custom-excel-table .note-row {
  background: #e4e6e9;
  /* font-style: italic; */
  color: #ccc;
}

.custom-excel-table .note-row td {
  text-align: left;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 5%;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 768px) {
  .custom-excel-table .note-row td {
    font-size: 14px;
  }
}

.xl-filter-top {
  margin-bottom: 1px solid red;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid #6a7a94;
}

.filter-tag {
  width: 50%;
}

.playbook-popup-link a {
  display: inline-flex;
  align-items: center;
  color: #091426;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600; /* Semi-bold */
  font-style: normal;
  line-height: 19.2px;
  text-transform: none;
  text-decoration: none !important;
  text-transform: uppercase;
  margin-right: 170px !important;
}

/* Icon styling */
.playbook-popup-link a img {
  width: 24px !important;
  height: 24px !important;
  margin-right: 8px;
  object-fit: contain;
}

@media (max-width: 768px) {
  /* Hide the span text in the popup trigger */
  .playbook-popup-link a span {
    display: none !important;
  }

  /* Adjust icon alignment */
  .playbook-popup-link a {
    padding: 0 !important;
    margin-left: 8px;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 0px !important;
  }

  .playbook-popup-link a img {
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    margin-top: -10px !important;
  }
}
/* Style the popup close button as a white circle  */
#elementor-popup-modal-8142 .dialog-close-button {
  background-color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(44%, -44%);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

#elementor-popup-modal-8142 .dialog-close-button .e-font-icon-svg {
  color: #ff1616 !important;
  font-weight: 900 !important;
  font-size: 22px !important;
  line-height: 1;
  fill: #ff1616 !important;
  stroke: #ff1616 !important;
}

.custom-dropdown {
  position: relative;
  width: 100%;
  max-width: 300px;
  font-family: "Inter", sans-serif;
}

.dropdown-selected {
  padding: 16px 24px;
  background-color: #ffffff;
  border: 1px solid #23324c;
  font-weight: 600;
  font-size: 16px;
  color: #ff1616;
  text-transform: uppercase;
  cursor: pointer;
}

.dropdown-options {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #23324c;
  border-top: none;
  max-height: 250px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
}

.dropdown-option {
  padding: 16px 24px;
  border-bottom: 1px solid #23324c;
  font-weight: 600;
  font-size: 16px;
  color: #ff1616;
  text-transform: uppercase;
  cursor: pointer;
}

.dropdown-option:hover {
  background-color: #f5f5f5;
}

.dropdown-open .dropdown-options {
  display: block;
}

@media (max-width: 600px) {
  .custom-dropdown {
    max-width: 100%;
  }
}
