.hide-widget {
    border-radius: 5px; position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(255,255,255,1) url("/assets/base/media/img/logo/loader-gif.gif") no-repeat center;
    background-size: 20%;
}

.widget-refresh {
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 1px solid #ebedf2;
    border-bottom: 1px solid #ebedf2;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0px 0px 7px 0px;
    opacity: 0.5;
}

.widget-refresh-right {
    left: unset;
    border-right: unset;
    border-left: 1px solid #ebedf2;
    border-radius: 0px 0px 0px 7px;
    right: 0px;
}

.widget-refresh:hover {
    opacity: 1;
}

.widget-orders-to-ship-total {
    font-weight: bold;
    font-size: 1.2rem;
    min-width: 50px;
}

.widget-method-data {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    background-color: #ffffff;
}

.widget_complete_head_date {
    width: 2% !important;
}

.widget_complete_head_total_shipping {
    width: 10% !important;
}

.widget_complete_head_total_items {
    width: 9% !important;
}

.widget_complete_head_delay {
    width: 15% !important;
}

.widget-user-perks-line {
    padding-top: 0 !important;
    padding-bottom: 1.35rem !important;
    border-bottom: none !important;
}

.widget-user-perks-line:hover {
    cursor: pointer;
}

.widget-user-perks-line:hover > .m-widget4__info > .m-widget4__title,
.widget-user-perks-line.active > .m-widget4__info > .m-widget4__title {
    font-size: 1.4rem !important;
    text-decoration: underline;
}

.widget_user_perks_head_preparer {
    width: 8% !important;
}

.widget_user_perks_head_total_connection {
    width: 3% !important;
}

.widget_user_perks_head_total_shipments_done {
    width: 5% !important;
}

.widget_user_perks_head_total_shipments_done_per_day {
    width: 5% !important;
}

.widget_user_perks_head_total_average_prep_validate {
    width: 7% !important;
}

.widget_user_perks_head_total_average_item_per_shipment {
    width: 3% !important;
}

.widget_user_perks_head_total_user_shipments_done_per_total {
    width: 7% !important;
}

.widget-fit-to-height {
    height: calc(100%);
}

