.contact-name {
    font-weight: 500;
    font-size: 12px;
    color:#1E293B;
    cursor: pointer;
    margin-bottom: 4px;
}

.contact-name-box {
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    font-size: 14px;
    padding: 10px 12px;
}

.contact-page-mandatory {
    color: #EF4444;
}

.form-select {
    font-weight: 400;
    font-size: 14px;
    padding: 10px 12px;
    color: #475569;
    width: 100%;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
}

input::placeholder , textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #A9A9A9;
}

.alternative-ways {
    padding: 0 150px;
}

