/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/


/*** Registration Page CSS Match Figma Design by Naveed ***/

.sticky-header .site-header.has-scrolled {
    box-shadow: none !important;
}


/*** Page Title Banner Text ***/

.sa-edurp-page-title-banner h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 70px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    font-family: Bubble Font;
}


/** User Edit Profile Page ***/

.my-profile.profile-edit form.profile-edit .field_3.field_nickname,
.my-account table.bp-tables-user tr.field_nickname {
    display: none;
}


/*** Teacher Registration Form CSS ***/

.signup-form {
    background: #fff;
    padding: 40px 40px 10px 40px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 550px;
    width: 100%;
}

.signup-form h2 {
    margin-bottom: 20px;
}

.signup-form .form-group {
    margin-bottom: 15px;
}

.signup-form .form-group label {
    display: block;
    margin-bottom: 5px;
}

.signup-form .form-group input {
    width: calc(100% - 0px);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 5px;
}

.signup-form .form-group .password-wrapper {
    position: relative;
}

.signup-form .form-group .password-wrapper input {
    width: calc(100% - 0px);
}

.signup-form .form-group .password-wrapper .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.signup-form .t-sign-submit-btn {
    background: #333333;
    color: #fff;
    border: none;
    padding: 0px 40px;
    height: 48px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
}

.signup-form .t-sign-submit-btn:hover {
    background: #00582a;
}

.t-sign-container {
    background-image: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/backgrounds/signup-and-signin-black-bg.webp);
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    align-items: center;
    padding: 30px 15px;
}

.t-sign-container .row {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.t-sign-container .row .half {
    width: 50%;
}

.t-sign-container .row .col-2 {
    display: flex;
    justify-content: end;
}

.lg-text {
    padding-right: 40px;
}

.t-sign-logo {
    width: 100%;
    max-width: 400px !important;
}

.signup-form h1 {
    margin: 0px 0px 30px 0;
    text-align: center;
    color: #D51C29 !important;
}

.bb-password-wrap a.bb-toggle-password {
    height: 40px;
    width: 40px;
    color: rgba(18, 43, 70, 0.5);
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

i.fa::before {
    content: "";
    color: #0000;
    background-image: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/icons/password-eye.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    font-size: 24px;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0px;
    top: 0px;
}

i.fa-facebook::before {
    content: "";
    color: #0000;
    background-image: url(/wp-content/uploads/facebook-app-symbol.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    font-size: 24px;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0px;
    top: 0px;
}

.job-manager-message a {
    color: #d11332 !important;
}

i.fa-twitter::before {
    content: "";
    color: #0000;
    background-image: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/icons/twitter-icon.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    font-size: 24px;
    width: 1em;
    height: 0.8em;
    position: absolute;
    right: 0px;
    top: 0px;
}

i.fa-eye-slash::after {
    content: "";
    height: 32px;
    width: 3px;
    background: #323232;
    position: absolute;
    right: 10px;
    top: -1px;
    transform: rotate3d(1, 1, 1, 45deg);
}

.signup {
    background-color: #d11332 !important;
    border-color: #d11332 !important;
}

.signup:hover {
    background-color: #d11332 !important;
    border-color: #d11332 !important;
}

.signup:focus {
    background-color: #d11332 !important;
    border-color: #d11332 !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-sub {
    text-align: center;
    margin-top: 30px;
}

#page .footer-bottom {
    padding-top: 50px;
}

.menu-item-851 .sub-menu li:hover {
    background-color: #d51c29 !important;
    border-radius: 5px;
}

.menu-item-851 .sub-menu li:hover .bb-icon-l {
    color: #fff !important;
}

.bb-template-v2 .primary-menu>li:hover>a:before {
    background-color: transparent !important;
}

/* Customiser Css Start */

.header-aside-inner .bb-separator {
    background: #ffffff;
}


/** Post Types Sidebar Category Listing Dropdown **/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d51c29 !important;
}
.select2-container .select2-dropdown .select2-results__option {
    padding: 10px 8px !important;
    line-height: 1.2;
}


/* .entry-content {
    margin-top: 100px;
} */

.home #content {
    background: #faf9f7;
}

.bb-toggle-panel .bb-icon-sidebar:before {
    color: #fff;
}

.bb-template-v2 .buddypanel .bb-toggle-panel:hover {
    background: transparent;
}

.menu-item-506 a .bb-icon-file,
.menu-item-455 a .bb-icon-file,
.menu-item-851 a .bb-icon-file {
    display: none;
}

.menu-item-506 a,
.menu-item-455 a,
.menu-item-851 a {
    background-color: transparent !important;
    color: #fff !important;
    padding: 13px 12px !important;
}

.menu-item-506 .sub-menu li:hover,
.menu-item-455 .sub-menu li:hover {
    background-color: #d51c29 !important;
    border-radius: 5px;
}

.menu-item-506>a,
.menu-item-455>a,
.menu-item-851>a {
    font-weight: 700;
    text-transform: uppercase;
}

.buddypanel-menu .menu-item-506 .sub-menu,
.buddypanel-menu .menu-item-455 .sub-menu,
.buddypanel-menu .menu-item-851 .sub-menu {
    display: block;
}


/* ul#buddypanel-menu {
    max-width: 200px;
    margin: 0 auto;
} */

.bb-template-v2 .side-panel-menu a {
    width: 100%;
    position: relative;
}

.buddypanel .side-panel-menu a>.bs-submenu-toggle {
    color: #fff;
    opacity: 1 !important;
    display: none;
}

.buddypanel .side-panel-menu a>.bs-submenu-toggle:hover,
.buddypanel .side-panel-menu a>.bs-submenu-toggle:active {
    color: #fff !important;
}

.bb-template-v2 .buddypanel .side-panel-menu .sub-menu a {
    width: 100%;
    margin: 0;
}

.buddypanel-open .buddypanel-menu .sub-menu.bb-open {
    padding-left: 0;
    padding-top: 0;
}

.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover>.bs-submenu-toggle {
    color: #fff;
}

.site-header--bb .bb-icon-l::before {
    color: #888888;
}

.buddypanel ul.buddypanel-menu>li>a>i+span:not(.count) {
    margin-right: auto;
}

.menu-style-tab_bar .site-header .primary-menu>li.current_page_item>a,
.menu-style-tab_bar .site-header .primary-menu>li.current-menu-item>a {
    border-color: #fff;
}

.menu-style-tab_bar .site-header .primary-menu>li.current_page_item>a:active,
.menu-style-tab_bar .site-header .primary-menu>li.current-menu-item>a:active {
    border-color: #fff;
}

.annoucment-banner {
    background: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/backgrounds/top-black-bg-pattern.webp);
    padding: 20px 0;
}

.annoucment-banner .container {
    text-align: center;
}

.annoucment-banner .container .content {
    color: #fff;
}

.annoucment-banner .container .content h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 500;
    font-family: Bubble Font;
}

.annoucment-banner .container .content p {
    margin: 0;
    font-size: 22px;
    padding-top: 10px;
}

header#masthead {
    padding: 0;
}

.sticky-header .site-content,
body.buddypress.sticky-header .site-content,
.bb-buddypanel.sticky-header .site-content,
.single-sfwd-quiz.bb-buddypanel.sticky-header .site-content,
.single-sfwd-lessons.bb-buddypanel.sticky-header .site-content,
.single-sfwd-topic.bb-buddypanel.sticky-header .site-content {
    padding-top: 180px !important;
}

.bb-template-v2 .header-aside .user-wrap.user-wrap-container .user-link:before {
    background: transparent !important;
}

.notification-wrap span.count {
    background-color: #d51c29;
    font-weight: 800;
    opacity: 1;
    font-size: 10px;
}

.bb-template-v2 .more-block a.count-more:hover {
    background-color: #d51c29;
    color: #fff;
    border: 0;
}

#primary-navbar {
    margin-left: 70px;
}

.menu-item-506 .sub-menu li:hover i,
.menu-item-455 .sub-menu li:hover i {
    color: #fff !important;
    opacity: 1 !important;
}

.main-navigation .primary-menu li:hover i:before {
    color: #fff;
}

.header-aside .header-aside-inner a:hover i:before {
    color: #fff;
}

aside.buddypanel {
    background-color: #00582a !important;
}

aside .panel-head {
    background-color: transparent !important;
}

header#masthead {
    background: #212121;
    color: #fff !important;
}

#primary-menu .menu-item a span {
    display: none !important;
}

#primary-navbar {
    justify-content: center;
    align-items: center;
}

.bb-template-v2 #primary-menu.primary-menu>li {
    padding: 0 10px !important;
}

.primary-menu .current_page_item>a,
.primary-menu .current_page_item>a {
    border-bottom-color: #fff !important;
}

.bb-template-v2 .primary-menu>li.current-menu-item>a:hover:before,
.bb-template-v2 .primary-menu>li.current_page_item>a:hover:before {
    background-color: transparent !important;
}


/** Main Sidebar Menu CSS **/

aside.buddypanel .side-panel-menu-container .side-panel-menu li {
    min-height: auto !important;
}

aside.buddypanel .side-panel-menu-container {
    overflow-y: auto;
    overflow-x: hidden;
}

aside.buddypanel .side-panel-menu-container .side-panel-menu {
    overflow: hidden;
}

.side-panel-menu-container::-webkit-scrollbar {
    width: 0px;
}

.side-panel-menu-container::-webkit-scrollbar-track {
    background: #ffffff6e;
}

.side-panel-menu-container::-webkit-scrollbar-thumb {
    background: #b3b3b382;
}

.side-panel-menu-container .buddypanel-menu ul.sub-menu {
    display: flex !important;
    flex-direction: column;
    gap: 4px;
}


/* aside.buddypanel .side-panel-menu-container #buddypanel-menu {
    overflow: unset;
    height: auto;
}*/


/** Teacher Post Single CSS ***/

.container-fluid {
    padding: 0;
}

body.single-post .annoucment-banner {
    display: none;
}

body.single-post .site-content,
body.single-post .site-content .container-fluid,
.sa-edurp-lesson-main-container {
    padding-left: 0;
    padding-right: 0;
}

body.single-post #content {
    padding-top: 76px !important;
}

body.single-post .site-content .container-fluid,
body.single-post .site-content .container-fluid .site-content-grid {
    max-width: 100%;
}

body.single-post .site-content .container-fluid .site-content-grid,
.single-lesson_plan .container-fluid .site-content-grid {
    flex-direction: column;
    flex-wrap: initial;
    margin-left: 0px;
    margin-right: 0px;
}

.sa-edurp-teacher-blog-post-layout {
    max-width: 1300px;
    margin: 0px 60px 0px 60px;
}

.sa-post-main-content {
    display: flex;
    gap: 50px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sa-post-banner {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    background-image: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/banners/teacher-blog-grid-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sa-post-banner h1 {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 55px;
    text-shadow: 1px 2px #00000054;
}

.sa-post-content {
    padding: 35px 30px;
}

body.single-post .sa-post-main-content #sa-edurp-report-post-app {
    margin-right: 12px;
}

.sa-post-main-content .col-1 {
    width: 75%;
    box-shadow: 0px 0px 2px #00000063;
}

.sa-post-main-content .col-2 {
    width: 25%;
}

a.sa-back-post:hover {
    border-color: #d51c29;
}

.sa-previous-btn {
    padding: 12px 30px;
    background: #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sa-previous-btn .sa-comment-count {
    font-size: 14px;
}

.container-fluid .widget_search {
    background: none;
    border: none;
    padding: 0 !important;
}

.container-fluid .widget_search .search-form label {
    width: 100%;
    position: relative;
}

.container-fluid .widget_search .search-form label button[type="submit"] {
    position: absolute;
    right: 1px;
    height: 40px;
    padding: 5px 7px;
    border-radius: 0 6px 6px 0;
    background: #d51c29;
    border: none;
}

.container-fluid .widget_search .search-form label button[type="submit"] img {
    width: 28px;
}

.container-fluid .widget_categories .cat-item {
    margin-bottom: 0;
    padding: 10px 0px;
    border-top: solid 1px #e2e2e2;
}

.container-fluid .widget_categories .cat-item,
.container-fluid .widget_categories .cat-item a {
    color: #7c7c7c;
    font-weight: 500;
}

.container-fluid .widget_categories .cat-item:hover,
.container-fluid .widget_categories .cat-item a:hover {
    color: #d51c29;
}

.sa-edurp-teacher-blog-post-related-posts-section {
    margin-top: 40px;
}

.sa-edurp-teacher-blog-post-related-posts-section .post-related-posts {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sa-edurp-teacher-blog-post-related-posts-section .entry-img {
    padding-top: 0% !important;
}

.sa-edurp-teacher-blog-post-related-posts-section .entry-img img {
    position: initial !important;
}

.container-fluid .widget_search .search-form label .search-field-top:focus {
    border-color: #d3182e;
}

.container-fluid #sa-edurp-report-post-app button {
    border: none;
    background: #d3182e;
}


/* .container-fluid .sa-edurp-teacher-blog-post-comments-section .comment-form input[type="submit"] {
    border: none;
    background: #000;
} */

.container-fluid .post-meta-wrapper-main .cat-links a {
    color: #d3182e;
}

.container-fluid .post-meta-wrapper-main .show-support a.bb-share {
    background: #d11332;
    padding: 4px 5px 1px 5px;
    border-radius: 50px;
}

.container-fluid .post-meta-wrapper-main .show-support a.push-right {
    background: #00582a;
    padding: 4px 5px 1px 5px;
    border-radius: 50px;
}

.container-fluid .post-meta-wrapper-main .show-support a.bb-share {
    padding: 8px 6px 5px 4px;
}

.container-fluid .post-meta-wrapper-main .show-support i.bb-icon-l {
    color: #fff;
}

.sa-edurp-teacher-blog-post-related-posts-section .post-related-posts>h3 {
    font-weight: 700;
    color: #393e41;
    font-size: 26px;
}

.sa-edurp-teacher-blog-post-related-posts-section article .entry-content-wrap {
    background: #f6f6f6;
}

.sa-edurp-teacher-blog-post-related-posts-section article .entry-content-wrap .entry-header {
    margin-bottom: 10px;
}

.sa-edurp-teacher-blog-post-related-posts-section article .entry-content-wrap .entry-content {
    border-bottom: solid 1px #9b9c9f45;
    padding-bottom: 35px;
    margin-bottom: 20px;
}

.sa-edurp-teacher-blog-post-related-posts-section article .entry-content-wrap .entry-meta .post-author {
    color: #9b9c9f;
}

.sa-like-button {
    margin-right: 15px;
    padding: 0px 8px;
    background-color: #d3182e;
    border: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    &:focus,
    &:active {
        background-color: #d3182e;
    }
}

.sa-comment-count .sa-like-button:hover {
    background: transparent !important;
    color: #d11332 !important;
}

.sa-comment-count .sa-like-button:focus {
    box-shadow: none;
    background-color: #d3182e;
}

.sa-like-count-number {
    margin-left: 20px;
}

.comment-form .form-submit .submit {
    background-color: #00582a;
    border-color: #00582a;
}

.comment-form .comment-form-comment textarea:focus {
    border-color: #d3182e;
}

@media only screen and (max-width: 1366px) {
    .sa-post-banner h1 {
        font-size: 48px;
    }
    .sa-edurp-teacher-blog-post-layout,
    .sa-edurp-grid-layout {
        margin: 0 25px 0 25px !important;
    }
    .sa-post-main-content,
    .tbp .row {
        gap: 30px !important;
    }
    .sa-title {
        font-size: 30px;
        line-height: 1.3;
    }
    .page-template-teacher-blog-post .sa-post-banner h1 {
        font-size: 48px;
    }
    .banner-tbs {
        height: 346px !important;
    }
    .sa-edurp-page-title-banner {
        padding: 30px 0 !important;
    }
    .sa-edurp-page-title-banner h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .sa-post-main-content {
        gap: 0px;
        flex-direction: column-reverse;
        margin-top: 30px;
    }
    .sa-post-main-content .col-1,
    .sa-post-main-content .col-2,
    .tbp .col-9,
    .tbp .col-3 {
        width: 100% !important;
    }
    .container-fluid .widget-area {
        max-width: 100%;
    }
    .container-fluid .widget_categories {
        display: none;
    }
    .tbp .row {
        flex-direction: column-reverse;
        gap: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sa-edurp-teacher-blog-post-layout {
        margin: 0 10px 0 10px !important;
    }
    .sa-edurp-grid-layout {
        margin: 0 !important;
    }
    .container-fluid {
        overflow: hidden;
        padding: 0 10px;
    }
    .page-template-teacher-deals-grid .container-fluid {
        overflow: hidden;
        padding: 0;
    }
    .page-template-teacher-deals-grid .sa-edurp-grid-layout {
        padding: 15px;
    }
    .page-template-lesson-plan-grid .sa-edurp-grid-layout {
        margin: 0 !important;
        padding: 0 5px !important;
    }
    .sa-post-content {
        padding: 35px 15px;
    }
    .sa-post-banner h1,
    .page-template-teacher-blog-post .sa-post-banner h1 {
        font-size: 40px;
    }
    .sa-title {
        font-size: 24px;
    }
    .sa-edurp-page-title-banner {
        padding: 35px 0 !important;
    }
    .sa-edurp-page-title-banner h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .banner-tbs {
        height: 200px !important;
    }
}


/** Teacher Post Single CSS End ***/


/** Teacher Blog Main page Start**/

.tbp .sa-post-banner {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    background-image: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/banners/teacher-blog-grid-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-template-teacher-blog-post #content.site-content,
.page-template-teacher-deals-grid #content.site-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 76px !important;
}

.page-template-teacher-blog-post .annoucment-banner {
    display: none !important;
}

.page-template-teacher-blog-post .container-fluid {
    padding: 0;
}

.page-template-teacher-blog-post .sa-post-banner h1 {
    font-size: 61px;
}

.page-template-teacher-blog-post .sc {
    padding-top: 40px;
}

.page-template-teacher-blog-post .sc h2 {
    margin: 0 0 15px;
    font-size: 30px;
}

.sa-edurp-grid-layout.tp {
    margin-top: 0px;
}

.sa-edurp-grid-layout {
    max-width: 1300px;
    margin: 6px 60px 0px 70px;
}

.tbp .row {
    display: flex;
    gap: 50px;
}

.tbp .col-9 {
    width: 75%;
    /* flex: 0 0 75%;
    max-width: 75%; */
}

.tbp .col-3 {
    padding-top: 1.875rem;
    width: 25%;
}


/*
.page-template-lesson-plan-grid .tbp .row {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
} */


/* .page-template-lesson-plan-grid .tbp .col-9 {
    padding-left: 0;
} */

.page-template-lesson-plan-grid .banner-tbs,
.page-template-teacher-blog-post .banner-tbs {
    width: 100%;
    height: 437px;
    background-color: #000;
}

.page-template-lesson-plan-grid .banner-tbs img,
.page-template-teacher-blog-post .banner-tbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    object-position: 100% 13%;
}

.page-template-lesson-plan-grid.bb-buddypanel .site-content {
    padding: 0;
}


/* .page-template-lesson-plan-grid .sc {
    padding-left: 25px;
} */


/* .tbp .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
} */

.sa-edurp-grid-layout.library {
    max-width: 1400px;
    margin-top: 40px;
}

.tbp .search_bar_teacher {
    display: none;
}

.menu-item-2730 a span {
    font-weight: 400;
}

#buddypanel-menu .current-menu-item {
    background-color: #d51c29 !important;
    border-radius: 5px;
}

#menu-side-menu .current-menu-item {
    background-color: #d51c29 !important;
    border-radius: 5px;
}

#primary-menu #menu-item-2783 a span {
    display: block !important;
}

#primary-menu #menu-item-2784 a span {
    display: block !important;
}

#sa-edurp-teachers-blog-post .ant-card .ant-card-actions li {
    text-wrap: nowrap;
}

div#header-messages-dropdown-elem {
    display: none;
}


/* Responsive Breakpoints */

@media (max-width: 1550.5px) {
    /* .tbp .col-3 {
        max-width: 23%;
    } */
    #sa-edurp-teachers-blog-post .ant-card .ant-card-actions {
        margin: 0 10px !important;
    }
}

@media (max-width: 1400.5px) {
    /* .page-template-teacher-blog-post .sc {
        padding-left: 50px;
    } */
}

@media (max-width: 1366.5px) {
    /* .page-template-teacher-blog-post .sc {
        padding-left: 30px;
    } */
}

@media (max-width: 1200.5px) {
    /* .tbp .col-9 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .tbp .col-3 {
        flex: 0 0 30%;
        max-width: 28%;
    } */
}

@media (max-width: 1080.5px) {}

@media (max-width: 992.5px) {
    /* .tbp .col-9 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .tbp .col-3 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    } */
}

@media (max-width: 991.5px) {
    /* .page-template-lesson-plan-grid .sc {
        padding-left: 15px;
    } */
    /* .tbp div#secondary {
        padding: 30px 30px 0;
    } */
    /* .page-template-teacher-blog-post .sc {
        padding: 30px;
    } */
    /* .tbp .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tbp .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    } */
    #sa-edurp-teachers-blog-post .ant-card .ant-card-actions li {
        text-wrap: nowrap;
    }
}

@media (max-width: 850px) {
    #sa-edurp-teachers-blog-post .ant-card .ant-card-actions {
        margin: 0 10px !important;
    }
    /* .page-template-teacher-blog-post .sc {
        padding: 30px 10px;
    } */
}


/* @media (max-width: 768.5px) {
    .tbp .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tbp .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
} */


/* @media (max-width: 576.5px) {
    .tbp .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tbp .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
} */


/** Teacher Blog Main page End**/


/*** RESPONSIVE ***/

@media only screen and (max-width: 799px) {
    .sticky-header .site-content,
    body.buddypress.sticky-header .site-content,
    .bb-buddypanel.sticky-header .site-content,
    .single-sfwd-quiz.bb-buddypanel.sticky-header .site-content,
    .single-sfwd-lessons.bb-buddypanel.sticky-header .site-content,
    .single-sfwd-topic.bb-buddypanel.sticky-header .site-content {
        padding-top: 195px;
    }
    .bb-mobile-panel-inner {
        background-color: #00582a !important;
    }
    .buddypanel-menu .menu-item-506 .sub-menu:active,
    .buddypanel-menu .menu-item-455 .sub-menu:active,
    .buddypanel-menu .menu-item-851 .sub-menu:active {
        background-color: transparent !important;
    }
    .buddypanel-menu .menu-item-506 .sub-menu:focus-visible,
    .buddypanel-menu .menu-item-455 .sub-menu:focus-visible,
    .buddypanel-menu .menu-item-851 .sub-menu:focus-visible {
        background-color: transparent !important;
    }
    /* .buddypanel-menu .menu-item-506 .sub-menu .menu-item-453 {
        background: #d51c29;
        border-radius: 10px;
    } */
    .bb-mobile-panel-wrapper .bb-mobile-panel-header {
        background-color: #333333 !important;
    }
    .bb-mobile-panel-wrapper .bb-mobile-panel-header .user-wrap div a,
    .bb-mobile-panel-wrapper .bb-mobile-panel-header .user-wrap div span {
        color: #fff;
    }
    .bb-mobile-panel-wrapper .bb-mobile-panel-header .bb-close-panel .bb-icon-l.bb-icon-times:before {
        color: #fff;
    }
    .bb-mobile-panel-wrapper.light .main-navigation li a {
        color: #fff;
    }
    .site-header--bb .bb-icon-l::before {
        color: #fff;
    }
    .bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a {
        background: #d51c29;
    }
    .annoucment-banner .container .content h2 {
        font-size: 18px;
    }
    .annoucment-banner .container .content p {
        font-size: 14px;
    }
    .buddypanel-menu .menu-item-506 .sub-menu,
    .buddypanel-menu .menu-item-455 .sub-menu,
    .buddypanel-menu .menu-item-851 .sub-menu {
        background: transparent;
        box-shadow: none;
    }
    .side-panel-menu a>.bs-submenu-toggle {
        display: none;
    }
    .actvity-head-bar .main-navs.dir-navs {
        margin-bottom: 0;
    }
    .actvity-head-bar .subnav-search.clearfix {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .annoucment-banner .container .content h2 {
        font-size: 20px;
    }
    .annoucment-banner .container .content p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1368px) {
    .site-header--bb .site-header-container.flex {
        padding: 0 20px;
        max-width: 1000px;
        margin: 0 auto;
    }
}


/* Customiser Css End */

@media screen and (max-width: 991px) {
    .tbp .col-3.lesson-plan {
        max-width: 100% !important;
    }
    #nav_menu-2 {
        display: none;
    }
    .t-sign-container {
        height: 100%;
    }
    .t-sign-container .row {
        flex-direction: column;
    }
    .lg-text {
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .t-sign-container .row .half {
        width: 100%;
    }
    .signup-form {
        max-width: 90%;
        padding: 30px 20px;
    }
}


/* annoucement section */


/* lesson page sidebar section */

.tbp .col-3.lesson-plan .widget ul li {
    padding: 10px 0px;
    border-top: solid 1px #e2e2e2;
    margin: 0;
}

.tbp .col-3.lesson-plan .widget ul li a {
    padding: 0;
    color: #7c7c7c;
    font-weight: 500;
}

.tbp .col-3.lesson-plan .widget ul li a:hover {
    color: #d51c29;
    background: transparent;
}


/* lesson page sidebar section */

.page-id-606 .annoucment-banner {
    display: none;
}

.annoucment-banner.lesson-page {
    display: none;
}

.page-id-606 .annoucment-banner.lesson-page {
    display: block;
    background: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/banners/lesson-plan-grid-banner.png) !important;
    /* padding: 40px 0; */
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.page-id-606 .annoucment-banner.lesson-page h2 {
    font-weight: 700;
    letter-spacing: 4px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

.single-lesson_plan .annoucment-banner {
    display: none;
}


.banner-tbs img {
    width: 100%;
}

.tooltiptext {
    display: none;
    color: #fff;
    left: 93%;
    margin-top: 6px;
    top: 50%;
    height: 65%;
    transition: all .18s ease-out .18s;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -.24px;
    background: rgba(var(--bb-tooltip-background-rgb), .95);
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .22);
    color: var(--bb-tooltip-color);
    content: attr(data-balloon);
    line-height: 1.3;
    padding: 7px 15px;
    position: absolute;
    white-space: nowrap;
}


/* job Detail Page */

.entry-content-job .entry-primary .entry-content {
    padding: 0;
}

.main-grid {
    display: flex;
}

.entry-content-job .job_description h2 {
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.entry-content-job .job_description>p {
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
}

.entry-content-job .job_description .left {
    width: 50%;
    display: inline-block;
    padding: 30px 10px;
    min-height: 320px !important;
    max-height: 320px !important;
    overflow-y: scroll;
}

.entry-content-job .job_description .right {
    width: 50%;
    display: inline-block;
    padding: 30px 10px;
    min-height: 320px !important;
    max-height: 320px !important;
    overflow-y: scroll;
}

.entry-content-job .job_description .job_key_responsibilities {
    background: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/backgrounds/single-job-section-key-responsibilities-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 5px solid #00582a;
}

.entry-content-job .job_description .job_key_responsibilities li {
    font-size: 14px;
    line-height: 24px;
}

.entry-content-job .job_description .job_qualification {
    background: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/backgrounds/single-job-section-qualification-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 5px solid #d51c29;
    margin-left: 2px;
}

.entry-content-job .job_description .job_qualification li {
    font-size: 14px;
    line-height: 24px;
}

.entry-content-job .job_description .job_desired_attribute {
    background: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/backgrounds/single-job-section-desired-attribute-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 5px solid #d51c29;
}

.entry-content-job .job_description .job_desired_attribute p {
    font-size: 14px;
    line-height: 24px;
}

.entry-content-job .job_description .job_application_process {
    background: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/backgrounds/single-job-section-application-process-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 5px solid #00582a;
    margin-left: 2px;
}

.entry-content-job .job_description .job_application_process p {
    font-size: 14px;
    line-height: 24px;
}

.entry-content-job .job_description .job_equal_opportunity_employer {
    background: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/backgrounds/single-job-section-equal-opportunity-employer-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 5px solid #00582a;
}

.entry-content-job .job_description .job_equal_opportunity_employer p {
    font-size: 14px;
    line-height: 24px;
}

.entry-content-job .job_description .left h3,
.entry-content-job .job_description .right h3 {
    text-transform: uppercase;
    font-weight: 700;
}

.entry-content-job .job_description .job_contact {
    background: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/backgrounds/single-job-section-contact-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 5px solid #d51c29;
    margin-left: 2px;
}

.entry-content-job .job_description .job_contact p {
    padding: 0;
    margin: 5px 0;
    font-size: 14px;
    line-height: 24px;
}

.single-job_listing .container-fluid>.bb-grid.site-content-grid {
    max-width: 1300px;
    margin: 8px 60px 0px 70px;
}

.tob_banner.job_reported_to .main-gird {
    display: flex;
    width: 50%;
}

.tob_banner.job_reported_to .main-gird .job-tittle,
.tob_banner.job_reported_to .main-gird .job-type,
.tob_banner.job_reported_to .main-gird .Location,
.tob_banner.job_reported_to .main-gird .report {
    background: #ebebeb;
    padding: 10px 25px;
    border-left: 5px solid #d51c29;
    border-bottom: 2px solid #fff;
    width: 30%;
}

.tob_banner.job_reported_to .main-gird .job-tittle h4,
.tob_banner.job_reported_to .main-gird .job-type h4,
.tob_banner.job_reported_to .main-gird .Location h4,
.tob_banner.job_reported_to .main-gird .report h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #545454;
}

.tob_banner.job_reported_to .main-gird .title-data,
.tob_banner.job_reported_to .main-gird .type-data,
.tob_banner.job_reported_to .main-gird .location-two,
.tob_banner.job_reported_to .main-gird .report-two {
    background: #ebebeb;
    padding: 10px 25px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 70%;
}

.tob_banner.job_reported_to .main-gird .title-data p,
.tob_banner.job_reported_to .main-gird .type-data p,
.tob_banner.job_reported_to .main-gird .location-two p,
.tob_banner.job_reported_to .main-gird .report-two p {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #545454;
}

.tob_banner.job_reported_to {
    display: flex;
    flex-wrap: wrap;
}

.tob_banner.job_reported_to .main-gird:nth-child(1) {
    order: 1;
}

.tob_banner.job_reported_to .main-gird:nth-child(2) {
    order: 3;
}

.tob_banner.job_reported_to .main-gird:nth-child(3) {
    order: 2;
}

.tob_banner.job_reported_to .main-gird:nth-child(4) {
    order: 4;
}

.entry-content-job .entry-primary .single_job_listing .application .application_button {
    padding: 15px 40px;
    font-size: 38px;
    background: #d51c29;
    border: 0;
    height: auto;
}

.entry-content-job .entry-primary .single_job_listing .application {
    padding: 50px 0;
    margin-bottom: 0;
}

article.job_listing .single-job-sidebar .company-bar .application .application_button {
    background: #d51c29;
    border: 0;
    height: auto;
    padding: 10px 40px;
    font-size: 20px;
}

article.job_listing .single-job-sidebar .company-bar h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin: 25px 0 10px 0;
}

.entry-content-job .job_description .main-grid:nth-child(1n),
.entry-content-job .job_description .main-grid:nth-child(3n) {
    margin-top: 10px !important;
}

article.job_listing .single-job-sidebar .job-media {
    background: transparent !important;
}

article.job_listing .single-job-sidebar .job-media img {
    object-fit: cover;
    width: 100px;
    border-radius: 50%;
    height: 100px;
}

article.job_listing .single-job-sidebar .job-media {
    padding-bottom: 0;
}

.single-job_listing .post-related-jobs {
    max-width: 980px;
    background: #fff;
    padding: 40px 20px;
    border-left: 1px solid #dfdedc;
    border-right: 1px solid #dfdedc;
    border-bottom: 1px solid #dfdedc;
}

.single-job_listing .post-related-jobs h4 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
}

.single-job_listing .post-related-jobs h4:before {
    content: '';
    border-top: 1px solid #dfdedc;
    width: 800px;
    display: block;
    margin: 0 auto 40px;
}

.job_listings.job_listings_grid .slick-list.draggable {
    margin: 0 auto;
    max-width: 700px;
}

.single-job_listing .entry-content-job .entry-primary .entry-content {
    border-bottom: 0;
    border-radius: 0;
}

.single-job_listing .entry-content-job {
    margin-bottom: 0;
}

.post-related-jobs ul.job_listings_grid.slick-initialized .job_box_related div.position h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-job_listing .entry-content-job .entry-secondary {
    flex: 0 0 300px;
    max-width: 300px;
}

.entry-content-job .entry-primary .entry-content .company_video .fluid-width-video-wrapper {
    margin-top: 0;
    padding-top: 56% !important;
}

.entry-content-job .job_description .left::-webkit-scrollbar,
.entry-content-job .job_description .right::-webkit-scrollbar {
    width: 5px;
}

.entry-content-job .job_description .left::-webkit-scrollbar-thumb,
.entry-content-job .job_description .right::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

.entry-content-job .job_description .left::-webkit-scrollbar-track,
.entry-content-job .job_description .right::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.entry-content-job .job_description ul {
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
}

.single-job_listing .annoucment-banner {
    display: none;
}

.single-job_listing .annoucment-banner.job-detail {
    display: block;
    padding: 40px 0;
}

.annoucment-banner.job-detail {
    display: none;
}

.entry-content-job .entry-primary .entry-content .company_video {
    overflow: visible;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .single-job_listing .container-fluid>.bb-grid.site-content-grid {
        max-width: 100%;
        margin: 0;
    }
    .single-job_listing #content article.job_listing ul.job-listing-meta {
        width: 100%;
    }
    .single-job_listing .entry-content-job .entry-secondary {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 10px 0;
    }
    .tob_banner.job_reported_to .main-gird .job-tittle,
    .tob_banner.job_reported_to .main-gird .job-type,
    .tob_banner.job_reported_to .main-gird .Location,
    .tob_banner.job_reported_to .main-gird .report {
        width: 40%;
    }
    .tob_banner.job_reported_to .main-gird .title-data,
    .tob_banner.job_reported_to .main-gird .type-data,
    .tob_banner.job_reported_to .main-gird .location-two,
    .tob_banner.job_reported_to .main-gird .report-two {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .single-job_listing .container-fluid>.bb-grid.site-content-grid {
        max-width: 100%;
        margin: 0;
    }
    .single-job_listing #content article.job_listing ul.job-listing-meta {
        width: 100%;
    }
    .tob_banner.job_reported_to .main-gird {
        width: 100%;
    }
    .tob_banner.job_reported_to .main-gird .job-tittle,
    .tob_banner.job_reported_to .main-gird .job-type,
    .tob_banner.job_reported_to .main-gird .Location,
    .tob_banner.job_reported_to .main-gird .report {
        width: 40%;
    }
    .tob_banner.job_reported_to .main-gird .title-data,
    .tob_banner.job_reported_to .main-gird .type-data,
    .tob_banner.job_reported_to .main-gird .location-two,
    .tob_banner.job_reported_to .main-gird .report-two {
        width: 60%;
    }
    .single-job_listing .entry-content-job .entry-primary {
        padding: 0;
    }
    .main-grid {
        display: block;
    }
    .entry-content-job .job_description .left {
        width: 100% !important;
        display: block !important;
    }
    .entry-content-job .job_description .right {
        width: 100% !important;
        display: block !important;
    }
    .entry-content-job .entry-primary .single_job_listing .application .application_button {
        padding: 15px 40px !important;
        font-size: 20px;
        width: auto;
    }
    .single-job_listing .entry-content-job .entry-secondary {
        padding: 0;
        margin: 10px 0;
        max-width: 100%;
        flex: 0 0 100%;
    }
    article.job_listing .single-job-sidebar .company-bar .application .application_button {
        width: auto;
    }
    .single-job_listing .entry-content-job .entry-primary .entry-content {
        border: 1px solid var(--bb-content-border-color);
    }
    .single-job_listing .post-related-jobs h4:before {
        display: none;
    }
    .single-job_listing .post-related-jobs {
        border-top: 1px solid #dfdedc;
        border-radius: 11px;
    }
    ul.job_listings li.job_listing a div.location {
        text-align: center;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1537px) {
    .single-job_listing #content article.job_listing ul.job-listing-meta {
        width: 50%;
    }
    .tob_banner.job_reported_to .main-gird .job-tittle,
    .tob_banner.job_reported_to .main-gird .job-type,
    .tob_banner.job_reported_to .main-gird .Location,
    .tob_banner.job_reported_to .main-gird .report {
        width: 36%;
    }
    .tob_banner.job_reported_to .main-gird .title-data,
    .tob_banner.job_reported_to .main-gird .type-data,
    .tob_banner.job_reported_to .main-gird .location-two,
    .tob_banner.job_reported_to .main-gird .report-two {
        width: 66%;
    }
    .single-job_listing.buddypanel-open .post-related-jobs {
        max-width: 782px;
    }
    .single-job_listing .post-related-jobs {
        max-width: 944px;
    }
    .single-job_listing .post-related-jobs h4:before {
        width: 700px;
    }
}

@media screen and (min-width: 767px) and (max-width: 768px) {
    .entry-content-job .job_description .job_key_responsibilities,
    .entry-content-job .job_description .job_desired_attribute,
    .entry-content-job .job_description .job_equal_opportunity_employer,
    .entry-content-job .job_description .job_qualification,
    .entry-content-job .job_description .job_application_process,
    .entry-content-job .job_description .job_contact {
        background-position: bottom;
    }
    .entry-content-job .job_description h2,
    .entry-content-job .job_description>p {
        padding: 10px 20px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1367px) {
    .single-job_listing #content article.job_listing ul.job-listing-meta {
        width: 60% !important;
    }
    .tob_banner.job_reported_to .main-gird .job-tittle,
    .tob_banner.job_reported_to .main-gird .job-type,
    .tob_banner.job_reported_to .main-gird .Location,
    .tob_banner.job_reported_to .main-gird .report {
        width: 52% !important;
    }
    .tob_banner.job_reported_to .main-gird .title-data,
    .tob_banner.job_reported_to .main-gird .type-data,
    .tob_banner.job_reported_to .main-gird .location-two,
    .tob_banner.job_reported_to .main-gird .report-two {
        width: 49% !important;
    }
    .single-job_listing .post-related-jobs {
        max-width: 610px !important;
    }
    .single-job_listing .post-related-jobs h4:before {
        width: 550px;
    }
}

@media screen and (min-width: 769px) and (max-width: 820px) {
    .tob_banner.job_reported_to .main-gird {
        display: flex;
        width: 100%;
    }
    .tob_banner.job_reported_to .main-gird .job-tittle,
    .tob_banner.job_reported_to .main-gird .job-type,
    .tob_banner.job_reported_to .main-gird .Location,
    .tob_banner.job_reported_to .main-gird .report {
        width: 100% !important;
    }
    .tob_banner.job_reported_to .main-gird .title-data,
    .tob_banner.job_reported_to .main-gird .type-data,
    .tob_banner.job_reported_to .main-gird .location-two,
    .tob_banner.job_reported_to .main-gird .report-two {
        width: 100%;
    }
}

.related-feature .boxes {
    display: flex;
    width: 33.33%;
    flex-direction: column;
    background: #ffffff;
    padding: 0 0 20px;
    border: 1px solid #e0e0e0;
}

.related-feature .boxes .related-image img {
    width: 305px;
    height: 190px;
}

.swiper.mySwiper.related-feature.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin-bottom: 40px;
    position: relative;
    padding: 40px 0 85px;
}

.mySwiper.related-feature .swiper-pagination.swiper-pagination-clickable {
    bottom: 0px;
}

.mySwiper.related-feature .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #d51c29 !important;
    padding: 8px;
    border: 0;
}

.mySwiper.related-feature .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
    background: #dadada;
    padding: 8px;
    opacity: 1;
}

.related-feature .boxes .tittle {
    font-size: 20px;
    color: #373737;
    margin: 10px 10px;
    font-weight: 600;
}

.related-feature .boxes .closing-main {
    display: flex;
    margin: 10px 0 0 0;
}

.related-feature .boxes .closing-date {
    background: #373737;
    width: 38%;
    color: #ffffff;
    border-radius: 20px;
    padding: 5px 15px;
    margin: 10px 10px 0;
    align-self: center;
    font-size: 15px;
    text-align: center;
}

.related-feature .boxes .closing-main .inline {
    align-self: center;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #9d9d9d;
    font-weight: 700;
    margin-left: 20px;
}

.related-feature h2 {
    font-size: 40px;
    color: #00582a;
    font-weight: 600;
    margin: 0;
    padding-bottom: 40px;
}

.scholar-detail-main .application-requirment {
    padding-bottom: 40px;
    margin: 0 !important;
}

.related-feature .boxes {
    margin-right: 50px !important;
    width: 284.667px !important;
}

@media only screen and (max-width: 767px) {
    .scholarship-template-default #content .container-fluid .bb-grid.site-content-grid {
        display: block;
    }
    .scholar-detail-main h2 {
        font-size: 30px;
    }
    .scholar-detail-main .two-main {
        display: block;
    }
    .scholar-detail-main .two-main .left-column,
    .scholar-detail-main .two-main .right-column {
        width: 100%;
        border: 3px solid #fff;
    }
    .scholar-detail-main .two-main .left-column p,
    .scholar-detail-main .two-main .right-column p {
        font-size: 18px;
    }
    .scholar-detail-main .two-main .right-column {
        margin: 0;
    }
    .scholar-detail-main .scholar-detail h2,
    .scholar-detail-main .application-requirment h2 {
        font-size: 25px;
        margin: 20px 0;
    }
    .scholar-detail-main .scholar-detail,
    .scholar-detail-main .application-requirment {
        margin: 30px 0;
    }
    .related-feature .boxes .closing-date {
        text-align: center;
    }
    .related-feature h2 {
        font-size: 25px;
    }
    .related-feature .boxes {
        margin-right: 10px !important;
        width: 333px !important;
    }
    .related-feature .boxes .related-image img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .scholarship-template-default #content .container-fluid .bb-grid.site-content-grid {
        display: block;
    }
    .scholar-detail-main .two-main {
        display: block;
    }
    .scholar-detail-main .two-main .left-column,
    .scholar-detail-main .two-main .right-column {
        width: 100%;
        border: 3px solid #fff;
    }
    .scholar-detail-main .two-main .right-column {
        margin: 0;
    }
    .related-feature .boxes .related-image img {
        width: 100%;
    }
    .related-feature .boxes .closing-date {
        font-size: 13px;
        text-align: center;
    }
    .related-feature .boxes .related-image img {
        width: 100%;
    }
}

@media only screen and (min-width: 821px) and (max-width: 1024px) {
    .tbp .row {
        flex-direction: column !important;
    }
    .related-feature .boxes {
        margin-right: 50px !important;
        width: 665px !important;
    }
    .sa-edurp-grid-layout .col-9 {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }
    .sa-edurp-grid-layout .col-3.lesson-plan {
        max-width: 100% !important;
        flex: 0 0 100%;
        order: 1;
        width: 100% !important;
    }
    .single-scholarship #content .row {
        flex-direction: column;
    }
}

@media only screen and (min-width: 767px) and (max-width: 768px) {
    .related-feature .boxes {
        margin-right: 40px !important;
        width: 327px !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 820px) {
    .related-feature .boxes {
        margin-right: 20px !important;
        width: 477px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1367px) {
    .related-feature .boxes .tittle {
        font-size: 14px;
    }
    .related-feature .boxes .closing-date {
        font-size: 10px;
        text-align: center;
        width: 36%;
        padding: 5px;
    }
    .related-feature .boxes .closing-main .inline {
        font-size: 10px;
        margin-left: 10px;
    }
    .scholarship-template-default .sa-edurp-grid-layout {
        margin: 0;
        max-width: 100%;
    }
    .scholarship-template-default .sa-edurp-grid-layout {
        margin: 0;
        max-width: 1234px;
    }
    .related-feature .boxes {
        margin-right: 50px !important;
        width: 220.667px !important;
    }
}

@media only screen and (min-width: 1368px) and (max-width: 1536px) {
    .related-feature .boxes .closing-date {
        background: #373737;
        width: 40%;
        font-size: 13px;
    }
    .related-feature .boxes .closing-main .inline {
        margin-left: 8px;
        margin-top: 10px;
    }
    .related-feature .boxes .tittle {
        font-size: 18px;
    }
    .scholarship-template-default .sa-edurp-grid-layout {
        max-width: 1232px;
        margin: 0 auto;
    }
    .related-feature .boxes {
        margin-right: 55px !important;
        width: 263.667px !important;
    }
}

@media only screen and (max-width: 767px) {
    .taxonomy_core_sub .select2 {
        width: 100% !important;
    }
    .tax-scholarship_category .post-grid.bb-standard {
        display: block;
    }
    .tax-scholarship_category .post-grid.bb-standard article {
        width: 100% !important;
        max-width: 100% !important;
    }
    .tax-scholarship_category h1 {
        font-size: 20px;
    }
}


/* scholarship page Nafay end */


/* scholarship catagorey-page Nafay start */

.tax-scholarship_category .post-grid.bb-standard {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
    gap: 20px 20px;
}

.tax-scholarship_category .post-grid.bb-standard article {
    width: 49%;
    max-width: 48%;
}

.tax-scholarship_category .post-grid.bb-standard .post-inner-wrap {
    height: 100%;
    margin-block: 8px;
    margin-inline: 0;
    padding-block: 0;
    padding-inline: 8px;
    border-bottom: solid 5px #00582a;
    border-radius: 0;
    position: relative;
    padding: 18px;
}

.tax-scholarship_category .post-grid.bb-standard .post-inner-wrap .ratio-wrap {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    border: 1.5px solid #d1d1d1;
    overflow: hidden;
}

.post-grid.bb-standard article .post-inner-wrap .ratio-wrap a {
    padding-top: 0;
}

.tax-scholarship_category .post-grid.bb-standard .post-inner-wrap .ratio-wrap img {
    position: relative;
    width: 50px;
    height: 50px;
}

.tax-scholarship_category .post-grid.bb-standard .entry-content-wrap {
    padding: 35px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.tax-scholarship_category .post-grid.bb-standard .entry-header {
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 81px;
}

.tax-scholarship_category .post-grid.bb-standard .entry-content-wrap .entry-header h2 {
    font-size: 20px;
}

.tax-scholarship_category .post-grid.bb-standard .entry-content {
    display: var(--ant-display);
    /* flex: 0 0 100%; */
    max-width: 100%;
    flex-grow: 1;
    height: 100%;
    margin-bottom: 0;
}

.tax-scholarship_category .post-grid.bb-standard .entry-content-wrap .view-buttom {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.view-buttom a {
    background-color: #d51c29!important;
    border-radius: 50px!important;
    color: #fff!important;
    font-size: 15px!important;
    height: 40px;
    padding: 7px 18px!important;
}

.tax-scholarship_category .container .widget.widget_subjects.taxonomy_core_sub {
    margin-top: 10px;
}

.tax-scholarship_category .post-grid.bb-standard .entry-content p {
    margin-bottom: 0;
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
    .tax-scholarship_category .post-grid.bb-standard {
        display: block;
    }
    .tax-scholarship_category .post-grid.bb-standard article {
        width: 100%;
        max-width: 100%;
    }
    #sa-edurp-myconnection .ant-row .ant-col {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}


/* scholarship catagorey-page Nafay end */


/* scholarship my connection-page Nafay start */

#sa-edurp-myconnection .ant-input-group-addon .ant-input-search-button {
    height: 41px;
}

#sa-edurp-myconnection .ant-row .ant-col .ant-pro-card .joined_active {
    height: 33px;
}

.bb-reactions-mode #primary .entry-header h1 {
    text-transform: capitalize;
}

#sa-edurp-myconnection .ant-pro-card-body .ant-btn:hover {
    color: #d11332;
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
    #sa-edurp-myconnection .ant-row .ant-col .ant-pro-card .joined_active {
        height: auto;
    }
    #sa-edurp-myconnection .ant-row .ant-col {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 820px) {
    #sa-edurp-myconnection .ant-row .ant-col .ant-pro-card .joined_active {
        height: auto;
    }
    #sa-edurp-myconnection .ant-row .ant-col {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 768px) {
    #sa-edurp-myconnection .ant-row .ant-col .ant-pro-card .joined_active {
        height: auto;
    }
    #sa-edurp-myconnection .ant-row .ant-col {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}

@media only screen and (max-width: 767px) {
    #sa-edurp-myconnection .ant-row .ant-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #buddypress .bp-search-results-wrapper .search-nav {
        flex-direction: column;
    }
}

@media only screen and (min-width: 767px) and (max-width: 769px) {
    #buddypress .bp-search-results-wrapper .search-nav {
        flex-direction: column;
    }
}


/* scholarship my connection-page Nafay end */


/* Aimal */

.taxonomy_core_sub {
    flex-grow: 0;
    min-width: 350px !important;
    height: 1%;
    position: relative;
    top: 99px;
    margin-left: 10px;
}

#search-3 {
    display: none;
}


/* Scholarship */

.scholarship-banner {
    width: 100%;
    height: 437px;
}

.scholarship-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

#scholarship-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px 15px;
}

#scholarship-row .col-9,
#scholarship-row .col-3 {
    padding: 0 15px;
}

#scholarship-row .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

#scholarship-row .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.sa-scholarship-grid-layout {
    max-width: 1500px;
    margin: 0px 60px 0px 20px;
}

.sa-scholarship-grid-layout .widget_subjects {
    margin-top: 20px;
}

.sa-scholarship-grid-layout #search-3 .search-form {
    display: none;
}

@media only screen and (max-width: 991.5px) {
    .sa-scholarship-grid-layout {
        margin: 0;
    }
    .bb-grid {
        flex-direction: column;
    }
    .taxonomy_core_sub {
        top: 30px;
    }
    .tax_core_main {
        order: 2;
    }
    .taxonomy_core_sub {
        order: 1;
        margin-left: 0;
        min-width: initial !important;
    }
    #search-3 {
        order: 3;
    }
    /* scholarships */
    .page-id-4560 .site-content {
        padding: 0;
    }
    #scholarship-row .col-9,
    #scholarship-row .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #scholarship-row .col-9 {
        order: 2;
    }
    #scholarship-row .col-3 {
        order: 1;
    }
}

@media only screen and (max-width: 600px) {
    #scholarship-row {
        padding: 0;
    }
    #scholarship-row .col-9,
    #scholarship-row .col-3 {
        padding: 0;
    }
}


/* Buddy press Profile */

.users-header #cover-image-container .member-social-links {
    position: relative !important;
}

.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .current a,
.bb-template-v2 #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a {
    background-color: #d11332 !important;
}

.bb-single-nav-item-point:hover {
    color: #d11332 !important;
}

.follow-button {
    color: #fff !important;
    background-color: #d11332 !important;
    border: 1px solid #d11332 !important;
}

#buddypress a.button.outline:hover {
    background-color: #d11332 !important;
    border: 1px solid #d11332 !important;
}

#buddypress .profile.edit .button-nav .current a {
    border-bottom: 1px solid #d11332 !important;
}

#buddypress input[type=submit],
#buddypress input[type=button],
.avatar-nav-item.current,
.field-visibility-settings-close,
#bp-media-create-album-submit,
#bp-media-submit,
.bp-media-move,
.bp-media-create-popup-album-submit {
    background-color: #d11332 !important;
    border: 1px solid #d11332 !important;
    color: #fff !important;
}

.bp-media-create-popup-album-submit:hover {
    background-color: #d11332 !important;
    border: 1px solid #d11332 !important;
    color: #fff !important;
}

.activity input:focus,
.activity input:hover,
.activity input:focus-visible,
.activity select:focus,
.activity select:hover,
.activity textarea:hover,
.activity textarea:focus,
.activity textarea:focus-visible {
    border: 1px solid #d11332 !important;
}

form.ac-form .ac-reply-content:focus,
form.ac-form .ac-reply-content:focus-within {
    border-color: #d11332 !important;
}

form.ac-form .ac-reply-content .ac-submit-wrap {
    background-color: #d11332 !important;
}

#buddypress .standard-form input[type=text]:focus {
    border-color: #d11332 !important;
}

.bb-component-nav-item-point:hover {
    color: #d11332 !important;
}

.more-button:hover {
    color: #d11332 !important;
}

.bb-recent-posts li a:hover {
    color: #d11332 !important;
}

.bp-generic-meta.activity-meta.action .generic-button a span:hover,
.bp-generic-meta.activity-meta.action .generic-button a i:hover,
.bp-generic-meta.activity-meta.action .generic-button a:hover::before,
.mark-read-all:hover {
    color: #d11332 !important;
}

.lesson_plan-template-default input:focus,
.lesson_plan-template-default textarea:focus,
.lesson_plan-template-default input:focus-within,
.lesson_plan-template-default textarea:focus-within,
.ant-picker-outlined:hover,
.ant-picker-outlined:focus,
.ant-picker-outlined:focus-within,
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus-visible,
.ant-input-outlined:focus-within,
.ant-input-affix-wrapper-lg:hover,
.ant-input-affix-wrapper-lg:focus-within,
.ant-input-affix-wrapper-lg:focus,
.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper:focus-within,
.ant-input-affix-wrapper:hover,
.mepr-account-form.mepr-form input:hover,
.mepr-account-form.mepr-form input:focus,
.mepr-account-form.mepr-form input:focus-within,
#group-document-search:hover,
#group-document-search:focus,
#group-document-search:focus-within,
#group-document-search:hover,
#group-document-search:focus,
#group-document-search:focus-visible,
#bb-document-privacy:hover,
#bb-document-privacy:focus-within,
#bb-document-privacy:focus,
.button.pull-right,
.media-folder_name_edit:hover,
.media-folder_name_edit:focus,
.media-folder_name_edit:focus-within,
#bb-folder-privacy:hover,
#bb-folder-privacy:focus,
#bb-folder-privacy:focus-within,
.bp-document-move:hover,
.bp-document-move,

/* button, */

.bb-field-wrap input:hover,
.bb-field-wrap input:focus,
.bb-field-wrap input:focus-within,
.bb-field-wrap select:hover,
.bb-field-wrap select:focus-within,

/* .ant-input:hover,
.ant-input:focus-within,
.ant-input:focus, */

.ant-input-group-addon:hover,
.ant-btn:hover,
.bp-settings-container .bp-navs .selected a,
.standard-form input:hover,
.standard-form input:focus,
.standard-form input:focus-within,
.bp-xprofile-visibility:hover,
.bp-xprofile-visibility:focus-within,
.bp-xprofile-visibility:focus,
#subnav.subnav_tab .subnav li.selected a,
#sa-edurp-manage-my-class-photos-grid .manage-view-all-btn:hover,
#notification-select:hover,
#notification-select:focus,
#notification-select:focus-within,
#notifications-filter-by:hover,
#notifications-filter-by:focus,
#notifications-filter-by:focus-within,
.ant-select:hover,
.ant-select:focus,
.ant-select:focus-within,
.ant-upload-wrapper .ant-upload-drag:not(.ant-upload-disabled):hover,
#bp-media-create-folder-submit:hover,
#bp-media-create-folder-submit,
.buddypress-wrap textarea:focus,
.buddypress-wrap textarea:hover,
#user_messages_search:hover,
#user_messages_search:focus,
#user_messages_search:focus-within,
#bb-video-privacy:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple,
#submit-job-form input:focus,
#submit-job-form select:focus,
.widget_search input[type=search]:focus,
.search-field-top:focus,
.ant-input-search .ant-input:hover,
.video-thumbnail-content .bp-video-thumbnail-auto-generated .video-thumb-list li .bb-custom-check:checked~a {
    border: 1px solid #d11332 !important;
    outline: none !important;
    box-shadow: none !important;
}

.jm-ui-button--outline:active,
.jm-ui-button--outline:hover,
.jm-ui-button,
#bp-video-submit,
.bp-video-move-activity,
.bp-video-create-popup-album-submit,
.account-sign-in a,
.submit-btn-div .button {
    border: 1px solid #d11332 !important;
    background-color: #d11332 !important;
    box-shadow: none !important;
    color: #fff !important;
}

.job-manager-form fieldset input[type=file]+label {
    color: #d11332 !important;
}

.related-feature h2 {
    margin-top: 20px;
}

.required-field .select2-search__field:focus {
    border: none !important;
    outline: none;
}

#submit-job-form .select2-search__field:focus {
    border: none !important;
    outline: none;
}

.jm-form input:focus,
.jm-form input[type]:focus {
    border: 1px solid #d11332 !important;
    outline: none !important;
}

.save_draft:hover {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.jm-ui-button,
.job-manager-info {
    background-color: #d11332 !important;
}

.job-manager-info a {
    color: #fff !important;
}

#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .footer-button-wrap .group-button:not(.generic-button) {
    border: none !important;
    outline: none !important;
}

.jm-dashboard-job-column a.job-title,
#bp-video-next,
.cat-item a:hover,
.bb-template-v2 .bp-subnavs>ul>li.selected:hover .bb-component-nav-item-point,
.page-numbers:hover {
    color: #d11332 !important;
}

.ant-pagination .ant-pagination-item-active a {
    color: #fff !important;
}

.site-title a {
    color: #fff !important;
}

.ant-pagination .ant-pagination-item-active {
    background-color: #d11332 !important;
    color: #fff !important;
}

.job-dashboard-action-continue:hover,
.job-manager-remove-uploaded-file,
.job-dashboard-action-edit {
    color: #d11332 !important;
}

.filed progress {
    background-color: #d11332 !important;
}

.job-dashboard-action-continue:hover,
.job-dashboard-action-duplicate:hover {
    background: #faf1f2 !important;
}

.job-dashboard-action-continue,
.job-dashboard-action-duplicate {
    color: #d11332 !important;
}

input[type=checkbox] {
    accent-color: #d51c29 !important;
}

.bb-template-v2 .buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form:focus-within,
.bb-template-v2 .buddypress-wrap .select-wrap:focus-within {
    border: none !important;
}

.bp-media-header-wrap .media-search-form .bp-dir-search-form:focus-within,
.buddypress-wrap form.bp-dir-search-form:focus-within,
#buddypress .dir-search input[type=search]:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.ant-upload button {
    border: none !important;
    background-color: rgb(0, 88, 42) !important;
    color: rgb(255, 255, 255) !important;
    padding: 7px 25px !important;
}

#sa-edurp-invite-friend .ant-btn {
    background-color: transparent !important;
}

#sa-edurp-manage-my-class-photos-grid .manage-view-all-btn {
    border: 1px solid #00582a !important;
}

input[type=radio]:checked+span:before {
    border: 6px solid #d11332 !important;
}

.bb_more_options_action:hover i {
    color: #fff !important;
}

.bb-confirm-leave-group {
    background-color: #d11332 !important;
}

.bb-template-v2 .messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]:after {
    background-color: transparent !important;
}

.leave-group:hover {
    background: repeating-linear-gradient(45deg, #fb0000, red 100px) !important;
}

.bb-group-name a {
    color: #d11332 !important;
}

span.count,
.button.pull-right,
.button.pull-right:hover,
.bp-document-move,
.bp-document-move:hover,

/* button,
button:hover, */

.ant-input-group-addon,
.bp-settings-container .bp-navs .selected a,
.ant-btn:hover,
#read:hover,
.bb-template-v2 .subnav li.selected a,
#bp-media-create-folder-submit,
#message-new-submit,
button:not(.search-form_reset):hover {
    background-color: #d11332 !important;
    color: #fff !important;
    outline: none !important;
}

#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>*>i:before {
    color: #fff !important;
}

#buddypress .profile.edit .visibility-toggle-link:hover,
.groups.group-create .buddypress-wrap .group-create-buttons li.current a {
    background-color: transparent !important;
    color: #d11332 !important;
}

.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a:after {
    background: #d11332 !important;
}

#subnav.subnav_tab .subnav li #notifications,
#subnav.subnav_tab .subnav li #subscriptions {
    border-width: 0 0 1px 0 !important;
}

.bp-generic-meta.activity-meta.action .generic-button a:hover i,
.google_map_link:hover,
ul.job_listings li.job_listing a:hover div.position h3,
.bb-icon-file-pdf:hover,
#bp-media-document-next,
.breadcrumb .item span:hover,
.bp-personal-sub-tab a:hover,
.media-folder_name:hover span,
.comment-author .name:hover,
#media-folder-document-data-table .media-folder_items .media-folder_details .media-folder_name:hover,
#media-folder-document-data-table .media-folder_items .media-folder_details__bottom .media-folder_author a:hover,
nav#object-nav .selected>a,
nav#object-nav a:hover,
#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.send-message>i:before,
.visibility-toggle-link:hover,
.component-navigation li:hover a,
.component-navigation li:hover,
.item-block h2 a:hover,
.item-block h2:hover a,
.generic-button:hover a>span,
.generic-button a:hover span,
.generic-button a:hover span::before,
.groups.group-create .buddypress-wrap .group-create-buttons li a:hover,
.entry-title a:hover {
    color: #d11332 !important;
}

.view-buttom a {
    display: block;
    width: fit-content;
    margin-top: 10px;
}

.required-field .select2-selection {
    padding-top: 0 !important;
}

.action button:hover {
    background-color: transparent !important;
}

.edurp-invite-btn-modal .ant-btn,
.ant-popconfirm-buttons button,
.bb-template-v2 #subnav li:not(.current) a:focus,
.bb-template-v2 #subnav li:not(.current) a:hover,
.bb-template-v2 #subnav li:not(.selected) a:focus,
.bb-template-v2 #subnav li:not(.selected) a:hover,
.bb-bp-invites-content .table-responsive span.page-numbers:not(.dots),
.bb-bp-invites-content .table-responsive span.post-page-numbers,
.bb-lms-pagination span.page-numbers:not(.dots),
.bb-lms-pagination span.post-page-numbers,
.bbp-pagination-links span.page-numbers:not(.dots),
.bbp-pagination-links span.post-page-numbers,
.bp-pagination-links span.page-numbers:not(.dots),
.bp-pagination-links span.post-page-numbers,
.llms-pagination span.page-numbers:not(.dots),
.llms-pagination span.post-page-numbers,
.page-links span.page-numbers:not(.dots),
.page-links span.post-page-numbers,
.woocommerce-pagination span.page-numbers:not(.dots),
.woocommerce-pagination span.post-page-numbers,
.bp-video-thumbnail-submit {
    background-color: #d11332 !important;
    color: #fff !important;
    border-color: #d11332 !important;
}

.bp-avatar-nav ul li a {
    color: #000 !important;
}

.bp-avatar-nav ul .avatar-nav-item.current a {
    color: #fff !important;
}

.thread-participants a:hover,
.comment-respond .comment-author:hover,
.activity-header .activity-group-heading a:hover {
    color: #d11332 !important;
}

.bb_more_options_action::before {
    display: none;
}

.bb-bp-settings-content #subnav .subnav #notifications-personal-li.selected a,
.bb-bp-settings-content #subnav .subnav #subscriptions-personal-li.selected a,
.bb-bp-settings-content #subnav .subnav #subscriptions-personal-li a:hover,
.bb-bp-settings-content #subnav .subnav #subscriptions-personal-li:hover,
.bb-bp-settings-content #subnav .subnav #notifications-personal-li a:hover,
.bb-bp-settings-content #subnav .subnav #notifications-personal-li:hover {
    background-color: transparent !important;
    color: #d11332 !important;
}

.ant-pagination .ant-pagination-item-active a:hover,
.ant-pagination-item-active {
    border-color: #d11332 !important;
    color: #d11332 !important;
}

.manager-my-photos-popup .ant-pro-table-alert-info-option button {
    margin: 0 10px;
}

.ant-pro-checkcard:not(.ant-pro-checkcard-disabled):hover,
.ant-pro-checkcard-checked {
    border-color: #d11332 !important;
    background-color: transparent !important;
}

.ant-pro-checkcard-checked::after {
    opacity: 1;
    border: 10px solid #d11332 !important;
    border-block-end: 10px solid transparent !important;
    border-inline-start: 10px solid transparent !important;
    border-start-end-radius: 6px !important;
}

.ant-radio-wrapper .ant-radio-checked .ant-radio-inner,
#message-reply-new-submit,
.button.bp-document-create-popup-folder-submit {
    border-color: #d11332 !important;
    background-color: #d11332 !important;
}

.ant-input-affix-wrapper #email,
.ant-input-affix-wrapper #email:hover,
.ant-input-affix-wrapper #email:focus,
.ant-input-affix-wrapper #email:focus-within {
    border-color: transparent !important
}

.bp-generic-meta.activity-meta.action .generic-button a:hover span {
    color: #d11332 !important;
}

bp-generic-meta.activity-meta.action .generic-button a:hover .bp-generic-meta.activity-meta.action .generic-button a::before {
    color: #d11332 !important;
}

.activity-header p a:hover,
.bp-activity-info p a:hover {
    color: #d11332 !important;
}

.video-thumbnail-content .bb-dropzone-wrap .bb-custom-check:checked~.bb-field-wrap .dropzone .dz-preview .dz-image {
    border: 2px solid #d11332 !important;
}

#groups-list-options a:hover {
    color: #d11332 !important;
}

.bb-template-v2 .bp-navs>ul>li.selected a .bb-component-nav-item-point {
    border-bottom: 1px solid #d11332 !important;
}

.social-networks-wrap .social a:hover {
    color: #d11332 !important;
}

.bp-feedback.help .bp-icon,
.bp-feedback.info .bp-icon,
.selected .bb-action-check-wrap [class*=" bb-icon-"],
.bb-template-v2 .bp-search-results-wrapper .bp-navs .current a,
.bb-template-v2 .bp-search-results-wrapper .bp-navs .selected a {
    background-color: #d11332 !important;
}

.bs-styled-checkbox:checked+label:before {
    background-color: #d11332 !important;
    border-color: #d11332 !important;
}

.bb-template-v2 .bs-styled-radio:checked+.bb-radio-label:before,
.bb-template-v2 .bs-styled-radio:checked+label:before {
    border-color: #d11332 !important;
}

.bb-template-v2 nav#object-nav>ul>.selected>a .bb-single-nav-item-point {
    border-bottom: 2px solid #d11332 !important;
}

#bp-edit-album-title {
    display: none !important;
}

#bb-delete-album:hover {
    color: #fff !important;
}

#no-messages-archived-link a,
.archive-button {
    color: #d11332 !important;
}

#inbox-personal-li a {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
}

.bb_more_options_action:hover {
    background-color: #d11332 !important;
    border-color: #d11332 !important;
}

@media only screen and (max-width: 1366.5px) {
    .buddypress-wrap .profile.edit .button-nav li {
        margin-top: 0;
        margin-right: 0;
    }
    .bp-profile-content .profile:not(.public) {
        padding: 50px 0px 10px;
    }
}

@media only screen and (max-width: 600px) {
    .bp-profile-content {
        padding: 0 10px;
    }
    .buddypress-wrap .profile.edit .button-nav {
        margin-top: 20px !important;
    }
    #buddypress .profile.edit .button-nav a {
        margin-top: 0;
        margin-right: 20px;
        display: block;
        width: 100%;
        text-wrap: nowrap;
    }
    #buddypress .profile.edit .button-nav {
        display: flex;
        flex-direction: row;
        width: 100%;
        overflow: scroll;
    }
    .buddypress-wrap .profile.edit .button-nav li {
        margin-top: 0;
        margin-right: 0;
        width: 100%;
        display: block;
    }
}

.page-id-4864 .entry-title {
    display: none !important;
}

.select2-selection {
    height: 50px !important;
    padding: 10px;
}

.select2-selection__arrow {
    top: 13px !important;
}

.select2-dropdown {
    z-index: 2 !important;
}


/* .widget select {
    width: 100% !important;
} */

.select2 {
    width: 100% !important;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
    padding-left: 15px !important;
}

.bp-search-results-wrapper .bp-navs li.current.selected a {
    color: #fff !important;
}

.bp-search-results-list .bp-search-item .item .activity-header a:hover {
    color: #d11332 !important;
}

.bp-search-ac.ui-menu .ui-menu-item.bbls-view_all_type-type .bp-search-ajax-item a {
    color: #d11332 !important;
}

.buddypress-wrap .groups-list li .item>h2>a:hover {
    color: #d11332 !important;
}

.buddypress-wrap .bp-navs li:not(.current) a:focus,
.buddypress-wrap .bp-navs li:not(.current) a:hover,
.buddypress-wrap .bp-navs li:not(.selected) a:focus,
.buddypress-wrap .bp-navs li:not(.selected) a:hover {
    color: #d11332 !important;
}

.bp-search-results-wrapper .bp-navs li.active.current a:hover {
    color: #fff !important;
}

.search-results .bp-list li .item-meta a:hover {
    color: #d11332 !important;
}

.bp-search-page .results-group ul#activity-stream li.activity-item .activity-inner a {
    color: #d11332 !important;
}

.search-results .pagination-links a {
    color: #d11332 !important;
}

#wp-admin-bar-my-account-activity,
#wp-admin-bar-my-account-notifications,
#wp-admin-bar-my-account-messages,
#wp-admin-bar-my-account-groups,
#wp-admin-bar-my-account-forums,
#wp-admin-bar-my-account-media,
#wp-admin-bar-my-account-document,
#wp-admin-bar-my-account-video,
#wp-admin-bar-mp-membership {
    display: none;
}

.load-more a.button.outline:hover {
    border-color: #D11332 !important;
    background-color: #D11332 !important;
    color: #fff !important;
}


/* Aimal */

#sa-edurp-scholarships-grid,
.job_filters {
    padding-top: 20px !important;
}
#sa-edurp-class-photos-grid {
    padding-top: 40px !important;
}

.scholarship-banner-2 {
    display: block;
    background: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/banners/scholarship-grid-banner.png) !important;
    /* padding: 40px 0; */
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.job-list-banner {
    display: block;
    background: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/banners/job-listing-grid-banner.png) !important;
    /* padding: 40px 0; */
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.class-banner {
    display: block;
    background: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/banners/class-photos-grid-banner.png) !important;
    /* padding: 40px 0; */
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.scholarship-banner-3 {
    display: block;
    background: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/banners/scholarship-grid-banner.png) !important;
    /* padding: 40px 0; */
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.page-id-4928 header .annoucment-banner:nth-of-type(5),
.page-id-5289 header .annoucment-banner:nth-of-type(5),
.page-id-5078 header .annoucment-banner:nth-of-type(5) {
    display: none;
}

#post-5078 .entry-title {
    display: none !important;
}

.page-id-4984 header .annoucment-banner:nth-of-type(5) {
    display: none;
}

.page-template-teacher-deals-grid .tbp .col-9 {
    padding-top: 1.875rem;
}

.page-template-teacher-deals-grid .widget-area {
    padding-top: 0 !important;
}

.page-template-teacher-deals-grid .widget-area #search-2 {
    display: none;
}


/* #sa-edurp-scholarship-form-public {
    margin-top: 100px;
} */


/* .signin-button {
    display: none !important;
} */

.signin-button.link {
    background-color: #d11332 !important;
    border-color: #d11332 !important;
    color: #fff !important;
    margin-left: .3125rem;
    min-width: initial;
    line-height: 15px;
    padding: 10px 20px !important;
}

@media only screen and (max-width: 1200.5px) {
    .job_filters {
        padding-top: 50px !important;
    }
}

#sa-ehc-class-whishlist_public .sa-edurp-wpt-table-container table {
    border: 1px solid #d1d1d1 !important;
    box-shadow: 3px 3px 5px rgb(68 68 68 / 0.6);
}

#sa-ehc-class-whishlist_public .sa-edurp-wpt-table-container .sa-edurp-wpt-table-thead tr {
    background: #00582a;
}

.annoucment-banner.sa-edurp-page-title-banner.whishlist-public {
    background: url(/wp-content/uploads/New-Project-1.webp) !important;
}

.annoucment-banner.sa-edurp-page-title-banner.whishlist-public h1 {
    text-transform: capitalize;
}

.page-id-5071 #post-5071 .entry-header h1 {
    display: none;
}

#sa-edurp-class-photos-grid .sa-class-photo-main-box .class-photos-grid .ant-col.grid-img-1-photos .ant-image {
    height: 100%;
}

#sa-edurp-class-photos-grid .sa-class-photo-main-box .class-photos-grid .ant-col.grid-img-1-photos .ant-image img {
    padding: 0 2px 2px 0;
    height: 100%;
    object-fit: cover;
}

#sa-edurp-teacher-deal-form,
#sa-edurp-scholarship-form-public {
    max-width: 800px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 16px;
    padding: 50px;
    background-color: rgb(254 254 254 / 79%);
}

#sa-edurp-teacher-deal-form .ant-row .ant-col .ant-picker {
    width: 100%;
    height: 51px;
}

#sa-edurp-teacher-deal-form .ant-row .ant-col {
    margin: 0 10px;
    flex: 0 0 47%;
}

#sa-edurp-teacher-deal-form .ant-row .ant-col .ant-select {
    height: 51px;
}

#sa-edurp-teacher-deal-form .ant-row .ant-col .map {
    margin-bottom: 20px;
    margin-left: 10px;
}

#sa-edurp-teacher-deal-form label,
#sa-edurp-scholarship-form-public label {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

#sa-edurp-scholarship-form-public .ant-select-in-form-item,
#sa-edurp-scholarship-form-public .ant-picker {
    height: 51px;
    width: 100%;
}

#sa-edurp-teacher-deal-form button {
    background: #d51c29 !important;
    border: 0;
    margin: 0 20px;
    padding: 10px 20px;
    color: #fff !important;
}

#sa-edurp-teacher-deal-form .map .gm-style-mtc button {
    margin-right: 10px !IMPORTANT;
    width: auto;
    min-width: auto !important;
}

#sa-edurp-teacher-deal-form .ant-btn-default {
    display: none;
}

.page-id-5198 .entry-header h1 {
    display: none;
}

.page-id-5198 #content,
.postid-5078 #content {
    background: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/backgrounds/form-bg-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px;
}

.annoucment-banner.sa-edurp-page-title-banner.teacher-deals {
    background: url(/wp-content/uploads/New-Project-5.png);
}

#sa-edurp-teacher-deal-form .ant-row .ant-col .ant-picker .ant-picker-active-bar {
    background: #d51c29 !important;
}

#sa-edurp-teacher-deal-form .ant-row .ant-col .ant-select .ant-select-selector:focus {
    border: 0;
}

#sa-edurp-teacher-deal-form .ant-row .ant-col .ant-select:hover {
    border-radius: 6px;
}

#sa-edurp-teacher-deal-form .ant-select-outlined .ant-select-selector:hover {
    border: 0;
}

#sa-edurp-teacher-deal-form .ant-row .ant-col .ant-select:hover .ant-select-selector {
    border: 0;
}

#sa-edurp-teacher-deal-form .ant-row .ant-col .ant-select:focus-within,
#sa-edurp-teacher-deal-form .ant-row .ant-col .ant-select:focus {
    border: 0 !important;
}

.ant-select-focused:where(.css-1pg9a38).ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    border: 1px solid #d51c29 !important;
}

#sa-edurp-teacher-deal-form .ant-row .ant-col .ant-form-item.css-1pg9a38.ant-form-item-has-success {
    margin-bottom: 10px;
}

#sa-edurp-teacher-deal-form .ant-row>.ant-col .ant-col.ant-form-item-label,
#sa-edurp-teacher-deal-form .ant-row>.ant-col .ant-col.ant-form-item-control {
    margin: 0;
    flex: 0 0 100%;
}

#sa-edurp-class-photos-grid .ant-row {
    height: auto !important;
}

#sa-edurp-class-photos-grid .ant-row .sa-class-photos-listing-images-grid {
    height: 100% !important;
}

#sa-edurp-manage-my-class-photos-grid .sa-class-photo-main-box .class-photos-grid .sa-edurp-mmcpg-row.sa-class-photos-listing-images-grid {
    height: 100%;
}

#sa-edurp-manage-my-class-photos-grid .sa-class-photo-main-box .class-photos-grid .sa-edurp-mmcpg-row.sa-class-photos-listing-images-grid .sa-edurp-mmcpg-col.grid-img-1-photos .sa-edurp-mmcpg-image {
    height: 100%;
}

#sa-edurp-manage-my-class-photos-grid .sa-class-photo-main-box .class-photos-grid .sa-edurp-mmcpg-row.sa-class-photos-listing-images-grid .sa-edurp-mmcpg-col.grid-img-1-photos .sa-edurp-mmcpg-image img {
    object-fit: cover;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .page-id-5198 #content {
        background-size: cover;
        padding: 0;
    }
    #sa-edurp-teacher-deal-form {
        padding: 20px;
        max-width: 100%;
    }
    #sa-edurp-teacher-deal-form .ant-row .ant-col {
        margin: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #sa-edurp-teacher-deal-form .ant-row .ant-col .map {
        margin-left: 0;
    }
    #sa-edurp-teacher-deal-form button {
        margin: 0;
    }
    /** Public Form Teacher & Scholarship **/
    .postid-5198 #content,
    .postid-5078 #content {
        padding: 10px;
    }
    #sa-edurp-teacher-deal-form,
    #sa-edurp-scholarship-form-public {
        padding: 20px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
    .page-id-5198 #content {
        background-size: cover;
        background-position: top;
    }
}

@media only screen and (min-width: 767px) and (max-width: 820px) {
    #sa-edurp-teacher-deal-form .ant-row .ant-col {
        max-width: 100%;
        flex: 100%;
        margin: 0;
    }
    .page-id-5198 #content {
        background-size: cover;
        background-position: top;
    }
}

@media only screen and (min-width: 769px) and (max-width: 820px) {
    #sa-edurp-manage-my-class-photos-grid .sa-class-photo-main-box .sa-edurp-mmcpg-pro-card-body .sa-edurp-mmcpg-spin-container>.sa-edurp-mmcpg-row {
        gap: 20px;
    }
    #sa-edurp-manage-my-class-photos-grid .sa-class-photo-main-box .sa-edurp-mmcpg-pro-card-body .sa-edurp-mmcpg-row>div {
        width: 100% !important;
        max-width: 100% !important;
    }
}

#sa-edurp-class-photos-grid .ant-row {
    height: 100%;
}


/***** Latest Like Comment Icons CSS - Lesson PLan, Scholarship, Job listings, Blog Post  ****/

.sa-edurp-lp-cl-div {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 1px #e2e2e2;
}

.sa-edurp-lp-cl-div .sa-lp-cl-span {
    display: flex;
    align-items: center;
    color: #ababab;
}

.sa-edurp-lp-cl-div .sa-comment-icon {
    color: #06582b;
    font-size: 25px;
    line-height: 0.5;
}

.sa-edurp-lp-cl-div .anticon-like {
    font-size: 17px;
    color: #d3182e;
    margin-right: 3px;
}

.sa-edurp-lp-cl-div .anticon {
    margin-top: 0px !important;
}

.sa-edurp-lp-cl-div .anticon {
    left: unset !important;
}

.sa-edurp-wpt-pagination-item a {
    border-radius: 5px !important;
}

#sa-ehc-class-whishlist_public .sa-edurp-wpt-pagination-item-active {
    background-color: #d11332 !important;
}


/* for public page*/

@media only screen and (max-width: 799.5px) {
    .public-hide .site-header-container {
        display: flex !important;
    }
    .public-hide .bb-mobile-header {
        display: none !important;
    }
}

#sa-edurp-teacher-deal-form .ant-row .call_us {
    width: 100%;
    margin-right: 20px;
}

#sa-edurp-teacher-deal-form .ant-row .ant-col textarea:hover {
    border: 1px solid #d11332 !important;
}

#sa-edurp-teacher-deal-form .ant-upload-list .ant-upload-list-item.ant-upload-list-item-undefined,
#sa-edurp-teacher-deal-form .ant-upload-list .ant-upload-list-item.ant-upload-list-item-done {
    padding: 15px 5px;
}

#sa-edurp-teacher-deal-form .ant-upload-list-item-actions button {
    background: #d51c29 !important;
    border: 0;
    margin: 0 20px;
    padding: 15px 30px;
}

#sa-edurp-teacher-deal-form .ant-upload-list-item-actions button .ant-btn-icon .anticon-delete {
    color: #fff;
}

.main-teacher-detail .teacher-title h2 {
    font-size: 35px;
    margin: 0 0 10px 0;
}

.main-teacher-detail .teacher-title .closing-date p {
    color: #bcbcbc;
    font-size: 13px;
    margin-bottom: 0;
    float: left;
    width: 24%;
}

.main-teacher-detail .teacher-title .closing-date p:before {
    content: '\e803';
    margin-right: 8px;
}

.main-teacher-detail .teacher-title .cat-links {
    color: #bcbcbc;
    font-size: 13px;
}

.main-teacher-detail .teacher-title {
    padding: 40px 0 20px;
    border-bottom: 2px solid #d8d7d5;
}

.main-teacher-detail .teacher-deal-detail {
    padding: 20px 10px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 34px 25px -37px;
    margin: 20px 0 60px 0;
}

.single-teacher_deal #content {
    background: #faf9f7;
}

.main-teacher-detail .teacher-deal-detail h3 {
    font-size: 30px;
}

.main-teacher-detail .teacher-deal-detail p {
    font-size: 15px;
}

.single-teacher_deal #content .tbp.sa-edurp-grid-layout {
    max-width: 1300px;
    margin: 6px 60px 0px 70px;
}

.main-teacher-detail .teacher-deal-detail.how-avail .main-grid {
    display: flex;
    width: 100%;
}

.main-teacher-detail .teacher-deal-detail.how-avail .main-grid .contact,
.main-teacher-detail .teacher-deal-detail.how-avail .main-grid .avail-online,
.main-teacher-detail .teacher-deal-detail.how-avail .main-grid .map-button {
    flex-basis: auto;
}
.main-teacher-detail .teacher-deal-detail.how-avail {
    box-shadow: none;
}
.main-teacher-detail .teacher-deal-detail.how-avail .main-grid .map-button {
    margin: 0 20px;
}
.main-teacher-detail .teacher-deal-detail.how-avail .main-grid .contact p:last-child,
.main-teacher-detail .teacher-deal-detail.how-avail .main-grid .avail-online p:last-child,
.main-teacher-detail .teacher-deal-detail.how-avail .main-grid .map-button p:last-child {
    padding: 15px 25px;
    margin: 0;
    background: #ebebeb;
    border: 1px solid #fff;
}

.main-teacher-detail .teacher-deal-detail.how-avail .main-grid p a {
    color: #fff !important;
    width: 100%;
    display: block;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.main-teacher-detail .teacher-title .cat-links span a {
    color: #d51c29 !important;
}

.ant-upload-drag-icon svg {
    color: #d51c29 !important;
}

@media only screen and (max-width: 767px) {
    .main-teacher-detail .teacher-title .closing-date p {
        width: 55%;
    }
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .contact p:last-child,
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .avail-online p:last-child,
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .visit-location p:last-child {
        font-size: 10px;
    }
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .contact p:first-child,
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .avail-online p:first-child,
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .visit-location p:first-child {
        font-size: 10px;
    }
}

#sa-edurp-teacher-deal-form .map {
    margin: 0 10px 20px 0;
}

#sa-edurp-teacher-deal-form .map>div {
    border-radius: 6px;
}

@media only screen and (max-width: 1024.5px) {
    .tbp .col-3 {
        width: 100%;
    }
    .page-template-teacher-deals-grid .tbp .col-9 {
        padding-top: 10px !important;
    }
}


/* Teacher Deal form */

.ant-space-item svg {
    color: #fff !important;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid p a {
        font-size: 16px;
    }
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .map-button p {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 767px){
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid {
        flex-direction: column;
    }
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid p a {
        font-size: 28px;
    }
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .map-button p {
        font-size: 28px !important;
    }
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .map-button {
        margin: 0;
    }
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .contact,
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .avail-online,
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .map-button {
        margin: 10px 0;
    }
}
@media only screen and (min-width: 769px) and (max-width: 820px) { 
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid {
        flex-direction: column;
    }
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .map-button {
        margin: 0;
    }
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid p a {
        font-size: 28px;
    }
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .map-button p {
        font-size: 28px !important;
    }
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .contact,
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .avail-online,
    .main-teacher-detail .teacher-deal-detail.how-avail .main-grid .map-button {
        margin: 10px 0;
    }
}
.sa-edrup-teacher-blog-create-post-btn {
    background-color: #d11332 !important;
    color: #fff !important;
    outline: none !important;

}