body {
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Roboto', sans-serif !important;
    min-height: 100vh;
}

.outer-div {
    display: flex;
    height: 100vh;
    flex-direction: column;
    overflow: auto;
}

.content-wrapper {
    /* flex: 1; */
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.page-content {
    overflow-x: auto;
}

.gray {
    z-index: 1000;
    background: linear-gradient(to right, #13044A 2%, #3B168F 25%, #8738ED 90%);
    /* background-color: #303e47; */
    position: sticky;
    top: -90px;
}

.crest-logo {
    position: sticky;
    top: 20px;
    margin: 20px;
    width: 150px;
    height: 60px;
}

p,
li {
    font-size: 16px;
    text-align: justify;
}

h4 {
    font-size: 22px;
}

h4.content-subtitle,
h3.content-title {
    border-left: 6px solid #13044A;
    padding: 10px;
    background: linear-gradient(to right, #e5eaff, white);
}

h4.content-subtitle2 {
    font-size: 20px;
    color: gray;
    font-weight: bold;
}

h1 {
    margin-top: 10px;
}

.first-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to r/ight, #13044A 2%, #3B168F 25%, #8738ED 90%);
    /* background-color: #303e47; */
    text-align: center;
}

.main-text {
    font-size: 60px;
    color: white;
    /* color: transparent;
    background: linear-gradient(to right, #13044A 2%, #3B168F 25%, #8738ED 90%);
    background-clip: text; */
}

/* .description-text {
    color: white;
    margin-bottom: 0px;
    font-size: 25px;
} */

.content-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px;
    padding-inline: 60px;
}

.content-title {
    font-size: 36px;
    width: 100%;
}

.table-header {
    background-color: rgba(0, 0, 0, 0.2);
}

.support-table {
    margin: auto;
}

tr td[rowspan="4"] {
    vertical-align: middle !important;
}

.footer {
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3B168F;
    color: white;
    flex-shrink: 0;
}

.grid-content {
    display: grid;
    grid-template-columns: max-content auto;
    flex: 1;
}

/* The side navigation menu */

.sidebar-outer {
    height: 100%;
    width: fit-content;
    /* background-color: rgba(0, 0, 0, 0.1); */
    background-color:#e5eaff;
}

.sidebar {
    padding: 10px;
    width: 250px;
    position: relative;
    overflow: auto;
    height: fit-content;
}

.sidebar.stick {
    position: sticky;
    top: 155px;
    /* z-index: 10000; */
}

/* Sidebar links */
.sidebar a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
}

/* Active/current link */
.sidebar a.active {
    /* background-color: rgba(0, 0, 0, 0.25); */
    background-color: #13044A;
    color: white;
    border-radius: 7px;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
    background-color: rgba(0, 0, 0, 0.1);
}


@media screen and (max-width: 900px) and (min-width: 600px) {
    .sidebar {
        width: 200px;
    }

    .content-div {
        padding-inline: 20px;
    }
}

@media screen and (max-width: 700px) and (min-width: 600px) {
    #productLogo {
        width: 200px;
    }

    .gray {
        top: -80px !important;
    }

    .main-text {
        font-size: 50px;
    }

    .sidebar.stick {
        position: sticky;
        top: 149px;
    }

    .sidebar a {
        padding: 12px;
    }

    .crest-logo {
        margin: 20px;
        width: 125px;
        height: 50px;
    }
}

@media screen and (max-width: 600px) {

    .sidebar-outer {
        height: unset;
        position: sticky;
        top: 143px;
    }

    .gray {
        top: -70px !important;
    }

    .main-text {
        font-size: 40px;
    }

    #productLogo {
        width: 180px;
    }

    .crest-logo {
        margin: 20px;
        width: 112.5px;
        height: 45px;
    }

    #hamburger-menu {
        display: block !important;
        /* position: sticky;
        top: 143px; */
    }

    #sidebar-outer-div {
        display: none;
    }

    .grid-content {
        display: unset;
    }

    .content-div {
        padding-inline: 20px;
    }
}

@media screen and (max-width: 470px) {

    .gray {
        top: -60px !important;
    }

    .main-text {
        font-size: 30px;
    }

    #productLogo {
        width: 140px;
    }

    .sidebar a {
        padding: 8px;
    }

    .crest-logo {
        margin: 15px;
        width: 87.5px;
        height: 35px;
        top: 15px;
    }

    /* #hamburger-menu {
        top: 111px;
    } */
}

@media screen and (max-width: 350px) {

    .gray {
        top: -50px !important;
    }

    .main-text {
        font-size: 24px;
    }

    #productLogo {
        width: 120px;
    }

    .crest-logo {
        margin: 10px;
        width: 87.5px;
        height: 35px;
        top: 10px;
    }

    /* #hamburger-menu {
        top: 102px;
    } */
}

.container {
    padding: 5px;
}

.navbar {
    /* background: aliceblue; */
    transition: all .6s;
    backface-visibility: hidden;
    /* box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.5); */
    float: right;
    top: 0px;
    padding: 5px;
    position: fixed;
    right: 0;
}

.navbar-toggler {
    background-color: #e5eaff !important;
    border-radius: 5px;
    float: right;
}

.navbar-dark .navbar-nav {
    font-size: 15px;
    color: #e5eaff;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    border: 0;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    outline: 0;
}

.navbar-dark .navbar-toggler {
    border-color: darkgray;
}

.navbar-dark .navbar-toggler:focus {
    background: none;
    outline: 0;
}

.navbar-dark .navbar-toggler span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 6px auto;
    background: #303e47 !important;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
    background: #303e47;
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.navbar-dark .navbar-toggler span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.dropdown-menu {
    padding: 10px;
}

.navbar-collapse {
    padding: 10px;
    width: 250px;
    background-color: #e5eaff;
    margin-right: -38px !important;
}

/* Sidebar links */
.navbar-collapse a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
}

/* Active/current link */
.navbar-collapse a.active {
    /* background-color: rgba(0, 0, 0, 0.25); */
    background-color: #13044A;
    color: white;
    border-radius: 7px;
}

/* Links on mouse-over */
.navbar-collapse a:hover:not(.active) {
    background-color: rgba(0, 0, 0, 0.1);
}

.menu-arrow {
    float: right;
    font-size: 15px;
    transition: transform 0.4s;
}

.rotate {
    transform: rotate(-180deg);
}

.sidebar ul,
.navbar-collapse ul {
    position: static;
    display: none;
}

.sidebar ul.show,
.navbar-collapse ul.show {
    display: block;
    transition: all 0.5s;
}

ul.no-bullets {
    list-style-type: none;
    padding-left: inherit;
    margin: 0;
}

ul.no-bullets li {
    font-size: unset;
    text-align: unset;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 240px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    word-wrap: break-word;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 20px 5px;
}

.card-container {
    padding: 2px 20px;
}

.card-content {
    position: relative;
    display: block;
    padding: 8px 4px 3px 8px;

}

.card-content::before {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    color: hsla(262.09,86.24%,62.94%,1);
}


.overview-card {
    display: flex;
    flex: 200px 1 0;
    margin-inline: 10px;
    gap: 40px;
    flex-wrap: wrap;
    margin: 20px;
    padding-inline: 60px;
    justify-content: center;
}

.card-footer {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 20px 5px 20px;
    padding: 2px 15px;
}

.card-img {
    margin-top: 20px;
    border-radius: 50%;
    height: 80px;
    width: 80px;
}

.card-img path {
    fill: hsla(262.09,86.24%,62.94%,1);
}