.headerTitle2 {
    color: rgba(37, 33, 33, 0.8);
    margin-top: 2rem;
    margin-bottom: 4rem;
    border-bottom: 2px solid rgba(37, 33, 33, 0.8);
}
header {
    background-image: url(../../../images/defaults/defaultBackground_1.jpg);
}

@media screen and (min-width: 992px) {
    header {
        min-height: 600px;
        height: 100vh;
    }
}

@media screen and (max-width: 767.98px) {
    .downloadLink {
        display: block;
        margin: auto;
        width: max-content;
    }
}

@media screen and (max-width: 991.98px) {
    header {
        height: 100%;
    }

    .headerTitle2 {
        font-size: 20px !important;
    }

    /*.-border{*/
    /*border: 1px solid;*/
    /*}*/
}

/*header {*/
/*padding: 0;*/
/*}*/

.cooperation-request {
    text-align: center;
    padding: 1rem;
    /* padding: 3rem 6rem; */
    margin: auto;
    /* margin: 6rem 10rem; */
    border: 2px dashed #6bdaff;
    background: #daf6ff;
    color: #14576c;
}

.cooperation-request a:hover, .cooperation-request a:focus {
    color: #fff;
    background: #355a67;
    border: 2px solid #355a67;
}

.book__aboutTitle, .book__authorsTitle, .book__resourcesTitle, .book__categoriesTitle {
    border-bottom: 2px solid #a5a5a5;
    /*min-width: 50%;*/
    /*width: fit-content;*/
    margin-left: 1rem;
    padding: 1rem;
    padding-right: 0;
    padding-left: 3rem;
    font-weight: 300;
    color: #ffffff;
}

.book__author, .book__sourceLink {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 3px;
    border-radius: 5px;
    color: #000;
    margin-left: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.book__author:hover, .book__sourceLink:hover {
    border: 1px solid rgba(255, 255, 255, 1);
    color: #000;
    background: #fff;
}

.book__author__avatar {
    width: 25px;
    height: 25px;
    margin: 3px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.book .svgImage {
    width: 30px;
    height: auto;
}

.book__sourceLink__image {
    width: 20px;
    height: auto;
}

.book__desc {
    max-height: 200px;
    padding: 0 1rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 1rem;
}

.book__title--quotations {
    margin: 0 5px;
    font-size: inherit;
}

.book__title--quotations::after, .book__title--quotations::before {
    content: '"';
    clear: both;
}

/* width */
header ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
header ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
header ::-webkit-scrollbar-thumb {
    background: #ccc;
    height: 5px;
    border-radius: 10px;
    opacity: 0.2;

}

/* Handle on hover */
header ::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.book__authorsContainer {
    flex: 1 1 auto;
}

.book__sourceLinksContainer {
    flex: 1 1 auto;
}

.book_titleContainer, .book__desc, .book__categoriesContainer, .book__authorsContainer, .book__sourceLinksContainer {
    text-align: right;
}
.descriptions p, .descriptions strong {
    font-family: IRANSansDN, 'serif', 'Sans-serif';
    font-size: 15px;
    line-height: 2.4rem;
}