/*--------------------------------------------------------------
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
--------------------------------------------------------------*/

:root {
    --bb-input-radius: 0px;
    --dark-green: #1e4ec4;
    --light-green: #e3edea;
    --dark-violet: #563573;
    --light-violet: #ad92c5;
    --dark-brown: #c3b297;
    --light-brown: #dcd7d0;
    --dark-burgund: #73356a;
    --light-burgund: #d6bbd2;
    --dark-blue: #073b4c;
    --light-blue: #a7c6da;
    --light-gray: #e9e9e9;
    --dark-gray: #5f5f5f;
    --bb-content-alternate-background-color: #17295f17 !important;
}

#certificates-personal-li{
	pointer-events: none;
}

#wp-admin-bar-my-account-szkolenia{
	display: none !important;
}
.ld-tab-content {
	color: var(--bb-headings-color);
}
#register-page .bp-icon {
    display: none;
}

.home #breadcrumbs {
    display: none !important;
}

.bb-yoast-breadcrumbs {
    max-width: 1320px;
    padding: 20px 10px;
}

.bs-bp-container-reg .buddypress-wrap .bp-messages.info {
    background-color: #1e4ec4;
    border-color: #1e4ec4;
    border-radius: 30px;
    padding: 5px 10px;
}


.container {
    max-width: 1320px;
}

.fluid-width-video-wrapper {
    padding-top: 56.25% !important;
}

.elementor-widget-elementskit-blog-posts img {
    aspect-ratio: 1.5;
    object-fit: cover;
}

.loginlinkmobile {
    display: none !important;
}

.elementskit-post-image-card {
    height: 100%;
}

.elementor-widget ul,
.elementor-widget ol {
    margin-bottom: 0;
}

.mtopauto {
    margin-top: auto;
}


.ekit-wid-con .row {
    row-gap: 30px;
}

.webinar:hover * {
    color: white !important;
}

.webinar:hover,
.benefit:hover {
    background: #4c5f4e !important;
}

.webinar:hover path {
    fill: white;
}

.benefit:hover * {
    color: white;
}

.problem:hover {
    background: #F1F0EC !important;
}

.problem:hover * {
    color: black !important;
}

.site-title img {
    width: 220px;
}

/*
.site-header:not(.has-scrolled) {
    transition: all .3s;
    background-color: transparent !important;
}
*/

.bb-template-v2 .site-header .user-wrap.menu-item-has-children .sub-menu,
.site-header .sub-menu {
    border-radius: 0;
}

/*
body:not(.buddypress)  .site-header:not(.has-scrolled) .primary-menu>li:hover>a:before {
    background-color: #13255b;
}

body:not(.buddypress):not(.single-sfwd-lessons) .site-header:not(.has-scrolled) .primary-menu>li>a>span,
body:not(.buddypress):not(.single-sfwd-lessons) .site-header:not(.has-scrolled) #navbar-collapse .more-button *,
body:not(.buddypress):not(.single-sfwd-lessons) .site-header:not(.has-scrolled) .header-search-link *,
body:not(.buddypress):not(.single-sfwd-lessons) .site-header:not(.has-scrolled) .user-link>.user-name {
    color: white !important;
}

*/
.site-header img.bb-logo,
.site-header .site-title img.bb-mobile-logo {
    filter: invert(20%) sepia(8%) saturate(4727%) hue-rotate(187deg) brightness(40%) contrast(106%);
}

.site-header .site-header-container,
.header-search-wrap,
.header-search-wrap input.search-field,
.header-search-wrap form.search-form {
    height: 109px !important;
}

.bb-template-v2 .header-aside .user-wrap.user-wrap-container {
    margin-left: 5px !important;
}

.bb-template-v2 .primary-menu>li {
    padding: 0 2px;
}

.bb-template-v2 .primary-menu>li>a {
    padding: 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.bb-template-v2 .primary-menu>li>a>span {
    display: flex;
    height: auto;
    position: relative;
    line-height: 1em;
}

.bb-template-v2 .primary-menu>li.courses>a>span {
    font-weight: 600;
}


.primary-menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.primary-menu a {
    font-size: 14px;
}

.mega-menu {
    background: white;
    width: 100%;
    max-width: 1440px;
    left: 50%;
    transform: translatex(-50%);
    padding: 30px;
    z-index: 999;
    gap: 20px;
    border-radius: 0 0 20px 20px;
    grid-template-columns: repeat(4, 1fr);
}

.bb-elementor-content::after {
    content: '';
    background: #e3edea;
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100svh;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
}

body.overlay-custom .bb-elementor-content::after {
    visibility: visible;
    opacity: .75;
}

.mega-menu .category-tile {
    background: #e3edea;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 20px;
    width: 100%;
    transition: all .3s;
    align-items: flex-start;
    position: relative;
}

.mega-menu .category-tile:hover {
    background: #1e4ec4;
}

.mega-menu .category-tile:hover h6,
.mega-menu .category-tile:hover a {
    color: white;
}

.bb-header-buttons .button.link, .header-aside .button.signup {
    background-color: #1e4ec4;
    border-color: #1e4ec4;
    color: white !important;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    height: auto;
    padding: 14px 20px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    font-size: 14px;
    margin-left: 10px;
    line-height: 1em;
	font-weight: 500 !important;
}

.mega-menu .category-tile li {
    line-height: 1.25em;
    transition: all .2s;
    opacity: 1;
    padding: 7px 0;
}


.mega-menu .category-tile h6 {
    margin: 0;
}

.mega-menu .category-tile h6 a {
    color: #1a1a1a;
}

.mega-menu .category-tile ul li a {
    color: #1a1a1a;
    font-size: 14px;
}

.mega-menu .category-tile ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.mega-menu .category-tile>a {
    background-color: #1e4ec4;
    border-color: #1e4ec4;
    color: white !important;
    border-radius: 30px;
    box-shadow: none;
    text-shadow: none;
    height: auto;
    padding: 12px 24px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    font-size: 14px;
    line-height: 1em;
    white-space: nowrap;
    margin-top: auto;
}


.mega-menu .category-tile:hover>a {
    background: white;
    color: #1e4ec4 !important;
}

.mega-menu .category-tile span {
    opacity: 0.5;
}

.mega-menu .category-tile.calculator {
    background-color: #323232;
}

.mega-menu .category-tile.calculator::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("https://idop.pl/wp-content//uploads/2024/11/bookbg.png");
    background-position: bottom right;
    background-size: cover;
    opacity: 0.1;
}

.mega-menu .category-tile.calculator * {
    color: white !important;
}

.category-tile .elementor-icon {
    opacity: 1 !important;
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
}

.category-tile:hover .elementor-icon {
    color: white;
}

.category-tile .elementor-icon i {
    width: 100px;
    height: 100px;
    font-size: 80px;
}

.sfwd-lessons-template-default .site-content-grid .entry-footer {
    display: none !important;
}



.ovik::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #e0ecf9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: .75;
}

.specialbutton {
    background-color: #1e4ec4;
    border-color: #1e4ec4;
    color: white !important;
    border-radius: 30px;
    box-shadow: none;
    text-shadow: none;
    height: auto;
    padding: 14px 30px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    font-size: 14px;
    margin-left: 10px;
    line-height: 1em;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p {
    margin: 0;
}

.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow) {
    padding-left: 5px;
}

#header-messages-dropdown-elem,
#header-notifications-dropdown-elem,
.bb-header-more-menu,
.bb-header-search-bar,
.bb-help-dropdown-wrap,
.header-cart-link-wrap,
.header-search-link-wrap,
.user-wrap-container {
    padding: 0 5px;
}


.bb-template-v2 .primary-menu>.menu-item-has-children:not(.hideshow)>a,
.primary-menu li.mega>a {}

.bb-template-v2 .primary-menu>.mega>a:before {
    right: -10px !important;
}



.site-branding {
    padding-right: 15px !important;
    flex-shrink: 0;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu {
    top: calc(100% - 30px);
}

#newsletter {
    margin: 0 !important;
}

#newsletter .elementor-form-fields-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0 !important;
}

#newsletter .elementor-form-fields-wrapper>div {
    margin: 0 !important;
}

#newsletter .elementor-button[type="submit"] {
    min-height: auto !important;
    padding: 14px 30px;
}

#newsletter .elementor-field-textual {
    border: none !important;
}

.header-aside {
    padding-left: 5px;
}

.user-link img {
    width: 100%;
}

.elementor-field-type-acceptance {
    margin: 10px 0 20px;
}

.elementor-field-type-acceptance span {
    line-height: 1em;
}

.elementor-field-type-acceptance label {
    line-height: 1.25em;
    font-weight: 400;
    opacity: 0.5;
    cursor: pointer;
}

.elementor-field-option {
    cursor: pointer;
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    flex-shrink: 0 !important;
    border: 1px solid #1e4ec4 !important;
}

input[type="radio"]::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: #1e4ec4;
    left: unset !important;
    top: unset !important;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}


input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #1e4ec4 !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: .5em !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    border: none !important;
}

input[type="checkbox"]::before {
    content: "";
    width: 12px;
    height: 12px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: white;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);

}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button {
    white-space: nowrap;
}

.wp-block-file .wp-block-file__button,
.wp-block-file a.wp-block-file__button {
    line-height: 1em;
    padding: 12px 30px;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper) #btn-join,
.learndash-wrapper:not(.ld-registration__outer-wrapper) .btn-join {
    background-color: var(--bb-primary-button-background-regular) !important;
    color: var(--bb-primary-button-text-regular) !important;
    border: 1px solid var(--bb-primary-button-border-regular) !important;
    border-radius: var(--bb-button-radius);
    font-size: 14px;
    display: inline-block;
    padding: 12px 30px !important;
    line-height: 1em;
    text-align: center !important;
    margin: 0 !important;
    font-weight: 500 !important;
}

#learndash-tooltips .ld-tooltip {
    font-weight: 400;
    box-shadow: none !important;
    font-family: "Manrope";
}

.bb-single-course-sidebar a.btn-advance {
    border: none !important;
    color: white !important;
}

.bb-single-course-sidebar a.btn-advance:hover,
.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:hover {
    color: white !important;
    border-color: var(--bb-primary-button-text-hover) !important;
}

.bb-learndash-banner:before {
    background-image: unset !important;
    background-color: #13255b !important;
    opacity: 1 !important;
}


.ld-tabs-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.bb-course-points {
    display: none;
}

.ld-tabs-content ul {
    margin: 1.25em;
    margin-top: .25em;
    margin-bottom: 2em;
}

.ld-tabs-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading {
    display: none;
}

.bb-about-instructor {
    display: none;
}

.bb-learndash-content-wrap h4 {
    margin-bottom: 0 !important;
}

.bb-course-banner-inner .author-name {
    text-transform: uppercase;
}

.bb-course-banner-inner {
    padding-top: 120px;
}

.woocommerce form button.button {
    height: auto !important;
    white-space: nowrap;
    flex-shrink: 0;
    width: auto !important;
    line-height: 1em;
    padding: 14px 30px !important;
    font-weight: 500 !important;
}

.woocommerce form.checkout_coupon .form-row-last {
    width: 250px;
}

.woocommerce form.checkout_coupon .form-row-first {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
}

.woocommerce-form-login>p:not(.form-row):not(.lost_password) {
    margin-bottom: 30px;
}

.ekit-wid-con .post-meta-list>span {
    pointer-events: none !important;
}

.ekit-wid-con .meta-author .author-name {
    text-transform: uppercase !important;
}

.ekit-wid-con .elementskit-post-body {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ekit-wid-con .elementskit-post-body .btn-wraper {
    margin-top: auto;
}

.ekit-wid-con .elementskit-meta-categories {
    left: unset !important;
    right: 15px;
}

.ekit-wid-con .elementskit-meta-categories .elementskit-meta-wraper span>a {
    z-index: 9;
    position: relative;
}

.elementor-field-group-accept_newsletter {
    order: 9999;
}

.elementor-field-group-accept_newsletter label {
    color: white;
}

.elementor-location-footer input[type="checkbox"] {
    background: white !important;
}

.elementor-location-footer input[type="checkbox"]::before {
    background: #1e4ec4;
}

.kategorie-wpisow {
    margin: 0 !important;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.kategorie-wpisow a {
    background-color: #1e4ec4;
    padding: 0px 15px 0px 15px;
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    color: white !important;
    font-size: 14px;
}

.buddyboss-theme.single-sfwd-courses .learndash-wrapper .ld-status.ld-status-progress {
    color: white !important;
}





.bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item i:not(.bb-icon-angle-down) {
    display: none !important;
}


#nabory-table {
    margin-top: 30px;
    font-size: 14px;
}



#nabory-table a.button {
    color: white;
    font-size: 14px;
}

#nabory-table a.button:hover {
    color: #1e4ec4;
}

#nabory-table th,
#nabory-table td {
    vertical-align: middle;
    padding: 10px;
}

.nabory-filters {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.nabory-map {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.nabory-map svg {
    width: 30vw;
    height: auto;
}

.nabory-map .land {
    cursor: pointer;
    transition: all .2s;
}

.nabory-map .land:hover {
    fill: #e3edea;
}

.nabory-map .land.chosen {
    fill: #1e4ec4;
}

.wp-block-media-text.autor img {
    border-radius: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
}

@media(max-width: 767px) {

    body:not(.logged-in) .loginlinkmobile {
        display: flex !important;
    }

    .loginlinkmobile>a {
        background-color: #e3edea;
        border-color: #e3edea;
        color: #1e4ec4 !important;
        border-radius: 30px !important;
        box-shadow: none;
        text-shadow: none;
        height: auto;
        padding: 14px 20px !important;
        -webkit-transition: all linear .2s;
        transition: all linear .2s;
        font-size: 14px !important;
        line-height: 1em !important;
        width: auto !important;
    }

    .nabory-map svg {
        width: 100%;
    }

    .nabory-filters select {
        font-size: 13px;
    }

    #nabory-table th,
    #nabory-table td {
        padding: 6px 8px;
        border: none !important;
    }

    #nabory-table tbody {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    #nabory-table {
        font-size: 13px;
        line-height: 1.25em;
        display: flex;
    }

    #nabory-table thead {
        display: none;
    }


    #nabory-table tr {
        display: flex;
        flex-direction: column;
        width: 50%;
        padding: 10px;
        border-top: 1px solid #d6d9dd;
    }

    #nabory-table tr:nth-child(2n - 1) {
        border-right: 1px solid #d6d9dd;
    }

    #nabory-table tr:nth-child(1),
    #nabory-table tr:nth-child(2) {
        border-top: none !important;
    }

    #newsletter .elementor-form-fields-wrapper {
        flex-direction: column;
        flex-wrap: wrap;
    }


    .mega-menu {
        grid-template-columns: repeat(1, 1fr);
        max-height: calc(100svh - 80px);
        overflow-y: scroll;
    }
}

.justify {
    text-align: justify !important;
}

.elementor-widget-theme-post-content>p {
    margin: 0 0 1.6875rem;
}

.badge {
    white-space: nowrap;
}

.elementskit-card-header .elementskit-btn-link .ekit_accordion_normal_icon,
.elementskit-card-header .elementskit-btn-link .ekit_accordion_active_icon {
    line-height: 1em;
}

.elementskit-btn-link .ekit_accordion_active_icon {
    color: white !important;
}

.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 {
    margin-top: -109px;
}

body.buddypress.sticky-header .site-content{
   padding-top: 150px !important;
   margin-top: 0 !important; 
}



.learndash-wrapper:not(.ld-registration__outer-wrapper) #btn-join,
.learndash-wrapper:not(.ld-registration__outer-wrapper) .btn-join {
    border: none !important;
    color: white !important;
}

.ld-qa-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    gap: 10px;
    background-color: #cfdbf7;
}

.ld-qa-box h4 {
    color: var(--bb-headings-color);
}

#ld-qa-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#ld-qa-form textarea {
    width: 100%;
    border-radius: 0px;
    border: none;
}

button.qa {
    color: white !important;
    border: none !important;
    background-color: #1e4ec4;
}


.specialbutton {
    display: none !important;
}

@media(max-width: 768px) {
    .bb-mobile-header {
        height: 80px !important;
    }

    .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 {
        margin-top: -80px !important;
    }

    .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: 80px !important;
    }
}

.listaptaki .elementor-icon-list-items {
    row-gap: 20px !important
}

.listaptaki .elementor-icon-list-icon {
    background: #173e9c;
    display: flex;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;

}

.listaptaki .elementor-icon-list-icon svg {
    margin: 0 !important;
}



#wpisblogowy-form,
#miting-form,
#feedback-form {
    display: flex;
    flex-direction: column;
}

.single-sfwd-topic #breadcrumbs,
.single-sfwd-lessons #breadcrumbs {
    display: none !important;
}

* {
    -webkit-tap-highlight-color: transparent;
}

hr {
    margin: 10px 0 !important;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #F6F6F6;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}



@media(min-width: 767px) {
    .loginbut {
        display: none !important;
    }
}

body.logged-in .loginbut {
    display: none !important;
}

.loginbut {
    font-weight: 600 !important;
}



.home #breadcrumbs {
    display: none !important;
}


*::selection {
    background-color: #393185;
    color: white;
}

* {
    outline: 0 !important;
}


html {
    overflow-x: hidden !important;
}

input {
    caret-color: #594dd1;
}

p {
    margin-bottom: 0;
    margin-top: 0;
}



/* Fixing Elementor popup overlay animation - By Marks.art.br */
/* Just copy and paste into the global CSS on Child Theme or Elementor */

.elementor-popup-modal:not([style="display: none;"]) {
    transition: all .3s;
    opacity: 1 !important;
}

div.elementor-popup-modal[style="display: none;"] {
    transition: all .3s;
    opacity: 0;
    display: flex !important;
    z-index: -5;
}

.elementor-popup-modal[style="display: none;"]>div {
    display: none
}

.elementor-popup-modal {
    -webkit-animation: fade-in-by-marks .5s cubic-bezier(.39, .575, .565, 1.000);
    animation: fade-in-by-marks .5s cubic-bezier(.39, .575, .565, 1.000)
}

@-webkit-keyframes fade-in-by-marks {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in-by-marks {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.myaccont {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
}

.myaccont form p {
    display: flex;
    flex-direction: column;
}

.myaccont form label {
    font-size: 14px;

}

.myaccont .acc {
    margin-right: 7px !important;
}

.myaccont>div {
    background: #15285f0f;
    padding: 50px;
    border-radius: 7px;
    box-shadow: 0 1px 0 0 rgba(139, 141, 157, .05), 0 0 1px 0 rgba(65, 71, 108, .15);
    max-width: 750px;
}

.myaccont form {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

label.must {
    color: red;
}

.must>* {
    color: red !important;
}

.myaccont>div>p {
    color: var(--bb-success-color);
    font-weight: 500;
}

#new-account.waiting {
    opacity: 0.5;
    pointer-events: none;
}

.notification.error {
    color: red;
}

.notification {
    padding: 20px;
    background: white;
    border-radius: 7px;
    box-shadow: 0 1px 0 0 rgba(139, 141, 157, .05), 0 0 1px 0 rgba(65, 71, 108, .15);
}

.registerb {
    background: #ededed;


}

.registerb * {
    font-weight: 600;
}

.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button {
    white-space: nowrap !important;
}


.acc+a {
    font-weight: 700;
    text-decoration: underline;
}

@media(max-width: 767px) {
    .myaccont {
        flex-direction: column;
    }

    .myaccont>div {
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }
}

.bb-course-volume>h4 {
    display: none !important;
}

.ld-section-heading h2 {
    display: none !important;
}

.ld-table-list-header .ld-text {
    display: none !important;
}


h6 {
    margin: 0 !important;
}

.user-wrap:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
#learndash-page-content{
	padding-top: 160px;
}
.quiz-question label{
	cursor: pointer;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button, .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button{
	border-radius: 0 !important;
	font-weight: 500;
    font-size: 15px;
}
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #sfwd-mark-complete:after, .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .sfwd-mark-complete:after{
	display: none !important;
}

body.blog .site-content, body.single-post .site-content{
	margin-top: 0 !important;
}
body.blog .site-header:not(.has-scrolled), body.single-post .site-header:not(.has-scrolled){
	background-color: #2c3c69 !important;
}
.quiz-question>p{
	font-size: 18px;
    font-weight: 500;
    color: black;
    line-height: 1.25em;
    margin-bottom: 10px;
    display: block;
}
.quiz-question{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.quiz-question label{
	font-size: 16px;
}
.learndash-wrapper-login-modal{
	display: none !important;
}
#learndash-tooltips{
	display: none !important;
}

.select2-container--default .select2-selection--single{
	display: flex !important;
    font-family: inherit;
    font-style: inherit;
    font-size: 15px;
    height: 41px !important;
    outline: 0;
    vertical-align: middle;
    background-color: var(--bb-content-background-color) !important;
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: var(--bb-input-radius) !important;
    box-shadow: none;
    padding: 0 12px;
    color: var(--bb-body-text-color);
	align-items: center;
}

body .select2-container .select2-dropdown{
	max-width: 1000px !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 0 !important;
	height: 100% !important;
}

.select2-container .select2-dropdown .select2-results__option{
	color: var(--bb-headings-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: inherit !important;
	line-height: 1em !important;
}