@import '_content/Blazor/Blazor.bundle.scp.css';

/* _content/treditionShop/Pages/AuthorProfileComponent.razor.rz.scp.css */

.author-container[b-fv0i1dpsfu] {
    width: 60%; 
    border-radius: 5px;
    margin-top: 3rem;
    margin-bottom: 3rem;   
}

.author-box[b-fv0i1dpsfu] {
    width: 50%;
    min-width: 384px;
}


.autor-image[b-fv0i1dpsfu] {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    border-radius: 5px 0 0 5px;
}

.author-content[b-fv0i1dpsfu] {
    padding: 40px;
}

.bar-white[b-fv0i1dpsfu] {
    background-color: #ffffff;
    width: 100%;
}

.profile-description[b-fv0i1dpsfu] {
    padding-top: 80px;
    padding-bottom: 80px;
    word-break: break-word;
}

.btn-link[b-fv0i1dpsfu] {
    color:#000000 !important;
    text-decoration: none !important;
}

.imprint-footer[b-fv0i1dpsfu] {
    padding: 0.5rem 100px 1rem 100px;
}

@media(max-width: 768px ){
    .author-box[b-fv0i1dpsfu] {
        width: 100%;       
    }

    .author-container[b-fv0i1dpsfu] {
        width: 90%; 
       
    }

    .autor-image[b-fv0i1dpsfu] {
        width: inherit !important;
        border-radius: 5px;
    }
   
}

@media (max-width: 1200px){
    .author-content[b-fv0i1dpsfu] {
        width: 100% !important;
    }

    .autor-image[b-fv0i1dpsfu] {
        width: inherit !important;
        border-radius: 5px;
    }
}

.presskit-button[b-fv0i1dpsfu] {
    background-color: #bbe0de;
    color: #000000;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    margin: 22px;
    cursor: pointer;
}


.timeline-filter-container[b-fv0i1dpsfu] {
    position: relative;
    right: 0;
    top: 0;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}


@media (min-width: 768px) {

    .details-container[b-fv0i1dpsfu] {
        font-family: 'Nunito';
        font-size: 1.7rem;
        font-weight: 400;
    }

    .profile-header[b-fv0i1dpsfu] {
        margin-top: 64px;
        margin-bottom: 64px;
        flex-direction: row;
    }

    .profile-header-left[b-fv0i1dpsfu] {
        width: 50%;
    }

    .profile-header-right[b-fv0i1dpsfu] {
        width: 50%;
    }
    
    .timeline-filter-container[b-fv0i1dpsfu] {
        margin-top: 109px;
    }

    .timeline-filter-button-mobile[b-fv0i1dpsfu] {
        display: none;
    }
}

@media (max-width: 767.98px) {

    .details-container[b-fv0i1dpsfu] {
        font-family: 'Nunito';
        font-size: 1.3rem;
        font-weight: 400;
    }

    .profile-header[b-fv0i1dpsfu] {
        flex-direction: column;
    }

    .profile-header-left[b-fv0i1dpsfu] {
        height: 250px;
        background-position: center center;
    }

    .timeline-filter-container[b-fv0i1dpsfu] {
        margin-top: 79px;
    }

    .timeline-filter-button-desktop[b-fv0i1dpsfu] {
        display: none;
    }

}
/* _content/treditionShop/Pages/BookDetails.razor.rz.scp.css */
.content[b-0rbcv6ddc0] {
    margin: 0;
}

.border-selected[b-0rbcv6ddc0] {
    border: 8px solid #8ce699;
    border-radius: 0;
}

.product-selected[b-0rbcv6ddc0] {
    opacity: 1;
    filter: grayscale(0);
}

.product-unselected[b-0rbcv6ddc0] {
    /* opacity: 0.4; */
    cursor: pointer;
    filter: grayscale(1);
}

.product-unselected:hover[b-0rbcv6ddc0] {
    opacity: 1;
    filter: grayscale(0);
}

.basic-header[b-0rbcv6ddc0] {
    display: flex;
    background-color: #ffffff;
}

.preview-image[b-0rbcv6ddc0] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.display-Rating[b-0rbcv6ddc0] {
    display: block;
}

.hide-Rating[b-0rbcv6ddc0] {
    display: none !important;
}


@media (min-width: 768px) {

    .basic-header[b-0rbcv6ddc0] {
        flex-direction: row;
        align-items: center;
    }

    .preview-image[b-0rbcv6ddc0] {
        min-width: 55%;
        min-height: 600px;
    }

    .basic-data[b-0rbcv6ddc0] {
        margin-left: 100px;
        margin-right: 100px;
        width: 45%;
    }

    .basic-data-controls[b-0rbcv6ddc0] {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .details-sub-container-horiz[b-0rbcv6ddc0] {
        display: flex;
        flex-direction: row;
    }
    
}


@media (max-width: 767.98px) {

    .basic-header[b-0rbcv6ddc0] {
        flex-direction: column;
    }

    .preview-image[b-0rbcv6ddc0] {
        position: absolute;
        left: 0;
        top: 64px;
        width: 100%;
        height: 400px;
    }

    .basic-data[b-0rbcv6ddc0] {
        width: 100%;
        margin-top: 400px;
        padding: 12px;
    }

    .basic-data-controls[b-0rbcv6ddc0] {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .details-sub-container-horiz[b-0rbcv6ddc0] {
        display: flex;
        flex-direction: column;
    }
    
}

@media (max-width: 992px) 
{
    .details-sub-container-wide[b-0rbcv6ddc0] {
        padding: 0;;
    }
}
/* _content/treditionShop/Pages/BookFinder.razor.rz.scp.css */
.genre-groups-container[b-srzpswagic] {
    display: flex;
    flex-direction: row;
}

.group-box[b-srzpswagic] {
    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-srzpswagic] {
    border: 2px solid #8CE699;
    transition: 0.2s;
}

.group-box-selected[b-srzpswagic] {
    background-color: #8CE699;
    border: 2px solid #8CE699;
}

.genres-container[b-srzpswagic] {
    display: flex;
    flex-direction: row;
}

.genre-container[b-srzpswagic] {
    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-srzpswagic] {
    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-srzpswagic] {
    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-srzpswagic], .genre-container-selected[b-srzpswagic] {
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #8CE699;
    background-color: #E5FAE8;
}




@media (min-width: 768px) {

    .genre-groups-container[b-srzpswagic] {
        flex-wrap: wrap;
    }

    .genres-container[b-srzpswagic] {
        flex-wrap: wrap;
    }

    .group-box[b-srzpswagic] {
        font-size: 1.8rem !important;
    }

    .genre-container-text[b-srzpswagic] {
        font-size: 1.3rem !important;
        line-height: 1.5;
    }

}


@media (max-width: 767.98px) {

    .genre-groups-container[b-srzpswagic] {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .genres-container[b-srzpswagic] {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .group-box[b-srzpswagic] {
        font-size: 1.2rem !important;
    }

    .genre-container-text[b-srzpswagic] {
        font-size: 0.8rem !important;
        line-height: 1.4;
    }

}
/* _content/treditionShop/Pages/Calculator/Calculator.razor.rz.scp.css */
.intro-container[b-86touicf3a] {
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    display: flex;
    justify-content: center;
}

.modal-details[b-86touicf3a], .modal-details-ebook[b-86touicf3a] {
    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-86touicf3a] {
    position: sticky;
    top: 0;
    background-color: #ffffff;
}

.modal-main-content[b-86touicf3a] {
    min-height: 48px;
    overflow-x: hidden;
    overflow-y: auto;
    flex-grow: 1;
}

.modal-calc-header[b-86touicf3a] {
    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-86touicf3a] {
    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-86touicf3a] {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid  #8ce699;
    outline: none;
}

.nav-tabs-main[b-86touicf3a] {
    margin-top: 32px;
}

.box-ground[b-86touicf3a] {
    border-radius: 5px;
}

.box-total-outer[b-86touicf3a] {
    border-radius: 5px;
    background-color: #1E2343;
    display: flex;
    flex-direction: column;
}

.box-provision-header-1[b-86touicf3a] {
    color: #8ce699;
}

.box-provision-header-2[b-86touicf3a] {
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.box-provision-header-3[b-86touicf3a] {
    color: #8ce699;
    text-align: right;
}

.box-authorcopy-header-1[b-86touicf3a] {
    color: #8ce699;
}

.box-authorcopy-header-2[b-86touicf3a] {
    text-decoration: line-through;
    color: #FC2B6C;
}

.box-authorcopy-header-3[b-86touicf3a] {
    color: #8ce699;
}

.box-outer[b-86touicf3a] {
    color: #ffffff;
}

.box-outer-header[b-86touicf3a] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box-outer-header-between[b-86touicf3a] {
    color: #8ce699;
}

.price-box[b-86touicf3a] {
    width: 33.3%;
    text-align: center;
}

.image-box[b-86touicf3a] {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.image-box-disabled[b-86touicf3a] {
    opacity: 0.2;
}

.select[b-86touicf3a] {
    background-color: transparent !important;
    padding: 0;
    margin-left: 0.5rem;
}

select:invalid[b-86touicf3a] { 
    color: gray; 
}

.money-block[b-86touicf3a] {
    height: 150px;
}

.money-col[b-86touicf3a] {
    width: 50%;
}

.border-radius-5[b-86touicf3a] {
    border-radius: 5px;
}
.border-radius-inherit[b-86touicf3a]{
    border-radius: initial;
}

.discount-label[b-86touicf3a] {
    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-86touicf3a]::before {
    content: "%";
}

.justify[b-86touicf3a]{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.currency-selector[b-86touicf3a]{
    /* position: sticky;
    right: 10px;
    top: 100px; */
    display: flex;
    flex-direction: row;
    justify-content: start;
    z-index: 1000;
    margin-bottom: 20px;
}

.mobile-flex[b-86touicf3a]{
    display: flex;
    flex-direction: column;  
}

.currency-selector-row[b-86touicf3a]{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.btn-rounded[b-86touicf3a] {
    border-radius: 20px;
    height: 40px;
    width: 40px;
}

  input[type=range][b-86touicf3a]::-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-86touicf3a]::-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-86touicf3a]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background-color: #cccccc;
    border-radius: 10px;
    border: none; /* 1px solid #888888;*/
  }
  
  input[type=range][b-86touicf3a]::-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-86touicf3a] {
    max-width: 1300px;
    min-width: 850px;
}
@media (max-width: 767.98px) {
    
    .intro-container[b-86touicf3a] {
        flex-direction: column;
    }

    .modal-details[b-86touicf3a] {
        width: 100%;
        height: 100%;
        flex-direction: column;
        overflow-y: auto;
    }

    .modal-main-content[b-86touicf3a] {
        padding: 0 0.7rem 0.7rem 0.7rem;
    }

    .modal-calc-header[b-86touicf3a] {
        padding: 0.8rem 0 0 0.7rem;
    }

    .modal-details-left[b-86touicf3a] {
        width: 100%;
    }

    .modal-details-right[b-86touicf3a] {
        background-color: #f8f9fa;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .close-button-right[b-86touicf3a] {
        display: none;
    }

    .format-panel[b-86touicf3a] {
        display: flex;
        flex-direction: column;
    }

    .format-panel-buttons[b-86touicf3a] {
        display: flex;
        flex-direction: column;
    }

    .format-preview[b-86touicf3a] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        /* height: 327px; */
        margin-top: 1.5rem;
    }

    .page-panel[b-86touicf3a] {
        display: flex;
        flex-direction: column;    
        font-size: 1.0rem !important;
        font-weight: 500 !important;
    }

    .page-panel-separator[b-86touicf3a] {
        display: flex;
        flex-direction: column;
        margin-top: 1.5rem;
        font-size: 0.9rem !important;
        font-weight: 500 !important;
    }

    .box-ground[b-86touicf3a] {
        width: 100%;
    }

    .box-total-outer[b-86touicf3a] {
        width: 100%;
    }

    .box-total-header[b-86touicf3a] {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.7rem;
    }

    .box-authorcopy-header[b-86touicf3a] {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0.7rem;
    }

    .box-provision-header-1[b-86touicf3a] {
        width: 100%;
        font-size: 1.0rem !important;
        font-weight: 600 !important;
    }
    
    .box-provision-header-2[b-86touicf3a] {
        width: 100%;
        font-size: 0.8rem !important;
        font-weight: 500 !important;
    }
    
    .box-provision-header-3[b-86touicf3a] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-1[b-86touicf3a] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-2[b-86touicf3a] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-authorcopy-header-3[b-86touicf3a] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-outer[b-86touicf3a] {
        padding: 0 0.7rem 0.7rem 0.7rem;
        font-size: 0.8rem !important;
        font-weight: 500 !important;
    }

    .box-outer-header[b-86touicf3a] {
        font-size: 0.8rem !important;
        font-weight: 500 !important;
    }

    .box-outer-header-between[b-86touicf3a] {
        margin: 12px 0 12px 0;
    }
    
    .marketshare-column[b-86touicf3a] {
        display: none;
    }

    .box-provision-column[b-86touicf3a] {
        width: 25%;
        margin-right: 0.25rem;
        margin-left: 0.25rem;
    }

    .box-provision-column-right[b-86touicf3a] {
        width: 25%;
        text-align: right;
    }

    .desktop[b-86touicf3a] {
        display: none;
    }

    .nav-tabs-main[b-86touicf3a] {
        width: 100%;
    }

    .nav-padding[b-86touicf3a] {
        padding-left: 0.7rem;
    }

    .image-box[b-86touicf3a] {
        display: none;
    }

    .money-block[b-86touicf3a]{
        height: 40px;
    }
    .mobile-hidden[b-86touicf3a]{
        display: none !important;
    }

    .mobile-padding[b-86touicf3a]{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mobile-padding-row[b-86touicf3a]{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .mobile-container[b-86touicf3a]{
        width: 96%;
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .popup-box[b-86touicf3a]{
        left: -80px !important;
    }
    
    .justify[b-86touicf3a]{
        display: flex;
        flex-direction: column;   
        justify-content: start;
    }

    .select[b-86touicf3a] {
        background-color: transparent !important;
        padding: 0;
        margin-left: 0;
    }

    .m-width[b-86touicf3a] {
        min-width: unset;
        max-width: unset;
    }
}


@media (min-width: 768px) {

    .intro-container[b-86touicf3a] {
        flex-direction: row;
    }

    .modal-details[b-86touicf3a] {
        width: 85%;
        height: 80%;
        max-width: 1400px;
        max-height: 700px;
        flex-direction: row;
    }

    .modal-details-ebook[b-86touicf3a] {
        flex-direction: row;
    }

    .modal-main-content[b-86touicf3a] {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }

    .modal-calc-header[b-86touicf3a] {
        padding: 1.0rem 0 0 1.5rem;
    }
    
    .modal-details-left[b-86touicf3a] {
        width: 70%;
        overflow-y: auto;
    }

    .close-button-left[b-86touicf3a] {
        display: none;
    }

    .modal-details-right[b-86touicf3a] {
        background-color: #f8f9fa;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30%;
        min-width: 370px;
        overflow-y: auto;
    }

    .close-button-right[b-86touicf3a] {
        text-align: right;
        padding: 0.5rem;
    }

    .format-panel[b-86touicf3a] {
        display: flex;
        flex-direction: row;
    }

    .format-panel-buttons[b-86touicf3a] {
        display: flex;
        flex-direction: column;
        min-width: 350px;
    }

    .format-preview[b-86touicf3a] {
        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-86touicf3a] {
        display: flex;
        flex-direction: row;    
        font-size: 1.0rem !important;
        font-weight: 500 !important;
    }

    .page-panel-separator[b-86touicf3a] {
        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-86touicf3a] {
        width: 70%;
        box-shadow: 2px 2px 6px 0 #dfdfdf, 2px 2px 6px 0 #dfdfdf;
        margin-left: auto;
        margin-right: auto;    
    }

    .box-total-outer[b-86touicf3a] {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem;       
    }

    .box-total-header[b-86touicf3a], .box-authorcopy-header[b-86touicf3a] {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 1.5rem;
    }

    .box-provision-header-1[b-86touicf3a] {
        width: 30%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }
    
    .box-provision-header-2[b-86touicf3a] {
        width: 50%;
        font-size: 1.1rem !important;
        font-weight: 500 !important;
    }
    
    .box-provision-header-3[b-86touicf3a] {
        width: 20%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-1[b-86touicf3a] {
        width: 60%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-2[b-86touicf3a] {
        width: 20%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-authorcopy-header-3[b-86touicf3a] {
        width: 20%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-outer[b-86touicf3a] {
        padding: 0 1.5rem 1.5rem 1.5rem;
        font-size: 1.1rem !important;
        font-weight: 500 !important;
    }

    .box-outer-header[b-86touicf3a] {
        font-size: 1.1rem !important;
        font-weight: 600 !important;
    }

    .box-outer-header-between[b-86touicf3a] {
        margin: 22px 0 12px 0;
    }

    .marketshare-column[b-86touicf3a] {
        width: 20%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .box-provision-column[b-86touicf3a] {
        width: 20%;
        margin-right: 0.25rem;
        margin-left: 0.25rem;
    }

    .box-provision-column-right[b-86touicf3a] {
        width: 20%;
        text-align: right;        
    }

    .marketshare-detail[b-86touicf3a] {
        display: none;
    }
    
    .nav-tabs-main[b-86touicf3a] {
        width: 70%;
        margin-left: auto;
        margin-right: auto;    
    }

    .nav-padding[b-86touicf3a] {
        padding-left: 1.5rem;
    }

    .image-box[b-86touicf3a] {
        min-width: 150px;
        max-width: 150px;
        height: 150px;
        margin-left: 24px;    
    }  
}
/* _content/treditionShop/Pages/Calculator/CalculatorWizard.razor.rz.scp.css */
.intro-container[b-emspnxtrx6] {
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    display: flex;
    justify-content: center;
}

.modal-details[b-emspnxtrx6], .modal-details-ebook[b-emspnxtrx6] {
    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-emspnxtrx6] {
    position: sticky;
    top: 0;
    background-color: #ffffff;
}

.modal-main-content[b-emspnxtrx6] {
    min-height: 48px;
    overflow-x: hidden;
    overflow-y: auto;
    flex-grow: 1;
}

.modal-calc-header[b-emspnxtrx6] {
    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-emspnxtrx6] {
    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-emspnxtrx6] {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid  #8ce699;
    outline: none;
}

.nav-tabs-main[b-emspnxtrx6] {
    margin-top: 32px;
}

.box-ground[b-emspnxtrx6] {
    border-radius: 5px;
}

.box-total-outer[b-emspnxtrx6] {
    border-radius: 5px;
    background-color: #1E2343;
    display: flex;
    flex-direction: column;
}

.box-total-outer-new[b-emspnxtrx6] {
    border-radius: 5px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
}
.box-total-outer-new *[b-emspnxtrx6] {
    color: #000000 !important;
}
.box-provision-header-1[b-emspnxtrx6] {
    color: #8ce699;
}

.box-provision-header-2[b-emspnxtrx6] {
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.box-provision-header-3[b-emspnxtrx6] {
    color: #8ce699;
    text-align: right;
}

.box-authorcopy-header-1[b-emspnxtrx6] {
    color: #8ce699;
}

.box-authorcopy-header-2[b-emspnxtrx6] {
    text-decoration: line-through;
    color: #FC2B6C;
}

.box-authorcopy-header-3[b-emspnxtrx6] {
    color: #8ce699;
}

.box-outer[b-emspnxtrx6] {
    color: #ffffff;
}

.box-outer-header[b-emspnxtrx6] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box-outer-header-between[b-emspnxtrx6] {
    color: #8ce699;
}

.price-box[b-emspnxtrx6] {
    width: 33.3%;
    text-align: center;
}

.image-box[b-emspnxtrx6] {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.image-box-disabled[b-emspnxtrx6] {
    opacity: 0.2;
}

.select[b-emspnxtrx6] {
    background-color: transparent !important;
    padding: 0;
    margin-left: 0.5rem;
}

select:invalid[b-emspnxtrx6] { 
    color: gray; 
}

.money-block[b-emspnxtrx6] {
    height: 150px;
}

.money-col[b-emspnxtrx6] {
    width: 50%;
}

.border-radius-5[b-emspnxtrx6] {
    border-radius: 5px;
}
.border-radius-inherit[b-emspnxtrx6]{
    border-radius: initial;
}

.discount-label[b-emspnxtrx6] {
    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-emspnxtrx6]::before {
    content: "%";
}

.justify[b-emspnxtrx6]{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.currency-selector[b-emspnxtrx6]{
    /* position: sticky;
    right: 10px;
    top: 100px; */
    display: flex;
    flex-direction: row;
    justify-content: start;
    z-index: 1000;
    margin-bottom: 20px;
}

.mobile-flex[b-emspnxtrx6]{
    display: flex;
    flex-direction: column;  
}

.currency-selector-row[b-emspnxtrx6]{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.btn-rounded[b-emspnxtrx6] {
    border-radius: 20px;
    height: 40px;
    width: 40px;
}

  input[type=range][b-emspnxtrx6]::-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-emspnxtrx6]::-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-emspnxtrx6]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background-color: #cccccc;
    border-radius: 10px;
    border: none; /* 1px solid #888888;*/
  }
  
  input[type=range][b-emspnxtrx6]::-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-emspnxtrx6] {
    max-width: 1300px;
    min-width: 850px;
    padding: 1rem;
}
@media (max-width: 767.98px) {
    
    .intro-container[b-emspnxtrx6] {
        flex-direction: column;
    }

    .modal-details[b-emspnxtrx6] {
        width: 100%;
        height: 100%;
        flex-direction: column;
        overflow-y: auto;
    }

    .modal-main-content[b-emspnxtrx6] {
        padding: 0 0.7rem 0.7rem 0.7rem;
    }

    .modal-calc-header[b-emspnxtrx6] {
        padding: 0.8rem 0 0 0.7rem;
    }

    .modal-details-left[b-emspnxtrx6] {
        width: 100%;
    }

    .modal-details-right[b-emspnxtrx6] {
        background-color: #f8f9fa;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .close-button-right[b-emspnxtrx6] {
        display: none;
    }

    .format-panel[b-emspnxtrx6] {
        display: flex;
        flex-direction: column;
    }

    .format-panel-buttons[b-emspnxtrx6] {
        display: flex;
        flex-direction: column;
    }

    .format-preview[b-emspnxtrx6] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        /* height: 327px; */
        margin-top: 1.5rem;
    }

    .page-panel[b-emspnxtrx6] {
        display: flex;
        flex-direction: column;    
        font-size: 1.0rem !important;
        font-weight: 500 !important;
    }

    .page-panel-separator[b-emspnxtrx6] {
        display: flex;
        flex-direction: column;
        margin-top: 1.5rem;
        font-size: 0.9rem !important;
        font-weight: 500 !important;
    }

    .box-ground[b-emspnxtrx6] {
        width: 100%;
    }

    .box-total-outer[b-emspnxtrx6] {
        width: 100%;
    }

    .box-total-header[b-emspnxtrx6] {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.7rem;
    }

    .box-authorcopy-header[b-emspnxtrx6] {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0.7rem;
    }

    .box-provision-header-1[b-emspnxtrx6] {
        width: 100%;
        font-size: 1.0rem !important;
        font-weight: 600 !important;
    }
    
    .box-provision-header-2[b-emspnxtrx6] {
        width: 100%;
        font-size: 0.8rem !important;
        font-weight: 500 !important;
    }
    
    .box-provision-header-3[b-emspnxtrx6] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-1[b-emspnxtrx6] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-2[b-emspnxtrx6] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-authorcopy-header-3[b-emspnxtrx6] {
        width: 100%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-outer[b-emspnxtrx6] {
        padding: 0 0.7rem 0.7rem 0.7rem;
        font-size: 0.8rem !important;
        font-weight: 500 !important;
    }

    .box-outer-header[b-emspnxtrx6] {
        font-size: 0.8rem !important;
        font-weight: 500 !important;
    }

    .box-outer-header-between[b-emspnxtrx6] {
        margin: 12px 0 12px 0;
    }
    
    .marketshare-column[b-emspnxtrx6] {
        display: none;
    }

    .box-provision-column[b-emspnxtrx6] {
        width: 25%;
        margin-right: 0.25rem;
        margin-left: 0.25rem;
    }

    .box-provision-column-right[b-emspnxtrx6] {
        width: 25%;
        text-align: right;
    }

    .desktop[b-emspnxtrx6] {
        display: none;
    }

    .nav-tabs-main[b-emspnxtrx6] {
        width: 100%;
    }

    .nav-padding[b-emspnxtrx6] {
        padding-left: 0.7rem;
    }

    .image-box[b-emspnxtrx6] {
        display: none;
    }

    .money-block[b-emspnxtrx6]{
        height: 40px;
    }
    .mobile-hidden[b-emspnxtrx6]{
        display: none !important;
    }

    .mobile-padding[b-emspnxtrx6]{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mobile-padding-row[b-emspnxtrx6]{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .mobile-container[b-emspnxtrx6]{
        width: 96%;
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .popup-box[b-emspnxtrx6]{
        left: -80px !important;
    }
    
    .justify[b-emspnxtrx6]{
        display: flex;
        flex-direction: column;   
        justify-content: start;
    }

    .select[b-emspnxtrx6] {
        background-color: transparent !important;
        padding: 0;
        margin-left: 0;
    }

    .m-width[b-emspnxtrx6] {
        min-width: unset;
        max-width: unset;
        padding: 0.35rem;
    }
}


@media (min-width: 768px) {

    .intro-container[b-emspnxtrx6] {
        flex-direction: row;
    }

    .modal-details[b-emspnxtrx6] {
        width: 85%;
        height: 80%;
        max-width: 1400px;
        max-height: 700px;
        flex-direction: row;
    }

    .modal-details-ebook[b-emspnxtrx6] {
        flex-direction: row;
    }

    .modal-main-content[b-emspnxtrx6] {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }

    .modal-calc-header[b-emspnxtrx6] {
        padding: 1.0rem 0 0 1.5rem;
    }
    
    .modal-details-left[b-emspnxtrx6] {
        width: 70%;
        overflow-y: auto;
    }

    .close-button-left[b-emspnxtrx6] {
        display: none;
    }

    .modal-details-right[b-emspnxtrx6] {
        background-color: #f8f9fa;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30%;
        min-width: 370px;
        overflow-y: auto;
    }

    .close-button-right[b-emspnxtrx6] {
        text-align: right;
        padding: 0.5rem;
    }

    .format-panel[b-emspnxtrx6] {
        display: flex;
        flex-direction: row;
    }

    .format-panel-buttons[b-emspnxtrx6] {
        display: flex;
        flex-direction: column;
        min-width: 350px;
    }

    .format-preview[b-emspnxtrx6] {
        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-emspnxtrx6] {
        display: flex;
        flex-direction: row;    
        font-size: 1.0rem !important;
        font-weight: 500 !important;
    }

    .page-panel-separator[b-emspnxtrx6] {
        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-emspnxtrx6] {
        width: 70%;
        box-shadow: 2px 2px 6px 0 #dfdfdf, 2px 2px 6px 0 #dfdfdf;
        margin-left: auto;
        margin-right: auto;    
    }

    .box-total-outer[b-emspnxtrx6] {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem;       
    }

    .box-total-header[b-emspnxtrx6], .box-authorcopy-header[b-emspnxtrx6] {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 1.5rem;
    }

    .box-provision-header-1[b-emspnxtrx6] {
        width: 30%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }
    
    .box-provision-header-2[b-emspnxtrx6] {
        width: 50%;
        font-size: 1.1rem !important;
        font-weight: 500 !important;
    }
    
    .box-provision-header-3[b-emspnxtrx6] {
        width: 20%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-1[b-emspnxtrx6] {
        width: 60%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }

    .box-authorcopy-header-2[b-emspnxtrx6] {
        width: 20%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-authorcopy-header-3[b-emspnxtrx6] {
        width: 20%;
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        text-align: right;
    }

    .box-outer[b-emspnxtrx6] {
        padding: 0 1.5rem 1.5rem 1.5rem;
        font-size: 1.1rem !important;
        font-weight: 500 !important;
    }

    .box-outer-header[b-emspnxtrx6] {
        font-size: 1.1rem !important;
        font-weight: 600 !important;
    }

    .box-outer-header-between[b-emspnxtrx6] {
        margin: 22px 0 12px 0;
    }

    .marketshare-column[b-emspnxtrx6] {
        width: 20%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .box-provision-column[b-emspnxtrx6] {
        width: 20%;
       
    }

    .box-provision-column-right[b-emspnxtrx6] {
        width: 20%;
        text-align: right;        
    }

    .marketshare-detail[b-emspnxtrx6] {
        display: none;
    }
    
    .nav-tabs-main[b-emspnxtrx6] {
        width: 70%;
        margin-left: auto;
        margin-right: auto;    
    }

    .nav-padding[b-emspnxtrx6] {
        padding-left: 1.5rem;
    }

    .image-box[b-emspnxtrx6] {
        min-width: 150px;
        max-width: 150px;
        height: 150px;
        margin-left: 24px;    
    }  
}



/* -------------------------------- */

.wizard-container[b-emspnxtrx6]{
    width: 100%;
}

.page-width[b-emspnxtrx6] {
    min-width: 850px;
    max-width: 1300px;
}

.wizard-nav[b-emspnxtrx6] {
    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-emspnxtrx6] {
    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-emspnxtrx6] {
    font-weight: 600;
}

.flex-center[b-emspnxtrx6]{
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-content[b-emspnxtrx6] {
    background-color: #f1f1f1;
    padding: 50px;
    display: flex;
    flex-direction: column;   
    margin-left: auto;
    margin-right: auto;
}

.nav-btn-round[b-emspnxtrx6] {
    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-emspnxtrx6], .nav-btn-round:hover[b-emspnxtrx6] {
    background-color: #8ce699;
}

.nav-footer[b-emspnxtrx6] {
    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-emspnxtrx6] {
   margin-left: auto;
   width: 130px;
   height: 50px;
   font-size: 1.1rem;
}

.nav-back[b-emspnxtrx6] {
    margin-right: auto;
}

.c-10[b-emspnxtrx6] {
    width: 10%;
}
.c-15[b-emspnxtrx6] {
    width: 15%;
    min-width: 150px;
}
.c-25[b-emspnxtrx6] {
    width: 25%;
}
.c-30[b-emspnxtrx6] {
    width: 30%;
}
.c-40[b-emspnxtrx6] {
    width: 40%;
}
.c-50[b-emspnxtrx6] {
    width: 50%;
}

.wp-150[b-emspnxtrx6] {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

.wp-300[b-emspnxtrx6]{
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
}

th.no-border[b-emspnxtrx6]{
    border: none !important;    
}

.calc-btn[b-emspnxtrx6] {
    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-emspnxtrx6] {
    width: 28.98% !important;
    line-height: 2.5;
}
.calc-btn.active[b-emspnxtrx6]
{
    background-color: #1E2343;
    color:#ffffff;
    font-weight: 600;
}

.calc-row[b-emspnxtrx6] {
    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-emspnxtrx6] {
    position: relative;
    left: 20%;
}

.colored[b-emspnxtrx6] {
    position: relative;
    left: 25%;
}



.nav-row[b-emspnxtrx6] {
    min-width: 850px;
    max-width: 1300px;
}

.dd-menu.show[b-emspnxtrx6]{   
    left: -100px !important;
}

.table-no-border th[b-emspnxtrx6], .table-no-border td[b-emspnxtrx6] {
    border: none;
    padding: 1rem !important;
}

.table-sm th[b-emspnxtrx6], .table-sm td[b-emspnxtrx6] {
    padding: unset !important;
}

.table-footer td[b-emspnxtrx6] {
    border-top: 1px solid lightgray !important;
    padding-top: 2rem !important;
    font-size: 1.1rem;
    font-weight: 600;;
}

.not-visible[b-emspnxtrx6] {
    visibility: hidden;
}

.calc-table[b-emspnxtrx6] {
    padding: 1rem 1rem 0 1rem;;
}

.discount-text[b-emspnxtrx6] {
    color: #FC2B6B;
}

.bg-universe[b-emspnxtrx6] {
    background-color: #1E2343;
}


@media (max-width: 1366px)
{
    .calc-btn[b-emspnxtrx6] {       
        width: 14.48%;
    }
}

@media (max-width: 768px)
{
    .c-10[b-emspnxtrx6], .c-15[b-emspnxtrx6], .c-25[b-emspnxtrx6], .c-30[b-emspnxtrx6], .c-40[b-emspnxtrx6], .c-50[b-emspnxtrx6] {
        width: 100% !important;
    }
    .calc-btn[b-emspnxtrx6] {       
        width: 130px;
    }
    
    .calc-row[b-emspnxtrx6] {
        min-width: unset;  
    }
    .tab-content[b-emspnxtrx6] {
      padding:0.25rem;
    } 
    .page-width[b-emspnxtrx6] {
        min-width: 95vw;
        width: 95vw;
    }  
}
/* _content/treditionShop/Pages/CheckoutLogin.razor.rz.scp.css */
.login-container[b-80mq1drh31] {
    display: flex;
    margin-bottom: 120px;
}

.login-box[b-80mq1drh31] {
    height: 500px;
}

@media (min-width: 768px) {

    .login-container[b-80mq1drh31] {
        flex-direction: row;
        justify-content: center;
    }

    .login-box[b-80mq1drh31] {
        width: 30%;
        min-width: 400px;
    }
    
    .login-box-left[b-80mq1drh31] {
        margin-right: 120px;
    }

}


@media (max-width: 767.98px) {

    .login-container[b-80mq1drh31] {
        flex-direction: column;
        justify-content: center;
    }

    .login-box[b-80mq1drh31] {
        width: 100%;
    }

    .login-box-left[b-80mq1drh31] {
        margin-bottom: 30px;
    }

}
/* _content/treditionShop/Pages/GenreSelect.razor.rz.scp.css */
.genre-groups-container[b-51p4x277w9] {
    display: flex;
    flex-direction: row;
}

.group-box[b-51p4x277w9] {
    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-51p4x277w9] {
    border: 2px solid #79d97c;
    transition: 0.2s;
}

.group-box-selected[b-51p4x277w9] {
    background-color: #8CE699;
    border: 2px solid #8CE699;
}

.genre-container[b-51p4x277w9] {
    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-51p4x277w9] {
    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-51p4x277w9] {
    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-51p4x277w9], .genre-container-selected[b-51p4x277w9] {
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #8CE699;
    background-color: #E5FAE8;
}


@media (min-width: 768px) {

    .genre-groups-container[b-51p4x277w9] {
        flex-wrap: wrap;
    }

    .genres-container[b-51p4x277w9] {
        flex-wrap: wrap;
    }

    .group-box[b-51p4x277w9] {
        font-size: 1.2rem !important;
    }

  

}


@media (max-width: 767.98px) {

    .genre-groups-container[b-51p4x277w9] {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .genres-container[b-51p4x277w9] {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .group-box[b-51p4x277w9] {
        font-size: 1.2rem !important;
    }

   

}
/* _content/treditionShop/Pages/Index.razor.rz.scp.css */
.box-container[b-3icpthlobs] {
    display: flex;
}

.box[b-3icpthlobs] {
    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-3icpthlobs] {
    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-3icpthlobs] {
    background: linear-gradient(180deg,rgba(255,255,255,0) 55%, #fadd6c 55%);
}

.intro-text[b-3icpthlobs] {
    padding-top: 52px;
    padding-bottom: 52px;
    font-family: 'Nunito';
    font-size: 2rem !important;
    font-weight: 500 !important;
}

.footer-text[b-3icpthlobs] {
    padding: 32px 10% 32px 10%;
    font-weight: 600;
    display: flex;
}



@media (min-width: 768px) {

    .box-container[b-3icpthlobs] {
        flex-direction: row;
        width: 100%;
        height: 600px;
    }

    .box[b-3icpthlobs] {
        width: 50%;
        height: 100%;    
    }

    .footer-text[b-3icpthlobs] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

}


@media (max-width: 767.98px) {

    .box-container[b-3icpthlobs] {
        flex-direction: column;
        width: 100%;
        height: 1000px;
    }

    .box[b-3icpthlobs] {
        width: 100%;
        height: 50%;    
    }

    .footer-text[b-3icpthlobs] {
        flex-direction: column;
    }

}
/* _content/treditionShop/Pages/Search.razor.rz.scp.css */

@media (min-width: 768px) {

    .container-margin[b-06tg0xz862] {
        margin-top: 64px;
    }

    .results-prompt[b-06tg0xz862] {
        margin-top: 32px;
        font-size: 2.8rem !important;
        font-weight: 500 !important;
    }

    .no-results-prompt[b-06tg0xz862] {
        margin-top: 32px;
        margin-bottom: 220px;
        font-size: 2.8rem !important;
        font-weight: 500 !important;

    }

    .filter-container[b-06tg0xz862] {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

}


@media (max-width: 767.98px) {

    .container-margin[b-06tg0xz862] {
        margin-top: 34px;
    }

    .results-prompt[b-06tg0xz862] {
        margin-top: 32px;
        font-size: 1.8rem !important;
        font-weight: 500 !important;
    }

    .no-results-prompt[b-06tg0xz862] {
        margin-top: 32px;
        margin-bottom: 220px;
        font-size: 1.8rem !important;
        font-weight: 500 !important;
    }

    .filter-container[b-06tg0xz862] {
        display: flex;
        flex-direction: column;
    }

    .filter-container button[b-06tg0xz862] {
        font-size: 1.2rem !important;
    }

    .filter-container .dropdown-menu[b-06tg0xz862] {
        font-size: 1.2rem !important;
    }

}
/* _content/treditionShop/Pages/WishListPage.razor.rz.scp.css */
.control-bar[b-ruy3388edt] {
    display: flex;
    align-items: flex-start;
}


@media (max-width: 767.98px) {

    .control-bar[b-ruy3388edt] {
        flex-direction: column;
        margin-top: 22px;
    }

    .control-bar-cart-button[b-ruy3388edt] {
        margin-top: 12px;
        margin-bottom: 12px;
    }

}


@media (min-width: 768px) {

    .control-bar[b-ruy3388edt] {
        flex-direction: row;
    }

}
/* _content/treditionShop/Shared/Book3DCompact.razor.rz.scp.css */
#background3d[b-xa3nxqfmv2] {
    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-xa3nxqfmv2] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scene3d[b-xa3nxqfmv2] {
    perspective: 1000px;
    position: relative;
}

#book3d[b-xa3nxqfmv2] {
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(40deg);
}

#book-front[b-xa3nxqfmv2] {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

#book-back[b-xa3nxqfmv2] {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

#book-right[b-xa3nxqfmv2] {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

#book-left[b-xa3nxqfmv2] {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

#book-top[b-xa3nxqfmv2] {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

#book-bottom[b-xa3nxqfmv2] {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

#book-bottom-shadow[b-xa3nxqfmv2] {
    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-xa3nxqfmv2] {
        margin-top: -100px;
    }
}
/* _content/treditionShop/Shared/BookCarousel.razor.rz.scp.css */
.book-container[b-fe0b2ci5j7] {
    display: flex;
    flex-direction: row;
    position: relative;
}

.book-container-column[b-fe0b2ci5j7] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.book-container-row[b-fe0b2ci5j7] {
    background-color: #ffffff;
    margin: 12px;
    display: flex;
    flex-direction: column;
}

.book-tile-outer[b-fe0b2ci5j7] {
    background-color: #ffffff;
    position: relative;
    margin:0 auto;
    display: flex;
    flex-direction: column;
}

.book-list-outer[b-fe0b2ci5j7] {
    background-color: #ffffff;
    margin: 12px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 240px;
    position: relative;
}

.card[b-fe0b2ci5j7] {
    height: 100%;
    border-radius: 0 !important;
    position: relative;
    border: none !important;
    max-width: 365px;
    min-height: 450px;
    
}

.card-head[b-fe0b2ci5j7] {
    position: relative;
}

.star-rating[b-fe0b2ci5j7] {
    position: relative;    
    top: 1px;
}

.card-body[b-fe0b2ci5j7] {
    height: 120px;
    position: relative;
}

.card-btns[b-fe0b2ci5j7] {
    position: absolute;
    bottom:0;
    left:0;
}

.b-desc[b-fe0b2ci5j7] {
    position: absolute;
    bottom:60px;
    height: 75px;
}

.book-image[b-fe0b2ci5j7]{
    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-fe0b2ci5j7]{
    max-height: 60%;    
    width: 65%;    
    object-fit: fill;  
    border: solid lightgray;
    border-width: 0.5px;
    margin-top: 15px;
}

.book-img:hover[b-fe0b2ci5j7], .book:hover[b-fe0b2ci5j7] {
    filter: drop-shadow(2px 2px 14px #000000);
    transform: scale(1.2);
    transition: 0.3s;
}

.book-btn[b-fe0b2ci5j7]::before {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}
.flag[b-fe0b2ci5j7] {
    height: 40px;
    width: 90px;
    overflow: hidden;
    position: absolute; 
    top: 0;
    right: 0;   
}

.book-list-outer-detail[b-fe0b2ci5j7] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;    
}

.book-outer-header[b-fe0b2ci5j7] {
    padding-bottom: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.book-outer-footer[b-fe0b2ci5j7] {
    height: 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.book-flag[b-fe0b2ci5j7] {
    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-fe0b2ci5j7] {
    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-fe0b2ci5j7] {
    font-size: 1.4rem;
    font-weight: 600;
}

.scroll-left[b-fe0b2ci5j7], .scroll-right[b-fe0b2ci5j7] {
    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-fe0b2ci5j7] {
        overflow-x: hidden;
    }

    .book-tile-outer[b-fe0b2ci5j7] {
        min-width: 380px;
        height: 420px;
        background-color: #ffffff;
        margin: 12px;
        display: flex;
        flex-direction: column;
    }
    
    .book-list[b-fe0b2ci5j7] {
        min-width: 240px;
        max-width: 240px;
        background-position: left center;
    }

}


@media (max-width: 767.98px) {

    .card[b-fe0b2ci5j7] {
        width: 80%;        
        justify-self: center;
        min-height: 450px;
    }

    .card-col[b-fe0b2ci5j7] {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .book-container-row[b-fe0b2ci5j7] {
        overflow-x: scroll;
    }
    
    .book-tile-outer[b-fe0b2ci5j7] {
        min-width: 150px;
        height: 220px;
        background-color: #ffffff;
        margin: 12px;
        display: flex;
        flex-direction: column;
    }
    
    .book-list[b-fe0b2ci5j7] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 240px;
        opacity: 0.2;
        background-position: right center;
    }

    .scroll-left[b-fe0b2ci5j7], .scroll-right[b-fe0b2ci5j7] {
        display: none;
    }

    .b-desc[b-fe0b2ci5j7] {
        position: absolute;
        bottom:60px;
        height: 65px;
    }

    .book-img[b-fe0b2ci5j7]{
        max-height: 55%;    
        max-width: 65%;    
        
    }
}
/* _content/treditionShop/Shared/BookInsideView.razor.rz.scp.css */
.insideview[b-zeu1uivp7g] {
    background-color: #222222;
    color: #ffffff;
    position: fixed;
    z-index: 9999;
}

.insideview-header[b-zeu1uivp7g] {
    left: 0;
    top: 0;
    right: 0;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.insideview-body[b-zeu1uivp7g] {
    left: 0;
    top: 40px;
    right: 0;
    bottom: 0;
    display: flex;
}

.page[b-zeu1uivp7g] {
    background-size: contain;
    background-repeat: no-repeat;
}


@media (max-width: 767.98px) {

    .insideview-body[b-zeu1uivp7g] {
        left: 0;
        top: 40px;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        flex-direction: column;
    }

    .page[b-zeu1uivp7g] {
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
        margin-bottom: 20px;
    }
 
    .left-page[b-zeu1uivp7g] {
        background-position: center;
    }
    
    .right-page[b-zeu1uivp7g] {
        background-position: center;
    }

    .page-invisible[b-zeu1uivp7g] {
        display: inherit;
    }

    .first-page[b-zeu1uivp7g], .last-page[b-zeu1uivp7g] {
        display: none;
    }

    .nav-bar[b-zeu1uivp7g] {
        display: none;
    }
}


@media (min-width: 768px) {

    .insideview-body[b-zeu1uivp7g] {
        left: 0;
        top: 40px;
        right: 0;
        bottom: 0;
        flex-direction: row;
    }

    .page[b-zeu1uivp7g] {
        min-width: 50%;
        max-width: 50%;
        min-height: 100%;
        max-height: 100%;
    }
    
    .left-page[b-zeu1uivp7g] {
        background-position: right;
        filter: drop-shadow(0 0 8px #c0c0c0)
    }
    
    .right-page[b-zeu1uivp7g] {
        background-position: left;
    }
    
    .page-invisible[b-zeu1uivp7g] {
        display: none;
    }

    .nav-bar[b-zeu1uivp7g] {
        position: fixed;
        top: 20px;
        width: 55px;
        bottom: 0;
        margin: 24px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .nav-bar-left[b-zeu1uivp7g] {
        left: 0;
    }

    .nav-bar-right[b-zeu1uivp7g] {
        right: 0;
    }
}
/* _content/treditionShop/Shared/BookListExtended.razor.rz.scp.css */
.book-container[b-qu2a201lzf] {
    display: flex;
    flex-direction: row;
    position: relative;
}

.book-container-column[b-qu2a201lzf] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.book-container-row[b-qu2a201lzf] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.book-tile-outer[b-qu2a201lzf] {
    background-color: #ffffff;
    margin: 12px;
    display: flex;
    flex-direction: column;
    min-height: 450px;
}

.book-list-outer[b-qu2a201lzf] {
    background-color: #ffffff;
    margin: 12px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 240px;
    position: relative;
}

.book-list-outer-detail[b-qu2a201lzf] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;    
}

.book-outer-header[b-qu2a201lzf] {
    padding-bottom: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.book-outer-footer[b-qu2a201lzf] {
    height: 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.book-flag[b-qu2a201lzf] {
    padding: 4px 15px 4px 15px;
    /* font-size: 0.9rem !important; */
    font-weight: 600 !important;
}

.book[b-qu2a201lzf] {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    filter: drop-shadow(2px 2px 4px #c0c0c0);
    flex-grow: 1;
}

.book:hover[b-qu2a201lzf] {
    filter: drop-shadow(2px 2px 14px #000000);
    transform: scale(1.2);
    transition: 0.3s;
}

.book-description[b-qu2a201lzf] {
    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-qu2a201lzf] {
    font-size: 1.4rem;
    font-weight: 600;
}

.scroll-left[b-qu2a201lzf], .scroll-right[b-qu2a201lzf] {
    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-qu2a201lzf] {
        overflow-x: hidden;
    }

    .book-tile-outer[b-qu2a201lzf] {
        min-width: 380px;       
        background-color: #ffffff;
        margin: 12px;
        display: flex;
        flex-direction: column;
    }
    
    .book-list[b-qu2a201lzf] {
        min-width: 240px;
        max-width: 240px;
        background-position: left center;
    }

}


@media (max-width: 767.98px) {

    .book-container-row[b-qu2a201lzf] {
        overflow-x: scroll;
    }
    
    .book-tile-outer[b-qu2a201lzf] {
        min-width: 150px;       
        width: 100%;
        background-color: #ffffff;
        margin: 12px;
        display: flex;
        flex-direction: column;
    }
    
    .book-list[b-qu2a201lzf] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 240px;
        opacity: 0.2;
        background-position: right center;
    }

    .scroll-left[b-qu2a201lzf], .scroll-right[b-qu2a201lzf] {
        display: none;
    }
}
/* _content/treditionShop/Shared/BookListSimple.razor.rz.scp.css */
.book-container[b-f9zouo2byb] {
    display: flex;
    flex-direction: row;
    position: relative;
}

.book-container-column[b-f9zouo2byb] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.book-container-row[b-f9zouo2byb] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.book[b-f9zouo2byb] {
    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-f9zouo2byb] {
    filter: drop-shadow(2px 2px 14px #000000);
    transform: scale(1.2);
    transition: 0.3s;
}

.scroll-left[b-f9zouo2byb], .scroll-right[b-f9zouo2byb] {
    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-f9zouo2byb] {
        overflow-x: hidden;
    }

}

@media (max-width: 767.98px) {

    .book-container-row[b-f9zouo2byb] {
        overflow-x: scroll;
    }

    .book[b-f9zouo2byb] {
        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-f9zouo2byb], .scroll-right[b-f9zouo2byb] {
        display: none;
    }

}
/* _content/treditionShop/Shared/BookOfMonth.razor.rz.scp.css */
.booktitle[b-flzwwpkgr1] {
    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-flzwwpkgr1] {
        display: flex;
        flex-direction: row;
    }

    .bom-container-2[b-flzwwpkgr1] {
        display: flex;
        flex-direction: row-reverse;
    }

    .flaptext[b-flzwwpkgr1] {
        font-family: 'Nunito';
        font-size: 1.3rem !important;
        font-weight: 500 !important;
        margin-top: 100px;
    }
    
    .left-tile-1[b-flzwwpkgr1] {
        width: 40%;
        background-color: #ffffff;
        padding: 100px 32px 100px 10%;
    }
    
    .middle-tile-1[b-flzwwpkgr1] {
        width: 20%;
        padding: 260px 32px 260px 32px;
        background: linear-gradient(90deg,#ffffff 50%, #f2f2f2 50%);
    }
    
    .right-tile-1[b-flzwwpkgr1] {
        width: 40%;
        padding: 100px 10% 100px 52px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .book-1[b-flzwwpkgr1] {
        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-flzwwpkgr1] {
        transform: scale(1.2);
    }
    
    .left-tile-2[b-flzwwpkgr1] {
        width: 40%;
        background-color: #ffffff;
        padding: 100px 10% 100px 32px;
    }
    
    .middle-tile-2[b-flzwwpkgr1] {
        width: 20%;
        padding: 260px 32px 260px 32px;
        background: linear-gradient(90deg,#1e2343 50%, #ffffff 50%);
    }
    
    .right-tile-2[b-flzwwpkgr1] {
        width: 40%;
        background-color: #1e2343;
        color: #ffffff;
        padding: 100px 52px 100px 10%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .book-2[b-flzwwpkgr1] {
        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-flzwwpkgr1] {
        transform: scale(1.2);
    }

}


@media (max-width: 767.98px) {

    .bom-container-1[b-flzwwpkgr1], .bom-container-2[b-flzwwpkgr1] {
        display: flex;
        flex-direction: column;
    }

    .flaptext[b-flzwwpkgr1] {
        font-family: 'Nunito';
        font-size: 1.3rem !important;
        font-weight: 500 !important;
        margin-top: 22px;
    }
    
    .left-tile-1[b-flzwwpkgr1] {
        background-color: #ffffff;
        padding: 52px 22px 52px 22px;
    }
    
    .middle-tile-1[b-flzwwpkgr1] {
        padding: 0;
        background-color: #ffffff;
    }
    
    .right-tile-1[b-flzwwpkgr1] {
        background-color: #ffffff;
        padding: 52px 22px 52px 22px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .book-1[b-flzwwpkgr1] {
        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-flzwwpkgr1] {
        background-color: #1e2343;
        color: #ffffff;
        padding: 52px 22px 52px 22px;
    }
    
    .middle-tile-2[b-flzwwpkgr1] {
        padding: 0;
        background-color: #1e2343;
    }
    
    .right-tile-2[b-flzwwpkgr1] {
        background-color: #1e2343;
        color: #ffffff;
        padding: 52px 22px 52px 22px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .book-2[b-flzwwpkgr1] {
        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-tllxga0cmi] {
    display: flex;
    background-color: #ffffff;
}

.book-image-container[b-tllxga0cmi] {
    position: relative;
    overflow: hidden;
}

.book-image-background[b-tllxga0cmi] {
    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-tllxga0cmi] {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center center;
}

.book-description[b-tllxga0cmi] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {

    .book-container[b-tllxga0cmi] {
        flex-direction: row;
    }

    .book-image-container[b-tllxga0cmi] {
        min-width: 55%;
        min-height: 600px;
        margin-right: 90px;
    }

    .book-description[b-tllxga0cmi] {
        width: 45%;
    }
    
}


@media (max-width: 767.98px) {

    .book-container[b-tllxga0cmi] {
        flex-direction: column;
    }

    .book-image-container[b-tllxga0cmi] {
        width: 100%;
        min-height: 600px;
    }
    
    .book-description[b-tllxga0cmi] {
        width: 100%;
        padding: 22px;
    }

}
/* _content/treditionShop/Shared/MainLayout.razor.rz.scp.css */
.page[b-j4dl19x9k3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-j4dl19x9k3] {
    flex: 1;
}

.bg-black[b-j4dl19x9k3] {
    background-color: #000000;
}

.top-panel[b-j4dl19x9k3] {
    display: flex;
    flex-direction: row;
    background-color: #000000;
    color: #ffffff;
    height: 35px;
}

.navigation-panel[b-j4dl19x9k3] {
    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-j4dl19x9k3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-j4dl19x9k3]  a, .top-row .btn-link[b-j4dl19x9k3] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-j4dl19x9k3] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.search-panel-container[b-j4dl19x9k3] {
    width: 20%;
    min-width: 400px;
    white-space: nowrap;
}

.search-panel[b-j4dl19x9k3] {
    font-size: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
}

.search-panel-prompt[b-j4dl19x9k3] {
    flex-grow: 1;
    padding-right: 12px;
}

.search-panel-prompt:hover[b-j4dl19x9k3] {
    color: #707070;
}

.search-control[b-j4dl19x9k3] {
    border: none;
    outline: none;
}

.footer[b-j4dl19x9k3] {
    background-color: #000000;
    color: #ffffff;
    display: flex;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    line-height: 1.7;
}

.footer a[b-j4dl19x9k3] {
    color: #ffffff;
    text-decoration: none;
}

.staging[b-j4dl19x9k3] {
    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-j4dl19x9k3] {
        display: none;
    }

    .top-row.auth[b-j4dl19x9k3] {
        justify-content: space-between;
    }

    .top-row a[b-j4dl19x9k3], .top-row .btn-link[b-j4dl19x9k3] {
        margin-left: 0;
    }

    .top-panel[b-j4dl19x9k3] {
        display: none;
    }

    .navigation-panel[b-j4dl19x9k3] {
        padding: 12px;
        height: 64px;
    }

    .navigation-panel-image[b-j4dl19x9k3] {
        display: none !important;
    }

    .search-control[b-j4dl19x9k3]::placeholder {
        font-size: 1rem;
    }
    
    .search-panel-container[b-j4dl19x9k3] {
        display: none;
    }

    .search-bar-container[b-j4dl19x9k3] {
        width: 100%;
    }

    .search-panel[b-j4dl19x9k3] {
        font-size: 1.2rem;
    }

    .search-icon[b-j4dl19x9k3] {
        display: none;
    }

    .footer[b-j4dl19x9k3] {
        flex-direction: column;
        padding: 22px;
    }

    .footer-1[b-j4dl19x9k3] {
        width: 100%;
        margin-bottom: 22px;
    }

    .footer-2[b-j4dl19x9k3] {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 22px;
    }

    .footer-3[b-j4dl19x9k3] {
        display: flex;
        flex-direction: column;
        width: 100%;        
        margin-bottom: 22px;
    }

    .footer-4[b-j4dl19x9k3] {
        width: 100%;
    }

}

@media (min-width: 768px) {

    .top-row[b-j4dl19x9k3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-j4dl19x9k3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navigation-panel[b-j4dl19x9k3] {
        padding: 24px;
        height: 84px;
    }
    
    .sidemenu-button[b-j4dl19x9k3] {
        display: none;
    }

    .search-control[b-j4dl19x9k3]::placeholder {
        font-size: 2rem;
    }
    
    .search-icon-mobile[b-j4dl19x9k3] {
        display: none;
    }

    .search-bar-container[b-j4dl19x9k3] {
        width: 20%;
        min-width: 400px;
        white-space: nowrap;
    }
    
    .footer[b-j4dl19x9k3] {
        flex-direction: row;
        padding: 42px 42px 42px 62px;
    }

    .footer-1[b-j4dl19x9k3] {
        width: 40%;
    }

    .footer-2[b-j4dl19x9k3] {
        display: flex;
        flex-direction: column;
        width: 20%;
    }

    .footer-3[b-j4dl19x9k3] {
        display: flex;
        flex-direction: column;
        width: 20%;        
    }

    .footer-4[b-j4dl19x9k3] {
        width: 20%;
    }

}
/* _content/treditionShop/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bri3ippeas] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-bri3ippeas] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bri3ippeas] {
    font-size: 1.1rem;
}

.oi[b-bri3ippeas] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-bri3ippeas] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bri3ippeas] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bri3ippeas] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bri3ippeas]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-bri3ippeas]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-bri3ippeas]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 768px) {
    .navbar-toggler[b-bri3ippeas] {
        display: none;
    }

    .collapse[b-bri3ippeas] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/treditionShop/Shared/ProjectReviewList.razor.rz.scp.css */
.list-box[b-52fdduuqqt] {
    width: 100%;
}

.review-text[b-52fdduuqqt] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review[b-52fdduuqqt] {
    max-width: 70%;
}
/* _content/treditionShop/Shared/Timeline.razor.rz.scp.css */
td[b-og70k0jm32] {
    vertical-align: middle;
}

.marketing-container[b-og70k0jm32] {
    display: flex;
    flex-direction: column;
}

.post[b-og70k0jm32] {
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 32px;
}

.post-header[b-og70k0jm32] {
    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-og70k0jm32] {
    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-og70k0jm32] {
    font-size: 1.3rem;
    font-weight: 500;
    font-family: 'Barlow';
    padding: 1rem;
}

.attachment-image-container[b-og70k0jm32] {
    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-og70k0jm32] {
    font-size: 0.6rem;
    color: #707070;
}

.attachment-image-dot-active[b-og70k0jm32] {
    font-size: 0.6rem;
    color: #000000;
}

.attachment-image-clicker[b-og70k0jm32] {
    position: absolute;
    left: 42px;
    top: 0;
    right: 42px;
    bottom: 0;
}

.btn-attachment-left[b-og70k0jm32] {
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.btn-attachment-right[b-og70k0jm32] {
    position: absolute;
    right: 0;
    top: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.post-footer[b-og70k0jm32] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.large-image-container[b-og70k0jm32] {
    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-og70k0jm32] {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}


@media (min-width: 768px) {
    
    .event-mobile[b-og70k0jm32] {
        display: none;
    }

}

@media (max-width: 767.98px) {

    .post-header[b-og70k0jm32] {
        flex-wrap: wrap;
    }

    .event-desktop[b-og70k0jm32] {
        display: none;
    }

}
