
.d-none {
    display: none !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important;
    }
}


.tariffs-box__card-text {
    color: inherit;
}


#widget-drop-menu-user .header__lang{
    left:auto!important;
    top:auto!important;
}



.avatar {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
}

.rounded-circle {
    border-radius: 50% !important;
}

.avatar .avatar-initial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #c9c8ce;
    font-weight: 600;
}


.header__widgets li{
    list-style:none;
}

.bg-label-primary {
    background-color: #eae8fd !important;
    color: #7367f0 !important;
}



.widget-drop-menu__accounts-control-title{
    text-decoration: none!important;
}



.planOriginalValue{
    font-size: 2rem;
    font-family: "Craftwork Grotesk", sans-serif;
    font-weight: bold;
    line-height: 1.2;
}









