body {
    background-color: #fff;
}

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

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

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

.resources-posts-content.no-sidebar {
    margin-left: 0px;
    padding-left: 0px;
}

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

.filter-item-title:hover {
    color: #000000;
}

.filter-item-title span strong {
    background-color: #CCD1F4;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

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

.active-filter-items .filter-item-list-content {
    display: flex;
}

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

.item-holder:last-child {
    margin-bottom: 0px;
}

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

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

.item-holder>span {
    cursor: pointer;
}

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

.sidebar-inner .activ_item .checkbox {
    background-color: #1EBBF0;
    border-color: #1EBBF0;
    position: relative;
}

.sidebar-inner .activ_item .checkbox:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 2px;
    top: -2px;
    font-size: 12px;
}

.sidebar-inner .activ_item .item-text {
    color: #141921;
    font-weight: 600!important;
}

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

.no-sidebar .resources-posts-item {
    width: calc(25% - 12px);
}

.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:hover {
    box-shadow: 0px 0px 5px 0px rgba(23, 15, 63, 0.24);
}

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

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

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

.new-arrivals-item-left.toolkit,
.resources-posts-item-top.toolkit {
    background-color: #FFF5F0;
}

.new-arrivals-item-left.guide,
.resources-posts-item-top.guide {
    background-color: #F5F7FF;
}

.new-arrivals-item-left.template,
.resources-posts-item-top.template {
    background-color: #FFFAF0;
}

.resources-posts-item-top.new_post {
    position: relative;
}

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

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

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

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

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

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

.hide_button {
    display: none!important;
}

.quick-filter-list {
    flex-direction: row;
    flex-wrap: wrap;
}

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

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

.quick-filter-list [val="new-resources"].item-holder.activ_item {
    background-color: #BEF5C4;
}

.quick-filter-list [val="your-likes"].item-holder i {
    color: #E32D34;
    padding-right: 5px;
}

.quick-filter-list [val="your-likes"] {
    padding: 4px 12px 4px 6px;
}

.quick-filter-list [val="your-likes"].activ_item i:before {
    font-weight: 900;
}

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

.filter-item-list:not(.active-filter-items) .quick-filter-list {
    opacity: 0
}

.quick-filter-list .item-holder.activ_item {
    background-color: #F4F6FA;
    position: relative;
    padding-right: 16px;
}

.quick-filter-list .item-holder.activ_item:after {
    content: "\f00d";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 5px;
    top: 3px;
    color: #323856;
    font-size: 10px;
}

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

.text_on_hover {
    visibility: hidden;
    width: 200px;
    color: #fff;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 8%);
    background-color: #59607D;
    text-align: left;
    border-radius: 3px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 18px;
    left: -2px;
    opacity: 0;
    transition: opacity .3s;
    font-size: 12px;
    line-height: 1.5;
}

.text_on_hover p {
    margin: 0px;
}

.tooltip_holder:hover .text_on_hover {
    visibility: visible;
    opacity: 1;
}

.tooltip_holder:hover i {
    font-weight: 600;
}

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

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

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

.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-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-number-downloads {
    color: #59607D;
    font-size: 12px;
    line-height: 400;
    line-height: 16px;
    padding-left: 5px;
}

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

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

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

.load-more-button-search,
.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;
}

.load-more-button-search:hover,
.load-more-button:hover {
    box-shadow: 0 0 1px 0 rgb(0, 0, 0, .05), 0 1px 10px 0 rgb(0, 0, 0, .15);
}

.loading {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.loading img {
    width: 100px;
    height: 100px;
}

.resources-posts-line {
    display: flex;
    position: relative;
    background-color: #fff;
    padding: 12px 0px;
}

.resources-posts-line-inner {
    font-size: 16px;
    color: #5C627C;
    font-weight: 400;
    line-height: 22px;
}

.resources-first-post-main {
    background-color: #F4F6FA;
}

.resources-first-post {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 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-inner .hr-domain-item {
    background-color: #CACFE6;
}

.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-information {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

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

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

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

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

.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-date {
    padding-left: 6px;
}

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

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

.resources-content {
    margin-right: calc(-50vw + 350px);
    margin-left: calc(-50vw + 350px);
}

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

.resources-new-arrivals-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.resources-first-search-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 72px;
}

#content:before {
    content: '';
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 72px;
    background-color: #31216b;
    z-index: 999;
}

.resource-search-inner {
    padding: 20px 0px 40px;
}

.resources-search-breadcrubms,
.resources-search-breadcrubms a {
    color: #F4F6FA;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}

.resources-search-breadcrubms a:hover {
    text-decoration: underline;
}

.resource-search-content {
    display: flex;
    padding-top: 20px;
}

.resource-search-content-left {
    flex: 1;
    padding-right: 40px;
}

.resource-search-content-right {
    max-width: 227px;
    line-height: 0;
    margin-top: -30px;
}

.resource-search-content-right img {
    width: 100%;
}

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

.resources-search-description {
    padding-bottom: 20px;
    display: flex;
}

.resources-search-description p {
    margin: 0px;
    color: #E2E5F3;
    font-size: 14px;
    font-weight: 400;
}

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

#search-form i:hover {
    color: #151C28;
}

.resources-search-cancel {
    position: absolute;
    right: 20px;
    top: 12px;
    cursor: pointer;
}

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

#search-form button i {
    font-size: 16px;
}

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

#search-form input:focus {
    outline: 0;
}

#search-form input::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #9AA0B9;
    font-weight: 100;
}

#search-form input::placeholder {
    color: #9AA0B9;
    font-weight: 100;
}

.empty-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 80px auto 40px;
}

.empty-content-image {
    line-height: 0;
}

.empty-content-top {
    font-size: 16px;
    line-height: 24px;
    color: #151C28;
    font-weight: 600;
    padding-top: 10px;
}

.empty-content-message {
    font-size: 16px;
    line-height: 24px;
    color: #151C28;
}

.empty-content-links {
    color: #151C28;
}

.empty-content-clear {
    font-size: 16px;
    color: #1ebbf0;
    text-decoration: underline;
}

.empty-content-links,
.empty-content-clear {
    line-height: 24px;
    cursor: pointer;
}

.empty-content-links a,
.empty-content-links span {
    color: #1EBBF0;
    text-decoration: none;
    text-decoration: underline;
}

.search-result-text {
    color: #151C28;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
}

.close_button {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 99;
    font-size: 20px;
}

#see-results {
    display: none;
}

#clear-filter {
    display: inline-flex;
}

.close-resources-sidebar,
#filter-resources-button {
    display: none;
}

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

.resources-posts-line.mobile-version:not(.search_version) {
    display: none;
}

.resources-posts-line.mobile-version.search_version {
    max-width: 1000px;
    margin: 0 auto;
}

.resources-posts-line.mobile-version.search_version .num_resources_holder {
    padding: 0px;
}

.resources-posts-content.no-sidebar {
    padding-top: 0px;
}

@media screen and (max-width: 1640px) {
    .resources-posts-line.mobile-version.search_version {
        margin-left: 40px;
    }
    #primary {
        margin-left: 280px;
        margin-right: 0px;
        max-width: 100%;
    }
    .resources-content {
        margin-right: 0px;
        margin-left: 0px;
    }
    .resources-new-arrivals-inner,
    .resources-posts-holder,
    .resources-first-post,
    .resources-first-search-inner {
        max-width: 1000px;
        margin-left: 40px;
    }
    .resources-posts-line {
        padding: 12px 0px;
    }
}

@media screen and (max-width: 1360px) {
    .resources-new-arrivals-inner,
    .resources-posts-holder,
    .resources-first-post,
    .resources-first-search-inner {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1280px) {
    .resources-posts-item {
        width: calc(50% - 12px);
    }
}

@media screen and (max-width: 1200px) {
    .no-sidebar .resources-posts-item {
        width: calc(100%/3 - 12px);
    }
}

@media screen and (max-width: 1070px) {
    .resources-posts-line.mobile-version.search_version {
        max-width: 100%;
        margin-left: 0px;
        padding: 20px;
    }
    .resources-first-post-right {
        padding: 10px 10px 10px 15px;
    }
    .resources-first-post-left {
        padding: 0px;
    }
    .no-sidebar .resources-posts-item {
        width: calc(25% - 12px);
    }
    .resources-first-search-inner {
        padding-top: 0px;
    }
    #primary {
        margin-left: 0px;
    }
    .resources-posts-content {
        padding: 20px 0px 30px 30px;
    }
    .resources-new-arrivals-inner,
    .resources-posts-holder,
    .resources-first-post,
    .resources-first-search-inner {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 880px) {
    .no-sidebar .resources-posts-item {
        width: calc(100%/3 - 12px);
    }
}

@media screen and (max-width: 720px) {
    .resources-first-post-right h2 {
        font-size: 20px;
        line-height: 30px;
        margin: 0px 0px 10px;
    }
    .resources-posts-item {
        width: calc(100% - 12px);
    }
    .resources-first-post-inner {
        flex-direction: column;
    }
    .resources-first-post-right {
        width: 100%;
        padding: 20px 10px 10px;
    }
    .resources-first-post-left {
        width: 100%;
        padding: 0px;
    }
    .resources-first-post-left {
        text-align: center;
    }
    .resources-first-post-left img {
        width: 400px;
    }
}

@media screen and (max-width: 660px) {
    .no-sidebar .resources-posts-item {
        width: calc(50% - 12px);
    }
}

@media screen and (max-width: 480px) {
    #clear-filter,
    #see-results {
        padding: 10px 22px;
    }
    .resources-posts-content {
        padding: 20px 0px 30px 30px;
    }
    #filter-resources-button {
        font-size: 14px;
    }
    .num_resources_holder {
        padding: 0px;
    }
    .resources-posts-line {
        padding: 20px 10px;
    }
    .resources-posts-line-inner {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .resources-posts-line.desktop-version {
        display: none;
    }
    .resources-posts-line.mobile-version {
        display: flex!important;
    }
    .empty-content-links,
    .empty-content-message {
        text-align: center;
    }
    .sidebar-inner::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 5px;
    }
    .sidebar-inner::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .3);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }
    .sidebar-inner {
        height: calc(100% - 40px);
        overflow-y: scroll;
        overflow-x: hidden;
        scrollbar-color: rgba(0, 0, 0, 0.3);
    }
    .close-resources-sidebar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .clear-filters {
        justify-content: space-between;
        position: fixed;
        bottom: 20px;
        left: 12px;
        right: 12px;
        display: flex;
    }
    #see-results {
        display: flex;
    }
    .resource-search-content-right {
        display: none;
    }
    .resource-search-content-left {
        padding-right: 0px;
    }
    #filter-resources-button {
        display: flex;
        align-items: center;
    }
    #filter-resources-button i {
        padding-right: 5px;
    }
    .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;
        margin-top: 72px;
        background-color: #fff;
        z-index: 99999;
        transition: transform .3s;
        padding-top: 50px;
    }
    .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 .holder-mobile {
        display: block;
    }
    .resources-posts-content {
        margin-left: 0px;
        padding-left: 0px;
    }
    .resources-posts-item {
        width: calc(50% - 12px);
    }
    .resources-posts-sidebar {
        padding: 20px 12px !important;
    }
    .filter-your-result {
        color: #31216B;
        font-weight: 600;
    }
}


/*****/

#popup_form.show_popup {
    display: flex;
    pointer-events: auto !important;
}

#popup_form {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0px;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup_form_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#popup_form_main {
    z-index: 999;
    position: relative;
    max-width: 900px;
    background-color: #f2f2f2;
    border-radius: 8px;
    width: 100%;
}

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

.new-arrivals {
    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:hover {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
}

.new-arrivals-item:last-child {
    margin-bottom: 0px;
}

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

.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-time {
    color: #484E6B;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-right: 5px;
}

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

.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-domains {
    margin-right: 5px;
}

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

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

.resource-search-content-right h3 {
    color: #fff;
    font-size: 22px;
    line-height: 38px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
}

.resources-new-arrivals-inner h3 {
    margin: 0px 0px 10px;
}

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

@media screen and (max-width: 800px) {
    .resource-search-content {
        flex-direction: column;
    }
    .resource-search-content-left {
        width: 100%;
        padding: 0px 0px 0px;
    }
    .resource-search-content-right {
        display: none;
    }
    .new-arrivals-item {
        width: calc(50% - 12px);
        margin: 0px 6px 12px;
    }
    .new-arrivals-item:last-child {
        margin-bottom: 0px;
    }
    .new-arrivals {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px) {
    .new-arrivals-item {
        width: calc(100% - 12px);
    }
}