body {
    background-color: #F0F0F3 !important;
}

#menu-principal li{
    padding: 8px;
}

#menu-principal li a{
    color: #625f6e;
}

#menu-principal li a .menu-title{
    margin-left:12px;
}



.titulo-sidebar {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    color: #222 !important;
}



  .card {

    margin-bottom: 2rem;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  transition: all 0.3s ease-in-out, background 0s, color 0s, border-color 0s;

    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(34, 41, 47, 0.125) !important;
    border-radius: 0.428rem;
}

.titulo {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    color: #222 !important;
}


.table-blup thead tr th{
    border: 0  !important;
    background-color: #ececec !important;
}


.btn-blup-orange{
    width: fit-content;
    background-color: #ffa8073b;
    border: 0;
    color: #ff8907;
    border-radius: 12px;
    font-size: 15px;
}

.btn-blup-green{
    width: fit-content;
    background-color: #8bc34a4f;
    border: 0;
    color: #4CAF50;
    border-radius: 12px;
    font-size: 15px;
}

.btn-blup-purple {
    width: fit-content;
    background-color: #9c27b05c;
    border: 0;
    color: #9C27B0;
    border-radius: 12px;
    font-size: 15px;
}

.btn-blup-gray{
    background-color: #0000000f;
    color: gray;
}


