/* collections cards */

.collections {
    box-sizing: border-box;
}

.collections * {
    margin: 0px;
    box-sizing: border-box;
    font-family: proxima-nova;
}

.collections .free-limit-ct {
    width: 100%;
    height: 158px;
    padding: 20px;
    border: solid 1px #737373;
    background-color: #0b0a0c;
    text-align: center;
    position: relative;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.collections .free-limit-ct h2 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.collections .free-limit-ct .subscribeLink {
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    color: #2DDB73;
}

.collections .collections-row {
    display: flex;
    width: 100%;
}

.collections .collections-row .collection-ct:first-child {
    margin-right: 18px;
}

.collections .collections-row .collection-ct {
    height: 305px;
}

.drag-overlay {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999999999;
}

.collections .collection-ct {
    display: flex;
    background: #fff;
    width: 100%;
    height: 158px;
    position: relative;
    margin-bottom: 18px;
}

.collections .collection-ct .disabled-overlay {
    position: absolute;
    background: rgba(0,0,0,0.8);
    inset: 0;
    z-index: 1000;
}

.collections .collection-ct.featured {
    height: 305px;
    border: 4px solid #2DDB73;
}

.collections .collection-ct .recommended-number {
    height: 28px;
    padding: 0 17px;
    background: #C3C3C3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 3px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    top: -14px;
    right: 25px;
}

.collections .collection-ct .attend-btn {
    height: 28px;
    padding: 0 17px;
    background: #C3C3C3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 3px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    bottom: -14px;
    left: 20px;
    border: none;
    background: var(--collection-color);
    cursor: pointer;
}

.collections .collection-ct .survey-btn-ct {
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
}

.collections .collection-ct .survey-btn-ct .took-survey {
    font-weight: 900;
    color: #fff;
    font-size: 22px;
}

.collections .collection-ct .survey-btn {
    padding: 10px 20px;
    position: absolute;
    bottom: 22px;
}

.collections .collection-ct.sessionItem .collection-text .content,
.collections .collection-ct.sessionItem .collection-text .content-title {
    -webkit-line-clamp: 1;
}

.collections .attend-item-ct .attend-confirmed {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.collections .attend-item-ct .attend-confirmed span {
    color: var(--collection-color);
    font-size: 32px;
    margin-top: -2px;
}

.collections .attend-item-ct .attend-btn-ct {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.collections .collections-row .collection-ct .collection-image {
    min-width: 166px;
    width: 166px;
}

.collections .collection-ct .collection-image {
    background-position: center;
    background-size: cover;
    width: 40%;
    height: 100%;
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);

}

.collections .collection-ct .book-text-ct {
    display: flex;
}

.collections .collection-ct .book-text-ct .book-cover {
    display: block;
    text-decoration: none;
    height: 109px;
    width: 78px;
    min-width: 78px;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    background-color: grey;
}

.overall-resources-list .resource-ct + .resource-ct {
    margin-top: 18px;
}

.collections .collection-ct .collection-image .note,
.overall-resources-list .resource-ct .note {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 20px 10px 20px;
    overflow: hidden;
    border-bottom: 19px solid transparent;
    transition: all 0.3s ease;
}

.overall-resources-list .resource-ct .note {
    background-color: unset;
    padding: 20px 0px 0px 0px;
    transition: none;
}

.overall-resources-list .resource-ct .resource-notes-ct {
    width: fit-content;
    height: 75px;
}

.collections .collection-ct .collection-image .note p,
.collections .collection-ct .collection-image .note .note-text,
.overall-resources-list .resource-ct .note p,
.overall-resources-list .resource-ct .note .note-text {
    font-family: brandon-grotesque;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
}

.collections .collection-ct .collection-image .note .note-highlight span,
.overall-resources-list .resource-ct .note .note-highlight span {
    font-style: initial;
}

.collections .collection-ct .collection-image .note .note-highlight,
.overall-resources-list .resource-ct .note .note-highlight {
    font-family: proxima-nova;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    padding-left: 6px;
	border-left: 6px solid #fff;
}

.collections .collection-ct .collection-image .note .note-highlight-ct,
.overall-resources-list .resource-ct .note .note-highlight-ct {
    border-top: 1px solid grey;
    margin-top: 20px;
    padding-top: 20px;
}

.collections .collection-ct .collection-image .note .overall-note,
.overall-resources-list .resource-ct .note .overall-note {
    margin-top: 20px;
}

.collections .collection-ct .collection-image.hovered .note ,
.collections .collection-ct .collection-image.clicked .note,
.overall-resources-list .resource-ct .hovered .note ,
.overall-resources-list .resource-ct .clicked .note {
    overflow: visible;
    min-height: 100%;
    height: fit-content;
    background-color: #000;
    position: relative;
    top: 0;
    z-index: 9998;
    padding-bottom: 20px;
}

.overall-resources-list .resource-ct .hovered .note ,
.overall-resources-list .resource-ct .clicked .note {
    padding: 20px 20px 10px 20px;
}

.collections .collection-ct .collection-image .note-text.show,
.overall-resources-list .resource-ct .note-text.show {
    display: block;
}

.collections .collections-row .collection-ct .collection-image.hovered .note,
.collections .collections-row .collection-ct .collection-image.clicked .note,
.overall-resources-list .resource-ct .hovered .note,
.overall-resources-list .resource-ct .clicked .note {
    width: 100%;
    position: absolute;
	top: 0px;
	left: 0px;
}

.collections .collection-ct .collection-image .note .avatars-ct,
.overall-resources-list .note .avatars-ct {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
    margin-bottom: 20px;
}

.collections.commons .collection-ct .collection-image .note .avatars-ct,
.collections.commons .overall-resources-list .note .avatars-ct {
    display: none;
}

.collections .collection-ct .collection-image .note .avatars-ct::-webkit-scrollbar,
.overall-resources-list .note .avatars-ct::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.collections .collection-ct .collection-image .note .avatars-ct::-webkit-scrollbar-track,
.overall-resources-list .note .avatars-ct::-webkit-scrollbar-track {
    background: rgba(1, 1, 1, 0.5);
}

.collections .collection-ct .collection-image .note .avatars-ct::-webkit-scrollbar-thumb,
.overall-resources-list .note .avatars-ct::-webkit-scrollbar-thumb {
    background: #888;
}

.collections .collection-ct .collection-image .note .avatars-ct::-webkit-scrollbar-thumb:hover,
.overall-resources-list .note .avatars-ct::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.collections .collection-ct .collection-image .note .user-image,
.overall-resources-list .note .user-image {
    background: lightblue;
    background-position: center;
    background-size: cover;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    max-height: 32px;
    max-width: 32px;
    display: block;
    border-radius: 50%;
    margin-bottom: 10px !important;
    position: relative;
    filter: grayscale(1);
}

.collections .collection-ct .collection-image .note .user-image.selected,
.overall-resources-list .note .user-image.selected {
    filter: none;
    border: 3px solid #2DDB73;
    z-index: 999;
}

.collections .collection-ct .collection-image .note .user-image .user-details,
.overall-resources-list .note .user-image .user-details {
    display: none;
    flex-direction: column;
    background: #000;
    padding-left: 10px;
    left: 32px;
    position: absolute;
    width: max-content;
}

.collections .collection-ct .collection-image .close-btn,
.overall-resources-list .resource-ct .close-btn {
    position: absolute;
    top: 20px;
    right: 10px;
    padding: 4px 8px;
    font-size: 14px;
    z-index: 9999;
    display: none;
}

.collections .collection-ct .collection-image .note .contributor-info.selected,
.overall-resources-list .note .contributor-info.selected {
    display: block;
}

.collections .collection-ct .collection-image .note .contributor-info.selected.default-selected .user-details,
.overall-resources-list .note .contributor-info.selected.default-selected .user-details {
    display: none;
}

.collections .collection-ct .collection-image .note .contributor-info.selected.default-selected.first-expert .user-details,
.overall-resources-list .note .contributor-info.selected.default-selected.first-expert .user-details {
    display: block;
}

.collections.commons .collection-ct .collection-image .note .contributor-info.selected .user-details,
.collections.commons .overall-resources-list .note .contributor-info.selected .user-details {
    display: none;
}

.collections .collection-ct .collection-image .note .contributor-info,
.overall-resources-list .note .contributor-info {
    display: none;
}

/* .collections .collection-ct .collection-image:hover .note .contributor-info {
    display: flex;
} */

.collections .collection-ct .collection-image .note .user-image .user-details *,
.overall-resources-list .note .user-image .user-details * {
    font-family: proxima-nova;
}


.collections .collection-ct .collection-image .note .user-name ,
.overall-resources-list .note .user-name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: 'proxima-nova';
}

.collections .collection-ct .collection-image .note .user-occupation,
.overall-resources-list .note .user-occupation {
    font-weight: 500;
    font-family: 'proxima-nova';
}

.collections .collection-ct .collection-image .note .source-url,
.overall-resources-list .note .source-url {
    color: var(--collection-color);
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
    font-family: 'proxima-nova';
    display: block;
}

.collections .collection-ct .collection-image .note span,
.overall-resources-list .note span {
    text-transform: uppercase;
    font-family: 'proxima-nova';
}

.collections .collection-ct .collection-image .note span.source-urls-ct,
.overall-resources-list .note span.source-urls-ct {
    text-transform: none;
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
}




.collections .collections-row .collection-ct .collection-text {
    width: 100%;
}

.collections .collection-ct .collection-text {
    width: 60%;
    padding: 19px 23px 22px 18px;
    position: relative;
}

.collections .collection-ct .collection-text .publication-type {
    display: flex;
    align-items: flex-end;
}

.collections .collection-ct .collection-text .publication-type .publication {
    font-family: brandon-grotesque;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    border-right: 1px solid #000;
    padding-right: 5px;
    font-weight: 500;
    margin-right: 5px;
}

.collections .collection-ct .collection-text .publication-type .type {
    font-family: brandon-grotesque;
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
}

.collections .collection-ct .collection-text .content-title {
    color: #000;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    font-family: brandon-grotesque;
    overflow: hidden;
	text-overflow: ellipsis;
    text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
    cursor: pointer;
	-webkit-box-orient: vertical;
    text-transform: uppercase;
}

.collections .collection-ct .collection-text .content-title:hover {
    text-decoration: underline;
}

.collections .collections-row .collection-ct .collection-text .content-title {
	-webkit-line-clamp: 3;
}

.collections .collection-ct.featured .collection-text .content-title {
	-webkit-line-clamp: 3;
}

.collections .collection-ct .collection-text .content {
    font-size: 18px;
    font-family: brandon-grotesque;
    color: #000;
    line-height: 21px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: fit-content;
}

.collections .collection-ct .collection-text .content:hover {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    display: block;
    z-index: 999;
    padding: 0px 10px 10px 10px;
    height: 139px;
    overflow-y: scroll;
    width: 95%;
}

.collections .collection-ct .collection-text .content.increaseRows {
    -webkit-line-clamp: 4;
}

.collections .collection-ct .collection-text .content.book-content.increaseRows {
    -webkit-line-clamp: 3;
}


.collections .collection-ct.featured .collection-text .content {
    -webkit-line-clamp: 8;
    font-style: italic;
}

.collections .collections-row .collection-ct .collection-text .content {
    -webkit-line-clamp: 8;
    font-style: italic;
}

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); opacity: 0.5; }
    50% { -webkit-transform: scale(1); opacity: 1; }
    100% { -webkit-transform: scale(1); opacity: 0.5; }
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1); opacity: 0.5; }
}

.collections .collection-ct .credits-ct {
    position: absolute;
    top: -14px;
    right: -14px;
}

.collections .collection-ct .disabled-overlay ~ .credits-ct {
    background: #000000;
    border-radius: 50%;
    z-index: 1000;
}

.collections .collection-ct .credits-bg {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    top: 0px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.collections .collection-ct .credits {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2DDB73;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    -webkit-animation: pulse 2s infinite ease-in-out;
    -o-animation: pulse 2s infinite ease-in-out;
    -ms-animation: pulse 2s infinite ease-in-out; 
    -moz-animation: pulse 2s infinite ease-in-out; 
    animation: pulse 2s infinite ease-in-out;
    position: relative;
    z-index: 3;
}

.collections .collection-ct .credits.without-animation {
    animation: none;
}

.collections .collection-ct .credits.without-animation img {
    height: 31px;
}

.collections .collection-ct .credits-ct.read .credits {
    color: #000;
    font-size: 12px;
    border: 2px solid #02db73;
    background: #a7e8c7 url('https://readocracy.com/img/ribbon/checkmark.png') no-repeat center center;
}

.collections .order-btns {
    position: absolute;
    height: 100%;
    right: -45px;
    display: none;
    flex-direction: column;
    justify-content: center;
    color: #DFDFDF;
    display: flex;
    width: 41px;
}

.collections .order-btns button {
    width: fit-content;
}

.collections .order-btns .drag-icon {
    margin-bottom: 6px;
    font-size: 30px;
    cursor: grab;
}

.collections .order-btns .move-heading {
    margin-bottom: 14px;
    margin-left: 3px;
    cursor: pointer;
    display: none !important; /* Hidden to reduce confusion */
}

.collections .order-btns button:nth-of-type(2) {
    margin-left: -4px;
    margin-top: -3px;
}

.collections .order-btns img {
    cursor: pointer;
}

.collections .order-btns .arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -8px;
}

.edit-collection-item,
.delete-collection-item {
    border: none;
    background: none;
    cursor: pointer;
}

.edit-collection-item {
    margin-bottom: 20px;
}

.delete-collection-item img {
    max-height: 23px;
    min-height: 23px;
}

.collections .order-btns .arrows .go-up {
    margin-bottom: 10px;
    color: #DFDFDF;
    cursor: pointer;
}

.collections .order-btns .arrows .go-up:hover {
    color: #a0a0a0;
}

.collections .order-btns .arrows .go-down {
    color: #DFDFDF;
    cursor: pointer;
    margin-left: -7px;
    margin-top: -9px;
}

.collections .order-btns .arrows .go-down:hover {
    color: #a0a0a0;
}


.collections.isAdmin .collection-ct {
    width: calc(100% - 40px);
    margin-right: 40px;
}

.collections.isAdmin .collections-row .collection-ct {
    width: 100%;
}

.collections.isAdmin .collections-row .collection-ct {
    width: 100%;
}

.collections.isAdmin .collections-row .collection-ct:first-child {
    margin-right: 40px;
}


.reading.collection {
    position: relative;
    background-color: #16161A;
    padding: 40px 120px 180px 120px !important;
}

.reading.collection.advanced.guest {
    padding-bottom: 300px !important;
}

/* Header common */

.reading.collection .header {
    display: flex;
    color: #ffffff;
    font-family: 'proxima-nova';
    font-size: 14px;
    margin-bottom: 50px;
    max-width: 1800px;
}

.reading.collection .header .cover {
    min-width: 166px;
    max-width: 166px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.reading.collection .header .giphy-logo {
    position: absolute;
    bottom: -22px;
    height: 16px;
    left: -6px;
}

.reading.collection .header .giphy-logo-ct {
    display: none;
}

.reading.collection .header .giphy-logo-ct.show,
.reading.collection .header .giphy-logo-ct:hover {
    display: block;
}

.reading.collection .header .private-label {
    background-color: #303030;
    color: #FFFFFF;
    font-size: 14px;
    padding: 6px;
    text-transform: capitalize;
}

.reading.collection .header .line {
    width: 2px;
    background-color: #979797;
}

.reading.collection .header .collection-info p.title {
    font-size: 38px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 0.75;
    display: flex;
    align-items: center;
    gap: 10px;
}

.reading.collection .header .collection-info p.title .share-col-ct {
    margin-left: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reading.collection .header .collection-info p.title .share-col-ct svg {
    cursor: pointer;
}

.reading.collection .header .collection-info p.title .share-col-ct:hover .share-popup {
    display: block;
    position: absolute;
    top: 38px;
    width: fit-content;
    min-width: fit-content;
    max-width: fit-content;
}

.reading.collection .header .collection-info p.title .share-col-ct:hover .share-popup .share-ct {
    display: flex;
    margin-bottom: 10px;
}

.reading.collection .header .collection-info p.title .share-col-ct:hover .share-popup .share-ct a {
    margin-right: 10px;
}

.reading.collection .header .collection-info p.title .share-col-ct:hover .share-popup .share-ct a:last-of-type {
    margin-right: 0px;
}

.reading.collection .header .collection-info p.title .share-col-ct:hover .share-popup .share-ct a img {
    width: 48px;
}

.reading.collection .header .collection-info p.title .share-col-ct:hover .share-popup .url-ct {
    width: 222px;
    height: 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border: 1px solid #979797;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding-left: 9px;
    background: none;
    padding-right: 9px;
}

.reading.collection .header .collection-info p.title .share-col-ct:hover .share-popup .qrs {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
}

.reading.collection .header .collection-info p.title .share-col-ct:hover .share-popup .qr-ct {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reading.collection .header .collection-info p.title .share-col-ct:hover .share-popup .qr-img {
    width: 108px;
    height: 108px;
    background-size: cover;
    background-position: center;
}

.reading.collection .header .collection-info p.title .share-col-ct:hover .share-popup .qr-ct .copy {
    color: yellow;
    font-size: 12px;
    margin-top: 4px;
    cursor: pointer;
}

.reading.collection .header .author-info{
    display: flex;
}

.reading.collection .header .job-company span,
.reading.collection .header .view-profile {
    color: #2DDB73;
}

.reading.collection .header .view-profile {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.reading.collection .header .author-info .author-photo {
    min-height: 57px;
    max-height: 57px;
    min-width: 57px;
    min-width: 57px;
    border: 1px solid #6E6E6E;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 9px;
    z-index: 1;
}

.reading.collection .header .author-info .author-photo.small {
    min-height: 36px;
    max-height: 36px;
    min-width: 36px;
    min-width: 36px;
    /* border: 2px solid #6E6E6E; */
    background-position: center;
    background-size: cover;
    background-color: lightblue;
    border-radius: 50%;
    margin-right: 9px;
}

.reading.collection .header .author-info .name {
    font-size: 18px;
    font-weight: 600;
}

.reading.collection .header .author-info.util-tooltip,
.reading.collection .header .authors .author-info.util-tooltip {
    display: none;
}

.reading.collection .header .author-info.util-tooltip.show {
    display: flex;
}

.reading.collection .header .author-info.util-tooltip .close-guest-card {
    display: none;
}

.estimated-time-ct {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 30px;
    display: none;
}

.reading.collection.guest .estimated-time-ct {
    display: flex;
}

.estimated-time-ct .estimated-title {
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 3px;
}

.estimated-time-ct .estimated-data {
    font-size: 20px;
}

.reading.collection .header .credits-ct {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 30px;
}

.reading.collection.guest.with-time-to-earn .header .credits-ct {
    display: none;
}

.reading.collection .header .with-endorsement .credits-ct {
    padding-top: 0;
}

/* .reading.collection .header .badges-info-ct .credits-ct {
    padding-top: 16px;
} */

.reading.collection .header .credits,
.estimated-bubble {
    font-size: 20px;
    font-weight: 800;
    color: #000000;
    min-height: 54px;
    min-width: 54px;
    max-height: 54px;
    max-width: 54px;
    text-transform: uppercase;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    -webkit-animation: pulse 2s infinite ease-in-out;
    -o-animation: pulse 2s infinite ease-in-out;
    -ms-animation: pulse 2s infinite ease-in-out; 
    -moz-animation: pulse 2s infinite ease-in-out; 
    animation: pulse 2s infinite ease-in-out;
    background-color: var(--theme-color);
} 

.reading.collection .header .subjects {
    font-weight: 800;
}

.reading.collection .header .subjects span {
    text-transform: uppercase;
}

.reading.collection .header .types {
    font-size: 20px;
}

.reading.collection .header .endorsed {
    display: flex;
    margin-bottom: 8px;
    margin-top: 0px;
}

.reading.collection .header .endorsed p {
    font-family: 'proxima-nova';
    font-size: 20px;
    color: #FFFFFF;
    margin-right: 10px;
}

.reading.collection .header .endorsed a {
    text-decoration: none;
    margin-right: 10px;
}

.reading.collection .header .endorsed a img {
    display: block;
    min-height: 22px;
    max-height: 22px;
    filter: grayscale();
}

.reading.collection .header .endorsed .more-endorsements p {
    font-size: 14px;
    color: #fff;
}

.reading.collection .header .endorsed .more-endorsements:hover .util-tooltip {
    display: flex;
    position: absolute;
    flex-wrap: wrap;
    min-width: 200px;
    max-width: 200px;
}

.reading.collection .header .endorsed .more-endorsements:hover .util-tooltip a {
    margin-bottom: 10px;
}


.reading.collection .header .progress-bar-ct {
    border-radius: 4.5px;
    overflow: hidden;
}

.reading.collection .header .progress-bar-ct,
.reading.collection .header .student-progress-bar-ct {
	position: relative;
	width: 132px;
    height: 10px;
}

.reading.collection .header .progress-bar-ct {
    right: 17px;
    margin-top: 20px;
}

.reading.collection .header.advanced .progress-bar-ct {
    margin-top: 0;
    position: absolute;
    bottom: 0;
}

.reading.collection .header.advanced .progress-bar-ct.desktop {
    margin-bottom: 13px
}

.reading.collection .header .progress-bar-ct .progress-bar-child,
.reading.collection .header .student-progress-bar-ct .progress-bar-child {
	height: 9px;
	width: 100%;
	border-radius: 4.5px;
	background-color: #494949;
    position: absolute;
}

.reading.collection .header .progress-bar-ct .progress-bar-child {
    height: 100%;
}

.reading.collection .header .progress-bar-ct .progress-bar-child.progress,
.reading.collection .header .student-progress-bar-ct .progress-bar-child.progress {
	background-color: #D08A58;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.reading.collection .header .student-progress-bar-ct .progress-bar-child.progress {
    background-color: var(--collection-color);
}

.reading.collection .header.advanced .progress-util-new-tooltip {
    display: none;
    position: relative;
    z-index: 9999999999;
}

.reading.collection .header.advanced .progress-util-new-tooltip ul {
    padding: 0px;
    margin: 0px;
    margin-left: 3px;
}

.reading.collection .header.advanced .progress-util-new-tooltip ul li {
    margin-bottom: 5px;
}

.reading.collection .header.advanced .progress-bar-ct:hover + .progress-util-new-tooltip,
.reading.collection .header.advanced .progress-util-new-tooltip:hover {
    position: absolute;
    background: #292929;
    font-size: 14px;
    color: hsl(var(--light-grey));
    padding: 13px 20px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12),
        0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12),
        0 16px 16px rgba(0, 0, 0, 0.12);
    display: block;
    max-width: 300px;
    bottom: unset;
    top: calc(100% + 4px);
}

.reading.collection .header .earned-credits {
    margin-top: 20px;
    margin-bottom: 20px;
}

.reading.collection .header .earned-credits .expert {
    margin-bottom: 11px;
}

.reading.collection .header .earned-credits .progress-txt {
    color: #494949;
    font-size: 18px;
    font-weight: 600;
    margin-top: 6px;
}

.reading.collection .header .earned-credits .progress-txt  span {
    color: var(--collection-color);
}

.reading.collection .header .discussion-ct .avatar-small {
    min-height: 30px;
    max-height: 30px;
    min-width: 30px;
    max-width: 30px;
    border: 2px solid #6E6E6E;
}

.reading.collection .header .discussion-ct .users-avatars .avatar-small:not(:last-child) {
    margin-right: 0px;
}

.reading.collection .header .discussion-ct .users-avatars {
    display: flex;
}

.reading.collection .header .discussion-ct .total-users-ct {
    display: flex;
    align-items: center;
}

.reading.collection .header .discussion-ct .more {
    margin-left: -32px;
    margin-top: 0;
    margin-bottom: 0;
}

.reading.collection .header .discussion-ct .users-avatars a:nth-child(2) {
    left: -10px;
}

.reading.collection .header .discussion-ct .users-avatars a:nth-child(3) {
    left: -20px;
}

.reading.collection .header .discussion-ct .users-avatars a:nth-child(4) {
    left: -30px;
}

.reading.collection .header .discussion-ct .users-avatars a:nth-child(5) {
    left: -40px;
}

.info-no-credit {
    text-decoration: underline;
    margin-top: -17px;
    margin-bottom: 17px;
    position: relative;
    width: fit-content;
}

.reading.collection .header .info-no-credit .util-tooltip {
    position: absolute;
    left: -50%;
    max-width: 300px;
    top: 30px;
    z-index: 10000;
}

.reading.collection .info-no-credit:hover .util-tooltip,
.reading.collection .info-no-credit .util-tooltip:hover {
    display: block;
}

@media (max-width: 600px) {

    .reading.collection .header .collection-info p.title .share-col-ct:hover .share-popup {
        left: -200px;
        z-index: 9999999;
    }

    .reading.collection .header.advanced .progress-bar-ct:hover + .progress-util-new-tooltip,
    .reading.collection .header.advanced .progress-util-new-tooltip:hover {
        max-width: 200px;
        left: 150px;
    }

    .collections .collection-ct .attend-btn {
        bottom: 0;
        left: 0;
        font-size: 10px;
        padding: 4px;
        height: fit-content;
    }

    .reading.collection .header .collection-info p.title {
        font-size: 32px;
        font-size: 32px;
        line-height: 1;
        margin-bottom: 4px;
        margin-top: 16px;
    }

    .reading.collection .header .types {
        font-size: 14px;
    }

    .reading.collection .header.simple .line.mobile,
    .reading.collection .header.simple .line.desktop,
    .reading.collection .header.advanced .line.mobile,
    .reading.collection .header.advanced .line.desktop {
        margin: 15px 0;
        height: 1px;
        width: unset;
        flex: auto;
    }

    .reading.collection .header.simple .collections-resources {
        margin-top: 10px;
        margin-right: 0px;
    }

    .reading.collection .header.advanced .collections-resources  {
        margin-top: 0;
        margin-right: 0;
        flex-direction: row;
    }

    .reading.collection .header.simple .collections-resources .resource-ct,
    .reading.collection .header.advanced .collections-resources .resource-ct {
        border: none;
        background: none;
        height: unset;
        width: unset;
        padding: 0;
    }

    .reading.collection .header.advanced .collections-resources .resource-ct {
        margin-right: 25px;
    }

    .reading.collection .header.simple .collections-resources .resource-ct p strong,
    .reading.collection .header.advanced .collections-resources .resource-ct p strong {
        font-weight: normal;
        font-size: 14px;
    }

    .reading.collection.simple .header.simple .discussion-resources-ct .discussion-ct,
    .reading.collection.advanced .header.advanced .discussion-resources-ct .discussion-ct {
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
        max-height: 78px;
        padding: 10px;
    }

    .reading.collection.simple .header.simple .discussion-resources-ct .discussion-ct .title,
    .reading.collection.advanced .header.advanced .discussion-resources-ct .discussion-ct .title {
        font-size: 14px;
    }

    .reading.collection.simple .header.simple .credits-ct,
    .reading.collection.advanced .header.advanced .credits-ct {
        margin-bottom: 10px;
        padding-top: 0;
    }

    .reading.collection.simple .header.simple .expert,
    .reading.collection.advanced .header.advanced .expert {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .reading.collection.simple .header.simple .author-info,
    .reading.collection.advanced .header.advanced .author-info {
        margin-top: 0;
    }

    .reading.collection.advanced .header.advanced .author-info:not(.util-tooltip) {
        position: relative;
    }

    .reading.collection.simple .header.simple .author-info .name-job-ct,
    .reading.collection.advanced .header.advanced .author-info .name-job-ct {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .reading.collection.simple .header.simple .name,
    .reading.collection.advanced .header.advanced .name {
        margin-right: 5px;
    }

    .reading.collection.simple .header.simple .contributors-ct,
    .reading.collection.advanced .header.advanced .contributors-ct {
        display: grid;
        row-gap: 8px;
    }

    .reading.collection.simple .header.simple span.job-company,
    .reading.collection.advanced .header.advanced span.job-company {
        font-size: 14px;
        display: inline;
        font-weight: normal;
        text-transform: capitalize;
        color: #2DDB73;
    }

    .reading.collection.simple .header.simple .author-info.hide,
    .reading.collection.advanced .header.advanced .author-info.hide {
        display: none;
    }

    .reading.collection.simple .header.simple .show-less-contrib,
    .reading.collection.advanced .header.advanced .show-less-contrib {
        color: #2DDB73;
    }

    .reading.collection.simple .header.simple .more,
    .reading.collection.simple .header.simple .show-less-contrib,
    .reading.collection.advanced.advanced .header.advanced .more,
    .reading.collection.advanced.advanced .header.advanced .show-less-contrib {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .reading.collection.simple .header.simple .more-contributors.hide,
    .reading.collection.simple .header.simple .show-less-contrib.hide,
    .reading.collection.advanced.advanced .header.advanced .more-contributors.hide,
    .reading.collection.advanced.advanced .header.advanced .show-less-contrib.hide {
        display: none;
    }

    .reading.collection.simple .header.simple div.author-info:nth-of-type(2),
    .reading.collection.simple .header.simple div.author-info:nth-of-type(3),
    .reading.collection.advanced.advanced .header.advanced div.author-info:nth-of-type(2),
    .reading.collection.advanced.advanced .header.advanced div.author-info:nth-of-type(3) {
        margin-top: 0;
    }

    .reading.collection .header.simple .collection-info .collection-sources-ct p.title,
    .reading.collection .header.advanced .collection-info .collection-sources-ct p.title {
        font-size: 14px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .reading.collection .header .collection-sources-ct .more-sources span {
        position: static;
    }

    .reading.collection .header .collection-sources-ct .more-sources {
        margin-top: 10px;
        position: relative;
    }

    .mobile-contributors .collection-sources-ct span .more-sources-ct .source {
        margin-bottom: 16px;
    }

    .mobile-contributors .collection-sources-ct span .more-sources-ct .source:last-of-type {
        margin-bottom: 0;
    }

    .reading.collection .header .collection-sources-ct span .more-sources-ct {
        margin-top: 6px;
        width: calc(100vw - 40px);
        padding: 20px 10px;
        position: relative;
        top: -20px;
        border-radius: 4px;
        border-width: 2px;
    }

    .reading.collection .header .author-info .util-tooltip:not(.util-user-details) {
        position: relative;
    }

    .reading.collection .header .author-info.util-tooltip .close-guest-card {
        font-family: 'proxima-nova';
        color: #FFFFFF;
        font-weight: 600;
        font-size: 14px;
        position: absolute;
        top: 5px;
        right: 5px;
        border: none;
        background: none;
        cursor: pointer;
        display: block
    }

    .reading.collection .header .author-info.util-tooltip .close-guest-card img {
        max-height: 20px;
        min-height: 20px;
    }

    .reading.collection .header.simple .author-info {
        position: relative;
    }

    .reading.collection .header .giphy-logo {
        bottom: unset;
        top: 82px;
        left: unset;
        right: -17px;
    }

    .reading.collection .header.simple .giphy-logo {
        bottom: unset;
        top: 113px;
        left: unset;
        right: -17px;
    }

    .info-no-credit {
        margin-top: 10px;
    }

    .reading.collection .header .info-no-credit .util-tooltip {
        left: -4px;
    }
}

/* Add New URL */
.reading.collection .add-new {
    display: flex;
    align-items: flex-start;
    width: calc(70% + 40px);
    margin-top: 60px;
    margin-bottom: 40px;
}

.reading.collection.simple .add-new {
    max-width: 815px;
}

.reading.collection.advanced .add-new {
    max-width: 900px;
    width: 70%;
}

.reading.collection .add-new .util-input-text.url,
.reading.collection .add-new .add-input-ct,
.reading.collection .add-new .search-ct,
.reading.collection .add-new .search-collections-ct {
    margin: 0 10px;
    max-height: none;
}

.reading.collection .add-new .util-input-text.url {
    margin: 0;
}

.reading.collection .add-new .add-input-ct,
.reading.collection .add-new .search-ct,
.reading.collection .add-new .search-collections-ct  {
    width: 100%;
    position: relative;
}

.reading.collection .add-new .hint {
    color: #6E6E6E;
    font-size: 14px;
    margin-top: 5px;
}

.reading.collection .add-new .hint.highlighted {
    color: var(--collection-color);
    font-weight: 600;
}

.reading.collection .add-new .input-search-ct {
    display: flex;
}

.reading.collection .add-new .search-btn {
    background: none;
    border-width: 1px;
    border-style: solid;
    border-color: #2DDB73;
    color: #2DDB73;
    margin-right: 10px;
}

.reading.collection .add-new .search-collections-btn {
    background: none;
    border-width: 1px;
    border-style: solid;
    border-color: #2DDB73;
    color: #2DDB73;
    margin-right: 10px;
}

.reading.collection .add-new .util-input-text.search {
    max-height: unset;
}

.reading.collection .add-new .util-input-text.search-collections {
    max-height: unset;
}

.reading.collection .add-new .hide {
    display: none;
}

.reading.collection .add-new select {
    background: none;
    border-radius: 3px;
    font-family: 'proxima-nova';
    font-size: 14px;
    font-weight: 700;
    color: #2DDB73;
    border-color: #2DDB73;
    padding: 10px;
    min-width: 166px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/img/arrow-down-white.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 95% center;
}

.reading.collection .add-new .util-small-btn {
    text-transform: uppercase;
}

.reading.collection .add-new .util-small-btn.add {
    padding: 11px 20px;
}

.reading.collection .add-new .util-small-btn.add:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.reading.collection .add-new.for-attendance .util-small-btn.add,
.reading.collection .add-new.for-session .util-small-btn.add {
    margin-left: 10px;
}

@media (max-width: 600px) {
    .reading.collection .add-new,
    .reading.collection.advanced .add-new {
        width: 100%;
        max-width: none;
        margin: 30px 0;
    }

    .reading.collection .add-new .util-small-btn.add {
        width: 61px;
        min-width: 61px;
        max-width: 61px;
        padding: 11px;
    }

    .reading.collection .add-new .search-btn.util-small-btn {
        width: 78px;
        min-width: 78px;
        max-width: 78px;
        padding: 11px;
    }

    .reading.collection .book-ct .book-cover {
        display: none;
    }

    .reading.collection .search-list {
        padding: 0;
    }

    .reading.collection .add-new select {
        width: 88px;
        min-width: 88px;
        max-width: 88px;
    }

    .reading.collection.simple .add-new {
        margin-top: 35px;
        margin-bottom: 15px;
    }

    .edit-item-popup-ct .edit-item-popup {
        top: 200px;

    }

    .edit-item-popup-ct .btns-ct {
        flex-direction: column;
    }
}

/* Header simple */

.reading.collection.simple .header.advanced,
.reading.collection.simple .header.later,
.reading.collection.simple .header.shared {
    display: none;
}

.reading.collection .header.simple .col-1 {
    min-width: 800px;
    max-width: 800px;
    width: 70%;
}

.reading.collection .header.simple .private-label {
    margin-left: -6px;
    width: -moz-fit-content;
    width: fit-content;
}

.reading.collection .header.simple .cover-info-ct {
    display: flex;
}

.reading.collection .header.simple .cover-info-ct.with-giphy {
    margin-bottom: 36px;
    position: relative;
}

.reading.collection .header.simple .collection-info {
    padding: 15px 25px 15px 25px;
}

.reading.collection .header.simple .collection-info h2  {
    line-height: 0.8;
}

.reading.collection .header.simple .description {
    max-width: 50ch;
}

.reading.collection .header.simple .line {
    margin: 0 15px;
}

.reading.collection .header.simple .author {
    padding: 15px 40px 0px 0;
}

.reading.collection .header.simple .author .created {
    font-size: 20px;
}

.reading.collection .header.simple .author-info {
    margin-top: 20px;
}

.reading.collection .header.simple .author-info.util-tooltip {
    display: none;
    width: fit-content;
    z-index: 4;
    margin-top: 0px;
}

.reading.collection .header .author-info:hover .util-tooltip:not(.util-user-details),
.reading.collection .header .avatar-small:hover .util-tooltip:not(.util-user-details),
.reading.collection .header.simple .author-info.util-tooltip:hover {
    display: flex;
    background: #1B1C29;
    border-radius: 5px;
    border: 1px solid #383838;
}

.reading.collection .header .util-tooltip {
    border: 1px solid #383838;
}

.reading.collection .header .author-info:hover .util-tooltip:not(.util-user-details) {
    position: absolute;
    top: -10px;
    left: -15px;
    max-width: 300px;
}

.reading.collection .header .author-info.util-tooltip .btns-ct,
.reading.collection .header .author-info .util-tooltip .btns-ct {
    margin-left: auto;
}

.reading.collection .header .author-info .util-tooltip .job-company,
.reading.collection .header .author-info.util-tooltip .job-company  {
    overflow: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

.reading.collection .header .authors .author-info {
    position: relative;
    display: flex;
    align-items: center;
}


.reading.collection .header.simple .discussion-resources-ct {
    display: flex;
    align-items: center;
}

.reading.collection .header.simple .discussion-resources-ct .discussion-ct {
    background-color: #212121;
    border: 1px solid #6E6E6E;
    border-left: 50px solid #CB8756;
    padding: 15px 30px 15px 20px;
    min-height: 67px;
    width: 100%;
    margin-right: 30px;
    margin-top: 10px;
    border-radius: 29px;
}

.reading.collection .header.simple .discussion-resources-ct .discussion-ct .title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 15px;
    display: block;
}

.reading.collection .header.simple .collections-resources {
    display: flex;
    flex-direction: row;
    margin-right: 30px;
    margin-top: 20px;
}

.reading.collection .header.simple .mobile {
    display: none;
}

.reading.collection .header.simple .desktop {
    display: block;
}

@media (max-width: 600px) {

    .reading.collection .header.simple,
    .reading.collection .header.simple .cover-info-ct {
        flex-direction: column;
    }

    .reading.collection .header.simple {
        position: relative;
    }

    .reading.collection .header.simple .private-label {
        position: absolute;
        bottom: 10px;
        left: 20px;
        margin-left: 0px;
    }

    .reading.collection .header.simple .cover-info-ct,
    .reading.collection .header.simple .col-1 {
        width: 100%;
        max-width: none;
    }

    .reading.collection .header.simple .col-1 {
        min-width: unset;
    }

    .reading.collection .header.simple .collection-info,
    .reading.collection .header.simple .author {
        padding:  0;
    }

    .reading.collection .header.simple .discussion-resources-ct {
        flex-direction: column;
    }

    .reading.collection {
        background-color: #1D1E2D;
    }

    .reading.collection .header.simple .mobile {
        display: block;
    }

    .reading.collection .header.simple .desktop {
        display: none;
    }

    .reading.collection .header.simple .cover {
        height: 170px;
        min-height: 170px;
        max-height: 170px;
        width: 100vw;
        min-width: 100vw;
        max-width: 100vw;
        margin-left: -20px;
        margin-top: -66px;
        margin-bottom: 10px;
    }

    .reading.collection .header.simple .progress-bar-ct {
        margin-top: 10px;
        width: 100%;
    }

    .reading.collection .header.simple,
    .reading.collection .header.advanced {
        margin-bottom: 20px;
    }

    .reading.collection .collection-sources-ct {
        margin-top: 5px;
    }

    .reading.collection .header .author-info:hover .util-tooltip:not(.util-user-details) {
        padding-top: 23px;
        padding-right: 23px;
        left: 0;
    }
}

/* Header advanced */

.reading.collection.advanced .header.simple,
.reading.collection.advanced .header.later,
.reading.collection.advanced .header.shared {
    display: none;
}

.reading.collection .header.advanced .cover {
    margin-right: 25px;
    min-width: 150px;
}

.reading.collection .header.advanced .private-label {
    position: absolute;
    top: 98px;
    left: -6px;
}

.reading.collection .header.advanced p.title {
    line-height: 0.75;
}

.reading.collection .header.advanced .left {
    width: 70%;
    max-width: 900px;
    /* display: flex; */
}

.reading.collection .header.advanced .left .badges-info-ct {
    display: flex;
    margin-bottom: 21px;
}

.reading.collection .header.advanced .left .badges-info-ct.with-giphy {
    position: relative;
    margin-bottom: 30px;
}

.reading.collection .header.advanced .collection-info {
    margin-right: 40px;
    min-height: 185px;
    margin-left: 20px;
    padding-bottom: 20px;
    position: relative;
}

.reading.collection .header.advanced .left .available {
    font-size: 20px;
    margin-bottom: 3px;
}

.reading.collection .header.advanced .left .available span.underline {
    text-decoration: underline;
}

.reading.collection .header.advanced .left .available {
    position: relative;
}

.reading.collection .header.advanced .left .available span.badges:hover .badges-tooltip,
.reading.collection .header.advanced .left .available .badges-tooltip:hover {
    display: flex;
    position: absolute;
    top: 35px;
    transform: translateX(-284px);
}

.reading.collection .header.advanced .left .available .badges-content {
    max-height: 40vh;
    overflow-y: scroll;  
}

.reading.collection .header.advanced .work-link {
    color: var(--theme-color);
    text-decoration: underline;
    cursor: pointer;
}

.reading.collection .header.advanced .left .available .badges-tooltip.with-badge:hover,
.reading.collection .header.advanced .left .available span.badges:hover .badges-tooltip.with-badge {
    transform: translateX(-228px);
}

/* hack so that the tooltips aren't hidden if mouse goes outside arrow */
.reading.collection .header.advanced .badges-tooltip::before,
.reading.collection .header.advanced .certificate-tooltip::before,
.reading.collection .header .about-tooltip::before,
.reading.collection .header .share-popup::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    bottom: 100%;
}

.reading.collection .header.advanced .badges-tooltip,
.reading.collection .header.advanced .certificate-tooltip {
    z-index: 10000;
}

.reading.collection .header.advanced .badges-preview-ct {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reading.collection .header.advanced .badges-preview-ct.all-badges {
    min-width: 300px;
    height: 415px;
    position: relative;
    display: block;
}

.reading.collection .header.advanced .badges-preview-ct img.custom {
    max-width: 236px;
}

.reading.collection .header.advanced .badges-preview-ct.all-badges img {
    position: absolute;
}

.reading.collection .header.advanced .badges-preview-ct.all-badges img:nth-child(2) {
    top: 90px;
    left: 30px;
}

.reading.collection .header.advanced .badges-preview-ct.all-badges img:nth-child(3) {
    top: 180px;
    left: 60px;
}

.reading.collection .header.advanced .left .available span.certificate:hover .certificate-tooltip,
.reading.collection .header.advanced .left .available .certificate-tooltip:hover {
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 35px;
    width: 623px;
    right: -290px;
}

.reading.collection .header.advanced .left .available span.certificate:hover .certificate-tooltip.with-certificate,
.reading.collection .header.advanced .left .available .certificate-tooltip.with-certificate:hover {
    right: -256px;
}

.reading.collection .header.advanced img.certificate-preview { 
    align-self: flex-start;
    margin-right: 10px;
}

.reading.collection .header.advanced img.certificate-preview.custom {
    max-width: 236px;
}

span.certificate {
    position: relative;
}

.reading.collection .header .util-tooltip {
    width: 623px;
}

.reading.collection .header .util-tooltip.badges-tooltip {
    width: 628px;
    z-index: 10000;
}

.reading.collection .header .util-tooltip.badges-tooltip .work-description,
.reading.collection .header .util-tooltip.badges-tooltip .work-question {
    margin-left: 8px;
    display: inline-block;
}

.reading.collection .header .util-tooltip.badges-tooltip .work-question {
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 4px;
}

.reading.collection .header.advanced .left .logos-ct {
    margin-left: auto;
}

.reading.collection .header.advanced .left .logos-ct .logo {
    background-color: #D8D8D8;
    min-height: 36px;
    max-height: 36px;
    min-width: 97px;
    max-width: 97px;
    margin-bottom: 10px;
}

.reading.collection .header.advanced .left .about {
    cursor: pointer;
    position: relative;
    position: absolute;
    bottom: -3px;
    margin-bottom: 13px;
    z-index: 9999;
}

.reading.collection .header.advanced .left .about:hover .about-tooltip,
.reading.collection .header.advanced .left .about .about-tooltip:hover {
    display: block;
    position: absolute;
    top: 25px;
    width: 300px;
    transform: translateX(-115px);
}

.reading.collection .header.advanced .badges-image {
    position: relative;
}

.reading.collection .header.advanced .collection-image {
    min-width: 166px;
    width: 166px;
    background-color: lightblue;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.reading.collection .header.advanced .badges-image .badges-ct {
    position: absolute;
    transform: scale(0.6);
    top: -47px;
    left: -41px;
}

.reading.collection .header.simple .row-resources-disc {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.reading.collection .header.simple .row-resources-disc .discussion-resources-ct {
    width: 100%;
}

.reading.collection .header.simple .row-resources-disc .collections-resources {
    flex-direction: column;
    margin-top: 10px;
}

.reading.collection .header.simple .row-resources-disc .collections-resources a.resource-ct:first-of-type {
    margin-bottom: 14px;
}

.reading.collection .header.simple .row-resources-disc .collections-resources .resource-ct {
    margin-right: 0px;
}

.reading.collection .header .collections-resources {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.reading.collection .header .no-discussion .collections-resources {
    flex-direction: unset;
}

.reading.collection .header .collections-resources .resource-ct {
    height: 44px;
    width: 166px;
    background: #212121;
    border: 1px solid #6E6E6E;
    padding-left: 16px;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    padding-top: 9px;
    margin-right: 10px;
    border-radius: 22px;
}

.reading.collection .header .collections-resources .resource-ct p {
    font-size: 14px;
    text-decoration: none;
}

.reading.collection .header .collections-resources .resource-ct p strong {
    font-size: 20px;
    font-weight: 800;
}


.reading.collection .header.advanced .discussion-resources-ct {
    display: flex;
    align-items: center;
    width: 100%;
}

.reading.collection .header.advanced .discussion-resources-ct .discussion-ct {
    background-color: #212121;
    border: 1px solid #6E6E6E;
    border-left: 50px solid #CB8756;
    padding: 15px 30px 15px 20px;
    min-height: 67px;
    width: 371px;
    margin-right: 5px;
    width: 100%;
    border-radius: 29px;
}

.reading.collection .header.advanced .discussion-resources-ct .discussion-ct .title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 10px;
}

.reading.collection .header.advanced .total-users-ct {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.reading.collection .header .users-avatars {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 50px);
    grid-row-gap: 15px;
}

.reading.collection .header .users-avatars .util-user-details:not(.loading) {
    width: 340px;
    min-width: 340px;
    max-width: 340px;
}

.reading.collection .header .avatar-small {
    min-height: 40px;
    max-height: 40px;
    min-width: 40px;
    max-width: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #2DDB73;
    z-index: 1;
    border: 1px solid #6E6E6E;
}

.reading.collection .header .avatar-small:hover ~ .avatar-small {
    z-index: 0;
}

.reading.collection .header .users-avatars .avatar-small:not(:last-child) {
    margin-right: 8px;
}

.reading.collection .header .more {
    margin-left: 142px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.reading.collection .header .more span  {
    color: #2DDB73;
    cursor: pointer;
}

.reading.collection .header .more {
    margin: 6px 0 15px 0;
}

.reading.collection .header.advanced .resources p {
    font-size: 20px;
    font-weight: 800;
}

.reading.collection .header.advanced .line {
    margin: 0 15px;
}

.reading.collection .header .expert {
    font-size: 20px;
    margin-bottom: 20px;
}

.reading.collection .header .foundation-title {
    font-size: 20px;
    margin-bottom: 27px;
    padding-top: 11px;
}

.reading.collection .header .author-info .name {
    color: #2DDB73;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.reading.collection .header .job-company {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.reading.collection .header .authors {
    position: relative;
}

.reading.collection .header .authors .author-info {
    margin-top: 0px;
}

.reading.collection .header div.author-info:nth-of-type(2) {
    margin-top: -10px;
}

.reading.collection .header div.author-info:nth-of-type(3) {
    margin-top: -10px;
}

.reading.collection .header div.author-info:nth-of-type(4) {
    margin-top: -10px;
}

.reading.collection .header .more {
    margin-bottom: 10px;
}

.reading.collection .header.advanced .mobile {
    display: none;
}

.reading.collection .header.advanced .desktop {
    display: block;
}

.reading.collection .exam-link {
    font-size: 18px;
    font-weight: 600;
    color: #FFE83B;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}

@media (max-width: 600px) {
    .reading.collection .header.advanced .left {
        max-width: none;
        width: 100%;
    }

    .reading.collection .header.advanced .private-label {
        top: unset;
        bottom: 27px;
        left: 220px;
    }

    .reading.collection .header .foundation-title {
        padding-top: 0px;
    }

    .reading.collection .header.advanced,
    .reading.collection .header.advanced .left .badges-info-ct,
    .reading.collection .header.advanced .discussion-resources-ct {
        flex-direction: column;
    }

    .reading.collection .header.advanced .discussion-resources-ct {
        align-items: flex-start;
    }

    .reading.collection .header.advanced .left .badges {
        margin-bottom: 20px;
    }

    .reading.collection .header.advanced .collection-info {
        margin-right: 0;
        margin-left: 0;
    }

    .reading.collection .header.advanced .left .logos-ct {
        margin-left: 0;
    }

    .reading.collection .header.advanced .left .available span.badges:hover .badges-tooltip,
    .reading.collection .header.advanced .left .available .badges-tooltip:hover,
    .reading.collection .header.advanced .left .about:hover .about-tooltip,
    .reading.collection .header.advanced .left .about .about-tooltip:hover,
    .reading.collection .header.advanced .left .available .badges-tooltip.with-badge:hover,
    .reading.collection .header.advanced .left .available span.badges:hover .badges-tooltip.with-badge {
        transform: none;
    }

    .reading.collection .header.advanced .left .available span.badges:hover .badges-tooltip {
        flex-direction: column;
        max-width: 85vw;
    }

    .reading.collection .header.advanced .badges-preview-ct.all-badges {
        margin-left: 0;
        margin-top: 10px;
        /* min-width: calc(100% + 100px); */
    }

    .reading.collection .header.advanced .badges-preview-ct.all-badges img {
        max-width: 100%;
    }

    .reading.collection .header.advanced .left .available span.certificate:hover .certificate-tooltip,
    .reading.collection .header.advanced .left .available .certificate-tooltip:hover {
        right: -21px;
        left: auto;
    }

    .reading.collection .header.advanced .left .available span.certificate:hover .certificate-tooltip.with-certificate,
    .reading.collection .header.advanced .left .available .certificate-tooltip.with-certificate:hover {
        right: 0;
        left: auto;
    }

    .reading.collection .header.advanced .left .available span.certificate:hover .certificate-tooltip {
        flex-direction: column;
    }

    .reading.collection .header.advanced img.certificate-preview {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .reading.collection .header.advanced .badges-preview-ct {
        margin-top: 10px;
    }

    .reading.collection .util-tooltip .util-tooltip-arrow {
        display: none;

    }

    .reading.collection .util-tooltip {
        max-width: 60vw;
    }

    .reading.collection  .resources-discussion-ct {
        flex-direction: column;
        margin-top: 30px;
    }

    .reading.collection .util-tooltip.util-user-details:not(.loading) {
        max-width: 90vw;
        min-width: 90vw;
        width: 90vw;
    }

    .reading.collection .header.advanced .badges-tooltip::before,
    .reading.collection .header.advanced .certificate-tooltip::before,
    .reading.collection .header .about-tooltip::before,
    .reading.collection .header .share-popup::before {
        content: none;
    }

    /* NEW */

    .reading.collection .header.advanced .mobile {
        display: block;
    }

    .reading.collection .header.advanced .desktop {
        display: none;
    }

    .reading.collection .header.advanced .left .badges-info-ct,
    .reading.collection .header.advanced .left .badges-info-ct.with-giphy {
        margin-top: 30px;
        margin-bottom: 10px;
        position: relative;
    }

    .reading.collection .header.advanced .progress-bar-ct {
        bottom: 13px;
        left: 220px;
        width: 88px;
    }

    .reading.collection .header.advanced .collection-info p.title {
        margin-top: -10px;
    }

    .reading.collection .header.advanced .left .available {
        font-size: 14px;
    }

    .reading.collection .header.advanced .resources-discussion-ct {
        margin-top: 0;
    }

    .reading.collection .header.advanced .total-users-ct {
        margin-top: 0;
    }

    .reading.collection .header.advanced .badges-image {
        margin-bottom: -20px;
        width: 100vw;
        left: -20px;
        top: -95px;
    }

    .reading.collection .header.advanced .collection-image {
        min-width: 100%;
        height: 170px;
    }

    .reading.collection .header.advanced .badges-image .badges-ct {
        bottom: -85px;
        top: initial;
        left: 0px;
        transform: scale(0.8);
    }
}

/* Header Later & Shared */

.reading.collection.later .header.simple,
.reading.collection.later .header.advanced,
.reading.collection.later .header.shared {
    display: none;
}

.reading.collection.shared .header.simple,
.reading.collection.shared .header.advanced,
.reading.collection.shared .header.later {
    display: none;
}

.reading.collection.later .header.later,
.reading.collection.shared .header.shared  {
    flex-direction: column;
}

.reading.collection.later .header.later .txt-black,
.reading.collection.shared .header.shared .txt-black {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.reading.collection.later .header.later .title,
.reading.collection.shared .header.shared .title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 16px;
}

.reading.collection .header.later .credits-ct,
.reading.collection .header.shared .credits-ct {
    padding-top: 0;
    margin-bottom: 0;
}

.reading.collection .header.later .visibility,
.reading.collection .header.shared .visibility {
    text-transform: capitalize;
    margin-bottom: 30px;
}

.reading.collection .header.later .description,
.reading.collection .header.shared .description {
    margin-top: 20px;
}

@media (max-width: 600px) {
    .reading.collection .header.later,
    .reading.collection .header.shared {
        padding-top: 30px;
    }

    .reading.collection.later .header.later .txt-black,
    .reading.collection.shared .header.shared .txt-black {
        font-size: 16px;
    }

    .reading.collection.later .header.later .title,
    .reading.collection.shared .header.shared .title {
        font-size: 32px;
    }

    .reading.collection .header.later .visibility,
    .reading.collection .header.shared .visibility {
        margin-bottom: 16px;
    }
}

/*  Book Search Results */

.reading.collection .search-list .spinner-ct {
    list-style-type: none;
    padding: 0;
    cursor: inherit;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
}

.reading.collection .search-list .spinner-ct img {
    height: 50px;
}


.reading.collection .search-list {
    display: none;
    position: absolute;
    border-radius: 2px;
    background-color: #000;
    padding: 10px;
    z-index: 999;
    box-sizing: border-box;
    color: #FFFF;
    left: 0;
    right: 0;
    top: 40px;
    z-index: calc(var(--nav-zIndex) + 1);
}

.reading.collection  .search-list-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 99;
    display: none;
}

.reading.collection .search-list ul {
    max-height: 250px;
    overflow: auto;
    margin: 0px;
    padding: 0px 20px;
}

.reading.collection .search-list ul li {
    list-style-type: none;
    padding: 15px 5px;
    cursor: pointer;
    border-bottom: 1px solid #d1d1d1;
    min-height: 80px;
}

.reading.collection .search-list ul li:hover {
    color: #2DDB73;
    border-color: #2DDB73;
}


.reading.collection .book-ct {
    display: flex;
}

.reading.collection .book-ct .book-cover {
    background-color: #D8D8D8;
    margin: 0 10px 0 0;
    min-width: 50px;
    height: 75px;
    background-size: contain;
}

.reading.collection .book-ct .book-info .book-title {
    font-size: 24px;
    font-weight: 900;
    font-family: 'brandon-grotesque';
    color: #FFFFFF;
    display: block;
    margin: 0 0 3px 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 0.8;
}

.reading.collection .book-ct .book-info .book-author {
    display: block;
    margin: 10px 0 22px 0;
    font-family: 'brandon-grotesque';
}

.reading.collection .book-ct .book-info .book-author > p {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.125;
    font-family: 'brandon-grotesque';
    color: #FFFFFF;
}

/* search list collections  */

.reading.collection .search-list-collections .spinner-ct {
    list-style-type: none;
    padding: 0;
    cursor: inherit;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
}

.reading.collection .search-list-collections .spinner-ct img {
    height: 50px;
}

.reading.collection .search-list-collections {
    display: none;
    position: absolute;
    border-radius: 2px;
    background-color: #000;
    padding: 10px;
    z-index: 999;
    box-sizing: border-box;
    color: #FFFF;
    left: 0;
    right: 0;
    top: 40px;
}

.reading.collection  .search-list-wrap-collections {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 99;
    display: none;
}

.reading.collection .search-list-collections ul {
    max-height: 250px;
    overflow: scroll;
    margin: 0px;
    padding: 0px 20px;
}

.reading.collection .search-list-collections ul li {
    list-style-type: none;
    padding: 15px 5px;
    cursor: pointer;
    border-bottom: 1px solid #d1d1d1;
    min-height: 80px;
}

.reading.collection .search-list-collections ul li:hover {
    color: #2DDB73;
    border-color: #2DDB73;
}

@media (max-width: 600px) {
    .reading.collection .search-list-collections ul {
        padding: 0;
    }

    .linked-collection {
        margin: 0;
    }

    .linked-collection .collection-layer {
        width: 90px;
        height: 90px;
    }

    .linked-collection .collection-layer p {
        font-size: 11px;
    }
}


/* Subject search results */

.edit-item-popup-ct .search-list .spinner-ct {
    list-style-type: none;
    padding: 0;
    cursor: inherit;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit-item-popup-ct .search-list .spinner-ct img {
    height: 50px;
    padding-top: 30px;
}


.edit-item-popup-ct .search-list {
    display: none;
    position: relative;
    background-color: #000;
    padding: 0 10px;
    z-index: 999;
    box-sizing: border-box;
    color: #FFFF;
    left: 0;
    right: 0;
    height: 130px;
    position: absolute;
    width: 300px;
    left: 0px;
    width: 314px;
    border-style: solid;
    border-color: #6E6E6E;
    border-width: 1px;
    border-top-width: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.edit-item-popup-ct  .search-list-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 99;
    display: none;
}

.edit-item-popup-ct .search-list ul {
    max-height: 130px;
    overflow: scroll;
    margin: 0px;
    padding: 0px;
}

.edit-item-popup-ct .search-list ul li {
    list-style-type: none;
    padding: 15px 5px;
    cursor: pointer;
    border-bottom: 1px solid #d1d1d1;
}

.edit-item-popup-ct .search-list ul li .new-subj-hint {
    pointer-events: none;
}

.edit-item-popup-ct .search-list ul li:hover {
    color: #2DDB73;
    border-color: #2DDB73;
}

/* Create/Edit popup */

.edit-item-popup-ct,
.heading-confirmation-ct {
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    padding-bottom: 100px;
    margin: 0;
    margin-top: var(--nav-height);
    margin-bottom: var(--nav-height);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    overflow-y: scroll;
    font-family: 'proxima-nova';
    display: none;
    z-index: 10000000001;
}

.edit-item-popup-ct {
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 20px;
    padding: 20px;
}

.edit-item-popup-ct .col-2.hide,
.edit-item-popup-ct .title-field.hide,
.edit-item-popup-ct .summary-field.hide,
.edit-item-popup-ct .toggle.hide,
.edit-item-popup-ct .headings-field.hide {
    display: none;
}


.edit-item-popup-ct .loading-content {
    display: none;
}

.edit-item-popup-ct.loading .loading-content {
    background: url(/img/loader.gif) rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    display: block;
}

.edit-item-popup-ct .edit-item-popup,
.heading-confirmation-ct .modal {
    display: block;
    width: 650px;
    max-width: 650px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    background-color: #0b0a0c;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    border-radius: 3px;
    position: relative;
    border: solid 1px #737373;
    padding: 30px;
    margin-top: 150px;
}

.edit-item-popup-ct .edit-item-popup {
    margin-top: 0px;
    margin: 0px;
    max-height: calc(100% - 40px);
    overflow-y: auto;
}

.edit-item-popup-ct.resource .edit-item-popup .subject-search-ct,
.edit-item-popup-ct.resource .edit-item-popup .recommended-field,
.edit-item-popup-ct.resource .headings-field,
.edit-item-popup-ct.resource .toggle {
    display: none;
}

.edit-item-popup-ct .edit-item-popup .flex-ct {
    display: flex;
}

.edit-item-popup-ct .edit-item-popup .flex-ct .col {
    flex: 1;
}

.edit-item-popup-ct .edit-item-popup .flex-ct .col:first-child {
    margin-right: 20px;
}

.edit-item-popup-ct .title {
    color: #ffffff;
    font-family: 'proxima-nova';
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}

.edit-item-popup-ct .util-field-ct {
    width: 100%;
    margin-bottom: 20px;
}

.edit-item-popup-ct .util-field-ct.hide {
    display: none;
}

.edit-item-popup-ct .util-hint {
    padding-left: 2px;
}

.edit-item-popup-ct .util-hint.exists-info,
.edit-item-popup-ct .podcast-show-msg,
.edit-item-popup-ct .article-show-msg {
    margin-bottom: 20px;
    font-weight: 800;
    display: none;
    font-size: 16px;
    color: hsl(var(--primary-green-04));
    line-height: 1;
    padding-left: 0;
}

.edit-item-popup-ct .placeholder-initial,
.edit-item-popup-ct .placeholder-new {
    margin-bottom: 20px;
}

.edit-item-popup-ct .util-hint.subjects-hint {
    margin-top: 7px;
}

.edit-item-popup-ct  .subject-search-ct {
    position: relative;
}

.edit-item-popup-ct .util-textarea {
    height: 75px;
}

.edit-item-popup-ct .util-textarea.notes-textarea{
    height: 130px;
}


.edit-item-popup-ct.show-event .event-field {
    display: flex;
    position: relative;
}
.edit-item-popup-ct .event-field {
    display: none;
    flex-direction: column;
    gap: 8px;
}

.edit-item-popup-ct .event-field .util-new-tooltip-ct {
    position: absolute;
    left: -26px;
    top: 7px;
}

.edit-item-popup-ct .event-field .util-new-tooltip-ct.hide,
.edit-item-popup-ct .util-hint.hide {
    display: none;
}

.edit-item-popup-ct .event-field .util-new-tooltip {
    min-width: 303px;
}

.edit-item-popup-ct .btns-ct {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.edit-item-popup-ct .btns-ct .util-save-btn,
.edit-item-popup-ct .btns-ct .util-cancel-btn {
    font-size: 20px;
}

.edit-item-popup-ct .img-preview {
    border: solid 1px #737373;
    background-color: #222222;
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.edit-item-popup-ct .img-preview.book-cover {
    height: 150px;
    width: 110px;
}

.edit-item-popup-ct .assign-photo {
    color: #2DDB73;
    cursor: pointer;
}

.edit-item-popup-ct .placeholder-initial.hide,
.edit-item-popup-ct .placeholder-new.hide {
    display: none;
}

.edit-item-popup-ct .search-list ul::-webkit-scrollbar {
    display: none;
}

.edit-item-popup-ct .search-list ul {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.edit-item-popup-ct.type-heading .edit-item-popup {
    height: fit-content;
    width: 500px;
}

.edit-item-popup-ct.type-heading .summary-field,
.edit-item-popup-ct.type-heading .img-field,
.edit-item-popup-ct.type-heading .img-preview,
.edit-item-popup-ct.type-heading .placeholder-initial,
.edit-item-popup-ct.type-heading .placeholder-new,
.edit-item-popup-ct.type-heading .subject-search-ct,
.edit-item-popup-ct.type-heading .recommended-field,
.edit-item-popup-ct.type-heading .col-2,
.edit-item-popup-ct.type-heading .noteVisibility-field,
.edit-item-popup-ct.type-heading .headings-field {
    display: none;
}

.edit-item-popup-ct.type-note .title-field {
    display: none;
}

.edit-item-popup-ct .image-size {
    display: none;
    color: #fff;
}

.edit-item-popup-ct.type-image .image-size {
    display: block;
}

.edit-item-popup-ct.type-image .summary-field,
.edit-item-popup-ct.type-image .title-field,
.edit-item-popup-ct.type-image .notes-field,
.edit-item-popup-ct.type-image .placeholder-initial,
.edit-item-popup-ct.type-image .placeholder-new,
.edit-item-popup-ct.type-image .subject-search-ct,
.edit-item-popup-ct.type-image .recommended-field,
.edit-item-popup-ct.type-image .noteVisibility-field {
    display: none;
}

.edit-item-popup-ct .noteVisibility-field.hide {
    display: none;
}

.edit-item-popup-ct .img-field {
    margin-bottom: 20px;
}

.edit-item-popup-ct .estimatedTime-field {
    display: none;
} 

.edit-item-popup-ct.session .estimatedTime-field {
    display: block;
} 

.edit-item-popup-ct.session .notes-field,
.edit-item-popup-ct.session .toggle,
.edit-item-popup-ct.session .add-to-multi,
.edit-item-popup-ct.session .subject-search-ct,
.edit-item-popup-ct.session .recommended-field,
.edit-item-popup-ct.session .noteVisibility-field {
    display: none;
}

/* last / first toggle  */

.edit-item-popup-ct .toggle {
    display: flex;
    height: 30px;
    width: 170px;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #303144;
    color: #5D5C70;
    overflow: hidden;
    font-weight: 600;
}

.edit-item-popup-ct.edit-mode .toggle,
.edit-item-popup-ct.edit-mode .headings-field {
    display: none;
}


.edit-item-popup-ct .toggle .tab {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    justify-content: center;
    cursor: pointer;
}

.edit-item-popup-ct .toggle .tab p {
    font-size: 13px;
}

.edit-item-popup-ct .toggle .tab.selected {
    background: #5D6CA9;
    color: #fff;
    border-radius: 5px;
}

.edit-item-popup-ct .scrape-error {
    color: #DD6C69 !important;
    font-family: 'proxima-nova';
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.edit-item-popup-ct .scrape-error.hide {
    display: none;
}

.edit-item-popup-ct .admin-edit-btn {
    cursor: pointer;
    color: #2DDB73;
    display: inline-block;
    font-weight: 800;
    font-size: 14px;
}

.edit-item-popup-ct .admin-edit-btn.hide {
    display: none;
}

.edit-item-popup-ct .add-to-multi {
    color: #FFFFFF;
    height: 30px;
    font-size: 13px;
    padding: 0 10px;
    background: #5D6CA9;
    border-radius: 5px;
    margin-bottom: 35px;
}

.edit-item-popup-ct .add-to-multi:not(.hide) + .sources-field {
    margin-top: -16px;
}

.edit-item-popup-ct .add-to-multi.hide,
.edit-item-popup-ct.type-heading .add-to-multi,
.edit-item-popup-ct.type-note .add-to-multi {
    display: none;
}

.edit-item-popup-ct .expert-item-ct {
    margin-top: 32px;
}

.edit-item-popup-ct .expert-item-ct.hide {
    display: none;
}

.edit-item-popup-ct .expert-item-ct.hide {
    display: none;
}

.edit-item-popup .util-switch-2 {
    width: fit-content;
}

.edit-item-popup-ct .expert-main-label {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 8px;
}

.edit-item-popup-ct .expert-main-label.hide,
.edit-item-popup .util-switch-2.hide {
    display: none;
}

.edit-item-popup-ct .expert-item-info {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 155px 155px 320px;
    row-gap: 24px;
    column-gap: 6px;
    margin-bottom: 16px;
}

.edit-item-popup-ct .expert-item-info .avatar-preview-item.hide {
    display: none;
}

.edit-item-popup-ct .expert-item-info .avatar-preview-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.edit-item-popup-ct .expert-item-info .avatar-preview {
    min-height: 100px;
    max-height: 100px;
    min-width: 100px;
    max-width: 100px;
    border: 2px solid #6E6E6E;
    border-radius: 50%;
    object-fit: cover;
    background-color: #000000;
}


.edit-item-popup-ct .avatar-grid-item .inputs-ct {
    display: flex;
}

.edit-item-popup-ct .avatar-grid-item .inputs-ct span {
    align-self: center;
    color: #FFFFFF;
    font-size: 14px;
    margin: 0 8px;
}

.edit-item-popup .link-grid-item {
    grid-column: span 3;
}

.edit-item-popup .author .link-grid-item,
.edit-item-popup .link-grid-item {
    display: none;
}

.edit-item-popup .recommendation .link-grid-item {
    display: block;
}

.edit-item-popup-ct .expert-item-info .util-field-ct {
    margin-bottom: 0;
}

.edit-item-popup .institution .last-name-grid-item,
.edit-item-popup .institution .work-grid-item,
.edit-item-popup .institution .employer-grid-item,
.edit-item-popup .institution .link-grid-item {
    display: none;
}

.edit-item-popup .institution .social-grid-item {
    grid-column: 1 / -1;
}

.edit-item-popup-ct .institution .expert-item-info {
    grid-template-columns: 155px 320px;
}

.edit-item-popup-ct .expert-item-info .util-label.for-institution {
    display: none;
}

.edit-item-popup-ct .institution .expert-item-info .util-label {
    display: none;
}

.edit-item-popup-ct .institution .expert-item-info .util-label.for-institution {
    display: block;
}

@media (max-width: 600px) {

    .edit-item-popup-ct {
        overscroll-behavior: contain;
        z-index: 9999999995;
        margin-bottom: 200px;
    }

    .edit-item-popup-ct .edit-item-popup {
        max-width: 80vw;
        overflow-y: auto;
        max-height: calc(80vh - 50px);
        margin-top: 0;
        top: 0;
        margin-bottom: 0;
        overscroll-behavior: contain;
    }

    .edit-item-popup-ct .edit-item-popup .flex-ct {
        flex-direction: column;
    }

    .edit-item-popup-ct .edit-item-popup .flex-ct .col:first-child {
        margin-right: 0;
    }

    .edit-item-popup-ct .expert-item-info {
        grid-template-columns: 1fr;
    }

    .edit-item-popup .link-grid-item {
        grid-column: span 1;
    }
}

/* Edit read later item popup */

.edit-later-popup-ct .title {
    color: #ffffff;
    font-family: 'proxima-nova';
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}

.edit-later-popup-ct .btns-ct .util-save-btn,
.edit-later-popup-ct .btns-ct .util-cancel-btn {
    font-size: 20px;
}

.edit-later-popup-ct .btns-ct {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.edit-later-popup-ct .util-toggle-with-label {
    margin-bottom: 20px;
}

.edit-later-popup-ct .util-popup {
    position: relative;
}

.edit-later-popup-ct .loading-content {
    display: none;
}

.edit-later-popup-ct.loading .loading-content {
    background: url(/img/loader.gif) rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    display: block;
}

/* Delete read later item popup */

.delete-later-popup-ct .title {
    color: #ffffff;
    font-family: 'proxima-nova';
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}

.delete-later-popup-ct .btns-ct .util-delete-btn,
.delete-later-popup-ct .btns-ct .util-cancel-btn {
    font-size: 20px;
}

.delete-later-popup-ct .btns-ct {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.delete-later-popup-ct .util-popup {
    max-width: 400px;
    text-align: center;
    position: relative;
}

.delete-later-popup-ct .loading-content {
    display: none;
}

.delete-later-popup-ct.loading .loading-content {
    background: url(/img/loader.gif) rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    display: block;
}

/* Delete item popup */

.delete-item-popup-ct {
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    padding-bottom: 100px;
    margin-top: var(--nav-height);
    margin-bottom: var(--nav-height);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 10000000001;
    box-sizing: border-box;
    overflow-y: scroll;
    font-family: 'proxima-nova';
    display: none;
}

.delete-item-popup-ct .delete-item-popup {
    display: block;
    max-width: 400px;
    height: fit-content;
    height: -moz-fit-content;
    background-color: #0b0a0c;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    border-radius: 3px;
    position: relative;
    border: solid 1px #737373;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.delete-item-popup-ct .delete-item-popup .title {
    color: #ffffff;
    font-family: 'proxima-nova';
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
}

.delete-item-popup-ct .btns-ct {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.delete-item-popup-ct .delete-one,
.delete-item-popup-ct .delete-one-txt {
    display: none;
}

.delete-item-popup-ct .multi-delete {
    display: none;
}

.delete-item-popup-ct.for-multi .multi-delete {
    display: block;
}

.delete-item-popup-ct.for-multi .single-delete {
    display: none;
}

.delete-item-popup-ct.for-contributor-admin .delete-one {
    display: block;
}

.delete-item-popup-ct.for-contributor-admin .delete-one-txt {
    display: inline;
}

.delete-item-popup-ct .btns-ct .util-delete-btn,
.delete-item-popup-ct .btns-ct .util-cancel-btn {
    font-size: 20px;
}

@media (max-width: 600px) {
    .delete-item-popup-ct {
        /* z-index: 9999999; */
        z-index: 10000000002;
    }
}

/* Customize util dialog */
.util-dialogue-wrapper {
    z-index: 10000000001;
}

.custom-util-dialog.util-dialogue.with-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    min-height: 110px;
    height: fit-content;
    height: -moz-fit-content;
    background-color: #0b0a0c;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    border-radius: 3px;
    position: relative;
    border: solid 1px #737373;
    padding: 30px;
    color: #ffffff;
    z-index: 10000000001;
}

.custom-util-dialog.util-dialogue.with-wrap h2 {
    color: #ffffff;
}

.custom-util-dialog.util-dialogue.with-wrap p {
    color: #ffffff;
}

.custom-util-dialog.util-dialogue.with-wrap button {
    color: #737373;
}

/* Invitee submit */

.invite-contributor-popup-ct {
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    padding-bottom: 100px;
    padding-top: 60px;
    margin-top: var(--nav-height);
    margin-bottom: var(--nav-height);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    /* z-index: 10000; */
    z-index: 10000000001;
    box-sizing: border-box;
    overflow-y: scroll;
    font-family: 'proxima-nova';
    color: #ffffff;
    font-size: 20px;
    /* display: none; */
}

.invite-contributor-popup-ct .util-form-errors-ct {
    width: 100%;
    margin-top: 16px;
    justify-content: flex-start;
    padding-left: 31px;
}

.invite-contributor-popup-ct .util-cancel-btn {
    background: #212121;
    margin-right: 10px;
    color: #9e9e9e;
}

.invite-contributor-popup-ct * {
    font-family: proxima-nova;
}

.invite-contributor-popup-ct .invite-contributor-popup {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 600px;
    max-width: 600px;
    height: fit-content;
    height: -moz-fit-content;
    background-color: #0b0a0c;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    border-radius: 3px;
    position: relative;
    border: solid 1px #737373;
    padding: 30px;
}

.invite-contributor-popup-ct .m-btm-10 {
    margin-bottom: 10px;
}

.invite-contributor-popup-ct .title {
    color: #ffffff;
    font-family: 'proxima-nova';
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 20px;
}

.invite-contributor-popup-ct .util-field-ct {
    flex-direction: row;
    display: flex;
    width: 100%;
    border: 1px solid #3F3F3F;
    padding: 10px 20px;
}

.invite-contributor-popup-ct .util-field-ct p {
    font-family: 'proxima-nova';
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    width: calc(100% - 320px);
    max-width: 44%;
    word-break: break-all;
}

.invite-contributor-popup-ct .invites-ct {
    width: calc(100% - 40px);
}

.invite-contributor-popup-ct .add-more-invites {
    font-size: 14px;
    margin-bottom: 10px;
}

.invite-contributor-popup-ct .add-more-invites span {
    text-decoration: underline;
    cursor: pointer;
}

.invite-contributor-popup-ct .util-field-ct .util-small-btn {
    width: 320px;
    min-width: 320px;
    margin-left: 10px;
    max-height: 37px;
}

.invite-contributor-popup-ct .important {
    text-transform: uppercase;
    background: #3F00B4;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
    padding: 3px 5px;
}

.invite-contributor-popup-ct .template {
    padding: 25px;
    font-size: 14px;
    border: 1px solid #3F3F3F;
}

.invite-contributor-popup-ct .util-input-text.email-input {
    width: 370px;
}

.invite-contributor-popup-ct .btns-ct {
    margin-top: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}

@media (max-width: 600px) {
    
    .reading.collection {
        padding: 40px 20px 0 20px !important;
    }
    
    .invite-contributor-popup-ct {
        padding-top: 50px;
    }

    .invite-contributor-popup-ct .invite-contributor-popup {
        max-width: 80vw;
    }

    .invite-contributor-popup-ct .util-input-text.email-input,
    .invite-contributor-popup-ct .util-save-btn {
        width: 100%;
    }

    .invite-contributor-popup-ct .util-field-ct {
        flex-direction: column;
    }

    .invite-contributor-popup-ct .util-field-ct .util-small-btn {
        margin-left: 0;
        width: 100%;
        min-width: 100%;
        margin-top: 5px;
        font-size: 13px;
        max-height: unset;
    }

    .invite-contributor-popup-ct .util-field-ct p {
        max-width: 100%;
        width: 100%;
    }

    .invite-contributor-popup-ct .btns-ct {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 28px;
    }

    .invite-contributor-popup-ct .util-cancel-btn {
        margin-right: 0;
    }

    .invite-contributor-popup-ct .util-cancel-btn,
    .invite-contributor-popup-ct .util-save-btn {
        font-size: 24px;
    }

    .invite-contributor-popup-ct {
        margin-top: 0;
    }
}

/* collection sources  */

.collection-sources-ct  {
    margin-top: 15px;
}

.collection-sources-ct * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.collection-sources-ct .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 11px;
}

.collection-sources-ct .source {
    display: flex;
    align-items: center;
}

.collection-sources-ct .source .source-image {
    min-width: 36px;
    max-width: 36px;
    min-height: 36px;
    max-height: 36px;
    width: 36px;
    height: 36px;
    /* border: 2px solid #6E6E6E; */
    background-position: center;
    background-size: cover;
    background-color: lightblue;
    border-radius: 50%;
    margin-right: 9px;
}

.collection-sources-ct .source a {
    color: yellow;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

.collection-sources-ct div.source:nth-of-type(2) {
    margin-top: -7px;
}

.collection-sources-ct div.source:nth-of-type(3) {
    margin-top: -7px;
}

.collection-sources-ct .more-sources {
    font-size: 14px;
    color: #fff;
    margin-top: 14px;
}

.collection-sources-ct .more-sources span {
    cursor: pointer;
    position: relative;
}

.collection-sources-ct span .more-sources-ct {
    background-color: #2B2B2B;
	border: 3px solid #575757;
	border-radius: 8px;
	padding: 15px;
    padding-bottom: 0px;
	color: #ffffff;
	font-family: 'proxima-nova';
	font-size: 14px;
	position: absolute;
	width: fit-content;
    min-width: 230px;
	display: none;
	z-index: 10;
    top: 0px;
    left: 0px;
    cursor: initial;
    max-width: max-content;
}

.collection-sources-ct span .more-sources-ct .source {
    margin-top: -7px;
    margin-bottom: 10px;
}

.collection-sources-ct span:hover .more-sources-ct {
    display: block;
}
/* linked collection  */

.linked-collections-ct * {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px
}


.linked-collections-ct h2 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 15px;
}

.linked-collections-ct h2 span {
    font-size: 20px;
    font-weight: 400;
}

.linked-collections-ct .linked-collections-list {
    display: flex;
    flex-wrap: wrap;
}

.linked-collection {
    margin-right: 25px;
    margin-bottom: 25px;
    display: block;
    position: relative;
    cursor: pointer;
}

.linked-collection .collection-layer {
    width: 154px;
    height: 154px;
    border-radius: 6px;
    background-color: #000;
    border: 1px solid rgb(67, 67, 67);
    background-position: center;
    box-sizing: border-box;
    overflow: hidden;
    background-size: cover;
}

.linked-collection .collection-layer:first-child {
    background-color: lightblue;
    z-index: 3;
    border: none;
    position: relative;
    border-left: 10px solid #F4CD41;
}

.linked-collection .collection-layer:nth-child(2) {
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: 2;
}

.linked-collection .collection-layer:nth-child(3) {
    position: absolute;
    left: 14px;
    top: 14px
}

.linked-collection .collection-layer p {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 23px 5px 10px 13px;
    text-decoration: none;
}

/* overall resources  */

.overall-resources-ct * {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px
}

.overall-resources-ct h2 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 15px;
}

.overall-resources-ct h2 span {
    font-size: 20px;
    font-weight: 400;
}

.overall-resources-ct a {
    color: yellow;
    font-size: 28px;
    font-weight: 800;
    font-family: brandon-grotesque;
}

.overall-resources-ct .no-resources {
    color: #fff;
    font-size: 16px;
}

.overall-resources-ct .resource-ct {
    padding: 20px 20px 10px 20px;
    background: #212121;
    border: 1px solid #6E6E6E;
    display: block;
    box-sizing: border-box;
    width: 40%;
    position: relative;
    height: 158px;
}



/* linked collections popup */

.linked-collections-popup-ct {
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    padding-bottom: 100px;
    margin-top: var(--nav-height);
    margin-bottom: var(--nav-height);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    /* z-index: 10000; */
    z-index: 10000000001;
    box-sizing: border-box;
    overflow-y: scroll;
    font-family: 'proxima-nova';
    /* display: none; */
}

.linked-collections-popup-ct .linked-collections-popup {
    display: block;
    width: 450px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    background-color: #0b0a0c;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    border-radius: 3px;
    position: relative;
    border: solid 1px #737373;
    padding: 30px;
}

.linked-collections-popup-ct .title {
    color: #ffffff;
    font-family: 'proxima-nova';
    font-size: 32px;
    display: block;
    font-weight: 800;
    text-decoration: none;
    margin-bottom: 30px;
}

.linked-collections-popup-ct .image {
    border: solid 1px #737373;
    background-color: #222222;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 190px;
    min-width: 150px;
    margin-right: 30px;
}

.linked-collections-popup-ct .desc {
    font-size: 16px;
    color: #fff;
}

.linked-collections-popup-ct .btns-ct {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.linked-collections-popup-ct .author {
    font-size: 20px;
	margin-bottom: 20px;
    color: #fff
}

.linked-collections-popup-ct .btns-ct .util-save-btn,
.linked-collections-popup-ct .btns-ct .util-cancel-btn {
    font-size: 20px;
}

.linked-collections-popup-ct .author-info {
    display: flex;
    margin-bottom: 20px;
}

.linked-collections-popup-ct .author-info .author-photo {
    min-height: 57px;
    max-height: 57px;
    min-width: 57px;
    min-width: 57px;
    /* border: 2px solid #6E6E6E; */
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 9px;
}

.linked-collections-popup-ct .author-info .name {
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.linked-collections-popup-ct .author-info .job-company {
    color: #fff;
    font-size: 14px;
}

/* delete resource  */

.overall-resources-list .order-btns {
    position: absolute;
    right: -45px;
    top: 16px;
}
/* .delete-resource-item {
    border: none;
    background: none;
    cursor: pointer;
    margin-left: 10px;
}

.delete-resource-item img {
    max-height: 23px;
    min-height: 23px;
} */

/* delete linked collection  */

.linked-collection .delete-collection-item {
    border: none;
    background: none;
    cursor: pointer;
    margin-left: 10px;
    position: absolute;
    right: -45px;
	top: 65px;
}

.linked-collection .delete-collection-item img {
    max-height: 23px;
    min-height: 23px;
}


@media (min-width: 2040px) {
    .reading.collection {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .reading.collection .header,
    .reading .tiles.collections {
        max-width: 1800px;
    }

    .reading.collection .header,
    .reading.collection .add-new,
    .reading .tiles.collections,
    .reading.collection .linked-collections-ct,
    .headings-list.desktop,
    .reading.collection .overall-resources-ct {
        min-width: 1800px;
    }

    .reading.collection.advanced .add-new .util-input-text.url,
    .reading.collection.advanced .add-new .add-input-ct,
    .reading.collection.advanced .add-new .search-ct,
    .reading.collection.advanced .add-new .search-collections-ct {
        max-width: 650px; 
        min-width: unset;
    }


    .reading.collection.simple .add-new .util-input-text.url,
    .reading.collection.simple .add-new .add-input-ct,
    .reading.collection.simple .add-new .search-ct,
    .reading.collection.simple .add-new .search-collections-ct {
        max-width: 540px;
        min-width: unset;
    }

}

.collections .attend-item-ct {
    margin-bottom: 24px;
    align-self: flex-start;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 120px;
    width: 100%;
}

.collections.isAdmin .attend-item-ct {
    width: calc(100% - 41px );
}


.collections .heading-ct-col {
    margin-bottom: 24px;
    align-self: flex-start;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 120px;
    width: calc(100% - 41px );
}

.collections .heading-ct-col img.image-size-small {
    width: 200px;
}
.collections .heading-ct-col img.image-size-medium {
    width: 400px;
}
.collections .heading-ct-col img.image-size-large {
    width: 600px;
}

.collections .heading-ct-col div {
    max-width: 783px;
}

.collections .heading-ct-col h2 {
    margin-bottom: 5px;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.collections .heading-ct-col p {
    font-size: 14px;
    color: #fff;
    white-space: pre-line;
}

.headings-list {
    margin-bottom: 73px;
    width: fit-content;
}

.headings-list p {
    margin-bottom: 5px;
    color: #979797;
    font-weight: 900;
}

.headings-list a {
    color: #2DDB73;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
    width: fit-content;
}

.headings-list .divider {
    width: 100%;
    height: 1px;
    background: #979797;
    margin: 20px 0px;
}

.headings-list a .heading-line {
    width: 48px;
    height: 1px;
    background: #979797;
    margin-right: 13px;
}

.headings-list a .drag-icon {
    cursor: grab;
    color: #979797;
    margin-right: 5px;
}

.headings-list.desktop {
    display: block;
}

.headings-list.mobile {
    display: none;
}

@media (max-width: 600px) {
    .headings-list.desktop {
        display: none;
    }
    
    .headings-list.mobile {
        display: block;
        margin-bottom: 20px;
    }

    .headings-list a {
        font-size: 18px;
    }
}

/* badges */

.badges-ct {
    display: flex;
    position: relative;
    min-width: 170px;
    min-height: 150px;
    width: 170px;
}

.badges-ct .badge-border {
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    min-height: 145px;
	max-height: 145px;
	min-width: 135px;
	max-width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.badges-ct .badge-border-2 {
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    min-height: 137px;
	max-height: 137px;
	min-width: 127px;
	max-width: 127px;
    position: absolute;
}

.badges-ct .badge {
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    min-height: 100px;
    max-height: 100px;
    min-width: 95px;
    max-width: 95px;
    background-size: cover;
    background-position: center;
    /* background-image: url('/img/article-bg.jpg'); */
    filter: grayscale(1);
}

.badges-ct .badge-overlay {
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    min-height: 100px;
    max-height: 100px;
    min-width: 95px;
    max-width: 95px;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    position: absolute;
    z-index: 9
}

.badges-ct .badge-wrap {
    filter: drop-shadow(-6px 3px 4px rgba(0, 0, 0, 0.7));
    min-height: 145px;
    max-height: 145px;
    min-width: 135px;
    max-width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.badges-ct.single-badge .badge-wrap {
    margin-left: 16px;
    transform: scale(1.23);
}

.reading.collection .header.advanced .left .badge-wrap:nth-child(2){
    margin-right: 50px;
    left: 15px;
    top: 18px;
}

.reading.collection .header.advanced .left .badge-wrap:nth-child(3){
    margin-right: 50px;
    left: 29px;
    top: 35px;
}


/* gold badge */
.badge-wrap.gold .badge-border {
    background: rgb(192,148,25);
    background: linear-gradient(90deg, rgba(192,148,25,1) 35%, rgba(255,210,79,1) 100%);
}

.badge-wrap.gold .badge-overlay {
    background: #FFE83B;
}

/* silver badge  */
.badge-wrap.silver .badge-border {
    background: rgb(156,155,155);
    background: linear-gradient(90deg, rgba(156,155,155,1) 35%, rgba(236,236,236,1) 100%);
}

.badge-wrap.silver .badge-overlay {
    background: #D9D9D9;
}

/* bronze badge  */
.badge-wrap.bronze .badge-border {
    background: rgb(161,103,61);
    background: linear-gradient(90deg, rgba(161,103,61,1) 35%, rgba(255,170,107,1) 100%);
}

.badge-wrap.bronze .badge-overlay {
    background: #D08A58;
}

@media (max-width: 600px) {
    .reading.collection .header.advanced .left .badge-wrap:nth-child(2) {
        top: 0;
        left: 40px;
    }

    .reading.collection .header.advanced .left .badge-wrap:nth-child(3) {
        top: 0;
        left: 80px;
    }

    .badges-ct .badge-border {
        min-height: 155px;
        max-height: 155px;
        min-width: 145px;
        max-width: 145px;
    }

    .badges-ct .badge-overlay,
    .badges-ct .badge {
        min-height: 110px;
        max-height: 110px;
        min-width: 105px;
        max-width: 105px;
    }

    .badges-ct {
        margin-left: 10px;
        margin-bottom: 30px;
    }
}


/* stream mobile styling */

footer.collection a {
    display: flex !important;
    align-items: center;
}

footer.collection img {
    margin-left: 5px;
    display: block;
}


@media (max-width: 600px) {
    footer.collection {
        height: 60px;
        box-sizing: border-box;
        max-width: 100vw;
        width: 100vw;
        z-index: 10001;
    }

    footer.collection span {
        display: block;
        text-align: start;
    }

    .reading .tiles.collections {
        position: relative;
        width: 100vw;
        left: -20px;
        align-items: flex-start;
    }

    .report-bug-overlay {
        display: none;
    }

    .collections .collection-ct {
        width: 100%;
        margin: 0px;
        margin-bottom: 5px;
        flex-direction: row;
        height: 175px;
    }

    .collections.isAdmin .collection-ct {
        width: 87%;
        margin: 0px;
        margin-bottom: 5px;
        flex-direction: row;
        height: 175px;
    }

    .overall-resources-ct .resource-ct {
        width: 87%;
        height: 175px;
    }

    .collections .attend-item-ct {
        padding: 0px 16px;
    }

    .collections.isAdmin .attend-item-ct {
        width: 87%;
    }

    .collections .attend-item-ct .util-small-btn {
        font-size: 14px;
        padding: 10px;
    }

    .collection .collection-ct .collection-text {
        overflow: hidden;
        width: auto;
        padding: 12px 16px 20px 12px;
    }

    .collections .collections-row .collection-ct .collection-text .content-title {
        -webkit-line-clamp: 3;
    }

    .collections .collection-ct .collection-text .content-title {
        -webkit-line-clamp: 4;
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 7px;
        margin-top: 5px;
    }

    .collections .collection-ct .collection-text .publication-type .publication {
        font-weight: 400;
    }

    .collections .collections-row .collection-ct .collection-text .content {
        -webkit-line-clamp: 2;
        font-style: normal;
    }

    .collections .collection-ct .collection-text .content {
        font-size: 16px;
        line-height: 19px;
        -webkit-line-clamp: 3
    }

    .collections .collection-ct.sessionItem .collection-text .content {
        -webkit-line-clamp: 2;
    }

    .collections .collection-ct .collection-image .note .note-highlight-ct .note-text {
        margin-top: 20px;
    }

    .collections .collection-ct .collection-image .note p, .collections .collection-ct .collection-image .note .note-text {
        margin-top: 0px;
        line-height: 17px;
    }

    .collections .collection-ct .collection-image .note .avatars-ct {
        margin-bottom: 0px;
    }

    .collections .collection-ct .collection-image .note .overall-note {
        margin-top: 0px;
    }

    .collections .collection-ct .collection-image.clicked .note .overall-note {
        margin-top: 10px;
    }

    .collections .collection-ct .collection-image .note {
        padding: 15px;
    }

    .collections .collection-ct .collection-image {
        min-width: 100px;
        width: 100px;
        height: 175px;
        /* position: relative; */
    }

    .collections .collections-row .collection-ct .collection-image {
        width: 100px;
        min-width: 100px;
        height: 175px;
    }

    .collections.isAdmin .collections-row .collection-ct {
        width: 87%;
        height: 175px;
        margin-right: 0px;
    }

    .collections .collections-row .collection-ct {
        height: 175px;
        width: 100%;
        margin-right: 0px;
    }

    .collections .collection-ct.featured,
    .collections.isAdmin .collections-row .collection-ct.featured {
        height: 265px;
    }

    .collections .collection-ct.featured .collection-image,
    .collections.isAdmin .collections-row .collection-ct.featured .collection-image,
    .collections .collections-row .collection-ct.featured .collection-image {
        height: 257px;
        width: 96px;
        min-width: 96px;
    }

    .collections .collection-ct .credits-ct {
        top: 6px;
        right: 6px
    }

    .collections .collections-row {
        flex-direction: column;
    }

    .collections .collection-ct .collection-text .publication-type {
        margin-right: 31px;
        overflow: hidden;
    }

    .collections .collection-ct .recommended-number {
        left: 15px;
        top: -17px;
        max-width: fit-content;
    }


    .collections .collection-ct .collection-image.clicked .note {
        position: absolute;
        width: 100%;
        max-width: 100%;
    }

    .collections .collection-ct .collection-image.clicked .close-btn {
        display: block;
    }

    .collections .collection-ct.sessionItem .collection-image.clicked .close-btn {
        display: none;
    }

    .collections .collection-ct .collection-image .note .user-image{
        position: relative;
        width: 25px;
        height: 25px
    }

    .collections .heading-ct-col {
        padding-left: 20px;
        padding-top: 32px;
        width: calc(100% - 50px);
    }

    .overall-resources-ct a {
        margin-bottom: 20px;
    }

    .reading.collection {
        padding-bottom: 170px !important;
    }

}


/* guest popup  */

.guest-popup-ct {
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* z-index: 9999999999; */
    z-index: 10000000001;
}

.guest-popup-ct * {
    box-sizing: border-box;
    margin: 0;
    font-family: proxima-nova;
    padding: 0;
}

.guest-popup-ct .guest-popup {
    height: 564px;
    width: 602px;
    background: #000;
    position: relative;
    padding: 32px 50px 20px 50px;
    border: 3px solid #262626;
}

.guest-popup-ct .guest-popup h1 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 13px;
}

.guest-popup-ct .guest-popup p {
    font-size: 28px;
    line-height: 28px;
    color: #fff;
}

.guest-popup-ct .guest-popup p.close {
    position: absolute;
    top: 10px;
    right: 13px;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    margin: 0px
}

.guest-popup-ct .guest-popup a span {
    font-weight: 800;
}

.guest-popup-ct .guest-popup .login {
    font-size: 14px;
    color: #999999;
    margin-top: 4px;
    margin-bottom: 4px;
}

.guest-popup-ct .guest-popup .content-image {
    width: 502px;
    height: 151px;
    background-size: cover;
    background-position: center;
    background-color: lightblue;
    margin-bottom: 11px;
    -webkit-box-shadow: inset 0px -50px 30px -16px #000000; 
    box-shadow: inset 0px -50px 30px -16px #000000;
}

@media (max-width: 600px) {

    .guest-popup-ct {
        overflow-y: scroll;
        padding-top: 50px;
        align-items: flex-start;
    }

    .guest-popup-ct .guest-popup {
        width: 90vw;
        background: #000;
        padding: 20px;
        height: auto;
    }

    .guest-popup-ct .guest-popup p br {
        display: none;
    }

    .guest-popup-ct .guest-popup .content-image {
        width: 100%
    }
}


.previous-page-btn {
    background: none;
    border: 2px solid yellow;
    margin-bottom: 20px;
    height: 35px;
    padding: 0 15px;
    border-radius: 3px;
    color: yellow;
    font-weight: 600;
    cursor: pointer;
}

/* Edit contributor */

.edit-contributor {
    font-size: 14px;
    background: none;
    color: #ffffff;
    border: none;
    margin-right: 10px;
    margin-left: 10px;
    display: block;
    height: fit-content;
    cursor: pointer;
    font-weight: 700;
    text-transform: capitalize;
    color: #868686;
    text-align: end;
    background-image: url(/img/collections/edit-contributor-pen.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 18px;
    min-height: 18px;
    max-height: 18px;
    width: 25px;
    min-width: 25px;
    max-width: 25px;
}

.tiles .edit-contributor,
.resource-notes-ct .edit-contributor {
    background: none;
    min-width: unset;
    width: unset;
    max-width: unset;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-decoration: underline;
    color: var(--collection-color);
}
.edit-popup-contributor-ct {
    z-index: 29999999999999;
}

.edit-popup-contributor-ct .grid-container  {
    display: grid;
    grid-template-columns: repeat(3, 200px);
    row-gap: 20px;
    column-gap: 6px;
}

.edit-popup-contributor-ct .avatar-preview-grid-item {
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
    grid-area: 2 / 1 / 3 / -1;
}


/* invitee info section */

.edit-popup-contributor-ct .invitee-info {
    margin-bottom: 20px;
}

.edit-popup-contributor-ct .invitee-info.grid-container  {
    display: grid;
    grid-template-columns: repeat(2, 155px) 233px;
    row-gap: 20px;
    column-gap: 6px;
}

.edit-popup-contributor-ct .invitee-info .util-field-ct {
    flex: 1;
    width: 100%;
}

.edit-popup-contributor-ct .invitee-info .util-label {
    padding-left: 8px;
    padding-bottom: 8px;
    white-space: nowrap;
}

.edit-popup-contributor-ct .invitee-info  .avatar-preview-grid-item {
    display: none;
    align-items: center;
    justify-content: flex-end;
    padding-right: 110px;
    grid-area: 2 / 1 / 3 / -1;
}

.edit-popup-contributor-ct .invitee-info  .util-file-input {
    width: 132px;
}

.edit-popup-contributor-ct .avatar-grid-item,
.edit-popup-contributor-ct .social-grid-item {
    margin-left: 10px;
}

.edit-popup-contributor-ct .avatar-preview {
    min-height: 100px;
    max-height: 100px;
    min-width: 100px;
    max-width: 100px;
    border: 2px solid #6E6E6E;
    border-radius: 50%;
    object-fit: cover;
    background-color: #000000;
}


.util-dialogue.with-wrap.edit-contributor-confirm {
    height: fit-content;
    max-height: fit-content;
    min-height: fit-content;
    background-color: #0b0a0c;
    border-radius: 3px;
    border: solid 1px #737373;
}

.util-dialogue.edit-contributor-confirm p,
.util-dialogue.edit-contributor-confirm button {
    color: #FFFFFF;
}

@media (max-width: 600px) {
    .edit-popup-contributor-ct .avatar-grid-item,
    .edit-popup-contributor-ct .social-grid-item {
        margin-left: 0;
    }

    .edit-popup-contributor-ct .invitee-info.grid-container  {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 6px;
    }

    .edit-popup-contributor-ct .invitee-info .avatar-preview-grid-item {
        grid-area: 3 / 1 / 4 / -1;
        justify-content: flex-start;
    }

    .edit-popup-contributor-ct .social-grid-item {
        grid-area: 2 / 2 / 3 / -1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .edit-popup-contributor-ct .util-popup {
        max-width: 80vw;
    }

    .edit-popup-contributor-ct .invitee-info .util-label {
        white-space: normal;
    }

    .edit-popup-contributor-ct .avatar-grid-item  .util-label {
        margin-top: 20px;
    }

}

/* Pin contributor */


.pin-contributor {
    margin-left: auto;
}

.header .util-user-details:not(.loading)  {
    min-width: fit-content;
    max-width: fit-content;
}

.pin-contributor {
    font-size: 14px;
    background: none;
    color: #ffffff;
    border: none;
    margin-right: 10px;
    margin-left: 10px;
    display: block;
    height: fit-content;
    cursor: pointer;
    font-weight: 700;
    text-transform: capitalize;
    color: #868686;
    text-align: end;
    background-image: url(/img/collections/pin-contributor.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 18px;
    min-height: 18px;
    max-height: 18px;
    width: 25px;
    min-width: 25px;
    max-width: 25px;
    margin-bottom: 10px;
}

.pin-contributor.faded {
    opacity: 0.3;
}

@media (max-width: 600px) {
    .pin-contributor {
        margin-right: 30px;
    }
}

/* all contributors popup */

.all-contributors-popup-ct {
    z-index: 10000000001;
}

.all-contributors-popup-ct h4 {
    max-width: 500px;
}

.all-contributors-popup-ct,
.all-contributors-popup-ct * {
    box-sizing: border-box;
}

.util-popup-ct.all-contributors-popup-ct {
    display: none;
}

.util-popup-ct.all-contributors-popup-ct .util-popup {
    overflow-y: scroll;
    max-height: 50vh;
    padding-top: 15px;
}

.all-contributors-popup-ct .author-info-ct {
    display: flex;
    align-items: center;
    position: relative;
}

.all-contributors-popup-ct .author-info-ct .author-photo {
    min-height: 57px;
    max-height: 57px;
    min-width: 57px;
    min-width: 57px;
    border: 1px solid #6E6E6E;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 9px;
    z-index: 1;
}

.all-contributors-popup-ct .author-info-ct .name {
    font-size: 18px;
    font-weight: 600;
    color: #2DDB73;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.all-contributors-popup-ct p.job-company {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.all-contributors-popup-ct p.job-company span {
    color: #2DDB73;
}

.all-contributors-popup-ct .util-tooltip p.job-company,
.all-contributors-popup-ct .util-tooltip p.name {
    overflow: visible;
    text-overflow: unset;
    -webkit-line-clamp: unset;
}

.all-contributors-popup-ct .author-info-ct:not(.has-handle):hover .author-info.util-tooltip {
    display: flex;
}

.all-contributors-popup-ct .util-tooltip {
    background-color: #1B1C29;
    border-radius: 5px;
    border: 1px solid #383838;
    width: fit-content;
    z-index: 4;
    margin-top: 0px;
    padding: 15px;
    color: #ffffff;
    font-family: 'proxima-nova';
    font-size: 14px;
    position: absolute;
    top: -15px;
    left: -15px;
    max-width: 300px;
    width: 300px;
    min-width: 300px;
}

.all-contributors-popup-ct .contributors-grid-ct {
    display: grid;
    grid-template-columns: repeat(2, 300px);
    row-gap: 10px;
    column-gap: 30px;
    padding-top: 15px;
}

.all-contributors-popup-ct .btns-ct {
    margin-left: auto;
}

/* width */
.util-popup-ct.all-contributors-popup-ct .util-popup::-webkit-scrollbar {
    width: 10px;
}

.util-popup-ct.all-contributors-popup-ct .util-popup::-webkit-scrollbar-track {
    background: #595959; 
}

.util-popup-ct.all-contributors-popup-ct .util-popup::-webkit-scrollbar-thumb {
    background: #3a3a3a; 
}

.util-popup-ct.all-contributors-popup-ct .close-ct {
    position: sticky;
    right: 0px;
    top: 0;
    display: flex;
    justify-content: flex-end;
}

.util-popup-ct.all-contributors-popup-ct .close-popup {
    font-family: 'proxima-nova';
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    border: none;
    background: none;
    cursor: pointer;
    display: block;
    margin-right: -25px;
}

.util-popup-ct.all-contributors-popup-ct .close-popup img {
    max-height: 20px;
    min-height: 20px;
}

.collection .header .pin-btn {
    all: unset;
    border-radius: 4px;
    background: #000000;
    padding: 4px 8px;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 18px;
    border: 1px solid hsl(var(--grey-05));
    color: hsl(var(--grey-05));
}

.collection .header .pin-btn.pinned {
    color: hsl(var(--primary-green-05));
    border-color: hsl(var(--primary-green-05));
}

.collection .header .pin-btn .material-icons-round {
    font-size: 24px;
    margin-right: 4px;
}

.collection .header .pin-error {
    font-size: 14px;
    padding: 8px 8px 8px 0;
    color: #DD6C69;
    font-weight: 700;
}

.collection .header .pin-error.hide {
    display: none;
}

@media (max-width: 600px) {
    .collection .header .pin-btn {
        margin-bottom: 6px;
    }

    .collection .header .pin-error {
        padding-top: 0;
    }

    .collection .header.simple .pin-btn {
        margin-top: 6px;
    }
}

.leave-popup-ct .util-popup {
    max-width: 400px;
    text-align: center;
}

.leave-popup-ct .btns-ct {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.leave-popup-ct .title {
    color: #ffffff;
    font-family: 'proxima-nova';
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
}

.leave-popup-ct .btns-ct .util-delete-btn,
.leave-popup-ct .btns-ct .util-cancel-btn {
    font-size: 20px;
}


.password-ct {
    background: #000;
    border-radius: 10px;
    width: fit-content;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.password-ct .util-label {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.password-ct .util-input-text {
    display: block;
    width: 300px;
}

.password-ct .util-small-btn {
    margin-top: 16px;
    font-size: 24px; 
    min-width: 300px;
}

.password-wrapper {
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-ct .util-form-error {
    margin-top: 4px;
    align-self: flex-start;
}

.util-modal-ct.collections-picker {
    z-index: 10000000002;
}

.heading-confirmation-ct {
    display: flex;
}

.heading-confirmation-ct .modal {
    width: fit-content;
    height: fit-content;
    text-align: center;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.heading-confirmation-ct .modal .btns {
    display: flex;
    width: 270px;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
}

.heading-confirmation-ct .modal button {
    border-radius: 3px;
    font-family: 'proxima-nova';
    font-size: 23px;
    width: 100px;
    font-weight: 900;
    height: 47px;
    background-color: #2DDB73;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

.heading-confirmation-ct .modal button.cancel {
    background-color: #8d8d8d;
}

.draggable.headings-drag-ct.with-border {
    border: 5px solid #0cff65;
    border-radius: 15px;
    padding: 15px;
    background-color: #16161A;
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: -30px;
    position: relative;
    z-index: 44;
}

.collection .drag-icon {
    display: none;
}

.collection .order-btns .arrows,
.collection .drag-icon,
.collection .move-heading {
    display: none;
}

.collection.draggable-col .order-btns .arrows {
    display: flex;
}

.collection.draggable-col .drag-icon,
.collection.draggable-col .move-heading {
    display: block;
}

#findExpertContent .util-modal,
#whyEffective .util-modal {
    width: 800px;
    max-width: 80vw;
}

#findExpertContent h4,
#whyEffective h4 {
    font-weight: 800;
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 16px;
}

#findExpertContent h5,
#whyEffective h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}

#findExpertContent p,
#whyEffective p {
    margin-bottom: 16px;
}

#findExpertContent img {
    max-width: 350px;
    margin: 8px 0 16px 0;
}

#whyEffective .template-ct {
    padding: 12px;
    background: #33343e;
    border-radius: 3px;
    margin-bottom: 16px;
}

#whyEffective .template-ct p:last-of-type {
    margin-bottom: 0;
}
.collection .edit-col-ct span.material-icons-round,
.collection .settings-col-ct span.material-icons-round,
.collection .share-col-ct span.material-icons-round {
    color: var(--theme-color);
    cursor: pointer;
}

.collection .settings-col-ct {
    position: relative;
}

.collection .settings-col-ct:hover .settings-popup {
    display: block;
    position: absolute;
    top: 38px;
    width: fit-content;
    min-width: 93px;
    max-width: fit-content;
    left: -50px;
}

.collection .settings-col-ct:hover .settings-popup .settings-ct {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.collection .settings-col-ct:hover .settings-popup .settings-ct a {
    cursor: pointer;
}

#workSamplesModal {
    z-index: 10000000000;
}

#workSamplesModal #work-modal-title {
    margin-bottom: 32px;
}

#workSamplesModal .works-ct {
    overflow-y: auto;
    max-height: 300px;
}

#workSamplesModal .work-card-ct {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

#workSamplesModal .work-card-ct + .work-card-ct {
    margin-top: 24px;
}

#workSamplesModal .work-card {
    width: 249px;
    height: 87px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    border: 1px solid #1d1d1d;
    overflow: hidden;
}

#workSamplesModal .work-card-ct .work-title {
    --line-clamp: 2;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}

#workSamplesModal .work-card p {
    background: #636363;
    font-size: 12px;
    color: #FFFFFF;
    padding: 4px;
    text-align: center;
}

.edit-item-popup-ct .edit-item-popup .extra-loading-msg {
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    gap: 8px;
    font-size: 18px;
    font-weight: 800;
}

.edit-item-popup-ct .edit-item-popup .extra-loading-msg .gear {
    -webkit-animation: rotate 1.5s;
    animation: rotate 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.17,.67,.84,.38);
}

@keyframes gearRotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

#addAttendanceItemConfirm .util-modal {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#addAttendanceItemConfirm .util-modal button.util-small-btn {
    margin-top: 32px;
}

#addAttendanceItemConfirm .util-modal h2 {
    line-height: 1;
    margin-bottom: 8px;
}

#addAttendanceItemConfirm .util-modal p {
    line-height: 1;
}

#overallAttendanceConfirm .util-modal {
    max-width: 500px;
}

#overallAttendanceConfirm .util-modal button.util-small-btn {
    margin-top: 16px;
}

#overallAttendanceConfirm .util-modal h2 {
    line-height: 1;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}

#overallAttendanceConfirm .util-modal .util-hint {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 24px;
}

#overallAttendanceConfirm .util-form-errors-ct {
    margin-bottom: 16px;
}

@media (max-width: 600px) {
    .collections .collection-ct .survey-btn-ct {
        width: 100px;
    }

    .collections .collection-ct .survey-btn {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 14px;
        height: 37px;
    }

    .collections .collection-ct .survey-btn-ct .took-survey {
        font-size: 17px;
        text-align: center;
    }

    #overallAttendanceConfirm .util-modal {
        max-width: 80vw;
    }

    #overallAttendanceConfirm .util-modal .util-field-ct {
        width: 100%;
    }
}

#extraSourcesModal {
    z-index: 10000000000;
}

#extraSourcesModal .util-modal {
    max-height: 80%;
}

#extraSourcesModal .source {
    display: flex;
    align-items: center;
    position: relative;
}

#extraSourcesModal .source .source-image {
    min-height: 57px;
    max-height: 57px;
    min-width: 57px;
    min-width: 57px;
    border: 1px solid #6E6E6E;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 9px;
    z-index: 1;
}

#extraSourcesModal .source a {
    color: yellow;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

#extraSourcesModal .more-sources-ct {
    display: grid;
    grid-template-columns: repeat(2, 300px);
    row-gap: 10px;
    column-gap: 30px;
}

@media (max-width: 600px) {
    #extraSourcesModal .more-sources-ct {
        display: flex;
        flex-direction: column;
    }

    #extraSourcesModal .util-modal {
        max-height: 80%;
        max-width: 80%;
    }

    #extraSourcesModal .source .source-image {
        min-height: 40px;
        max-height: 40px;
        min-width: 40px;
        min-width: 40px;
    }
}

.edit-item-popup .expert-card-ct {
    display: flex;
    align-items: center;
}

.edit-item-popup .add-another-source {
    margin-top: 16px;
    background: hsl(var(--primary-blue-04));
    color: #FFFFFF;
}

.edit-item-popup .add-another-source.hide {
    display: none;
}

.edit-item-popup .save-source {
    background: hsl(var(--primary-blue-02));
    color: #FFFFFF;
    margin-right: 6px;
}

.edit-item-popup .source-card-form-ct + .source-card-form-ct {
    margin-top: 32px;
}

.edit-item-popup .expert-card-ct .btns-ct {
    display: flex;
    gap: 16px;
    margin-top: 0;
    align-items: center;
}

.edit-item-popup-ct:not(.edit-mode) .expert-card-ct .btns-ct .util-small-btn.edit {
    display: none;
}

.edit-item-popup .expert-card-ct .info-ct {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.edit-item-popup .expert-card-ct .author-photo {
    min-height: 57px;
    max-height: 57px;
    min-width: 57px;
    min-width: 57px;
    border: 1px solid #6E6E6E;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 9px;
    z-index: 1;
}

.edit-item-popup .expert-card-ct .name {
    font-size: 18px;
    font-weight: 600;
    color: #2DDB73;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.edit-item-popup .expert-card-ct .job-company {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.edit-item-popup .expert-card-ct .job-company span {
    color: #2DDB73;
}

.edit-item-popup .expert-card-ct .job-company,
.edit-item-popup .expert-card-ct .name {
    overflow: visible;
    text-overflow: unset;
    -webkit-line-clamp: unset;
    color: #FFFFFF;
}

.edit-item-popup .source-card-form-ct.edit-mode .expert-card-ct {
    display: none;
}

.edit-item-popup .source-card-form-ct.edit-mode .search-experts-ct,
.edit-item-popup .source-card-form-ct.edit-mode .txt-large,
.edit-item-popup .source-card-form-ct.edit-mode .recent-experts-ct {
    display: none;
}

.edit-item-popup .recent-experts-ct.hide {
    display: none;
}

.edit-item-popup .util-select-dark[name="itemSource"] {
    width: max-content;
}

.edit-item-popup .search-experts-ct input.util-input-search {
    background-color: #FFFFFF;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #616DFF;
}

.edit-item-popup .search-experts-ct .util-dropdown {
    max-width: 289px;
}

.edit-item-popup .search-experts-ct .util-dropdown .util-dropdown-list {
    max-width: calc(100% - 2px);
    background: #303144;
}

.edit-item-popup .txt-large {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 24px;
    font-weight: 600;
}

.edit-item-popup .search-experts-ct,
.edit-item-popup .recent-experts-ct {
    margin-bottom: 24px;
}

.edit-item-popup .recent-experts-ct .util-label,
.edit-item-popup .search-experts-ct .util-label {
    font-weight: 600;
}

.edit-item-popup .recent-experts-ct .recent-expert-btn {
    background-color: hsl(var(--primary-blue-04));
    color: #FFFFFF;
    border-radius: 0px;
}

.edit-item-popup .recent-experts-cards {
    display: flex;
    gap: 16px;
}

#confirmDiscardSources,
#deleteExpertSource,
#deleteExpertSourceError,
#confirmSourcesDelete,
#warningEditExperts {
    z-index: 10000000001;
}

#confirmDiscardSources.util-modal-ct.confirmation .util-modal-actions-ct .util-small-btn:nth-child(2) {
    background: #a0a0a0;
    color: #000000;
    border: 1px solid;
    white-space: nowrap;
}

#warningEditExperts .util-modal {
    max-width: 400px;
}

#deleteExpertSourceError .util-form-errors-ct {
    margin-top: 20px;
}

.edit-item-popup .toggle-sources-section {
    margin-bottom: 32px;
}

.edit-item-popup .toggle-sources-section.hide {
    display: none;
}

.edit-item-popup .sources-section .util-switch-2 {
    margin-bottom: 24px;
}

#confirmSourcesDelete .util-modal {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#confirmSourcesDelete .util-modal h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

#confirmSourcesDelete .util-modal .util-checkbox-with-label {
    margin-top: 24px;
    margin-bottom: 16px;
}

#confirmSourcesDelete .util-modal .util-form-error {
    margin-bottom: 24px;
}

.reading.collection .empty-card {
    width: 100%;
    background: #2A2A2A;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 162px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 24px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media (max-width: 600px) {
    .reading.collection .empty-card  {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100vw - 40px);
    }

    .collections .collection-ct .collection-image .note .user-name,
    .overall-resources-list .note .user-name {
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }

    .collections .collection-ct .collection-image .note .user-occupation,
    .overall-resources-list .note .user-occupation {
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
}