body {
    padding-top: 80px;
}

::-webkit-scrollbar {
    width: 0.6vw;
    height: 0.6vw;
}

::-webkit-scrollbar-track {
    border-radius: 10em;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10em;
    position: absolute;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #666;
    border-radius: 10em;
}

/* Hide scrollbar on mobile and tablet */
@media screen and (max-width: 1024px) {
    /* For WebKit browsers (Chrome, Safari, Edge) */
    ::-webkit-scrollbar {
        display: none;
    }

    /* For Firefox */
    body, * {
        scrollbar-width: none; /* hides scrollbar */
        -ms-overflow-style: none; /* IE and Edge */
    }
}

.icon {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.navbar-logo {
    max-height: 50px;
    max-width: 250px;
    height: auto;
    width: auto;
    object-fit: contain;
}

th, td {
    min-width: 100px;
}

.number-text {
    direction: ltr !important;
}


.icon-link {
    display: inline-flex;
    align-items: center;
}

.icon-link > .bi {
    margin-top: .125rem;
    margin-left: .125rem;
    transition: transform .25s ease-in-out;
    fill: currentColor;
}

.icon-link:hover > .bi {
    transform: translate(-.25rem);
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .75rem;
}
