.line-space {
    background: var(--putih-2);
    width: 100%;
    height: 2px;
}

/*  */

#title-departemen {
    font-size: 2em;
    font-weight: bold;
    background: linear-gradient(to right, #3ABF76, #1B5937);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.body-card-departemen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-card-departemen a {
    text-decoration: none;
    color: var(--text-color);
}

.card-departemen {
    background: var(--putih);
    width: 298px;
    /* min-height: 100px; */
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #33333300;
    transition: .3s;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    display: flex;
    justify-content: start;
    align-items: center;
    color: var(--text-color);
}

.card-departemen::after {
    content: '';
    width: 57px;
    height: 7px;
    background: var(--putih-2);
    position: absolute;
    bottom: 10px;
    border-radius: 50px;
}

.card-departemen:hover {
    transform: translateY(-5px);
    border: 1px solid var(--kuning);
    cursor: crosshair;
    user-select: none;
}

.card-departemen .box-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}

.card-departemen .icon-head {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-departemen .icon-head img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-departemen .title {
    width: 100%;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: bolder;
}

.card-departemen .content {
    width: 100%;
    height: auto;
    text-align: justify;
    padding: 20px;
    padding-bottom: 40px;
}

/* Barang-old */


/*
.card-barang {
    background: var(--putih);
    width: 298px;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    flex-direction: column;
    transition: .3s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-color);
}

.card-barang::after {
    content: '';
    position: absolute;
    width: 298px;
    height: 100%;
    border-radius: 15px;
    top: 0;
    background: #0000005f;
    z-index: 0;
}

.card-barang img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: blur(45px);
}

.card-barang .content {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    z-index: 1;
}

.card-barang .content span:first-child {
    font-size: 1.5em;
    color: var(--putih);
    font-weight: bold;
}

.card-barang .content span:last-child {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    color: var(--putih);
}

#ditemukan {
    background: var(--hijau);
}

#belum {
    background: var(--kuning);
} */
