.popup_report_holder.show_report_popup_holder {
    z-index: 999999;
}

#popup_report {
    top: 20px!important;
}

.page-holder {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(100% - 280px);
    z-index: 130;
    display: block;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: #fff;
    z-index: 99;
    height: 100%;
    margin-right: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    left: 280px;
    border-top: 72px solid #31216b;
}

.hero-section {
    background-color: #F5F7FF;
}

.hero-section-inner {
    max-width: 1000px;
    padding: 30px 0px;
    margin: 0 auto;
}

.breadcrumbs-part,
.breadcrumbs-part a {
    text-decoration: none;
    color: #484E6B;
    padding: 0px;
}

.breadcrumbs-part a:hover {
    text-decoration: underline;
}

.breadcrumbs-part a i {
    padding-right: 10px;
    font-size: 14px;
}

.breadcrumbs-part a span {
    color: #484E6B;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
}

.breadcrumbs-part>span {
    color: #151C28;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-content {
    display: flex;
    margin: 25px auto 0px;
}

.hero-content-left {
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    line-height: 0;
}

.hero-content-right {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
}

.hero-content-right h1 {
    color: #323856;
    font-size: 38px;
    font-weight: 800;
    line-height: 45px;
    text-transform: capitalize;
    margin: 0px 0px 20px;
}

.yellow-banner {
    border-radius: 4px;
    border-left: 3px solid #FFD700;
    background: #FFF8D7;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px 0px;
    padding: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
    gap: 12px;
    display: grid;
}

.yellow-banner h4,
.yellow-banner p {
    margin-bottom: 0px !important;
}

.popup_want_learn.yellow_box {
    border-left: none!important;
    background-color: transparent!important;
    margin: 0px!important;
    padding: 0px!important;
}

.popup_want_learn.yellow_box .popup_want_learn_more_text .button_download_right {
    margin-left: 0px!important;
}

.button_download.disabled_button {
    opacity: 0.5;
    pointer-events: none;
}

.popup_want_learn.yellow_box .popup_want_learn_more_text .button_download_right {
    width: 100%;
}

.button_download_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.button_download_right_top {
    display: flex;
}

.button_download_right_top .add_to_bookmark {
    border: 1px solid #CACFE6;
    color: #5C627C;
    border-radius: 5px;
    line-height: 19px;
    letter-spacing: 0.5px;
    padding: 7px 24px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    background-color: #fff;
}

.button_download_right_top .add_to_bookmark:hover {
    background-color: #F8FDFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    opacity: 0.8;
}

.button_download_right_top .add_to_bookmark b {
    padding-right: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #59607D;
}

.button_download_right_top .add_to_bookmark i {
    font-size: 16px;
}

.button_download {
    margin: 0px!important;
    padding: 13px 20px;
    width: 220px;
    justify-content: center;
    height: 50px;
}

.button_download span {
    margin: 0px!important;
    font-size: 15px;
    font-weight: 600;
}

.remaining_download {
    color: #484E6B;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 15px 0px 0px 5px;
}

.remaining_download img {
    padding-right: 10px;
    width: 30px;
}

.ratings_holder {
    text-align: left;
}

.post-ratings>span {
    font-size: 14px;
    font-weight: 400;
    color: #484E6B;
}

.post-ratings img {
    max-width: 18px;
    width: 18px !important;
}

.post-ratings>strong {
    font-weight: 400;
    font-size: 14px;
    color: #484E6B;
}

.download_hover {
    position: relative;
}

.remaining_download .tooltip_hover span {
    font-style: italic;
    display: flex;
}

.remaining_download .tooltip_hover {
    right: 0px!important;
    background-color: #59607D;
    color: #fff!important;
    text-align: left;
    padding: 8px!important;
    bottom: 20px!important;
}

.remaining_download .tooltip_hover:after {
    display: none;
}

.page-content {
    padding: 40px 0px;
}

.page-content-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.page-content-left {
    width: 250px;
}

.page-content-right {
    width: calc(100% - 250px);
    box-sizing: border-box;
    padding-left: 50px;
}

.sidebar-content-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.sidebar-subtitle {
    color: #323856;
    font-size: 14px;
    font-weight: 700;
}

.sidebar-content {
    color: #59607D;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.sidebar-content.new_post span {
    position: relative;
}

.sidebar-content.new_post span:before {
    content: 'New';
    position: absolute;
    right: -60px;
    bottom: 0px;
    height: 24px;
    font-size: 12px;
    color: #323856;
    background-color: #BEF5C4;
    border: 1px solid #45C54F;
    border-radius: 24px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
}

.primary_type {
    font-size: 12px;
    line-height: 16px;
    color: #323856;
    font-weight: 400;
    padding: 2px 4px;
    margin: 0px 4px 4px 0px;
    border-radius: 2px;
    display: inline-block;
}

.primary_type.guide {
    background-color: #DFDEFF;
}

.primary_type.template {
    background-color: #FFE9BF;
}

.primary_type.toolkit {
    background-color: #FDDECF;
}

.primary_type.checklist,
.primary_type.cheat.sheet {
    background-color: #B0E7FF;
}

.hr-domain-item {
    font-size: 12px;
    line-height: 16px;
    color: #323856;
    font-weight: 400;
    background-color: #F4F6FA;
    padding: 2px 4px;
    margin: 0px 4px 4px 0px;
    border-radius: 2px;
    display: inline-block;
}

.page-content-right p {
    color: #484E6B;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin: 0px 0px 15px;
}

.page-content-right h4 {
    color: #323856;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0px 0px 10px;
}

.screenshot-item {
    display: flex;
}

.page-content-right ul {
    margin: 0px 0px 20px;
    padding-left: 20px;
}

.page-content-right ul li {
    color: #59607D;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.page-content-right ul li a {
    color: #1ebbf0;
}

.subsection-below-title {
    color: #59607D;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}

.subsection-below-title ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

.subsection-below-title ul li {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: 300;
}

.subsection-below-title ul li i {
    padding-right: 10px;
    color: #FB9F00;
    font-size: 20px;
}

.subsection-below-title strong {
    font-weight: 700;
}

.content-iframe {
    height: 500px;
    position: relative;
    width: 100%;
    background-color: #F4F6FA;
    padding: 20px;
    display: block;
}

.page-content-right .popup_want_learn.yellow_box {
    margin: 20px auto 0px !important;
    display: flex;
    justify-content: center;
}

.page-bottom {
    background-color: #F4F6FA;
    padding: 40px 0px;
}

.page-bottom-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.page-bottom h3 {
    color: #323856;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 0px;
    padding-right: 80px;
}

.resources-posts-items-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -6px;
}

.resources-posts-item {
    margin: 0px 6px 12px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(23, 15, 63, 0.14);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-color: #fff;
    height: inherit !important;
    display: flex!important;
    flex-direction: column;
}

.resources-posts-item-top.checklist,
.resources-posts-item-top.cheat.sheet {
    background-color: #E9FAFF;
}

.resources-posts-item-top.toolkit {
    background-color: #FFF5F0;
}

.resources-posts-item-top.guide {
    background-color: #F5F7FF;
}

.resources-posts-item-top.template {
    background-color: #FFFAF0;
}

.resources-posts-item-top {
    padding: 20px;
    background-color: #E9FAFF;
    line-height: 0;
    position: relative;
    display: flex;
    border-radius: 8px 8px 0px 0px;
}

.resources-posts-item-top.new_post:before {
    content: 'New';
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: 24px;
    font-size: 12px;
    color: #323856;
    background-color: #BEF5C4;
    border: 1px solid #45C54F;
    border-radius: 24px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
}

.resources-posts-item-top .add_to_bookmark {
    position: absolute;
    right: 20px;
    top: 20px;
}

.resources-posts-item-content {
    display: flex;
    flex-direction: column;
    padding: 10px 12px;
    flex: 1;
    justify-content: space-between;
}

.resources-posts-top-image {
    line-height: 0;
}

.resources-posts-top-image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.add_to_bookmark i {
    color: #E32D34;
    font-size: 22px;
}

.resources-item-content-top h3 {
    color: #323856;
    font-size: 20px;
    margin: 0px 0px 10px;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.resources-item-excerpt {
    font-size: 14px;
    line-height: 22px;
    color: #6F7682;
    font-weight: 400;
}

.resources-item-content-bottom {
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.resources-content-bottom-icon {
    line-height: 0;
}

.resources-content-bottom-icon img {
    width: 20px;
}

.resources-content-number-downloads {
    color: #59607D;
    font-size: 12px;
    line-height: 400;
    line-height: 16px;
    padding-left: 5px;
}

.page-bottom .slick-prev.slick-arrow {
    position: absolute;
    top: -35px;
    font-size: 0px;
    right: 50px;
    border: none;
    border: 2px solid #ABB0B9;
    z-index: 99;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
}

.page-bottom .slick-prev.slick-arrow:before {
    content: "\f053";
    font-size: 16px;
    color: #ABB0B9;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    cursor: pointer;
}

.page-bottom .slick-prev.slick-arrow:hover,
.page-bottom .slick-next.slick-arrow:hover {
    border-color: #484E6B;
}

.page-bottom .slick-prev.slick-arrow:hover:before,
.page-bottom .slick-next.slick-arrow:hover:before {
    color: #484E6B;
}

.page-bottom .slick-next.slick-arrow {
    position: absolute;
    top: -35px;
    font-size: 0px;
    right: 10px;
    border: none;
    border: 2px solid #ABB0B9;
    z-index: 99;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
}

.page-bottom .slick-next.slick-arrow:before {
    content: "\f054";
    font-size: 16px;
    color: #ABB0B9;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    cursor: pointer;
}

.referernce-future-reading-section {
    display: flex;
    flex-direction: column;
}

.referernce-future-reading-item {
    display: flex;
    text-decoration: none;
    margin-bottom: 12px;
}

.referernce-future-reading-image {
    max-width: 133px;
    line-height: 0;
    padding: 10px;
    background-color: #E9FAFF;
}

.referernce-future-reading-image img {
    width: 100%;
}

.referernce-future-reading-right {
    padding-left: 12px;
    border-left: 2px solid #3C2FD4;
    display: flex;
    align-items: flex-start;
}

.referernce-future-reading-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.type_ref {
    background-color: #E2E5F3;
    color: #323856;
    font-size: 12px;
    border-radius: 4px;
    padding: 2px 6px;
    margin-top: 3px;
}

.referernce-future-reading-right h3 {
    color: #31216B;
    font-size: 16px;
    margin: 0px 10px 0px 0px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    letter-spacing: 0.32px;
}

.referernce-future-reading-item:hover h3 {
    color: #1ebbf0;
}

.referernce-future-reading-content {
    font-size: 14px;
    line-height: 22px;
    color: #6F7682;
    font-weight: 400;
}

.page-bottom .slick-track {
    display: flex;
    padding-top: 20px;
}

.hero-content-title {
    display: flex;
}

.hero-content-title .add_to_bookmark {
    margin-top: 10px;
}


/****/

.resource-preview {
    background-color: #F5F7FF;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.resource-preview .button_download_right {
    align-items: center;
}

.page-content-right ul.slick-dots {
    margin: 20px 0px 20px;
    padding-left: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-content-right ul.slick-dots li {
    width: 5px !important;
    height: 5px !important;
    background-color: rgba(49, 33, 107, .3);
    border-radius: 100%;
    cursor: pointer;
    margin: 0px 5px;
}

.page-content-right ul.slick-dots li button {
    display: none;
}

.page-content-right .slick-track {
    padding-top: 53px;
    padding-bottom: 53px;
}

.page-content-right .slick-slide {
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.page-content-right .slick-slide:not(.slick-current) {
    filter: opacity(0.5);
}

.page-content-right .slick-slide.slick-current {
    transform: scale(1.7);
    position: relative;
    z-index: 1;
}

.page-content-right .slick-slide img {
    width: 100%;
}

.page-content-right .slick-dots li.slick-active {
    height: 5px!important;
    position: relative;
    border-radius: 8px;
    background-color: #323856;
}

.page-content-right .slick-dots li.slick-active:before {
    content: '';
    position: absolute;
    height: 10px;
    border-radius: 100%;
}

.page-content-right .slick-dots li.slick-active:before {
    width: 100%;
    border-radius: 8px;
}

.page-content {
    margin: 0px;
}

@media screen and (max-width: 1360px) {
    .page-bottom-inner,
    .page-content-inner,
    .hero-section-inner {
        max-width: 100%;
        margin: 0px 40px;
    }
    .page-content-right {
        padding-left: 30px;
    }
}

@media screen and (min-width: 1071px) and (max-width: 1200px) {
    .hero-content {
        flex-direction: column;
    }
    .hero-content-left {
        width: 100%;
        max-width: 440px;
        padding-right: 0px;
    }
    .hero-content-right {
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 1070px) {
    .page-bottom {
        padding: 40px 0px 100px;
    }
    .page-content {
        padding: 40px 0px;
    }
    .page-holder {
        top: 0px;
        width: 100%;
        left: 0px;
    }
    .page-bottom-inner,
    .page-content-inner,
    .hero-section-inner {
        margin: 0px 20px;
    }
}

@media screen and (max-width: 980px) {
    .hero-content {
        flex-direction: column;
    }
    .hero-content-left {
        width: 100%;
        max-width: 400px;
        padding-right: 0px;
    }
    .hero-content-right {
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 850px) {
    .page-content-right {
        padding-left: 0px;
    }
    .page-content-inner {
        flex-direction: column;
    }
    .page-content-left,
    .page-content-right {
        width: 100%;
    }
    .page-content-left {
        flex-wrap: wrap;
        display: flex;
    }
    .sidebar-content-item {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .button_download {
        width: 180px;
    }
    .resource-preview {
        padding: 10px;
    }
    .sidebar-content-item {
        width: 100%;
    }
    .hero-content-right {
        padding-top: 15px;
    }
    .hero-content-right h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .hero-section-inner {
        padding: 20px 0px;
    }
    .hero-content {
        margin-top: 15px;
    }
    .hero-content-left {
        max-width: 100%;
    }
    .page-content {
        padding: 20px 0px 20px;
    }
    .page-bottom {
        padding: 20px 0px 80px;
    }
}