@font-face {
    font-family: Rubik;
    src: url('../font/Rubik-VariableFont_wght.ttf');
    }

img{
    border-radius: 10px;
    pointer-events: none;
}

.containerelements{
    max-width: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    -webkit-scrollbar-width: none;
    scrollbar-width: none;
    margin-left: -20px !important;
    padding-left: 20px;
    margin-right: -20px !important;
    padding-right: 20px;
}

.propcontainer{
    display: -webkit-flex;
    display:flex;
    background-color:#f7faf7;
    border-style: solid;
    border-width: 2px;
    border-color: #dbdfe0;
    border-radius: 10px;
    column-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; 
    min-width: -webkit-intrinsic;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-intrinsic;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 20px;
    
}

.containerelements::-webkit-scrollbar{
    display:none;
}

  body{
    overflow-x: hidden;
    overflow-y: overlay;
  }
  body::-webkit-scrollbar-thumb, .sidebardesktop-scrollbox::-webkit-scrollbar-thumb,.sidebar-scrollbox::-webkit-scrollbar-thumb  {
    
    border: 2px solid transparent;
     border-radius: 100px;
     background-color: #dbdfe0;
     background-clip: content-box;
     
   }

   body::-webkit-scrollbar, .sidebardesktop-scrollbox::-webkit-scrollbar, .sidebar-scrollbox::-webkit-scrollbar{
     background: transparent;
     width:8px;
  
   }

.objectpropcontainer{
    min-width:100px;
    max-width: 100px;
    height: 200px;
    margin: auto;
    position:relative;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    
}

.objectresourcecontainer{
    max-width: 100px;
    background-color: #3aa2c3;
    margin: 41px 0px 41px 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #3aa2c3;
    border-radius: 10px;
    position:relative;
    text-align: center;
    display:block;
    

}
.resourcebox{
    min-width: 100px;
    height: 70px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#f8faf9;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.resourcebox p {
    position: relative;
    margin:auto;
    width: 55px;
    padding:0px;
    line-height: none;

}
.resourcebox p img{
    max-width: 100%;
    max-height: 55px;
    padding-top: 5px;
}

.objectpropcontainer p {
    position: relative;
    max-height: 100%;
    margin: auto;
    padding:0px;
}

.objectpropcontainer p img{
    max-height: 190px;
}

.codehilite{
    display:none;
}
.resourcetext{
    height:45px;
    background-color: #3aa2c3;
    color: white;
    font-size: 14px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: -webkit-flex;
    display:flex;
    align-items: center;
    justify-content: center;
    padding-left: 1px;
    padding-right: 1px;
    line-height: 13px;
}
.resourcetext p{
    color: white !important;
    line-height: 13.5px !important;
    font-size: 14px !important;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

main{
    padding:10px 20px 30px 20px;
}

p{
    font-size: 18px;
    margin-bottom: 20px;
}
h1{
    font-weight: 400;
    font-size: 45px;
    margin: 0px 0px 10px 0px;
}
h2{
    font-weight: 450;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 10px;
}
h3{
    font-weight: 480;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
}
h1,h2,h3{
    text-transform: uppercase;
}

.chapter li a{
    color:#415055;
    width:100%;
}

.chapter li.active{
    
    background-color: #e6eef1;
}

.chapter li.active a{
    color:#3aa2c3 !important;
}
.chapter li.active::after{
    color:#3aa2c3 !important;
    
}
.chapter li a:hover{
    color:#5acef2 !important;
    
}

.chapter li:hover::after{
    color:#5acef2 !important;
    
}

.chapter.toc{
    margin-bottom: 5rem;
}

.chapter.head{
    width: 100%;
}

.chapter.down{
    position: fixed;
    bottom: 0px;
    margin-bottom: 0rem;

    width: var(--sidebar-width-desktop);
    height: 4rem;
    
    background-color: #3aa2c3;
}

.chapter li.chapter-item.external-link a{
    font-size:1.75rem;
    font-weight: 600;
    color: white;
}

table{
    margin: 0px 0px 20px 0px;
    width: 100% !important;
}

table thead {
    
    background: #3aa2c3;
    color: white;
}

table thead th{
    padding: 3px 10px;
}

.table-wrapper{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0px 15px;
}

hr{
    padding-left:15px;
    padding-right:15px;
}

.page{
    padding:0px !important;
}

.content{
    margin-left:auto;
    margin-right:auto;
    padding:0px 0px 10px 0px !important;
    max-width:900px;
}
th{
    font-size: 14px !important;
    font-weight: normal;
}

table td{
    font-size: 14px !important;
    padding: 2.5px 10px;
}

#sidebar-toggle{
    font-size:16px !important;
    background-color: white;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 2px 1px 3px #aaaaaa;
}

.text_sidebar{
    padding:0px 15px !important;
}

img[src*='#center'] { display: block; margin: auto; }


.footerpagin{
    padding-top:20px;
    display:flex;
    column-gap: 20px;
}

.footerpagingitem{
    width:45%;
    min-width:100px;
    margin:auto;
    padding:10px 15px;
    border-radius: 20px;
    border: 2px solid #3aa2c3;
    text-overflow: ellipsis;
    text-decoration: none !important;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerpagingitem:hover{
    border: 2px solid #5acef2;
    color: #5acef2;
}

.footerpagingprev{
    text-align:right;
    margin-left:0px;
}

.footerpagingnext{
    text-align:left;
    margin-right:0px;
}

.footertext{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    
}

@media screen and (max-width: 900px) {
    /* Your code is here*/
    .desktopcreen{
        display:none;
    }
  /*  .sidebaropenedtablesresize{
        display:none;
    }*/

}
/*
@media screen and (max-width: 630px) {

    .sidebaropenedtablesresize{
        display:none;
    }
}*/

@media screen and (min-width: 900px) {
    /* Your code is here*/

    body::-webkit-scrollbar, .sidebardesktop-scrollbox::-webkit-scrollbar, .sidebar-scrollbox::-webkit-scrollbar{
        width:12px;
     
      }
    
    .phonescreen{
        display:none;
    }
    #sidebar-toggle{
        display:none;
    }
    .page{
        padding-top: 25px !important;
    }
    
    .page-wrapper {
        transform: none;
        margin-left: var(--sidebar-width-desktop);
    }
}


@media screen and (min-width: 900px) {
    .buttonoverflowfiveopened{
        display:none;
    }
}

@media screen and (min-width: 778px) {
    .buttonoverflowfouropened{
        display:none;
    }
}

@media screen and (min-width: 200px) {
    .buttonoverflowtwoopened{
        display:none;
    }
}

@media screen and (min-width: 658px) {
    .buttonoverflowfiveclosed{
        display:none;
    }
}

@media screen and (min-width: 523px) {
    .buttonoverflowfourclosed{
        display:none;
    }
}

@media screen and (min-width: 200px) {
    .buttonoverflowtwoclosed{
        display:none;
    }
}

/* Sidebar */

.sidebardesktop {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--sidebar-width-desktop);
    font-size: 1em;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    background-color: var(--sidebar-bg);
    color: var(--sidebar-fg);
}
.sidebardesktop-resizing {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.js:not(.sidebardesktop-resizing) .sidebardesktop {
    transition: transform 0.3s; /* Animation: slide away */
}
.sidebardesktop code {
    line-height: 2em;
}
.sidebardesktop .sidebardesktop-scrollbox {
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
}

.sidebardesktop-hidden .sidebardesktop {
    transform: translateX(calc(0px - var(--sidebar-width-desktop)));
}
.sidebardesktop::-webkit-scrollbar {
    background: var(--sidebar-bg);
}
.sidebardesktop::-webkit-scrollbar-thumb {
    background: var(--scrollbar);
}

.sidebardesktop-visible .page-wrapper {
    transform: translateX(var(--sidebar-width-desktop));
}


h5 {
    font-weight: normal !important;
    font-size: 14px !important;
}

a{
    -webkit-tap-highlight-color: transparent;
}

.listclass::after{
    content: '\25BA';
    float:right;
    right: 10px;
    position: absolute;
}

.listclassactive::after{
    content: '\25BC';
    float:right;
    right: 10px;
    position: absolute;
}

.footercontainer{
    padding-top: 25px;
}

.footerelements{
    padding-top: 15px;
    display: flex;
    column-gap: 20px;
    justify-content: center;
}

.footeritem{
    color:#3aa2c3
}

.noscrollpage{
    max-height: 100vh;
    overflow:hidden;
    position: fixed;
}

.opacitypage{
    opacity:0.5;
}

.buttonoverflowprevopened{
    left: 256px;
    box-shadow: 2px 1px 5px rgb(0 0 0 / 50%) !important;
 }

 .buttonoverflowprevclosed{
    left:0px;
 }

 .buttonoverflowprev{
    z-index:1;
    position:absolute;
    margin-top:20px;
    height:108px;
 }

 .buttonoverflownext{
    z-index:1;
    position:absolute;
    margin-top:20px;
    height:108px;
    right:0px;
 }
 .buttonoverflowprev, .buttonoverflownext{
    color: #3aa2c3;
    background-color: #f7faf7;
    border: none;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 50%);
 }
 .buttonoverflowprev{
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
 }
 .buttonoverflownext{
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
 }
 .flexcontainerelements{
    display:flex;
 }

 /*ScrollTables*/

 .scroll{
	/*height: 485px;*/
	overflow: auto;
 }

 .scroll thead{
	position: sticky;
	top: 0;
 }