html {
    scroll-behavior: smooth;

}

body {
    font-size: 15px;
    line-height: 1.7;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

img {
    max-width: 700px;
}

h3, .h3 {
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
    font-size: 2rem;
}

.page-wrapper {
    min-width: 980px;
}

.row-main {
    padding: 1.5rem !important;
}

.seperator {
    display: block;
    width: 100%;
    max-width: 1180px !important;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.alert .fa {
    font-size: 1.2rem;
}

.font-16 {
    font-size: 16px;
}

.logo {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 28px;
    line-height: 44px;
    color: #fff;
}

.logo strong {
    font-weight: 600;
}

.logo span{
    font-size: 22px;
}

.sidebar-menu {
    margin-top: 30px;
    padding-top: 50px;
}

.sidebar-menu .nav-link {
    padding: 8px 30px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.sidebar-menu .nav-link:hover, .sidebar-menu .nav-link:focus {
    background-color: #fff !important;
}

.sidebar-menu .nav-link.active {
    background-color: #e3e3e3 !important;
}

.top-header {
    padding: 8px;
}

.main-title {
    font-size: 2rem;
    text-align: center;
}

.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: 60px;
    padding-top: 60px;
}

.item-content .content-inner {
    max-width: 1180px;
}

.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: 60px;
}

.item-sub-content .title {
    margin-top: 30px;
    margin-bottom: 15px !important;
    font-size: 1.5rem;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.highlight {
    background-color: #f8f9fa;
    padding: 20px;
    color: #333;
}

pre[class*="language-"] {
    border: 0 !important;
    padding: 1.5rem !important;
    background: #f8f9fa !important;
    margin-bottom: 30px !important;
}

.bd-navbar {
    position: fixed;
    top: 0;
    z-index: 1071;
    width: 100%;
    min-width: 980px;
}

.bd-navbar {
    min-height: 3rem;
    background-color: #394959;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

.item-brand {
    width: 400px;
    height: auto;
    margin: 0 auto;
}

.visit-link {
    color: #fff !important;
    outline: 0 !important;
    float: right;
    margin-top: 8px;
}

.light-theme .sidebar-wrapper {
    background-color: #f9f9f9;
}

.page-wrapper.toggled .page-content {
    padding-left: 280px !important;
}

.light-theme .sidebar-wrapper .sidebar-item:first-child {
    border-top: none;
}

.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;
}

.subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}

/*Prism Theme*/
.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted {
    color: #069;
}

.token.regex, .token.important, .token.variable {
    color: #0a8;
}