.card {
    /*background-color: #313437 !important;*/
    background-color: #222124 !important;
    /*background-color: #16171c !important;*/
}


.form-label, .form-check-label, .breadcrumb-item.active, .card-title {
    color: white !important;
}

[data-phone-input-id='phonex']{
    background: #222124!important;
    color: white!important;
}

.dark-input{
    background-color: #222124!important;
    color: white!important;
    border: 1px solid #3F4254!important;
    border-radius: 6px!important;
}
.dark-input::placeholder{
    color: #b5b1b1!important;
}
#profile-form .form-control,
#profile-form #phonex {
    border: 2px solid #3F4254;
    color: white;
    background: transparent;
    margin: 15px auto !important;
    /*text-align: left;*/
    /*direction: ltr;*/
    padding-left: 15px;
}

#profile-form #phonex {
    padding-right: 10px !important;
}

/* #profile-form .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
} */
#profile-form input::placeholder {
    color: rgba(255, 255, 255, 0.50);
}
/* #profile-form .iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags{
    width: 100% !important;
} */

#add-contact-modal .iti__country-name{
    color: #999 !important;
}
