.content-wrapper {
    background-color: #FFF;
}

.content-wrapper>.content {
    margin-top: 0.5em;
}

[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link {
    padding-left: 30px;
}

h2 {
    position: relative;
    margin-bottom: 15px;
    padding: 5px 0;
    border-bottom: 3px solid #007bff;
    font-size: 1.5rem;
}

h2:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 20%;
    height: 3px;
    content: '';
    background: #50cbff;
}

h3 {
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 1px dotted #007bff;
    font-size: 1.3rem;
}

h4 {
    font-size: 1.2rem;
}

.table-wrap {
    overflow-x: scroll;
}

.table {
    white-space: nowrap;
}

.price_th {
    width: 110px;
}

.avg_th {
    width: 70px;
}

.border_year_left {
    border-left: 3px double rgb(122, 186, 255) !important;
}

.border_year_right {
    border-right: 3px double rgb(122, 186, 255) !important;
}

.border_data_top {
    border-top: 3px double rgb(122, 186, 255) !important;
}

.border_data_bottom {
    border-bottom: 3px double rgb(122, 186, 255) !important;
}

