.gitbookNewContent {
    font-family: "Inter Tight" !important;
    width: 65% !important;
}

/* .gitbookNewContent ul,
.gitbookNewContent li,
.gitbookNewContent p {
    font-family: "Inter Tight" !important;
} */

.gitbookNewContent p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #fff;
}

.gitbookNewSideSticky {
    width: 220px !important;
    padding: 16px !important;
}

.gitbookNewSideSticky a {
    min-width: auto;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 22.4px;
}

.git-main-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

.git-sub-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40.6px;
    color: #fff;
    margin-bottom: 25px;
    /* margin-top: 30px; */
    border-bottom: 1px solid #171717;
    padding-bottom: 24px;
}

.gitbookNewContent .stickySideNavPageSection {
    margin-top: 40px;
}

.mainOverViewUl li {
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #fff;
}

.mainOverViewUl li a {
    font-style: normal !important;
}

.mainOverViewUlTitle {
    font-family: "Inter";
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    color: #fff;
    margin-bottom: 32px !important;
    margin-top: 40px !important;
}

.gitbookTypeImg {
    width: 70%;
    margin: 30px 0;
}


/* Mobile */
@media (max-width: 992px) {
    .sidebar {
        display: none;
        padding-bottom: 16px;
        max-height: calc(100vh - 124px);
    }

    .sidebar.active {
        display: block;
    }

    .mainDocsContainer {
        flex-direction: column;
    }

    .mainDocsContainer {
        background: none;
    }

    .parnet_container_sidebar_gitbook_pages {
        background: #000;
    }
    .gitbookNewContent {
        width: 100% !important;
        padding: 1rem 0 !important;
    }
}

@media (max-width: 576px) {
    .gitbookNewContent .stickySideNavPageSection {
        margin-top: 29px;
    }

    .git-sub-title {
        font-size: 24px;
        line-height: 31.6px;
        margin-bottom: 16px;
        padding-bottom: 22px;
    }

    .git-main-title {
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
    }

    

    .gitbookTypeImg {
        width: 100%;
        margin: 15px 0;
    }
    .mainOverViewUlTitle {
            font-size: 19px;
        line-height: 28px;
        margin-bottom: 20px !important;
    margin-top: 26px !important;
  }
  .gitbookNewContent p {
    font-size: 15px;
    line-height: 22.6px;
  }
}