.installment-table-div table {
  width: 100%;
  text-align: center;
}

.installment-table-div label {
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
}

.installment-table-div table tr td {
  border-top: 1px solid #e5e5e5;
}

.installment-table-div table tr th {
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
}

.installment-table-div > span {
  font-size: 1.3rem;
  margin-top: 10px;
}

.installment-table-div table thead tr th:first-child,
.installment-table-div table tbody tr td:first-child {
  width: 5px;
  padding-right: 10px;
  min-width: 5px !important;
  vertical-align: middle;
}

/* Blocks checkout loader (jQuery-free) */
#toslaisim-checkout-loader {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.65);
  z-index: 99999;
}

#toslaisim-checkout-loader.is-active {
  display: flex;
}

.toslaisim-checkout-spinner {
  width: 42px;
  height: 42px;
  border: 4px solid rgba(0, 0, 0, 0.15);
  border-top-color: #111;
  border-radius: 50%;
  animation: toslaisim-spin 0.8s linear infinite;
}

@keyframes toslaisim-spin {
  to { transform: rotate(360deg); }
}
