body,
html {
    margin: 0;
    padding: 0;
    height: 100% !important;
    background: rgb(33,37,41);
}

.page-item .page-link {
    margin: 3px !important;
    border-radius: 5px !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    border-color: #181a28 !important;
    background-color: #164071 !important;
}

.bg-color-primary {
    background-color: #164071 !important;
}

.card-title {
    margin: 0px !important;
    font-size: 27px;
    margin-left: 5px !important;
}

.page-item .page-link {
    margin: 3px !important;
    border-radius: 5px !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    border-color: #181a28 !important;
    background-color: #164071 !important;
}

.car .data-table-card {
    padding-top: var(--bs-gutter-x, .75rem);
    padding-bottom: var(--bs-gutter-x, .75rem);
}

.color-light {
    color: #e7e7e7 !important;
}

.bg-color-light {
    background-color: #e7e7e7 !important;
}

.color-primary {
    color: #164071 !important;
}

.bg-color-primary {
    background-color: #164071 !important;
}

.color-secundary {
    color: #181a28 !important;
}

.bg-color-secundary {
    background-color: #181a28 !important;
}

.color-tertiary {
    color: #E0A51B !important;
}

.bg-color-tertiary {
    background-color: #E0A51B !important;
}

.hidden-element {
    display: none !important;
}

.user_card {
    height: 400px;
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    background: #181a28;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: #f3f3f3;
    padding: 7px;
    text-align: center;
}

.brand_logo {
    height: 150px;
    width: 150px;
    padding: 20px;
}

.div-joselito {
    border-radius: 50%;
    border: 4px solid #181a28;
}

.form_container {
    margin-top: 100px;
}

.login_btn {
    width: 100%;
    background: #717579 !important;
    color: white !important;
}

.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.login_container {
    padding: 0 2rem;
}

.input-group-text {
    background: #717579 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

@media only screen and (max-width: 768px) {
    .icone-usuario {
        display: flex;
        padding-right: 8px!important ; 
    }
    .nome-usuario {
        display: none
    }   
}


@media only screen and (min-width: 521px) {
    #botoes-master {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 520px) {
    .div-placa-e-botoes {
        display: flex;
        flex-direction: column;
        justify-content: flex-start!important;
    }
    #input-adicionar {
        margin-bottom: 12px;
    }
}



#input-adicionar {
    margin-right: 12px;
}

.error {
    color: red;
    position: absolute;
    bottom: 0
}

input.error,
select.error,
textarea.error {

    border: 3px solid red;
}

#confirma_password_reveal, #password_reveal {
    z-index: 5;
}

#confirma_password_reveal:hover, #password_reveal:hover {
    transform: translate(1px,2px);
}