.img-preview {
    width: 100px;
}

.card-img {
    width: 40%;
}

.card-img img {
    width: 100%;
}

.icon-add-unit {
    font-size: 40px;
}

.card-add-unit {
    cursor: pointer;
}

.sidebar-wrapper .sidebar-header {
    background-image: url("/assets/custom/images/background-sidebar.png");
    background-size: cover;
    background-position: center;
    padding: 5rem 1rem 5rem;
    /* background-clip: content-box; */
}

.title-app {
    color: white !important;
}

.sidebar-wrapper {
    background-color: #00549e !important;
    /* color: white !important; */
}

/* override selector yang sama di app.css */
.sidebar-wrapper .menu .sidebar-link {
    color: white !important;
}

/* ganti warna sidebar menu yang sedang hover */
.sidebar-wrapper .menu .sidebar-link:hover {
    background-color: #ea7d2a !important;
}

/* ganti warna sidebar menu yang aktif */
.sidebar-wrapper .menu .sidebar-item.active > .sidebar-link {
    background-color: #ea7d2a !important;
    color: white !important;
}

/* ganti warna primary button */
.btn-primary {
    background-color: #ea7d2a !important;
    border-color: #ea7d2a !important;
}

/* ganti warna title card usaha */
.card-body .name .title-entity {
    color: #ea7d2a !important;
}

.bacground-dashboard {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.image-banner {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.text-banner {
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.transaction-background {
    background: linear-gradient(
        48.73deg,
        #00549e -2.95%,
        #0063aa 18.02%,
        #0071b5 45.98%,
        #0080bf 75.85%,
        #008fc9 100%
    );
    border-radius: 10px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.background-saldo {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff33;
    opacity: 80%;
    height: 120px;
}
