.error{
    font-size: 0.95rem;
    color: red;
}

.input-group label.error{
    position: absolute;
    bottom: -23px;
    left: 5px;
}

.label.error-float{
    position: absolute;
    bottom: -23px;
    left: 5px;
}

.modal-header{
    padding: 15px;
    padding-left: 20px;
}
.img-40{
    max-width: 40px;
}
.blockui-overlay{
    position: fixed !important;
}
.w-170px{
    width: 170px !important;
}
.modal-footer{
    justify-content: space-between !important;
}
.label-filter{
    font-size: 1rem;
}
.plan_price {
    text-decoration: line-through;
    color: red;
    font-size: 0.9rem;
}

th[data-order="true"] {
    cursor: pointer !important;
}

.order-arrow {
    font-size: .7rem !important;
    padding: 5px;
}

#form_filter {
    & .change{
        padding-right: 22px !important;
    }
    & .remove-change{
        position: absolute;
        top: 39px;
        right: 19px;
        color: var(--bs-danger);
        cursor: pointer;
        display: none;
    }
}

.widget-box{
    border-radius: 14px;
    background-blend-mode: normal;
    min-height: 192px;
}
.widget-title{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px;
    padding-bottom: 0px;
}
.widget-counter{
    color: #ffffff;
    font-size: 100px;
    font-weight: 700;
    text-align: center;
    height: 150px;
}
.widget-big-ico{
    position: absolute;
    width: 150px;
    height: 150px;
    opacity: 0.1;
    margin-left: 200px;
    margin-top: 15px;
}
.widget-small-ico{
    position: absolute;
    width: 60px;
    height: 60px;
    margin-left: 25px;
    margin-top: -80px;
}

.widget-box-company{
    background-color: #080655;
}
.widget-box-worker{
    background-color: #1b84ff;
}

.widget-box-user{
    background-color: #8600b2;
}

.widget-box-active-worker{
    background-color: #065770;
}

.widget-counter-active-worker{
    color: #00ff40;
    font-size: 54px;
    font-weight: 700;
    text-align: center;
}
.widget-subcounter-active-worker{
    color: #E2DEDE;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.ranges{
    min-width: 250px;
}
.ranges ul{
    min-width: 250px;
}

img[data-open-image='true'] {
    cursor: pointer;
}
.htmlContainerImage{
    max-height: 600px !important;
}

.widget-workers{
    padding: 20px;
    margin: auto;
    padding-left: 35px;
    padding-right: 35px;
}
.fs-3rem{
    font-size: 3rem;
}

.wk-section{
    padding: 1.5rem;
    border-left: 4px solid #e2e5ec;
    background-color: #f7f8fa;
}