@import url(Circular/stylesheet.css); 
*{
    font-family: 'CircularXXSub-Regular',sans-serif !important;
}
body::-webkit-scrollbar{
    width :4px;
    border-radius: 34px;
    background: transparent;
}
body::-webkit-scrollbar-track{
    border-radius: 30px;
    background: transparent !important;
}
body::-webkit-scrollbar-thumb{
    background-color: darkgray;
    border-radius: 34px;
}

thead tr td{
    font-weight: 700 !important;
}

tbody tr{
    background: none !important;
}

h1{
    color:  #2D48DD !important;
    font-family: 'CircularXXSub-Medium',sans-serif !important;
    margin-bottom: 0.5em !important;
}
h2{
    color: #181154 !important;
    font-family: 'CircularXXSub-Medium',sans-serif !important;
}
h3{
    color: #181154 !important;
    font-family: 'CircularXXSub-Medium',sans-serif !important;
}
h4{
    color: #181154 !important;
    font-family: 'CircularXXSub-Regular',sans-serif !important;
    margin-bottom: 0px !important;
}
h5{
    color: #181154 !important;
    font-family: 'CircularXXSub-Medium',sans-serif !important;
}

p{
    margin-top: 0px !important;
}

.md-header{
    background: #fff !important;
    color: #000;
    box-shadow: 1px 1px 3px #ddd !important;
}

a.md-logo img {
    width: 5rem !important;
    height: 2rem !important;
}

.md-header__topic:first-child {
    font-weight: 500 !important;
    color: #181154 !important;
}

.md-nav__link--active {
    color: #2D48DD !important;
    font-weight: 600;
}

.md-sidebar--secondary .md-sidebar__scrollwrap{
    background: #F4F4FF;
    border-radius: 4px !important;
}

.md-search__form{
    background: #F4F4FF;
    color: #181154 !important;
}

.md-search__input+.md-search__icon {
    color: #181154 !important;
}

.md-search__input::placeholder{
    color: #181154 !important;
}

.md-nav__title{
    margin-top: 0.2rem !important;
    font-family: 'CircularXXSub-Regular',sans-serif !important;
}

.md-search__form:hover {
    background-color: #F4F4FF !important;
}

.md-header__title[data-md-state=active] .md-header__topic+.md-header__topic{
    color: #181154 !important;   
}
.md-footer{
    background: #181154;
}

.md-search-result__meta{
    background: #F4F4FF;
    color: #181154;
}

.md-search-result__item{
    background: #F4F4FF;

}

.md-search-result__item{
    color: #181154 !important;
}

img[alt=01]{
    width: 100% !important;
}
/* .md-sidebar--secondary .md-nav__item{
    padding-left: 1.2rem !important;
} */
.required{
    background: #efefef !important;
    padding: 1px;
    padding-right: 3px;
    font-size: 10px !important;
}
.code{
    background-color: #efefef    !important;
    font-family: "Inter",'Courier New', Courier, monospace !important;
    font-size: 13px !important;
}
.md-nav {
    padding: 5px !important;
    transition: max-height .25s cubic-bezier(.86,0,.07,1);
    /* background: #fff !important; */
}

.md-nav--primary .md-nav__list .md-nav__item .md-nav__link{
    color: #181154;
}

.md-nav--primary .md-nav__title[for=__drawer]{
    color: #181154 !important;
}

.md-nav--secondary .md-nav__title[for=__toc]{
    color: #181154;
    font-weight: 600;
    background: none !important;
    box-shadow:none !important;
}

.md-nav--secondary .md-nav__list .md-nav__item{
    color: #181154;
}
::selection {
    background-color: #f4f4ff;
}
.md-typeset code:not(.focus-visible) {
    background: #F4F4FF;
}

table thead{
    background-color: #F4F4FF;
    color: #181154;
}

.python_doc{
    display:flex !important;
    align-items: center;
}
.border{
   border: 1px solid #E5E5FF;
   padding:10px;
   border-radius:11px;
}
.float-right{
    float:left;
}
.hide{
display:flex;
}
.showing{
    display:none;
}
.pybtn{
    color:#181154;
    font-weight:700;
    font-size:16px;
    align-items: center;
}
.card_request_link {
    font-size: 16px;
    color: #2D48DD;
    font-family: 'CircularXXSub-Regular',sans-serif;
    font-weight:700;
}

.md-banner {
    background-color: #c1d6ff;
    color: #261e6b;
}

.md-banner__inner {
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 76.1875em){
    .hide{
        display:none;
    }
        
    .showing{
        display:flex;
    }
    .pybtn{
        color:#181154;
        font-weight:700;
        font-size:14px;
    }
    .card_request_link {
        font-size: 12px;
        color: #2D48DD;
        font-family: 'CircularXXSub-Regular',sans-serif;
        font-weight:700
    }
    .md-nav--primary .md-nav__title[for=__drawer]{
        background-color: #fff !important;
        color: #181154 !important;
        font-weight: 500 !important;
    }
    .md-nav {
        padding: 10px !important;
        transition: max-height .25s cubic-bezier(.86,0,.07,1);
    }
    .md-nav--primary .md-nav__title[for=__drawer]{
        background-color: #fff !important;
        color: #181154 !important;
        font-weight: 600 !important;
    }

    /* .md-nav--secondary .md-nav__title[for=__toc]{
        background-color: none !important;
        box-shadow:none !important;
        color: #181154;
        font-weight: 600;
    } */

    .md-nav--secondary .md-nav__list .md-nav__item{
        color: #181154;
    }
}

.md-sidebar--secondary .md-sidebar__scrollwrap {
    background: #F4F4FF;
    border-radius: 4px !important;
    height: auto;
}
