.abt-modern-form-page {
    --abt-blue: #191d9e;
    --abt-blue-dark: #141781;
    --abt-blue-soft: #eef0fb;
    --abt-green: #007a36;
    --abt-green-dark: #00652d;
    --abt-red: #b42318;
    --abt-red-soft: #fef3f2;
    --abt-ink: #1f2937;
    --abt-muted: #667085;
    --abt-border: #d0d5dd;
    --abt-border-strong: #7a8699;
    background: #f7f9fc;
    color: var(--abt-ink);
    font-family: Poppins, "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 24px 0 48px;
}

.abt-modern-form-page *,
.abt-modern-form-page *::before,
.abt-modern-form-page *::after {
    box-sizing: border-box;
}

.abt-modern-form-page .abt-form-container,
#sb-site .abt-modern-form-page .abt-form-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 848px;
    padding: 0 16px;
}

.abt-modern-form-page .abt-form-breadcrumb {
    background: transparent;
    font-size: 13px;
    margin: 0 0 16px;
    padding: 0;
}

.abt-modern-form-page .abt-form-breadcrumb a {
    color: var(--abt-blue);
    display: inline-flex;
    min-height: 44px;
    align-items: center;
}

.abt-modern-form-page .abt-form-header {
    margin-bottom: 24px;
}

.abt-modern-form-page .abt-form-logo {
    background: #fff;
    display: block;
    height: 66px;
    margin: 0 auto 12px;
    object-fit: cover;
    object-position: center;
    width: 140px;
}

.abt-modern-form-page .abt-form-title {
    border: 0;
    color: var(--abt-blue);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.22;
    margin: 0 0 8px;
    padding: 0;
    text-transform: none;
}

.abt-modern-form-page .abt-form-intro {
    margin: 0 0 12px;
}

.abt-modern-form-page .abt-form-required-note,
.abt-modern-form-page .abt-form-help,
.abt-modern-form-page .help-block {
    color: var(--abt-muted);
    font-size: 14px;
    line-height: 1.43;
}

.abt-modern-form-page .abt-form-required-note {
    margin: 0;
}

.abt-modern-form-page .text-danger {
    color: var(--abt-red);
}

.abt-modern-form-page .abt-form-status .alert {
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.43;
    margin: 0 0 20px;
    padding: 16px;
}

.abt-modern-form-page .abt-form-status .alert-danger {
    background: var(--abt-red-soft);
    border: 1px solid var(--abt-red);
    color: var(--abt-red);
}

.abt-modern-form-page .abt-form-status .alert-info,
.abt-modern-form-page .abt-form-status .alert-warning {
    background: var(--abt-blue-soft);
    border: 1px solid var(--abt-blue);
    color: var(--abt-blue-dark);
}

.abt-modern-form-page .abt-form-status .alert-success {
    background: #eaf7ef;
    border: 1px solid var(--abt-green);
    color: var(--abt-green);
}

.abt-modern-form-page .abt-form-status .alert ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.abt-modern-form-page .abt-error-summary h2 {
    color: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 8px;
}

.abt-modern-form-page .abt-error-summary a {
    color: var(--abt-red);
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 0;
    text-decoration: underline;
}

.abt-modern-form-page .abt-modern-form {
    margin: 0;
}

.abt-modern-form-page .abt-form-section {
    background: #fff;
    border: 1px solid var(--abt-border);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(31, 41, 55, 0.06);
    margin-bottom: 12px;
    overflow: hidden;
}

.abt-modern-form-page .abt-section-toggle {
    align-items: center;
    background: #fff;
    border: 0;
    color: var(--abt-ink);
    cursor: pointer;
    display: flex;
    font: inherit;
    font-weight: 600;
    gap: 12px;
    min-height: 56px;
    padding: 12px 16px;
    text-align: left;
    width: 100%;
}

.abt-modern-form-page .abt-section-number {
    align-items: center;
    background: var(--abt-blue);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 22px;
    font-size: 12px;
    font-weight: 600;
    height: 22px;
    justify-content: center;
    line-height: 1;
    width: 22px;
}

.abt-modern-form-page .abt-section-title {
    flex: 1 1 auto;
}

.abt-modern-form-page .abt-section-icon {
    color: var(--abt-blue);
    display: inline-block;
    font-size: 14px;
    transition: transform 160ms ease-out;
}

.abt-modern-form-page .abt-section-body {
    border-top: 1px solid var(--abt-border);
    padding: 16px;
}

.abt-modern-form-page.abt-form--enhanced .abt-form-section.is-collapsed .abt-section-body {
    display: none;
}

.abt-modern-form-page.abt-form--enhanced .abt-form-section.is-collapsed .abt-section-icon {
    transform: rotate(-90deg);
}

.abt-modern-form-page .abt-section-description {
    color: var(--abt-muted);
    font-size: 14px;
    margin: 0 0 16px;
}

.abt-modern-form-page .abt-modern-form .form-group {
    margin: 0 0 16px;
}

.abt-modern-form-page .abt-modern-form .form-group:last-child {
    margin-bottom: 0;
}

.abt-modern-form-page .abt-modern-form .form-group > [class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.abt-modern-form-page .abt-modern-form .form-group > .control-label[class*="col-"] {
    margin-left: 0;
}

.abt-modern-form-page .abt-modern-form .control-label,
.abt-modern-form-page .abt-field-label {
    color: var(--abt-ink);
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    margin-bottom: 6px;
    padding-top: 0;
    text-align: left;
}

.abt-modern-form-page .abt-modern-form .form-control {
    border: 1px solid var(--abt-border-strong);
    border-radius: 10px;
    box-shadow: none;
    color: var(--abt-ink);
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    padding: 11px 14px;
    width: 100%;
}

.abt-modern-form-page .abt-modern-form textarea.form-control {
    height: auto;
    min-height: 120px;
    resize: vertical;
}

.abt-modern-form-page .abt-modern-form .abt-calendar-input {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23191d9e'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 2v4m8-4v4M3 10h18M5 4h14a2 2 0 012 2v14a2 2 0 01-2 2H5a2 2 0 01-2-2V6a2 2 0 012-2z'/%3E%3C/svg%3E");
    background-position: right 14px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    padding-right: 48px;
}

.abt-modern-form-page .abt-modern-form .form-control:focus,
.abt-modern-form-page .abt-modern-form button:focus,
.abt-modern-form-page .abt-modern-form a:focus,
.abt-modern-form-page .abt-form-breadcrumb a:focus,
.abt-modern-form-page .abt-form-status .close:focus {
    border-color: var(--abt-blue);
    box-shadow: none;
    outline: 3px solid var(--abt-blue);
    outline-offset: 2px;
}

.abt-modern-form-page .abt-modern-form .has-error .form-control,
.abt-modern-form-page .abt-modern-form .form-control[aria-invalid="true"] {
    border: 2px solid var(--abt-red);
}

.abt-modern-form-page .abt-modern-form .abt-calculated-input[readonly] {
    background-color: var(--abt-blue-soft);
    color: var(--abt-ink);
    cursor: default;
}

.abt-modern-form-page .abt-inline-error {
    color: var(--abt-red);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    margin: 4px 0 0;
}

.abt-modern-form-page .abt-inline-error .fa {
    margin-right: 4px;
}

.abt-modern-form-page .abt-modern-form .input-group-addon {
    background: var(--abt-blue-soft);
    border: 1px solid var(--abt-border-strong);
    border-radius: 10px 0 0 10px;
    color: var(--abt-ink);
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
}

.abt-modern-form-page .abt-modern-form .input-group .form-control {
    border-radius: 0 10px 10px 0;
}

.abt-modern-form-page .abt-modern-form .abt-currency-addon {
    background: transparent;
    border: 0;
    padding: 0;
}

.abt-modern-form-page .abt-modern-form .abt-currency-select {
    background-color: var(--abt-blue-soft);
    border: 1px solid var(--abt-border-strong);
    border-radius: 10px 0 0 10px;
    color: var(--abt-ink);
    font-size: 16px;
    height: 48px;
    min-width: 92px;
    padding: 0 12px;
}

.abt-modern-form-page .abt-modern-form .abt-currency-select:focus {
    border-color: var(--abt-blue);
    outline: 3px solid var(--abt-blue);
    outline-offset: 2px;
    position: relative;
    z-index: 3;
}

.abt-modern-form-page .abt-modern-form .has-error .abt-currency-select,
.abt-modern-form-page .abt-modern-form .abt-currency-select[aria-invalid="true"] {
    border: 2px solid var(--abt-red);
}

.abt-modern-form-page .abt-field-row {
    margin: 0 -8px 16px;
}

.abt-modern-form-page .abt-field-row:last-child {
    margin-bottom: 0;
}

.abt-modern-form-page .abt-field-col {
    padding-left: 8px;
    padding-right: 8px;
}

.abt-modern-form-page .abt-tour-card {
    background: #fff;
    border: 1px solid var(--abt-border);
    border-radius: 10px;
    box-shadow: none;
    margin: 0 0 12px;
    padding: 16px;
    position: relative;
}

.abt-modern-form-page .abt-tour-card-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    min-height: 44px;
}

.abt-modern-form-page .abt-tour-card-title {
    color: var(--abt-ink);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.abt-modern-form-page .remove-tour {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: var(--abt-red);
    display: inline-flex;
    font-size: 14px;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 8px;
}

.abt-modern-form-page .remove-tour[hidden] {
    display: none;
}

.abt-modern-form-page .moreInfoContainer {
    padding-top: 4px;
}

.abt-modern-form-page .moreInfoContainer a {
    color: var(--abt-blue);
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    text-decoration: underline;
}

.abt-modern-form-page .abt-add-tour {
    align-items: center;
    background: #fff;
    border: 1px solid var(--abt-blue);
    border-radius: 8px;
    color: var(--abt-blue);
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    min-height: 48px;
    padding: 11px 20px;
    width: 100%;
}

.abt-modern-form-page .abt-add-tour:hover,
.abt-modern-form-page .abt-add-tour:active {
    background: var(--abt-blue-soft);
    color: var(--abt-blue-dark);
    text-decoration: none;
}

.abt-modern-form-page .abt-checkbox-list label {
    align-items: flex-start;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 12px;
    line-height: 1.43;
    margin: 0;
    min-height: 44px;
    padding: 10px 0;
}

.abt-modern-form-page .abt-checkbox-list input[type="checkbox"] {
    flex: 0 0 auto;
    height: 20px;
    margin: 0;
    width: 20px;
}

.abt-modern-form-page .abt-review {
    background: #fff;
    border: 1px solid var(--abt-border);
    border-radius: 12px;
    margin: 16px 0 12px;
    padding: 16px;
}

.abt-modern-form-page .abt-review-title {
    color: var(--abt-blue);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 12px;
    text-transform: none;
}

.abt-modern-form-page .abt-review-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.abt-modern-form-page .abt-review-list li {
    border-top: 1px solid var(--abt-border);
    font-size: 14px;
    line-height: 1.43;
    padding: 12px 0;
}

.abt-modern-form-page .abt-review-list li:first-child {
    border-top: 0;
    padding-top: 0;
}

.abt-modern-form-page .abt-review-list li:last-child {
    padding-bottom: 0;
}

.abt-modern-form-page .abt-review-empty {
    color: var(--abt-muted);
    font-size: 14px;
    margin: 0;
}

.abt-modern-form-page .abt-submit-row {
    margin-top: 12px;
}

.abt-modern-form-page .abt-primary-action {
    background: var(--abt-green);
    border: 1px solid var(--abt-green);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    min-height: 52px;
    padding: 12px 20px;
    width: 100%;
}

.abt-modern-form-page .abt-primary-action:hover,
.abt-modern-form-page .abt-primary-action:active {
    background: var(--abt-green-dark);
    border-color: var(--abt-green-dark);
    color: #fff;
}

.abt-modern-form-page .abt-primary-action[disabled] {
    background: var(--abt-green);
    border-color: var(--abt-green);
    color: #fff;
    cursor: wait;
}

.abt-modern-form-page .abt-submit-spinner {
    animation: abt-form-spin 700ms linear infinite;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    border-top-color: #fff;
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    vertical-align: -2px;
    width: 16px;
}

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

.abt-modern-form-page .abt-live-region {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
}

.abt-modern-form-page .abt-secondary-action {
    align-items: center;
    background: #fff;
    border: 1px solid var(--abt-blue);
    border-radius: 8px;
    color: var(--abt-blue);
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    min-height: 48px;
    padding: 11px 20px;
    text-align: center;
}

.abt-modern-form-page .abt-secondary-action:hover,
.abt-modern-form-page .abt-secondary-action:active {
    background: var(--abt-blue-soft);
    color: var(--abt-blue-dark);
    text-decoration: none;
}

.abt-modern-form-page .abt-mice-promo {
    align-items: flex-start;
    background: var(--abt-blue);
    border-radius: 12px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
    padding: 20px;
}

.abt-modern-form-page .abt-mice-promo h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px;
    text-transform: none;
}

.abt-modern-form-page .abt-mice-promo p {
    margin: 0;
}

.abt-modern-form-page .abt-quantity-container,
.abt-modern-form-page .quantity-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.abt-modern-form-page .abt-quantity-control,
.abt-modern-form-page .quantity-container .input-group {
    display: flex;
    width: 100%;
}

.abt-modern-form-page .abt-quantity-control .btn,
.abt-modern-form-page .quantity-container .btn {
    align-items: center;
    background: #fff;
    border: 1px solid var(--abt-border-strong);
    color: var(--abt-blue);
    display: inline-flex;
    font-size: 20px;
    height: 48px;
    justify-content: center;
    min-width: 48px;
    padding: 0;
}

.abt-modern-form-page .abt-quantity-control .form-control,
.abt-modern-form-page .quantity-container .form-control {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    max-width: 72px;
    width: 72px !important;
    text-align: center;
}

.abt-modern-form-page .abt-quantity-control .btn:first-child,
.abt-modern-form-page .quantity-container .btn-minus {
    border-radius: 10px 0 0 10px;
}

.abt-modern-form-page .abt-quantity-control .btn:last-child,
.abt-modern-form-page .quantity-container .btn-plus {
    border-radius: 0 10px 10px 0;
}

.abt-modern-form-page .intl-tel-input,
.abt-modern-form-page .select2-container {
    width: 100% !important;
}

.abt-modern-form-page .abt-package-option {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 10px;
    line-height: 1.4;
    margin: 0;
    min-height: 44px;
    padding: 8px 0;
}

.abt-modern-form-page .abt-package-option input[type="radio"] {
    flex: 0 0 20px;
    height: 20px;
    margin: 0;
    width: 20px;
}

.abt-modern-form-page .intl-tel-input input {
    height: 48px;
}

.abt-modern-form-page .intl-tel-input .selected-flag {
    height: 46px;
    top: 1px;
}

.abt-tour-contact-dropdown .country-list {
    border: 1px solid #7a8699;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
    max-width: min(360px, calc(100vw - 32px));
    overflow-x: hidden;
    white-space: normal;
    z-index: 20;
}

.abt-tour-contact-dropdown .country-list .country {
    min-height: 44px;
    padding: 10px 12px;
}

.abt-modern-form-page .select2-container .select2-selection--single {
    border: 1px solid var(--abt-border-strong);
    border-radius: 10px;
    height: 48px;
}

.abt-modern-form-page .select2-container .select2-selection--single .select2-selection__rendered,
.abt-modern-form-page .select2-container .select2-selection--single .select2-selection__arrow {
    height: 46px;
    line-height: 46px;
}

.abt-modern-form-page .select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--abt-ink);
    padding-left: 16px;
    padding-right: 42px;
}

.abt-modern-form-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--abt-muted);
}

.abt-modern-form-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
}

.abt-modern-form-page .select2-container--default.select2-container--focus .select2-selection--single,
.abt-modern-form-page .select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--abt-blue);
    box-shadow: 0 0 0 3px rgba(25, 29, 158, 0.16);
    outline: 0;
}

.abt-modern-form-page .has-error .select2-container .select2-selection--single {
    border-color: var(--abt-red);
}

.abt-tour-code-dropdown .select2-dropdown {
    border: 1px solid #7a8699;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
    overflow: hidden;
}

.abt-tour-code-dropdown .select2-search--dropdown {
    padding: 10px;
}

.abt-tour-code-dropdown.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #7a8699;
    border-radius: 8px;
    font-size: 16px;
    height: 44px;
    padding: 8px 12px;
}

.abt-tour-code-dropdown.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #191d9e;
    box-shadow: 0 0 0 3px rgba(25, 29, 158, 0.16);
    outline: 0;
}

.abt-tour-code-dropdown .select2-results__option {
    line-height: 1.4;
    padding: 10px 12px;
}

.abt-tour-code-dropdown.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #191d9e;
}

.abt-modern-form-page .tour-placeholder {
    display: none;
}

@media (max-width: 767px) {
    .abt-modern-form-page .abt-form-breadcrumb {
        display: none;
    }

    .abt-modern-form-page .abt-field-col + .abt-field-col {
        margin-top: 16px;
    }
}

@media (min-width: 768px) {
    .abt-modern-form-page {
        padding: 32px 0 64px;
    }

    .abt-modern-form-page .abt-form-container,
    #sb-site .abt-modern-form-page .abt-form-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .abt-modern-form-page .abt-form-logo {
        height: 70px;
        margin-left: 0;
        width: 150px;
    }

    .abt-modern-form-page .abt-form-title {
        font-size: 36px;
        line-height: 1.22;
    }

    .abt-modern-form-page .abt-form-section {
        margin-bottom: 16px;
    }

    .abt-modern-form-page .abt-section-toggle {
        padding: 12px 24px;
    }

    .abt-modern-form-page .abt-section-body {
        padding: 24px;
    }

    .abt-modern-form-page .abt-modern-form .form-group {
        margin: 0 0 20px;
    }

    .abt-modern-form-page .abt-field-row {
        margin-bottom: 20px;
    }

    .abt-modern-form-page .abt-field-row:last-child {
        margin-bottom: 0;
    }

    .abt-modern-form-page .abt-field-row .control-label,
    .abt-modern-form-page .abt-field-row .abt-field-label {
        min-height: 24px;
    }

    .abt-modern-form-page .abt-review {
        padding: 20px;
    }

    .abt-modern-form-page .abt-add-tour {
        width: auto;
    }

    .abt-modern-form-page .abt-primary-action {
        display: block;
        margin-left: auto;
        min-width: 260px;
        width: auto;
    }

    .abt-modern-form-page .abt-mice-promo {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .abt-modern-form-page .abt-quantity-container,
    .abt-modern-form-page .quantity-container {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .abt-modern-form-page .abt-quantity-control,
    .abt-modern-form-page .quantity-container .input-group {
        flex: 0 0 auto;
        width: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .abt-modern-form-page *,
    .abt-modern-form-page *::before,
    .abt-modern-form-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
