.profile-view .profile-img .avatar {
    object-fit: cover;
}

.header .user-img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.account-box .tab {
    padding: 0;
}

.custom-tabs .nav-item {
    width: 48%;
}

.select2-container--default .select2-selection--single {
    background: linear-gradient(51.64deg, rgba(255, 255, 255, 0) 34.2%, rgba(255, 255, 255, 0.2) 97.35%, rgba(255, 255, 255, 0) 160.66%), rgba(255, 255, 255, 0.2);;
    border: 2px solid #fff;
    border-right: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 45px;
}

.tt-phone {
    border-radius: 0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: .5em;
}

.custom-tabs {
    margin: 0 auto 10px !important;
}

.text-primary
{
    color: #001596 !important;
}

.text-info
{
    color: #177cff !important;
}
