.logged-in.woocommerce-account .section {
    padding: 50px max(20px, calc((100vw - 1920px) / 2));
    /* border-radius: 300px 300px 0 0; */
    background: white;
}
.logged-in.woocommerce-account .entry-content {
    background-color: #061C79;
}
.woocommerce-account:not(.logged-in) .section {
    margin: 10vh auto;
    max-width: 1920px;
    padding: 20px;
}
.woocommerce-account:not(.logged-in) .account-section {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: unset;
    width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
nav.woocommerce-MyAccount-navigation ul li {
    width: 100%;
}
nav.woocommerce-MyAccount-navigation ul li a {
    border-bottom: 2px solid #061C79;
    padding: 15px 10px;
    display: block;
    width: 100%;
    text-align: center;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    border-bottom: 2px solid #061C79;
    padding: 15px 10px;
    background: #061C79;
    color: white;
    display: block;
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: unset;
    width: 100%;
    margin-top: 30px;
}

.woocommerce-Input {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    color: black !important;
    padding: 5px !important;
}
fieldset {
    margin-top: 30px;
}
.woocommerce-Button, a.wc-forward.button {
    padding: 15px 30px;
    border-radius: 0;
    background: #061c79;
    color: white;
}

button.woocommerce-Button.button {
    padding: 15px 30px;
    border-radius: 0;
    background: #061c79;
    color: white;
}

.woocommerce-info {
    border-top-color: #061c79;
}
.woocommerce-info::before {
    color: #061c79;
}
.panel-h1 {
    color: #061C79;
font-family: "Work Sans";
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
margin-bottom: 10px;
}
.textfirst::before {
    content: "";
    display: block;
    height: 100%;
    width: 10px;
    background: black;
    position: absolute;
    left: 0;
    top: 0;
}
.textfirst {
    text-transform: uppercase;
    color: black;
    position: relative;
    font-weight: 800;
    padding-left: 20px;
}
.woocommerce form .form-row .required {
    color: #061c79;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 0;
    margin: 2em 0;
    text-align: left;
    border-radius: 0;
}

label {
    font-size: 14px;
    color: #0000008F
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    padding: 15px 40px;
    border-radius: 40px;
    background: #061c79;
    color: white;
    font-weight: 400;
}

.woocommerce-form .form-row {
    display: block;
}
.woocommerce-form .select-container {
    align-items: start;
}
.select-container svg {
    margin-top: 10px;
}
.welcome {
    font-family: "Work Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 30px;
    color: white;
}
.account-section {
    padding: 5vh max(20px, calc((100vw - 1920px) / 2));
    background: #061c79;
}

.kursy-wrapper {
    display: flex;
    padding: 20px;
    background: #F4F4F4;
    flex-direction: column;
    align-items: end;
}

.kurs-in-account {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 250px;
}

.kurs-in-account {
    display: grid;
    grid-template-columns: max(20%, 300px) auto;
}
.kurs-in-account-certs {
    display: block;
    background: white;
    border-radius: 10px;
}

.row1-ac, .row2-ac {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.kurs-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}


.kurs-info, .kurs-statuses, .kurs-actions {
    padding: 30px;
}

.kurs-in-account .cat {
    color: rgba(0, 0, 0, 0.56);
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.kurs-info .kurs-title {
    color: #000;

font-family: "Work Sans";
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
margin-bottom: 20px;
}

.kurs-info .kurs-desc {
    color: #000;
text-align: justify;
font-family: "Work Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.sec-title {
    color: #000;

font-family: "Work Sans";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.kurs-status, .kurs-price {
    display: flex;
    padding: 5px 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    margin-top: 20px;
}
.kurs-price {
    background-color: #F4F4F4;
}
.kurs-price * {
    color: #061C79
}

.status1 {
    background: #ECAA00;
}
.status1 * {
    color: white
}
.status2 {
    background: #067926;
}
.status2 * {
    color: white
}

.label-kurs, .label-price {
font-family: "Work Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.sts-text {
    font-size: 18px;
    font-weight: 500;
}
.kurs-price {
    min-height: 51px;
}
.kurs-actions .kurs-price {
    cursor: pointer;
}
.kurs-actions .kurs-price:hover {
    background-color: #dfdfdf;
}

.kurs-in-account .schedule-item {
    padding: 5px 10px;
    text-align: center;
    background: #606FB6;
    color: white;
}

.kurs-in-account .schedule {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
    padding-top: 10px;
}

.woocommerce-MyAccount-content .acf-fields > .acf-field {
    padding: 16px 0 !important;
}

a.acf-button.acf-repeater-add-row.button.button-primary {
    border-bottom: none !important;
    background: #061c79;
    color: white;
    font-weight: 400;
}

th[data-name=instruktor], td[data-name=instruktor] {
    display: none;
}

.woocommerce-MyAccount-content .select-container {
    padding-left: 0px
}

.acf-label {
    padding: 20px;
    background: #061c79;
    margin-bottom: 20px;
}

.acf-label * {
    color: white;
    font-size: 20px;
}

div[data-name=instruktorzy] th:first-child, div[data-name=instruktorzy] td:first-child {
    display: none !important;
}

div[data-name=instruktorzy] th:last-child, div[data-name=instruktorzy] td:last-child {
    display: none !important;
}

div[data-name=instruktorzy] th, div[data-name=instruktorzy] td, div[data-name=instruktorzy] table {
    border: none !important
}

div[data-name=dane_kursu] th:first-child, div[data-name=dane_kursu] td:first-child {
    display: none !important;
}

/* div[data-name=dane_kursu] th, div[data-name=dane_kursu] td, div[data-name=dane_kursu] table {
    border: none !important;
    padding: 0 !important;
} */

input.acf-button.button.button-primary.button-large {
    border-radius: 0px;
    background: #061c79;
    color: white;
    font-weight: 600;
    padding: 10px 30px;
}

select#product_category {
    padding: 5px 10px;
    margin-top: 7px;
    border: none;
    border-bottom: 1px solid;
}

.error {
    padding: 20px;
    margin-bottom: 10px;
    background: red;
    color: white;
    font-weight: 500;
}

.warning {
    margin: 20px;
    padding: 10px;
    background: #ecaa00;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
}



[data-name=dane_kursu] .acf-repeater .acf-row {
    display: flex;
    flex-direction: column;
    border: 0px solid #ccc;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
[data-name=dane_kursu] .acf-repeater .acf-row .acf-fields {
    display: flex;
    flex-direction: column;
}
[data-name=dane_kursu] .acf-repeater .acf-row .acf-field {
    margin-bottom: 0;
}
[data-name=dane_kursu] .acf-repeater .acf-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
[data-name=dane_kursu] .acf-repeater .acf-actions .acf-button {
    margin-left: 5px;
}

[data-name=dane_kursu] thead {
    display: none;
}

[data-name=dane_kursu] .acf-table {
    border: 0
}

[data-name=dane_kursu] .acf-table > tbody > tr > td {
    border: 0
}

[data-name=dane_kursu] + td {
    background-color: transparent !important;
}
[data-name=dane_kursu] .acf-repeater .acf-row-handle .acf-icon {
    position: relative !important;
    margin: 0 !important;
    height: 30px;
    width: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
[data-name=dane_kursu] .acf-repeater > table {
    background-color: transparent;
}
[data-name=dane_kursu] .acf-repeater .acf-row-handle.remove {
    background-color: transparent;
    display: flex;
    width: calc(100% - 16px);
    gap: 20px;
    background: #061c79;
}

[data-name=dane_kursu] .acf-field {
    background: #F4F4F4
}

[data-name=dane_kursu] input, [data-name=dane_kursu] textarea {
    border-radius: 0;
    border: 1px solid black;
}

[data-name=dane_kursu] .acf-field .acf-input {
    flex-direction: column !important;
    display: flex !important;
}

[data-name=dane_kursu] .acf-input-prepend,
[data-name=dane_kursu] .acf-input-append {
    padding: 0;
    color: black;
    border: none
}

button.new_kurs {
    border: none;
    border-radius: 0;
    padding: 15px 30px;
    background: #061c79;
    margin-bottom: 20px;
    color: white;
    font-weight: 500;
}

.woocommerce-EditAccountForm.edit-account .form-row {
    display: block;
}

.woocommerce-checkout-review-order-table:not(:first-child) {
    display: none;
}

h3#order_review_heading {
    display: none;
}

.wp-block-group.section.container-1920 {
    margin-top: 20px;
}

.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
    display: none;
    content: none;
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    flex-direction: column;
    gap: 2px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 40px;
    border-radius: 0px;
    border: 0;
    border-bottom: 2px solid #061c79;
}

#customer_details .col-2 {
    display: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0;
    border-radius: 0px;
    height: 40px;
    border-bottom: 2px solid #061c79;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #F4F4F4
}

.wc_payment_method label {
    color: black;
    font-weight: 500;
    font-size: 16px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #061c79;
    color: white;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #061c79;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: unset;
    width: 100%;
}

form.checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    margin-bottom: 10vh;
}

wc-order-attribution-inputs {
    display: none;
}

button#place_order {
    margin-top: 20px;
    padding: 20px;
    background: #061c79;
}

button.button[name=apply_coupon] {
    background: #061c79;
    border: none;
    border-radius: 0;
    color: white;
    font-weight: 500;
}

.container-1920 h2 {
    margin-bottom: 35px;
}

@media screen and (max-width: 800px){
	.home-hero h2 {
		font-size: 50px;
	}
	.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
		float: unset;
	}
    button.woocommerce-button.button.woocommerce-form-login__submit {
        width: 100%;
        margin: 0;
    }
    button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
        border-radius: 100px;
        width: 100%;
        margin: 0;
    }
    .simple-page h1 {
        padding: 60px 20px
    }
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    border-radius: 100px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-top: 10px;
}

@media screen and (max-width: 1200px){
    .recommendation {
        display: block;
    }
}

@media screen and (max-width: 400px){
    .home-store-cities .swiper-slide, .city-wrapper {
        height: 100%;
    }
}
@media screen and (max-width: 800px){
    .swiper-cities .swiper-button-next {
        right: 20px
    }
    .swiper-cities .swiper-button-prev {
        left: 20px;
    }
    .price-instructors, .product-pick {
        flex-direction: column;
    }
    .course-description {
        border-radius: 30px 30px 0px 0px;
    }
}
@media screen and (max-width: 1700px){
    .course-description {
        border-radius: 0 !important;
    }
}
@media screen and (max-width: 900px){
    .course-description {
        flex-direction: column;
    }
    .hcl-wrapper, .instructors-opinions {
        padding: 60px 20px;
    }
    .row-resp-2 {
        grid-template-columns: 1fr;
        row-gap: 50px;
    }
    .row-resp-2 .video-wrapper {
        min-height: 100%;
    }
    .program-wrapper {
        flex-direction: column;
    }
}

.row1-ac.row2 {
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 900px){
    .row1-ac.row2 {
        grid-template-columns: 1fr;
    }
}

td.main-kurs-row {
    padding: 10px 20px;
    background: #061c79;
    color: white;
    font-weight: 600;
}
.border-collapse {
    border-collapse: collapse;
}
.names td {
    background: #eff2ff;
    padding: 10px;
    border: 1px solid #061c79
}

.kurs-body-table tr td {
    padding: 10px;
    border: 1px solid #061c79
}

input.custom ~ div {
    height: 25px;
    width: 25px;
    border-radius: 0;
    border: 1px solid black;
}

input.custom:checked ~ div {
    height: 25px;
    width: 25px;
    border-radius: 0;
    border: 1px solid #061c79;
    background-color: #061c79;
}

@media screen and (max-width: 500px) {
    .recommended-courses .course-info .wrapper {
        flex-direction: column;
    }
    .schedule {
        grid-template-columns: 1fr !important;  
    }
}

.status_szkolenia.stat1 {
    padding: 10px;
    background: #aaaaaa;
    color: white;
    font-weight: 500;
    text-align: center;
}
.status_szkolenia.stat2 {
    padding: 10px;
    background: #067926;
    color: white;
    font-weight: 500;
    text-align: center;
}


.generatecerts {
    padding: 10px 20px;
    background: #061C79;
    color: white;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
}
.generatecerts:hover {
    opacity: 0.8;
    cursor: pointer;
}

@media screen and (max-width: 1500px){
    .kurs-in-account {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 200px auto;
    }
}
@media screen and (max-width: 1000px){
    .row1-ac, .row2-ac {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 800px){
    .row1-ac, .row2-ac {
        display: grid;
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 1100px){
    nav.woocommerce-MyAccount-navigation ul {
        flex-direction: column;
    }
}

.kurs-in-account-certs .row1-ac {
    display: grid;
    grid-template-columns: 60% 40%;
}
.multiselect-dropdown {
    border: 0;
    margin-top: 10px !important;
    border-bottom: 1px solid black;
    border-radius: 0;
}
.inputs-wrapper {
    margin-top: 20px !important;
}