html::-webkit-scrollbar {
    display: none;
}

html {
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
}


.card {
    border-radius: 15px;
    border: 1px solid #E5DCD5;
    margin-bottom: 15px;
    height: 70px;
}

.card-body {
    display: flex;
    align-items: center;
}

.card-title {
    color: #5D3F23;
    margin: 0 !important;
}

.icon-home {
    margin-right: 14px;
    width: 34px;
}

.small-padding {
    padding: 3px;
}

.checkLabel{
    display: inline-block;
}

.checkLabel input{
    padding: 0;
    margin:0;
    vertical-align: center;
    position: relative;
    top: 1px;
    overflow: hidden;
    transform: scale(1.2);
}

.container-bg{
    width: 100%;
    height: 100vh;
}

.main-button{
    margin: 5px;
    width: 50%;
}

.div-search-import-buttons {
    padding-left: 0;
    padding-right: 0;
    margin-top: 32px;
}

.search-import-button {
    margin-left: 5px;
    margin-right: 15px;
}

.search-import-button:disabled {
    box-shadow: none;
}

button > i, button > span > i {
    color: white;
    margin-right: 8px;
}

:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}

html,
body {
    height: 100%;
}

body {
    background-color: #fbfbfb;
}

.body-auth {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-auth {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Sobrescreve a margem padrão da `<label>` */
    line-height: 1.5;
    color: #495057;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

.page-item.active .page-link {
    background-color: #49A95A !important;
    border-color: #49A95A !important;
    color: white !important;
}

.no-vertical-padding input:not(:placeholder-shown) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }
    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }
    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }
    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

/* CSS Global */
.btn-primary {
    background: #49A95A !important;
    border-color: transparent !important;
}

.logo-intro {
    width: 35%;
}

.content-form {
    background: white;
    box-shadow: 1px 1px 3px #eaeaea;
    border-radius: 10px;
}

.title {
    font-size: 28px;
}

.welcome {
    font-size: 24px;
    color: #49A95A;
}

.welcome-subtitle {
    font-size: 14px;
    color: #757575;
}

.small-padding {
    padding: 3px;
}

.navbar {
    background-color: #fbfbfb;
    box-shadow: 0 0 10px #0000001a;
}

.navbar-icon {
    width: 20px;
}

.logout {
    color: #888888;
}

.logout:hover {
    color: #888888;
    text-decoration: none;
}

.nav-drop-item{
    cursor: pointer;
}
.nav-drop-item:hover{
    background-color: #49A95A;
}

a {
    color: #49A95A;
}

a:hover {
    color: #3d8f4c;
}


.lds-dual-ring {
    display: inline-block;
    width: 19px;
    height: 19px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 19px;
    height: 19px;
    margin: 2px;
    border-radius: 50%;
    border: 3px solid;
    border-color: white transparent white transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    cursor: pointer;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.lds-dual-ring span{
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    left: 155px;
    top: 33px;
}

.form-check-input{
    width: 20px;
    height: 20px;
}

.form-check-label{
    color: #444
}
