* {
    box-sizing: border-box;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

.book-ct {
    position: relative;
    padding-top: 40px;
}

.book-ct.collectionItem {
    display: flex;
    flex-direction: column;
    /* min-height: 100vh; */
}

.book-ct.collectionItem .browse-all-link {
    margin-top: auto;
}

.book-ct .book-info-ct {
    background-color: #0b0a0c;
    display: flex;
    padding: 0 100px 83px 100px;
}

.public-view .book-ct .book-info-ct {
    padding: 0 100px 83px 117px;
}

.book-ct .book-info-ct .book-cover {
    min-width: 284px;
    height: 397px;
    margin-right: 51px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #D8D8D8;
}

.book-ct .book-info-ct .book-info {
    max-width: 665px;
}

.book-ct .book-info-ct .book-info .category {
    font-family: brandon-grotesque, sans-serif;
    font-size: 12px;
    font-weight: 900;
    color: #888888;
}

.book-ct .book-info-ct .book-info .book-title {
    font-family: brandon-grotesque, sans-serif;
    font-size: 52px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1;
    margin-top: 20px;
}

.book-ct .book-info-ct .book-info .book-author {
    font-family: brandon-grotesque, sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
}

.book-ct .book-info-ct .book-info .year-pages-ct {
    font-family: brandon-grotesque, sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 10px;
}

.book-ct .book-info-ct .book-info .book-summary{
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.book-ct .notes-ct {
    background-color: #FFFFFF;
    padding: 44px 100px 31px 100px;
}

.public-view .book-ct .notes-ct {
    padding: 44px 10px 31px 117px;
}

.book-ct .notes-ct .notes-text {
    max-width: 960px;
}

.book-ct .notes-ct .my-notes-title {
    font-family: "proxima-nova";
    color: #737373;
    font-size: 36px;
    margin-bottom: 32px;
}

.book-ct .notes-ct .overview-title,
.book-ct .notes-ct .takeaways-title,
.book-ct .notes-ct .relevance-title,
.book-ct .notes-ct .chapters-title {
    font-family: "proxima-nova";
    font-weight: 700;
    color: #737373;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.book-ct .notes-ct .overall-notes,
.book-ct .notes-ct .chapter-notes {
    display: flex;
    align-items: flex-start;
}

.book-ct .notes-ct .overall-notes .notes-author,
.book-ct .notes-ct .chapter-notes .notes-author,
.book-header .notes-author .notes-author-avatar  {
    margin-right: 21px;
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
    background-size: cover;
}

.book-ct .notes-ct .chapter-notes-ct .chapter-index {
    font-family: "proxima-nova";
    font-weight: 700;
    color: #737373;
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.book-ct .notes-ct .overall-notes .notes-text,
.book-ct .notes-ct .chapter-notes .notes-text {
    font-size: 16px;
    color: #000000;
    font-family: "proxima-nova";
    line-height: 1.438;
}

.book-ct .thanks-share-ct {
    background-color: #EFEDF0;
    padding: 38px 100px 30px 150px;
    display: flex;

}

.public-view .book-ct .thanks-share-ct {
    padding: 38px 10px 30px 183px;
}

.book-ct .thanks-share-ct .give-thanks-ct {
    display: flex;
    align-items: flex-start;
}

.book-ct .thanks-share-ct .give-thanks-ct .clap-icon {
    margin-right: 17px;
}

.book-ct .thanks-share-ct .give-thanks-ct .give-thanks-title {
    font-family: "proxima-nova";
    font-size: 36px;
    color: #000000;
    line-height: 1.167;
    font-weight: 900;
}

.book-ct .thanks-share-ct .give-thanks-ct .let-them-know {
    font-family: "proxima-nova";
    font-size: 16px;
    color: #000000;
    line-height: 1.563;
    margin-bottom: 18px;
}

.book-ct .thanks-share-ct .give-thanks-ct .thanks-btn {
    border: 1px solid #A7A7A7;
    padding: 11px 23px;
    color: #56FFA5;
    font-family: "proxima-nova";
    font-weight: bold;
    border-radius: 17px;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    background-color: #909090;
}

.book-ct .thanks-share-ct .give-thanks-ct .thanks-btn span {
    color: #ffffff;
}

.book-ct .thanks-share-ct .give-thanks-ct .thanks-btn.clicked {
    background-color: #4B4B4B;
}

.book-ct .thanks-share-ct .share-ct {
    margin-left: 20%;
    padding: 0 10px;
}

.book-ct .thanks-share-ct .share-ct a {
    text-decoration: none;
}

.book-ct .thanks-share-ct .share-ct .share-title {
    font-family: "proxima-nova";
    font-size: 36px;
    color: #000000;
    line-height: 1.167;
    font-weight: 900;
}

.book-ct .thanks-share-ct .share-ct img {
    margin-right: 6px;
    cursor: pointer;
}

.book-ct .thanks-share-ct .share-ct .share-msg {
    font-family: "proxima-nova";
    font-size: 18px;
    color: #737373;
    line-height: 1.167;
    font-weight: 700;
}

.book-ct .thanks-share-ct .share-ct .share-msg span {
    font-family: "proxima-nova";
    font-size: 18px;
    color: #4EED92;
    line-height: 1.167;
    font-weight: 700;
}

.book-ct .browse-all-link {
    display: flex;
    align-items: center;
    background-color: #56FFA5;
    color: #000000;
    font-weight: 900;
    font-family: "proxima-nova";
    font-size: 36px;
    padding: 72px 100px 72px 230px;
}

.book-ct.collectionItem .browse-all-link {
    text-decoration: none;
    padding: 30px 75px 40px 75px;
}

.book-ct.collectionItem .browse-all-link span {
    font-weight: 900;
    font-size: 36px;
}

.public-view .book-ct .browse-all-link {
    padding: 72px 10px 72px 261px;
}

.book-ct .browse-all-link .right-arrow {
    margin-left: 10px;
}

.book-ct .book-footer {
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    padding: 20px 100px;
}

.public-view .book-ct .book-footer {
    padding: 20px 80px;
}

.book-ct .book-footer .profile-link {
    font-family: "proxima-nova";
    font-size: 12px;
    color: #39FA95;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.book-ct .book-footer .join {
    font-family: "proxima-nova";
    font-size: 12px;
    color: #737373;
    font-weight: bold;
    cursor: pointer;
}

.book-ct .book-footer .join .right-arrow {
    width: 12px;
    height: 10px;
    margin-left: 10px;
}


.book-ct .book-info-ct .book-info .book-title .edit-btn {
    font-family: "proxima-nova";
    font-size: 18px;
    color: #4EED92;
    line-height: 1.167;
    font-weight: 700; 
    cursor: pointer;
}

.book-ct .status {
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

.book-ct.for-roundup .back-ct {
    position: absolute;
    top: 50px;
}

.book-ct .back-ct {
    background: #0b0a0c;
    padding: 16px;
    padding-left: 20px;
    padding-top: 28px;
}

.book-ct .back-ct a {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.book-ct .back-ct a,
.book-ct .back-ct a span {
    color: var(--theme-color);
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    font-family: 'proxima-nova';
    line-height: 1;
}

.book-ct .earn-credits {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    color: var(--theme-color);
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    font-family: 'proxima-nova';
    line-height: 1;
    border: 2px solid var(--theme-color);
    padding: 4px 8px 4px 2px;
    border-radius: 4px;
    margin-top: 4px;
}

@media (max-width: 500px) {

    .book-ct .book-header {
        flex-direction: column;
        align-items: inherit;
    }

    .book-ct .book-info-ct .book-info .book-title {
        font-size: 30px;
    }

    .book-ct .book-header .get-roundup-msg {
        margin: 16px;
    }
    
    .book-ct .book-header .notes-author {
        margin-right: 0;
    }

    .book-ct .book-info-ct {
        flex-direction: column;
    }

    .public-view .book-ct .book-info-ct {
        padding: 0 30px 100px 30px;
    }

    .public-view .book-ct .notes-ct {
        padding-left: 20px;
        padding-right: 20px;
    }

    .book-ct .thanks-share-ct {
        flex-direction: column;
    }

    .public-view .book-ct .thanks-share-ct {
        padding-left: 20px;
        padding-right: 20px;
    }

    .book-ct .thanks-share-ct .share-ct {
        padding-left: 0;
        padding-right: 0;
        margin-left: 20px;
        margin-top: 20px;
    }

    .public-view .book-ct .browse-all-link {
        padding: 30px 20px;
    }

    .public-view .book-ct .book-footer {
        padding: 20px 20px;
    }

    .book-ct .thanks-share-ct .give-thanks-ct .thanks-btn {
        width: 300px;
        max-width: 200px;
    }

    .book-ct .book-info-ct .book-cover {
        margin-bottom: 10px;
        min-width: 200px;
        min-height: 500px;
        margin-right: 0;
    }
}


/* join popup */

.book-ct .join-pop-up-ct {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    z-index: 999;
    display: none;
}

.book-ct .join-pop-up {
    width: 572px;
    height: fit-content;
    border: 6px solid #3A2B8F;
    background: #0B0A13;
    padding: 58px 20px 58px 84px;
    color: #fff;
    position: relative;
}

.book-ct .join-pop-up .logo {
    margin-bottom: 29px;
}

.book-ct .join-pop-up h2 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 20px;
    font-family: "montserrat";
    width: 360px;
}

.book-ct .join-pop-up .join-waitlist-errors p, .book-ct .request-another-errors p, .book-ct .request-update-errors p {
    color: #fff;
    font-weight: bold;
    border-left: 5px solid #f00;
    padding-left: 10px;
    margin: 3px 0;
}

.book-ct .join-pop-up h2:last-of-type {
    margin-bottom: 25px;
    position: relative;
}

.book-ct .join-pop-up h2 .new {
    position: absolute;
    left: -60px;
    top: -7px;
    font-size: 12px;
    width: 47px;
    height: 32px;
    background: #3A2B8F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-ct .join-pop-up h2 span {
    color: #8B88A6;
}

.book-ct .join-pop-up form {
    display: flex;
    flex-direction: column;
}

.book-ct .join-pop-up form fieldset {
   border: none;
   padding: 0;
   margin: 0 0 10px 0;
   width: auto;
}

.book-ct .join-pop-up form input {
    width: 365px;
    height: 35px;
    background: #F3F3F3;
    font-family: "proxima-nova";
    font-size: 18px;
    border-radius: 2px;
    border: none;
    margin-bottom: 2px;
    padding-left: 12px;
    padding-bottom: 4px;
}

.book-ct .join-pop-up form input::placeholder {
    color: #A9A9A9;
}

.book-ct .join-pop-up form textarea {
    width: 365px;
    height: 105px;
    background: #F3F3F3;
    font-family: "proxima-nova";
    font-size: 18px;
    border-radius: 2px;
    border: none;
    margin-bottom: 2px;
    padding-left: 12px;
    padding-bottom: 4px;
    padding-top: 5px;
}

.book-ct .join-pop-up form textarea::placeholder {
    color: #A9A9A9;
}

.book-ct .join-pop-up form .error {
    color: #DD6C69;
    font-family: 'proxima-nova';
    font-size: 14px;
    margin-top: 3px;
    display: block;
}

.book-ct .join-pop-up form button {
    background-color: #02DB73;
    border-radius: 3px;
    color: #000000;
    font-family: 'proxima-nova';
    font-size: 16px;
    text-decoration: none;
    padding: 12px 35px;
    font-weight: 600;
    border: none;
    width: 252px;
    margin-top: 5px;
    margin-bottom: 37px;
}

.book-ct .join-pop-up a {
    background-color: #02DB73;
    border-radius: 3px;
    color: #000000;
    font-family: 'proxima-nova';
    font-size: 16px;
    text-decoration: none;
    padding: 12px 70px;
    font-weight: 600;
    border: none;
    width: 252px;
    cursor: pointer;
    margin-top: 15px;
}

.book-ct .join-pop-up .closeBtn {
    position: absolute;
    bottom: 10px;
    right: 13px;
    color: #02DB73;
    cursor: pointer;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

@media (max-width: 500px) {
    .book-ct .join-pop-up-ct {
        padding: 50px 20px 0 20px;
        overflow: scroll;
    }
    
    .book-ct .join-pop-up {
        width: 100%;
        margin-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 300px;
    }

    .book-ct .join-pop-up form input {
        width: 100%;
    }

    .book-ct .join-pop-up h2:last-of-type {
        margin-top: 30px;
    }

    .book-ct .join-pop-up h2 .new {
        left: 0px;
        top: -35px;
    }

    .book-ct .join-pop-up h2 {
        width: auto;
    }

    .book-ct .join-pop-up form button {
        width: 100%;
    }
    
    .book-ct .join-pop-up a {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 12px 57px;
    }

    .book-ct .join-pop-up form textarea {
        width: 100%;
    }
}

/* Confirmation popup */


.book-ct .confirmation-pop-up-ct {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 50px;
    display: none;
}

.book-ct .confirmation-pop-up {
    width: 572px;
    height: fit-content;
    border: 6px solid #3A2B8F;
    background: #0B0A13;
    padding: 58px 20px 58px 84px;
    color: #fff;
    margin-bottom: 100px;
    position: relative;
}

.book-ct .confirmation-pop-up .logo {
    margin-bottom: 29px;
}

.book-ct .confirmation-pop-up h2 {
    font-size: 20px;
    font-family: "montserrat";
    margin-bottom: 20px;
}

.book-ct .confirmation-pop-up h2:last-of-type {
    margin-bottom: 31px;
    width: 350px;
}

.book-ct .confirmation-pop-up .mission {
    font-size: 16px;
    font-family: "montserrat";
    margin-bottom: 20px;
    width: 360px;
}

.book-ct .confirmation-pop-up .article {
    margin-bottom: 31px;
}

.book-ct .confirmation-pop-up .article img {
    margin-bottom: 8px;
}

.book-ct .confirmation-pop-up .article p {
    margin-bottom: 8px;
    font-size: 18px;
    color: #02DB73;
    width: 380px;
}

.book-ct .confirmation-pop-up .article .icons img  {
   margin-right: 3px;
}

.book-ct .confirmation-pop-up .browse {
   font-size: 18px;
   color: #02DB73;
   font-weight: 600;
}

.book-ct .confirmation-pop-up .closeBtn {
    position: absolute;
    bottom: 10px;
    right: 13px;
    color: #02DB73;
    cursor: pointer;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

@media (max-width: 500px) {

    .book-ct .confirmation-pop-up-ct {
        padding: 50px 20px 0 20px;
    }
    
    .book-ct .confirmation-pop-up{
        width: 100%;
        margin-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .book-ct .confirmation-pop-up .mission {
        width: auto;
    }

    .book-ct .confirmation-pop-up h2:last-of-type {
        width: auto;
    }

    .book-ct .confirmation-pop-up .article p {
        width: auto;
    }
}

/* profile settings + page padding */

.hide-settings {
    display: none;
}

.profile-settings-menu-new {
    padding: 50px 100px;
}

@media (max-width: 1500px) {

    .profile-settings-menu-new {
        padding: 50px 75px;
    }
    
    .book-ct .book-info-ct {
        padding: 0 75px 40px 75px; 
    }
    
    .book-ct .notes-ct {
        padding: 44px 75px 31px 75px; 
    }

    .book-ct .thanks-share-ct {
        padding: 38px 50px 30px 133px;
    }

    .book-ct .browse-all-link {
        padding: 72px 100px 72px 200px;
    }

    .book-ct .book-footer {
        padding: 20px 75px;
    }
}

@media (max-width: 500px) {

    .profile-settings-menu-new {
        padding: 40px 20px 10px 20px;
    }

    .book-ct .book-info-ct {
        padding: 0px 20px 100px 20px;
    }

    .book-ct .notes-ct {
        padding: 44px 20px 31px 20px;
    }

    .book-ct .thanks-share-ct {
        padding: 38px 20px 30px 20px;
    }

    .book-ct .browse-all-link {
        padding: 72px 20px 72px 20px;
    }

    .book-ct .book-footer {
        padding: 20px 20px;
    }
}


/* public book page */

.public-view .book-ct {
    padding: 0;
}

.public-view .book-ct .book-info-ct {
    padding-top: 140px;
}

/* private content */

.private-ct {
    color: #ffffff;
    font-family: 'proxima-nova';
    background: #111021;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding-top: 50px;
}

.private-ct h2 {
    font-size: 30px;
}