.phone-wrap {
    display: flex;
    width: 100%;
    overflow: hidden;
    border: none !important;
}

.countrySelect {
    background: #161d27 !important;
    border: none;
    max-width: 100px;
    padding: 10px;

    font-size: 14px;
    cursor: pointer;
    margin: 0 !important;
}

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

    outline: none !important;
}

input.invalid,
select.invalid,
textarea.invalid {
    box-shadow: 0 0 1px 1px #fe736a;
}

.phone-wrap:has(.invalid) {
    box-shadow: 0 0 1px 1px #fe736a;
}

.phone-wrap:has(.invalid) input {
    box-shadow: none !important;
}

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

button:disabled {
    background: gray !important;
    cursor: not-allowed !important;
}

.theme5 .agile-group {
    margin: 0;
}