:root {
    --primary-color: #ADCB0A;
    --primary-color-hover: #9BB208;
    --primary-opacity-color: #b0c90a61;
    --light-black: #47433F;
    --gray: rgb(247, 247, 247);

    --dark-gray: #e9ecef;
    --red: #C9302C;
    --red-hover: #e42b25;

    --blue: #0043a0;
    --blue-hover: #0e3369;

    --yellow: rgb(235, 183, 40);
    --yellow-hover: #e6a925;

    --border-radius-5: 32px;
    --border-radius-4: 20px;
    --border-radius-3: 16px;
    --border-radius-2: 12px;
    --border-radius-1: 8px;
}

a {
    color: black !important;
    text-decoration: inherit !important;
}

body {
    font-family: "Montserrat", sans-serif !important;
    background-color: var(--gray) !important;
    font-size: 16px !important;
}

h1 {
    font-weight: 300;
    margin-bottom: 20px
}

label {
    width: 100%;
}

.badge-standard {
    font-size: 0.9rem;
    padding: 4px 20px;
    background-color: var(--primary-opacity-color);
    color: black;
    border-radius: var(--border-radius-1);
    line-height: 1;
    min-width: 85px;
    text-align: center;
    font-weight: 500;
}

.title {
    font-size: 1rem;
    color: var(--primary-color);
    font-weight: 600;
}

.single-element-list {
    border-radius: var(--border-radius-2);
    background-color: white;
    padding: 14px 26px;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 14px;
}


.single-element-list.seller-list {
    border-radius: var(--border-radius-2);
    background-color: white;
    padding: 14px 26px;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: unset;
    gap: unset;
    margin-bottom: 14px;
}

.seller-basic-info {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 12px;
}

.flag-for-seller {
    height: 16px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.18);
}

.overflow-modal .flag-for-seller {
    height: 17px;
}


.single-element-list-note {
    overflow: hidden;

    position: relative !important;
}

.note-content a {
    color: var(--primary-color) !important;
    text-decoration: underline !important;
}

.note-content a:hover {
    text-decoration: none !important;
}

.icons-action {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-left: auto;
    font-size: 1.4rem;
    justify-content: flex-end;
    max-width: 200px;
}


.modal-overflow-container {
    overflow-y: auto;
    max-height: 360px;
}

.modal-footer {
    border-top: 0 !important;
}

.min-input-width {
    min-width: 290px !important;
}

.green {
    font-weight: 600;
    color: var(--primary-color);
}

.grren-link a:hover {
    text-decoration: none !important;
}

.green-link,
.green-link a {
    color: var(--primary-color-hover) !important;
    text-decoration: underline !important;
    background-color: transparent;
    border: 0;
    padding-left: 0;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: left;
}

.green-link:hover {
    text-decoration: none !important;
}

.edit {
    color: var(--light-black);
    transition: all .05s ease-in-out;
    cursor: pointer;
}

aside hr {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    background: var(--light-black);
    height: 2px;
    border-radius: 2px;
}

.edit:hover {
    color: black;
}

.accord-section {
    max-height: 0;
    height: 100%;
    transition: all .3s ease-in-out;
}

.accord-checkbox:checked+.accord-section {
    display: block;
    max-height: 300dvh;
}

.delete {
    color: var(--red);
    cursor: pointer;
    transition: all .05s ease-in-out;
}

.delete:hover {
    color: var(--red-hover)
}

.card-white {
    background-color: white;
    padding: 18px;
    border-radius: var(--border-radius-2);

}

.limited-modal {
    max-width: 420px !important;
}


.form-group hr:last-child {
    display: none;
}

form:invalid .primary-button[type="submit"] {
    /* pointer-events: none; */
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
}

button {
    transition: all .2s ease-in-out;
}

nav[role="navigation"] {
    /* display: flex; */
    /* justify-content: center;
    align-items: center; */
}

nav[role="navigation"] div:first-child {
    display: none;
}

nav[role="navigation"] div:nth-child(2) svg {
    height: 30px;
}

nav[role="navigation"] div:nth-child(2) div {
    display: flex;
    justify-content: end;
    align-items: center;
}

nav[role="navigation"] div:nth-child(2) div span:not(.font-medium) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px !important;
    font-size: 1.1rem;
    flex-wrap: wrap;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

nav[role="navigation"] div:nth-child(2) div span.inline-flex.rounded-md {
    height: unset !important;
}

nav[role="navigation"] div:nth-child(2) div a {
    height: 40px !important;
    font-size: 1.1rem;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav[role="navigation"] span[aria-disabled="true"] {
    display: none !important;
}

nav[role="navigation"] div:nth-child(2) div span:has(svg) {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

nav[role="navigation"] div:nth-child(2) div a:has(svg) {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

nav[role="navigation"] div:nth-child(2) div p {
    display: block ruby;
    font-size: 1.1rem;
}


.shadow-sm {
    box-shadow: none;
}

nav[role="navigation"] span[aria-current="page"] span {
    background-color: var(--primary-opacity-color) !important;
    font-weight: 600;
    font-size: 1.2rem;
}

nav[role="navigation"] span[aria-disabled="true"] {
    opacity: 0.4;
}

aside>div {
    max-height: 100dvh;
    overflow-y: auto;
}

.custom-modal {
    display: none;
    position: fixed;
    z-index: 20000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.required:after {
    content: " *";
    color: red;
}

.modal-title {
    line-height: 1.2 !important;
}

.modal {
    z-index: 999997 !important;
}

.light-black {
    color: var(--light-black);
}

.badge-standard.price a {
    color: white !important;
    text-decoration: underline !important;
}

.badge-standard.price a:hover {
    text-decoration: none !important;
}

.list-users-section .single-element-list:first-child .delete.custom-tooltip::after,
.list-users-section .single-element-list:first-child .edit.custom-tooltip::after {
    right: 30px;
    bottom: 5%;
}

.modal-content {
    background-color: #fefefe !important;
    padding: 16px;
    border: 1px solid #ffffff;
    flex-direction: row;
    max-width: 600px;
    position: relative;
    display: flex;
    justify-content: space-between;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: var(--border-radius-3) !important;
}

.show {
    display: block !important;
}

.modal {
    background-color: hsla(0, 0%, 53%, 0.5);
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}


.additional.card-white a {
    width: fit-content;
}

.primary-button.text-center {
    text-align: center !important;
    display: flex;
    justify-content: center;
}

.custom-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.custom-modal-close:hover,
.custom-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.list-badge .badge-prop {
    font-size: 0.9rem;
    padding: 4px 10px;
    line-height: 1;
    min-width: 60px;
    text-align: center;
    font-weight: 500;
    border-radius: var(--border-radius-1);
}

.badge-prop.sold {
    background-color: #d32121;
    color: white;
}

.badge-prop.reserved {
    background-color: #737373;
    color: white;
}

.badge-prop.archivised {
    background-color: #D29E39;
    color: white;

}

.badge-prop.hidden {
    background-color: var(--blue);
    color: white;

}

.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-tooltip.right::after {
    max-width: 390px;
    min-width: 280px;
    white-space: unset;
    left: 0%;
    transform: none;
}

.custom-tooltip.right.bottom::after {
    max-width: 390px;
    min-width: 310px;
    white-space: unset;
    left: 0%;
    top: 100%;
    bottom: unset;
    transform: none;
}


.single-category {
    transition: all .2s ease-in-out;
    border: 2px solid white;
}

.single-category:hover {

    border-color: var(--primary-color);

}

.custom-tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    white-space: nowrap;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 10;
    opacity: 0;
    font-size: 0.95rem;
    font-style: normal;
}

.custom-tooltip.left::after {
    left: -75% !important;
}

.custom-tooltip:hover::after {
    opacity: 1;
}

/* Footer */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

#footer {
    background-color: #fff;
    color: #333;
}

#footer img {
    max-width: 280px;
    margin: auto;
}

.icons-action .custom-tooltip.left-tooltip::after {
    right: unset;
    transform: translateX(-90%);
}

#footer ul {
    list-style-type: none;
    padding: 0;
}

.close-x {
    cursor: pointer !important;
}

#footer ul li a {
    color: #333 !important;
}

#footer ul li {
    position: relative;
    width: fit-content;
    transition: transform 0.3s ease-out;
}

#footer ul li:not(.li-lang)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #adcb0a, #adcb0a);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

#footer ul li:not(.li-lang):hover {
    transform: translateX(10px);
}

#footer ul li:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


#footer h5 {
    padding-bottom: 5px;
}

#footer .footer-address p:not(.in-footer),
#footer ul li {
    margin-bottom: 6px !important;
    color: #333 !important;
}

#footer .footer-address p.mb-0 {
    margin-bottom: 0 !important;
}

#footer p,
#footer a {
    font-size: 0.95rem;
}

#footer .footer-address a {
    color: #333 !important;
    text-decoration: underline !important;
}

#footer .footer-address a:hover {
    text-decoration: none !important;
}

#footer .bi {
    font-size: 24px;
}

#footer .bi.bi-facebook {
    color: #1877f2;
}

#footer .bi.bi-instagram {
    background-image: radial-gradient(circle at right top,
            /* Środek gradientu w prawym górnym rogu */
            #405DE6 0%,
            /* Niebieski w środku */
            #5B51D8 15%,
            /* Fioletowy */
            #833AB4 30%,
            /* Intensywny fiolet */
            #C13584 45%,
            /* Różowy */
            #E1306C 55%,
            /* Różowo-czerwony */
            #FD1D1D 65%,
            /* Czerwony */
            #F56040 75%,
            /* Pomarańczowy */
            #ffff76 85%,
            /* Ciemny pomarańczowy */
            #FCAF45 95%,
            /* Jasny pomarańczowy */
            #FFDC80 100%
            /* Żółty w lewym dolnym rogu */
        );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: transform 0.3s ease;
    display: block;
}

#footer .bi.bi-linkedin {
    color: #0077B5;
}

#footer .bi:hover {
    /* transform: scale(1.2);
    transition: all 0.3s ease; */
}


/* login page */

main.login-container {
    display: flex;
    width: 100vw;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/images/bg-login.jpg');
    background-position: center top;
    background-size: cover;
}

main.login-container .card-white {
    min-width: 350px;
    box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
}

main.login-container .card-white img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

/* login page - end */

/* error message */
.error-message {
    color: var(--bs-red);
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 5px;
}

/* error message - end */


/* SINGLE PRODUCT */

.single-product {
    overflow: hidden;
    border-radius: var(--border-radius-2);
    max-width: 306px;
    min-width: 300px;
    background-color: white;
    position: relative;
}

.single-product img {
    object-fit: cover;
    min-height: 150px;
    max-height: 160px;
    min-width: 100%;
    max-width: 100%;
    background-color: var(--gray);
}

.single-product a.card-image img {
    max-height: unset !important;
    aspect-ratio: 4 / 3;

}

@media(min-width: 768px) {
    .single-product a.card-image img {
        max-height: 225px !important;

    }
}

.badge-standard.badge-reserved {
    /* position: absolute;
    top: 14px;
    right: 0; */
    border-top-left-radius: var(--border-radius-3);
    border-bottom-left-radius: var(--border-radius-3);
    padding: 6px 12px;
    background-color: #737373;
    color: white;
    font-size: 1rem;
    font-weight: 500;


}

.single-product .product-badges {
    position: absolute;
    right: 0;
    bottom: 100%;
    transform: translateY(12px);
}

.badge-standard.price {
    background-color: var(--primary-color);
    color: white;
}

.product-badges {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.product-badges>* {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 6px 16px;

    border-top-left-radius: var(--border-radius-3);
    border-bottom-left-radius: var(--border-radius-3);

}

.badge-standard.badge-sold {

    background-color: #d32121;
    ;
    font-size: 1rem;
    color: white;
    max-width: fit-content;

}

.badge-standard.price {
    max-width: fit-content;
    font-size: 1rem;
    background-color: var(--primary-color);
    min-width: 140px;
    text-align: center;
    color: white;


}

.badge-standard.category {

    padding: 4px 12px;

}

.vehicle-details {
    color: var(--light-black) !important;
}

h4.vehicle-name {
    font-weight: 500;
}

.select2-container {
    border-radius: var(--border-radius-2) !important;

}

li a {
    text-align: center;
}

li a:hover {
    color: var(--light-black) !important;
}

.modal-header {
    border-bottom: none !important;
}

.name-user {
    font-weight: 600;
}

ul {
    margin-bottom: 0 !important;
}

.alert-danger {
    border: 2px solid var(--red) !important;
}

body {
    overflow-x: hidden;
}


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


::-webkit-scrollbar-track {
    background: #e3e3e3;
    border-radius: 12px;
    border-radius: 2px;
}


::-webkit-scrollbar-thumb {
    background-color: #a39f9f;
    border-radius: 2px;
    transition: all .2s ease-in-out
}


::-webkit-scrollbar-thumb:hover {
    background-color: black;
}

.card-white.error {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 180px;
}

.card-white.error h1 {
    font-weight: 700;
    font-size: 4.75rem;
    margin-bottom: 20px !important;
    color: var(--primary-color);
}

.card-white.error a {
    margin-top: 4rem;
    display: block;
}

.upload-icon i {
    font-size: 2rem;
}

.first-row {
    gap: 20px;
}

.first-row>div {
    width: 50%;
}

.all-offers-btn {
    width: fit-content;
}

.first-row #search-input {
    height: 38px !important;
}

.seller-image {
    height: 76px;
    width: 76px;
    object-fit: cover;
    border-radius: 48px;
    font-size: 42px;
}

.overflow-modal img.seller-image {

    height: 76px;
    width: 76px;
    border-radius: 36px;
}

small b {
    font-weight: 600;
    ;
}

.overflow-modal {
    max-height: 580px;
    overflow-y: auto;
}

i.seller-image {
    transform: translateY(-6px);
    color: var(--light-black);
}

.underline-link {
    position: relative;
    text-decoration: none;
    /* Usuń domyślne podkreślenie */
}

h1 .underline-link {
    text-decoration: underline !important;

}

h1 .underline-link:hover {
    text-decoration: none !important;
}

.underline-link:hover::after {
    height: 0px;
    background-color: currentColor;
}


.btn-without-style {
    padding: 0;
    background-color: transparent;
    ;
    border: none;
}

.badge-standard.not {
    background-color: #c4c5bc61;
}

.badge-standard.listing.not {
    background-color: #9fa19161;
}

.badge-standard.listing {
    background-color: #afc90a8e;
}

.clickable:hover {
    filter: contrast(1.2);
}

.see-seller-link {
    text-decoration: underline !important;
    cursor: pointer;
}

.see-seller-link:hover {
    text-decoration: none !important;
}

.parent-file-container .counter {
    text-align: right !important;
    font-size: 0.95rem;
}

#list-offers .products-list {
    justify-content: flex-start !important;
}

.products-list {
    justify-content: space-between;
}

@media (max-width: 540px) {
    .d-flex.flex-wrap:has(.single-product) {
        justify-content: center;
    }

    .single-product {
        max-width: unset;
    }
}

.for-search-category img.search-img {
    object-fit: contain !important;
}

.h1,
h1 {
    font-size: 1.5rem !important;

}

h1.mt-5 {
    margin-top: 2rem !important;
}

.fit-content {
    width: fit-content !important;
}

.detail-icon {
    height: 20px;
    ;
    width: 30px;
    object-fit: contain !important;
    max-height: none !important;
    min-height: unset !important;
    min-width: unset !important;
    max-width: unset !important;
    background-color: unset !important;
    ;
}

.smaller-input input {
    height: 36px !important;
}

.vehicle-details span {
    text-wrap: nowrap;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.vehicle-details span img {
    padding-right: 6px;
}

.empty-space {
    width: 30px;
}

#yt_video .modal-dialog {
    max-width: none;
    width: none;
}

#yt_video #modalBody {
    display: flex;
    justify-content: center;
    align-items: center;
}

.open-modal {
    display: block !important;
}

.icons-action .custom-tooltip:last-of-type::after {
    right: -8px;
    transform: none;
    left: unset;
}

/* gallery fix */
.gallery-product-page img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.swiper-button-next,
.swiper-button-prev {
    transition: all .2s ease-in-out;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto !important;
    /* display: none !important;
     */
    opacity: 0 !important;
}

.swiper-button-next,
.swiper-button-prev {
    scale: 1 !important;
    background: var(--primary-color) !important;
    border-radius: var(--border-radius-1) !important;
    width: 35px !important;
    height: 35px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    scale: 0.45;
    color: #ffffff !important;
}

.swiper-button-lock {
    opacity: .35;
    display: block !important;
}

@media (min-width: 1400px) {
    .swiper-button-next:after {
        width: 16px !important;
        display: flex;
        position: relative;
        top: 0px;
        left: 0px;

    }

    .swiper-button-prev:after {
        width: 16px !important;
        display: flex;
        position: relative;
        top: 0px;
        left: -3px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        scale: 0.45;
    }
}

.light-name {
    font-weight: 400;

}

.seller-basic-info:not(:has(+ div > img)) {
    margin-bottom: 0 !important;
}

.icons-action .custom-tooltip.left:last-of-type::after {
    right: unset;
    transform: translateX(-50%);
}

.small-text {
    font-size: 0.9rem !important;
    text-wrap-mode: nowrap;
}

.small-text.net {
    font-size: 1.25rem !important;
}

.small-text.error {
    font-weight: 700;
    color: var(--red);
}

.calendar-container {
    width: fit-content !important;
}

.calendar-container i {
    position: absolute;
    font-size: 1.1em !important;
    transform: translate(-30px, 35%);
    pointer-events: none;
}

.datepicker.dropdown-menu {
    padding: 1.25rem;
    box-shadow: initial;
    border-radius: var(--border-radius-2);
    border: 1px solid var(--primary-color);
    background: white;
    color: black;
    font-size: 1em;
}

.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: var(--primary-color-hover) !important;
    background-image: unset !important;
}

.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 0 5px;
}

.datepicker .datepicker-switch {
    width: 245px !important;
}

.datepicker table tr td,
.datepicker table tr th {
    width: 29px;
    height: 29px;
    line-height: 1;
}

.table-condensed thead tr:nth-child(2) {
    height: 40px !important;
}

#datepicker-first-registration {
    min-width: 280px !important;
}

.drag-files {
    text-align: center !important;
}

.single-offer-in-list {
    overflow: hidden;
}

.modal-content {
    max-height: 80vh;
    overflow: auto;
}

@media (max-width: 1100px) {

    .first-row {
        flex-direction: column;
        gap: 10px;
    }

    .first-row>div {
        width: 100%;
    }

    .information-section h2 {
        font-size: 1.35rem !important;
    }

    .single-offer-in-list {
        flex-direction: column !important;
    }

    .single-offer-in-list img {
        width: 100% !important;
    }

    .see-prices {
        margin-bottom: 12px !important;
    }

    .card-white {
        padding: 14px !important;
    }

}

.d-flex .w-25.me-4.mb-4 {
    min-width: 240px;
}

.w-25.primary-button {
    min-width: 200px;
    ;
}

.overflow-list {
    overflow: auto;
}

@media (max-width: 1100px) {


    .overflow-list .single-element-list {
        width: unset;
        min-width: 580px;
    }

    .category-button {
        padding: 2px 6px !important;
        font-size: .85rem !important;
    }
}

.lb-close {
    top: -40px;
    left: 90%;
    position: absolute;
}

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

.price-info {
    border-radius: var(--border-radius-1);
}

.price-info:nth-child(even) {
    background-color: #f8f8f8;
}

.price-info:first-child {
    border: 2px solid var(--primary-color);

}

.price-info:nth-child(odd) {
    background-color: #f9f9f9;
}

.note-amount {
    position: absolute;
    top: -8px;
    line-height: 1.2;
    right: -12px;
    color: white;
    font-size: 16px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    height: 16px;
    width: 16px;
    padding: 12px;
    font-weight: 600;
}


@media (max-width: 840px) {

    .single-iframe iframe {

        height: 268px !important;

        width: 480px !important;

    }

    .single-offer-in-list .main-photo {
        border-radius: var(--border-radius-1);
    }

    .toolbar.is-toolbar:not(:has(>form)) {
        height: 83px !important;
        padding-bottom: 3px;
    }

    html:has(.is-toolbar:not(> form)) .navbar {
        top: 83px !important;
    }

    .toolbar.is-toolbar.limited-admin:not(:has(>form)) {
        height: 128px !important;
        padding-bottom: 3px;
    }


    html:has(.is-toolbar > form) ul:not(.mobile-menu-category, .for-search, .dropdown-menu, .gap-5) {
        padding-top: 240px !important;
    }

    .overflow-list.attr .single-element-list {
        min-width: 780px;
    }

    .single-element-list-note {
        padding: 12px 16px !important;
    }

    .toolbar {
        height: 208px !important;
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
    }

    html:has(.is-toolbar > form) .navbar {
        top: 208px !important;
    }

    html:has(.toolbar) .main-card-product.main-card-product {
        margin-top: 16rem !important;
    }

    html:has(.toolbar.limited-admin) .main-card-product.main-card-product {
        margin-top: 10rem !important;
    }

    .toolbar .me-auto {
        width: 100%;
        margin-right: unset !important;
    }

}

.trash-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-button {
    padding: 2px 12px !important;
    border-radius: 8px !important;
}

.primary-button:disabled {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
}

.trash-container i {
    font-size: 20px !important;
    margin-left: 10px
}

.sopchy-link {
    font-weight: 600;
    color: white !important;

}

.powered-by-sopchy {
    font-size: 0.85rem !important;
}

.footer-logo {
    visibility: hidden;
}

.footer-copy {
    background-color: #3a3f39;
    color: white;
}

@media (max-width: 540px) {


    .single-iframe iframe {

        height: 202px !important;
        width: 360px !important;

    }


    .modal-content {
        padding: 16px;
    }

    .card-white {
        min-width: 320px !important;
    }

    .product-buttons a,
    .product-buttons button {
        width: 100% !important;
    }

    .information-section {
        padding-bottom: 0 !important;
    }

    .products-list .single-product {

        max-width: unset !important;

    }

    .main-card-product .main-photo {
        min-width: max-content;
    }

    .as-number-checkbox i {
        display: none;
    }

    .information-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    p.text-sm {
        margin-bottom: 0 !important;
    }

    .single-element-list.seller-list {
        padding: 10px 12px !important;
        min-width: 640px;
    }

    .translation-list .single-element-list {
        padding: 10px 12px !important;
        gap: 18px !important;
    }

    .single-element-list-note {
        align-items: end !important;
    }

    .single-note-detail {
        flex-direction: column !important;
        gap: 6px !important;
    }

    .trash-container i {
        margin-left: 2px
    }

    .as-number-checkbox {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .checkbox-visible-on-listing {
        margin-bottom: 14px !important;
    }

    .note-amount {
        padding: 11px !important;
        ;
    }

    .hamburger-menu.menu-admin {
        border-right: 2px solid black;
        border-bottom: 2px solid black;
    }

    .select2.select2-container.select2-container--default {
        width: 100% !important;
    }

    .icons-action {
        padding-bottom: 0 !important;
    }



    .from-to {
        /* display: flex;
        flex-direction: column; */
        width: 100%;
        gap: 8px;
    }

    .smaller-input {
        width: 100%;
    }

    .min-input-width {
        min-width: unset;
    }

    .smaller-input input {
        max-width: none !important;
        width: 100% !important;
    }

    .from-to span {
        display: none !important;
    }

    .from-to .without-label label {
        display: none !important;
    }

    .min-input-width {
        width: 100% !important;
    }

    .text-input-container {
        width: 100% !important;
    }

    .sticky-qr-product-page {
        font-size: 26px !important;
    }

}

.gallerySwiper {
    max-width: 640px !important;
    padding-right: 0;
    padding-left: 0;
}

.sticky-qr-product-page {
    font-size: 34px;
}

.sticky-qr-product-page.custom-tooltip::after {
    left: 5%;
}

.sticky-qr-product-page:hover {
    right: 0px;
}

.sticky-qr-product-page {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -8px;
    bottom: 10%;
    padding: 6px 30px 4px 28px;
    transition: all .1s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: white;
    ;
}

@media (max-width: 440px) {

    .all-offers-btn {
        width: 100% !important;
    }


    .single-iframe iframe {


        width: 320px !important;
        height: 179px !important;

    }

    .min-input-width {
        min-width: unset !important;
    }

    .from-to {
        min-width: 240px !important;
    }


    .information-section h2 {
        font-size: 1.15rem !important;
    }

    .custom-tooltip.right::after {
        left: unset !important;
        right: 0;
        max-width: 240px !important;
        min-width: 200px !important;
    }

    .card-white {
        min-width: 300px !important;
    }

    .attr-cont {
        width: 100% !important;
        margin-right: 0 !important;
    }

    #datepicker-first-registration,
    .calendar-container {
        width: 100% !important
    }
}


.green-link:hover,
.green-link a:hover {
    text-decoration: none !important;
}

.overflow-menu-category {
    max-height: 210px !important;
    overflow-y: auto;
}

span[aria-current="page"] span {
    height: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 450px) {
    nav[role="navigation"] {
        margin-top: 40px !important;
    }
}

/* DROPZONE SORTABLE */
.sortable-chosen.sortable-fallback.sortable-drag {
    max-width: 150px !important;
    /* width: 100% !important; */
    height: 84px !important;
}

.uploaded-image {
    transition: all .2s ease-in-out;
}

.sort-input {
    background-color: var(--gray);
    border: none;
    box-shadow: none;
    border-radius: var(--border-radius-2);
    height: 38px !important;
    transition: background-color 0.1s ease;
}

.uploaded-image:hover {
    scale: 1.025;
}

.uploaded-file img {
    cursor: grab;
}

.uploaded-file img:active,
.sortable-chosen {
    cursor: grabbing !important;
}

.grabbing * {
    cursor: grabbing !important;
}

.uploaded-file.sortable-chosen:active {
    cursor: grabbing !important;
}

.info-about-upload-files {
    display: none;
    font-size: 1.05rem;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media(max-width:323px) {

    .card-white,
    .single-product,
    .search {
        min-width: 276px !important;
    }

    #footer img.logo {
        max-width: 246px !important;
    }
}

/* DROPZONE SORTABLES END */

.loading-screen {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(90, 90, 90, 0.38);
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(1px);
    z-index: 99999999;
}

.loading-screen.show.loading-screen {
    display: flex !important;
}

.loading-screen .loader {
    width: 92px;
    height: 92px;
    border: 8px solid #FFF;
    border-bottom-color: var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main-admin {
    background-color: #aecb0acc !important;
    font-weight: 600 !important;
}

h1.h1-404 {
    font-size: 3rem !important;
    ;
    margin-top: 20px;
}

/* span.select2-container--disabled span.select2-selection--single{
        background-color: red !important;
    } */


.lb-outerContainer {
    background-color: transparent !important;
}

.lightbox .lb-image {
    border: 0px solid white !important;
}

.lb-image.lb-image.lb-image {
    height: unset !important;
}

.lb-data .lb-number {
    color: white !important;
}

.lb-dataContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lb-number {
    padding-top: 8px;
    text-align: center;
    min-width: 140px;
}

.lightbox .lb-image {
    min-height: fit-content !important;
}

.information-section h2 {
    font-size: 1.4rem !important;
}

html:not(:has(.is-toolbar)) .offer-all {
    padding-top: 3rem !important;
}

@media (max-width: 580px) {


    .single-product img {
        min-height: 180px;
        max-height: 190px;
    }

    html:not(:has(.is-toolbar)) .offer-all {
        padding-top: 0rem !important;
    }
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    opacity: unset !important;
}

.swiper-wrapper a {
    display: flex !important;
}

.gallery-product-page.gallerySwiper {
    height: 100% !important;
    border-radius: var(--border-radius-2) !important;
}

h4,
.h4 {
    font-size: 1.15rem !important;
}

@view-transition {
    navigation: auto;
}

.information-section h3 a {
    font-size: 1.15rem;
    line-height: 1.35;
    display: block;
}

.desc-pre {
    white-space: pre-line;
    text-box-trim: trim-both;
    word-break: break-word;
}

.desc-pre::first-line {
    line-height: 0 !important;
}

.see-instructions {
    display: block;
    margin-left: auto;
}

.video-span {
    background-color: var(--primary-color);
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    padding: 4px 10px !important;
    color: white;
    font-weight: 600;
    border-radius: 4px;
}

.single-iframe iframe {
    border-radius: 10px !important;
}


.active-otomoto {
    padding: 0 6px !important;
    border-radius: 4px !important;
}

.service .contact-info {
    background-color: #fcfcfc;
    padding: 1.65rem;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 3rem;

}

.service .contact-info h2 {
    font-size: 1.85rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1.5rem;
}

.service .contact-info ul {
    list-style-type: none;
    padding-left: 0;
}

.service .contact-info li {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 1rem;
}

.service .contact-info li:last-child {
    margin-bottom: 0rem;
}

.service .contact-info li strong {
    color: #000000;
}

@media (min-width: 576px) {
    .modal-dialog-pdf {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }


}

@media (max-width: 576px) {
    .form-filter .all-offers {
        text-align: center;
        display: block;
        width: 100% !important;
    }

    div.offer-all form.form a,
    div.offer-all form.form button {
        width: 100% !important;
    }
}

.modal-pdf {
    background-color: hsla(0, 0%, 53%, 0.5);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999997 !important;
    display: none;
}

.modal-content-pdf {
    overflow: hidden !important;
}

.inner-modal-content {
    overflow: auto !important;
    padding-right: 20px;
    ;
}

.close-x {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 34px !important;
}


.modal-dialog-pdf {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (max-width: 1600px) and (min-width: 1351px) {
    nav.navbar .search-form+ul {
        min-width: 720px !important;
    }
}

.select2-search--inline .select2-search__field {
    visibility: hidden;
    pointer-events: none
}

*:focus-visible {
    outline: 1px solid rgb(71, 71, 71)
}


body:has(.hamburger-menu+input:checked) {
    overflow: hidden;
}

#no-offers .modal-content {
    padding: 0px;
}

#no-offers .modal-header {
    padding-top: 0 !important;
}

.header-for-tab {
    min-height: 450px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 45dvh;
}

@media (min-width: 780px) {
    .container:has(.header-for-tab) {
        padding: 0;
    }
}

/* COOKIE YES BANNER START*/

.cky-btn.cky-btn-customize {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: var(--border-radius-1) !important;
}

.cky-btn.cky-btn-reject,
.cky-btn.cky-btn-accept,
.cky-btn.cky-btn-preferences {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: var(--border-radius-1) !important;
}

.cky-switch input[type="checkbox"]:checked {
    background-color: var(--primary-color) !important;
}

.cky-show-desc-btn {
    color: var(--primary-color) !important;
}



/* COOKIEYES BANNER END */

.privacy-policy {
    padding-bottom: 25px;
}

.privacy-policy h2 {
    margin-top: 2rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.privacy-policy ul {
    list-style-type: decimal;
}

.privacy-policy ul ul {
    list-style-type: circle !important;
}

.privacy-policy ul ul li {
    margin-bottom: 4px !important;
}

.privacy-policy li {
    margin-bottom: 10px !important;
}

.privacy-policy h1 {
    font-weight: 600;
    font-size: 2.75rem !important;
}

html:has(.is-toolbar) .privacy-policy h1 {
    margin-top: 20px !important;
}

.main-card-product .swiper-pagination,
#too-much-letter-notification {
    display: none !important;
}

.too-much-letters #too-much-letter-notification {
    display: block !important;
    color: red;
    margin-top: 28px;
    font-size: 0.85rem !important;
}

.counter-letters-mobilede {
    font-size: 0.85rem !important;
    color: gray;
    text-align: right;
}

.single-sidebar-tab {
    min-height: 40px;
    ;
}



/* start ----------- new design - listing offers integrations */
.offer-id-heading {
    font-size: 18px;
    color: #888;
    font-weight: 600;
    line-height: 1;
}

.integrations-container {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    gap: 5px;
}

.integrations-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 12px;
}

.integration-badge {
    border-radius: 4px;
    width: fit-content;
    padding: 2px 4px;
    display: flex;
    gap: 5px;
    flex-direction: column;
    gap: 0px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
    cursor: default;
}

a.integration-badge {
    cursor: pointer;
}

.integration-badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.integration-badge--active {
    background: #00640010;
    border: 1px solid #00640025;
    color: darkgreen !important;
}

.integration-badge--inactive {
    background: #8B000010;
    border: 1px solid #8B000025;
    color: darkred !important;
}

.integration-badge--id {
    background: #f0f0f0;
    border: 1px solid #ddd;
}

.integration-badge__heading {
    display: flex;
    align-items: center;
    gap: 3px;
}

.integration-badge__status-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.integration-badge--active .integration-badge__status-dot {
    background: darkgreen;
}

.integration-badge--inactive .integration-badge__status-dot {
    background: darkred;
}

.integration-badge--id .integration-badge__status-dot {
    background: #666;
}

.integration-badge__info {
    display: flex;
    flex-direction: column;
}

.integration-badge__date {
    display: block;
    font-size: 10px;
    color: #666;
}

.error {
    color: #bb3333;
}

.information-section .list-badge .badge-prop {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.information-section .list-badge .badge-prop.sold {
    background: darkred;
}

.information-section .additional-info-admin {
    font-size: 12px;
}

.information-section h3 a {
    line-height: 1.1;
}

button.see-prices.green-link {
    font-size: 14px;
}

.list-users-section .single-offer-in-list .main-photo {
    max-height: 380px;
}

/* end   ----------- new design - listing offers integrations */


/* HOME CAROUSEL PROPOSAL START */

html body .swiper-pagination-bullet-active {
    background-color: var(--primary-color) !important;
}

.swiper.products-swiper .swiper-pagination {
    bottom: -20px;
}

.product-card-more .more-card {
    background-color: #45474f;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.more-card-text {
    font-size: 16px;
    margin-bottom: 16px;
}

.swiper-slide.product-card-more {
    height: auto;
}

.product-card-more .more-card {
    background-position: center;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* opis na dole */
    align-items: center;
    padding: 32px;
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
}

.stars-opinion {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.top-part>img {
    height: 13px;
}

.stars-opinion>img {
    height: 16px;
}

html body .home-page-ssd .bottom-part .primary-button {
    gap: 12px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: black !important;
}

/* Przyciemnienie tła */
.product-card-more .more-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

/* Kategorie nad opisem */
.category-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    z-index: 1;
}

.category-icons img.invert-icon {
    filter: invert(1);
    width: 32px;
    height: 32px;
}

/* Animacja lekkiego ruchu tła */
.more-card {
    animation: backgroundMoveDiagonal 15s ease-in-out infinite alternate;
    background-size: 275%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.product-card-more .top-part span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px !important;
    transform: translateY(1px);

}

.more-card-text,
.primary-button,
.product-card-more .top-part {
    position: relative;
    z-index: 1;
    /* nad przyciemnieniem */
}

.swiper.products-swiper:has(.swiper-wrapper.products-list) .swiper-button-next,
.swiper.products-swiper:has(.swiper-wrapper.products-list) .swiper-button-prev {
    bottom: 50%;
    top: unset;
}

.products-list.swiper-wrapper a {
    display: unset !important;
}


.products-list.swiper-wrapper .swiper-slide {
    height: auto;
}


.products-list.swiper-wrapper .swiper-slide .single-product {
    height: 100%;
}


html body:has(.swiper.products-swiper) .swiper-button-prev {
    left: -40px !important;
}

html body:has(.swiper.products-swiper) .swiper-button-next {
    right: -40px !important;
}

@media (max-width: 720px) {

    html body:has(.swiper.products-swiper) .swiper-button-prev,
    html body:has(.swiper.products-swiper) .swiper-button-next {
        display: none;
    }
}


@keyframes backgroundMoveDiagonal {
    0% {
        background-position: 5% 95%;
    }

    50% {
        background-position: 50% 50%;
    }

    100% {
        background-position: 95% 5%;
    }
}

/* HOME CAROUSEL PROPOSAL END */