html {
    scroll-padding-top: 120px;
}

.priv-ul {
    list-style: disc;
    margin-left: 50px;
}

.priv-ol {
    list-style: decimal;
    margin-left: 50px;
}

li {
    font-size: 16px !important;
}

table {
    color: #415076;
}

th, td {
    padding: 15px;
}

p {
    font-size: 1rem;
}

.download-btn{
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    padding: 8px 15px;
    text-align: center;
    vertical-align: text-top;
    text-transform: uppercase;
    color: #fff;
    min-width: 120px;
    max-width: 100%;
    background: #5b53a2;
    border: 2px solid #5b53a2;
    box-sizing: border-box;
    transition: all 0.5s;
    border-radius: 4px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.vertical-nav {
    top: 80px;
    font-size: 14px;
    font-weight: bolder;
}

.nav-scroll {
    overflow-y: scroll;
    height: 80vh !important;
    overscroll-behavior-y: contain;
}

.nav-link {
    padding-left: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #866bfe;
}

.sticky-top {
    position: sticky;
    top: 120px;
    z-index: 48;
}

.tou-content-padding {
    padding-left: 25px;
}
