main {
	margin-top: 0;
    font-family: 'Quicksand';
}

.webstruk-header h5 {
	margin-bottom: 20px;
}

.webstruk {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #f6faf0;
    min-height: 725px;
    padding-top: 48px;
}

.webstruk-header {
    color: #1D1D1D;
    width: 25%;
}

.webstruk-footer {
    margin-top: 20px;
}

.webstruk-content {
    background-color: white;
    color: #1D1D1D;
    width: 350px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    padding-top: 30px !important;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-radius: 16px;
}

.webstruk-content {
    background-color: white;
    color: #1D1D1D;
    width: 350px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-radius: 16px;
}

.webstruk-content.detail-reservasi {
    padding: 30px;
}

.webstruk-content.detail-reservasi .content {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.webstruk-content.detail-reservasi .content .content-section {
    flex: 1;
}

.webstruk-text {
    padding-left: 30px;
    padding-right: 30px;
}

.content-title {
    color: #1D1D1D;
    font-size: 20px !important;
    font-weight: bold !important;
    padding-left: 14px;
}

.text-title {
    color: #8D8D8D;
    font-size: 14px;
}

.text-content {
    color: #1D1D1D;
    font-size: 15px;
    font-weight: bold;
    /* margin-top: -5px; */
    line-height: 20px;
}

.webstruk-divider {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.pemesanan-harga {
    padding-right: 45px;
}

.item-harga {
    padding-right: 15px;
}

.qris-logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

.qris-title {
    text-align: center;
    font-weight: 600;
    margin: 3px 0;
    line-height: 1.4rem;
}

.qris-description {
    font-size: 12px;
    line-height: normal;
};

.footer-content {
    position: relative;
    margin-top: 10px;
}

.footer-text {
    display: inline-block;
    line-height: 40px;
}

.footer-image {
    display: inline-block;
    position: absolute;
    top: 8px;
    margin-left: 5px;
    width: 100px;
}

.text-right .text-content {
    width: 100%;
    text-align: right;
}

.star-rating-container > center > img {
    filter: grayscale(1);
    cursor: pointer;
}

.star-rating-container > center > img.selected {
    filter: grayscale(0);
}

@media only screen and (max-width: 768px) {
    .webstruk-header {
        width: 350px;
        margin-top: 50px;
    }

    .webstruk-content {
        width: 350px;
    }

    .pemesanan-harga{
        padding-right: 30px;
    }

    .item-harga{
        padding-right: 30px;
    }

    .modal.in .modal-dialog {
        width: 350px;
    }
}

@media only screen and (max-width: 320px) {
    .webstruk-header {
        width: 300px;
        margin-top: 50px;
    }

    .webstruk-content {
        width: 300px;
    }

    .pemesanan-harga{
        padding-right: 30px;
    }

    .item-harga{
        padding-right: 30px;
    }

    .modal.in .modal-dialog {
        width: 300px;
    }
}

.modal-backdrop.in {
    display: none;
}

.modal.in .modal-dialog {
    width: 350px;
    margin: auto;
}

.modal-content{
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #ece9e9;
    border-radius: 16px;
}
