.radio-custom-button {
    border-radius: 8px;
    border: 1px solid #EBEDF0;
    padding: 12px 16px;
    display: flex;
    cursor: pointer;
}

.radio-input-custom:checked+.radio-custom-button {
    border: 1px solid #D72F59;
    background: rgba(215, 47, 89, 0.04);
}

.auth-custom-panel-body-container {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #EEF0F5;
}

.auth-custom-panel-body {
    max-width: 558px;
    padding: 24px 32px;
    background: white;
    border-radius: 12px;
    border: 1px solid rgba(19, 35, 65, 0.06);
    box-shadow: 0px 8px 24px -4px rgba(19, 35, 65, 0.04);
}

.radio-custom-button-text {
    margin-left: 10px;
}

.radio-custom-button-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.048px;
}

.auth-custom-panel-body-label {
    padding-bottom: 10px;
    padding-top: 10px;
}

.checkbox-custom-icon {
    display: flex;
    min-width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #D72F59;
}

.checkbox-custom-icon svg {
    display: none;
}

.radio-input-custom:checked+.radio-custom-button .checkbox-custom-icon {
    background: #D72F59;
}

.radio-input-custom:checked+.radio-custom-button .checkbox-custom-icon svg {
    display: block;
}

.auth-custom-panel-body-line {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.auth-custom-panel-body-line::before {
    content: '';
    height: 1px;
    flex-grow: 1;
    background: #D7DBE0;
    margin-right: 10px;
}

.auth-custom-panel-body-line::after {
    content: '';
    height: 1px;
    flex-grow: 1;
    background: #D7DBE0;
    margin-left: 10px;
}

.radio-custom-icon {
    display: flex;
    min-width: 16px;
    min-height: 16px;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #D72F59;
}

.radio-input-custom:checked+.radio-custom-button .radio-custom-icon {
    background: #D72F59;
}

.radio-input-custom:checked+.radio-custom-button .radio-custom-icon::after {
    content: '';
    background: white;
    width: 9px;
    height: 9px;
    min-width: 9px;
    min-height: 9px;
    border-radius: 50px;
}

.custom-btn-auth {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    align-self: stretch;
    border-radius: 8px;
    border: 0;
    background: #D72F59;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}

.custom-btn-auth-white {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #000;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.custom-button {
    border-radius: 8px;
    border: 1px solid #EBEDF0;
    padding: 12px 16px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.auth-custom-panel-body-row {
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}


.auth-custom-panel-body-line-remember {
    display: flex;
    padding: 0 0 20px 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.auth-custom-panel-body-line-single-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
}

.auth-custom-panel-body-line-single-sm::before,
.auth-custom-panel-body-line-single-sm::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #D7DBE0;
    max-width: 15%;
}

.auth-custom-panel-body-line-single-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    width: 100%;
}

.auth-custom-panel-body-line-single-bg::before,
.auth-custom-panel-body-line-single-bg::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #D7DBE0;
}

.forgot-password {
    text-align: end;
}

.form-header-custom {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.small-subtext-label {
    color: #5E6573;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.036px;
}

.middle-subtext-label {
    color: #5E6573;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.036px;
}

.big-subtext-label {
    color: #5E6573;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.036px;
}

.icon-background {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 50%;
    background: rgba(50, 213, 131, 0.10);
    width: 54px;
    height: 54px;
}

.auth-custom-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    text-align: left;
}

.auth-custom-input {
    display: flex;
    padding: 10px;
    align-items: center;
    align-self: stretch;
}

.signup-tabs .form-group {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
}

.signup-tabs .form-group>label {
    align-self: flex-start;
    margin-bottom: 5px;
}

.signup-tabs .form-group>.form-control,
.signup-tabs .form-group>.select2-container {
    width: 100%;
    max-width: 400px;
}

.signup-tabs .panel-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 1024px) {
    .modal-auth-custom {
        width: 25% !important;
    }
}

.auth-custom-address-label {
    padding: 12px;
    display: flex;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: var(--Bg-Surface-Secondary, #F7F8FA);
}

.auth-custom-hint-label {
    display: flex;
    padding: 12px;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    padding: 12px;
    border-radius: 8px;
    background: var(--Bg-Surface-Secondary, #F7F8FA);
}

.auth-custom-hint-logo {
    display: flex;
    padding-top: 2px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.d-flex {
    display: flex;
}

.no-wrap {
    white-space: nowrap;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}

.auth-custom-logo {
    position: fixed;
    z-index: 101;
    max-height: 70px;
    max-width: 177px;
}

.justify-items-center {
    justify-items: center;
}

.custom-auth-dropdown {
    position: relative;
    display: inline-block;
    z-index: 101;
}

.custom-auth-dropdown-toggle {
    background: none;
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
}

.custom-auth-dropdown-toggle .auth-icon {
    width: 20px;
    height: 20px;
}

.custom-auth-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 240px;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
}

.justify-content-end {
    justify-content: end;
}

.custom-auth-dropdown.open .custom-auth-dropdown-menu {
    display: block;
}

.custom-auth-dropdown-item {
    padding: 6px 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: background 0.2s ease;
}

.custom-auth-dropdown-item:hover {
    background-color: #f0f0f0;
}

.custom-auth-dropdown-item .auth-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.auth-schedule {
    font-weight: bold;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: background 0.2s ease;
}

.auth-call-request {
    font-weight: bold;
    color: #0066cc;
}