.register-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #999;
}

.circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ccc;
    font-weight: 600;
}

.step.active .circle {
    background: #2c7da0;
    border-color: #2c7da0;
    color: white;
}

.line {
    width: 14rem;
    height: 2px;
    background: #ddd;
}

.line.active {
    background: #2c7da0;
}

.step.active .label {
    color: #2c7da0;
    font-weight: 600;
}

.btn-google {
    border: 1px solid #db4437;
}

.btn-facebook {
    border: 1px solid #3b5998;
}

.social-btn {
    width: 50%;
}

.social-btn:hover {
    background-color: white;
}

.form-container {
    padding: 2.5rem;
    max-height: 90vh;
    /* overflow-y: scroll; */
    position: relative;
    padding-top: 1rem;
}

.form-container2 {
    max-height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
    /* padding-bottom: 10px; */
    margin-bottom: 10px;
}

.form-container2.company {
    max-height: 55vh;
}

.form-sticky-section {
    padding-top: 10px;
}

.info-container {
    padding: 2.5rem 3rem;
}

.agreement {
    text-transform: none;
}

.or-container {
    margin: 35px auto;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .or-container {
        padding-top: 5px;
    }
}

@media (max-width: 480px) {
    .social-btn {
        width: 100%;
    }

    .social-btns {
        flex-direction: column;
    }

    .form-container,
    .info-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .form-container {
        max-height: 100vh;
    }

    .form-container2 {
        max-height: 37vh;
    }
}

button:disabled,
.register-btn:disabled,
.submit-btn:disabled {
    background-color: #ccc !important;
    /* faded gray */
    color: #666;
    border-color: #bbb;
    cursor: not-allowed;
    /* no pointer */
    opacity: 0.6;
    /* faded look */
    pointer-events: none;
    /* cannot click */
}

.btn:disabled {
    background-color: #adb5bd !important;
    border-color: #adb5bd !important;
    opacity: 0.6;
    cursor: not-allowed;
}

.agreement-checkbox {
    height: 20px;
    width: 20px;
}

.is-invalid {
    border-color: #dc3545;
}

.coupon-card {
    border: 1px solid #e3eaf3;
    border-radius: 14px;
    padding: 20px;
    background: linear-gradient(145deg, #f8fbff, #ffffff);
    box-shadow: 0 6px 18px rgba(44, 125, 160, 0.08);
    transition: all 0.3s ease;
}

.coupon-card:hover {
    box-shadow: 0 8px 24px rgba(44, 125, 160, 0.15);
}

.coupon-header h6 {
    color: #2c7da0;
}

.coupon-badge {
    background: #468faf;
    color: white;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
}

.coupon-input-group {
    /* border-radius: 10px; */
    overflow: hidden;
}

.coupon-input {
    /* border-right: none; */
    height: 45px;
}

.coupon-input:focus {
    /* box-shadow: none; */
    border-color: #2c7da0;
}

.coupon-apply-btn {
    background: linear-gradient(to right, #2c7da0, #468faf);
    color: white;
    /* border: none; */
    border: 1px solid #2c7da0;
    padding: 0 20px;
    font-weight: 600;
    transition: 0.3s ease;
}

.coupon-apply-btn:hover {
    opacity: 0.9;
    border: 1px solid #2c7da0;
    color: #2c7da0;
}

.coupon-feedback {
    font-size: 14px;
    font-weight: 500;
}

.coupon-success {
    color: #198754;
}

.coupon-error {
    color: #dc3545;
}

.common-btn2 {
    padding: 7px 16px;
    font-size: 14px;
}

.form-control {
    font-size: 14px;
}

/* Promo Compact Themed Design */

.promo-wrapper {
    background: linear-gradient(
        135deg,
        rgba(44, 125, 160, 0.06),
        rgba(70, 143, 175, 0.08)
    );
    border: 1px solid rgba(44, 125, 160, 0.2);
    border-radius: 10px;
    padding: 12px 14px;
    transition: 0.3s ease;
}

.promo-wrapper:hover {
    border-color: #2c7da0;
    box-shadow: 0 4px 12px rgba(44, 125, 160, 0.12);
}

.promo-label {
    font-size: 14px;
    font-weight: 600;
    color: #2c7da0;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.promo-input-group {
    /* border-radius: 8px; */
    overflow: hidden;
}

.promo-input {
    height: 38px;
    font-size: 14px;
    border-right: none;
}

.promo-input:focus {
    border-color: #2c7da0;
    box-shadow: none;
}

.promo-icon {
    background: linear-gradient(to right, #2c7da0, #468faf);
    color: white;
    border: none;
}

.section-title {
    font-size: 14px;
    font-weight: 600;
    color: #2c7da0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6edf3;
    padding-bottom: 6px;
}

.register-segment {
    display: flex;
    background: #f1f5f9;
    border-radius: 10px;
    padding: 4px;
}

.register-segment .segment {
    flex: 1;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-weight: 500;
    color: #666;
    transition: 0.3s;
}

.register-segment .segment.active {
    background: #fff;
    color: #2c7da0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.is-invalid + .select2-container .select2-selection--multiple {
    border: 1px solid #dc3545 !important;
}

.register-segment .segment.disabled {
    background: transparent;
    color: #b0b7c3;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}

.register-segment .segment:not(.disabled):hover {
    background: #e9eef3;
    color: #2c7da0;
}

.coupon-apply-btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.coupon-apply-btn:hover {
    color: #2c7da0;
    border-color: #2c7da0;
    background: #fff;
}

.back-btn {
    border-radius: 4px;
}
