* {
    box-sizing: border-box;
    word-wrap: break-word;
}
div {
    scroll-margin-top: 60px !important;
}
.mb0{
    margin-bottom: 0;
}
.mb1{
    margin-bottom: 1px;
}
.mb2{
    margin-bottom: 2px;
}
.mb3{
    margin-bottom: 3px;
}
.mb4{
    margin-bottom: 4px;
}
.mb5{
    margin-bottom: 5px;
}
.mb6{
    margin-bottom: 6px;
}
.mb7{
    margin-bottom: 7px;
}
.mb8{
    margin-bottom: 8px;
}
.mb9{
    margin-bottom: 9px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mt0{
    margin-top: 0;
}
.mt1{
    margin-top: 1px;
}
.mt2{
    margin-top: 2px;
}
.mt3{
    margin-top: 3px;
}
.mt4{
    margin-top: 4px;
}
.mt5{
    margin-top: 5px;
}
.mt6{
    margin-top: 6px;
}
.mt7{
    margin-top: 7px;
}
.mt8{
    margin-top: 8px;
}
.mt9{
    margin-top: 9px;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
/* html {
    scroll-behavior: smooth;
} */
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
section.main-container.banner-section {
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff;
    padding: 192px 0;
}
.container {
    max-width: 1140px;
    margin: auto;
}
h1.main-head {
    text-align: center;
    font-size: 54px !important;
    text-transform: uppercase;
    margin: 0;
}
p.banner-text {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}

.left-align.left-side-menu {
    padding: 30px 20px 60px 20px;
    max-width: 310px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 4px 4px 50px 0px #0000000A;
    height: max-content;
}
.right-align.right-side-content {
    width: 74%;
    padding: 50px 60px 50px 60px;
}
section.main-container.document-speedster {
    display: flex;
}
.form-group {
    border: 1px solid #808080;
    padding: 1px 20px;
    border-radius: 4px;
    position:relative;
}
i.fa.fa-search {
    color: #999999;
    font-size: 16px;
}
.form-group input[type="text"] {
    border: 0 !important;
    width: 90%;
    font-size: 14px;
    outline: 0 !important;
}
ul.menu {
    list-style: unset !important;
    padding-left: 0px;
    overflow-y: scroll;
    max-height: 80vh;
    padding-right: 5px;
}
ul.menu li::marker {
    font-size: 0 !important;
}
ul.menu > li  > a {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.36px;
    text-align: left;
    color: #4D4D4D;
    text-decoration: unset !important;
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
}

.left-side-menu .menu > li ul.sub-menu {
    display: none;
}
.right-side-content a {
    color: #008398;
}
.left-side-menu .menu > li ul.sub-menu li a {
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 16.15px;
    text-align: left;
    color: #4D4D4D;
    text-decoration: unset !important;
    width: 100%;
    display: inline-block;
    padding: 8px 10px 8px 25px;
    max-width: 250px !important;
    word-wrap: break-word;
}

ul.sub-menu {
    padding-left: 14px;
    background: #fff;
    padding-top: 10px;
    overflow-y: scroll;
    max-height: 500px;
}
.menu > li:first-child {
    display: none;
}

.left-side-menu .menu > li ul.sub-menu li:before {
    content: '';
    background: url(https://webplus.me/w3speedup1/wp-content/uploads/2024/09/Vector.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 15px;
    width: 15px;
    left: 5px;
    top: 10px;
}
.left-side-menu .menu > li ul.sub-menu li {
    position: relative;
}

.left-side-menu .menu li.menu-child{
    position: relative;
}
.menu::-webkit-scrollbar, ul.sub-menu::-webkit-scrollbar {
    width: 8px;
}
.menu::-webkit-scrollbar-track, ul.sub-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff; 
    border-radius: 10px;
}
.menu::-webkit-scrollbar-thumb, ul.sub-menu::-webkit-scrollbar-thumb {
    background: #9ac7e4; 
    border-radius: 10px;
}
.menu::-webkit-scrollbar-thumb:hover, ul.sub-menu::-webkit-scrollbar-thumb:hover {
    background: #9ac7e4; 
}
.left-side-menu .menu li:hover > a, .left-side-menu .menu li:hover > p, .left-side-menu .menu > li.menu-child.sub-menu-on > a{
    color: #45A6E5 !important;
}
.left-side-menu .menu  li:hover,
.left-side-menu .menu  li.menu-child.sub-menu-on{
    background: #EDF8FF;
    border-radius: 4px;
}

.left-side-menu .menu li.menu-child:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 12px;
    right: 8px;
}

.left-side-menu .menu li.menu-child:hover:after{
    color: #45A6E5;
}

.left-side-menu .menu li.menu-child.sub-menu-on:after{
    color: #45A6E5;
    transform: rotate(180deg);
}
div#getting-started {
    display: none;
}
h2.content-head1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 39.01px;
    text-align: left;
    color: #45A6E5;
    text-transform: uppercase;
}
h2.content-head1.document-heading {
    padding: 10px 15px 10px 15px;
    background: linear-gradient(90deg, #37afbd 0%, #176395 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.26px;
    text-align: left;
    text-transform: uppercase;
}
.right-side-content p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #4D4D4D;
    margin-bottom: 10px;
    line-height: 24px;
}
h3.content-head2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.26px;
    text-align: left;
    text-transform: uppercase;
}

div.inner-column.setting:nth-child(n+3) h3 {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 24.26px;
    font-weight: 500;
}
h4.content-head3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24.38px;
    text-align: left;
    text-transform: capitalize;
}
.note-content {
    border-left: 4px solid #45A6E6;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.94px;
    text-align: left;
    padding: 10px 15px 10px 15px;
    background: #f0f0f0;
    margin-bottom: 10px;
}
#install-w3speedup h5.content-head4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    text-align: left;
}
h5.content-head4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-transform: capitalize;
}
div#what-exactly-does-w3speedster-do h6 {
    margin-bottom: 0;
}
.code-txt {
    color: #2c2c2c;
    font-weight: 600;
    background: #e5e5e5;
}
.setting-panes-cst p {
    margin-bottom: 0;
    font-weight: 500;
    color:#000;
}
.setting-panes-cst p strong {
    font-weight: 600;
    color:#000;
}
.setting-panes-cst ul {
    margin-bottom: 10px
}
a {
    text-decoration: none;
}
.menu-child.open .sub-menu {
    display: block !important;
}
.menu-child .sub-menu {
    display: none;
}
/* #gettiing-started h5.content-head4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    text-align: left;
    text-transform: uppercase;
} */
#gettiing-started ul li::marker {
    font-size: 10px;
}
/* #updating-speedup h5.content-head4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    text-align: left;
    text-transform: uppercase;
} */
h6.content-head5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: left;
    text-transform: capitalize;
}
ol.update-list {
    padding-left: 20px;
}
p.mt0.medium b {
    font-weight: 500;
}
p.mt0.medium {
    color: #333333;
}
h6.content-head5.visit-link {
    margin: 30px 0 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    text-transform: unset;
}
.code-bg {
    font-size: 16px;
    font-weight: 300;
    line-height: 19.5px;
    text-align: left;
    color: #333333;
    padding: 10px 15px 10px 15px;
    border: 1px solid #CCCCCC;
}
.left-align.left-side-menu {
    position: sticky;
    top: 80px;
}
.setting p.mt0 {
    /* padding-left: 20px; */
    padding-top: 5px
}
.menu-child p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.36px;
    text-align: left;
    color: #4D4D4D;
    text-decoration: unset !important;
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    margin: 0;
    cursor: pointer;
}

.setting  h6.content-head5.mt20.mb0 {
    font-weight: 600;
}
.hook {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.hook .inner-child-columm {
    width: 50%;
}
.left-side-menu .menu li, .left-side-menu .menu li.menu-child.sub-menu-on {
    transition: 0.5s ease-out;
}

/*code block*/
pre.line-numbers {
    position: relative;
    padding-left: 3.8em; /* Adjust padding for line numbers */
    background-color: black !important; /* Set background to black */
}
pre.line-numbers code {
    background-color: black; /* Set background to black */
    color: white; /* Set text color to white */
}
code[class*=language-], pre[class*=language-]{
    text-shadow: none !important;
}
span.token.operator {
  background: transparent !important;
}
pre.line-numbers::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}
pre.line-numbers::-webkit-scrollbar-track {
    background: #000000;
    border-radius: 5px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
pre.line-numbers::-webkit-scrollbar-thumb {
    background: #bebebe;
    border-radius: 5px
}
pre.line-numbers::-webkit-scrollbar-thumb:hover {
    background: #bebebe;
}
/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(255 255 255 / 70%);
  }
  .modal-content {
    margin: auto auto;
    padding: 20px;
    width: 80%;
    overflow: hidden;
    display: flex;
    height: 95%;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
  .close {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: -30px;
  }
  .close:hover,
  .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
  }
  pre.line-numbers.language-javascript {
    border-radius: 5px;
    max-width: 640px;
    padding-top: 30px;
    width: 640px;
    font-size: 13px;
}
.buttons {
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 10px;
}
.code-box {
    position: relative;
}
button.copyButton,
button.expandButton{
    border: none;
    background: transparent;
    cursor: pointer;
}
i.fa.fa-clone,
i.fa.fa-expand{
    color: #fff;
    font-size: 16px;
}
button.copyButton {
    color: #fff;
}
body.popup-open {
    overflow: hidden;
}
.box {
    position: relative;
}
/*codeblock end*/
/* #plugin-hooks h5.content-head5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    text-align: left;
    text-transform: uppercase;
} */
table.code-info th {
    text-align: left;
    vertical-align: baseline;
}
h2.work-title {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}
table.code-info {
    border-spacing: 6px;
    border-collapse: unset;
}
p.call a {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none !important;
}

table.code-info {
    border-spacing: 10px;
}

p.request  a{
    background: #000;
    color: #fff;
    padding: 15px;
    border-radius: 25px;
    transition: all ease 0.5s;
}

section.info-box {
    display: flex;
    padding-top:100px;
    padding-bottom: 35px;
}

.info-box .inner-columm {
    width: 50%;
}

.work-box {
    background: #071d44;
    color: #fff;
    padding-top: 50px;
    text-align: center;
    padding-right: 80px;
    padding-left: 80px;
    padding-bottom: 50px;
}

.call-box {
    background: #20a5b8;
    color: #fff;
    text-align: center;
    padding-top: 79px;
    padding-right: 80px;
    padding-left: 80px;
    padding-bottom: 79px;
}

.call-box p.request a {
    background: #fff;
    color: #000;
    min-width: 250px !important;
    display: inline-block;
    box-sizing: border-box;
    padding: 12px;
}

.copyright-section {
    width: 100%;
    float: left;
    background: #0a2123;
    color: #737579;
    font-weight: 500;
}
@media (min-width: 767px) {
    .copy-link.col-sm {
        width: 50%;
        float: left;
    }
}
.copy-link {
    font-size: 13px;
}
.copy-link {
    max-width: 1140px;
    padding: 15px 15px 20px 15px;
    margin: auto;
}
.copy-link a {
    color: #737579;
    padding-left: 12px;
}
.modal pre.line-numbers.language-javascript {
    max-width: unset;
    width: unset;
    max-height: unset;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.search-results {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    left: 0px;
    top: 30px;
    margin: 0;
    background: white;
    border-radius: 4px;
    box-shadow: 0px 0px 15px -9px #000;
}
.search-results a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
    font-size: 14px;
}
.search-results a:hover {
    background-color: #20a5b8;
    color: #fff;
}
div#search-results::-webkit-scrollbar {
  width: 10px;
}
div#search-results::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
div#search-results::-webkit-scrollbar-thumb {
  background: #20a5b8; 
}
div#search-results::-webkit-scrollbar-thumb:hover {
  background: #187987; 
}

@media(max-width:1024px){
    h1.main-head {
        font-size: 30px !important;
    }
    p.banner-text {
        font-size: 14px;
    }
    section.main-container.banner-section {
        padding: 150px 10px;
    }
    ul.menu {
        display: none;
    }
    .left-align.left-side-menu {
        display: none;
    }
    .right-align.right-side-content {
        width: 100%;
        padding: 20px;
    }
    img.document-img {
        width: 100%;
        height: 290px;
        object-fit: contain;
    }
    .right-side-content p{
        font-size: 14px;
    }
    ol.update-list {
        font-size: 14px !important;
    }
    .inner-column ul {
        font-size: 14px;
    }
    .hook .inner-child-columm {
        width: 100%;
    }
    table.code-info {
        border-spacing: 5px;
    }
    table.code-info th{
        font-size: 14px;
    }
    table.code-info td {
        font-size: 14px;
    }
    #plugin-hooks h3.content-head2 {
        font-size: 18px !important;
    }
    .note-content {
        font-size: 14px;
        line-height: 18.94px;
    }
    .setting h6.content-head5.mt20.mb0 {
        font-size: 16px;
        font-weight: 500;
    }
    .hook {
        flex-wrap: wrap;
    }
    pre.line-numbers.language-javascript {
        width: 100%;
        scrollbar-width: thin;
    }
    table.code-info {
        width: 100%;
        table-layout: fixed;
    }
    .inner-child-columm {
        width: 100%;
    }
    h3.content-head2 {
        font-size: 20px !important;
        line-height: 24.26px !important;
    }
    h2.content-head1.document-heading {
        font-size: 18px !important;
        line-height: 20.26px !important;
    }
    table.code-info th {
        width: 110px;
    }
    section.info-box {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .info-box .inner-columm {
        width: 100%;
    }
    .call-box {
        padding: 20px;
    }
    .work-box {
        padding: 40px 20px;
    }
    .navbar {
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000;
    }
    .navbar .search {
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0;
    }
    .navbar .search-label {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        transition: 0.5s all ease;
        z-index: 2;
        cursor: pointer;
        color: #000;
    }
    .search-icon,
    .exit-icon {
        color: #ffffff;
    }
    .fa-times {
        display: none;
    }
    .search:checked + .search-label .fa-search {
        display: none;
    }
    .search:checked + .search-label .fa-times {
        display: block;
    }
    .search-section {
        position: absolute;
        opacity: 0;
        z-index: -1;
        transition: 0.5s all ease-in-out;
        top: 0;
    }
    .search-box {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .search-input {
        width: 70%;
        border: 2px solid #ffffff;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 8px;
    }
    .search-input .input-textarea {
        position: relative;
        background: transparent;
        width: 100%;
        height: 40px;
        padding: 10px;
        color: white;
        z-index: 2;
        border: none;
        cursor: pointer;
        font-family: "Montserrat", sans-serif;
    }
    .search-input span {
        margin-right: 10px;
    }
    .open {
        opacity: 1;
        z-index: 0;
        transition: 0.5s all ease-in-out;
    }
    i.fa.fa-search {
        color: #000;
    }
    body.sticky .desktop-hidden.mobile-nav {
        position: fixed;
        padding: 10px 20px;
        top: 0;
        background: #fff;
        z-index: 9999999;
        width: 100%;
        box-shadow: 0 -4px 8px 6px #e2e2e2;
    }
    
    select#docs-nav {
        height: 30px;
        border: none;
        width: 240px;
    }
    .search-section {
        width: 100%;
        left: 0px;
        height: 20vh;
        background: #00000085;
    }
    .search-box {
        width: 100%;
        padding-top: 50px;
    }
    section.main-container.document-speedster {
        flex-direction: column;
    }
    div#sticky-nav {
        padding: 0 30px;
    }
}
@media(min-width:1025px){
    div#sticky-nav {
        display: none;
    }
}
@media(min-width:1025px) and (max-width:1599px){
    .hook {
        flex-direction: column;
    }
    .hook .inner-child-columm {
        width: 100%;
    }
    
}
@media(max-width:1024px){
    .search-icon, .close-icon {
        cursor: pointer;
        font-size: 24px;
    }
    .search-popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
    }
    .search-popup.open {
        display: flex;
        align-items: flex-start;
        padding-top: 50px;
    }
    .search-box {
        background: #fff;
        padding: 30px 20px 20px;
        border-radius: 4px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin: 0 10px;
        max-width: 450px;
    }
    .search-box input {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 0;
    }
    i#closeIcon {
        position: absolute;
        top: 8px;
        right: 10px;
        font-size: 18px;
    }
    .search-results {
        position: unset;
        border-radius: 0px;
        box-shadow: unset;
    }
    
    input#search {
        border-radius: 0;
        margin-bottom: -1px;
    }
    .shrink .container.navbar.navbar-dark {
        display: none;
    }
    select option {
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
        font-size: 14px;
        color: #333;
    }
    select option {
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
        font-size: 14px;
        color: #333;
    }
    .box {
        width: 90%;
    }
    .modal-content {
        width: 100%;
    }
    select#docs-nav option:not(.menu-child) {
        font-weight: 600;
    }
    
      
}
@media(min-width:641px){
    .code-box {
        width: 640px;
    } 
}
.menu-child p,
.left-side-menu .menu>li ul.sub-menu li a,
main#speedster-doc ul.menu>li>a {
    font-family: inherit;
}

.left-align.left-side-menu ul.menu {
    margin-top: 20px;
}

.left-align.left-side-menu .form-group {
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding-left: 10px;
}

.left-align.left-side-menu .form-group i.fa.fa-search {
    height: 100%;
}

.left-align.left-side-menu .form-group input#search {
    display: flex;
    top: 2px;
    position: relative;
}

.left-align.left-side-menu .search-results {
    top: 39px;
}

html {
    scroll-behavior: auto !important;
}

.left-side-menu .menu li.menu-child:after {
    transition: 0.3s;
}