.dash-label {
    min-height: 110px;
    padding: 1em;
    margin-right: 12px;
    font-size: 14px;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    border: 1px solid rgb(255 255 255 / 26%);
    box-shadow: 0 0 4px rgb(152 152 152 / 64%);
    background: linear-gradient(-45deg, #d8d8d8, #dadada, #d8d8d8, #dadada);
    background-size: 400% 400%;
}

.dash-label {
    position: relative;
}

@media (max-width: 767px) {
    .dash-label {
        min-height: 345px;
    }
}

.dash-label.disabled {
    opacity: 0.4;
    pointer-events: none;
    filter: grayscale(60%);
}

.hr-col {
    color: #000000;
}

.tittle-page {
    font-size: 2.5rem;
    font-weight: bold;
}

.tittle-page-center {
    text-align: center;
}

.tittle-page-left {
    text-align: left;
}

.text-gradient {
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(to right, #000000, #acbb8b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}