.bg-padrao{
    background-color: #f4f6f9!important;
}

.login-page{
    background-color: #f9f9f9!important;
}
.login-page, .register-page {
    background-color: #f9f9f9!important;
}
.barra-top{
    min-height: calc(6rem + 1px)!important;
}
.margem-barra-top{
    /*margin-top: 100px;*/
    margin-top: calc(6rem + 1px)!important;
}
.layout-navbar-fixed .wrapper .content-wrapper {
    /*margin-top: calc(6rem + 1px)!important;*/
}
.grupo-titulo {
    white-space: nowrap;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;    
}
.grupo-descricao{
    text-align: center;
    font-family: Nirmala UI;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(130,128,128,1);
    margin: 10px 0;
}
.transparent-input{   
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 3px solid #0bf1b0;
}
.claro-input{   
    background-color: #0bf1b0;
    border-radius: 20px;
}   
.btn-roxo {
    align-self: center;
    background-color: #210140;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 91px;
    border-right-style: none;
    border-top-style: none;
    border-width: 0px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    height: 44px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 247px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
 .btn-roxo:hover {
    color: #28a745!important;
    text-decoration: none;
}
.btn-roxo-linha {
    border: 1px solid #210140;
    border-radius: 91px;
    background-color: transparent;
    color: #210140;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    height: 44px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 247px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 5px;
}
.btn-roxo-linha-sem {
    border-radius: 91px;
    background-color: transparent;
    color: #210140;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    height: 44px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 247px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 5px;
}

.card-secondary.card-outline {
    border-top: 3px solid #210140;
}
.user-footer{
    border-radius: 20px!important;
}
.dropdown-menu {
    border-radius: 20px!important;
    color: #210140;
    /*border: 1px solid #210140!important;*/
}
.dropdown-menu .show {
    background-color: #0bf1b0!important;
}
.dropdown-item {
    border-radius: 20px!important;
}
.dropdown-item .show {
    background-color: #0bf1b0!important;
}
.menu-roxo {
    border-radius: 20px!important;
    color: #210140;
    border: 3px solid #210140;
}
.card-title {
    color: #210140;
}

.text-roxo {
    color: #210140;
}
.text-claro {
    color: #0bf1b0;
}

.btn-claro {
    background-color: #0bf1b0;
}
.bg-claro {
    background-color: #0bf1b0;
}
.icone {
    color: #0bf1b0;
}

.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    color: #0bf1b0;
}

.card{
    transition: transform 0.2s ease-in-out;
}
/*
.card:hover{
    transform: scale(1.01);
}
*/
.left-icons-hook{
    position: fixed;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background-color: #e6e6e6;
    max-width: 45px;
    border-start-end-radius: 30px;
    border-end-end-radius: 30px;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(0,0,0,.15),0 10px 10px rgba(0,0,0,.12)!important;
}

.left-icons-hook>form img {
    display: block;
    width: 22px;
    height: 22px;
    margin: 10px auto;
    transition: transform 0.2s ease-in-out;
}

.left-icons-hook>form img:hover {
    transform: scale(1.1);
}

.pagination-roxo .page-link {
    color: #210140; 
}

.page-link {
    color: #210140;
}
.page-link:hover {
    color: #210140;
}
.page-item.active .page-link {
    background-color: #210140;
    border-color: #210140;    
}

