.phone-number-form-container {
    margin-right: 32px;
    max-width: 384px;
    width: 100%;
    position: relative;
    border-radius: 4px;
    border: solid 1px #eef0f2;
    background-color: #ffffff;
}
.phone-number-form-container form {
    display: flex;
}
.phone-number-form-container .phone-input {
    line-height: 56px;
    font-size: 16px;
    font-weight: 500;
    color: var(--midi-black);
    font-family: var(--global-font);
    border: none;
    outline: none;
}
.call-red-btn {
    position: absolute;
    right: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #bd3c38;
    background-color: var(--mainred);
    border: none;
    outline: none;
    line-height: 50px;
    top: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 29px;
    cursor: pointer;
    font-family: var(--global-font);
    z-index: 1;
}
.iti__selected-flag {
    outline: none;
}
.phone-number-form-placeholder {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    line-height: 58px;
    color: #0d151fab;
    font-family: var(--global-font);
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    min-width: 231px;
}
.phone-number-form-placeholder .iti__selected-flag {
    padding: 0 10px 0 8px;
}
.iti.iti--allow-dropdown {
    background-color: white;
    z-index: 1;
}
@media (max-width: 1150px) {
    .phone-number-form-container {
        margin: auto;
    }
    #phone-number-form {
        min-width: 340px;
    }
}
