.stepper {
  background-color: #f5f6f7;
  padding: 0.5rem 1rem;
  border-radius: 50rem;
  font-size: 12px;
}
.stepper span.active {
  font-weight: bold;
  background-color: #f1f1f1;
  padding: 4px 10px;
  border-radius: 20px;
}
.summary-box {
  background-color: #ffc45a;
  padding: 20px;
}
.sticky {
  position: sticky;
  top: 20px;
  z-index: 100;
}
.qty-box {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}
.btn-qty {
  background-color: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0 0.5rem;
}
.btn-custom {
  background-color: #009ddc;
}
.no-underline {
  text-decoration: none;
}
.scroll-area {
  max-height: 55vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.5rem;
  padding-left: 0.3rem;
}
#card-element {
  min-height: 50px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
#card-errors {
  color: #e74c3c;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 5px;
}
#registrantTable thead th {
  font-weight: 500;
  border-bottom: none;
}
#registrantTable {
  border-collapse: separate !important;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
}
#registrantTable thead th:first-child {
  border-top-left-radius: 12px;
}
#registrantTable thead th:last-child {
  border-top-right-radius: 12px;
}
#registrantTable tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
#registrantTable tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.dataTables_length,
.dataTables_filter,
.dataTables_paginate,
.dataTables_info {
  display: none !important;
}
#registrantTable tfoot td {
  background-color: #e5e5e5;
}
.vertical-divider {
  width: 1px;
  height: 20px;
  background-color: #cecece;
  margin: 0 10px;
}
#transactionTable {
  border-collapse: separate !important;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
}

#transactionTable thead th {
  font-weight: 500;
  text-align: left;
  padding: 12px 8px;
  border-bottom: 1px solid #ddd;
}

#transactionTable thead th:first-child {
  border-top-left-radius: 12px;
}

#transactionTable thead th:last-child {
  border-top-right-radius: 12px;
}

#transactionTable tfoot td {
  background-color: #e5e5e5;
  padding: 12px 8px;
}

#transactionTable tfoot td:first-child {
  border-bottom-left-radius: 12px;
}

#transactionTable tfoot td:last-child {
  border-bottom-right-radius: 12px;
}

#transactionTable tbody td {
  padding: 12px 8px;
}

#transactionTable .text-end {
  text-align: right;
}

table.dataTable {
  font-size: 13px !important;
}

table.dataTable th,
table.dataTable td {
  font-size: 13px !important;
}
.custom-toast {
  border-radius: 8px;
  color: white;
}
#discountCode:focus {
  border-color: #6c757d;
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
}
/* Input Work Phone */
.phone-input-group {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.country-select {
    width: 60px;
    border: 1px solid #ced4da;
    border-right: none;
    border-radius: 0.25rem 0 0 0.25rem;
    height: 38px;
    background: white;
}
.country-select:focus {
    outline: none;
    border-color: #86b7fe;
    z-index: 2;
}
.phone-number-input {
    flex: 1;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
    height: 38px;
    padding: 0.375rem 0.75rem;
}
.phone-number-input:focus {
    outline: none;
    border-color: #86b7fe;
    z-index: 2;
}
.select2-container--default .select2-selection--single {
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    right: 0px;
}
.flag-icon {
    width: 24px;
    height: 24px;
}
.option-flag {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}
.option-flag-placeholder {
    width: 24px;
    height: 17px;
    vertical-align: middle;
    margin-right: 8px;
}
.input-group:has(.country-select:focus, .phone-number-input:focus) .country-select,
.input-group:has(.country-select:focus, .phone-number-input:focus) .phone-number-input {
    border-color: #cce7ff;
}
.select2-container {
    width: 60px !important;
}
.select2-dropdown {
    width: 300px !important;
}
.select2-results__option {
    white-space: nowrap;
    padding: 6px 12px;
}
.country-select,
#country-select,
.select2-container--default .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #ddd;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #ced4da;
}