div#page-content-wrapper {
    background-color: white;
}

div#content-body {
    margin-top: 73px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 
.tukar-poin-header {
    background: linear-gradient(
        to right,
        var(--bs-primary-bg-subtle) 0%,
        transparent 100%
    );
} */

.tukar-poin-header {
    background: linear-gradient(
        to bottom,
        var(--navbar-color) 0%,
        #0f68ce 100%
    );
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    /* box-shadow: 0 0.3rem 1rem rgba(13, 110, 253, 0.15); */
}

.tukar-poin-header .container {
    position: relative;
    z-index: 10;
}

.header-star {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    max-height: 100%;
    width: auto;
    z-index: 5;
}

footer {
    display: none;
}

.btn-primary {
    min-width: 130px;
    border-radius: 10px;
}

.btn-outline-secondary,
.btn-secondary {
    height: 48px;
    border-radius: 12px;
}

.btn-secondary:disabled,
.btn-outline-secondary:disabled {
    opacity: 1;
}

#tukarPoinContent {
    padding: 60px 120px;
}

#kategoriSection {
    min-width: 210px !important;
}

#kategoriSection .list-group {
    padding-top: 5px;
    padding-bottom: 5px;
}

#kategoriSection .list-group::-webkit-scrollbar {
    display: none;
}

.category-link {
    width: auto;
    min-width: max-content;
}

@media (min-width: 992px) {
    .category-link {
        width: 100%;
    }
}

@media (max-width: 1600px) {
    #tukarPoinContent {
        padding: 60px;
    }
}

@media (max-width: 450px) {
    #tukarPoinContent {
        padding: 60px 20px;
    }
}

.list-group-item.active {
    background-color: var(--dark-blue-100);
    color: var(--secondary-color);
    font-weight: 700;
}

.product-image {
    width: 80px;
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f8f9fa;
    border-radius: 8px;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.quantity-btn {
    width: 25px;
    height: 25px;
}

.quantity-btn i {
    font-size: 11px;
}

.btn-light {
    background-color: var(--gray-300) !important;
}

#plusBtn {
    background-color: var(--secondary-color);
    color: white;
}

.form-check {
    padding-left: 0 !important;
}

.custom-radio {
    border: 2px solid #6c757d;
}

.form-control {
    border: 1px solid #d9d9d9;
    box-shadow: none;
}

.form-control:focus {
    border-color: #2d5be3;
    box-shadow: 0 0 0 0.15rem rgba(45, 91, 227, 0.15);
}

.form-content {
    /* overflow: hidden; */
    transition: max-height 0.25s ease;
}
