.select2-container--default .select2-selection--single {
    background-color: #f7f9ff!important;
    border: 1px solid #deeaff!important;
    border-radius: 4px!important;
    height: 45px!important;
    line-height: 45px!important;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px!important;
}

.main-menu {
    font-weight: bold;
}

.sidebar-default .mm-sidebar-menu .side-menu>li.active>a {
    color: #0b0b0b;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    margin-bottom: 10px!important;
}

.tag-version,
.mm-footer {
    color: #a9b1b6;
    font-size: 12px;
}

.print-bar {
    float: right;
    margin-bottom: 15px;
}

.select2-selection--multiple {
    height: auto !important;
}

.avatar-rounded {
    object-fit: cover;
}

.earnings-progress .progress {
    border-radius: 35px;
    box-shadow: rgba(10, 10, 10, 0.15) 0 1px 8px;
    background: #fff;
    overflow: visible;
    margin-bottom: 0.5rem;
}

.earnings-progress .progress .progress-bar {
    border-radius: 25px;
    background: rgb(0, 75, 168);
    background: -moz-linear-gradient(left, rgba(0, 75, 168, 1) 0%, rgba(48, 109, 185, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 75, 168, 1) 0%, rgba(48, 109, 185, 1) 100%);
    background: linear-gradient(to right, rgba(0, 75, 168, 1) 0%, rgba(48, 109, 185, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#004ba8', endColorstr='#306db9', GradientType=1);
    box-shadow: rgba(0, 75, 168, 0.5) 0 1px 10px;
}

.earnings-progress span {
    font-size: 0.6rem;
    color: #999;
}

.earnings-progress span.float-right {
    text-align: right;
}

.earnings-progress span b {
    font-size: 0.8rem;
    font-weight: 600;
    color: #666;
    display: block;
    margin-bottom: -2px;
}

.earnings-progress span i {
    font-style: normal;
    display: block;
}

.image-wrapper {
    margin-bottom: 10px;
}