.question {
  margin-bottom: 0;
}
.question h2 {
  font-size: 16px;
  color: #1f2937;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 24px;
}
.options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.options .option {
  flex: 1 1 calc(50% - 15px);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #d1d5db;
  border-radius: 15px !important;
  cursor: pointer;
  transition: background 0.3s;
  min-width: 45%;
  margin-bottom: 12px;
  color: #05113a;
  font-size: 15px;
}

.countdown-clock {
  position: fixed !important;
  z-index: 9995;
  right: 25px;
  top: 68px;
  border-radius: 10px !important;
  /* background-color: rgba(217, 237, 247, 0.8) !important; */
  max-width: 280px;
}

.table-bordered td {
  vertical-align: middle;
}

table.cell-border td,
table.cell-border th {
  border-left: 1px solid #eceef2 !important;
  border-right: 1px solid #eceef2 !important;
}

.custom-table.table > :not(caption) > * > * {
  background-color: unset;
}

.table thead th {
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
}

.btn-table-custom.btn-table-info {
  background-image: unset !important;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  color: var(--bs-btn-color);
  font-weight: 600;
}

.btn-table-custom.btn-table-success {
  background-image: unset !important;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  color: var(--bs-btn-color);
  font-weight: 600;
}

.dt-buttons{
  margin-bottom: 12px;
}

.inputs-custom input {
    width: 50px;
    height: 50px
}

.otp-block{
  width: 50%;
  margin: 0 auto;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before{
  top: 50% !important;
  transform: translateY(-50%) !important;
  background-color: #605DFF !important;
}

.custom-table.dataTable {
    width: 100% !important;
}

table.dataTable {
    width: 100% !important;
}

@media (max-width: 768px) {
  .countdown-clock {
    bottom: 5px;
    top: unset;
    right: 10px;
  }

  .otp-block{
    width: 100%;
  }
}

@media (max-width: 576px) {
  .congratulations.position-absolute{
    display: none;
  }

  .inputs-custom input{
    width: 45px;
    height: 45px;
  }
}