@import '_content/Blazor/Blazor.bundle.scp.css';

/* _content/treditionShop/Components/CheckoutPanel.razor.rz.scp.css */
.addressWarning[b-56ddmrt6f2] {
    color: red;
    font-weight: bolder;
}

.checkout-box-ground[b-56ddmrt6f2] {
    width: 100%;
    margin: auto;
    background-color: #ffffff;
}

.spinner[b-56ddmrt6f2] {
    height: 25vh;
}

.items-bg[b-56ddmrt6f2] {
    background-color: #F2F2F2;
}

.disabledblock[b-56ddmrt6f2] {
    pointer-events:none;
    color: lightgray;
}

.disabledblock button[b-56ddmrt6f2] {
    background-color: lightgray !important;
    color: #ffffff !important;
}

.nowrap[b-56ddmrt6f2] {
    white-space: nowrap;
}
.agb[b-56ddmrt6f2] {
    font-size: 10px;
    font-weight: 300;
    color: gray;
}

hr[b-56ddmrt6f2] {
    border-top: 1px solid lightgrey !important;
}

.wd-50[b-56ddmrt6f2] {
    width: 50%;
    padding-bottom: 1.75rem;
}

.ht-30[b-56ddmrt6f2] {
    height: 30px;;
}

.box[b-56ddmrt6f2]{
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 7rem;
    
}

.btn-back[b-56ddmrt6f2]{
    margin-bottom: 12px;
}


.paymentblock[b-56ddmrt6f2] {
    margin-top: 3rem;
}

.total-container[b-56ddmrt6f2] {
    position: relative;
}

.tax-block[b-56ddmrt6f2] {
    display: none;
    padding: 0.75rem;
    background-color: #ffffff;
    border-radius: 5px;
    width: 350px;
    box-shadow: 2px 4px 10px 0 rgba(219, 208, 208), 2px 4px 10px 0 rgba(219, 208, 208) !important;
    position: absolute;
    top:-90px;
    right: 0;
}
.tax:hover .tax-block[b-56ddmrt6f2] {
    display: block;
}

.no-Hover[b-56ddmrt6f2] {
    pointer-events: none !important;
}
.not-visible[b-56ddmrt6f2] {
    visibility: hidden;
}
@media (max-width:768px) {
  
    .box[b-56ddmrt6f2] {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .box-ground[b-56ddmrt6f2] {
        width: 100%;
    }
    
}

@media (max-width:576px){
    .wd-50[b-56ddmrt6f2] {
        width: 100%;
    }
}

.checkout-container[b-56ddmrt6f2] {
    background-color: #ffffff;
    display: flex;
}

.checkout-shoppingcart[b-56ddmrt6f2] {
    display: flex;
    flex-direction: column;
}

.address-title[b-56ddmrt6f2] {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    margin-bottom: 32px;
}


@media (max-width: 767.98px) {

    .checkout-container[b-56ddmrt6f2] {
        flex-direction: column;
    }

    .checkout-main[b-56ddmrt6f2] {
        margin-top: 40px;
    }

    .address-title[b-56ddmrt6f2] {
        flex-direction: column;
    }

}


@media (min-width: 768px) {

    .checkout-container[b-56ddmrt6f2] {
        flex-direction: row;
    }

    .checkout-shoppingcart[b-56ddmrt6f2] {
        width: 40%;
    }
    
    .checkout-main[b-56ddmrt6f2] {
        width: 60%;
        padding-left: 102px;
        padding-right: 32px;
    }

    .address-title[b-56ddmrt6f2] {
        flex-direction: row;
    }

}
/* _content/treditionShop/Components/CurrencyModal.razor.rz.scp.css */
.modal[b-nk7f0alog5] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.wrapper[b-nk7f0alog5] {
    width: 450px;
    min-height: 300px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    padding: 1rem;
}

.heading[b-nk7f0alog5] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.heading > h1[b-nk7f0alog5] {
    font-size: 1.75rem;
}

.icon[b-nk7f0alog5] {
    font-size: 2.5rem;
    padding-bottom: 4px; /* To align with the text */
}

.button[b-nk7f0alog5] {
    align-self: flex-end;
    pointer-events: auto;
}
/* _content/treditionShop/Pages/AuthorProfileComponent.razor.rz.scp.css */

.author-container[b-pw3htb8yti] {
    width: 60%; 
    border-radius: 5px;
    margin-top: 3rem;
    margin-bottom: 3rem;   
}

.author-box[b-pw3htb8yti] {
    width: 50%;
    min-width: 384px;
}


.autor-image[b-pw3htb8yti] {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    border-radius: 5px 0 0 5px;
}

.author-content[b-pw3htb8yti] {
    padding: 40px;
}

.bar-white[b-pw3htb8yti] {
    background-color: #ffffff;
    width: 100%;
}

.profile-description[b-pw3htb8yti] {
    padding-top: 80px;
    padding-bottom: 80px;
    word-break: break-word;
}

.btn-link[b-pw3htb8yti] {
    color:#000000 !important;
    text-decoration: none !important;
}

.imprint-footer[b-pw3htb8yti] {
    padding: 0.5rem 100px 1rem 100px;
}

@media(max-width: 768px ){
    .author-box[b-pw3htb8yti] {
        width: 100%;       
    }

    .author-container[b-pw3htb8yti] {
        width: 90%; 
       
    }

    .autor-image[b-pw3htb8yti] {
        width: inherit !important;
        border-radius: 5px;
    }
   
}

@media (max-width: 1200px){
    .author-content[b-pw3htb8yti] {
        width: 100% !important;
    }

    .autor-image[b-pw3htb8yti] {
        width: inherit !important;
        border-radius: 5px;
    }
}

.presskit-button[b-pw3htb8yti] {
    background-color: #bbe0de;
    color: #000000;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    margin: 22px;
    cursor: pointer;
}


.timeline-filter-container[b-pw3htb8yti] {
    position: relative;
    right: 0;
    top: 0;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}


@media (min-width: 768px) {

    .details-container[b-pw3htb8yti] {
        font-family: 'Nunito';
        font-size: 1.7rem;
        font-weight: 400;
    }

    .profile-header[b-pw3htb8yti] {
        margin-top: 64px;
        margin-bottom: 64px;
        flex-direction: row;
    }

    .profile-header-left[b-pw3htb8yti] {
        width: 50%;
    }

    .profile-header-right[b-pw3htb8yti] {
        width: 50%;
    }
    
    .timeline-filter-container[b-pw3htb8yti] {
        margin-top: 109px;
    }

    .timeline-filter-button-mobile[b-pw3htb8yti] {
        display: none;
    }
}

@media (max-width: 767.98px) {

    .details-container[b-pw3htb8yti] {
        font-family: 'Nunito';
        font-size: 1.3rem;
        font-weight: 400;
    }

    .profile-header[b-pw3htb8yti] {
        flex-direction: column;
    }

    .profile-header-left[b-pw3htb8yti] {
        height: 250px;
        background-position: center center;
    }

    .timeline-filter-container[b-pw3htb8yti] {
        margin-top: 79px;
    }

    .timeline-filter-button-desktop[b-pw3htb8yti] {
        display: none;
    }

}
/* _content/treditionShop/Pages/BookDetails.razor.rz.scp.css */
.content[b-zjlhofld0z] {
    margin: 0;
}

.border-selected[b-zjlhofld0z] {
    border: 8px solid #8ce699;
    border-radius: 0;
}

.product-selected[b-zjlhofld0z] {
    opacity: 1;
    filter: grayscale(0);
}

.product-unselected[b-zjlhofld0z] {
    /* opacity: 0.4; */
    cursor: pointer;
    filter: grayscale(1);
}

.product-unselected:hover[b-zjlhofld0z] {
    opacity: 1;
    filter: grayscale(0);
}

.basic-header[b-zjlhofld0z] {
    display: flex;
    background-color: #ffffff;
}

.preview-image[b-zjlhofld0z] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.display-Rating[b-zjlhofld0z] {
    display: block;
}

.hide-Rating[b-zjlhofld0z] {
    display: none !important;
}


@media (min-width: 768px) {

    .basic-header[b-zjlhofld0z] {
        flex-direction: row;
        align-items: center;
    }

    .preview-image[b-zjlhofld0z] {
        min-width: 55%;
        min-height: 600px;
    }

    .basic-data[b-zjlhofld0z] {
        margin-left: 100px;
        margin-right: 100px;
        width: 45%;
    }

    .basic-data-controls[b-zjlhofld0z] {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .details-sub-container-horiz[b-zjlhofld0z] {
        display: flex;
        flex-direction: row;
    }
    
}


@media (max-width: 767.98px) {

    .basic-header[b-zjlhofld0z] {
        flex-direction: column;
    }

    .preview-image[b-zjlhofld0z] {
        position: absolute;
        left: 0;
        top: 64px;
        width: 100%;
        height: 400px;
    }

    .basic-data[b-zjlhofld0z] {
        width: 100%;
        margin-top: 400px;
        padding: 12px;
    }

    .basic-data-controls[b-zjlhofld0z] {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .details-sub-container-horiz[b-zjlhofld0z] {
        display: flex;
        flex-direction: column;
    }
    
}

@media (max-width: 992px) 
{
    .details-sub-container-wide[b-zjlhofld0z] {
        padding: 0;;
    }
}
/* _content/treditionShop/Pages/BookDetailsLoad.razor.rz.scp.css */
.content[b-9ymkjxa37s] {
    margin: 0;
}

.border-selected[b-9ymkjxa37s] {
    border: 8px solid #8ce699;
    border-radius: 0;
}

.product-selected[b-9ymkjxa37s] {
    opacity: 1;
    filter: grayscale(0);
}

.product-unselected[b-9ymkjxa37s] {
    /* opacity: 0.4; */
    cursor: pointer;
    filter: grayscale(1);
}

.product-unselected:hover[b-9ymkjxa37s] {
    opacity: 1;
    filter: grayscale(0);
}

.basic-header[b-9ymkjxa37s] {
    display: flex;
    background-color: #ffffff;
}

.preview-image[b-9ymkjxa37s] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.display-Rating[b-9ymkjxa37s] {
    display: block;
}

.hide-Rating[b-9ymkjxa37s] {
    display: none !important;
}


@media (min-width: 768px) {

    .basic-header[b-9ymkjxa37s] {
        flex-direction: row;
        align-items: center;
    }

    .preview-image[b-9ymkjxa37s] {
        min-width: 55%;
        min-height: 600px;
    }

    .basic-data[b-9ymkjxa37s] {
        margin-left: 100px;
        margin-right: 100px;
        width: 45%;
    }

    .basic-data-controls[b-9ymkjxa37s] {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .details-sub-container-horiz[b-9ymkjxa37s] {
        display: flex;
        flex-direction: row;
    }
    
}


@media (max-width: 767.98px) {

    .basic-header[b-9ymkjxa37s] {
        flex-direction: column;
    }

    .preview-image[b-9ymkjxa37s] {
        position: absolute;
        left: 0;
        top: 64px;
        width: 100%;
        height: 400px;
    }

    .basic-data[b-9ymkjxa37s] {
        width: 100%;
        margin-top: 400px;
        padding: 12px;
    }

    .basic-data-controls[b-9ymkjxa37s] {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .details-sub-container-horiz[b-9ymkjxa37s] {
        display: flex;
        flex-direction: column;
    }
    
}

@media (max-width: 992px) 
{
    .details-sub-container-wide[b-9ymkjxa37s] {
        padding: 0;;
    }
}
/* _content/treditionShop/Pages/BookDetailsShopPreview.razor.rz.scp.css */
.content[b-sap49w2v2w] {
    margin: 0;
}

.border-selected[b-sap49w2v2w] {
    border: 8px solid #8ce699;
    border-radius: 0;
}

.product-selected[b-sap49w2v2w] {
    opacity: 1;
    filter: grayscale(0);
}

.product-unselected[b-sap49w2v2w] {
    /* opacity: 0.4; */
    cursor: pointer;
    filter: grayscale(1);
}

.product-unselected:hover[b-sap49w2v2w] {
    opacity: 1;
    filter: grayscale(0);
}

.basic-header[b-sap49w2v2w] {
    display: flex;
    background-color: #ffffff;
}

.preview-image[b-sap49w2v2w] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.display-Rating[b-sap49w2v2w] {
    display: block;
}

.hide-Rating[b-sap49w2v2w] {
    display: none !important;
}


@media (min-width: 768px) {

    .basic-header[b-sap49w2v2w] {
        flex-direction: row;
        align-items: center;
    }

    .preview-image[b-sap49w2v2w] {
        min-width: 55%;
        min-height: 600px;
    }

    .basic-data[b-sap49w2v2w] {
        margin-left: 100px;
        margin-right: 100px;
        width: 45%;
    }

    .basic-data-controls[b-sap49w2v2w] {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .details-sub-container-horiz[b-sap49w2v2w] {
        display: flex;
        flex-direction: row;
    }
    
}


@media (max-width: 767.98px) {

    .basic-header[b-sap49w2v2w] {
        flex-direction: column;
    }

    .preview-image[b-sap49w2v2w] {
        position: absolute;
        left: 0;
        top: 64px;
        width: 100%;
        height: 400px;
    }

    .basic-data[b-sap49w2v2w] {
        width: 100%;
        margin-top: 400px;
        padding: 12px;
    }

    .basic-data-controls[b-sap49w2v2w] {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .details-sub-container-horiz[b-sap49w2v2w] {
        display: flex;
        flex-direction: column;
    }
    
}

@media (max-width: 992px) 
{
    .details-sub-container-wide[b-sap49w2v2w] {
        padding: 0;;
    }
}
/* _content/treditionShop/Pages/BookFinder.razor.rz.scp.css */
.genre-groups-container[b-vbhklq6r9q] {
    display: flex;
    flex-direction: row;
}

.group-box[b-vbhklq6r9q] {
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    padding: 18px 32px 18px 32px;
    margin-right: 30px;
    margin-bottom: 30px;
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500 !important;
    transition: 0.2s;
    cursor: pointer;
}

.group-box:hover[b-vbhklq6r9q] {
    border: 2px solid #8CE699;
    transition: 0.2s;
}

.group-box-selected[b-vbhklq6r9q] {
    background-color: #8CE699;
    border: 2px solid #8CE699;
}

.genres-container[b-vbhklq6r9q] {
    display: flex;
    flex-direction: row;
}

.genre-container[b-vbhklq6r9q] {
    border-radius: 5px;
    min-width: 180px;
    height: 180px;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: 0.3s;
    cursor: pointer;
}

.genre-container-image[b-vbhklq6r9q] {
    height: 70%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1;
    padding: 4px;
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.genre-container-text[b-vbhklq6r9q] {
    height: 30%;
    min-height: 50px;
    background-color: #ffffff;
    border-radius: 5px;
    font-weight: 500 !important;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.genre-container:hover[b-vbhklq6r9q], .genre-container-selected[b-vbhklq6r9q] {
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #8CE699;
    background-color: #E5FAE8;
}




@media (min-width: 768px) {

    .genre-groups-container[b-vbhklq6r9q] {
        flex-wrap: wrap;
    }

    .genres-container[b-vbhklq6r9q] {
        flex-wrap: wrap;
    }

    .group-box[b-vbhklq6r9q] {
        font-size: 1.8rem !important;
    }

    .genre-container-text[b-vbhklq6r9q] {
        font-size: 1.3rem !important;
        line-height: 1.5;
    }

}


@media (max-width: 767.98px) {

    .genre-groups-container[b-vbhklq6r9q] {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .genres-container[b-vbhklq6r9q] {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .group-box[b-vbhklq6r9q] {
        font-size: 1.2rem !important;
    }

    .genre-container-text[b-vbhklq6r9q] {
        font-size: 0.8rem !important;
        line-height: 1.4;
    }

}
/* _content/treditionShop/Pages/BookTitle.cshtml.rz.scp.css */
.content[b-1qx6eq6xph] {
    margin: 0;
}

.border-selected[b-1qx6eq6xph] {
    border: 8px solid #8ce699;
    border-radius: 0;
}

.product-selected[b-1qx6eq6xph] {
    opacity: 1;
    filter: grayscale(0);
}

.product-unselected[b-1qx6eq6xph] {
    /* opacity: 0.4; */
    cursor: pointer;
    filter: grayscale(1);
}

.product-unselected:hover[b-1qx6eq6xph] {
    opacity: 1;
    filter: grayscale(0);
}

.basic-header[b-1qx6eq6xph] {
    display: flex;
    background-color: #ffffff;
}

.preview-image[b-1qx6eq6xph] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.display-Rating[b-1qx6eq6xph] {
    display: block;
}

.hide-Rating[b-1qx6eq6xph] {
    display: none !important;
}

.more-button[b-1qx6eq6xph] {
    position: absolute;
    right: -60px; 
    bottom: 0;
}

@media (min-width: 768px) {

    .basic-header[b-1qx6eq6xph] {
        flex-direction: row;
        align-items: center;
    }

    .preview-image[b-1qx6eq6xph] {
        min-width: 55%;
        min-height: 600px;
    }

    .basic-data[b-1qx6eq6xph] {
        margin-left: 100px;
        margin-right: 100px;
        width: 45%;
    }

    .basic-data-controls[b-1qx6eq6xph] {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .details-sub-container-horiz[b-1qx6eq6xph] {
        display: flex;
        flex-direction: row;
    }

}


@media (max-width: 767.98px) {

    .basic-header[b-1qx6eq6xph] {
        flex-direction: column;
    }

    .preview-image[b-1qx6eq6xph] {
        position: absolute;
        left: 0;
        top: 64px;
        width: 100%;
        height: 400px;
    }

    .basic-data[b-1qx6eq6xph] {
        width: 100%;
        margin-top: 400px;
        padding: 12px;
    }

    .basic-data-controls[b-1qx6eq6xph] {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .details-sub-container-horiz[b-1qx6eq6xph] {
        display: flex;
        flex-direction: column;
    }

    .more-button[b-1qx6eq6xph] {        
        right: -15px;        
    }

}

@media (max-width: 992px)
{
    .details-sub-container-wide[b-1qx6eq6xph] {
        padding: 0;;
    }
}
/* _content/treditionShop/Pages/Calculator/Calculator.razor.rz.scp.css */
.intro-container[b-wh0vunyhgl] {
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    display: flex;
    justify-content: center;
}

.modal-details[b-wh0vunyhgl], .modal-details-ebook[b-wh0vunyhgl] {
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    z-index: 9999;
    filter: drop-shadow(2px 4px 6px black);
}

.modal-calc-header-outer[b-wh0vunyhgl] {
    position: sticky;
    top: 0;
    background-color: #ffffff;
}

.modal-main-content[b-wh0vunyhgl] {
    min-height: 48px;
    overflow-x: hidden;
    overflow-y: auto;
    flex-grow: 1;
}

.modal-calc-header[b-wh0vunyhgl] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
}

.form-control-simple[b-wh0vunyhgl] {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #8ce699;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.form-control-simple:focus[b-wh0vunyhgl] {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid  #8ce699;
    outline: none;
}

.nav-tabs-main[b-wh0vunyhgl] {
    margin-top: 32px;
}

.box-ground[b-wh0vunyhgl] {
    border-radius: 5px;
}

.box-total-outer[b-wh0vunyhgl] {
    border-radius: 5px;
    background-color: #1E2343;
    display: flex;
    flex-direction: column;
}

.box-provision-header-1[b-wh0vunyhgl] {
    color: #8ce699;
}

.box-provision-header-2[b-wh0vunyhgl] {
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.box-provision-header-3[b-wh0vunyhgl] {
    color: #8ce699;
    text-align: right;
}

.box-authorcopy-header-1[b-wh0vunyhgl] {
    color: #8ce699;
}

.box-authorcopy-header-2[b-wh0vunyhgl] {
    text-decoration: line-through;
    color: #FC2B6C;
}

.box-authorcopy-header-3[b-wh0vunyhgl] {
    color: #8ce699;
}

.box-outer[b-wh0vunyhgl] {
    color: #ffffff;
}

.box-outer-header[b-wh0vunyhgl] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box-outer-header-between[b-wh0vunyhgl] {
    color: #8ce699;
}

.price-box[b-wh0vunyhgl] {
    width: 33.3%;
    text-align: center;
}

.image-box[b-wh0vunyhgl] {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.image-box-disabled[b-wh0vunyhgl] {
    opacity: 0.2;
}

.select[b-wh0vunyhgl] {
    background-color: transparent !important;
    padding: 0;
    margin-left: 0.5rem;
}

select:invalid[b-wh0vunyhgl] { 
    color: gray; 
}

.money-block[b-wh0vunyhgl] {
    height: 150px;
}

.money-col[b-wh0vunyhgl] {
    width: 50%;
}

.border-radius-5[b-wh0vunyhgl] {
    border-radius: 5px;
}
.border-radius-inherit[b-wh0vunyhgl]{
    border-radius: initial;
}

.discount-label[b-wh0vunyhgl] {
    height: 20px;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    background-color: #FC2B6B;
    color: #ffffff;
    border-radius: 10px;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.discount-label[b-wh0vunyhgl]::before {
    content: "%";
}

.justify[b-wh0vunyhgl]{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.currency-selector[b-wh0vunyhgl]{
    /* position: sticky;
    right: 10px;
    top: 100px; */
    display: flex;
    flex-direction: row;
    justify-content: start;
    z-index: 1000;
    margin-bottom: 20px;
}

.mobile-flex[b-wh0vunyhgl]{
    display: flex;
    flex-direction: column;  
}

.currency-selector-row[b-wh0vunyhgl]{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.btn-rounded[b-wh0vunyhgl] {
    border-radius: 20px;
    height: 40px;
    width: 40px;
}

  input[type=range][b-wh0vunyhgl]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background-color: #cccccc;
    border-radius: 10px;
    border: none; /* 1px solid #888888; */
  }
  
  input[type=range][b-wh0vunyhgl]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 7.5px;
    background-color: #8ce699;
    /* background-image: linear-gradient(to bottom, #8ce699 0%, #e5fae8 100%); */
    background-repeat: repeat-x;
    filter: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
  }
  
  input[type=range][b-wh0vunyhgl]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background-color: #cccccc;
    border-radius: 10px;
    border: none; /* 1px solid #888888;*/
  }
  
  input[type=range][b-wh0vunyhgl]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    border-radius: 7.5px;
    background-color: #8ce699;
    /* background-image: linear-gradient(to bottom, #8ce699 0%, #e5fae8 100%); */
    background-repeat: repeat-x;
    filter: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    cursor: pointer;
  }


.m-width[b-wh0vunyhgl] {
    max-width: 1300px;
    min-width: 850px;
}
@media (max-width: 767.98px) {
    
    .intro-container[b-wh0vunyhgl] {
        flex-direction: column;
    }

    .modal-details[b-wh0vunyhgl] {
        width: 100%;
        height: 100%;
        flex-direction: column;
        overflow-y: auto;
    }

    .modal-main-content[b-wh0vunyhgl] {
        padding: 0 0.7rem 0.7rem 0.7rem;
    }

    .modal-calc-header[b-wh0vunyhgl] {
        padding: 0.8rem 0 0 0.7rem;
    }

    .modal-details-left[b-wh0vunyhgl] {
        width: 100%;
    }

    .modal-details-right[b-wh0vunyhgl] {
        background-color: #f8f9fa;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .close-button-right[b-wh0vunyhgl] {
        display: none;
    }

    .format-panel[b-wh0vunyhgl] {
        display: flex;
        flex-direction: column;
    }

    .format-panel-buttons[b-wh0vunyhgl] {
        display: flex;
        flex-direction: column;
    }

    .format-preview[b-wh0vunyhgl] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        /* height: 327px; */
        margin-top: 1.5rem;
    }

    .page-panel[b-wh0vunyhgl] {
        display: flex;
        flex-direction: column;    
        font-size: 1.0rem !important;
        font-weight: 500 !important;
    }

    .page-panel-separator[b-wh0vunyhgl] {
        display: flex;
        flex-direction: column;
        margin-top: 1.5rem;
        font-size: 0.9rem !important;
        font-weight: 500 !important;
    }

    .box-ground[b-wh0vunyhgl] {
        width: 100%;
    }

    .box-total-outer[b-wh0vunyhgl] {
        width: 100%;
    }

    .box-total-header[b-wh0vunyhgl] {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.7rem;
    }

    .box-authorcopy-header[b-wh0vunyhgl] {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0.7rem;
    }

    .box-provision-header-1[b-wh0vunyhgl] {
        width: 100%;
        font-size: 1.0rem !important;
        font-weight: 600 !important;
    }
    
    .box-provision-header-2[b-wh0vunyhgl] {
        width: 100%;
        font-size: 0.8rem !important;
        font-weight: 500 !important;
    }
    
    .box-provision-header-3[b-wh0vunyhgl] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-1[b-wh0vunyhgl] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-2[b-wh0vunyhgl] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-authorcopy-header-3[b-wh0vunyhgl] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-outer[b-wh0vunyhgl] {
        padding: 0 0.7rem 0.7rem 0.7rem;
        font-size: 0.8rem !important;
        font-weight: 500 !important;
    }

    .box-outer-header[b-wh0vunyhgl] {
        font-size: 0.8rem !important;
        font-weight: 500 !important;
    }

    .box-outer-header-between[b-wh0vunyhgl] {
        margin: 12px 0 12px 0;
    }
    
    .marketshare-column[b-wh0vunyhgl] {
        display: none;
    }

    .box-provision-column[b-wh0vunyhgl] {
        width: 25%;
        margin-right: 0.25rem;
        margin-left: 0.25rem;
    }

    .box-provision-column-right[b-wh0vunyhgl] {
        width: 25%;
        text-align: right;
    }

    .desktop[b-wh0vunyhgl] {
        display: none;
    }

    .nav-tabs-main[b-wh0vunyhgl] {
        width: 100%;
    }

    .nav-padding[b-wh0vunyhgl] {
        padding-left: 0.7rem;
    }

    .image-box[b-wh0vunyhgl] {
        display: none;
    }

    .money-block[b-wh0vunyhgl]{
        height: 40px;
    }
    .mobile-hidden[b-wh0vunyhgl]{
        display: none !important;
    }

    .mobile-padding[b-wh0vunyhgl]{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mobile-padding-row[b-wh0vunyhgl]{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .mobile-container[b-wh0vunyhgl]{
        width: 96%;
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .popup-box[b-wh0vunyhgl]{
        left: -80px !important;
    }
    
    .justify[b-wh0vunyhgl]{
        display: flex;
        flex-direction: column;   
        justify-content: start;
    }

    .select[b-wh0vunyhgl] {
        background-color: transparent !important;
        padding: 0;
        margin-left: 0;
    }

    .m-width[b-wh0vunyhgl] {
        min-width: unset;
        max-width: unset;
    }
}


@media (min-width: 768px) {

    .intro-container[b-wh0vunyhgl] {
        flex-direction: row;
    }

    .modal-details[b-wh0vunyhgl] {
        width: 85%;
        height: 80%;
        max-width: 1400px;
        max-height: 700px;
        flex-direction: row;
    }

    .modal-details-ebook[b-wh0vunyhgl] {
        flex-direction: row;
    }

    .modal-main-content[b-wh0vunyhgl] {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }

    .modal-calc-header[b-wh0vunyhgl] {
        padding: 1.0rem 0 0 1.5rem;
    }
    
    .modal-details-left[b-wh0vunyhgl] {
        width: 70%;
        overflow-y: auto;
    }

    .close-button-left[b-wh0vunyhgl] {
        display: none;
    }

    .modal-details-right[b-wh0vunyhgl] {
        background-color: #f8f9fa;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30%;
        min-width: 370px;
        overflow-y: auto;
    }

    .close-button-right[b-wh0vunyhgl] {
        text-align: right;
        padding: 0.5rem;
    }

    .format-panel[b-wh0vunyhgl] {
        display: flex;
        flex-direction: row;
    }

    .format-panel-buttons[b-wh0vunyhgl] {
        display: flex;
        flex-direction: column;
        min-width: 350px;
    }

    .format-preview[b-wh0vunyhgl] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        /* height: 327px; */
        margin-left: 80px;
        border-left: 1px solid #dfdfdf;
        padding-left: 60px;
    }

    .page-panel[b-wh0vunyhgl] {
        display: flex;
        flex-direction: row;    
        font-size: 1.0rem !important;
        font-weight: 500 !important;
    }

    .page-panel-separator[b-wh0vunyhgl] {
        margin-left: 60px;
        padding-left: 60px;
        border-left: 1px solid #dfdfdf;
        display: flex;
        flex-direction: column;
        font-size: 0.9rem !important;
        font-weight: 500 !important;
    }

    .box-ground[b-wh0vunyhgl] {
        width: 70%;
        box-shadow: 2px 2px 6px 0 #dfdfdf, 2px 2px 6px 0 #dfdfdf;
        margin-left: auto;
        margin-right: auto;    
    }

    .box-total-outer[b-wh0vunyhgl] {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem;       
    }

    .box-total-header[b-wh0vunyhgl], .box-authorcopy-header[b-wh0vunyhgl] {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 1.5rem;
    }

    .box-provision-header-1[b-wh0vunyhgl] {
        width: 30%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }
    
    .box-provision-header-2[b-wh0vunyhgl] {
        width: 50%;
        font-size: 1.1rem !important;
        font-weight: 500 !important;
    }
    
    .box-provision-header-3[b-wh0vunyhgl] {
        width: 20%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-1[b-wh0vunyhgl] {
        width: 60%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-2[b-wh0vunyhgl] {
        width: 20%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-authorcopy-header-3[b-wh0vunyhgl] {
        width: 20%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-outer[b-wh0vunyhgl] {
        padding: 0 1.5rem 1.5rem 1.5rem;
        font-size: 1.1rem !important;
        font-weight: 500 !important;
    }

    .box-outer-header[b-wh0vunyhgl] {
        font-size: 1.1rem !important;
        font-weight: 600 !important;
    }

    .box-outer-header-between[b-wh0vunyhgl] {
        margin: 22px 0 12px 0;
    }

    .marketshare-column[b-wh0vunyhgl] {
        width: 20%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .box-provision-column[b-wh0vunyhgl] {
        width: 20%;
        margin-right: 0.25rem;
        margin-left: 0.25rem;
    }

    .box-provision-column-right[b-wh0vunyhgl] {
        width: 20%;
        text-align: right;        
    }

    .marketshare-detail[b-wh0vunyhgl] {
        display: none;
    }
    
    .nav-tabs-main[b-wh0vunyhgl] {
        width: 70%;
        margin-left: auto;
        margin-right: auto;    
    }

    .nav-padding[b-wh0vunyhgl] {
        padding-left: 1.5rem;
    }

    .image-box[b-wh0vunyhgl] {
        min-width: 150px;
        max-width: 150px;
        height: 150px;
        margin-left: 24px;    
    }  
}
/* _content/treditionShop/Pages/Calculator/CalculatorWizard.razor.rz.scp.css */
.intro-container[b-9y9yiyn0rf] {
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    display: flex;
    justify-content: center;
}

.modal-details[b-9y9yiyn0rf], .modal-details-ebook[b-9y9yiyn0rf] {
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    z-index: 9999;
    filter: drop-shadow(2px 4px 6px black);
}

.modal-calc-header-outer[b-9y9yiyn0rf] {
    position: sticky;
    top: 0;
    background-color: #ffffff;
}

.modal-main-content[b-9y9yiyn0rf] {
    min-height: 48px;
    overflow-x: hidden;
    overflow-y: auto;
    flex-grow: 1;
}

.modal-calc-header[b-9y9yiyn0rf] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
}

.form-control-simple[b-9y9yiyn0rf] {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #8ce699;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.form-control-simple:focus[b-9y9yiyn0rf] {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid  #8ce699;
    outline: none;
}

.nav-tabs-main[b-9y9yiyn0rf] {
    margin-top: 32px;
}

.box-ground[b-9y9yiyn0rf] {
    border-radius: 5px;
}

.box-total-outer[b-9y9yiyn0rf] {
    border-radius: 5px;
    background-color: #1E2343;
    display: flex;
    flex-direction: column;
}

.box-total-outer-new[b-9y9yiyn0rf] {
    border-radius: 5px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
}
.box-total-outer-new *[b-9y9yiyn0rf] {
    color: #000000 !important;
}
.box-provision-header-1[b-9y9yiyn0rf] {
    color: #8ce699;
}

.box-provision-header-2[b-9y9yiyn0rf] {
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.box-provision-header-3[b-9y9yiyn0rf] {
    color: #8ce699;
    text-align: right;
}

.box-authorcopy-header-1[b-9y9yiyn0rf] {
    color: #8ce699;
}

.box-authorcopy-header-2[b-9y9yiyn0rf] {
    text-decoration: line-through;
    color: #FC2B6C;
}

.box-authorcopy-header-3[b-9y9yiyn0rf] {
    color: #8ce699;
}

.box-outer[b-9y9yiyn0rf] {
    color: #ffffff;
}

.box-outer-header[b-9y9yiyn0rf] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box-outer-header-between[b-9y9yiyn0rf] {
    color: #8ce699;
}

.price-box[b-9y9yiyn0rf] {
    width: 33.3%;
    text-align: center;
}

.image-box[b-9y9yiyn0rf] {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.image-box-disabled[b-9y9yiyn0rf] {
    opacity: 0.2;
}

.select[b-9y9yiyn0rf] {
    background-color: transparent !important;
    padding: 0;
    margin-left: 0.5rem;
}

select:invalid[b-9y9yiyn0rf] { 
    color: gray; 
}

.money-block[b-9y9yiyn0rf] {
    height: 150px;
}

.money-col[b-9y9yiyn0rf] {
    width: 50%;
}

.border-radius-5[b-9y9yiyn0rf] {
    border-radius: 5px;
}
.border-radius-inherit[b-9y9yiyn0rf]{
    border-radius: initial;
}

.discount-label[b-9y9yiyn0rf] {
    height: 20px;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    background-color: #FC2B6B;
    color: #ffffff;
    border-radius: 10px;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.discount-label[b-9y9yiyn0rf]::before {
    content: "%";
}

.justify[b-9y9yiyn0rf]{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.currency-selector[b-9y9yiyn0rf]{
    /* position: sticky;
    right: 10px;
    top: 100px; */
    display: flex;
    flex-direction: row;
    justify-content: start;
    z-index: 1000;
    margin-bottom: 20px;
}

.mobile-flex[b-9y9yiyn0rf]{
    display: flex;
    flex-direction: column;  
}

.currency-selector-row[b-9y9yiyn0rf]{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.btn-rounded[b-9y9yiyn0rf] {
    border-radius: 20px;
    height: 40px;
    width: 40px;
}

  input[type=range][b-9y9yiyn0rf]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background-color: #cccccc;
    border-radius: 10px;
    border: none; /* 1px solid #888888; */
  }
  
  input[type=range][b-9y9yiyn0rf]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 7.5px;
    background-color: #8ce699;
    /* background-image: linear-gradient(to bottom, #8ce699 0%, #e5fae8 100%); */
    background-repeat: repeat-x;
    filter: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
  }
  
  input[type=range][b-9y9yiyn0rf]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background-color: #cccccc;
    border-radius: 10px;
    border: none; /* 1px solid #888888;*/
  }
  
  input[type=range][b-9y9yiyn0rf]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    border-radius: 7.5px;
    background-color: #8ce699;
    /* background-image: linear-gradient(to bottom, #8ce699 0%, #e5fae8 100%); */
    background-repeat: repeat-x;
    filter: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    cursor: pointer;
  }


.m-width[b-9y9yiyn0rf] {
    max-width: 1300px;
    min-width: 850px;
    padding: 1rem;
}
@media (max-width: 767.98px) {
    
    .intro-container[b-9y9yiyn0rf] {
        flex-direction: column;
    }

    .modal-details[b-9y9yiyn0rf] {
        width: 100%;
        height: 100%;
        flex-direction: column;
        overflow-y: auto;
    }

    .modal-main-content[b-9y9yiyn0rf] {
        padding: 0 0.7rem 0.7rem 0.7rem;
    }

    .modal-calc-header[b-9y9yiyn0rf] {
        padding: 0.8rem 0 0 0.7rem;
    }

    .modal-details-left[b-9y9yiyn0rf] {
        width: 100%;
    }

    .modal-details-right[b-9y9yiyn0rf] {
        background-color: #f8f9fa;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .close-button-right[b-9y9yiyn0rf] {
        display: none;
    }

    .format-panel[b-9y9yiyn0rf] {
        display: flex;
        flex-direction: column;
    }

    .format-panel-buttons[b-9y9yiyn0rf] {
        display: flex;
        flex-direction: column;
    }

    .format-preview[b-9y9yiyn0rf] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        /* height: 327px; */
        margin-top: 1.5rem;
    }

    .page-panel[b-9y9yiyn0rf] {
        display: flex;
        flex-direction: column;    
        font-size: 1.0rem !important;
        font-weight: 500 !important;
    }

    .page-panel-separator[b-9y9yiyn0rf] {
        display: flex;
        flex-direction: column;
        margin-top: 1.5rem;
        font-size: 0.9rem !important;
        font-weight: 500 !important;
    }

    .box-ground[b-9y9yiyn0rf] {
        width: 100%;
    }

    .box-total-outer[b-9y9yiyn0rf] {
        width: 100%;
    }

    .box-total-header[b-9y9yiyn0rf] {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.7rem;
    }

    .box-authorcopy-header[b-9y9yiyn0rf] {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0.7rem;
    }

    .box-provision-header-1[b-9y9yiyn0rf] {
        width: 100%;
        font-size: 1.0rem !important;
        font-weight: 600 !important;
    }
    
    .box-provision-header-2[b-9y9yiyn0rf] {
        width: 100%;
        font-size: 0.8rem !important;
        font-weight: 500 !important;
    }
    
    .box-provision-header-3[b-9y9yiyn0rf] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-1[b-9y9yiyn0rf] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-2[b-9y9yiyn0rf] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-authorcopy-header-3[b-9y9yiyn0rf] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-outer[b-9y9yiyn0rf] {
        padding: 0 0.7rem 0.7rem 0.7rem;
        font-size: 0.8rem !important;
        font-weight: 500 !important;
    }

    .box-outer-header[b-9y9yiyn0rf] {
        font-size: 0.8rem !important;
        font-weight: 500 !important;
    }

    .box-outer-header-between[b-9y9yiyn0rf] {
        margin: 12px 0 12px 0;
    }
    
    .marketshare-column[b-9y9yiyn0rf] {
        display: none;
    }

    .box-provision-column[b-9y9yiyn0rf] {
        width: 25%;
        margin-right: 0.25rem;
        margin-left: 0.25rem;
    }

    .box-provision-column-right[b-9y9yiyn0rf] {
        width: 25%;
        text-align: right;
    }

    .desktop[b-9y9yiyn0rf] {
        display: none;
    }

    .nav-tabs-main[b-9y9yiyn0rf] {
        width: 100%;
    }

    .nav-padding[b-9y9yiyn0rf] {
        padding-left: 0.7rem;
    }

    .image-box[b-9y9yiyn0rf] {
        display: none;
    }

    .money-block[b-9y9yiyn0rf]{
        height: 40px;
    }
    .mobile-hidden[b-9y9yiyn0rf]{
        display: none !important;
    }

    .mobile-padding[b-9y9yiyn0rf]{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mobile-padding-row[b-9y9yiyn0rf]{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .mobile-container[b-9y9yiyn0rf]{
        width: 96%;
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .popup-box[b-9y9yiyn0rf]{
        left: -80px !important;
    }
    
    .justify[b-9y9yiyn0rf]{
        display: flex;
        flex-direction: column;   
        justify-content: start;
    }

    .select[b-9y9yiyn0rf] {
        background-color: transparent !important;
        padding: 0;
        margin-left: 0;
    }

    .m-width[b-9y9yiyn0rf] {
        min-width: unset;
        max-width: unset;
        padding: 0.35rem;
    }
}


@media (min-width: 768px) {

    .intro-container[b-9y9yiyn0rf] {
        flex-direction: row;
    }

    .modal-details[b-9y9yiyn0rf] {
        width: 85%;
        height: 80%;
        max-width: 1400px;
        max-height: 700px;
        flex-direction: row;
    }

    .modal-details-ebook[b-9y9yiyn0rf] {
        flex-direction: row;
    }

    .modal-main-content[b-9y9yiyn0rf] {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }

    .modal-calc-header[b-9y9yiyn0rf] {
        padding: 1.0rem 0 0 1.5rem;
    }
    
    .modal-details-left[b-9y9yiyn0rf] {
        width: 70%;
        overflow-y: auto;
    }

    .close-button-left[b-9y9yiyn0rf] {
        display: none;
    }

    .modal-details-right[b-9y9yiyn0rf] {
        background-color: #f8f9fa;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30%;
        min-width: 370px;
        overflow-y: auto;
    }

    .close-button-right[b-9y9yiyn0rf] {
        text-align: right;
        padding: 0.5rem;
    }

    .format-panel[b-9y9yiyn0rf] {
        display: flex;
        flex-direction: row;
    }

    .format-panel-buttons[b-9y9yiyn0rf] {
        display: flex;
        flex-direction: column;
        min-width: 350px;
    }

    .format-preview[b-9y9yiyn0rf] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        /* height: 327px; */
        margin-left: 80px;
        border-left: 1px solid #dfdfdf;
        padding-left: 60px;
    }

    .page-panel[b-9y9yiyn0rf] {
        display: flex;
        flex-direction: row;    
        font-size: 1.0rem !important;
        font-weight: 500 !important;
    }

    .page-panel-separator[b-9y9yiyn0rf] {
        margin-left: 60px;
        padding-left: 60px;
        border-left: 1px solid #dfdfdf;
        display: flex;
        flex-direction: column;
        font-size: 0.9rem !important;
        font-weight: 500 !important;
    }

    .box-ground[b-9y9yiyn0rf] {
        width: 70%;
        box-shadow: 2px 2px 6px 0 #dfdfdf, 2px 2px 6px 0 #dfdfdf;
        margin-left: auto;
        margin-right: auto;    
    }

    .box-total-outer[b-9y9yiyn0rf] {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem;       
    }

    .box-total-header[b-9y9yiyn0rf], .box-authorcopy-header[b-9y9yiyn0rf] {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 1.5rem;
    }

    .box-provision-header-1[b-9y9yiyn0rf] {
        width: 30%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }
    
    .box-provision-header-2[b-9y9yiyn0rf] {
        width: 50%;
        font-size: 1.1rem !important;
        font-weight: 500 !important;
    }
    
    .box-provision-header-3[b-9y9yiyn0rf] {
        width: 20%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-1[b-9y9yiyn0rf] {
        width: 60%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-2[b-9y9yiyn0rf] {
        width: 20%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-authorcopy-header-3[b-9y9yiyn0rf] {
        width: 20%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-outer[b-9y9yiyn0rf] {
        padding: 0 1.5rem 1.5rem 1.5rem;
        font-size: 1.1rem !important;
        font-weight: 500 !important;
    }

    .box-outer-header[b-9y9yiyn0rf] {
        font-size: 1.1rem !important;
        font-weight: 600 !important;
    }

    .box-outer-header-between[b-9y9yiyn0rf] {
        margin: 22px 0 12px 0;
    }

    .marketshare-column[b-9y9yiyn0rf] {
        width: 20%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .box-provision-column[b-9y9yiyn0rf] {
        width: 20%;
       
    }

    .box-provision-column-right[b-9y9yiyn0rf] {
        width: 20%;
        text-align: right;        
    }

    .marketshare-detail[b-9y9yiyn0rf] {
        display: none;
    }
    
    .nav-tabs-main[b-9y9yiyn0rf] {
        width: 70%;
        margin-left: auto;
        margin-right: auto;    
    }

    .nav-padding[b-9y9yiyn0rf] {
        padding-left: 1.5rem;
    }

    .image-box[b-9y9yiyn0rf] {
        min-width: 150px;
        max-width: 150px;
        height: 150px;
        margin-left: 24px;    
    }  
}



/* -------------------------------- */

.wizard-container[b-9y9yiyn0rf]{
    width: 100%;
}

.page-width[b-9y9yiyn0rf] {
    min-width: 850px;
    max-width: 1300px;
}

.wizard-nav[b-9y9yiyn0rf] {
    display: flex;
    flex-direction: row;
    background-color: #f1f1f1;
    border-bottom: 2px solid #ffffff;
    padding: 20px;
    cursor: pointer;   
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;

}

.wizard-navitem[b-9y9yiyn0rf] {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    text-align: start;
    font-weight: 500;
    font-size: 1.1rem;
}

.wizard-navitem.active[b-9y9yiyn0rf] {
    font-weight: 600;
}

.flex-center[b-9y9yiyn0rf]{
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-content[b-9y9yiyn0rf] {
    background-color: #f1f1f1;
    padding: 50px;
    display: flex;
    flex-direction: column;   
    margin-left: auto;
    margin-right: auto;
}

.nav-btn-round[b-9y9yiyn0rf] {
    color: #000000;
    border: none;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    padding: 12px;
    transition: 0.3s;
    background-color: #ffffff;
}

.nav-btn-round.active[b-9y9yiyn0rf], .nav-btn-round:hover[b-9y9yiyn0rf] {
    background-color: #8ce699;
}

.nav-footer[b-9y9yiyn0rf] {
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    padding-top: 1rem;
    min-width: 850px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.nav-continue[b-9y9yiyn0rf] {
   margin-left: auto;
   width: 130px;
   height: 50px;
   font-size: 1.1rem;
}

.nav-back[b-9y9yiyn0rf] {
    margin-right: auto;
}

.c-10[b-9y9yiyn0rf] {
    width: 10%;
}
.c-15[b-9y9yiyn0rf] {
    width: 15%;
    min-width: 150px;
}
.c-25[b-9y9yiyn0rf] {
    width: 25%;
}
.c-30[b-9y9yiyn0rf] {
    width: 30%;
}
.c-40[b-9y9yiyn0rf] {
    width: 40%;
}
.c-50[b-9y9yiyn0rf] {
    width: 50%;
}

.wp-150[b-9y9yiyn0rf] {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

.wp-300[b-9y9yiyn0rf]{
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
}

th.no-border[b-9y9yiyn0rf]{
    border: none !important;    
}

.calc-btn[b-9y9yiyn0rf] {
    background-color: #8ce699;
    color:#000000;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    /* width: 14.57%;    */
    cursor: pointer;
    font-weight: 500;
    line-height: 2.5;  
}

.calc-btn-print[b-9y9yiyn0rf] {
    width: 28.98% !important;
    line-height: 2.5;
}
.calc-btn.active[b-9y9yiyn0rf]
{
    background-color: #1E2343;
    color:#ffffff;
    font-weight: 600;
}

.calc-btn.active:hover[b-9y9yiyn0rf]
{
    background-color: #4D5584;
}

.calc-btn:not(.active):hover[b-9y9yiyn0rf]
{
    background-color:  #79d97c;
}

.calc-row[b-9y9yiyn0rf] {
    display: flex;
    flex-direction: row;
    min-width: 850px;
    max-width: 1300px;
    justify-content: flex-end !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.total[b-9y9yiyn0rf] {
    position: relative;
    left: 20%;
}

.colored[b-9y9yiyn0rf] {
    position: relative;
    left: 25%;
}



.nav-row[b-9y9yiyn0rf] {
    min-width: 850px;
    max-width: 1300px;
}

.dd-menu.show[b-9y9yiyn0rf]{   
    left: -100px !important;
}

.table-no-border th[b-9y9yiyn0rf], .table-no-border td[b-9y9yiyn0rf] {
    border: none;
    padding: 1rem !important;
}

.table-sm th[b-9y9yiyn0rf], .table-sm td[b-9y9yiyn0rf] {
    padding: unset !important;
}

.table-footer td[b-9y9yiyn0rf] {
    border-top: 1px solid lightgray !important;
    padding-top: 2rem !important;
    font-size: 1.1rem;
    font-weight: 600;;
}

.not-visible[b-9y9yiyn0rf] {
    visibility: hidden;
}

.calc-table[b-9y9yiyn0rf] {
    padding: 1rem 1rem 0 1rem;;
}

.discount-text[b-9y9yiyn0rf] {
    color: #FC2B6B;
}

.bg-universe[b-9y9yiyn0rf] {
    background-color: #1E2343;
}


@media (max-width: 1366px)
{
    .calc-btn[b-9y9yiyn0rf] {       
        width: 14.48%;
    }
}

@media (max-width: 768px)
{
    .c-10[b-9y9yiyn0rf], .c-15[b-9y9yiyn0rf], .c-25[b-9y9yiyn0rf], .c-30[b-9y9yiyn0rf], .c-40[b-9y9yiyn0rf], .c-50[b-9y9yiyn0rf] {
        width: 100% !important;
    }
    .calc-btn[b-9y9yiyn0rf] {       
        width: 130px;
    }
    
    .calc-row[b-9y9yiyn0rf] {
        min-width: unset;  
    }
    .tab-content[b-9y9yiyn0rf] {
      padding:0.25rem;
    } 
    .page-width[b-9y9yiyn0rf] {
        min-width: 95vw;
        width: 95vw;
    }  
}
/* _content/treditionShop/Pages/Calculator/MeasureCalculatorWizard.razor.rz.scp.css */
.intro-container[b-772zu4kpep] {
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    display: flex;
    justify-content: center;
}

.modal-details[b-772zu4kpep], .modal-details-ebook[b-772zu4kpep] {
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    z-index: 9999;
    filter: drop-shadow(2px 4px 6px black);
}

.modal-calc-header-outer[b-772zu4kpep] {
    position: sticky;
    top: 0;
    background-color: #ffffff;
}

.modal-main-content[b-772zu4kpep] {
    min-height: 48px;
    overflow-x: hidden;
    overflow-y: auto;
    flex-grow: 1;
}

.modal-calc-header[b-772zu4kpep] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
}

.form-control-simple[b-772zu4kpep] {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #8ce699;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.form-control-simple:focus[b-772zu4kpep] {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid  #8ce699;
    outline: none;
}

.nav-tabs-main[b-772zu4kpep] {
    margin-top: 32px;
}

.box-ground[b-772zu4kpep] {
    border-radius: 5px;
}

.box-total-outer[b-772zu4kpep] {
    border-radius: 5px;
    background-color: #1E2343;
    display: flex;
    flex-direction: column;
}

.box-total-outer-new[b-772zu4kpep] {
    border-radius: 5px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
}
.box-total-outer-new *[b-772zu4kpep] {
    color: #000000 !important;
}
.box-provision-header-1[b-772zu4kpep] {
    color: #8ce699;
}

.box-provision-header-2[b-772zu4kpep] {
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.box-provision-header-3[b-772zu4kpep] {
    color: #8ce699;
    text-align: right;
}

.box-authorcopy-header-1[b-772zu4kpep] {
    color: #8ce699;
}

.box-authorcopy-header-2[b-772zu4kpep] {
    text-decoration: line-through;
    color: #FC2B6C;
}

.box-authorcopy-header-3[b-772zu4kpep] {
    color: #8ce699;
}

.box-outer[b-772zu4kpep] {
    color: #ffffff;
}

.box-outer-header[b-772zu4kpep] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box-outer-header-between[b-772zu4kpep] {
    color: #8ce699;
}

.price-box[b-772zu4kpep] {
    width: 33.3%;
    text-align: center;
}

.image-box[b-772zu4kpep] {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.image-box-disabled[b-772zu4kpep] {
    opacity: 0.2;
}

.select[b-772zu4kpep] {
    background-color: transparent !important;
    padding: 0;
    margin-left: 0.5rem;
}

select:invalid[b-772zu4kpep] { 
    color: gray; 
}

.money-block[b-772zu4kpep] {
    height: 150px;
}

.money-col[b-772zu4kpep] {
    width: 50%;
}

.border-radius-5[b-772zu4kpep] {
    border-radius: 5px;
}
.border-radius-inherit[b-772zu4kpep]{
    border-radius: initial;
}

.discount-label[b-772zu4kpep] {
    height: 20px;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    background-color: #FC2B6B;
    color: #ffffff;
    border-radius: 10px;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.discount-label[b-772zu4kpep]::before {
    content: "%";
}

.justify[b-772zu4kpep]{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.currency-selector[b-772zu4kpep]{
    /* position: sticky;
    right: 10px;
    top: 100px; */
    display: flex;
    flex-direction: row;
    justify-content: start;
    z-index: 1000;
    margin-bottom: 20px;
}

.mobile-flex[b-772zu4kpep]{
    display: flex;
    flex-direction: column;  
}

.currency-selector-row[b-772zu4kpep]{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.btn-rounded[b-772zu4kpep] {
    border-radius: 20px;
    height: 40px;
    width: 40px;
}

  input[type=range][b-772zu4kpep]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background-color: #cccccc;
    border-radius: 10px;
    border: none; /* 1px solid #888888; */
  }
  
  input[type=range][b-772zu4kpep]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 7.5px;
    background-color: #8ce699;
    /* background-image: linear-gradient(to bottom, #8ce699 0%, #e5fae8 100%); */
    background-repeat: repeat-x;
    filter: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
  }
  
  input[type=range][b-772zu4kpep]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background-color: #cccccc;
    border-radius: 10px;
    border: none; /* 1px solid #888888;*/
  }
  
  input[type=range][b-772zu4kpep]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    border-radius: 7.5px;
    background-color: #8ce699;
    /* background-image: linear-gradient(to bottom, #8ce699 0%, #e5fae8 100%); */
    background-repeat: repeat-x;
    filter: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    cursor: pointer;
  }


.m-width[b-772zu4kpep] {
    max-width: 1300px;
    min-width: 850px;
    padding: 1rem;
}
@media (max-width: 767.98px) {
    
    .intro-container[b-772zu4kpep] {
        flex-direction: column;
    }

    .modal-details[b-772zu4kpep] {
        width: 100%;
        height: 100%;
        flex-direction: column;
        overflow-y: auto;
    }

    .modal-main-content[b-772zu4kpep] {
        padding: 0 0.7rem 0.7rem 0.7rem;
    }

    .modal-calc-header[b-772zu4kpep] {
        padding: 0.8rem 0 0 0.7rem;
    }

    .modal-details-left[b-772zu4kpep] {
        width: 100%;
    }

    .modal-details-right[b-772zu4kpep] {
        background-color: #f8f9fa;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .close-button-right[b-772zu4kpep] {
        display: none;
    }

    .format-panel[b-772zu4kpep] {
        display: flex;
        flex-direction: column;
    }

    .format-panel-buttons[b-772zu4kpep] {
        display: flex;
        flex-direction: column;
    }

    .format-preview[b-772zu4kpep] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        /* height: 327px; */
        margin-top: 1.5rem;
    }

    .page-panel[b-772zu4kpep] {
        display: flex;
        flex-direction: column;    
        font-size: 1.0rem !important;
        font-weight: 500 !important;
    }

    .page-panel-separator[b-772zu4kpep] {
        display: flex;
        flex-direction: column;
        margin-top: 1.5rem;
        font-size: 0.9rem !important;
        font-weight: 500 !important;
    }

    .box-ground[b-772zu4kpep] {
        width: 100%;
    }

    .box-total-outer[b-772zu4kpep] {
        width: 100%;
    }

    .box-total-header[b-772zu4kpep] {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.7rem;
    }

    .box-authorcopy-header[b-772zu4kpep] {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0.7rem;
    }

    .box-provision-header-1[b-772zu4kpep] {
        width: 100%;
        font-size: 1.0rem !important;
        font-weight: 600 !important;
    }
    
    .box-provision-header-2[b-772zu4kpep] {
        width: 100%;
        font-size: 0.8rem !important;
        font-weight: 500 !important;
    }
    
    .box-provision-header-3[b-772zu4kpep] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-1[b-772zu4kpep] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-2[b-772zu4kpep] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-authorcopy-header-3[b-772zu4kpep] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-outer[b-772zu4kpep] {
        padding: 0 0.7rem 0.7rem 0.7rem;
        font-size: 0.8rem !important;
        font-weight: 500 !important;
    }

    .box-outer-header[b-772zu4kpep] {
        font-size: 0.8rem !important;
        font-weight: 500 !important;
    }

    .box-outer-header-between[b-772zu4kpep] {
        margin: 12px 0 12px 0;
    }
    
    .marketshare-column[b-772zu4kpep] {
        display: none;
    }

    .box-provision-column[b-772zu4kpep] {
        width: 25%;
        margin-right: 0.25rem;
        margin-left: 0.25rem;
    }

    .box-provision-column-right[b-772zu4kpep] {
        width: 25%;
        text-align: right;
    }

    .desktop[b-772zu4kpep] {
        display: none;
    }

    .nav-tabs-main[b-772zu4kpep] {
        width: 100%;
    }

    .nav-padding[b-772zu4kpep] {
        padding-left: 0.7rem;
    }

    .image-box[b-772zu4kpep] {
        display: none;
    }

    .money-block[b-772zu4kpep]{
        height: 40px;
    }
    .mobile-hidden[b-772zu4kpep]{
        display: none !important;
    }

    .mobile-padding[b-772zu4kpep]{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mobile-padding-row[b-772zu4kpep]{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .mobile-container[b-772zu4kpep]{
        width: 96%;
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .popup-box[b-772zu4kpep]{
        left: -80px !important;
    }
    
    .justify[b-772zu4kpep]{
        display: flex;
        flex-direction: column;   
        justify-content: start;
    }

    .select[b-772zu4kpep] {
        background-color: transparent !important;
        padding: 0;
        margin-left: 0;
    }

    .m-width[b-772zu4kpep] {
        min-width: unset;
        max-width: unset;
        padding: 0.35rem;
    }
}


@media (min-width: 768px) {

    .intro-container[b-772zu4kpep] {
        flex-direction: row;
    }

    .modal-details[b-772zu4kpep] {
        width: 85%;
        height: 80%;
        max-width: 1400px;
        max-height: 700px;
        flex-direction: row;
    }

    .modal-details-ebook[b-772zu4kpep] {
        flex-direction: row;
    }

    .modal-main-content[b-772zu4kpep] {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }

    .modal-calc-header[b-772zu4kpep] {
        padding: 1.0rem 0 0 1.5rem;
    }
    
    .modal-details-left[b-772zu4kpep] {
        width: 70%;
        overflow-y: auto;
    }

    .close-button-left[b-772zu4kpep] {
        display: none;
    }

    .modal-details-right[b-772zu4kpep] {
        background-color: #f8f9fa;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30%;
        min-width: 370px;
        overflow-y: auto;
    }

    .close-button-right[b-772zu4kpep] {
        text-align: right;
        padding: 0.5rem;
    }

    .format-panel[b-772zu4kpep] {
        display: flex;
        flex-direction: row;
    }

    .format-panel-buttons[b-772zu4kpep] {
        display: flex;
        flex-direction: column;
        min-width: 350px;
    }

    .format-preview[b-772zu4kpep] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        /* height: 327px; */
        margin-left: 80px;
        border-left: 1px solid #dfdfdf;
        padding-left: 60px;
    }

    .page-panel[b-772zu4kpep] {
        display: flex;
        flex-direction: row;    
        font-size: 1.0rem !important;
        font-weight: 500 !important;
    }

    .page-panel-separator[b-772zu4kpep] {
        margin-left: 60px;
        padding-left: 60px;
        border-left: 1px solid #dfdfdf;
        display: flex;
        flex-direction: column;
        font-size: 0.9rem !important;
        font-weight: 500 !important;
    }

    .box-ground[b-772zu4kpep] {
        width: 70%;
        box-shadow: 2px 2px 6px 0 #dfdfdf, 2px 2px 6px 0 #dfdfdf;
        margin-left: auto;
        margin-right: auto;    
    }

    .box-total-outer[b-772zu4kpep] {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem;       
    }

    .box-total-header[b-772zu4kpep], .box-authorcopy-header[b-772zu4kpep] {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 1.5rem;
    }

    .box-provision-header-1[b-772zu4kpep] {
        width: 30%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }
    
    .box-provision-header-2[b-772zu4kpep] {
        width: 50%;
        font-size: 1.1rem !important;
        font-weight: 500 !important;
    }
    
    .box-provision-header-3[b-772zu4kpep] {
        width: 20%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-1[b-772zu4kpep] {
        width: 60%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-2[b-772zu4kpep] {
        width: 20%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-authorcopy-header-3[b-772zu4kpep] {
        width: 20%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-outer[b-772zu4kpep] {
        padding: 0 1.5rem 1.5rem 1.5rem;
        font-size: 1.1rem !important;
        font-weight: 500 !important;
    }

    .box-outer-header[b-772zu4kpep] {
        font-size: 1.1rem !important;
        font-weight: 600 !important;
    }

    .box-outer-header-between[b-772zu4kpep] {
        margin: 22px 0 12px 0;
    }

    .marketshare-column[b-772zu4kpep] {
        width: 20%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .box-provision-column[b-772zu4kpep] {
        width: 20%;
       
    }

    .box-provision-column-right[b-772zu4kpep] {
        width: 20%;
        text-align: right;        
    }

    .marketshare-detail[b-772zu4kpep] {
        display: none;
    }
    
    .nav-tabs-main[b-772zu4kpep] {
        width: 70%;
        margin-left: auto;
        margin-right: auto;    
    }

    .nav-padding[b-772zu4kpep] {
        padding-left: 1.5rem;
    }

    .image-box[b-772zu4kpep] {
        min-width: 150px;
        max-width: 150px;
        height: 150px;
        margin-left: 24px;    
    }  
}



/* -------------------------------- */

.wizard-container[b-772zu4kpep]{
    width: 100%;
}

.page-width[b-772zu4kpep] {
    min-width: 850px;
    max-width: 1300px;
}

.wizard-nav[b-772zu4kpep] {
    display: flex;
    flex-direction: row;
    background-color: #f1f1f1;
    border-bottom: 2px solid #ffffff;
    padding: 20px;
    cursor: pointer;   
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;

}

.wizard-navitem[b-772zu4kpep] {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    text-align: start;
    font-weight: 500;
    font-size: 1.1rem;
}

.wizard-navitem.active[b-772zu4kpep] {
    font-weight: 600;
}

.flex-center[b-772zu4kpep]{
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-content[b-772zu4kpep] {
    background-color: #f1f1f1;
    padding: 50px;
    display: flex;
    flex-direction: column;   
    margin-left: auto;
    margin-right: auto;
}

.nav-btn-round[b-772zu4kpep] {
    color: #000000;
    border: none;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    padding: 12px;
    transition: 0.3s;
    background-color: #ffffff;
}

.nav-btn-round.active[b-772zu4kpep], .nav-btn-round:hover[b-772zu4kpep] {
    background-color: #8ce699;
}

.nav-footer[b-772zu4kpep] {
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    padding-top: 1rem;
    min-width: 850px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.nav-continue[b-772zu4kpep] {
   margin-left: auto;
   width: 130px;
   height: 50px;
   font-size: 1.1rem;
}

.nav-back[b-772zu4kpep] {
    margin-right: auto;
}

.c-10[b-772zu4kpep] {
    width: 10%;
}
.c-15[b-772zu4kpep] {
    width: 15%;
    min-width: 150px;
}
.c-25[b-772zu4kpep] {
    width: 25%;
}
.c-20[b-772zu4kpep] {
    width: 20%;
}

.c-30[b-772zu4kpep] {
    width: 30%;
}
.c-40[b-772zu4kpep] {
    width: 40%;
}
.c-50[b-772zu4kpep] {
    width: 50%;
}

.wp-150[b-772zu4kpep] {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

.wp-300[b-772zu4kpep]{
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
}

th.no-border[b-772zu4kpep]{
    border: none !important;    
}

.calc-btn[b-772zu4kpep] {
    background-color: #8ce699;
    color:#000000;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    /* width: 14.57%;    */
    cursor: pointer;
    font-weight: 500;
    line-height: 2.5;  
}

.calc-btn-print[b-772zu4kpep] {
    width: 28.98% !important;
    line-height: 2.5;
}
.calc-btn.active[b-772zu4kpep]
{
    background-color: #1E2343;
    color:#ffffff;
    font-weight: 600;
}

.calc-row[b-772zu4kpep] {
    display: flex;
    flex-direction: row;
    min-width: 850px;
    max-width: 1300px;
    justify-content: flex-end !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.total[b-772zu4kpep] {
    position: relative;
    left: 20%;
}

.colored[b-772zu4kpep] {
    position: relative;
    left: 25%;
}



.nav-row[b-772zu4kpep] {
    min-width: 850px;
    max-width: 1300px;
}

.dd-menu.show[b-772zu4kpep]{   
    left: -100px !important;
}

.table-no-border th[b-772zu4kpep], .table-no-border td[b-772zu4kpep] {
    border: none;
    padding: 1rem !important;
}

.table-sm th[b-772zu4kpep], .table-sm td[b-772zu4kpep] {
    padding: unset !important;
}

.table-footer td[b-772zu4kpep] {
    border-top: 1px solid lightgray !important;
    padding-top: 2rem !important;
    font-size: 1.1rem;
    font-weight: 600;;
}

.not-visible[b-772zu4kpep] {
    visibility: hidden;
}

.calc-table[b-772zu4kpep] {
    padding: 1rem 1rem 0 1rem;;
}

.discount-text[b-772zu4kpep] {
    color: #FC2B6B;
}

.bg-universe[b-772zu4kpep] {
    background-color: #1E2343;
}


@media (max-width: 1366px)
{
    .calc-btn[b-772zu4kpep] {       
        width: 14.48%;
    }
}

@media (max-width: 768px)
{
    .c-10[b-772zu4kpep], .c-15[b-772zu4kpep], .c-20[b-772zu4kpep], .c-25[b-772zu4kpep], .c-30[b-772zu4kpep], .c-40[b-772zu4kpep], .c-50[b-772zu4kpep] {
        width: 100% !important;
    }
    .calc-btn[b-772zu4kpep] {       
        width: 130px;
    }
    
    .calc-row[b-772zu4kpep] {
        min-width: unset;  
    }
    .tab-content[b-772zu4kpep] {
      padding:0.25rem;
    } 
    .page-width[b-772zu4kpep] {
        min-width: 95vw;
        width: 95vw;
    }  
}

.btn-footer[b-772zu4kpep] {
    margin-left: auto;
    display: flex;
    background: none;
    box-shadow: none;
    margin-top: 1rem;
}

/* _content/treditionShop/Pages/CheckoutLogin.razor.rz.scp.css */
.login-container[b-ffh5e6j0e3] {
    display: flex;
    margin-bottom: 120px;
}

.login-box[b-ffh5e6j0e3] {
    height: 500px;
}

@media (min-width: 768px) {

    .login-container[b-ffh5e6j0e3] {
        flex-direction: row;
        justify-content: center;
    }

    .login-box[b-ffh5e6j0e3] {
        width: 30%;
        min-width: 400px;
    }
    
    .login-box-left[b-ffh5e6j0e3] {
        margin-right: 120px;
    }

}


@media (max-width: 767.98px) {

    .login-container[b-ffh5e6j0e3] {
        flex-direction: column;
        justify-content: center;
    }

    .login-box[b-ffh5e6j0e3] {
        width: 100%;
    }

    .login-box-left[b-ffh5e6j0e3] {
        margin-bottom: 30px;
    }

}
/* _content/treditionShop/Pages/GenreSelect.razor.rz.scp.css */
.genre-groups-container[b-ac8dwkmetu] {
    display: flex;
    flex-direction: row;
}

.group-box[b-ac8dwkmetu] {
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    padding: 18px 32px 18px 32px;
    margin-right: 30px;
    margin-bottom: 30px;
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    transition: 0.2s;
    cursor: pointer;
}

.group-box:hover[b-ac8dwkmetu] {
    border: 2px solid #79d97c;
    transition: 0.2s;
}

.group-box-selected[b-ac8dwkmetu] {
    background-color: #8CE699;
    border: 2px solid #8CE699;
}

.genre-container[b-ac8dwkmetu] {
    border-radius: 5px;
    min-width: 180px;
    height: 180px;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: 0.3s;
    cursor: pointer;
}

.genre-container-image[b-ac8dwkmetu] {
    height: 80%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1;
    padding: 4px;
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.genre-container-text[b-ac8dwkmetu] {
    height: 20%;
    min-height: 50px;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.2;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.genre-container:hover[b-ac8dwkmetu], .genre-container-selected[b-ac8dwkmetu] {
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #8CE699;
    background-color: #E5FAE8;
}


@media (min-width: 768px) {

    .genre-groups-container[b-ac8dwkmetu] {
        flex-wrap: wrap;
    }

    .genres-container[b-ac8dwkmetu] {
        flex-wrap: wrap;
    }

    .group-box[b-ac8dwkmetu] {
        font-size: 1.2rem !important;
    }

  

}


@media (max-width: 767.98px) {

    .genre-groups-container[b-ac8dwkmetu] {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .genres-container[b-ac8dwkmetu] {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .group-box[b-ac8dwkmetu] {
        font-size: 1.2rem !important;
    }

   

}
/* _content/treditionShop/Pages/Index.razor.rz.scp.css */
.box-container[b-rke9p3z41i] {
    display: flex;
}

.box[b-rke9p3z41i] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* .box-left {
    background-image: url(/img/filler1.jpg);
}

.box-right {
    background-image: url(/img/filler2.jpg);
} */

.btn-warning-underline[b-rke9p3z41i] {
    background: linear-gradient(180deg,rgba(255,255,255,0) 55%, #ffee80 55%);
    border: none;
    padding: 0;
    color: #000000;
    font-size: 2.5rem;
}

.btn-warning-underline:hover[b-rke9p3z41i] {
    background: linear-gradient(180deg,rgba(255,255,255,0) 55%, #fadd6c 55%);
}

.intro-text[b-rke9p3z41i] {
    padding-top: 52px;
    padding-bottom: 52px;
    font-family: 'Nunito';
    font-size: 2rem !important;
    font-weight: 500 !important;
}

.footer-text[b-rke9p3z41i] {
    padding: 32px 10% 32px 10%;
    font-weight: 600;
    display: flex;
}



@media (min-width: 768px) {

    .box-container[b-rke9p3z41i] {
        flex-direction: row;
        width: 100%;
        height: 600px;
    }

    .box[b-rke9p3z41i] {
        width: 50%;
        height: 100%;    
    }

    .footer-text[b-rke9p3z41i] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

}


@media (max-width: 767.98px) {

    .box-container[b-rke9p3z41i] {
        flex-direction: column;
        width: 100%;
        height: 1000px;
    }

    .box[b-rke9p3z41i] {
        width: 100%;
        height: 50%;    
    }

    .footer-text[b-rke9p3z41i] {
        flex-direction: column;
    }

}
/* _content/treditionShop/Pages/Search.razor.rz.scp.css */

@media (min-width: 768px) {

    .container-margin[b-bw6t4tp63s] {
        margin-top: 64px;
    }

    .results-prompt[b-bw6t4tp63s] {
        margin-top: 32px;
        font-size: 2.8rem !important;
        font-weight: 500 !important;
    }

    .no-results-prompt[b-bw6t4tp63s] {
        margin-top: 32px;
        margin-bottom: 220px;
        font-size: 2.8rem !important;
        font-weight: 500 !important;

    }

    .filter-container[b-bw6t4tp63s] {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

}


@media (max-width: 767.98px) {

    .container-margin[b-bw6t4tp63s] {
        margin-top: 34px;
    }

    .results-prompt[b-bw6t4tp63s] {
        margin-top: 32px;
        font-size: 1.8rem !important;
        font-weight: 500 !important;
    }

    .no-results-prompt[b-bw6t4tp63s] {
        margin-top: 32px;
        margin-bottom: 220px;
        font-size: 1.8rem !important;
        font-weight: 500 !important;
    }

    .filter-container[b-bw6t4tp63s] {
        display: flex;
        flex-direction: column;
    }

    .filter-container button[b-bw6t4tp63s] {
        font-size: 1.2rem !important;
    }

    .filter-container .dropdown-menu[b-bw6t4tp63s] {
        font-size: 1.2rem !important;
    }

}
/* _content/treditionShop/Shared/Book3DCSSCompact.razor.rz.scp.css */
#background3d[b-d1utuemb17] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#wrapper3d[b-d1utuemb17] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scene3d[b-d1utuemb17] {
    perspective: 1000px;
    position: relative;
}

#book3d[b-d1utuemb17] {
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(40deg);
}

#book-front[b-d1utuemb17] {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

#book-back[b-d1utuemb17] {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

#book-right[b-d1utuemb17] {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

#book-left[b-d1utuemb17] {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

#book-top[b-d1utuemb17] {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

#book-bottom[b-d1utuemb17] {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

#book-bottom-shadow[b-d1utuemb17] {
    background-color: #000000;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(30px);
    opacity: 0.5;
}

@media (max-width: 767.98px) {
    #scene3d[b-d1utuemb17] {
        margin-top: -100px;
    }
}

@keyframes spinbook-b-d1utuemb17 {
    from,to  { -webkit-transform: rotateY(0deg); }
    25%      { -webkit-transform: rotateY(35deg);}
    50%      { -webkit-transform: rotateY(180deg);}
    75%      { -webkit-transform: rotateY(215deg);}
    100%      { -webkit-transform: rotateY(360deg)}
}


@-webkit-keyframes spinbook {
    from,to  { -webkit-transform: rotateY(0deg); }
    25%      { -webkit-transform: rotateY(90deg);}
    50%      { -webkit-transform: rotateY(180deg);}
    75%      { -webkit-transform: rotateY(270deg);}
    100%      { -webkit-transform: rotateY(360deg);}
  }

  #book3dcss[b-d1utuemb17] {
    -webkit-animation-name: spinbook;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    -webkit-transform-style: preserve-3d;
    animation-name: spinbook-b-d1utuemb17;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 20s;
    transform-style: preserve-3d;
    /* -webkit-transform-origin: 60px 60px 0; */
    zoom: 0.7;
    position: relative;
    top:15%;
    left:15%;  
    
  }
  
  #book3dcss:hover[b-d1utuemb17] {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
 
/* _content/treditionShop/Shared/BookCarousel.razor.rz.scp.css */
.book-container[b-i1txtqsc2s] {
    display: flex;
    flex-direction: row;
    position: relative;
}

.book-container-column[b-i1txtqsc2s] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.book-container-row[b-i1txtqsc2s] {
    background-color: #ffffff;
    margin: 12px;
    display: flex;
    flex-direction: column;
}

.book-tile-outer[b-i1txtqsc2s] {
    background-color: #ffffff;
    position: relative;
    margin:0 auto;
    display: flex;
    flex-direction: column;
}

.book-list-outer[b-i1txtqsc2s] {
    background-color: #ffffff;
    margin: 12px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 240px;
    position: relative;
}

.card[b-i1txtqsc2s] {
    height: 100%;
    border-radius: 0 !important;
    position: relative;
    border: none !important;
    max-width: 365px;
    min-height: 450px;
    
}

.card-head[b-i1txtqsc2s] {
    position: relative;
}

.star-rating[b-i1txtqsc2s] {
    position: relative;    
    top: 1px;
}

.card-body[b-i1txtqsc2s] {
    height: 120px;
    position: relative;
}

.card-btns[b-i1txtqsc2s] {
    position: absolute;
    bottom:0;
    left:0;
}

.b-desc[b-i1txtqsc2s] {
    position: absolute;
    bottom:60px;
    height: 75px;
}

.book-image[b-i1txtqsc2s]{
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: solid lightgray;
    border-width: 0.5px 0 0.5px 0;
}
.book-img[b-i1txtqsc2s]{
    max-height: 60%;    
    width: 65%;    
    object-fit: fill;  
    border: solid lightgray;
    border-width: 0.5px;
    margin-top: 15px;
}

.book-img:hover[b-i1txtqsc2s], .book:hover[b-i1txtqsc2s] {
    filter: drop-shadow(2px 2px 14px #000000);
    transform: scale(1.2);
    transition: 0.3s;
}

.book-btn[b-i1txtqsc2s]::before {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}
.flag[b-i1txtqsc2s] {
    height: 40px;
    width: 90px;
    overflow: hidden;
    position: absolute; 
    top: 0;
    right: 0;   
}

.book-list-outer-detail[b-i1txtqsc2s] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;    
}

.book-outer-header[b-i1txtqsc2s] {
    padding-bottom: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.book-outer-footer[b-i1txtqsc2s] {
    height: 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.book-flag[b-i1txtqsc2s] {
    padding: 4px 15px 4px 15px;   
    font-weight: 600 !important;   
    margin-left: auto !important;   
}

/* .book {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;    
    filter: drop-shadow(2px 2px 4px #c0c0c0);
    flex-grow: 1;
} */

.book-description[b-i1txtqsc2s] {
    overflow: hidden;
    flex-grow: 1;
    font-family: 'Nunito';
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    color: #707070;
    margin-bottom: 12px;
    text-overflow: ellipsis;
}

.font-larger[b-i1txtqsc2s] {
    font-size: 1.4rem;
    font-weight: 600;
}

.scroll-left[b-i1txtqsc2s], .scroll-right[b-i1txtqsc2s] {
    position: absolute;
    width: 50px;
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding-top: 32px;
}

@media (min-width: 768px) {

    .book-container-row[b-i1txtqsc2s] {
        overflow-x: hidden;
    }

    .book-tile-outer[b-i1txtqsc2s] {
        min-width: 380px;
        height: 420px;
        background-color: #ffffff;
        margin: 12px;
        display: flex;
        flex-direction: column;
    }
    
    .book-list[b-i1txtqsc2s] {
        min-width: 240px;
        max-width: 240px;
        background-position: left center;
    }

}


@media (max-width: 767.98px) {

    .card[b-i1txtqsc2s] {
        width: 80%;        
        justify-self: center;
        min-height: 450px;
    }

    .card-col[b-i1txtqsc2s] {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .book-container-row[b-i1txtqsc2s] {
        overflow-x: scroll;
    }
    
    .book-tile-outer[b-i1txtqsc2s] {
        min-width: 150px;
        height: 220px;
        background-color: #ffffff;
        margin: 12px;
        display: flex;
        flex-direction: column;
    }
    
    .book-list[b-i1txtqsc2s] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 240px;
        opacity: 0.2;
        background-position: right center;
    }

    .scroll-left[b-i1txtqsc2s], .scroll-right[b-i1txtqsc2s] {
        display: none;
    }

    .b-desc[b-i1txtqsc2s] {
        position: absolute;
        bottom:60px;
        height: 65px;
    }

    .book-img[b-i1txtqsc2s]{
        max-height: 55%;    
        max-width: 65%;    
        
    }
}
/* _content/treditionShop/Shared/BookInsideView.razor.rz.scp.css */
.insideview[b-g6pzku690c] {
    background-color: #222222;
    color: #ffffff;
    position: fixed;
    z-index: 9999;
}

.insideview-header[b-g6pzku690c] {
    left: 0;
    top: 0;
    right: 0;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.insideview-body[b-g6pzku690c] {
    left: 0;
    top: 40px;
    right: 0;
    bottom: 0;
    display: flex;
}

.page[b-g6pzku690c] {
    background-size: contain;
    background-repeat: no-repeat;
}


@media (max-width: 767.98px) {

    .insideview-body[b-g6pzku690c] {
        left: 0;
        top: 40px;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        flex-direction: column;
    }

    .page[b-g6pzku690c] {
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
        margin-bottom: 20px;
    }
 
    .left-page[b-g6pzku690c] {
        background-position: center;
    }
    
    .right-page[b-g6pzku690c] {
        background-position: center;
    }

    .page-invisible[b-g6pzku690c] {
        display: inherit;
    }

    .first-page[b-g6pzku690c], .last-page[b-g6pzku690c] {
        display: none;
    }

    .nav-bar[b-g6pzku690c] {
        display: none;
    }
}


@media (min-width: 768px) {

    .insideview-body[b-g6pzku690c] {
        left: 0;
        top: 40px;
        right: 0;
        bottom: 0;
        flex-direction: row;
    }

    .page[b-g6pzku690c] {
        min-width: 50%;
        max-width: 50%;
        min-height: 100%;
        max-height: 100%;
    }
    
    .left-page[b-g6pzku690c] {
        background-position: right;
        filter: drop-shadow(0 0 8px #c0c0c0)
    }
    
    .right-page[b-g6pzku690c] {
        background-position: left;
    }
    
    .page-invisible[b-g6pzku690c] {
        display: none;
    }

    .nav-bar[b-g6pzku690c] {
        position: fixed;
        top: 20px;
        width: 55px;
        bottom: 0;
        margin: 24px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .nav-bar-left[b-g6pzku690c] {
        left: 0;
    }

    .nav-bar-right[b-g6pzku690c] {
        right: 0;
    }
}
/* _content/treditionShop/Shared/BookListExtended.razor.rz.scp.css */
.book-container[b-9n4uqigrgd] {
    display: flex;
    flex-direction: row;
    position: relative;
}

.book-container-column[b-9n4uqigrgd] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.book-container-row[b-9n4uqigrgd] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.book-tile-outer[b-9n4uqigrgd] {
    background-color: #ffffff;
    margin: 12px;
    display: flex;
    flex-direction: column;
    min-height: 450px;
}

.book-list-outer[b-9n4uqigrgd] {
    background-color: #ffffff;
    margin: 12px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 240px;
    position: relative;
}

.book-list-outer-detail[b-9n4uqigrgd] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;    
}

.book-outer-header[b-9n4uqigrgd] {
    padding-bottom: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.book-outer-footer[b-9n4uqigrgd] {
    height: 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.book-flag[b-9n4uqigrgd] {
    padding: 4px 15px 4px 15px;
    /* font-size: 0.9rem !important; */
    font-weight: 600 !important;
}

.book[b-9n4uqigrgd] {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    filter: drop-shadow(2px 2px 4px #c0c0c0);
    flex-grow: 1;
}

.book:hover[b-9n4uqigrgd] {
    filter: drop-shadow(2px 2px 14px #000000);
    transform: scale(1.2);
    transition: 0.3s;
}

.book-description[b-9n4uqigrgd] {
    overflow: hidden;
    flex-grow: 1;
    font-family: 'Nunito';
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    color: #707070;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}

.font-larger[b-9n4uqigrgd] {
    font-size: 1.4rem;
    font-weight: 600;
}

.scroll-left[b-9n4uqigrgd], .scroll-right[b-9n4uqigrgd] {
    position: absolute;
    width: 50px;
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding-top: 32px;
}

@media (min-width: 768px) {

    .book-container-row[b-9n4uqigrgd] {
        overflow-x: hidden;
    }

    .book-tile-outer[b-9n4uqigrgd] {
        min-width: 380px;       
        background-color: #ffffff;
        margin: 12px;
        display: flex;
        flex-direction: column;
    }
    
    .book-list[b-9n4uqigrgd] {
        min-width: 240px;
        max-width: 240px;
        background-position: left center;
    }

}


@media (max-width: 767.98px) {

    .book-container-row[b-9n4uqigrgd] {
        overflow-x: scroll;
    }
    
    .book-tile-outer[b-9n4uqigrgd] {
        min-width: 150px;       
        width: 100%;
        background-color: #ffffff;
        margin: 12px;
        display: flex;
        flex-direction: column;
    }
    
    .book-list[b-9n4uqigrgd] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 240px;
        opacity: 0.2;
        background-position: right center;
    }

    .scroll-left[b-9n4uqigrgd], .scroll-right[b-9n4uqigrgd] {
        display: none;
    }
}
/* _content/treditionShop/Shared/BookListSimple.razor.rz.scp.css */
.book-container[b-vuu4vlyfcj] {
    display: flex;
    flex-direction: row;
    position: relative;
}

.book-container-column[b-vuu4vlyfcj] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.book-container-row[b-vuu4vlyfcj] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.book[b-vuu4vlyfcj] {
    min-width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    margin-right: 32px;
    margin-bottom: 32px;
    filter: drop-shadow(2px 2px 4px #c0c0c0);
    transition: 0.3s;
}

.book:hover[b-vuu4vlyfcj] {
    filter: drop-shadow(2px 2px 14px #000000);
    transform: scale(1.2);
    transition: 0.3s;
}

.scroll-left[b-vuu4vlyfcj], .scroll-right[b-vuu4vlyfcj] {
    position: absolute;
    width: 50px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
}


@media (min-width: 768px) {

    .book-container-row[b-vuu4vlyfcj] {
        overflow-x: hidden;
    }

}

@media (max-width: 767.98px) {

    .book-container-row[b-vuu4vlyfcj] {
        overflow-x: scroll;
    }

    .book[b-vuu4vlyfcj] {
        min-width: 150px;
        height: 250px;
        margin-right: 22px !important;
        margin-bottom: 22px !important;
        filter: drop-shadow(2px 2px 4px #c0c0c0);
        transition: 0.3s;
    }

    .scroll-left[b-vuu4vlyfcj], .scroll-right[b-vuu4vlyfcj] {
        display: none;
    }

}
/* _content/treditionShop/Shared/BookOfMonth.razor.rz.scp.css */
.booktitle[b-pq27kob5h8] {
    cursor: pointer;
    font-family: 'Nunito';
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    margin-top: 40px;
}


@media (min-width: 768px) {

    .bom-container-1[b-pq27kob5h8] {
        display: flex;
        flex-direction: row;
    }

    .bom-container-2[b-pq27kob5h8] {
        display: flex;
        flex-direction: row-reverse;
    }

    .flaptext[b-pq27kob5h8] {
        font-family: 'Nunito';
        font-size: 1.3rem !important;
        font-weight: 500 !important;
        margin-top: 100px;
    }
    
    .left-tile-1[b-pq27kob5h8] {
        width: 40%;
        background-color: #ffffff;
        padding: 100px 32px 100px 10%;
    }
    
    .middle-tile-1[b-pq27kob5h8] {
        width: 20%;
        padding: 260px 32px 260px 32px;
        background: linear-gradient(90deg,#ffffff 50%, #f2f2f2 50%);
    }
    
    .right-tile-1[b-pq27kob5h8] {
        width: 40%;
        padding: 100px 5% 100px 105px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .book-1[b-pq27kob5h8] {
        cursor: pointer;
        width: 100%;
        height: 450px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        filter: drop-shadow(2px 2px 4px #c0c0c0);
        transition: 0.3s;
        margin-left: 20%;
    }

    .book-1:hover[b-pq27kob5h8] {
        transform: scale(1.2);
    }
    
    .left-tile-2[b-pq27kob5h8] {
        width: 40%;
        background-color: #ffffff;
        padding: 100px 10% 100px 32px;
    }
    
    .middle-tile-2[b-pq27kob5h8] {
        width: 20%;
        padding: 260px 32px 260px 32px;
        background: linear-gradient(90deg,#1e2343 50%, #ffffff 50%);
    }
    
    .right-tile-2[b-pq27kob5h8] {
        width: 40%;
        background-color: #1e2343;
        color: #ffffff;
        padding: 100px 52px 100px 10%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .book-2[b-pq27kob5h8] {
        cursor: pointer;
        width: 100%;
        height: 450px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        filter: drop-shadow(2px 2px 4px #c0c0c0);
        transition: 0.3s;
        margin-left: -20%;
    }

    .book-2:hover[b-pq27kob5h8] {
        transform: scale(1.2);
    }

}


@media (max-width: 767.98px) {

    .bom-container-1[b-pq27kob5h8], .bom-container-2[b-pq27kob5h8] {
        display: flex;
        flex-direction: column;
    }

    .flaptext[b-pq27kob5h8] {
        font-family: 'Nunito';
        font-size: 1.3rem !important;
        font-weight: 500 !important;
        margin-top: 22px;
    }
    
    .left-tile-1[b-pq27kob5h8] {
        background-color: #ffffff;
        padding: 52px 22px 52px 22px;
    }
    
    .middle-tile-1[b-pq27kob5h8] {
        padding: 0;
        background-color: #ffffff;
    }
    
    .right-tile-1[b-pq27kob5h8] {
        background-color: #ffffff;
        padding: 52px 22px 52px 22px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .book-1[b-pq27kob5h8] {
        width: 100%;
        height: 450px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        filter: drop-shadow(2px 2px 4px #c0c0c0);
        transition: 0.3s;
    }
    
    .left-tile-2[b-pq27kob5h8] {
        background-color: #1e2343;
        color: #ffffff;
        padding: 52px 22px 52px 22px;
    }
    
    .middle-tile-2[b-pq27kob5h8] {
        padding: 0;
        background-color: #1e2343;
    }
    
    .right-tile-2[b-pq27kob5h8] {
        background-color: #1e2343;
        color: #ffffff;
        padding: 52px 22px 52px 22px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .book-2[b-pq27kob5h8] {
        width: 100%;
        height: 450px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        filter: drop-shadow(2px 2px 4px #c0c0c0);
        transition: 0.3s;
    }
    
}
/* _content/treditionShop/Shared/BookSingle.razor.rz.scp.css */
.book-container[b-wblvfefpr5] {
    display: flex;
    background-color: #ffffff;
}

.book-image-container[b-wblvfefpr5] {
    position: relative;
    overflow: hidden;
}

.book-image-background[b-wblvfefpr5] {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: center center;
    filter: blur(10px) brightness(0.8);
}

.book-image-preview[b-wblvfefpr5] {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /* background-size: 40%; */
    background-position: center center;
}

.book-description[b-wblvfefpr5] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {

    .book-container[b-wblvfefpr5] {
        flex-direction: row;
    }

    .book-image-container[b-wblvfefpr5] {
        min-width: 55%;
        min-height: 600px;
        margin-right: 90px;
    }

    .book-description[b-wblvfefpr5] {
        width: 45%;
    }
    
}


@media (max-width: 767.98px) {

    .book-container[b-wblvfefpr5] {
        flex-direction: column;
    }

    .book-image-container[b-wblvfefpr5] {
        width: 100%;
        min-height: 600px;
    }
    
    .book-description[b-wblvfefpr5] {
        width: 100%;
        padding: 22px;
    }

}
/* _content/treditionShop/Shared/MainLayout.razor.rz.scp.css */
.page[b-8n6oyszrca] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-8n6oyszrca] {
    flex: 1;
}

.bg-black[b-8n6oyszrca] {
    background-color: #000000;
}

.top-panel[b-8n6oyszrca] {
    display: flex;
    flex-direction: row;
    background-color: #000000;
    color: #ffffff;
    height: 35px;
}

.navigation-panel[b-8n6oyszrca] {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
}

.top-row[b-8n6oyszrca] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8n6oyszrca]  a, .top-row .btn-link[b-8n6oyszrca] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-8n6oyszrca] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.search-panel-container[b-8n6oyszrca] {
    width: 20%;
    min-width: 400px;
    white-space: nowrap;
}

.search-panel[b-8n6oyszrca] {
    font-size: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
}

.search-panel-prompt[b-8n6oyszrca] {
    flex-grow: 1;
    padding-right: 12px;
}

.search-panel-prompt:hover[b-8n6oyszrca] {
    color: #707070;
}

.search-control[b-8n6oyszrca] {
    border: none;
    outline: none;
}

.footer[b-8n6oyszrca] {
    background-color: #000000;
    color: #ffffff;
    display: flex;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    line-height: 1.7;
}

.footer a[b-8n6oyszrca] {
    color: #ffffff;
    text-decoration: none;
}

.staging[b-8n6oyszrca] {
    position: fixed;
    left: 5px;
    bottom: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #0000ff;
    color: #ffffff;
    font-size: 0.8rem;
    padding: 2px;
}


@media (max-width: 767.98px) {

    .top-row:not(.auth)[b-8n6oyszrca] {
        display: none;
    }

    .top-row.auth[b-8n6oyszrca] {
        justify-content: space-between;
    }

    .top-row a[b-8n6oyszrca], .top-row .btn-link[b-8n6oyszrca] {
        margin-left: 0;
    }

    .top-panel[b-8n6oyszrca] {
        display: none;
    }

    .navigation-panel[b-8n6oyszrca] {
        padding: 12px;
        height: 64px;
    }

    .navigation-panel-image[b-8n6oyszrca] {
        display: none !important;
    }

    .search-control[b-8n6oyszrca]::placeholder {
        font-size: 1rem;
    }
    
    .search-panel-container[b-8n6oyszrca] {
        display: none;
    }

    .search-bar-container[b-8n6oyszrca] {
        width: 100%;
    }

    .search-panel[b-8n6oyszrca] {
        font-size: 1.2rem;
    }

    .search-icon[b-8n6oyszrca] {
        display: none;
    }

    .footer[b-8n6oyszrca] {
        flex-direction: column;
        padding: 22px;
    }

    .footer-1[b-8n6oyszrca] {
        width: 100%;
        margin-bottom: 22px;
    }

    .footer-2[b-8n6oyszrca] {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 22px;
    }

    .footer-3[b-8n6oyszrca] {
        display: flex;
        flex-direction: column;
        width: 100%;        
        margin-bottom: 22px;
    }

    .footer-4[b-8n6oyszrca] {
        width: 100%;
    }

}

@media (min-width: 768px) {

    .top-row[b-8n6oyszrca] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-8n6oyszrca] {
        padding: 0 !important;
    }

    .navigation-panel[b-8n6oyszrca] {
        padding: 24px;
        height: 84px;
    }
    
    .sidemenu-button[b-8n6oyszrca] {
        display: none;
    }

    .search-control[b-8n6oyszrca]::placeholder {
        font-size: 2rem;
    }
    
    .search-icon-mobile[b-8n6oyszrca] {
        display: none;
    }

    .search-bar-container[b-8n6oyszrca] {
        width: 20%;
        min-width: 400px;
        white-space: nowrap;
    }
    
    .footer[b-8n6oyszrca] {
        flex-direction: row;
        padding: 42px 42px 42px 62px;
    }

    .footer-1[b-8n6oyszrca] {
        width: 40%;
    }

    .footer-2[b-8n6oyszrca] {
        display: flex;
        flex-direction: column;
        width: 20%;
    }

    .footer-3[b-8n6oyszrca] {
        display: flex;
        flex-direction: column;
        width: 20%;        
    }

    .footer-4[b-8n6oyszrca] {
        width: 20%;
    }

}
/* _content/treditionShop/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-m3sosi93nh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-m3sosi93nh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-m3sosi93nh] {
    font-size: 1.1rem;
}

.oi[b-m3sosi93nh] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-m3sosi93nh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-m3sosi93nh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-m3sosi93nh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-m3sosi93nh]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-m3sosi93nh]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-m3sosi93nh]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 768px) {
    .navbar-toggler[b-m3sosi93nh] {
        display: none;
    }

    .collapse[b-m3sosi93nh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/treditionShop/Shared/ProjectReviewList.razor.rz.scp.css */
.list-box[b-1evx7209uw] {
    width: 100%;
}

.review-text[b-1evx7209uw] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review[b-1evx7209uw] {
    max-width: 70%;
}
/* _content/treditionShop/Shared/Timeline.razor.rz.scp.css */
td[b-us62ecgsnl] {
    vertical-align: middle;
}

.marketing-container[b-us62ecgsnl] {
    display: flex;
    flex-direction: column;
}

.post[b-us62ecgsnl] {
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 32px;
}

.post-header[b-us62ecgsnl] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: 'Barlow';
    padding: 1rem;
}

.post-profile-image[b-us62ecgsnl] {
    min-width: 40px;
    min-height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 50px;
    margin-right: 20px;
}

.post-content[b-us62ecgsnl] {
    font-size: 1.3rem;
    font-weight: 500;
    font-family: 'Barlow';
    padding: 1rem;
    word-break: break-word;
}

.attachment-image-container[b-us62ecgsnl] {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.attachment-image-dot[b-us62ecgsnl] {
    font-size: 0.6rem;
    color: #707070;
}

.attachment-image-dot-active[b-us62ecgsnl] {
    font-size: 0.6rem;
    color: #000000;
}

.attachment-image-clicker[b-us62ecgsnl] {
    position: absolute;
    left: 42px;
    top: 0;
    right: 42px;
    bottom: 0;
}

.btn-attachment-left[b-us62ecgsnl] {
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.btn-attachment-right[b-us62ecgsnl] {
    position: absolute;
    right: 0;
    top: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.post-footer[b-us62ecgsnl] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.large-image-container[b-us62ecgsnl] {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.video-container[b-us62ecgsnl] {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}


@media (min-width: 768px) {
    
    .event-mobile[b-us62ecgsnl] {
        display: none;
    }

}

@media (max-width: 767.98px) {

    .post-header[b-us62ecgsnl] {
        flex-wrap: wrap;
    }

    .event-desktop[b-us62ecgsnl] {
        display: none;
    }
}
/* _content/treditionShop/Views/Shared/Components/BookCarousel/Default.cshtml.rz.scp.css */
.book-container[b-mteqw57cce] {
    display: flex;
    flex-direction: row;
    position: relative;
}

.book-container-column[b-mteqw57cce] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.book-container-row[b-mteqw57cce] {
    background-color: #ffffff;
    margin: 12px;
    display: flex;
    flex-direction: column;
}

.book-tile-outer[b-mteqw57cce] {
    background-color: #ffffff;
    position: relative;
    margin:0 auto;
    display: flex;
    flex-direction: column;
}

.book-list-outer[b-mteqw57cce] {
    background-color: #ffffff;
    margin: 12px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 240px;
    position: relative;
}

.card[b-mteqw57cce] {
    height: 100%;
    border-radius: 0 !important;
    position: relative;
    border: none !important;
    max-width: 365px;
    min-height: 450px;

}

.card-head[b-mteqw57cce] {
    position: relative;
}

.star-rating[b-mteqw57cce] {
    position: relative;
    top: 1px;
}

.card-body[b-mteqw57cce] {
    height: 120px;
    position: relative;
}

.card-btns[b-mteqw57cce] {
    position: absolute;
    bottom:0;
    left:0;
}

.b-desc[b-mteqw57cce] {
    position: absolute;
    bottom:60px;
    height: 75px;
}

.book-image[b-mteqw57cce]{
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: solid lightgray;
    border-width: 0.5px 0 0.5px 0;
}
.book-img[b-mteqw57cce]{
    max-height: 60%;
    width: 65%;
    object-fit: fill;
    border: solid lightgray;
    border-width: 0.5px;
    margin-top: 15px;
}

.book-img:hover[b-mteqw57cce], .book:hover[b-mteqw57cce] {
    filter: drop-shadow(2px 2px 14px #000000);
    transform: scale(1.2);
    transition: 0.3s;
}

.book-btn[b-mteqw57cce]::before {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}
.flag[b-mteqw57cce] {
    height: 40px;
    width: 90px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.book-list-outer-detail[b-mteqw57cce] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.book-outer-header[b-mteqw57cce] {
    padding-bottom: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.book-outer-footer[b-mteqw57cce] {
    height: 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.book-flag[b-mteqw57cce] {
    padding: 4px 15px 4px 15px;
    font-weight: 600 !important;
    margin-left: auto !important;
}

/* .book {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;    
    filter: drop-shadow(2px 2px 4px #c0c0c0);
    flex-grow: 1;
} */

.book-description[b-mteqw57cce] {
    overflow: hidden;
    flex-grow: 1;
    font-family: 'Nunito';
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    color: #707070;
    margin-bottom: 12px;
    text-overflow: ellipsis;
}

.font-larger[b-mteqw57cce] {
    font-size: 1.4rem;
    font-weight: 600;
}

.scroll-left[b-mteqw57cce], .scroll-right[b-mteqw57cce] {
    position: absolute;
    width: 50px;
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding-top: 32px;
}

@media (min-width: 768px) {

    .book-container-row[b-mteqw57cce] {
        overflow-x: hidden;
    }

    .book-tile-outer[b-mteqw57cce] {
        min-width: 380px;
        height: 420px;
        background-color: #ffffff;
        margin: 12px;
        display: flex;
        flex-direction: column;
    }

    .book-list[b-mteqw57cce] {
        min-width: 240px;
        max-width: 240px;
        background-position: left center;
    }

}


@media (max-width: 767.98px) {

    .card[b-mteqw57cce] {
        width: 100%;
        justify-self: center;
        min-height: 450px;
    }

    .card-col[b-mteqw57cce] {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .book-container-row[b-mteqw57cce] {
        overflow-x: scroll;
    }

    .book-tile-outer[b-mteqw57cce] {
        min-width: 150px;
        height: 220px;
        background-color: #ffffff;
        margin: 12px;
        display: flex;
        flex-direction: column;
    }

    .book-list[b-mteqw57cce] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 240px;
        opacity: 0.2;
        background-position: right center;
    }

    .scroll-left[b-mteqw57cce], .scroll-right[b-mteqw57cce] {
        display: none;
    }

    .b-desc[b-mteqw57cce] {
        position: absolute;
        bottom:60px;
        height: 65px;
    }

    .book-img[b-mteqw57cce]{
        max-height: 55%;
        max-width: 65%;

    }
}
