.demo-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    z-index: 9999;
    border-right: 1px solid #ABB0B9;
    padding: 0px 8px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    top: 86px;
}

.tooltip:before {
    content: 'Copied to Clipboard!';
    font-size: 14px;
    position: absolute;
    bottom: -54px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 6px;
    padding: 6px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    font-weight: 400;
    color: #31216B;
    text-transform: none;
    width: 160px;
    text-align: center;
}

.tooltip:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.site-header-new {
    border-bottom: 1px solid rgba(256, 256, 256, 0.3);
}

.container {
    max-width: 1000px;
    margin: 0px auto 0px;
}

#phantom {
    display: none;
}

.scroll1_down .site-header-new {
    background: #31216B;
    animation: none!important;
    -webkit-animation: none!important;
}

.scroll1_down .site-header-new,
.site-header-new {
    position: fixed!important;
    left: 0px;
    right: 0px;
}

.sidebar-subsection-item {
    display: flex;
    align-items: center;
    padding: 8px;
    text-decoration: none;
    height: 40px;
    box-sizing: border-box;
    border-radius: 3px;
}

.new-nav-item {
    position: relative;
}

.new-nav-item.sidebar-subsection-item:after {
    content: 'new';
    position: absolute;
    right: 10px;
    top: 12px;
    color: #1369D9;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    background-color: #BDDAFF;
    border-radius: 18px;
    padding: 0px 4px;
    margin-left: 5px;
}

.sidebar-subsection-holder {
    display: flex;
    flex-direction: column;
}

.subsection-icon {
    width: 35px;
    line-height: 0;
}

.subsection-name {
    font-size: 14px;
    line-height: 19px;
    color: #484E6B;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex: 1;
}

.subsection-name i {
    padding-left: 10px;
}

.sidebar-subsection-holder {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E2E5F3;
    padding: 14px 0px 14px;
}

.sidebar-subsection-title {
    font-size: 14px;
    line-height: 19px;
    color: #484E6B;
    font-weight: 700;
    padding: 10px 8px;
}

.sidebar-subsection-item:hover {
    background-color: #F4F6FA;
    outline: 0;
}

.sidebar-subsection-item.active-sidebar-nav-item {
    background-color: #E2E5F3;
    outline: 0;
}

.sidebar-subsection-item.not_visited_item {
    position: relative;
}

.sidebar-subsection-item.not_visited_item:before {
    content: '';
    position: absolute;
    top: 12px;
    right: 10px;
    background-image: url(https://www.aihr.com/wp-content/themes/dt-the7-child/images/svg/red-dot.svg);
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
}

.expand_items {
    display: flex;
    flex-direction: column;
}

.expand_items_text_holder {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px;
}

.expand_items_text {
    width: 35px;
    line-height: 0;
}

.expand_items.accordion-down-item .expand_items_text i {
    transform: rotate(180deg);
    transition: 0.2s linear;
    padding: 0px 2px 0px 0px !important;
}

.expand_items_text_right {
    font-size: 14px;
    line-height: 19px;
    color: #484E6B;
    font-weight: 600;
}

.expand_items_text i {
    transform: rotate(0deg);
    transition: 0.2s linear;
    font-size: 14px;
    padding-left: 2px;
}

.page_content_inner {
    padding: 85px 0px 0px 280px;
}

.demo-sidebar-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999999;
}

.hero-section-holder {
    background-color: #fff;
    padding: 50px 0px;
    background-image: url(https://www.aihr.com/wp-content/themes/dt-the7-child/images/png/purple-background.png);
    background-size: cover;
    background-position: bottom right;
}

.hero-section-content-breadcrumbs {
    padding-bottom: 10px;
}

.hero-section-content-breadcrumbs,
.hero-section-content-breadcrumbs a,
.hero-section-content-breadcrumbs span {
    font-size: 14px;
    color: #fff;
}

.hero-section-content-breadcrumbs a {
    text-decoration: none;
}

.hero-section-content {
    display: flex;
    flex-direction: column;
}

.hero-section-title {
    padding-bottom: 20px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.hero-section-title h1 {
    font-size: 32px;
    color: #fff;
    font-weight: 800;
    margin: 0px;
    padding: 0px 10px 5px 0px;
}

.single-preview-page .hero-section-holder {
    padding: 50px 0px 35px;
}

.dm-item {
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 4px 10px;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 15px;
}

.hero-section-title .alumni {
    background-color: rgba(256, 256, 256, .12);
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}

.hero-section-description {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.header_inner_holder.demo_header {
    padding: 0px;
    max-width: 100%;
    margin: 0px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.demo-nav-right {
    display: flex;
    align-items: center;
}

.share-button {
    padding-right: 20px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.share-button i {
    font-size: 20px;
    padding-right: 5px;
}

.share-button span {
    font-size: 16px;
    text-decoration: underline;
}

.enroll-now-button a {
    font-weight: 600;
    width: inherit;
    min-width: inherit;
    padding: 11px 20px;
}

.demo-sidebar-nav.mobile_version {
    display: none!important;
}

.item_holder.overlay_item .overlay,
.event-rsvp-porcessing .overlay {
    left: 0px;
    right: 0px;
}

@media screen and (min-width: 651px) {
    .item_holder .overlay {
        flex-direction: row;
    }
    .item_holder .overlay-text {
        margin-right: 20px;
    }
}

@media screen and (max-width: 650px) {
    .item_holder .overlay-text {
        margin-bottom: 10px;
    }
}

.overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 10px;
    right: 10px;
    text-align: center;
    font-size: 20px;
    opacity: 0;
    transition: opacity 0.3s ease, color 0.3s ease;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.4;
}

.overlay-text {
    font-weight: 800;
}

.item_holder.overlay_item:hover .overlay,
.event-rsvp-porcessing:hover .overlay,
.sidebar-inner:hover .overlay,
span.resources-posts-item:hover .overlay,
.resources-first-post-inner:hover .overlay,
.new-arrivals-item:hover .overlay {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
}

.item_holder.overlay_item:after,
.event-rsvp-porcessing:after,
.sidebar-inner:after,
span.resources-posts-item:after,
.resources-first-post-inner:after,
.new-arrivals-item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 8px;
}

.item_holder.overlay_item:hover:after,
.event-rsvp-porcessing:hover:after,
.sidebar-inner:hover:after,
span.resources-posts-item:hover:after,
.resources-first-post-inner:hover:after,
.new-arrivals-item:hover:after {
    background-color: rgba(0, 0, 0, 0.6);
}

.sidebar-inner,
span.resources-posts-item,
.resources-first-post-inner {
    position: relative;
}

.item_holder.overlay_item .overlay-button a,
.event-rsvp-porcessing .overlay-button a,
span.resources-posts-item .overlay-button a {
    min-width: inherit;
    width: inherit;
    padding: 11px 20px;
}

.item_holder.overlay_item .overlay-button {
    margin-top: 0px;
}

.overlay-button {
    margin-top: 20px;
}

.overlay-button a {
    font-weight: 600;
    font-size: 14px;
}

.sidebar-inner .overlay-button a {
    width: inherit !important;
    min-width: inherit !important;
    padding: 11px 15px;
    box-sizing: border-box;
}

.load-more-button {
    opacity: 0.5;
}

@media (min-width: 1041px) {
    .scroll1_down #page,
    .logged-in.scroll1_down #page {
        margin-top: 0px!important;
    }
    .site-header-new {
        background: #31216B;
    }
    .demo-hamburger-menu {
        display: none;
    }
    .logged-in .demo-sidebar {
        top: 118px;
    }
}

@media screen and (max-width: 1640px) {
    .container {
        margin: 0px auto 0px 40px;
    }
}

@media screen and (max-width: 1360px) {
    .container {
        margin: 0px 40px;
    }
}

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

@media (max-width: 1040px) {
    .tooltip:before {
        top: -49px;
        bottom: inherit;
    }
    .tooltip:after {
        top: -11px;
        bottom: inherit;
        border-top: 10px solid #fff;
        border-bottom: none;
    }
    .demo-sidebar-nav.mobile_version {
        display: flex!important;
        flex-direction: column;
        padding-top: 20px;
    }
    .demo-sidebar-nav.mobile_version .share-button {
        padding: 0px 0px 10px;
        text-align: center;
    }
    .demo-nav-right.desktop_version {
        display: none!important;
    }
    .demo-sidebar-nav.mobile_version .share-button {
        color: #484E6B;
    }
    .share-button i {
        font-size: 18px;
    }
    .share-button span {
        font-size: 14px;
    }
    .header_inner_holder .site-branding {
        justify-content: flex-start;
    }
    .logo_holder {
        margin: 0!important;
    }
    .header_inner_holder.demo_header {
        margin: 0px 70px 0px 20px;
    }
    .container {
        margin: 0px 20px;
    }
    .active-demo-sidebar .holder-mobile {
        display: block;
    }
    .page_content {
        padding-top: 69px;
    }
    .page_content_inner {
        padding: 0px 0px 0px 0px;
    }
    .site-header-new {
        background: #31216B!important;
    }
    #aihr-site-navigation .lines-button .menu-line {
        background-color: #fff!important;
    }
    .demo-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: 9999999;
        transition: transform .3s;
        padding-top: 0px;
        margin-top: 0px;
    }
    .active-demo-sidebar .demo-sidebar {
        -moz-transform: translateX(0vw);
        -ms-transform: translateX(0vw);
        -webkit-transform: translateX(0vw);
        transform: translateX(0vw);
        transition: transform .3s;
    }
    .active-demo-sidebar .demo-sidebar-overlay {
        display: block;
    }
    .demo-hamburger-menu {
        position: fixed;
        right: 20px;
        top: 18px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        z-index: 999999;
        padding: 5px;
    }
    .demo-hamburger-menu i {
        color: #fff;
        font-size: 22px;
    }
    .logged-in .demo-hamburger-menu {
        top: 50px;
    }
}

@media (max-width: 782px) {
    .logged-in .demo-hamburger-menu {
        top: 64px;
    }
}

@media (max-width: 480px) {
    .page_content {
        padding-top: 66px;
    }
    .overlay-button {
        width: 100%;
    }
    span.resources-posts-item .overlay-button a {
        padding: 11px 10px;
        box-sizing: border-box;
    }
}

.preview-lessons-bottom h2 {
    font-size: 24px;
    line-height: 32px;
    color: #31216B;
    font-weight: 600;
    margin-bottom: 20px;
}

.preview-lessons-bottom-content {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 30px;
    display: flex;
}

.bottom-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    padding: 0px 30px;
}

.bottom-item a {
    font-size: 14px;
    line-height: 20px;
    color: #31216B;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 5px;
    text-align: center;
}

.bottom-item a:hover {
    text-decoration: underline;
    color: #31216B;
}

.bottom-item span {
    font-size: 14px;
    line-height: 20px;
    color: #31216B;
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width: 1150px) {
    .preview-lessons-content-inner {
        margin: 30px;
        max-width: 100%;
    }
    .preview-lessons-middle {
        padding: 30px 0px;
    }
}

@media screen and (max-width: 1040px) {
    .preview-lessons-content-inner {
        margin: 50px 20px;
    }
}

@media screen and (max-width: 650px) {
    .preview-lessons-bottom-content {
        flex-direction: column;
    }
    .bottom-item {
        padding: 0px 0px 20px;
        align-items: flex-start;
    }
    .bottom-item:last-child {
        padding-bottom: 0px;
    }
    .bottom-item span {
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .preview-lessons-content-inner {
        margin: 20px;
    }
    .preview-lessons-top-content,
    .preview-lessons-bottom-content {
        padding: 20px;
    }
}

.demo-modal.hide_section {
    display: none!important;
}

.demo-modal {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 86px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}

.logged-in .demo-modal {
    top: 118px;
}

.demo-modal-holder {
    padding-top: 100px;
    max-width: 500px;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    padding: 50px;
    margin-top: 100px;
    box-sizing: border-box;
}

.demo-modal-title {
    color: #31216B;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.demo-modal-description {
    color: #31216B;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
    font-weight: 400;
}

#demo-form input {
    width: 100%;
    height: 50px !important;
    border-radius: 5px !important;
    background: #fff;
    margin-bottom: 12px !important;
    font-size: 16px;
}

#demo-form label.hs-error-msg {
    color: #fb9f00;
    font-size: 14px;
    font-weight: 400;
    margin-top: -10px;
    margin-bottom: 10px;
}

#demo-form .hs_submit input {
    width: 100%;
    height: 50px !important;
    border-radius: 5px !important;
    background: #fb9f00;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    margin: 0px!important;
}

#demo-form .hs_submit input:hover {
    background: #f7b500 !important;
}

body.no-scroll {
    overflow-x: unset !important;
    overflow-y: hidden !important;
}

@media screen and (max-width: 1040px) {
    .demo-modal {
        top: 69px;
    }
    .logged-in .demo-modal {
        top: 101px;
    }
}

@media screen and (max-width: 782px) {
    .logged-in .demo-modal {
        top: 116px;
    }
}

@media screen and (max-width: 550px) {
    .demo-modal-holder {
        max-width: 100%;
        margin: 50px 20px 0px;
        padding: 20px;
    }
}