.custom-section-style>.fi-section-content-ctn {
  border-top-width: 0rem;
}

.custom-section-style>.fi-section-header>.items-center>.flex-1>.fi-section-header-heading {
  font-weight: 500;
  font-size: 15px;
}

.custom-checkbox {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 6px !important;
  /* esquinas redondeadas */
  border: 2px solid #ccc !important;
  background-color: #fff !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.custom-checkbox:checked {
  background-color: #ff3b30 !important;
  /* rojo brillante */
  border-color: #ff3b30 !important;

}

.option-text-custom-input>.border-e {
  border-inline-end-width: 0px;
}

.option-text-custom-input>.border-s {
  border-inline-start-width: 0px;
}

.custom-create-button,
.custom-cancel-button {
  width: 8rem !important;
}

.custom-save-button {
  background-color: #000000 !important;
  border: 2px solid #000000;
  width: 10rem !important;
}

.custom-save-button:hover {
  background-color: #ffffff !important;
  border: 2px solid #000000;
  color: black !important;
}

.custom-create-button {
  background-color: #ff3b30 !important;
  border: 2px solid #ff3b30;
}

.button-bg-red {
  background-color: #ff3b30 !important;
  border: 2px solid #ff3b30;
}

/* .fi-ac-btn-action {
  background-color: #ff3b30 !important;
  color: white !important;
} */



.secondary-button {
  background-color: white !important;
  color: #ff3b30 !important;
  border: 2px solid red;
}

.secondary-button {
  background-color: white !important;
  color: #ff3b30 !important;
  border: 2px solid red;
}

.back-to-tests-button {
  background-color: white !important;
  color: #000000 !important;
  border: 2px solid rgb(220, 220, 220);
}

.back-to-tests-button>svg {
  color: rgb(0, 0, 0) !important;
}

.secondary-button>.fi-btn-icon {
  color: red !important;
}

.add-option-button>.justify-end>button {
  background-color: white !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
}

.add-option-button>.justify-end>button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 2px solid #000000 !important;
}

.fi-sidebar {
  background-color: white !important;
  border-right: 1px solid #d7d4d4 !important;
}

.fi-sidebar-header {
  --tw-ring-color: white !important;
}

.fi-modal-footer-actions>.fi-btn-color-primary {
  background-color: #000000 !important;
  border: 2px solid #000000;
}

.fi-modal-footer-actions>.fi-btn-color-primary:hover {
  background-color: white !important;
  color: #000000 !important;
  border: 2px solid rgb(0, 0, 0);
}


.fi-modal-footer-actions>.fi-btn-color-gray {
  background-color: white !important;
  color: #000000 !important;
  border: 2px solid rgb(0, 0, 0);
}

.fi-modal-footer-actions>.fi-btn-color-gray:hover {
  background-color: #000000 !important;
  border: 2px solid #000000;
  color: #ffffff !important;
}

.fi-color-custom.fi-btn-color-danger {
  background-color: #000000 !important;
  border: 2px solid #000000;
}

.fi-color-custom.fi-btn-color-danger:hover {
  background-color: #ffffff !important;
  border: 2px solid #000000;
  color: #000000 !important;
}

h1.fi-header-heading,
.fi-page-title,
.fi-section-heading,
.fi-modal-header-heading,
.fi-card-header {
  font-weight: 600 !important;
}

.fi-ta-content:has(.transparent-background) {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}

.fi-ta-ctn:has(.transparent-background) {
  --tw-ring-color: #fafafa !important;
}

.custom-red-button {
  background-color: rgb(var(--primary-500)) !important;
  padding: 0.5rem 2rem !important;
  color: white !important;
  border-radius: 0.5rem;
  margin-top: 1rem !important;
  border: 1px solid rgb(var(--primary-500)) !important;
}

.custom-red-button:hover {
  background-color: #FFFFFF !important;
  color: rgb(var(--primary-500)) !important;

}

.custom-red-button:hover>span {
  color: rgb(var(--primary-500)) !important;
}

.custom-red-button>span {
  color: white !important;
  text-decoration: none !important;
}

.fi-ta-actions:has(.custom-red-button) {
  justify-content: flex-end !important;
}

.items-center:has(.transparent-background) {
  height: 100% !important;
}

.w-full:has(.transparent-background) {
  height: 100% !important;
}

.sm\:px-6:has(.transparent-background) {
  padding-left: 0rem !important;
}


.admin-secondary-button {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
}

.admin-secondary-button>svg {
  color: #000000 !important;
}

.admin-secondary-button:hover>svg {
  color: white !important;
}

.admin-secondary-button:hover {
  background-color: #000000 !important;
  color: white !important;
  border: 2px solid #000000 !important;
}

.admin-primary-button {
  background-color: #000000 !important;
  color: white !important;
  border: 2px solid #000000 !important;
}

.admin-primary-button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
}

.admin-primary-button:hover>svg {
  color: #000000 !important;
}

.custom-cancel-button {
  margin-left: 1rem !important;
  color: #000000 !important;
  border: 2px solid #000000;
  background-color: white !important;
}

.custom-cancel-button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 2px solid #000000;

}

.full-width-button {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.fi-ta-row:hover {
  background: rgb(245, 245, 245) !important;
}

.fi-sidebar-header>div {
  width: 100%;
  display: flex;
  justify-content: center;
}

.fi-icon-btn-badge-ctn {
  background-color: rgb(255 255 255 / 0%) !important;
}

.custom-grid-cols {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}



.custom-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.custom-question-buttons-grid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 1rem;
}

.custom-test-type-buttons-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1rem;
}

.info-custom-font-size {
  font-size: 2.5rem;
}

.custom-margin-bottom {
  margin-bottom: 2rem;
}

.custom-font-weight {
  font-weight: bold;
}

.custom-title {
  font-size: 1.1rem;
  font-weight: 400;
}

.custom-sub-title {
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .custom-grid-cols {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

}

@media (max-width: 768px) {
  .custom-title {
    font-size: 0.9rem;
    font-weight: 600;
  }

  .custom-sub-title {
    font-size: 12px;
    font-weight: 400;
  }

  .info-custom-font-size {
    font-size: 1.6rem;
  }

  .custom-text-lg {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .custom-question-buttons-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1rem;
  }

  .custom-test-type-buttons-grid {
    display: grid;
    grid-template-columns: auto;
    gap: 1rem;
  }

  .custom-width {
    width: 95%;
  }

  .custom-margin-bottom {
    margin-bottom: 1rem;
  }

  .custom-font-weight {
    font-weight: 600;
  }

}