.page_content_inner {
    background-color: #31216B;
}

.resources-posts-sidebar {
    width: 240px;
    padding: 0px 0px 40px;
}

.resources-posts-content {
    flex: 1;
    padding: 50px 0px 30px 40px;
}

#demo-resources-top {
    background-color: #31216B;
    background-image: url(../../../../images/png/blobs.png);
    background-position: center center;
    background-size: cover;
}

.demo-resources-top-inner {
    display: flex;
    padding: 20px 0px 40px;
}

.demo-resources-top-left {
    flex: 1;
    padding-right: 40px;
}

.demo-resources-top-right {
    width: 227px;
}

.demo-resources-top-right-img {
    line-height: 0;
}

.demo-resources-top-right-img img {
    width: 100%;
}

.demo-resources-top-breadrumbs {
    color: #F4F6FA;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 20px;
}

.demo-resources-top-left h1 {
    color: #FFF;
    font-size: 32px;
    font-weight: 800;
    line-height: 38px;
    text-transform: capitalize;
    margin: 0px 0px 12px;
}

.demo-resources-top-left p {
    padding-bottom: 20px;
    display: flex;
    margin: 0px;
    color: #E2E5F3;
    font-size: 14px;
    font-weight: 400;
}

.search-form {
    display: flex;
    height: 46px;
    width: 100%;
    border: 4px;
    position: relative;
}

.search-form button {
    border: none;
    background: #fff;
    border-radius: 0px;
    color: #59607D;
    width: 46px;
    border-radius: 4px 0px 0px 4px;
    padding: 0px;
}

.search-form input {
    border: none!important;
    background: #fff;
    font-weight: 100!important;
    flex: 1;
    border-radius: 0px 4px 4px 0px!important;
    outline: 0!important;
    font-size: 16px!important;
    color: #9AA0B9!important;
    margin: 0px!important;
    padding: 3px!important;
}

.search-form input::-moz-placeholder,
.search-form input:focus,
.search-form input::placeholder {
    color: #9AA0B9!important;
    opacity: 1;
}

.search-form button i {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
}

.new-arrivals {
    background-color: #F4F6FA;
}

.new-arrivals-inner {
    padding: 20px 0px;
}

.new-arrivals-inner h2 {
    color: #404040;
    font-size: 1.17em;
    font-weight: 800!important;
}

.new-arrivals-holder {
    display: flex;
    margin: 0px -6px;
}

.new-arrivals-item {
    width: calc(100% / 3 - 12px);
    margin: 0px 6px;
    display: flex;
    align-items: stretch;
    border: 1px solid #E2E5F3;
    border-radius: 8px;
    text-decoration: none;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
}

.new-arrivals-item-left {
    width: 80px;
    line-height: 0;
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0px 0px 8px;
    box-sizing: border-box;
}

.new-arrivals-item-left.template {
    background-color: #FFFAF0;
}

.new-arrivals-item-left img {
    width: 100%;
}

.new-arrivals-item-right {
    flex: 1;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    padding: 10px;
}

.new-arrivals-item-right-first-part {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.new-arrivals-item-right-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.new-arrivals-item-right-time {
    color: #484E6B;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-right: 5px;
}

.new-arrivals-item-right-domains {
    margin-right: 5px;
}

.primary_type {
    font-size: 12px;
    line-height: 16px;
    color: #323856;
    font-weight: 400;
    padding: 2px 4px;
    margin: 0px 4px 4px 0px;
    border-radius: 4px;
    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;
}

.new-arrivals-item-right-second-part {
    height: 20px;
    font-size: 12px;
    color: #323856;
    background-color: #BEF5C4;
    border: 1px solid #45C54F;
    border-radius: 24px;
    padding: 0px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    width: 48px;
}

.new-arrivals-item-right-bottom {
    color: #484E6B;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 3px;
}

#resources-posts-holder {
    background-color: #fff;
}

.resources-posts-holder-inner {
    margin: 0 auto;
    display: flex;
    position: relative;
    min-height: 100vh;
}

.num_resources_holder {
    color: #59607D;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
    display: block;
    font-weight: 600;
}

.filter-item-list {
    padding-bottom: 25px;
}

.filter-item-title {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    display: flex;
}

.quick-filter-list {
    flex-direction: row!important;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}

.quick-filter-list .item-holder {
    margin: 0px;
    padding: 3px 11px;
    border: 1px solid #CACFE6;
    border-radius: 24px;
    box-sizing: border-box;
    margin: 0px 8px 8px 0px;
    line-height: 1;
}

.quick-filter-list [val="new-resources"].item-holder {
    border-color: #45C54F;
}

.quick-filter-list .item-holder .item-text {
    color: #323856;
    font-size: 12px;
    font-weight: 700;
    padding: 0px;
    line-height: 1;
}

.quick-filter-list [val="your-likes"].item-holder i {
    color: #E32D34;
    padding-right: 5px;
    font-family: "Font Awesome 6 Free";
    font-weight: 500;
    font-style: normal;
}

.resources-posts-line {
    padding: 12px 0px;
}

.item-holder {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.item-text {
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #484E6B;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.filter-item-list-content {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
    display: flex;
}

.checkbox {
    width: 16px;
    height: 16px;
    border: 1px solid #bbb;
    border-radius: 3px;
}

.tooltip_holder i {
    font-family: "Font Awesome 6 Free";
    font-weight: 800;
    font-style: normal;
}

.tooltip_holder {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 5px;
    line-height: 12px;
}

.item-text img {
    padding-right: 6px;
    width: 26px;
}

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

.resources-posts-title {
    width: 100%;
    color: #31216B;
    font-size: 24px;
    font-weight: 800;
    margin: 0px 6px 30px;
    display: flex;
}

.resources-posts-item {
    width: calc(100% / 3 - 12px);
    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;
    outline: 0 !important;
}

.resources-posts-item-top {
    padding: 20px;
    background-color: #F4F6FA;
    line-height: 0;
    position: relative;
}

.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-top-image {
    line-height: 0;
    display: flex;
}

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

.add_to_bookmark {
    position: absolute;
    top: 12px;
    right: 12px;
}

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

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

.resources-item-hr-domain {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

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

.resources-posts-content .hr-domain-item {
    color: #323856;
    background-color: #F4F6FA;
}

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

.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;
}

.box-message {
    width: 100%;
}

.resources-box-message-buttons {
    display: flex;
}

.resources-box-message-title {
    color: #31216B;
    font-size: 24px;
    text-align: center;
    line-height: 32px;
    max-width: 80%;
    margin: 0px auto 20px;
    font-weight: 600;
}

.resources-box-message-buttons a {
    margin: 0px 10px;
    font-weight: 600;
}

.resources-box-message-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0px;
}

.resources-first-post-inner {
    display: flex;
    text-decoration: none;
    align-items: center;
    background-color: #F5F7FF;
    outline: 0 !important;
    margin: 0px 6px 12px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(23, 15, 63, 0.14);
}

.resources-first-post-inner:hover {
    box-shadow: 0px 0px 5px 0px rgba(23, 15, 63, 0.24);
}

.resources-first-post-left {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 0px 0px 20px;
}

.resources-first-post-left img {
    width: 100%;
    max-height: 220px;
}

.resources-first-post-right {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 25px;
}

.resources-first-post-highlighted {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.highlighted-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: #31216B;
    display: block;
}

.resources-first-post-highlighted .add_to_bookmark {
    position: relative !important;
    top: inherit;
    right: inherit;
    margin-bottom: 15px;
}

.resources-first-post-highlighted .add_to_bookmark i {
    font-size: 22px;
}

.add_to_bookmark i {
    color: #E32D34;
    font-size: 22px;
    font-weight: 400;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
}

.add_to_bookmark span {
    display: none;
    color: #fff !important;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -35px;
    right: 0px;
    transition: opacity 0.3s;
    font-size: 12px !important;
    line-height: 1.2;
    font-weight: 500 !important;
    padding: 8px !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background-color: #59607D;
    width: 130px;
}

.resources-first-post-information {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.resources-first-post-information-date,
.resources-first-post-information-downloads {
    display: flex;
    align-items: center;
    color: #59607D;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.resources-first-post-information-downloads img {
    padding-right: 6px;
    width: 26px;
    box-sizing: border-box;
}

.resources-first-post-right h2 {
    color: #1A1919;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin: 0px 0px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.resources-first-post-inner .hr-domain-item {
    background-color: #CACFE6;
}

.esources-first-post-excerpt {
    color: #6F7682;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.resources-posts-load-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.resources-posts-load-more b {
    font-size: 12px;
    line-height: 21px;
    color: #59607D;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.load-more-button {
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    line-height: 19px;
    letter-spacing: 0.5px;
    padding: 7px 24px;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #9eafaf !important;
    margin-top: 5px;
}

.resources-posts-line.mobile-version {
    display: none;
}

@media (max-width: 800px) {
    .demo-resources-top-left {
        width: 100%;
        padding: 0px 0px 0px;
    }
    .demo-resources-top-right {
        display: none;
    }
    .new-arrivals-holder {
        flex-wrap: wrap;
    }
    .new-arrivals-item {
        width: calc(50% - 12px);
        box-sizing: border-box;
        margin: 0px 6px 12px;
    }
    .new-arrivals-item:last-child {
        margin: 0px 6px;
    }
}

@media (max-width: 820px) {
    .resources-first-post-inner {
        flex-direction: column;
    }
    .resources-first-post-left {
        width: 100%;
        padding: 0px;
        text-align: center;
        padding-top: 20px;
    }
    .resources-first-post-left img {
        max-width: 400px;
        width: 100%;
    }
    .resources-first-post-right {
        width: 100%;
        padding: 10px 10px 10px;
    }
}

@media (max-width: 780px) {
    .resources-box-message-buttons {
        flex-direction: column;
    }
    .resources-box-message-buttons a {
        margin: 0px 0px 10px;
    }
    .resources-box-message-buttons a:last-child {
        margin-bottom: 0px;
    }
    .resources-box-message-holder {
        padding: 30px 0px;
    }
}

@media (max-width: 720px) {
    .resources-posts-item {
        width: calc(100% - 12px)!important;
    }
}

@media screen and (max-width: 480px) {
    .resources-box-message-buttons {
        width: 100%;
    }
    .resources-box-message-buttons a {}
    .resources-posts-line.desktop-version {
        display: none;
    }
    .new-arrivals-item {
        width: calc(100% - 12px);
        margin: 0px 6px 12px;
    }
    .resources-posts-line.mobile-version {
        display: flex !important;
        padding: 20px 10px;
        background-color: #fff;
    }
    .resources-posts-line-inner {
        font-size: 16px;
        color: #5C627C;
        font-weight: 400;
        line-height: 22px;
    }
    #filter-resources-button {
        font-size: 14px;
    }
    #filter-resources-button i {
        padding-right: 5px;
    }
    .num_resources_holder {
        padding: 0px;
    }
    .resources-posts-line-inner {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .resources-posts-sidebar {
        -moz-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 300px;
        background-color: #fff;
        z-index: 999999;
        transition: transform .3s;
        padding: 20px 12px;
    }
    .resources-posts-content {
        padding: 20px 0px 30px 0px;
    }
    .resources-posts-item {
        width: calc(50% - 12px)!important;
    }
    .active-resources-sidebar .resources-posts-sidebar {
        -moz-transform: translateX(0vw);
        -ms-transform: translateX(0vw);
        -webkit-transform: translateX(0vw);
        transform: translateX(0vw);
        transition: transform .3s;
    }
    .active-resources-sidebar .demo-sidebar-overlay {
        display: block;
    }
}