.logoportada{
    background-color: #FFF !important;
    border-radius: 20px;;
}

.btn-dashboard{
    width: 95px;
    height: 85px;
    border-radius: 8px;
    border-color: rgb(219, 223, 233);
    color: rgb(108, 95, 252);
}
.btn-dashboard:hover, .btn-dashboard.active{
    border-bottom: 5px solid rgb(108, 95, 252);
    color: rgb(108, 95, 252);
    padding-bottom: 2px;
}
.btn-dashboard i{
    font-size: 24px;
}

.table-cecan thead tr th{
    color: #FFF;
    font-weight: 800 !important;
    vertical-align: middle;
}

.cursor-pointer{
    cursor: pointer !important;
}

.request-details li p {
    margin: 0;
}

.request-details li p.name-attribute {
    font-size: 0.7rem;
    letter-spacing: 2px;
}

.request-details a.btn.btn-default {
    color: #000 !important;
}

.request-details .options {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.badge-status{
    cursor: default !important;
}
.badge-status:hover{
    color:black !important;
}

.chart-box {
    overflow: hidden !important;
    border-radius: 8px !important;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4) !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
}

#donut_chart_gender {
    width: 100%;
}

#bar_chart_samples_type {
    /* height: 300px; */
    width: 125%;
}

#bar_chart_age_range {
    height: 400px;
    width: 108%;
}

.btn-url{
    cursor: pointer !important;
}
.btn-url:hover{
    box-shadow: 0 0 10px rgba(108, 95, 252, 0.4) !important;
}

.dark-mode .btn-url:hover{
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4) !important;
}

table.table-cluster thead tr th,
table.table-cluster tbody tr td {
    vertical-align: middle;
}

table.table-cluster i.fa-check-square {
    color: #198754;
}

.filters-header {
    margin-bottom: 20px;
}

.filter-cecan div {
    height: 55px !important;
}
