.picstoko-box {
    position: sticky;
    top: 50px;
    padding: 1rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    background-color: white;
    /* border: 1px solid black; */
}

.picstoko-wrapper {
    width: 60%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.picstoko-img {
    width: 23%;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 99px;
    /* border: 1px solid red; */
}

.picstoko-img img {
    /* aspect-ratio: 1/1.2; */
    width: 100%;
}

.picstoko-title {
    width: fit-content !important;
    display: flex;
    flex-direction: column;
}

.picstoko-saldo {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.picstoko-saldo img {
    aspect-ratio: 1/1;
    width: 10%;
    height: fit-content;
}

.box-sec {
    height: auto;
    background-color: white;
    /* border: 1px solid black; */
}

.bs-wrapper {
    padding: 1rem;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.bs-title {
    display: flex;
    flex-direction: column;
}

.statusorder-wrapper {
    display: flex;
    flex-direction: row;
}

.status-row {
    width: 24%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 4/1.17;
    border-radius: 8px;
    /* border: 1px solid black; */
    overflow: hidden;
}

/* PRODUK & JASA MANAGEMENT */

.card-item {
    padding: 1rem;
    width: 100%;
    height: auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.card-item-content {
    width: 100%;
    height: auto;
    /* border: 1px solid blue; */
    justify-content: start;
    align-items: center;
}

.item-image {
    width: 40%;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    /* border: 1px solid red; */
}

.voucher-image {
    width: 24%;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 8px;
    /* border: 1px solid red; */
}

.item-image img {
    width: 100%;
}

.data-product {
    width: 100%;
    height: 5vh;
}

.label-voucher {
    padding: 0.1rem 0.7rem;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(11, 165, 50);
    background: linear-gradient(
        142deg,
        rgb(11, 165, 50) 0%,
        rgb(5, 140, 39) 100%
    );
}

.label-voucher-end {
    padding: 0.1rem 0.7rem;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        142deg,
        rgba(0, 0, 0, 0.143) 0%,
        rgba(0, 0, 0, 0.215) 100%
    );
}
/* END OF PRODUK & JASA MANAGEMENT */

/* TAMBAH JASA */

.sec-container {
    width: 100%;
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: column;
}

.wrap-item {
    background-color: white;
    height: auto;
}

.wrap-content {
    width: 100%;
}

.wrap-image {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.wrap-image .image-item {
    width: 20%;
    border: 1px solid rgba(0, 0, 0, 0.064);
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 8px;
    background-color: #f7f7f7;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tambah-image {
    user-select: none;
    width: 40%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 30px;
    font-size: 20px;
    display: flex !important;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.tambah-image:hover {
    border: 1px solid #10accf1a;
    background-color: #10accf16;
}

.wrap-image .image-item img {
    width: 100%;
}

/* END OF TAMBAH JASA */

/* PENDAPATAN */
.percentage-btn {
    min-width: 60px;
    height: 30px;
    border: 1px solid rgb(201, 201, 201);
    border-radius: 8px;
}
/* END OF PENDAPATAN */

/* MEDIA SCREEN */

@media only screen and (max-width: 455px) {
    .voucher-image {
        width: 34%;
        height: auto;
        aspect-ratio: 1/1;
        overflow: hidden;
        border-radius: 8px;
        /* border: 1px solid red; */
    }
}

/* END OF MEDIA SCREEN */
