body {
    background-color: #ffffff !important;
}

.hide-long-text {
    max-height: 142px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 5;
    -moz-line-clamp: 5;
    -ms-line-clamp: 5;
    line-clamp: 5;
    overflow: hidden;
    display: inline-block;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

.swiper-slide {
    height: 100% !important;
}

.card-footer {
    background-color: #ffffff;
}

.detail-book-badge {
    margin-left: 20px;
}

.total-sold-icon {
    padding-left: 20px;
}

/* Banner*/
.carousel-border {
    border-radius: 15px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.carousel-control-prev,
.carousel-control-next {
    width: 48px;
    height: 48px;
    background-color: #ff7b54;
    border-radius: 50px;
    top: calc(50% - 48px / 2);
    transform: translateY(-50%);
    opacity: 0.5;
    box-shadow: -4px 4px 40px rgba(112, 144, 176, 0.4);
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 0.8;
}
/* Banner Mobile Smartphone*/
@media only screen and (max-width: 600px) {
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}
/* Banner Mobile Tablet */
@media only screen and (min-width: 601px) and (max-width: 991px) {
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}

/* Card for Desktop */
@media only screen and (min-width: 992px) {
    .card-wrapper {
        padding: 0.5em;
    }
    .card-ilustrator1 {
        justify-content: center;
        gap: 20px;
        width: 164px;
        height: 380px;
        border-radius: 16px 0px 0px 16px;
    }
    .btn-card {
        position: absolute;
        left: 13px;
        bottom: 15px;
        width: 130px;
        height: 33px;
    }
    .show-all {
        color: #ff7b54;
        font-size: 20px;
    }
    .btn-show-all {
        width: 35px;
        height: 35px;
        background-color: #ff7b54;
        border-radius: 50%;
        transform: translateY(-50%);
        border: none;
    }
    .card-content-center {
        padding: 127px 0;
    }
    .swiper-button-prev,
    .swiper-button-next {
        z-index: 9999 !important;
    }

    .swiper-button-disabled {
        display: none !important;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        color: black;
        font-size: 25px !important;
        background-color: white;
        border-radius: 50%;
        padding: 10px 15px;
        box-shadow: -4px 4px 40px rgba(112, 144, 176, 0.4);
    }
}

/* Card for Smartphone */
@media only screen and (max-width: 600px) {
    .container h3 {
        font-size: 16px;
    }
    .card-wrapper {
        padding: 0.5em;
    }
    .card-ilustrator1 {
        display: none !important;
        visibility: hidden !important;
    }
    .btn-card {
        position: relative;
        top: 10px;
        width: 130px;
        height: 33px;
    }
    .show-all {
        color: #ff7b54;
        font-size: 12px;
    }
    .btn-show-all {
        width: 25px;
        height: 25px;
        background-color: #ff7b54;
        border-radius: 50%;
        transform: translateY(-50%);
        border: none;
    }
    .card-content-center {
        padding: 80px 10px 50px 10px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
}

/* Card for Tablet */
@media only screen and (min-width: 601px) and (max-width: 991px) {
    .container h3 {
        font-size: 16px;
    }
    .card-wrapper {
        padding: 0.5em;
    }
    .card-ilustrator1 {
        justify-content: center;
        gap: 20px;
        width: 130px;
        height: 390px;
        border-radius: 16px 0px 0px 16px;
    }
    .card-ilustrator1 button p {
        font-size: 12px;
    }
    .btn-card {
        position: absolute;
        left: 15px;
        bottom: 85px;
        width: 100px;
        height: 30px;
    }
    .show-all {
        color: #ff7b54;
        font-size: 12px;
    }
    .btn-show-all {
        width: 25px;
        height: 25px;
        background-color: #ff7b54;
        border-radius: 50%;
        transform: translateY(-50%);
        border: none;
    }
    .card-content-center {
        padding: 80px 10px 50px 10px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

    /* TODO Detail Book Card */
    .total-result-review {
        margin-left: 195px;
    }

    .section-sort-review {
        margin-top: 90px;
    }
    .sort-review {
        margin-top: -130px;
    }

    .progress-bar-active {
        width: 200px;
        margin: 0px 0px 0px 50px;
        margin-bottom: 10px;
    }

    .progress-bar-inactive {
        width: 200px;
        margin: 0px 0px 0px 50px;
        margin-bottom: 10px;
    }

    .star-level-end {
        display: none;
        padding-top: 5px;
        padding-right: 130px;
    }

    .card-tablet {
        position: absolute;
        margin-left: 340px;
        margin-top: 45px;
    }

    .choice-review {
        margin-bottom: 30px;
    }

    .show-result-review {
        margin-bottom: 80px;
    }

    .sort-review {
        float: right;
    }
}

/* Rotate Navbar Menu Mobile */
.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transition: 0.5s;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* TODO Book Details (Adrian) */
.badge-section {
    width: 200px !important;
}

/* Addition Badge Start */
.btn,
.btn-tab {
    box-shadow: none !important;
}

.tab-wrapper {
    position: relative;
}

.tab-holder {
    display: flex;
    position: relative;
    border-bottom: 1px solid var(--N75, #e5e7e9);
    white-space: nowrap;
    background-color: var(--color-page-background, #ffffff);
    overflow: auto hidden;
    min-height: 38px;
    margin-top: -16px;
}

.tab-item {
    display: inline-block;
    height: 52px;
    padding: 16px 24px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
}

.tab-active {
    display: inline-block;
    height: 52px;
    padding: 16px 0px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #ff7b54;
    text-transform: capitalize;
    transition: color 300ms cubic-bezier(0.63, 0.01, 0.29, 1) 0s;
}

.tab-inactive {
    display: inline-block;
    box-sizing: border-box;
    height: 52px;
    padding: 16px 24px;
    line-height: 20px;
    font-weight: 800;
    color: var(--color-text-placeholder, rgba(49, 53, 59, 0.44));
    text-transform: capitalize;
    font-size: 14px;
    cursor: pointer;
    transition: color 300ms cubic-bezier(0.63, 0.01, 0.29, 1) 0s;
    background-color: transparent;
    border: none;
    appearance: none;
}

.tab-active::after {
    content: "";
    min-width: 16px;
    width: 89px;
    height: 2px;
    border-radius: 1px;
    border-bottom: 3px solid var(--G500, #ff7b54);
    position: relative;
    display: block;
    top: 12.75px;
    left: 0px;
}
/* Addition Badge End */

.author-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #ff7b54;
    flex: none;
    order: 1;
    flex-grow: 0;
}
.author-name {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #aca6a6;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.author-profile {
    margin: 0px 0px 0px 0px;
    margin-left: 20px;
    margin-top: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-align: justify;
    letter-spacing: 0.005em;
    color: #1d191a;
}

.about-book-detail-inactive {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.005em;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.about-book-detail-active {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.btn-review {
    width: 124px;
    height: 40px;
    left: 387px;
    top: 4px;
    background: #ff7b54;
    border: 1px solid #ff7b54;
    border-radius: 4px;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #ffffff;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.btn-buy-now:hover {
    background: #e67a59;
    color: white;
}

.btn-buy-now {
    margin: auto;
    margin-bottom: -55px;
    width: 220px;
    height: 33px;
    left: 0px;
    top: 57px;
    background: #ff7b54;
    border: 1px solid #ff7b54;
    border-radius: 4px;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #ffffff;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.border-pipe {
    margin-left: 50px;
    border-style: solid;
    border-width: 0px 3px 30px 0px;
    border-color: #c6d3df;
}

.sold-count {
    margin-left: 50px;
}

.card-checkout {
    position: static;
    padding: 4px 24px;
    gap: 32px;
    margin-left: -16px;
    width: 16.7rem;
    background: #ffffff;
    height: 18.5rem;
    box-shadow: 0px -4px 24px rgba(112, 144, 176, 0.2);
    border-radius: 12px;
}

.card-wrapper-detail-books {
    margin-bottom: 50px;
    margin-left: 8px;
}

.container-header {
    margin-top: 100px;
}

.container-book-detail {
    margin-top: 20px;
}

.checkout-button:hover {
    color: #ff7b54;
    background: rgb(253, 246, 246);
}

.checkout-button {
    margin: auto;
    margin-top: 1em;
    width: 220px;
    height: 33px;
    left: -0.5px;
    top: 0px;
    background: #ffffff;
    border: 1px solid #ff7b54;
    border-radius: 4px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #ff7b54;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.checkout-free-button:hover {
    color: #ffffff;
    background: #28a745;
}

.checkout-free-button {
    margin: auto;
    margin-top: 1em;
    width: 220px;
    height: 33px;
    left: -0.5px;
    top: 0px;
    background: #ffffff;
    border: 1px solid #28a745;
    border-radius: 4px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #28a745;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.remove-voucher-button:hover {
    color: #ffffff;
    background: #ff7373;
}

.remove-voucher-button {
    margin: auto;
    margin-top: 1em;
    width: 220px;
    height: 33px;
    left: -0.5px;
    top: 0px;
    background: #ffffff;
    border: 1px solid #ff7373;
    border-radius: 4px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #ff7373;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.checkout-label-book {
    margin-top: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.checkout-price {
    margin-left: 3.75em;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.checkout-price-book {
    margin-left: 1em;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #aca6a6;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 5px;
}

.strike-price-detail-book {
    color: #ff3939;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    margin-left: 10.75em;
}

.dropdown-review {
    background: #ffffff;
}

.home-content-menu {
    margin-left: 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #ff7b54;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.hr-book-preview {
    width: 280px;
    padding-top: 35px;
}

.text-book-preview {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.text-book-content {
    padding-top: 25px;
    padding-left: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.text-choice-review {
    margin-top: 10px;
}

.img-book-detail {
    width: 280px;
    height: 408.05px;
    box-shadow: 0px 56.9333px 37.3333px -46.6667px rgba(0, 0, 0, 0.2);
    border-radius: 3.73333px;
    flex: none;
    order: 0;
    flex-grow: 0;
    object-fit: cover;
}

.link-danger {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.link-danger {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.link-danger-show {
    text-align: end;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #ff7b54;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.hr-details-active {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #ff7b54;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.hr-details-inactive {
    margin-left: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.paragraph-synopsis {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: justify;
    letter-spacing: 0.005em;
    color: #1d191a;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Icon Header Detail Books */
.header-icon-author-love {
    margin-right: 1.7em;
}

.heading-buyer-review {
    margin-top: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #1d191a;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.rating-number-big {
    margin: 0px 0px 0px 0px;
    margin-left: 70px;
    margin-bottom: 20px;
    width: 91px;
    height: 57px;
    left: 29px;
    top: 0px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #000000;
}

.rating-number-small {
    width: 43px;
    height: 21px;
    left: 120px;
    top: 36px;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #aca6a6;
}

.result-average-customer {
    margin-left: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #1d191a;
}

.amount-total-customer {
    margin-left: 75px;
}

.dropdown-position {
    margin-top: -60px;
}

.medium-star-rating {
    margin-left: 45px;
    margin-bottom: -70px;
}

.month-review {
    margin-left: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
}

.information-rating {
    margin-left: 160px;
    margin-top: -55px;
}

.progress-bar-active {
    width: 173px;
    height: 9px;
    background: #05cc0d;
    border-radius: 8px;
    margin-top: -15px;
    margin-right: 108px;
}

.progress-bar-active-2 {
    width: 18px;
    height: 9px;
    background: #05cc0d;
    border-radius: 8px;
    margin: 0px 0px 0px 0px;
    margin-left: 47px;
    margin-top: -15px;
    margin-bottom: 15px;
}

.progress-bar-inactive {
    width: 192px;
    height: 9px;
    background: #f5f5f5;
    border-radius: 8px;
    margin-top: -15px;
    margin-right: 103px;
}

.mini-star-count-review {
    margin-top: -7px;
}

.star-level-start {
    margin-bottom: -30px;
    margin-left: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
}

.star-level-end {
    float: right;
    margin-top: -32px;
    margin-right: 60px;
}

.review-profile-image {
    margin-top: 15px;
    margin-left: -120px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.reply-review {
    margin-top: 5px;
    margin-left: 5px;
}

.hr-all-review-book-detail {
    height: 1px;
    background: #c6d3df;
}

.link-all-review {
    text-align: start;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #ff7b54;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.link-show-all-review {
    margin-top: 25px;
}

.hr-detail-book {
    height: 200px;
}

.author-detail-book {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.detail-book-price {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.row-icon-header {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -2.5em;
}

.row-icon {
    display: flex;
}

.column {
    flex: 33.33%;
    padding: 2px;
}

.show-more-description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #ff7b54;
    flex: none;
    order: 1;
    flex-grow: 0;
}

/** Responsive Mobile Smartphone Detail Buku */
@media only screen and (max-width: 600px) {
    .author-detail-book {
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: 0.005em;
        color: #000000;
        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .img-book-detail {
        margin: auto !important;
        display: block;
    }

    .hr-book-preview {
        width: 325px;
    }

    .row-icon {
        font-size: 2.5vw;
    }

    .btn-buy-now-mobile {
        width: 120px;
        height: 38px;
        background: #ff7b54;
        border: 1px solid #ff7b54;
        border-radius: 4px;

        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0.005em;
        color: #ffffff;
        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .btn-chat {
        border-color: #ff7b54;
    }

    .look-other-book {
        font-size: 18px;
    }

    .checkout-button-mobile {
        width: 120px;
        height: 38px;
        background: #ffffff;
        border: 1px solid #ff7b54;
        border-radius: 4px;

        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0.005em;
        color: #ff7b54;
        flex: none;
        order: 1;
        flex-grow: 0;
    }

    .book-preview-content {
        margin-left: 75px;
    }

    .progress-bar-active {
        margin-left: 38px;
    }

    .progress-bar-active-2 {
        margin-left: 38px;
    }

    .progress-bar-inactive {
        margin-left: 38px;
    }

    .section-sort-review {
        margin-top: 80px;
    }

    .sort-review {
        margin-top: -100px;
    }

    .star-review {
        margin-top: 30px;
    }

    .write-review {
        margin-top: 25px;
    }

    .card-footer {
        background-color: #ff7b54;
    }

    .border-pipe {
        border-width: 15px 3px 30px 0px;
        margin-left: 34px;
    }

    .border-pipe-book {
        border-width: 15px 3px 30px 0px;
        margin-left: 20px;
    }

    .detail-book-badge {
        margin-left: 20px;
    }
    .sold-count {
        margin-left: 30px;
    }

    .total-sold-icon {
        padding: 0px 0px 0px 0px;
    }

    .progress-bar-active {
        width: 95px;
    }
    .progress-bar-active-2 {
        width: 40px;
    }

    .progress-bar-inactive {
        width: 125px;
    }

    .star-group {
        width: 16em;
        padding-left: 30px;
        margin-left: 135px;
        margin-top: -130px;
        margin-bottom: 10px;
    }

    .result-review-customer {
        margin: 0px 0px 0px 0px;
        margin-right: 4em;
    }

    .medium-star-rating {
        margin-left: 0px;
    }

    .mini-star-count-review {
        display: none;
    }

    .rating-number-big {
        font-size: 48px;
        margin-left: 25px;
    }

    .result-average-customer {
        display: none;
    }

    .amount-total-customer {
        margin-left: 25px;
    }

    .information-rating {
        margin-left: 120px;
        margin-bottom: 45px;
    }
}
