.btn {
    border-radius: 10px;
    border: 1px solid #41A62A;
    box-shadow: none;
    padding: 5px 15px 5px;
    font-size: 90%;
}

.btn-neutral:visited {
    color: white!important;
}

.btn-neutral:hover {
    background-color: white!important;
    color: #41A62A!important;
}

.btn-neutral {
    background-color: #41A62A!important;
    color: white!important;
}

.wy-menu-vertical li.current ul {
    background-color: white;
}

.wy-menu-vertical li.toctree-l1.current {
    border-right: 3px #41A62A solid;
}

.wy-menu-vertical li.toctree-l1.current>a {
    border: none;
}

.wy-menu-vertical li.toctree-l2>a, .wy-menu-vertical li.toctree-l3>a, .wy-menu-vertical li.toctree-l4>a {
    color: #81b276;
}

.wy-menu-vertical li.toctree-l2.current>a, .wy-menu-vertical li.toctree-l2.current li.toctree-l3>a:hover {
    background: #ecf5ea;
}

.wy-menu-vertical li.toctree-l2.current>a,
.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a,
.wy-menu-vertical li.toctree-l3.current>a,
.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a {
    background: white;
}

.wy-menu-vertical header, .wy-menu-vertical p.caption {
    color: #41A62A;
}

.wy-menu-vertical li.current>a {
    color: #616161;
}

.wy-menu-vertical li.current a:hover {
    background: #ecf5ea;
}

.wy-menu-vertical a:hover {
    background-color: #064f64;
    color: #fff;
    cursor: pointer;
}

.wy-menu-vertical a:active {
    background-color: #2980b9;
    cursor: pointer;
    color: #fff;
}

.wy-menu-vertical a {
    color: #616161;
}

.wy-nav-side {
    background: white;
    color: white;
}

.wy-side-nav-search {
    background: white;
}

.wy-menu-vertical header, .wy-menu-vertical p.caption {
    color: #41A62A;
}

.wy-menu-vertical a:hover {
    background-color: #E8F8E5;
    color: #41A62A;
    cursor: pointer;
}

.wy-nav-content {
    background-color: white;
    max-width: none;
}

ul.squarelist {
    list-style-type: square;
    margin-left: 0;
    padding-left: 0;
}

a {
    color: #616161;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #41A62A;
}

a:visited {
    color: #616161
}

.rst-content table.docutils {
    table-layout: fixed;
    width: 100%;
}

.wy-table-responsive table td {
    white-space: normal;
    word-break: break-all;
}

.rst-content code, .rst-content tt, code {
    white-space: normal;
    word-break: break-all;
}

.wy-side-nav-search input[type=text] {
    width: 100%;
    border-radius: 50px;
    padding: 6px 12px;
    border-color: #41A62A;
}

.wy-menu-vertical li.current>a, .wy-menu-vertical li.on a {
    color: #616161;
    font-weight: 700;
    position: relative;
    background: #f6fff4;
    border: none;
    padding: 0.4045em 1.618em;
}

.rst-content .admonition-title, .wy-alert-title {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.rst-content .admonition, .rst-content .admonition-todo, .rst-content .attention, .rst-content .caution, .rst-content .danger, .rst-content .error, .rst-content .hint, .rst-content .important, .rst-content .note, .rst-content .seealso, .rst-content .tip, .rst-content .warning, .wy-alert {
    border-radius: 10px;
}

.rst-content .toctree-wrapper>p.caption, h1, h2, h3, h4, h5, h6, legend {
    margin-top: 0;
    font-weight: 700;
    font-family: 'Quicksand';
}

body {
    font-family: 'Quicksand';
}

/* vietnamese */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58m-wjwxUD2GF9Zc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58i-wjwxUD2GF9Zc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58a-wjwxUD2GFw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }