.btn {
    border-radius: 4px;
    padding: 12px 12px;
}

.btn-primary {
    background: var(--primary-button);
    border-color: var(--primary-button);
}

.btn-secondary {
    background: #A3A3A3;
    border-color: #A3A3A3;
}

.btn-primary:hover {
    background: var(--primary-button);
}

.btn-disabled {
    background: #E1E1E1;
    color: #A3A3A3;
}

.btn-disabled:hover {
    background: #E1E1E1;
    color: #A3A3A3;
}

.btn-second {
    background: #E1E1E1;
    color: #A3A3A3;
}

.btn-second:hover {
    background: #bcbaba;
    color: #A3A3A3;
}

.btn-danger {
    background: #D33030;
    border-color: #D33030;
}
.btn-danger:hover {
    background: #a02929;
}

.btn-outline-primary {
    border-color: var(--primary-button);
    color: var(--primary-button);
}

.btn-outline-primary:hover {
    background: var(--primary-button);
    border-color: var(--primary-button);
    color: var(--primary-button);
}

.input {
    color: #A3A3A3;
    background: #F7F7F7;
    border-radius: 4px;
    padding: 12px 0px 12px 16px;
    font-weight: 150;
    border: none;
    font-family: "Font Awesome 5 Pro", Roboto, Open Sans, system-ui,-apple-system,"Segoe UI","Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";;
}

label {
    color: #767676;
    font-weight: 250;
    margin-bottom: 7px;
    margin-top: 7px;
}

@media (max-width: 768px) {


}

body, html {
    height: 100%;
    width: 100%;
    margin: 0;
}

.navbar {
    background: #18191E;
    color: #FFFFFF;
    font-family: Open Sans, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.btn-home {
    width: 100%;
    padding: 12px 16px;
    align-self: baseline;
}

.pre-login-img {
    height: 100%;
    width: 100%;
}

.employee-preview-card {
    background: #FFFFFF;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 14px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.employee-preview-name {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
}

.employee-preview-actions {
    font-size: 16px;
}

.employee-preview-description {
    color: #A3A3A3;
    font-weight: 200;
}

.avatar-circle {
    width: 70px;
    height: 70px;
    background-color: #F9B580;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.initials {
    position: relative;
    top: 8px; /* 25% of parent */
    font-size: 22px; /* 50% of parent */
    line-height: 50px; /* 50% of parent */
    color: #fff;
    font-weight: bold;
}

.bg-home {
    background:
        linear-gradient(0deg, rgba(0,0,0,1) 6%, rgba(0,0,0,0) 48%),
        url('/img/home-bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg-prelogin {
    background:
        linear-gradient(179.89deg, rgba(74, 74, 74, 0.84) 0.1%, rgba(27, 27, 27, 0.73) 36.75%, #000000 99.9%),
        url('/img/prelogin-bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.selectize-input  {
    background: #F7F7F7 !important;
    border-radius: 4px !important;
    padding: 12px 0px 12px 16px !important;
    font-weight: 150 !important;
    border: none !important;
    font-family: "Font Awesome 5 Pro", system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";;
}

.text-gray {
    color: #A3A3A3;
    margin-right: 10px;
}

.footer-menu {
    background: rgb(255,255,255);

    min-height: 70px;
    max-height: 60px;
}

.btn-transparent {
    background: transparent;
    border: none;
}

.code-input {
    color: #585666;
    font-weight: bold;
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);

}

@media (min-width: 1000px) {
    .container {
        width: 60%;
    }
}

.iti--allow-dropdown { width: 100% }

.input-icon {
    font-family: "icomoon",  Roboto, "Open Sans";
}

.btn-custom-download {
    color: #7C7C7A;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.06);
    padding: 8px 20px;
}

.btn-custom-download i {
    transform: rotate(-90deg);
}

.custom-upload-label {
    color: #777777;
    font-weight: 500;
    font-family: 'Lexend';
    font-size: 18px;
    align-self: center;
}

.custom-separator {
    margin-top: 2px;
    margin-bottom: 2px;
    border: 1px solid #E9E9E9;
}

.filename {
    color: #6B6B6B;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
}

.file-confirmed {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    color: #5FC068;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:white; /* cor do background que vai ocupar o body */
    z-index:999; /* z-index para jogar para frente e sobrepor tudo */
}
#preloader .inner {
    position: absolute;
    top: 50%; /* centralizar a parte interna do preload (onde fica a animação)*/
    left: 50%;
    transform: translate(-50%, -50%);
}
