input[type='checkbox']:focus,
input[type='radio']:focus {
  box-shadow: none;
}
.fa-info-circle:hover {
  cursor: pointer;
}
#wrapper #content-wrapper {
  overflow-x: inherit;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 9;
}
/* .modal-edit:before {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: -25%;
    z-index: -2;
    width: 100vw;
    height: 100%;
} */
.edit-modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-edit {
  transform: none;
  box-shadow: none;
  display: block;

  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-delete {
  z-index: 4;
}
@media (max-height: 720px) {
  .modal-content-edit,
  .modal-content-cms-update {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 80vh;
  }
}
@media (min-width: 768px) {
  .sidebar .nav-item .nav-link {
    width: 100%;
  }
  .sidebar {
    width: 300px !important;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: sticky;
    top: 0;
    flex-shrink: 0;
  }
  .sidebar.toggled {
    overflow-y: auto;
    overflow-x: hidden;
    width: 120px !important;
  }
}

/*Terms and privacy*/
.policyBanner {
  background: #f0f1ff;
  padding: 140px 0 60px;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .policyBanner {
    margin-bottom: 60px;
  }
}
.policyBanner h2 {
  font-family: 'Timmana';
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #3f3f3f;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .policyBanner h2 {
    font-size: 70px;
  }
}
.policyBanner p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  text-align: left;
  color: #3f3f3f;
}

#table-container {
  margin: auto;
  max-width: 900px;
}
.btnnew {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px 15px;
  font-size: 16px;
  background-color: #0d6efd;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}
.btnnew:hover,
.delete-btn:hover {
  background-color: #218838 !important;
}
.delete-btn {
  background-color: #dc3545 !important;
  color: #fff !important;
}
.loader {
  display: none; /* Hidden by default */
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.blue-box {
  display: inline-block;
  width: 40px; /* Adjust width as needed */
  height: 20px; /* Adjust height as needed */
  background-color: rgba(54, 162, 235, 0.7);
  border-radius: 4px; /* Optional: rounded corners */
  vertical-align: text-top;
}
.pink-box {
  display: inline-block;
  width: 40px; /* Adjust width as needed */
  height: 20px; /* Adjust height as needed */
  background-color: rgba(255, 99, 132, 0.7);
  border-radius: 4px; /* Optional: rounded corners */
  vertical-align: text-top;
}
.zero-races {
  text-align: center;
  font-size: 20px;
  color: red;
}
