/*GENERAL*/

header, main, footer {
    padding-left: 300px;
}

.sidenav-trigger {
    position: absolute;
    z-index: 999;
    left: 10px;
    top: 10px;
}

.sidenav-trigger i {
    font-size: 3rem;
}

.primary-color {
    background-color: #53ba83;
}

@media only screen and (max-width: 600px) {
    header, main, footer {
        padding-left: 0;
    }

    #slide-out img.responsive-img {
        max-width: 75%!important;
    }
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.extended {
    position: fixed;
    height: 75px;
    width: 100%;
}

#modal-close {
    position: absolute;
    font-size: 2rem;
    right: 0;
    top: 10px;
}

.logo {
    padding-bottom: 10px;
}

.brand-logo, td i, #logout {
    cursor: pointer;
}

/*LOADER*/

.loader {
    background-color: #53ba83;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    display: flex;
    height: 100%;
    width: 100%;
}

.loading {
    background-color: rgba(0, 0, 0, 0.25);
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    display: none;
    height: 100%;
    width: 100%;
}

.loading .card {
    margin: 0 !important;
    padding: 7.5px 7.5px 2.5px 7.5px;
}

#confirmation,
#pass-confirmation {
    width: 30%!important;
    margin-top: 10%!important;
}

.spinner-white {
    border-color: #fff;
}

/*SCROLLBAR*/

::-webkit-scrollbar-thumb:hover {
    background: #757575;
}

::-webkit-scrollbar-thumb {
    background: #9e9e9e;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
}

::-webkit-scrollbar {
    width: 8px;
}