@import url("../all.css");
/* TITLE */

.title_kategori {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 30px;
    background-color: var(--white);
}

.title_kategori p {
    font-size: 17px;
    font-weight: 500;
    color: var(--black);
}

.title_kategori span {
    font-size: 17px;
    font-weight: 600;
    color: var(--orange);
}

.grid_produk {
    width: 100%;
    margin-top: 15px;
    /* background-color: blue; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.hero_la {
    width: 100%;
    padding: 110px 0;
    background-image: url("../../../request-produk/icon/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: top;
}

.text_dsfdd h1 {
    font-size: 35px;
}

.text_dsfdd p {
    font-size: 25px;
}

.hla_w {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.card_hla_w {
    width: 500px;
    background-color: var(--orange);
    border-radius: 15px;
}

.box_title {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
}

.container_box_list_as {
    padding: 20px;
    background-color: var(--white);
    border-radius: 15px;
}

.box_list_as {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.blas_b {
    grid-template-columns: 1fr 1fr;
}

.box_list_as select {
    padding: 10px 10px;
    border: 1px solid var(--border-grey);
    border-radius: 5px;
    outline: none;
}

.box_list_as button {
    padding: 10px 10px;
    border: none;
    background-color: var(--orange);
    border-radius: 5px;
    outline: none;
    color: var(--white);
    font-weight: 600;
    text-align: center;
}

.periode_bulan_la {
    font-size: 11px;
    font-weight: 500;
    color: var(--white);
    background-color: var(--orange);
    padding: 3px 5px;
    display: inline-block;
    border-radius: 2px;
    margin-top: 10px;
}

.box_buasdfk {
    padding: 15px;
    height: 65px;
    border: 1px solid var(--orange);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    position: relative;
}

.box_buasdfk img {
    width: 50px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: 1;
}

.box_buasdfk h1 {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    text-align: left;
}

.desc_box_v {
    width: 100%;
    padding: 15px;
    border: 1px solid var(--grey);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
    margin-top: 30px;
}

.desc_box_v img {
    height: 50px;
}

.desc_box_v p {
    font-size: 14px;
}

.ketentuan_perjalanan_la {
    width: 100%;
    margin: 30px 0;
}

.ketentuan_perjalanan_la h1 {
    font-size: 18px;
}

.list_kp_la {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card_list_kp_la {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.card_list_kp_la img {
    width: 35px;
}

.ketentuan_perjalanan_la p {
    font-size: 16px;
}

.box_jsdafjsd {
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.isi_box_jsdafjsd {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border: 2px solid var(--orange);
    border-radius: 10px;
    background-color: #f7f7f7;
    position: relative;
}

.isi_box_jsdafjsd img {
    height: 45px;
}

.isi_box_jsdafjsd p {
    margin-top: 5px;
    font-size: 15px;
}

.isi_box_jsdafjsd i {
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--orange);
}

.kuota_request_jumlah {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border: 2px solid var(--orange);
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.text_kuota_request_jumlah h1 {
    margin-top: 3px;
    font-size: 20px;
}

.tambah_produk_reqq {
    width: 100%;
    padding: 20px;
    border: 2px solid var(--orange);
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.tambah_produk_reqq p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
}

.delete_pro_req {
    width: 40px;
    height: 40px;
    background-color: var(--orange);
    border-radius: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}

.box_select_paket_jumlah {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 15px;
}

.select_paket_jumlah {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--semi-grey);
    box-sizing: border-box;
    background-color: var(--semi-grey);
    cursor: pointer;
}

.select_paket_jumlah_active {
    border: 1px solid var(--orange);
}

.select_paket_jumlah p {
    font-size: 15px;
    font-weight: 400;
}

.select_paket_jumlah h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--orange);
    margin-top: 3px;
}

.close_back_transfer_manual {
    position: absolute;
    top: 15px;
    right: 15px;
    color: var(--orange);
    font-size: 18px;
    cursor: pointer;
}

.kjfjkbhgvdf {
}

.kjfjkbhgvdf p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--black);
    font-size: 16px;
}

.jdfksdg {
    font-size: 16px;
    margin-top: 5px;
}

.request_sa {
    position: absolute;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.box_request_sa {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: rgb(197, 205, 217, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

.box_kjfjkbhgvdf {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}

.star_box_title {
    width: 15px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 3px;
}

.star_box_title i {
    font-size: 14px;
    color: var(--orange);
    margin-top: -1px;
}

/* RESPONSIVE */

@media only screen and (max-width: 600px) {
    .box_list_as {
        grid-template-columns: 1fr 1fr;
    }

    .blas_b {
        grid-template-columns: 1fr;
    }

    .place_text_belm {
        font-size: 11px;
    }

    .request_sa {
        height: 120px;
    }

    .star_box_title {
        font-size: 13px;
        font-weight: 500;
    }

    .star_box_title i {
        font-size: 11px;
        color: var(--orange);
    }

    .kjfjkbhgvdf p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: var(--black);
        font-size: 13px;
    }

    .jdfksdg {
        font-size: 13px;
        margin-top: 5px;
    }

    header {
        display: flex;
    }
    .back_header {
        display: block;
    }

    /* .back_transfer_manual {
        margin-top: -50px;
    }

    .back_popup_confirm {
        margin-top: -50px;
    } */

    .ketentuan_perjalanan_la {
        width: 100%;
        margin: 30px 0;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .text_dsfdd {
        text-align: center;
    }

    .text_dsfdd h1 {
        font-size: 30px;
        color: #fff;
    }

    .text_dsfdd p {
        font-size: 20px;
        color: #fff;
    }

    .hla_w {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }

    .card_hla_w {
        width: 90%;
        background-color: var(--orange);
        border-radius: 15px;
    }

    .title_kategori {
        margin-top: 15px;
        padding: 0 15px;
        height: 53px;
    }

    .title_kategori p {
        font-size: 15px;
    }

    .title_kategori span {
        font-size: 15px;
    }

    .grid_produk {
        background-color: var(--white);
        margin-top: 0;
        padding: 0px 15px 15px 15px;
        grid-gap: 10px;
        box-sizing: border-box;
        grid-template-columns: 1fr 1fr;
    }

    .tambah_produk_reqq p {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: var(--black);
    }
}
