:root {
    --cecan-purple: #604080;
    --cecan-purple-light: #a6a3d1;
    --cecan-blue: #11206d;

    --cecan-bg-purple: #dcdff2;
    --cecan-bg-blue: #b4e1fa;
}

.dark-mode #global-loader {
    background: #1a1a3c !important;
}

.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;
    color: #fff;
}

.badge-status:hover {
    color: #777;
    /*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;
}

.badge-roles {
    color: black !important;
}

.dark-mode .badge-roles {
    color: gray !important;
}

table.table-custom-samples thead tr th {
    vertical-align: middle !important;
    font-size: 12px !important;
}

table.table-custom-samples tbody tr td {
    vertical-align: middle !important;
}

h2 button.accordion-button {
    font-size: 1.2rem !important;
}

.dark-mode h2 button.accordion-button {
    color: #fff !important;
}

.lkp-badge-status {
    font-size: 0.8rem;
}

.box-filter {
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    margin-bottom: 10px;
}

.dark-mode .div-landing {
    color: #fff;
}

.div-landing {
    aspect-ratio: 4/1;
    width: 100%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: auto 100%; */
    background-size: contain;
}

.border-debbug {
    border: 0.5px dashed #1d2f4a;
}

.dark-mode .border-debbug {
    border: 0.5px dotted #ffffff;
}

/* .btn-primary {
    background-color: var(--cecan-blue);
    border-color: var(--cecan-blue);
    color: #fff;
}

.dark-mode .btn-primary {
    background-color: var(--cecan-purple-light);
    border-color: var(--cecan-purple-light);
    color: #222;
}

.btn-primary:hover {
    background-color: var(--cecan-blue);
} */


.image-reflection {
    position: relative;
    width: 300px;
    /* Adjust the width as needed */
    background-size: cover;
    background-position: center;
    width: 100%;
    border-radius: 40px;
}

/* .image-reflection img {
    display: block;
    width: 100%;
} */

/* .image-reflection::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    transform: scaleY(-1);
    opacity: 0.5;
    border-radius: 40px;
    filter: blur(2px);
    mask-image: linear-gradient(transparent 85%, white 100%);
} */