.custom-select {
    position: relative;
    width: 60px;
    height: 45px;

}
.custom-select select {
    display: none;
}
.custom-select .selected {
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 45px;
    background-color: #F7F7F7;
}
.custom-options {
    display: none;
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    z-index: 1;
}
.custom-options div {
    border: 1px solid #ccc;
    background-color: #fff;
}
.signup-phone-field{
    width: 330px!important;
    height: 45px!important;
    border-radius: 0!important;
}
.error-phone-block{
    left:0px!important;
}
.hint-phone-block{
    color: #7d7d7d;
    font-family: 'DINPro' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16px!important;
    font-style: normal!important;
    position: absolute!important;
    left: 0px!important;
    top: 50px;
    display: inline-block;
}

.countries-field{
    height: 50px !important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    padding-bottom: -15px!important;
}
.phone-label {
    padding-left: 0px!important;
}
.update .custom-select{
    position: relative;
    width: 40px!important;
    height: 30px!important;
}

.custom-select img{
    height: auto!important;
    width: auto!important;
}
.update .custom-select .selected {
    display: flex;
    align-items: center;
    padding: 2px;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 35px;
    background-color: #F7F7F7;
}
.update-phone{
    float: right;
    margin-left: 20px!important;
    width: 330px!important;
}
.update-phone-field
@media (max-width: 1200px) {
    .signup-phone-field{
        width: 250px!important;
        height: 45px!important;
        border-radius: 0!important;
        margin-left: 0px!important;
    }
    .hint-phone-block{
        color: #7d7d7d;
        font-family: 'DINPro' ;
        font-size: 11px !important;
        font-weight: 400 !important;
        line-height: 16px!important;
        font-style: normal!important;
        position: absolute!important;
        left: inherit ;
        top: 50px !important;
        display: inline-block ;
        width:250px!important;
    }
    .update-phone{
        float: none;
        margin-left: 20px!important;
        width: auto!important;
    }
}

@media (max-width: 750px) {
    .signup-phone-field{
        width: 260px!important;
        height: 45px!important;
        border-radius: 0!important;
        margin-left: 20px!important;
    }
    .hint-phone-block{
        color: #7d7d7d;
        font-family: 'DINPro' ;
        font-size: 11px !important;
        font-weight: 400 !important;
        line-height: 16px!important;
        font-style: normal!important;
        position: absolute!important;
        left: inherit ;
        top: 50px !important;
        display: inline-block ;
        width:260px!important;
    }
    .update .custom-select .selected {
        display: flex;
        align-items: center;
        padding: 2px;
        border: 1px solid #ccc;
        cursor: pointer;
        height: 30px;
        background-color: #F7F7F7;
    }
    .update-phone{
        float: none;
        margin-left: 20px!important;
        width: auto!important;
    }
}
