.payment-center {
    text-align: center;
    font-size: 30px;
}

.up-phone > div{
    padding: 15px;
    height: auto;
    background: #1c1c1c;
    cursor: pointer;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.up-phone > div > input{
    background-color: #1c1c1c;
    border: none;
    color: white;

}

.up-phone > div > input:focus{
    outline: none;
}


.intl-tel-input .country-list{
    background-color: #1c1c1c !important;
}

.intl-tel-input .country-list .country.highlight {
    background-color: #5897fb !important;
}

.intl-tel-input .country-list .country:hover {
    background-color: #5897fb !important;
}

