@import url('../css2');
@import url('../css2-1');
@import url('../css2-2');

body{
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    color: #5f6367;
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
    -o-scroll-behavior: smooth;
    background-color: #f5f8fb;
    position: relative;
}
a{
    color: #003580;
}
a:hover{
    color: #03439c;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: rgb(52, 58, 64);
}
header{
    background-color: #003580;
    color: #fff;
    text-align: center;
    position: relative;
    width: calc(100% - 17%);
    left: 17%;
    z-index: 1;
    padding: 20px;
    font-size: 18px;
}
header img{
    margin: 0px 10px;
}
.side-nav{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 17%;
    box-sizing: border-box;
    height: calc(100vh - 40px);
    overflow: auto;
}
.side-nav .nav-pills .nav-link {
    border-radius: 0px;
    border-bottom: 1px solid #eaeaea;
    color: #353131;
    font-weight: 500;
    font-size: 15px;
    background-color: #fff;
    padding: 13px 20px;
}
.side-nav .nav-pills .nav-link.active {
    color: #fff;
    background-color: #003580;
}
.side-nav nav .nav-pills .nav-link {
    background-color: #ffffff;
    padding-left: 35px;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
}
.side-nav nav .nav-pills .nav-link.active {
    color: #003580;
    background-color: #fff;
    font-weight: 500;
}

.intro-bg{
    background-color: #fff;
    padding: 140px 50px 50px;
    margin-top: -92px;
}
.white-bg{
    background-color: #fff;
    padding: 50px 50px;
}
.gray-bg{
    background-color: #f5f8fb;
    padding: 50px 50px;
}
.white-bg .sub-title, .gray-bg .sub-title{    
    font-size: 24px;
    color: #2d2b2b;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 8px;
    margin-bottom: 25px;
    font-weight: 600;
}

.directory-structure{
    list-style: decimal;
}
.directory-structure li{
    margin-bottom: 10px;
}
.directory-structure li ul{
    list-style: none;
    margin: 15px 0px;
}
.directory-structure li ul strong{
    color: #343a40;
}
.directory-structure li ul strong i{
    color: #ec9a3c;
}
.directory-structure li ul li ul li{
    margin-bottom: 0px;
}

pre, .pre{
    font-size: 13px;
    display: block;
    padding: 35px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 20px 0px;
}
pre{
    background-color: #f5f8fb;
}
.pre{
    background-color: #fff;
}

pre .code-comment, .pre .code-comment{
    color: #009900 !important;
    display: inline-block;
    margin: 5px 0px;
}

.thanks{
    font-size: 18px;
    font-weight: 400;
    color: #1a3580;
    border: 1px solid #1a3580;
    border-radius: 2px;
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
    margin: 20px 0px;
}































/*footer*/
footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 18%;
    height: 42px;
    text-align: center;
    color: #191b45;
    z-index: 9;
    background-color: #f5f8fb;
}
footer a{
    color: #191b45;
    display: inline-block;
    padding-left: 10px;
}
footer a img{
    width: 50px;
    padding-right: 8px;
}
footer a:hover, footer a:focus{
    color: #003580;
    text-decoration: none;
}

/*Buy theme or ask question*/
.buy-theme, .ask-question{
    position: fixed;
    z-index: 999;
    background-color: #ffffff;
    color: #1a3580;
    padding: 6px 15px;
    box-shadow: 0px 4px 16px #d6d6d6;
    border-radius: 4px 0px 0px 4px;
    transition: all .5s ease-in-out;
}
.buy-theme{
    right: -90px;
    top: 50%;
}
.buy-theme i, .ask-question i{
    margin-right:15px;
    transition: all .2s ease-in-out;
}
.buy-theme:hover, .ask-question:hover{
    text-decoration: none;
    background-color: #1a3580;
    color: #fff;
    box-shadow: 0px 4px 16px #afafaf;
    right: 0px;
}
.buy-theme:hover i, .ask-question:hover i{
    margin-right:5px;
}

.ask-question{
    right: -120px;
    top: calc(50% + 50px);
}

/*Back to top Start*/
#top {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 35px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    background-color: #1a3580;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
}
    #top:hover {
        background-color: #24449e;
    }
/*Back to top end*/



@media (min-width:768px) and (max-width:991px){
    header {
        width: calc(100% - 26%);
        left: 26%;
    }
    .side-nav {
        max-width: 26%;
    }
    footer {
        width: 26%;
    }
}

@media (min-width:575px) and (max-width:767px){
    header {
        width: calc(100% - 33.333333%);
        left: 33.333333%;
    }
    .side-nav {
        max-width: 33.333333%;
    }
    footer {
        width: 33.333333%;
    }
}

@media (max-width:574px){
    header {
        width: 100%;
        left: 0;
    }
    .side-nav {
        display: none;
    }
    footer {
        width:100%;
    }
}