.profile-content .page-title-box {
    margin-bottom: 1rem;
}

.profile-content .nav-pills .nav-link {
    color: #666;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 0;
    text-align: center;
}

.profile-content .nav-pills .nav-link.active {
    color: #fff;
}

.profile-content .nav-pills .nav-link.active {
    background-image: linear-gradient(to right, #843fce 30%, #346dd1);
}

.profile-content .card-box {
    height: calc(100% - 24px);
}

.profile-content .img-circle {
    color: #fff !important;
    background-image: linear-gradient(to right, #843fce, #346dd1);
    height: 70px;
    width: 70px;
    margin: 0 auto;
    border-radius: 50%;
    text-transform: capitalize;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-content .btn.btn-success {
    background-color: #336ed1;
    border-radius: 0;
    border-color: #336ed1;
    font-size: 20px;
    padding: .25rem 1.5rem;
    transition: all .3s;
}

.profile-content .btn.btn-success:active,
.profile-content .btn.btn-success:hover,
.profile-content .btn.btn-success:focus {
    outline: 0 none;
    box-shadow: unset;
    background-color: #4938d7;
    border-color: #3f2ed4;
}

.profile-content .form-control,
.profile-content .selectize-input {
    border-radius: 0;
    padding: .3rem .9rem;
    border: 2px solid #ced4da;
    box-shadow: 1px 1px 6px #ccc !important;
    height: calc(2em + .9rem + 2px);
    border-radius: 0;
}

.profile-content label.error,
.profile-content label.is-invalid {
    position: absolute;
    left: 0px;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: rgb(248, 98, 98);
    top: 100%;
}

.profile-content .form-group {
    position: relative;
}

.profile-content .form-control.is-invalid {
    border-color: #f86262;
}

.profile-content .tab-pane .text-uppercase {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    text-transform: capitalize !important;
}

.auth-switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-content .font-13 {
    font-size: 16px !important;
}

.plans-list li {
    margin-bottom: .5rem;
}

.plans-list li span {
    margin-left: 10px;
}

.profile-content .font-13.text-uppercase {
    font-weight: 600;
}

.switch {
    position: relative;
    display: inline-block;
    width: 51px;
    min-width: 51px;
    height: 24px;
}

.error,
label.is-invalid,
span.required {
    color: rgb(248, 98, 98);
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #336ed1;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.container-fluid .icon-set i {
    top: 49px;
    position: absolute;
    left: 8px;
}

.container-fluid .icon-set .form-control {
    padding-left: 25px;
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.profile-content .container-fluid {
    padding-top: 70px;
}

@media screen and (min-width: 1200px) {
    .profile-content .container-fluid {
        max-width: 1320px;
        padding: 0 60px;
        padding-top: 140px;
    }
}

@media screen and (max-width: 767px) {
    .profile-content .card-box {
        padding: .75rem;
    }
    #accountTable_filter {
        text-align: right;
    }
}

@media screen and (max-width: 580px) {
    .nav-justified .nav-item {
        flex-basis: unset;
    }
    .vender-prfil .nav-item {
        flex-basis: 0;
        flex-grow: 1;
    }
}

@media screen and (max-width: 575px) {
    .vender-prfil .nav-item span {
        display: none;
    }
    .vender-prfil .nav-item i {
        display: block !important;
        font-size: 16px;
    }
    .profile-content .font-13 {
        margin-left: 0 !important;
    }
    .select2-container{
        width: 100% !important;
    }
}

@media screen and (max-width: 480px) {
    .profile-content .nav-pills .nav-link {
        padding: .5rem .25rem;
    }
    .vender-prfil .nav-item {
        flex-basis: 0;
        flex-grow: 1;
    }
    .detail-page {
        margin-top: 105px;
    }
}

@media screen and (max-width: 414px) {
    .profile-content .nav-pills .nav-link {
        font-size: 13px;
        margin-left: 0;
        margin-right: 2px;
    }
}

@media screen and (max-width: 360px) {
    .profile-content .tab-pane .text-uppercase {
        font-size: 18px;
    }
    .profile-content .nav-pills .nav-link {
        font-size: 11px;
    }
}

@media screen and (max-width: 320px) {
    .profile-content .font-13 {
        font-size: 13px !important;
    }
}

.nav-justified .nav-item a {
    min-height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.vender-prfil .nav-item i {
    display: none;
}