

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.login-box {
    margin: auto;
    position: relative;
    top: 30px;
}

.footer {
    display: block;
    box-sizing: border-box;
    height: 526px;
    background-color: #008d4c;
    clip-path: ellipse(99% 100% at 50% 100%);
    color: #ffffff;
    width: 100%;

}

.login-box-body {
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.47);
}

body {
    padding-right: 0 !important
}

.size-font-termo {
    font-size: 14px
}

.background-white {
    background: #ffffff;
}

.padding-span {
    padding-top: 30px;
}

.span-color {
    color: #000;
}

div#senhainvalida {
    margin-top: 15px;
    position: relative;
    top: 18px;
}

div#lpg-negada {
    margin-top: 15px;
    position: relative;
    top: 18px;
}

.modal-dialog.modal-dialog-centered {
    margin-top: 400px;
}

.color-alert-error {
    color: #dd4b39
}

.color-alert-warning {
    color: #e08e0b;
    font-family: system-ui;
}

.justificar-texto {
    margin-right: 0px
}

/* 
    ::-webkit-scrollbar {
        width: 7px;
        height: 7px;
        background-color: #d2d6de;
    } 
*/

::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar-thumb {
    background-color: #9a9a9a;
}

.skin-green-light .sidebar-menu>a,
.skin-green-light .sidebar-menu>li.active>a {
    background: #27af71;
}