.btn{
    cursor: pointer;
}

.breadcrumb-item a{
    color: #000;
}

.btn-leave a{
    color: #000;
}

.sidebar-brand a{
    color: #ffffff !important;
}

.status_check{
    display: block;
    position: absolute;
    right: 1em;
}

.navbar i{
    color: #000;
}

.main-sidebar{
    background-color: #000;
    color: #fff !important;
}

.main-footer{
    position: fixed;
    bottom: 0;
}

.page-link{
    color: #000 !important;
}

.sidebar-mini .sidebar-brand{
    background-color: #343a40 !important;
}

.material-icons:hover{
    cursor: pointer;
    font-weight: 700;
}

.container-login{
    background: url('../../../assets/images/background-login.png') no-repeat center center;
    background-size: cover;
}

.item-card{
    height: 35vh;
}

.card-text{
    min-height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.card-img-top{
    height: 150px;
    object-fit: contain;
    border-radius: 1em;

    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.own-card {
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border-radius: 0.5em;
    cursor: pointer;
}

.own-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15), 0 0 40px 10px rgba(0,0,0,0.10);
    z-index: 2;
}


.btn-link{
    position: absolute; left: 0; right: 0; bottom: 0; margin-bottom: 8px;
}

.title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #d64c4c;
    margin-bottom: 0.75em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}