.mcup-wrapper {
    display: flex;
    min-height: 600px;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Sidebar */
.mcup-sidebar {
    width: 250px;
    background: #1f2937;
    color: #fff;
    flex-shrink: 0;
}

.mcup-logo {
    padding: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 1px solid #374151;
}

.mcup-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mcup-nav a {
    display: block;
    padding: 15px 20px;
    color: #d1d5db;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: 0.2s;
}

.mcup-nav a:hover, .mcup-nav a.active {
    background: #111827;
    color: #fff;
    border-left-color: #3b82f6; /* Niebieski akcent */
}

/* Content */
.mcup-content {
    flex-grow: 1;
    padding: 40px;
    background: #f9fafb;
}

.mcup-login-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}


/* vendor dashboard styles -------------------------------------------- */
#dashboard_widget_1 {
    border:0px;
}
#dashboard_widget_1 .postbox-header {
    display:none;
}
#dashboard_widget_1 .inside {
    background-color: #f1f1f1;
    margin: 0px;
    padding:0px;
}
#dashboard-widgets .postbox-container .empty-container {
    display: none;
}
.v_box_container {
    display:grid;
    justify-content:space-between;
    grid-template-columns:repeat(auto-fit,minmax(32%,1fr));
    grid-template-rows:1fr;
    grid-gap:20px;
    text-align:center;
    padding-top:10px;
}
.v_box_padding {
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}
.v_box_padding_sub {
    padding-left: 30px;
    padding-right: 30px;
}
.li_box_class {
    border-bottom:1px solid #999;
    padding-bottom:20px;
}
.span_v_big {
    font-weight: 500;font-size: 30px;
}
.span_v_small {
    color:#999;
    font-size: 15px;
}
@media only screen and (max-width: 768px) {
    .v_box_padding {
        padding-left:5px;
        padding-right:5px;
    }
    .v_box_padding_sub {
        padding-left: 5px;
        padding-right: 5px;
    }
    table, thead, tbody, th, td, tr {
        display: block;
    }
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
    Label the data
    */
    td:nth-of-type(1):before { content: "Order"; }
    td:nth-of-type(2):before { content: "Date"; }
    td:nth-of-type(3):before { content: "From"; }
    td:nth-of-type(4):before { content: "To"; }
    td:nth-of-type(5):before { content: "Status"; }
    td:nth-of-type(6):before { content: "Total"; }
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
    #wpbody-content #dashboard-widgets #postbox-container-1 {
        width: 100%;
    }
}
/* vendor dashboard styles -------------------------------------------- */


/* --------- bikept stripe payment styles -----------––––––----------- */
.bikepot-data-processing-info {
    margin-top: 1em;
    font-size: .8em;
}

.bikepot-data-processing-info .expand {
    cursor: pointer;
    text-decoration: underline;
}

.bikepot-data-processing-info ul {
    padding: 0 !important;
    margin: 0 0 0 15px !important;
    list-style-type: lower-alpha !important;
}

.bikepot-data-processing-info .bikepot-data-processing-info-more.collapse {
    display: none;
}

#payment .payment_methods .bikepot-data-processing-info li {
    list-style: lower-alpha !important;
    line-height: 1.5em !important;
}

#payment ul.payment_methods .bikepot-data-processing-info li::before,
#payment ul.payment_methods .bikepot-data-processing-info li::after {
    display: none !important;
}

.payment_method_bikepot_stripe_blik > label > img {
    max-height: 2rem;
    max-width: 3rem;
    vertical-align: middle;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
    max-height: 18px;
}

.payment_method_bikepot_stripe_blik input[type=text],
.bikepot-blik-white-label #paynow_blik_code {
    letter-spacing: 5px;
    font-weight: bold;
    max-width: 100%;
    min-width: 110px;
}

.bikepot-blik-white-label label {
    margin-top: 5px;
}

.bikepot-confirm-blik img {
    margin: 0 auto;
}

.bikepot-payment-option-pbls {
    flex-wrap: wrap;
    display: flex;
    margin: 0 -1%;
}

.bikepot-payment-option-pbl {
    margin: 1%;
    width: 23%;
    display: flex;
    flex-direction: column;
}

.bikepot-payment-option-pbl label {
    padding: 5px;
    border: 1px solid #e6e6e6;
    max-width: 100%;
    height: calc(100vh / 20);
    min-height: 3rem;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    transition: all 250ms;
    margin: 0 !important;
}

.bikepot-payment-option-pbl label img {
    max-width: 90%;
    max-height: calc(100vh / 30) !important;
    vertical-align: middle;
    margin: 0 !important;
}

.bikepot-payment-option-pbl:not(.disabled) label:hover {
    border: 1px solid #d2d2d2;
    background: #f3f3f3;
}

.bikepot-payment-option-pbl input[type=radio] {
    display: none !important;
}

.bikepot-payment-option-pbl.disabled label img {
    opacity: 0.3;
    filter: grayscale(1);
}

.bikepot-payment-option-pbl.disabled label {
    cursor: not-allowed;
}

.bikepot-payment-option-pbl input[type=radio]:checked + label {
    border: 2px solid #16A035;
    background: #f3f3f3;
}

@media (max-width: 576px) {
    .bikepot-payment-option-pbl {
        width: 31%;
    }
}

.bikepot-payment-card-option {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.bikepot-payment-card-option.loading {
    opacity: 0.4;
}

.bikepot-payment-card-option:last-child {
    margin-bottom: 20px;
}

.bikepot-payment-card-option input {
    display: none;
}

.bikepot-payment-card-option label {
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    display: flex !important;
    align-items: stretch;
    height: 60px;
    width: 100%;
    margin: 0 !important;
    background-color: transparent;
}

.bikepot-payment-card-option input[type=radio]:checked + label {
    background: #f3f3f3;
}

.bikepot-payment-card-option input[type=radio]:not(:disabled) + label {
    cursor: pointer;
}

.bikepot-payment-card-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bikepot-payment-card-details p {
    margin: 0;
    text-align: left;
}

.bikepot-payment-card-details-card-name {
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.bikepot-payment-card-details-card-name.bikepot-expired {
    color: #8E8E8E;
}

.bikepot-payment-card-details-expiration {
    font-size: 10px;
    line-height: 20px;
    color: #8E8E8E;
}

.bikepot-payment-card-details-expiration.bikepot-expired {
    color: #E52E07;
}

.bikepot-payment-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96px;
}

.bikepot-payment-card-image img {
    max-width: 40px !important;
    max-height: 24px;
}

.bikepot-payment-card-menu {
    position: absolute;
    top: 25px;
    right: 13px;
    z-index: 1;
}

.bikepot-payment-card-option .bikepot-payment-card-remove {
    position: absolute;
    height: auto;
    width: auto;
    border: none;
    white-space: nowrap;
    right: 0;
    bottom: -25px;
    box-shadow: 0 4px 4px 0 #00000040;
    padding: 5px 25px;
    background-color: white;
    z-index: 2;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}

.bikepot-payment-card-option .bikepot-payment-card-remove.--hidden {
    display: none !important;
}

.bikepot-payment-card-option .bikepot-payment-card-remove:hover {
    background-color: #f1f1f1;
}

.bikepot-payment-card-option .bikepot-payment-card-menu-button {
    height: auto;
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
}

.bikepot-payment-card-error {
    font-size: 10px;
    color: #E52E07;
}

/* --------- bikept stripe payment styles -----------––––––----------- */