html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
html {
    font-size: 100%;
    font-family: Manrope, verdana, arial, sans-serif;
    font-size: 12px;
    -webkit-text-size-adjust: none;
    color: #6f6f6f;
    background-color: #efefef;
}
body {
    min-height: 100%;
    height: auto;
    width: 100%;
    font-family: "Manrope", sans-serif;
    background: #f9f1f0;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
footer,
header,
section {
    display: block;
}
a {
    color: #005de0;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
    color: #161616;
}
p,
ul,
ol {
    margin: 18px 0;
    line-height: 1.5em;
}
span.primary {
    color: #ffa800;
}

li {
    list-style: none;
}
li.placeholder {
    height: 70px;
    width: 100%;
    font-size: 16px;
}
hr {
    display: block;
    height: 0px;
    line-height: 0px;
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #aaa;
    margin: 16px 0;
    padding: 0;
    clear: both;
    float: none;
}
hr.notop {
    margin-top: 7px;
}
strong {
    font-weight: 600;
}
#documenter_buttons {
    position: absolute;
    right: 10px;
    margin-top: -30px;
}
.btn:hover {
    background: #fff;
    color: #1c1c1c;
    text-decoration: none;
}

#documenter_content {
    position: absolute;
    /* right:8px; */
    left: 280px;
    padding: 0 80px;
    padding-bottom: 50px;
    min-height: 100%;
    height: auto;
    z-index: 1;
    background: #fff;
}
#documenter_sidebar {
    -moz-box-shadow: 0 0 6px rgba(3, 3, 3, 0.6);
    -webkit-box-shadow: 0 0 6px rgba(3, 3, 3, 0.6);
    box-shadow: 0 0 6px rgba(3, 3, 3, 0.6);
    position: fixed;
    left: 0;
    width: 280px;
    height: 100%;
    min-height: 100%;
    z-index: 100;
    background: #1c1c1c;
    padding: 0 0 0 15px;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 10px;
}

#documenter_sidebar a {
    position: relative;

    z-index: 100;
}
img {
    border: 0;
}
#documenter_copyright {
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    right: 15px;
    width: 200px;
    text-align: right;
    z-index: 1;
}
noscript {
    display: block;
    position: absolute;
    top: 238px;
    margin: 0 auto;
    width: 800px;
    bottom: 0;
    z-index: 20;
}
noscript p {
    width: 800px;
    font-size: 20px;
    padding-top: 20px;
    margin: 0 auto;
    color: #4d4d4d;
}
.small {
    font-size: 10px;
    letter-spacing: 0;
}

/* WebKit Browsers */
#documenter_sidebar::-webkit-scrollbar,
.content-area::-webkit-scrollbar {
    width: 4px;
}

#documenter_sidebar::-webkit-scrollbar-thumb,
.content-area::-webkit-scrollbar-thumb {
    background: #161616;
    border-radius: 4px;
}

#documenter_sidebar::-webkit-scrollbar-track,
.content-area::-webkit-scrollbar-track {
    background: #f0f0f0;
}

/*----------------------------------------------------------------------*/
/* Sidebar
/*----------------------------------------------------------------------*/
/* Sidebar Container */
#documenter_sidebar {
    font-size: 20px;
    font-weight: 600;
    display: block;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Logo */
#documenter_logo {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0;
    text-decoration: none;
    color: #fff;
}

#documenter_nav .has-submenu {
    position: relative;
    /* padding-right: 20px; */
}

/* Wrapper cho từng mục menu */
#documenter_nav > div {
    margin-bottom: 5px;
    position: relative;
}

/* Tất cả các link menu */
#documenter_nav a {
    display: block;
    padding: 13px 16px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #444;
    text-decoration: none;
    transition: background 0.2s;
}

#documenter_nav .submenu a {
    font-size: 16px;
}
#documenter_nav .submenu {
    transition: all 0.3s ease;
}
/* Hover cho menu chính */
#documenter_nav a:hover,
#documenter_nav a.active {
    background-color: transparent;
    color: #77e590;
}
#documenter_nav a.has-submenu.active.open-submenu {
    background: transparent;
    color: #77e590;
}

/* Active trạng thái của menu & submenu */
#documenter_nav a.current {
    color: #77e590;
    font-weight: 600;
}

/* Submenu container */
.submenu {
    /* display: none; */
    padding-left: 15px;
    /* transition: all 0.3s ease; */
    position: relative;
}

/* Khi submenu được mở */
.submenu.show,
.has-submenu.current + .submenu {
    /* display: block; */
}

/* Link trong submenu */
.submenu a {
    font-size: 14px;
    color: #fff;
    padding: 10px 16px;
    border-bottom: 1px solid #444;
    display: block;
    text-decoration: none;
}

/* Hover và active cho submenu */
.submenu a:hover,
.submenu a.current {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.menu-item {
    position: relative;
}

.menu-item:hover .submenu {
    /* display: block; */
}
.menu-ite.active {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
/*----------------------------------------------------------------------*/
/* Content
/*----------------------------------------------------------------------*/
header {
    margin: 30px 0 50px 0;
    padding: 20px 20px;
    background: #121212;
    display: table;
    width: 100%;
}

header .btn {
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 26px;
    background: #fff;
    color: #161616;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 3px;
    outline: 0;
    justify-content: center; 
    align-items: center; 
}

header .wrap-btn,
.item-name {
    display: table-cell;
}

.item-name {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 45%;
}

header .wrap-btn {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 45%;
}

.item-name {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 50px;
}

.footer-area {
    margin-top: 50px;
    padding: 60px 15px;
    background: #1c1c1c;
    font-size: 16px;

    line-height: 24px;
    color: #fff;
    font-weight: 400;
}

#documenter_content h1,
#documenter_content h2,
#documenter_content h3,
#documenter_content h4,
#documenter_content h5,
#documenter_content h6 {
    color: #545454;
}

#documenter_cover {
    position: relative;
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}
#documenter_cover li {
    list-style: none !important;
    margin-left: 0 !important;
}
#documenter_content section {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}
#documenter_content h1 {
    font-size: 32px;
    font-weight: 700;
}
#documenter_content h2 {
    font-size: 30px;
    margin-bottom: 18px;
    font-weight: 700;
}
#documenter_content h3 {
    font-size: 24px;
    margin: 18px 0 0;
    font-weight: 600;
}
#documenter_content h4 {
    font-size: 20px;
    margin: 18px 0;
    font-weight: 600;
}
#documenter_content h5 {
    font-size: 18px;
    margin: 30px 0px 20px;
    font-weight: 600;
}
#documenter_content h6 {
    font-size: 16px;
    margin: 18px 0;
    font-weight: 600;
}
#documenter_content p {
    margin: 18px 0;
}
#documenter_content ol li {
    list-style: decimal;
    font-weight: 400;
    margin-left: 14px;
}
#documenter_content ul li {
    list-style: square;
    margin: 0 0 0px 36px;
}

#documenter_content dl dt {
    padding-top: 12px;
    font-weight: 500;
    font-size: 14px;
}
#documenter_content dl dd {
    padding-top: 3px;
    margin-left: 18px;
}
#documenter_content table {
    border-collapse: collapse;
}
#documenter_content table th {
    font-weight: 700;
}
#documenter_content table th,
#documenter_content table td {
    padding: 3px;
    text-align: left;
}
#documenter_content code {
    font-family: "Courier New", Courier, monospace;
    font-size: inherit;
}
#documenter_content .warning {
    padding: 10px 10px 10px 30px;
    border: 1px solid #d5d458;
    background-color: #f0feb1;
    background-image: url(img/warning.png);
    background-repeat: no-repeat;
    background-position: 8px 11px;
}
#documenter_content .info {
    padding: 10px 10px 10px 30px;
    border: 1px solid #6ab3ff;
    background-color: #a3d0ff;
    background-image: url(img/info.png);
    background-repeat: no-repeat;
    background-position: 8px 11px;
}
#documenter_content div.alert {
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#documenter_content div.alert-success,
#documenter_content div.alert-success div.alert-heading {
    color: #468847;
}
#documenter_content div.alert-danger,
#documenter_content div.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
}
#documenter_content div.alert-danger,
#documenter_content div.alert-error,
#documenter_content div.alert-danger div.alert-heading,
#documenter_content div.alert-error div.alert-heading {
    color: #b94a48;
}
#documenter_content div.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
#documenter_content div.alert-info,
#documenter_content div.alert-info div.alert-heading {
    color: #3a87ad;
}
#documenter_content div.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
#documenter_content div.alert-block > p,
#documenter_content div.alert-block > ul {
    margin-bottom: 0;
}
#documenter_content div.alert-block p + p {
    margin-top: 5px;
}

#documenter_content div.screenshot-item {
    margin: 15px 0;
}
/*----------------------------------------------------------------------*/
/* Print Styles
/*----------------------------------------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    } /* Black prints faster: sanbeiji.com/archives/953 */
    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    } /* Don't show links for images, or javascript/internal links */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    } /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr,
    img {
        page-break-inside: avoid;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    hr {
        border-top: 1px solid #000 !important;
        border-bottom: 0 !important;
    }

    #documenter_sidebar {
        -moz-box-shadow: none;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: none;
        position: absolute;
        left: 10px;
        top: 0;
        width: 100%;
        margin-top: 500px;
    }
    #documenter_sidebar ul:before {
        content: "Table of Contents";
    }

    #documenter_sidebar ul {
        border: 0 !important;
    }
    #documenter_sidebar ul li {
        border: 0 !important;
        text-align: left;
    }
    #documenter_sidebar ul li a {
        border: 0 !important;
        text-align: left;
        padding: 4px;
    }
    #documenter_sidebar ul li a:hover {
        border: 0 !important;
    }
    #documenter_sidebar #documenter_logo {
        display: none;
    }
    #documenter_sidebar #documenter_copyright {
        display: none;
    }
    #documenter_content {
        left: 10px;
    }
    #documenter_cover {
        margin-bottom: 300px;
    }
    #documenter_content .warning {
        background-image: url(img/warning.png) !important;
        background-repeat: no-repeat !important;
        background-position: 8px 11px !important;
    }
    #documenter_content .info {
        background-image: url(img/info.png) !important;
        background-repeat: no-repeat !important;
        background-position: 8px 11px !important;
    }
}
