:root {
    /* --color-primary: #008ED3;
	--color-primary-rgb: 0,142,211; */
    /* --color-primary-contrast: #ffffff;
	--color-primary-contrast-rgb: 255,255,255;
	--color-primary-shade: #8e1118;
	--color-primary-tint: #aa2b32; */

    /* --color-secondary: #fed530;
	--color-secondary-rgb: 161,19,27;
	--color-secondary-contrast: #ffffff;
	--color-secondary-contrast-rgb: 255,255,255;
	--color-secondary-shade: #8e1118;
	--color-secondary-tint: #aa2b32; */
}

.min-h-100vh {
    min-height: 100vh !important;
}

.invalid-form,
.invalid-image {
    border: 1px solid #ff0000;
}

.bg-filtrando {
    background-color: rgba(28, 200, 138, .4);
    /* background-color: #FFF; */
    background-image: linear-gradient(180deg, rgba(28, 200, 138, .3) 10%, rgba(19, 133, 92, .3) 100%);
    background-size: cover;
}

.nav-tabs {
    border-bottom: 0px;
}

#pager {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 4px;
}

#pager .stepper-before,
#pager .stepper-next,
#pager .stepper {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    cursor: pointer;
}

#pager .stepper-before:hover,
#pager .stepper-next:hover,
#pager .stepper:hover,
#pager .stepper-active {
    color: var(--color-primary-contrast);
    background-color: var(--color-primary);
}

/* Login */
.bg-onboard {
    background-color: #4e73df;
    background-image: url('/img/background-predio.png');
    background-size: cover;
    background-position: right center;
}

.bg-login-image {
    background-image: url('./img/alphacode_quadrado.jpg');
}

.bg-password-image {
    background-image: url('./img/alphacode_quadrado.jpg');
}

.footer-login p {
    color: #FFFFFF;
    font-size: small;
}

.footer-login img {
    height: 23px;
}

#olho-senha {
    width: 25px;
    margin-right: 20px;
    margin-left: 0px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 58%;
    right: 50px;
    color: #555;
    transform: translateY(-50%);
}

@media (max-width: 383px) {
    #olho-senha {
        top: 60%;
    }
}

::-webkit-calendar-picker-indicator {
    border-radius: 50%;
    margin-left: 0.1rem;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

::-webkit-calendar-picker-indicator:hover {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
}

/* usuarios START */

.img-avatar {
    width: 180px !important;
    height: 180px !important;
    border-radius: 50%;
    margin: 0px 0px 30px 0;
    cursor: pointer;
    object-fit: cover;
}

/* usuarios END */

.img-background {
    object-fit: cover;
    border-radius: 10px;
}

.form-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.modal-dialog-preview {
    max-width: 95vw;
    width: 95vw;
    margin: 1rem auto;
}

@media (max-width: 768px) {
    .modal-dialog-preview {
        width: 100vw;
        height: 100vh;
        margin: 0;
        max-width: none;
    }
    
    .modal-dialog-preview .modal-content {
        height: 100vh;
        border-radius: 0;
    }
    
    .modal-dialog-preview .modal-body iframe {
        height: calc(100vh - 60px);
    }
}