.small-notice {
    background-color: #f7f7f7;
}

.small-notice i {
    font-size: 18px;
    position: relative;
    top: 4px;
}

.personal-advantages img {
    max-height: 60px;
    max-width: 60px;
}

.approved-phone {
    background-color: #ebf2e5 !important;
    border-color: #4a7c20 !important;
}

.rejected-phone {
    background-color: #f8e6e9 !important;
    border-color: #ba7b84 !important;
}

.phone-validation-error {
    color: #c75050;
    font-size: 14px;
}

.register-area input {
    color: #707070 !important;
}

.register-area input::-webkit-input-placeholder,
.register-area input::-moz-placeholder,
.register-area input::placeholder {
    color: #BCBDC3 !important;
}



/* start new css  */

.registration-card {
    width: 500px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 34px 114px rgba(0, 0, 0, 0.08);
    padding: 40px;
    display: flex;
    margin: auto;
    flex-direction: column;
}

.welcome-title {
    font-size: 24px;
    font-family: 'Cairo';
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    color: #1c2634;
    margin-bottom: 8px;
}

.welcome-subtitle {
    font-size: 14px;
    font-family: 'Cairo';
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: #1c2634;
    margin-bottom: 32px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label {
    font-size: 12px;
    font-family: 'Cairo';
    font-weight: 500;    
    text-align: right;
    color: #a0a6bd;
    margin: 0px !important;
}

.form-input {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #a0a6bd;
    border-radius: 15px;
    padding: 0 20px;
    font-size: 12px;
    font-family: 'Cairo';
    font-weight: 500;
    color: #5e688f;
    text-align: right;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-input:focus {
    border-color: #0062ff;
}

.form-input::placeholder {
    color: #5e688f;
    text-align: right;
}

.phone-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.phone-label-left {
    font-size: 12px;
    font-family: 'Cairo';
    font-weight: 600;
    line-height: 23px;
    color: #0062ff;
    cursor: pointer;
}

.phone-label-right {
    font-size: 12px;
    font-family: 'Cairo';
    font-weight: 500;    
    color: #a0a6bd;
}

.c-checkbox {
    font-size: 12px;
    font-family: 'Cairo';
    font-weight: 500;
    line-height: 23px;
    color: #a0a6bd;
}

.phone-input-container {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #a0a6bd;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 12px;
    margin-bottom: 1rem;
}

.country-picker {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 4px;
}

.country-flag {
    width: 28px;
    height: 18px;
    border-radius: 2px;
}

.country-dropdown {
    width: 12px;
    height: 5px;
}

.phone-divider {
    width: 1px;
    height: 44px;
    background-color: #dddddd;
}

.phone-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 12px;
    font-family: 'Cairo';
    font-weight: 500;
    color: #5e688f;
    text-align: right;
    background: transparent;
}

.phone-input::placeholder {
    color: #5e688f;
    text-align: right;
}

.password-container {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #a0a6bd;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 12px;
}

.password-toggle {
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.password-toggle:hover {
    opacity: 1;
}

.password-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    font-family: 'Cairo';
    font-weight: 500;
    color: #090909;
    text-align: right;
    background: transparent;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
}

.checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.checkbox-label {
    font-size: 12px;
    font-family: 'Cairo';
    font-weight: 600;
    line-height: 18px;
    color: #1a1c1e;
    cursor: pointer;
}


.divider-text {
    font-size: 12px;
    font-family: 'Cairo';
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding: 0 10px;
}

.google-button {
    width: 100%;
    height: 48px;
    background-color: transparent;
    border: 1px solid #5e688f;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 16px;
}

.google-button:hover {
    background-color: #f8f9fa;
    border-color: #0062ff;
}

.google-icon {
    width: 24px;
    height: 24px;
}

.google-text {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 24px;
    color: #5a5a5a;
}

.register-button {
    width: 100%;
    height: 48px;
    background-color: #0062ff;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Cairo';
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 16px;
}

.register-button:hover {
    background-color: #0052cc;
}

.register-button:disabled {
    background-color: #a0a6bd;
    cursor: not-allowed;
}

.login-link{
    text-align: center;
}


/* Responsive styles for mobile */
@media (max-width: 600px) {
    .registration-card {
        width: 100%;
        background-color: #ffffff;
        border-radius: 16px;
        box-shadow: 0px 34px 114px rgba(0, 0, 0, 0.08);
        padding: 40px;
        display: flex;
        margin: auto;
        flex-direction: column;
    }
}
/* end new css */