/*=== fonts ====*/

  @font-face {
    font-family: 'Glacial Indifference';
    src: url("../fonts/Glacial_Indifference/glacialindifference-regular-webfont.woff2") format("woff2"),
    url("../fonts/Glacial_Indifference/glacialindifference-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-display: swap;
    font-style: normal; }
  @font-face {
    font-family: 'Glacial Indifference';
    src: url("../fonts/Glacial_Indifference/glacialindifference-bold-webfont.woff2") format("woff2"),
    url("../fonts/Glacial_Indifference/glacialindifference-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-display: swap;
    font-style: normal; }

/*=== root ====*/

:root{
    --font-glacial-indifference : 'Glacial Indifference';
    --primary-color: #FA4616;
    --secondary-color: #0021a5;
    --note-color: #eff2f7;
}

body{
    font: 400 16px/28px var(--font-glacial-indifference);
    color: #212529;
    margin: 0;
    height: 100%;
}
footer{
    color: #848486;
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
}
strong{
    font-weight: 600;
}
footer p{
    text-align: center;
    margin-bottom: 0;
}
h3,h4,h2{
    font-family: var(--font-glacial-indifference);
    font-weight: 600;
}
h1{
    font-family: var(--font-glacial-indifference);
    font-weight: 700;
}
a{
    color: #5867dd;
    text-decoration: none;
    background-color: transparent;
}
a:hover{
    color: #0056b3;
    text-decoration: none;
}
.overflow-hidden {
    overflow: hidden !important;
  }
.wy-side-nav-search img{
    width: 150px;
    height: 40px;
    border-radius: 0;
    padding: 0;
    background-color: #fff;
    margin: 0 auto 20px;
}
.quick-search{
    width: 200px;
    padding: 0;
    margin: 0 5px;
    display: inline-block !important;
}
.quick-search .quick-search__form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    background-color: transparent;
}
.quick-search .quick-search__form .input-group {
    border-radius: 30px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend {
    margin-right: -1px;
    display: flex;
    }

.quick-search .quick-search__form .form-control{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    border-radius: 0;
    color: #fff;
    height: 34px;
    font-size: 13px;
    background-color: transparent;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 20px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-neutral:visited{
    color: #fff !important;
}
.btn-neutral{
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color);
    color: #fff !important;
    box-shadow: none;
    border-radius: 25px;
}
.btn-neutral span{
    margin-right: 5px !important;
}
.btn-neutral.float-right span{
    margin-right: 0 !important;
    margin-left: 5px !important;
    }
.btn-neutral:hover{
    color: #fff !important;
    border-color: var(--primary-color);
    background-color: var(--primary-color) !important;
}
.btn:active{
    padding: 6px 20px 6px 20px;
    box-shadow: none;
}
.wy-side-nav-search{
    padding: 20px 30px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #e2e8f0 !important;
}
.wy-side-nav-search form{
    margin-bottom: 6px;
}
.wy-menu-vertical a:hover {
    background-color: transparent;
    cursor: pointer;
}
.wy-nav-content{
    background-color: #fff;
}
.wy-nav-side a:hover{
    color: #677294;
}
hr{
    border-top: 1px solid #e2e8f0;
}
.wy-menu-vertical li.on a, .wy-menu-vertical li.current > a{
    color: #212529;
    font-weight: 600;
}
a:visited{
    color: #008aff;
}
.wy-breadcrumbs a{
    color: #008aff;
    line-height: normal;
}
.wy-breadcrumbs a:hover{
    color: #0061b3;
}
.wy-breadcrumbs-aside a{
    color: #718096;
    border-bottom: 1px dashed #718096;
}
.wy-nav-content-wrap{
    background: #fff;
}
.rst-content .align-center{
    margin: 30px auto 40px;
}
.rst-content img{
    box-shadow: 0 0 1.25rem rgba(31,45,61,.05);
    border: 1px solid #eff2f7;
    border-radius: 10px;
    padding: 10px;
}
.form-group.has-search{
    position: relative;
}
.has-search .form-control-feedback {
    position: absolute;
    top: 9px;
    left: 10px;
    z-index: 2;
    display: block;
    font-size: 14px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.wy-side-nav-search input[type="text"]{
    padding: 8px 30px;
    font-size: 14px;
    border-color: #e2e8f0;
    box-shadow: none;
}
.wy-menu-vertical{
    padding: 10px 20px 20px 55px;
    height: calc(100% - 145px);
    overflow-x: hidden;
    overflow-y: auto;
}
.wy-menu-vertical a{
    padding: 4px 0;
    font-size: 16px;
    color: #677294;
}
.wy-menu-vertical li a{
    line-height: 22px;
}

.wy-menu-vertical li.current a {
    padding: 10px 35px;
}


/*Notes*/

.rst-content .note{
    background-color: var(--note-color);
    border: 1px solid var(--note-color);
    padding: 20px 15px;
    border-radius: 8px;
}
.rst-content .note .admonition-title{
    background-color: var(--note-color);
    margin: 0;
    padding: 0;
    color: #212529;
    font-weight: 600;
}
.rst-content .admonition p:last-child{
    margin-top: 10px;
    color: #212529;
}
.rst-content dl dt{
    font-weight: 400;
}
.rst-content dl:not(.docutils) dt{
    background: transparent;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
    border-bottom: 1px dashed var(--secondary-color);
    border-top: none;
    margin-bottom: 15px;
}
.rst-content dl:not(.docutils) dl dt{
    border-left: none;
    background: transparent;
    border-bottom: 1px dashed #c8c8c8;
    margin-bottom: 15px;
}

/*navbar*/

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.flex-column {
    flex-direction: column !important;
}
.head{
    margin: 25px 0 7px;
    font-size: 16px !important;
    font-weight: 600;
    color: #212529 !important;
}
.wy-nav-side{
    background: #fff;
    border-right: 1px solid #e2e8f0 !important;
    padding-bottom: 0;
}
wy-menu.wy-menu-vertical::after {
    content: '';
    display: block;
    padding-bottom: 30px !important;
}
.wy-menu-vertical a:hover{
    text-decoration: underline;
}

.wy-menu-vertical li.toctree-l2.current > a{
    background: #fff !important;
    padding: 6px 0 !important;
}
h2{
	font-size: 140%;
}

.navbar-toggler {
    padding: 0px;
    border: transparent;
    float: left;
    margin-top: 15px;
    margin-left: 5px;
}
.navbar-toggler:focus {
    outline: none; 
}
.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block;
    background: #2A6AD8;
}
.menu_toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}
.menu_toggle .hamburger span {
    width: 0%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 4px 0;
    display: block;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
    transition-delay: 0s; 
}
.menu_toggle .hamburger span:nth-child(2) {
    transition-delay: .125s; 
}
.menu_toggle .hamburger span:nth-child(3) {
    transition-delay: .2s; 
}
.collapsed .menu_toggle .hamburger span {
    width: 100%; 
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
    transition-delay: .3s; 
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
    transition-delay: .4s; 
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
    transition-delay: .5s; 
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
    height: 0%;
    transition-delay: 0s; 
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
    width: 0%;
    transition-delay: .2s;
}

/*updated*/

.wy-side-scroll { 
    height: 100%;
}
.wy-nav-side { 
    height: 100vh;
    padding-bottom: 0px !important;
}
.wy-nav-content-wrap { 
    height: 100vh;
    overflow-y: auto;
}
.wy-menu-vertical li.toctree-l2 span.toctree-expand { 
    display: none !important;
}
.wy-menu-vertical li span.toctree-expand { 
    display: none !important;
}
.wy-menu-vertical li.current > a span.toctree-expand { 
    display: none !important;
}
.wy-side-nav-search { 
    border-right: 1px solid #e2e8f0 !important;
}
.wy-menu-vertical header, .wy-menu-vertical p.caption { 
    margin: 25px 0 6px;
}
.rst-content .toctree-wrapper p.caption { 
    font-family: var(--font-glacial-indifference);
}
.wy-menu-vertical li.current {
    background: #fff;
}
.wy-menu-vertical li.current a:hover {
    background: #fff;
}
.wy-menu-vertical li ul {
    margin-left: 10px;
    padding: 5px 0 10px;
}
.toctree-wrapper.compound ul li a:visited { 
    color:#5867dd;
}
.toctree-wrapper.compound ul li a:hover { 
    border-bottom: 1px dashed #5867dd;
}
.wy-menu-vertical li.current a { 
    background: #fff;
    border-right: none;
    padding: 6px 0;
}
.wy-menu-vertical header, .wy-menu-vertical p.caption { 
    font-size: 16px;
    padding: 0;
    color: #212529 !important;
    text-transform: capitalize;
}
.wy-menu-vertical li.current > a { 
    color: #677294;
    font-weight: 500;
    border-bottom: none;
    border-top: none;
    background: #fff;
}
footer { 
    text-align:left;
}
.rst-content .section ul li ul, .rst-content .toctree-wrapper ul li ul, article ul li ul {
    margin-bottom: 10px;
    margin-top: 5px;
}
.rst-content .section ul, .rst-content .toctree-wrapper ul{
    font-size: 16px;
    margin-bottom: 20px;
}
.rst-content .toctree-wrapper p.caption {
    font-size: 18px;
    margin-bottom: 10px;
}


.wy-nav-side {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0 !important;
    width: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 100%;
    color: #9b9b9b;
    z-index: 200;
}


/*responsive*/

@media(max-width: 768px){
    .wy-nav-content-wrap{
        height: 100%;
    }
    .wy-nav-top{
        background: #2A6AD8;
    }
    .wy-nav-top img{
        height: 35px;
        width: 100px;
        margin-bottom: 8px;
        border-radius: 0;
        padding: 0;
        background: #2A6AD8;
    }
    .wy-nav-top i{
        padding-top: 10px;
    }
    .wy-nav-content-wrap .wy-nav-content{
        padding: 15px;
        height: calc(100% - 63px);
        overflow-x: hidden;
        overflow-y: auto;
    }
    .wy-nav-side {
        display: block;
        left: -300px;
      }
      .wy-nav-side.shift {
        width: 300px;
        left: 0;
      }
      .wy-nav-content-wrap.shift{
       left: 300px;
      }
}

@media(max-width: 576px){
    
    .wy-side-nav-search{
        padding: 20px 20px 10px;
    }
    .wy-side-nav-search img{
        margin: 0 auto 15px;
    }
    hr{
        margin: 20px 0;
    }
    h4{
        font-size: 110%;
    }
    .rst-content blockquote{
        margin-left: 0;
    }
    .rst-content .section ol li, .rst-content ol.arabic li{
        margin-left: 15px;
    }
    .rst-content .section ol, .rst-content ol.arabic{
        margin-bottom: 10px;
    }
    .rst-content dl dd{
        margin-left: 0;
    }
    .wy-menu-vertical{
        padding: 10px 20px 0px 55px;
    }
    .head {
        margin: 15px 0 4px;
    }
    footer{
        padding-top: 5px;
        font-size: 12px;
    }
    footer p{
        font-size: 12px;
    }
    .wy-nav-top i{
        font-size: 25px;
        padding-top: 13px;
    }
}

@media(max-width: 320px){
    .wy-nav-content-wrap.shift {
        left: 280px;
    }
    .navbar-toggler{
        margin-left: 0px;
    }
    .wy-nav-side.shift {
        width: 280px;
    }
}

/*login*/
.qd-doc_login{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
}
.qd-form_login{
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 20px;
}
.qd-form_login img{
    text-align: center;
    display: block;
    margin: 0 auto;
}
.qd-form_login h3{
    font-size: 24px;
    text-align: center;
    margin: 25px 0 40px;
}
.qd-form_login .form-group{
    margin-bottom: 1rem;
}
.qd-form_login .form-control-label{
    display: inline-block;
    margin-bottom: 8px;
    color: #718096;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}
.qd-form_login .input-group{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.qd-form_login .input-group-prepend{
    width: 55px;
    padding: 15px 20px;
    color: #4a5568;
    background-color: #fafbfe;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #e2e8f0;
}
.qd-form_login .form-control{
    display: block;
    width: calc(100% - 55px);
    padding: 15px 20px;
    font-size: 16px;
    color: #4a5568;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: inset 0 1px 1px rgba(31,45,61,.075);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-block{
    width: 100%;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 16px;
    height: 45px;
    box-shadow: 0px 2px 8px rgba(28, 28, 33, 0.2), 0px 1px 1px rgba(28, 28, 33, 0.2);
}
.btn-block:active{
    transform: translateY(2px);
}
.mt-2{
    margin-top: 0.5rem;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-3{
    margin-bottom: 1rem;
}
.form-group .input-group.is_focused{
    box-shadow: inset 0 1px 1px rgba(0, 33, 165, 0.05),0 0 20px rgba(0, 33, 165, 0.05);
}
.form-group .input-group.is_focused .form-control{
    color: #4a5568;
    background-color: #fff;
    border-color: rgba(0, 33, 165, 0.5);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 33, 165, 0.05),0 0 20px rgba(0, 33, 165, 0.05);
    transition: none;
}
input[type="email"],input[type="password"]{
    transition: none;
}
input[type="email"]:focus,input[type="password"]:focus{
    border-color: rgba(0, 33, 165, 0.5);
    outline: 0;
    transition: none;
}
.form-group .input-group.is_focused .input-group-prepend{
    color: #0021a5;
    background-color: #eaecf3;
    border-color: rgba(0, 33, 165, 0.5);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 33, 165, 0.05),0 0 20px rgba(0, 33, 165, 0.05);
}
@media(max-width: 768px){
    .qd-form_login img{
        width: 150px;
    }
}
@media(max-width: 360px){
    .qd-form_login h3{
        font-size: 22px;
    }
}

.btn-outline-info {   
    color: #007bff;    
    border-color: #007bff;
    box-shadow: none;
}
.btn-outline-info:hover,.btn-outline-info:focus {
    background-color: #007bff;
    color: #ffffff;
}

/* Code Mirror */
.code-mirror {
    background-color: #f8f9fa;
    padding: 20px;
    position: relative;
    overflow-x: auto;
}
.code-mirror pre {
    font-size: 85%;
    white-space: pre;
    margin: 10px 0;
}
.code-mirror .btn-outline-info {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 65%;
    padding: 4px 8px;
}
.code-mirror .btn-outline-info.is-copied {
    padding-left: 20px;
    border-color: transparent;
    color: #484848;   
}
.code-mirror .btn-outline-info.is-copied:before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iZG9uZV9ibGFja18yNGRwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgPHBhdGggaWQ9IlBhdGhfMSIgZGF0YS1uYW1lPSJQYXRoIDEiIGQ9Ik0wLDBIMjRWMjRIMFoiIGZpbGw9Im5vbmUiLz4NCiAgPHBhdGggaWQ9IlBhdGhfMiIgZGF0YS1uYW1lPSJQYXRoIDIiIGQ9Ik05LDE2LjIsNS41LDEyLjdhLjk5Ljk5LDAsMSwwLTEuNCwxLjRsNC4xOSw0LjE5YTEsMSwwLDAsMCwxLjQxLDBMMjAuMyw3LjdhLjk5Ljk5LDAsMCwwLTEuNC0xLjRaIiBmaWxsPSIjNDg0ODQ4Ii8+DQo8L3N2Zz4NCg==") center center no-repeat;
    background-size: 14px auto;
    transform: translateY(-50%);
}
.code-mirror .btn-outline-info.is-copied:hover,.code-mirror .btn-outline-info.is-copied:focus {
    background-color: transparent;
    color: #484848;
}
