html {
    font-size: 14px;
}

html,
body {
    height: 100%;
}

.fa-whatsapp {
    color: #25d366;
}

.header .header-top {
    background-color: #3c4b64;
}

.header .header-toggler {
    color: #fff;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table-lg>:not(caption)>*>* {
    padding: 0.75rem 0.75rem;
}

@media screen and (min-width: 768px) {
    .header .header-top {
        background-color: inherit;
    }

    .header .header-toggler {
        color: inherit;
    }
}

*::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
    background-color: var(--cui-light-rgb);
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: transparent;
}