*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-size: 0.875rem;
    line-height: 1.7;
    font-family: 'Poppins', "Helvetica Neue";
}

.logo img{
    width: 100%;
    height: 50px;
}
img {
    max-width: 700px;
}
h3, .h3 {
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
    font-size: 2rem;
}
.row-main {
    padding: 1.5rem !important;
}
.seperator {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-menu {
    margin-top: 30px;
    padding-top: 50px;
}
.sidebar-menu .nav-link:hover, .sidebar-menu .nav-link:focus {
    background-color: #fff !important;
}
.sidebar-menu .nav-link.active {
    background-color: #e3e3e3 !important;
}
.main-title span {
    font-size: 1.6rem;
    color: #888;
}
.sub-main-title {
    font-size: 1.4rem;
    text-align: center;
    color: #888;
    font-weight: 300;
    margin-bottom: 60px;
}
.item-content {
    display: block;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding-top: 60px;
}
.item-content .title {
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
    font-size: 1.6rem;
}
.item-sub-content {
    display: block;
    width: 100%;
    padding-top: 20px;
}
.bd-navbar {
    position: fixed;
    top: 0;
    z-index: 1071;
    width: 100%;
    min-width: 980px;
}
.visit-link {
    color: #fff !important;
    outline: 0 !important;
    text-decoration: none;
}
.visit-link:hover{
    text-decoration: none;
}
.light-theme .sidebar-wrapper {
    background-color: #f9f9f9;
}
.page-wrapper.toggled .page-content {
    padding-left: 280px !important;
}
.light-theme .sidebar-wrapper a:not(.dropdown-item), .light-theme .sidebar-wrapper .sidebar-header, .light-theme .sidebar-wrapper .sidebar-search input, .light-theme .sidebar-wrapper .sidebar-search i {
    color: #444;
}
.sidebar-wrapper .sidebar-menu {
    padding-bottom: 60px;
}
.sidebar-wrapper .sidebar-menu p {
    padding: 8px 30px !important;
    margin-bottom: 0;
    font-size: 1rem;
}
.sidebar-wrapper .sidebar-content {
    max-height: 100% !important;
    height: 100% !important;
    overflow-y: scroll;
    position: relative;
}
