    /* MAIN */

    .primary-color {
        color: #555555;
    }

    .primary-color-background {
        background-color: #555555;
        color: white;
    }

    .secondary-color {
        color: #999999;
    }

    .secondary-color-background {
        background-color: #999999;
        color: white;
    }

    .w3-btn:hover {
        position: relative;
        bottom: 2px;
    }

    .primary-gradient {
        background-image: linear-gradient(#555555, #222222);
    }

    .primary-gradient:hover {
        background-image: linear-gradient(#EEEEEE, #999999);
    }

    .button-icon-size {
        font-size: 28px;
    }

    .button-icon-size-small {
        font-size: 20px;
    }

    .card-system {
        min-height: 11rem;
    }

    .card-system:hover {
        position: relative;
        top: 3px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    }

    .card-system i {
        font-size: 70px;
    }

    .title-item {
        font-size: 30px;
    }

    .page-title {
        display: inline;
        font-weight: bold;
    }

    body {
        background-color: #edece9;
    }

    .white-system {
        background-color: white;
    }

    .login-card-border {
        border-style: solid;
        border-top-color: #555555;
        border-left-color: #555555;
        border-bottom-color: #222222;
        border-right-color: #222222;
    }

    .red-warn {
        color: #F05A5A;
    }

    .border-red-warn {
        border: 1px #F05A5A solid;
    }

    .green-warn {
        color: #A5DC86;
    }

    .border-green-warn {
        border: 1px #A5DC86 solid;
    }

    .gray-warn {
        color: #87ADBD;
    }

    .border-gray-warn {
        border: 1px #87ADBD solid;
    }

    .blue-warn {
        color: #33759E;
    }

    .border-blue-warn {
        border: 1px #33759E solid;
    }

    .background-red-warn {
        background-color: #F05A5A;
    }

    .background-blue-warn {
        background-color: #33759E;
    }

    .background-green-warn {
        background-color: #A5DC86 !important;
    }

    .payment-checker {
        background-color: #A5DC86;
        padding: 2px 5px 3px 5px;
        border-radius: 50%;
        color: white;
    }

    .background-gray-warn {
        background-color: #87ADBD;
    }

    .background-wine-warn {
        background-color: #99346E;
    }

    .side-bar-background {
        background-color: #555555;
        color: #DCDCDC;
        transition: .3s;
    }

    .side-bar-hide-small {
        top: 65px;
        transition: 0.8s;
        z-index: 850;
        overflow-y: scroll;
    }

    .side-bar-min {
        width: 5rem;
        font-size: 25px;
    }

    .side-bar-expanded {
        width: 12rem;
        font-size: 22px;
        text-align: center;
    }

    .side-bar-min #badge_site {
        top: .4rem;
        right: .8rem;
    }

    .side-bar-expanded #badge_site {
        top: .3rem;
        left: 2rem;
    }

    .side-menu-name {
        font-size: 15px;
    }

    .side-bar-show-small {
        width: 100%;
        font-size: 15px;
        top: 65px;
        position: fixed;
        z-index: 850;
    }

    .logo-hide-small {
        display: block;
    }

    .logo-show-small {
        display: none;
    }

    .main-panel {
        position: relative;
        top: 65px;
        margin-top: 1rem;
        transition: 0.8s;
    }

    .main-panel-min {
        margin-left: 6rem;
    }

    .main-panel-max {
        margin-left: 13rem;
    }

    .helper-element {
        margin-right: 1rem;
        transition: 0.8s;
    }

    .helper-element-min {
        margin-left: 6rem;
    }

    .helper-element-max {
        margin-left: 13rem;
    }

    @media (max-width: 575px) {
        .main-panel {
            margin-left: 1rem;
            margin-top: 3.5rem;
        }

        .logo-hide-small {
            display: none;
        }

        .logo-show-small {
            display: block;
        }

        .helper-element {
            margin-left: 1rem;
        }
    }

    .selected-button {
        background-color: #222222;
    }

    a:link {
        text-decoration: none;
        color: #999999;
    }

    a:hover {
        color: #555555;
    }

    .green-status {
        background-color: LightGreen;
        color: White;
    }

    .red-status {
        background-color: LightCoral;
        color: White;
    }

    @media (max-width: 991px) {
        .list-button-title {
            display: none;
        }
    }

    .fixed-table-line {
        white-space: nowrap;
    }

    .nav-link:hover {
        color: #555555;
    }

    .echart-graphic {
        width: 100%;
        height: 400px;
    }

    .graphic-title {
        font-weight: bold;
        color: #555;
    }

    .processing-info {
        font-size: 12px;
    }

    @media (min-width: 768px) {
        .toast {
            width: 100%;
        }
    }

    .toast {
        text-align: justify;
        font-size: 14px;
    }

    .graphic-color-primary {
        color: #555555;
    }

    .graphic-color-secondary {
        color: #222222;
    }

    .graphic-color-green {
        color: #6FAD69;
    }

    .graphic-color-gray {
        color: #999999;
    }

    .graphic-color-red {
        color: #F05A5A;
    }

    .graphic-color-yellow {
        color: #DDC115;
    }

    .graphic-color-brown {
        color: #843D3D;
    }

    /* LOADING */

    .special-loading {
        --speed-of-animation: 0.9s;
        --gap: 6px;
        --first-color: #555555;
        --second-color: #555555;
        --third-color: #555555;
        --fourth-color: #555555;
        --fifth-color: #555555;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        gap: 12px;
        height: 100px;
    }

    .special-loading span {
        width: 8px;
        height: 80px;
        background: var(--first-color);
        animation: scale var(--speed-of-animation) ease-in-out infinite;
    }

    .special-loading span:nth-child(2) {
        background: var(--second-color);
        animation-delay: -0.8s;
    }

    .special-loading span:nth-child(3) {
        background: var(--third-color);
        animation-delay: -0.7s;
    }

    .special-loading span:nth-child(4) {
        background: var(--fourth-color);
        animation-delay: -0.6s;
    }

    .special-loading span:nth-child(5) {
        background: var(--fifth-color);
        animation-delay: -0.5s;
    }

    @keyframes scale {

        0%,
        40%,
        100% {
            transform: scaleY(0.05);
        }

        20% {
            transform: scaleY(1);
        }
    }

    /* INPUT FORMS */

    .wrong-input input,
    .wrong-input select,
    .wrong-input textarea,
    .wrong-input label {
        border-color: #F05A5A !important;
        color: #F05A5A !important;
    }

    .inputGroup {
        margin: 0.55em 0.2em 0.55em 0.2em;
        position: relative;
    }

    .side-button {
        margin: 0.8em 0 0 0;
        position: relative;
    }

    .inputGroup input,
    select {
        font-size: 100%;
        padding: 0.8em;
        outline: none;
        border: 1px solid #999999;
        background-color: transparent;
        border-radius: 12px;
        width: 100%;
    }

    .inputGroup label {
        font-size: 100%;
        position: absolute;
        left: 0;
        padding: 0.8em;
        margin-left: 0.5em;
        pointer-events: none;
        transition: all 0.3s ease;
        color: #999999;
    }

    .inputGroup :is(input:focus, input:valid, select:focus, select:valid, input:disabled)~label {
        transform: translateY(-50%) scale(.9);
        margin: 0em;
        margin-left: 0.8em;
        padding: 0.3em;
        background-color: white;
        color: #555555;
    }

    .inputGroup :is(input:focus, input:valid, select:focus, select:valid, input:disabled) {
        border-color: #555555;
    }

    .icon-password {
        position: absolute;
        right: 0.5rem;
        top: 0.5rem;
        font-size: 25px;
    }

    .casher-label {
        font-size: 12px;
    }

    .button-panel-cashser {
        color: white;
        background-color: #555555;
    }

    .button-panel-cashser:hover {
        color: #555555;
        background-color: white;
    }

    .button-panel-cashser-daily {
        color: white;
        background-color: #33759E;
        cursor: default;
    }

    .button-panel-cashser-daily:hover {
        color: #33759E;
        background-color: white;
    }

    .button-panel-cashser-weekly {
        color: white;
        background-color: #42708c;
        cursor: default;
    }

    .button-panel-cashser-weekly:hover {
        color: #42708c;
        background-color: white;
    }

    .button-panel-cashser-fifteenly {
        color: white;
        background-color: #445c6b;
        cursor: default;
    }

    .button-panel-cashser-fifteenly:hover {
        color: #445c6b;
        background-color: white;
    }

    .button-panel-cashser-monthly {
        color: white;
        background-color: #3e474d;
        cursor: default;
    }

    .button-panel-cashser-monthly:hover {
        color: #3e474d;
        background-color: white;
    }

    @keyframes pulse0112 {

        0%,
        100% {
            transform: scale(0);
            opacity: 0.5;
        }

        50% {
            transform: scale(1);
            opacity: 1;
        }
    }

    /* LOADER CAIXA */

    .smaller-loader {
        display: flex;
        align-items: center;
    }

    .smaller-bar {
        display: inline-block;
        width: 3px;
        height: 10px;
        background-color: rgba(255, 255, 255, .5);
        border-radius: 10px;
        animation: scale-up4 1s linear infinite;
    }

    .smaller-bar:nth-child(2) {
        height: 25px;
        margin: 0 5px;
        animation-delay: .25s;
    }

    .smaller-bar:nth-child(3) {
        animation-delay: .5s;
    }

    @keyframes scale-up4 {
        20% {
            background-color: #ffff;
            transform: scaleY(1.5);
        }

        40% {
            transform: scaleY(1);
        }
    }

    .progress-bar-circle {
        width: 50px;
        height: 50px;
        border-radius: 100%;
    }

    .progress-bar-circle b {
        position: relative;
        top: 12px;
        left: 12px;
        font-size: 18px;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    tbody {
        font-size: 18px;
    }

    td button {
        font-size: 15px;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .hide-scrollbar::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .hide-scrollbar {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    footer {
        z-index: 1100 !important;
    }

    .small-size-warn {
        text-align: justify;
        font-size: 12px;
    }

    .table-separator {
        font-size: 1px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        height: 3px !important;
        max-height: 3px !important;
    }

    .popover-helper {
        cursor: help;
    }

    .red-payment {
        background-color: rgb(255, 215, 215) !important;
    }