fieldset {
    border: 1px solid rgb(192, 192, 192);
    padding: 0 10px;
    margin-bottom: 25px;
}

legend {
    width: unset;
    padding: 0 5px;
    font-size: 14px;
}

.page-loading {
    display: none;
    position: fixed;
    z-index: 9999999;
    height: 100vh;
    width: 100%;
    margin: auto;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    text-align: center;
    line-height: 100vh;
}

.main-loading {
    background: #aeadad9c;
    display: block;
}

.select2 {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.report-data-list li {
    margin-bottom: 15px;
    list-style: none;
    width: 100%;
    float: left;
}

.report-data-list .report-name {
    color: #006d99;
    float: left;
    width: 95%;
    margin-left: 31px;
}

.report-data-list li .last-child {
    width: 95%;
    float: left;
}

.report-data-list li .first-child {
    float: left;
    width: 5%;
}

.report-data .report-title {
    font-size: 18px;
    font-weight: 600;
    margin-left: 17px;
}

.report-data img {
    width: 30px;
}

.ic-card-head {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.ic-card-head .ic-card-icon {
    font-size: 35px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    transition: 0.4s;
    color: #fff;
    background: #28aaa9;
    display: inline-block;
}

.ic-card-head p {
    color: #adb5bd;
    margin-bottom: 0;
}

.ic-card-head h3 {
    color: #6c757d;
    margin: 10px 0;
    font-weight: 600;
}

.ic-card-head.success .ic-card-icon {
    background: #42ca7f;
}

.ic-card-head.secondary .ic-card-icon {
    background: #2b2d5d;
}

.ic-card-head.info .ic-card-icon {
    background: #38a4f8;
}

.display-none {
    display: none;
}

.ic-piechart-part ul li .this-mounth {
    color: #E36F6F;
}

.ic-piechart-part ul li .this-mounth .circle-this {
    background: #E36F6F;
}

.ic-piechart-part ul li .last-mounth {
    color: #6FE388;
}

.ic-piechart-part ul li {
    list-style: none;
}

.ic-piechart-part ul li .last-mounth .circle-last {
    background: #6FE388;
}

.ic-piechart-part ul li span span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.ic-best-products-items .media {
    padding: 5px;
    border: 1px solid #f3f4f5 !important;
    margin-top: 6px;
    margin-right: 2px;
}

.ic-best-products-items .media img {
    max-width: 50px;
    margin-right: 10px;
}

.ic-best-products-items .media h6 {
    margin-bottom: 5px;
    margin-top: 3px;
}

.ic-best-products-items .media p {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 18px;
}

.page-title-box {
    padding: 15px 0px;
}

.page-title-box .page-sub-title {
    font-size: 20px;
    margin: 0;
    line-height: 30px;
    font-weight: 700;
    /* color: var(--secondary-color); */
}

}


@media (min-width: 992px) {
    .sidebar-mini .brand-link {
        text-align: center;
    }

    .sidebar-mini.sidebar-collapse.layout-fixed .brand-link {
        text-align: inherit;
        width: 8.5rem;
    }

    .sidebar-mini.sidebar-collapse.layout-fixed .main-sidebar:hover .brand-link {
        text-align: center;
    }
}

.brand-link .brand-image {
    float: none;
    line-height: .8;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-height: 90px;
    width: 100% !important;
    background: #FFF;
}

.w-7 {
    width: 7% !important;
}