﻿* {
    max-width: 100vw;
}

.page-link {
    cursor: pointer;
}

#titleFilter::placeholder {
    font-weight: 500;
}

#breadCrumbChev::after {
    content: 'next';
    font-family: swiper-icons;
    color: #737374;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.w-100 {
    width: 100% !important;
}


.spinner {
    margin: auto;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #1A73D3;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


#partnerLibraryTitle {
    text-align: center;
    color: black;
    margin: auto;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
}

@media (max-width: 500px) {
    #partnerLibraryTitle {
        font-size: 25px;
    }
}

.jumbotron {
    padding: 0 0;
    margin-bottom: 0;
    background-color: rgba(216,216,216,0.15);
    position: relative;
}

.btn-primary {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}

*, ::after, ::before { box-sizing: border-box; }


.brand-logo {
    min-height: 50px;
}

#main {
    padding-top: 9rem !important;
}

@media (max-width: 900px) {
    .issueTitle {
        font-size: 2rem !important;
    }
}

.issue-label {
    padding-top: 10px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
    font-size: 14px;
}

.pwa-icon {
    z-index: 999;
    cursor: pointer;
}

.library-cover-image {
    /*-webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.2);*/
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    object-fit: contain;
}

.issueThumbnailContainer {
    margin-top: 2rem;
}

.issue-loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.nav-link {
    font-size: 1.4rem !important;
}

#installMessage {
    max-width: 400px;
}

.swal-icon--warning__dot {
    margin-left: -3px;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}


/*
Preloader style
*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 5em;
    height: 5em;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid #22232d;
    border-right: 0.5em solid rgba(204, 204, 204, 0.5);
    border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
    border-left: 0.5em solid rgba(204, 204, 204, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

#book-loader-inner {
    display: flex;
    justify-content: center; /* centers items on the horizontal axis */
    align-items: center; /* centers items on the vertical axis */
    height: 100%;
}

/**preloader**/
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

#preloader-inner,
#preloader-inner:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/**pace css preloader**/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 3px;
    background: transparent;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background-color: #e7f7fe;
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
    overflow: hidden;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}

.pace .pace-activity {
    position: fixed;
    top: 0;
    left: 0;
    right: -28px;
    bottom: 0;
    -webkit-animation: pace-theme-mac-osx-motion 500ms linear infinite;
    -moz-animation: pace-theme-mac-osx-motion 500ms linear infinite;
    -ms-animation: pace-theme-mac-osx-motion 500ms linear infinite;
    -o-animation: pace-theme-mac-osx-motion 500ms linear infinite;
    animation: pace-theme-mac-osx-motion 500ms linear infinite;
}

@-webkit-keyframes pace-theme-mac-osx-motion {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    100% {
        -webkit-transform: translate(-28px, 0);
        transform: translate(-28px, 0);
    }
}

@-moz-keyframes pace-theme-mac-osx-motion {
    0% {
        -moz-transform: none;
        transform: none;
    }

    100% {
        -moz-transform: translate(-28px, 0);
        transform: translate(-28px, 0);
    }
}

@-o-keyframes pace-theme-mac-osx-motion {
    0% {
        -o-transform: none;
        transform: none;
    }

    100% {
        -o-transform: translate(-28px, 0);
        transform: translate(-28px, 0);
    }
}

@-ms-keyframes pace-theme-mac-osx-motion {
    0% {
        -ms-transform: none;
        transform: none;
    }

    100% {
        -ms-transform: translate(-28px, 0);
        transform: translate(-28px, 0);
    }
}

@keyframes pace-theme-mac-osx-motion {
    0% {
        transform: none;
        transform: none;
    }

    100% {
        transform: translate(-28px, 0);
        transform: translate(-28px, 0);
    }
}

#customLoader {
    margin: 20px;
    height: 30px;
    width: 30px;
    position: relative;
}

.caret {
    position: relative;
    width: 10px;
    height: 10px;
    border-right: 3px solid #009BDF;
    border-bottom: 3px solid #009BDF;
    cursor: pointer;
}

.caret-down {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    top: 12px;
  
}

.caret-horizontal {
    transform: rotate(-45deg);
    -moz-transform: rotate(-455deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    top: 10px;
}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.cover-navigation-image {
    transition: width .1s ease-in-out;
}

.selected-cover {
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 300px;
    width: 250px;
}

/* Reduce width by 40% on mobile */
@media (max-width: 768px) {
    .category-swiper-slide {
        width: 135px; /* 60% of 225px */
        height: 160px;
    }

    .swiper {
        height: 160px;
    }
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-button-next-featured-article:after, .swiper-button-prev-featured-article:after {
    font-size: 1.2rem;
    cursor: pointer;
}

.swiper-button-next-featured-article:focus, .swiper-button-prev-featured-article:focus, .swiper-button-next-title-swiper:focus, .swiper-button-prev-title-swiper:focus {
    outline: none !important;
}

.swiper-button-prev-featured-article:before {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    content: 'prev' !important;
}

.swiper-button-prev-featured-article:after {
    content: unset !important;
}

/*TitleSwiper*/
.swiper-button-next-title-swiper:after, .swiper-button-prev-title-swiper:after {
    font-size: 2rem;
}

/*.swiper-slide .title-swiper-text {
    display: none;
}*/

/*.swiper-slide .title-swiper-text-read-now {
    display: none;
}
*/


.swiper-slide-active .title-swiper-text {
    display: block;
}

.swiper-slide {
    cursor: pointer;
}

.swiper-slide .cover-navigation-image {
    max-width: 192px;
    max-height: 250px;
    object-fit: contain;
    /*opacity: .6;*/
    /*transition: opacity 0.3s ease, max-width 0.3s ease, max-height 0.3s ease;*/
}

/*.swiper-slide-active .cover-navigation-image {
    max-width: 220px;
    max-height: 275px;
    object-fit: contain;
    opacity: 1;
}*/


/*.swiper-button-next, .swiper-button-prev {
    z-index: 9999;
}*/

.swiper-pagination-featured-article, .swiper-button-next-featured-article, .swiper-button-prev-featured-article {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .swiper-pagination-featured-article, .swiper-pagination-title-swiper, .swiper-button-next-featured-article, .swiper-button-prev-featured-article {
        display: block;
    }
}

.swiper-pagination-bullet {
    margin: 0 5px !important;
}

.swiper-button-prev, .swiper-button-next {
    cursor: pointer;
}

.book-loader {
    width: 200px;
    height: 140px;
    background: #979794;
    box-sizing: border-box;
    position: relative;
    border-radius: 8px;
    perspective: 1000px;
}

    .book-loader:before {
        content: '';
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-radius: 8px;
        background: #f5f5f5 no-repeat;
        background-size: 60px 10px;
        background-image: linear-gradient(#ddd 100px, transparent 0), linear-gradient(#ddd 100px, transparent 0), linear-gradient(#ddd 100px, transparent 0), linear-gradient(#ddd 100px, transparent 0), linear-gradient(#ddd 100px, transparent 0), linear-gradient(#ddd 100px, transparent 0);
        background-position: 15px 30px, 15px 60px, 15px 90px, 105px 30px, 105px 60px, 105px 90px;
        box-shadow: 0 0 10px rgba(0,0,0,0.25);
    }

    .book-loader:after {
        content: '';
        position: absolute;
        width: calc(50% - 10px);
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-radius: 8px;
        background: #fff no-repeat;
        background-size: 60px 10px;
        background-image: linear-gradient(#ddd 100px, transparent 0), linear-gradient(#ddd 100px, transparent 0), linear-gradient(#ddd 100px, transparent 0);
        background-position: 50% 30px,50% 60px, 50% 90px;
        transform: rotateY(0deg );
        transform-origin: left center;
        animation: paging 1s linear infinite;
    }


@keyframes paging {
    to {
        transform: rotateY( -180deg );
    }
}

.rz-dialog-mask {
    z-index: 9998 !important;
}