.phone-wrap {
    border-bottom: 1.5px solid rgba(27, 77, 110, 0.15);
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 52px;
}

.countrySelect {
    border: none;
    max-width: 100px;
    padding: 14px 10px;

    font-size: 15px;
    cursor: pointer;
}

.phoneInput {
    border-radius: 0px;
    border: none !important;
    padding: 14px 10px !important;
    font-size: 15px !important;
    width: 100%;

    outline: none !important;
}

.phone-wrap:has(.invalid) .countrySelect {
    background-color: #fff5f1 !important;
}

.phone-wrap:has(.invalid),
input.invalid ,
select.invalid ,
textarea.invalid  {
    border-color: #fe736a !important;
    background-color: #fff5f1 !important;
}

.invalid .countrySelect {
    background-color: #ffe4da !important;
}

.ah-btn:disabled {
    background: gray !important;
    color: #000 !important;
    cursor: not-allowed !important;
}