﻿/* 
'wght' - the weight of the font.
'wdth' - the width of the letters.
'slnt' - the angle of the letters
'ital' - how italic the letters are.
'opsz' - how adjusted the font is for the screen it is on (optical sizing). 
*/

:root {
    --primary-color: #002B52;
    --primary-color-rgb: 11, 22, 48;
    --primary-color-btn: #14244D;
    --primary-color-btn-rgb: 20, 36, 77;
    --primary-color-green: #19B156;
    --primary-color-red: #D63D27;
    --primary-color-red-light: #E9553C;
    --primary-color-border: #14244D;
    --primary-color-yellow: #bc5100;
    --primary-color-orange: #C6A01A;
    --primary-color-grey: #f5f5f5;
    --secondary-color-dark-grey: #3a3a3a;
    --secondary-color-dark-grey-rgb: 58, 58, 58;
    --secondary-color-red: #FF002E;
    --secondary-color-red-rgb: 255, 0, 46;
    --secondary-color-dark-green: #0f5132;
    --secondary-color-green: #19B156;
    --secondary-color-green-rgb: 25, 177, 86;
    --secondary-color-green-120: #126f37;
    --secondary-color-orange: #C6A01A;
    --secondary-color-orange-rgb: 198, 160, 26;
    --secondary-color-orange-120: #b59318;
    --secondary-color-iron-100: #768B94;
    --secondary-color-iron-80: #93AEB9;
    --secondary-color-iron-80-rgb: 147, 174, 185;
    --secondary-color-iron-40: #D4DFE3;
    --secondary-color-iron-20: #E9EFF1;
    --secondary-color-iron-10: #F3F7F9;
    --secondary-color-blue: #00bfff;
    --secondary-color-blue-rgb: 0, 191, 255;
    --secondary-color-blue-80: #00629b;
    --background-color-red: #FF002E;
    --background-color-purple: #320b86;
    --background-color-green: #19B156;
    --background-color-black: #0B1630;
    --background-color-black-rgb: 11, 22, 48;
    --background-color-dark-grey: #3a3a3a;
    --background-color-dark-grey-rgb: 58, 58, 58;
    --background-color-blue-dust: #FAFCFD;
    --background-color-grey: #f5f5f5;
    --background-color-light-grey: #e5e5e5;
    --background-color-white: #FFFFFF;
    --background-color-white-rgb: 255, 255, 255;
    --background-color-blue-10: #DCF0FF;
    --background-color-blue-80: #7e9ed6;
    --background-color-blue-120: #4D70A4;
    --text-color-dark-120: #0F2426;
    --text-color-dark-100: #1e2d2e;
    --text-color-dark-80: #556769;
    --text-color-dark-50: #95A0A1;
    --text-color-dark-30: #BFC6C7;
    --text-color-dark-20: #DFE3E3;
    --text-color-black: #0B1630;
    --text-color-white: #fff;
    --text-color-blue-120: #4D70A4;
    --text-color-red: #FF002E;
    --text-color-soft-red: #CC2929;
    --text-color-soft-green: #21A321;
    --card-lot-aspect-ratio: 1.97;
}


html,
body {
    height: 100%;
    overflow: hidden;
}

body {
    opacity: 1 !important;
    /* overflow-y: hidden; */
    background: var(--background-color-light-grey);
    /* CSS hack for mobiles */
    height: calc(100vh + 200px);
    font-size: 1em;
    line-height: 1.625;
    /* more info about font-variation-settings --> https://web.dev/more-variable-font-options-in-chromium-83/ */
    font-variation-settings: 'wght' 400, 'GRAD' 400;
    color: var(--text-color-dark-100);
    letter-spacing: 0.01em;
    font-family: "Archivo";
}


.wrapper, .wrapper .page-transition {
    display: flex;
    height: 100vh;
    align-items: stretch;
    width: 100%;
}

.navbar-collapse {
    flex-basis: unset !important;
}

.navbar-expand .navbar-collapse {
    flex-basis: unset !important;
}

.text-ellipsis {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-bca {
    background-color: var(--primary-color-btn) !important;
}



.flex-break {
    flex-basis: 100%;
    height: 0;
}

.flex-05 {
    flex: 0.5;
}

.flex-1 {
    display: flex;
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3
}

.alert-icon {
    color: var(--primary-color-yellow);
    padding: 0.15em 0.3em 0 0;
    font-size: 1em;
}

.warning-icon {
    color: var(--primary-color-red);
    padding: 0.15em 0.3em 0 0;
    font-size: 1em;
}

.back-icon-container {
    width: 2em;
    display: flex;
    height: 2em;
    align-items: center;
    cursor: pointer;
}

.back-icon {
    font-size: 1.2em;
}

.progress {
    background-color: transparent;
    border-radius: 0px;
}

/* CLASS COLORS */

.white {
    color: var(--text-color-white);
}

.text-dark {
    color: var(--text-color-dark-120);
}

.green {
    color: var(--background-color-green) !important;
}

.red {
    color: var(--background-color-red) !important;
}

.fs-bold {
    font-weight: bold;
    font-variation-settings: 'wght' 900;
}

/* FONT SIZES */


.fs-0675 {
    font-size: .675em !important;
}

.fs-07 {
    font-size: .7em !important;
}

.fs-0725 {
    font-size: .725em !important;
}


.fs-0825 {
    font-size: .825em !important;
    ;
}

.fs-0875 {
    font-size: .875em !important;
    ;
}

.fs-0925 {
    font-size: .925em !important;
}

.fs-110 {
    font-size: 1.1em !important;
}

.fs-115 {
    font-size: 1.15em !important;
}

.fs-120 {
    font-size: 1.20em;
}

.fs-125 {
    font-size: 1.250em
}

.fs-130 {
    font-size: 1.30em;
}

.fs-135 {
    font-size: 1.35em;
}


/* Page transitions */

.page-transition {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .3s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
        right: -6px;
    }

    100% {
        opacity: 1;
        right: 0px;
    }
}

label {
    font-variation-settings: 'wght' 600;
}

.label {
    font-variation-settings: 'wght' 600;
    opacity: 1 !important;
    text-decoration: none !important;
}

.label-small {
    font-variation-settings: 'wght' 600;
    opacity: 0.6 !important;
}

.form-group {
    padding-top: 6px;
    display: flex;
}

/* FORM VALIDATION */


.validation-message {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: var(--secondary-color-red);
}

.invalid ~ .validation-message {
    display: block;
}

/* INPUT CHECKBOX TOGGLE */
.form-check.form-switch {
    min-width: 17.5em;
    max-height: 3em;
    align-items: center;
}

.form-switch .form-check-input {
    width: 3.5em;
    margin-left: 0em;
    min-height: 2em;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color-btn);
}

input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 4px;
        cursor: pointer;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background-color: rgb(var(--primary-color-btn-rgb),0.2);
        border-radius: 0px;
        border: 0px;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        border: 0px solid #000000;
        height: 24px;
        width: 24px;
        border-radius: 4px;
        background: var(--primary-color-btn);
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -10px;
    }

        input[type=range]::-webkit-slider-thumb:after, input[type=range]::-webkit-slider-thumb:before {
            cursor: pointer;
            border-radius: 1px;
            height: 2.5px;
            width: 24px;
            background: var(--text-color-white);
            display: block;
            content: "";
            transition: background .1s ease-in-out, color .1s ease-in-out
        }

        input[type=range]::-webkit-slider-thumb:before {
            top: -8px;
            width: 24px;
            position: absolute
        }

        input[type=range]::-webkit-slider-thumb:after {
            bottom: -8px;
            width: 14px;
            position: absolute
        }

.range-title {
    font-size: 0.625em;
    color: var(--primary-color);
    opacity: 0.5;
}

.range-value {
    font-variation-settings: 'wght' 600;
    color: var(--primary-color);
}


.favorite-active {
    background-color: var(--primary-color-orange) !important;
}

.favorite-button {
    position: absolute;
    right: 4px;
    bottom: 4px;
    background: #ffffff;
    border-radius: 40px;
    flex-direction: row;
    padding: 6px;
    font-size: 1.1em;
    cursor: pointer;
    z-index: 10;
    border: 1px solid rgb(var(--background-color-dark-grey-rgb), 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.favorite-button-text {
    display: inline;
    background: transparent;
    bottom: 0px;
    right: 0px;
}

.multilot-icon {
    position: absolute;
    background: var(--primary-color);
    border-radius: 25%;
    font-size: 1em;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    cursor: pointer;
    z-index: 10;
    color: var(--text-color-white);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .multilot-icon span {
        font-variation-settings: 'wght' 600;
        font-size: 0.825em;
    }

    .multilot-icon.mobile {
        left: 4px;
        top: 4px;
    }

    .multilot-icon.web {
        left: 12px;
        top: 40px;
    }

.remove-button {
    position: absolute;
    right: 2%;
    bottom: 1%;
    background: var(--primary-color-red);
    color: var(--text-color-white);
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    font-size: 1.1em;
    cursor: pointer;
    z-index: 100;
}

.remove-button-automatic-offer {
    right: unset !important;
    bottom: unset !important;
}

.order-left-button {
    position: absolute;
    left: 4px;
    top: 4px;
    background: var(--primary-color-btn);
    color: var(--text-color-white);
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    font-size: 1.1em;
    cursor: pointer;
    z-index: 100;
}

.order-right-button {
    position: absolute;
    right: 4px;
    top: 4px;
    background: var(--primary-color-btn);
    color: var(--text-color-white);
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    font-size: 1.1em;
    cursor: pointer;
    z-index: 100;
}

.cover-photo-button {
    position: absolute;
    left: 2%;
    bottom: 1%;
    background: #ffffff;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    font-size: 1.1em;
    cursor: pointer;
    z-index: 100;
}

.cover-photo-button-active {
    background-color: var(--primary-color-orange) !important;
    color: var(--text-color-white)
}

.rotate-photo-button {
    position: absolute;
    bottom: 1%;
    background: #ffffff;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    font-size: 1.1em;
    cursor: pointer;
    z-index: 100;
}

    .rotate-photo-button.clockwise {
        left: calc(2% + 74px);
    }

    .rotate-photo-button.anticlockwise {
        left: calc(2% + 38px);
    }

    .rotate-photo-button.anticlockwise {
        left: calc(2% + 38px);
    }

.rotate-photo-button-active {
    background-color: var(--primary-color-btn) !important;
    color: var(--text-color-white)
}

.view-photo-button {
    position: absolute;
    left: calc(2% + 110px);
    bottom: 1%;
    background: #ffffff;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    font-size: 1.1em;
    cursor: pointer;
    z-index: 100;
}

.view-pdf-button {
    position: absolute;
    left: calc(20% + 110px);
    bottom: 1%;
    background: #ffffff;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    font-size: 1.1em;
    cursor: pointer;
    z-index: 100;
}

.vehicle-video-play-button {
    position: absolute;
    background: #ffffff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    z-index: 100;
    top: 40%;
    left: 40%;
    justify-content: center;
    opacity: 0.8;
}

    .vehicle-video-play-button:hover {
        opacity: 1;
    }

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 25px;
    width: 25px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    color: #000;
    padding: 30px;
    border: none;
    cursor: pointer;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    opacity: 0.8;
}

    .video-play-button:hover {
        opacity: 1;
    }

.vehicle-photo-viewer {
    max-height: calc(100vh - 100px);
}

.vehicle-document-download-button {
    position: absolute;
    top: 95%;
    left: 50%;
    height: 25px;
    width: 25px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: var(--primary-color);
    color: #fff;
    padding: 21px;
    cursor: pointer;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    z-index: 3;
}

    .vehicle-document-download-button:hover {
        opacity: 1.5;
    }

/* PAGINATION */
ul .pagination {
    margin-top: unset !important;
    margin-bottom: unset !important;
}

.page-item.active .page-link {
    background-color: var(--primary-color-btn);
    border-color: var(--primary-color-btn);
}

.page-link {
    color: var(--primary-color-btn);
}

    .page-link:hover {
        color: var(--primary-color-btn);
    }

/* Sticky header */

section {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
}

    section .section-heading-lots {
        position: sticky;
        top: 0px;
        z-index: 80;
        cursor: pointer;
    }

    section:last-child .section-lots-content {
        padding-bottom: calc(10vw);
    }

    section .section-heading-contests {
        top: 0px;
        position: sticky;
        z-index: 80;
        display: flex;
        cursor: pointer;
        width: 100%;
        background: var(--background-color-light-grey);
        align-items: center;
        height: 52px;
    }

    section:last-child .section-contests-content {
        /* 62px header */
        padding-bottom: calc(62px);
    }

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-bottom: -16px;
    border: 1px solid rgb(var(--background-color-dark-grey-rgb), 0.6);
}

.carousel-animation .carousel-item,
.lot-web-carousel-animation .carousel-item {
    transform: none;
}

.carousel-animation .carousel-item-end {
    animation-name: fadeInLeft;
    animation-duration: .65s;
}

    .carousel-animation .carousel-item-end.active {
        transform: translate(0, 0);
        animation-name: fadeOutRight;
    }

.carousel-animation .carousel-item-start {
    animation-name: fadeInRight;
    animation-duration: .65s;
}

    .carousel-animation .carousel-item-start.active {
        transform: translate(0, 0);
        animation-name: fadeOutLeft;
    }

/*AÑADIDO PARA WEB */

.lot-web-carousel-animation .carousel-item-end {
    animation-name: fadeInLeft;
    animation-duration: .65s;
}

    .lot-web-carousel-animation .carousel-item-end.active {
        transform: translate(0, 0);
        animation-name: fadeOutRight;
    }

.lot-web-carousel-animation .carousel-item-start {
    animation-name: fadeInRight;
    animation-duration: .65s;
}

    .lot-web-carousel-animation .carousel-item-start.active {
        transform: translate(0, 0);
        animation-name: fadeOutLeft;
    }

.showmax768 {
    display: flex !important;
}

.showmin768 {
    display: none !important;
}

.box-text {
    height: 3em;
    overflow: hidden;
}

.container-box-text {
    position: relative;
}

    .container-box-text label {
        position: absolute;
        top: 100%;
        right: -30px;
        cursor: pointer;
        top: 1em;
    }

    .container-box-text input {
        display: none;
    }

    .container-box-text label:after {
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        display: none; /* We need to hide the pseudo element*/
    }

    .container-box-text input:checked + label:after {
        content: "Show Less";
    }

    .container-box-text input:checked ~ div {
        height: 100%;
    }

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}


.input-label {
    font-variation-settings: 'wght' 400;
}

.select-adv-wrapper {
    position: relative;
    width: 100%;
    outline: none;
}

.select-adv-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0em .25em 0em 1.25em;
    height: 2.8em;
    background-color: white;
    border: 1px solid var(--primary-color-border);
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

    .select-adv-display:hover {
        border-color: #999;
    }

.select-adv-wrapper:focus-within .select-adv-display {
    border-color: #0078d4;
    box-shadow: 0 0 3px rgba(0, 120, 212, 0.4);
}

.select-adv-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select-adv-arrow i {
    font-size: 1.1em;
    color: #555;
}

.select-adv-dropdown {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 4px;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    animation: fadeIn 0.12s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-3px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.select-adv-filter {
    width: 100%;
    padding: 6px 10px;
    font-size: 0.9rem;
    border: none;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
    outline: none;
}

    .select-adv-filter:focus {
        background: #fff;
        border-bottom-color: #0078d4;
    }

.select-adv-list {
    max-height: 220px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}

.select-adv-item {
    padding: 8px 10px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    transition: background 0.1s ease;
}

    .select-adv-item:last-child {
        border-bottom: none;
    }

    .select-adv-item:hover {
        background: #f5faff;
    }

    .select-adv-item.selected {
        background: #e8f1ff;
        font-weight: 600;
    }

    .select-adv-item .title {
        font-size: 0.95rem;
        color: #222;
        margin-bottom: 2px;
    }

    .select-adv-item .subtitle,
    .select-adv-item .extra-info {
        font-size: 0.8rem;
        color: #666;
    }




.input-custom-select {
    width: 100%;
    height: 2.8em;
    border: 1px solid var(--primary-color-border);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0em 1.25em 0em 1.25em;
    background-color: var(--background-color-white);
    color: var(--text-color-black);
}

.input-custom-text-area {
    width: 100%;
    min-height: 2.8em;
    border: 1px solid var(--primary-color-border);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0.25em 1.25em 0.25em 1.25em;
}

.input-custom-text {
    width: 100%;
    height: 2.8em;
    border: 1px solid var(--primary-color-border);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0em 1.25em 0em 1.25em;
}

.contest-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.25em;
}

.validation-message-data {
    width: 100%;
    margin-top: 0.25rem;
    color: var(--secondary-color-red);
}

.blazored-toast-header {
    display: none !important;
}

.no-image-icon {
    font-size: 2.2em;
    color: var(--secondary-color-iron-80);
    padding: 0.45em;
}

.vehicle-estado {
    font-weight: 600;
    font-variation-settings: 'wght' 600;
    padding: 4px;
    font-size: .825em;
    border-radius: 4px;
    text-align: center;
    margin: 4px;
}

.check-list-estado {
    font-weight: 600;
    font-variation-settings: 'wght' 600;
    padding: 4px;
    font-size: .825em;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    margin: 4px;
    max-width: 200px;
    min-width: 140px;
}

.lot-estado {
    font-weight: 600;
    font-variation-settings: 'wght' 600;
    padding: 4px;
    font-size: .825em;
    border-radius: 4px;
    text-align: center;
    margin: 4px;
}

.lotresult-estado {
    font-weight: 600;
    font-variation-settings: 'wght' 600;
    padding: 4px;
    font-size: .825em;
    border-radius: 4px;
    text-align: center;
    margin: 4px;
}



.contest-estado {
    font-weight: 600;
    font-variation-settings: 'wght' 600;
    padding: 4px;
    font-size: .825em;
    border-radius: 4px;
    text-align: center;
    margin: 4px;
}

div.statetag[disabled] {
    opacity: 0.6 !important;
    cursor: default;
}

.statetag {
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    min-width: 140px;
}

    .statetag.ready {
        background: var(--secondary-color-green);
        color: var(--text-color-white);
    }

    .statetag.success {
        color: var(--text-color-white);
        background-color: var(--primary-color-btn);
    }

    .statetag.error {
        color: var(--text-color-soft-red);
        border: 1.5px solid var(--text-color-soft-red);
        font-weight: bold;
    }

    .statetag.warning {
        color: var(--text-color-white);
        background-color: var(--primary-color-orange);
    }

    .statetag.notincorporated {
        background: var(--secondary-color-iron-40);
        color: var(--text-color-dark-120);
    }

    .statetag.sold {
        background: var(--secondary-color-green);
        color: var(--text-color-white);
    }

    .statetag.withoutcontest {
        color: var(--primary-color-btn);
        border: 1.5px solid var(--primary-color-btn);
        font-weight: bold;
    }

    .statetag.notready {
        background: var(--text-color-soft-red);
        color: var(--text-color-white);
    }

    .statetag.paid {
        color: var(--text-color-white);
        background: var(--background-color-purple);
    }

    .statetag.incontest {
        color: var(--secondary-color-green);
        border: 1px solid var(--secondary-color-green);
    }

    .statetag.runout {
        background: var(--secondary-color-dark-grey);
        color: var(--text-color-white);
        border: 1px solid var(--secondary-color-dark-grey);
    }

    .statetag.pickedup {
        background: var(--background-color-blue-120);
        color: var(--text-color-white);
        border: 1px solid var(--background-color-blue-120);
    }

.vehicle-estado.small {
    padding: .5em;
}

.vehicle_detail_content {
    /*flex-direction: row;
    width: 100%*/
    display: flex;
    align-items: center;
}


.vehicle_detail_button {
    display: flex;
    align-items: flex-start;
}


.hide-tr {
    display: none;
}

.color-soft-grey {
    color: var(--text-color-dark-80);
}

.form-group.input-modal label {
    justify-content: flex-start !important;
}

    .form-group.input-modal label a:hover {
        opacity: 0.7;
    }

    .form-group.input-modal label a {
        padding-left: 0.3em;
    }

.form-group.input-modal span {
    padding-left: 0.3em;
}

.scrollable-vehicle-documents {
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    max-height: 500px;
}

    .scrollable-vehicle-documents.active {
        transform: scale(1);
    }




/* AÑADIDO PARA WEB =============>  */

.flexbtwn {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}


.flexrow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.flexrow2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px;
}

.flexrow5 {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}

.flexrow10 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.flexrow20 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.flexcenter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flexcenterstart {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.flexcenter5 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.flexcolumn {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}


.flexwrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.flex-lotedit {
    display: flex !important;
    flex-flow: row wrap;
    gap: 4px;
}


.item-flex50 {
    flex: 1 1 auto;
    width: 50%;
}

.item-flex25 {
    flex: 1 1 auto;
    width: 25%;
}

.item-flex {
    flex: 1 1 auto;
}

.item-flex-lotedit {
    flex: 20%;
    min-width: min(300px, 20%);
    max-width: 300px;
}

.img-pdf-thumbnail-lotedit {
    object-fit: none !important;
    object-position: 50% 0%;
}

.cupo {
    cursor: pointer;
}

.linesep {
    height: 1px;
    background-color: #656565;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 12px;
}

.hvg:hover {
    background-color: #efefef90 !important;
}

.tabsc-container {
    width: 100%;
    height: 36px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 5px;
    margin-bottom: 20px;
}

.section-tabs {
    height: 50px;
    min-height: 50px;
}

.tabscactive {
    background-color: #F3F5FC !important;
}


.tabsc {
    min-width: 100px;
    height: 36px;
    border: 1px solid #767F98;
    padding: 10px;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    color: #0B1630;
    background-color: #fff;
}

    .tabsc:hover {
        background: #F3F5FC90;
    }

.tabsc1 {
    border-radius: 4px 0px 0px 4px;
}

.tabsc2 {
    border-radius: 0px 0px 0px 0px;
}

.tabsc3 {
    border-radius: 0px 4px 4px 0px;
}

.panele {
    padding: 0 !important;
    position: absolute !important;
    z-index: 1000;
    left: 0px;
    right: 0px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 90% !important;
    min-width: 300px;
    /*  height: 55vh;*/
    border: 1px solid #EAECF0;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.3), 0px 1px 2px rgba(16, 24, 40, 0.26);
}

.panelc-container {
    width: 100%;
    height: 100%;
    box-shadow: none !important;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.2s;
    will-change: transform;
    max-height: 88vh;
    padding-top: 20px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 30px;
    column-gap: 25px;
    margin-bottom: 100px;
}

.panele-container {
    width: 100%;
    height: 80%;
    box-shadow: none !important;
    transition: all 0.2s;
    padding-top: 20px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 30px;
    column-gap: 60px;
    margin-bottom: 100px;
}

.panelc-contest {
    position: relative;
    width: 336px !important;
    min-width: 336px;
    /*height: 490px;*/
    min-height: 490px;
    max-height: 500px;
    border: 1px solid #EAECF0;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
}

.panelc-contest-header, .panell-contest-header {
    min-width: 336px;
    width: 100%;
    height: 220px;
    min-height: 220px;
    background-color: #FFF;
    border-bottom: 0.5px solid #EAECF0;
    border-radius: 12px 12px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.short .panell-contest-header {
    height: 136px !important;
    max-height: 136px !important;
    min-height: 136px !important;
}


.imfotopanelc {
    width: 336px;
    min-width: 336px;
    height: 220px;
    max-height: 220px;
    border-radius: 12px 12px 0 0;
    object-fit: contain;
}

.logopanelc {
    position: absolute;
    width: 135px;
    height: 42px;
    left: 18px;
    top: auto;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    z-index: 2;
}


.imlogopanelc {
    width: 135px;
    min-width: 135px;
    height: 42px;
    max-height: 42px;
    object-fit: contain;
}

.logopanelc {
    position: absolute;
    width: 137px;
    height: 43px;
    left: 18px;
    top: auto;
    bottom: 0;
    object-fit: contain;
}

.panelc-contest-info {
    padding: 12px 24px 12px 24px;
}

.titlepanelc {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #0B1630;
}

.panelc-contest-item, .panell-contest-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    gap: 4px;
}

.panelc-contest-item-icon {
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 20px !important;
    color: #0B1630;
    display: grid;
}

.panelc-contest-item-label {
    font-weight: 400;
    font-size: 13px;
    line-height: 15.6px;
    color: #0B1630;
}

.panelc-contest-item-info {
    font-weight: 600;
    font-size: 16px;
    line-height: 15.6px;
    color: #0B1630;
}

.panelc-contest-item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #0B1630;
    cursor: pointer;
}

.panelc-contest-desc-container {
    position: relative;
    margin-top: 12px;
}

.panelc-contest-desc {
    width: 100%;
    height: 48px;
    max-height: 48px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    overflow: auto;
    line-height: 1.1;
}

.panelc-contest-desc-t {
    width: 100%;
    height: 9px;
    max-height: 9px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: linear-gradient(to bottom, #ffffff20 0%, #ffffff80 50%, #ffffff99 100% );
    z-index: 2;
}

.panelc-contest-states {
    width: 100%;
    /*margin-top: 12px;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.panelc-square-container {
    /* width: 225px; */
    height: 78px;
    max-height: 78px;
    max-width: 225px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    border-top: 1px solid #F3F5FC;
    padding-top: 3px;
}

.panelc-square {
    height: 70px;
    width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .panelc-square.big {
        height: 80px !important;
        width: 120px !important;
    }

    .panelc-square:hover {
        box-shadow: 4px 4px 8px 2px #eaecf0;
    }

.panelc-square-icon:hover {
    background-color: #f1f1f1;
    border-radius: 50%;
}


.panelc-square-icon {
    height: 24px;
    width: 24px;
    font-size: 20px !important;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

    .panelc-square-icon:hover {
        color: #000000;
    }

.panelc-square-info-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.panelc-autolot-square-info-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
}

.panelc-square-label {
    font-weight: 600;
    font-size: 10px;
    line-height: 120%;
    color: #767F98;
}

.panelc-square-info::before {
    content: "\00a0"; /*Space*/
}

.panelc-square-info {
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    color: #0B1630;
    text-align: right;
}

.line-vertical {
    width: 0.7px;
    background-color: #F3F5FC;
    height: 100%;
}

.line-horizontal {
    width: 100%;
    background-color: #F3F5FC;
    height: 0.7px;
}

.imglotlogo {
    width: 137px !important;
    min-width: 137px;
    height: 43px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0.3px solid #efefef;
    margin-left: 37px;
    margin-right: 37px;
}

.selectcontestslot {
    max-height: 37px;
}

.select-in-cardlot {
    height: 1.5em;
    font-size: 0.875em;
}

.panell-contest {
    position: relative;
    width: 336px;
    min-width: 336px;
    height: 547px;
    border: 1px solid #EAECF0;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
}

.logopanell {
    position: absolute;
    width: 57px;
    height: 53px;
    left: 16px;
    top: auto;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    z-index: 3;
}




.panelweb .favorite-button {
    top: 16px !important;
    right: 16px !important;
    z-index: 2;
    height: 36px !important;
    width: 36px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panelweb .ordervehicule {
    top: 218px;
    left: auto !important;
    right: 16px !important;
    z-index: 3;
    height: 36px !important;
    width: 36px !important;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    line-height: 1;
    text-align: center;
    position: absolute;
    width: 29px;
    height: 36px;
    background-color: #002B52;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panelweb .short .ordervehicule {
    top: 134px !important;
    bottom: 0;
}



.parenttri {
    position: absolute;
    bottom: -2px;
    left: -11px;
}

.tri {
    border: 7px solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-width: 0px 30px 6px;
    max-width: 36px;
}


.panelweb .card-lot-info-makemodel {
    text-decoration: none !important;
    padding: 0 !important;
}

.panelweb .make-icon {
    display: none !important;
}

.panelweb .make-model-text {
    color: #0B1630;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    padding: 20px 2px;
}

.panell-contest-info {
    padding: 20px 16px 2px 16px;
}

    .panell-contest-info .lot-info-container {
        min-height: 130px !important;
    }


.panelweb .card-lot-info-data {
    padding: 4px 2px;
    color: #0B1630 !important;
}

.panelweb .card-lot-countdown {
    left: 12px;
    right: auto !important;
    top: 12px !important;
    bottom: auto !important;
    background-color: #FF002E !important;
    color: #fff;
}

.panelweb .card-lot-progress-container {
    position: absolute !important;
    left: 0px;
    top: auto !important;
    bottom: 0 !important;
    z-index: 2;
    min-height: 2px;
    width: 100%;
    background-color: #0B1630;
}

.panelweb .card-lot-info-offers-title, .detailweb .card-lot-info-offers-title.panelweb .card-lot-info-offers, .detailweb .card-lot-info-offers {
    color: #0B1630 !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 8px 2px 8px 2px !important;
    color: #0B1630;
    background-color: #F3F5FC90 !important;
}

.panelweb .card-lot-info-offers, .detailweb .card-lot-info-offers {
    padding: 8px 2px 12px 2px !important;
    color: #0B1630;
    background-color: #F3F5FC80 !important;
    margin-bottom: 5px;
}

    .panelweb .card-lot-info-offers .alert-icon, .detailweb .card-lot-info-offers .alert-icon {
        font-size: 18px;
    }

    .panelweb .card-lot-info-offers div, .detailweb .card-lot-info-offers div {
        justify-content: center !important;
        font-size: 25px !important;
        font-weight: 600 !important;
    }

.panelweb .card-lot-info-offers-title div, .detailweb .card-lot-info-offers-title div {
    justify-content: center !important;
    color: #767F98;
}

.icon24 {
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.icon16 {
    height: 16px;
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.panell-endphase {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    font-size: 13px;
    padding: 0px 2px 6px 2px;
    color: #0B1630 !important;
}

.panelweb .panell-actions-container {
    display: flex;
    align-items: center;
    /* justify-content: flex-start;*/
    max-width: 300px !important;
    background-color: #fff !important;
    width: 100%;
}

.panelweb .panell-moreactions-container {
    display: flex;
    justify-content: flex-start !important;
    align-content: center;
    width: 100%;
    line-height: 120%;
    gap: 5px;
    flex-wrap: nowrap;
}


    .panelweb .panell-moreactions-container > div:first-child label {
        min-width: 120px;
        /*border: 1px solid #767F98;
        border-radius: 4px;*/
        height: 32px;
    }

    .panelweb .panell-moreactions-container > div {
        margin: 0 !important;
    }

    .panelweb .panell-moreactions-container button {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 66px;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
        margin: 0;
    }

.panelweb .btnX {
    width: 40px !important;
    min-width: 40px !important;
    max-height: 34px !important;
    height: 34px !important;
    overflow: hidden;
    background-color: #fff !important;
    color: #0B1630 !important;
    border: 1px solid #002B52 !important;
    border-radius: 4px;
    background-color: #fff !important;
    z-index: 200 !important;
}

.panelweb .btlargema button {
    width: 142px !important;
}


.panelweb .card-lot-automatic-actions-msg {
    width: auto;
    min-width: 80% !important;
}


.panelweb .lot-web-info-close-msg {
    max-width: none !important;
}

.panelweb .card-lot-automatic-actions-msg.card-lot-automatic-action-no-actions {
    max-width: none !important;
}


.btgray {
    background-color: #767F98 !important;
}


.btweboffer {
    height: 32px !important;
    max-height: 32px !important;
    min-height: 32px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}



.panelweb .card-lot-actions-button-main {
}

.panelweb .card-lot-actions-button button {
    z-index: 40;
}


.panelweb .card-lot-actions-button-main > button {
    max-height: 37px;
    min-width: 120px;
    overflow: hidden;
    display: flex;
    margin: auto 5px !important;
}

.panelweb .card-lot-actions-buttons {
    margin: 0 !important;
}


    .panelweb .card-lot-actions-buttons div:first-child > button {
        width: 40px;
        max-height: 36px;
        height: 36px;
        overflow: hidden;
    }

.panel-moreinfo {
    width: 100%;
    max-height: 170px;
    height: 170px;
    position: relative !important;
}

/*.btonlydirectbuy{
    width: 100%;
    max-width: 240px;
    position: relative;
    margin-top: 20px;
}*/

.boxoffer {
    height: 32px;
    border: 1px solid #767F98;
    border-radius: 4px;
    position: relative;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
}

.contoffer {
    height: 32px;
    max-height: 32px;
    position: relative;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.confirmoffer1 {
    position: absolute;
    top: 38px;
    left: 0;
    height: 40px;
    background-color: #fff !important;
    width: 95% !important;
    margin: 0;
    padding: 0;
}

.confirmoffer1short {
    position: absolute;
    top: 38px;
    left: 0;
    height: 40px;
    background-color: #fff !important;
    width: 95% !important;
    max-width: 260px !important;
    margin: 0;
    padding: 0;
}

.confirmoffer2 {
    position: absolute;
    top: -60px;
    left: 0px;
    height: 40px;
    background-color: #fff !important;
    width: 95% !important;
    margin: 0;
    padding: 0;
}

.confirmofferD1 {
    position: absolute;
    top: 60px;
    height: 40px;
    background-color: #efefefef !important;
    width: 95% !important;
    margin: 0;
    padding: 0;
}

.confirmofferD2 {
    position: absolute;
    bottom: 60px;
    height: 40px;
    background-color: #efefefef !important;
    width: 95% !important;
    margin: 0;
    padding: 0;
}

.labeloffer {
    position: absolute;
    left: 0;
    top: -16px;
    color: #767F98;
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
}


.btresetflip {
    position: absolute;
    bottom: 5px;
    left: 10px;
    z-index: 3
}

.btflip {
    width: 40px !important;
    min-width: 40px !important;
    max-height: 36px !important;
    height: 36px !important;
    overflow: hidden;
    background-color: #fff !important;
    color: #0B1630 !important;
    border: 1px solid #002B52 !important;
    border-radius: 4px;
    z-index: 2;
    bottom: 18px;
    right: 16px;
    flex: 0 0 auto;
}

.panell-actions-container .card-lot-automatic-actions-msg:has(~ .btflip),
.panell-actions-container:has(.btflip) .card-lot-automatic-actions-msg {
    margin: unset !important;
}

.panell-actions-container .btflip:has(~ .button-primary),
.panell-actions-container:has(.button-primary) .btflip {
    margin-top: 1rem;
}

.panell-actions-container.has-flip .container-normalaction {
    flex: 0 1 auto !important;
}

.panell-actions-container.has-flip .button-primary-full-width-flex {
    flex-basis: auto !important;
    width: auto !important;
    flex: 0 1 auto !important;
}

.panell-actions-container .btflip {
    margin-left: auto;
    flex: 0 0 auto;
}

.flip-card {
    background-color: transparent;
    perspective: 1000px;
}

.flip-card-inner {
    transform-style: preserve-3d;
}


.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}

.flip-card-front {
}

.flip-card-back {
    transform: rotateY(180deg);
    z-index: 200 !important;
    background-color: #fff !important;
}



.w150 {
    max-width: 150px !important;
    width: 150px !important;
    overflow: hidden;
}

.directbuy {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    margin: 20px 10px;
}

.directbuyma {
    display: flex;
    flex-direction: column;
    background-color: #fff !important;
    z-index: 10;
}

.panel-moreinfo .directbuyma {
    position: relative;
    bottom: 0px;
    left: -10px;
    display: flex;
    flex-direction: column;
    margin: 10px;
    background-color: #fff !important;
    z-index: 10;
    width: 85%;
}

.btdirectbuy {
    width: 100%;
    max-width: 240px;
}

.btdirectbuyma {
    width: 100%;
    position: relative;
}

/*.panel-moreinfo .btdirectbuyma {
    width: 100%;
    max-width: 240px;
    position: relative;
    bottom: -15px;
}*/

.btdirecta {
    bottom: 2px;
    position: relative;
}

.panelweb .btopanmoa {
    visibility: hidden;
}


.dnone {
    display: none !important;
}

.constitle {
    font-weight: 400;
    font-size: 31px;
    line-height: 120%;
    color: #000000;
}

.mw60 {
    width: 60px;
    min-width: 60px !important;
}

.mw100 {
    width: 100px;
    min-width: 100px !important;
}

.mw120 {
    width: 120px;
    min-width: 120px !important;
}

.mw130 {
    width: 130px;
    min-width: 130px !important;
}

.mw150 {
    width: 150px;
    min-width: 150px !important;
}

.mw200 {
    width: 200px;
    min-width: 200px !important;
}

.mxw-pc60 {
    width: 60%;
    max-width: 60% !important;
}

.container-contest-view {
    color: var(--text-color-white) !important;
    width: 280px;
    padding-bottom: 60px;
    margin-top: 10px;
}

.sectionview-info {
    height: 30vh;
    max-height: 30vh;
    overflow: auto;
    width: 100%;
}

#btsectionview:before {
    right: -12px !important;
    top: 12px;
    cursor: pointer;
}

#btsectionview:not(.collapsed):before {
    transform: rotate(-135deg) !important;
}

#btsectionview.collapsed:before {
    transform: rotate(45deg) !important;
}

.mh100 {
    min-height: 100px;
}

.mh60 {
    min-height: 60px !important;
    height: 60px;
}

.mh36 {
    min-height: 36px;
    height: 36px;
}

.mxh100 {
    max-height: 100px;
    height: 100px;
}

.mxh200 {
    max-height: 200px;
}

.mxh400 {
    max-height: 400px;
}

.mx-400 {
    max-width: 400px;
}



.hsectionpanel {
    height: 30px !important;
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 18px;
    position: relative;
}


/*.hsectionpanel {
    height: 50px;*/
/*max-height: 50px;*/
/*display: flex;
    flex-direction: row;
    gap: 10px;
    position: relative;
}*/

.actionbt-container {
    position: absolute;
    bottom: 18px;
    display: flex;
    left: 0px;
    flex-direction: column;
    justify-content: left;
    width: 96%;
}

.mw36 {
    max-width: 36px;
    width: 36px;
}

.mw320 {
    max-width: 320px;
}

.mw300 {
    max-width: 300px;
}

.mw280 {
    max-width: 280px;
}

.mw80pc {
    max-width: 80%;
}

.mw100pc {
    max-width: 100%;
}

.iconback {
    font-size: 32px;
    font-weight: 300;
    cursor: pointer;
    margin-right: 10px;
}

.iconpanelbottom {
    font-size: 26px;
    font-weight: 300;
    cursor: pointer;
    margin-right: 10px;
}

.wbt-confirm, .w85 {
    width: 85% !important;
}


.posabsol {
    position: absolute !important;
    left: 0;
    top: 0;
}

.postrash {
    min-width: 32px;
    position: relative;
    top: -16px;
}

.posrel {
    position: relative !important;
}

.posrel0 {
    position: relative !important;
    left: 0 !important;
}


#tabbottom {
    background-color: #efefefef !important;
    border: 0.5px solid #c3c2c2ef !important;
    max-height: 200px;
    height: 185px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}



.bt-tb {
    width: 30px;
    height: auto;
    cursor: pointer;
    position: absolute;
    left: 6px;
    top: 2px;
    z-index: 20;
}

    .bt-tb i {
        font-size: 26px;
    }

#section-lastoffer {
    padding: 0 16px;
    max-width: 400px;
    width: 100%;
    padding: 0 16px;
}

#section-setoffer {
    height: 100%;
    max-width: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    overflow: hidden;
    padding: 0 16px 16px 16px;
    font-size: 13px;
    flex-wrap: wrap;
}

.tbcollapse {
    transform: translate(340px);
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.6s ease-in-out; /** Firefox **/
    -o-transition: all 0.6s ease-in-out; /** Opera **/
}

.tbnotcollapse {
    transform: translate(0px);
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.6s ease-in-out; /** Firefox **/
    -o-transition: all 0.6s ease-in-out; /** Opera **/
}

.lot-web-offers-detail {
    position: fixed !important;
    bottom: 5px;
    right: 0;
    width: 680px;
    border-radius: 8px;
    z-index: 12;
}


.card-concesion-name {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #002B52;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

    .card-concesion-name.text-ellipsis {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }

.iconpanel {
    position: relative;
    left: 0;
    top: -2px;
    font-size: 18px !important;
    max-height: 22px;
}

.offeraut {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 80px;
    white-space: nowrap;
}

.panelwin {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    height: 40px;
    max-height: 40px !important;
    left: 10px;
    gap: 10px;
}

.panelwinshort {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    height: 40px;
    max-height: 40px !important;
    left: 10px;
    gap: 10px;
    max-width: 245px;
}




.card-concesion-name {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #002B52;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

    .card-concesion-name.text-ellipsis {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }

.sectionview-info {
    height: auto;
    max-height: none;
}

.btn-showmore {
    position: fixed;
    margin: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}

.lot-web-info > [class*="col-"] {
    height: auto !important;
}

.carouselWebLotImages {
    min-height: 65vh;
    display: flex;
    align-items: center;
}

.card-lot-automatic-actions-msg-text {
    line-height: 1.1 !important;
}

.indicator-filters-red {
    position: absolute !important;
    background-color: red;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 14px;
    right: 0px;
    border: 1px solid var(--background-color-light-grey);
    z-index: 10;
}

.imagheader {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.sold-label {
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 10rem;
    max-height: calc(40% - 2vw);
    width: fit-content;
}

    .sold-label > div {
        transform: rotate(-45deg) translateY(-50%);
        z-index: 2;
        color: white;
        text-align: center;
        font-weight: bold;
        line-height: 35px;
    }

        .sold-label > div::before {
            content: "";
            background-color: #FF002E;
            width: 100vw;
            height: 100%;
            position: absolute;
            top: 0;
            transform: translateX(-50%);
            z-index: -1;
            box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        }

.tit-error {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.content-error {
    height: 45vh !important;
    overflow-y: auto;
    padding: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    line-height: 1.1;
    font-size: 14px;
    color: #656565;
}

.errm .modal-close {
    display: none;
}

.modal.errm {
    width: auto !important;
    height: auto !important;
    top: 100px !important;
    left: 0 !important;
    background-color: #fff !important;
}

    .modal.errm.modal-mobile {
        width: auto !important;
        height: auto !important;
        top: 100px !important;
        left: 40% !important;
    }

.received-exception {
    margin: 1rem;
    padding: 1rem;
}

.autolot-summary-modal-dialog {
    position: absolute;
    right: 10px;
    bottom: 60px;
    height: 90dvh;
}

.autolot-summary-modal-content {
    height: 90dvh;
}

.autolot-summary-modal {
    left: unset !important;
    right: 0 !important;
    padding-top: 50px;
    background: unset !important;
    max-width: 320px !important;
}

/***** tabla precios origen fiscal *****/
.price-breakdown {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

    .price-breakdown th {
        background-color: #0f2a4d;
        color: white;
        padding: 8px;
        text-align: center;
        border-right: 1px solid white;
    }

        .price-breakdown th:last-child {
            border-right: none;
        }

    .price-breakdown td {
        padding: 10px;
        vertical-align: top;
        border-right: 1px solid #ddd;
        border-top: 1px solid #ccc;
    }

        .price-breakdown td:last-child {
            border-right: none;
        }

.breakdown-inner {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 4px;
    column-gap: 10px;
}

.breakdown-label {
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
}

.breakdown-value {
    white-space: nowrap;
    text-align: right;
}

.fs-x-small {
    font-size: x-small;
}


/*****media querys*****/
@media only screen and (max-width: 480px) {
    .sold-label {
        max-height: calc(80% - 4vw);
    }

        .sold-label > div {
            line-height: 25px;
        }
}

@media only screen and (max-width: 991.99px) {
    .pc, .pc * {
        display: none
    }

    .nopc, .nopc * {
        display: normal;
    }

    .tabsc-container {
        flex-wrap: nowrap;
        justify-content: center;
    }

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


    #tabbottom {
        background-color: #efefefef !important;
        border: 0.5px solid #c3c2c2ef !important;
        height: 600px;
        max-height: 46%;
        width: 320px;
        display: block;
    }

    #section-lastoffer {
        padding: 0 16px;
        max-width: 320px !important;
        width: 100%;
        padding: 0 16px;
        max-height: 200px;
        height: 200px;
    }

    #section-setoffer {
        max-height: 200px !important;
        max-width: 320px;
        width: 100%;
        display: flex;
        align-items: center;
        align-content: center;
        overflow: hidden;
        padding: 0 16px 16px 16px;
        font-size: 13px;
        flex-wrap: wrap;
    }

    .tbcollapse {
        transform: translate(0px, 200px);
        transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out; /** Chrome & Safari **/
        -moz-transition: all 0.6s ease-in-out; /** Firefox **/
        -o-transition: all 0.6s ease-in-out; /** Opera **/
    }

    .tbnotcollapse {
        transform: translate(0px, 0px);
        transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out; /** Chrome & Safari **/
        -moz-transition: all 0.6s ease-in-out; /** Firefox **/
        -o-transition: all 0.6s ease-in-out; /** Opera **/
    }

    .ico24 {
        width: 24px !important;
    }

    .flexrespon {
        flex-direction: column;
    }

    .item-flex-lotedit {
        max-width: 100%;
        width: 100%;
    }

    .item-flex50 {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .modal-dialog.big {
        max-width: 700px !important;
    }
}

.red-svg-icon {
    filter: invert(24%) sepia(93%) saturate(7482%) hue-rotate(0deg) brightness(95%) contrast(110%);
}

.white-svg-icon {
    filter: brightness(0) invert(1); /* makes it white */
}

.primary-svg-icon {
    filter: invert(13%) sepia(20%) saturate(3219%) hue-rotate(199deg) brightness(92%) contrast(93%);
}

@media only screen and (max-width: 738px) {
    .panelc-container {
        row-gap: 20px;
        column-gap: 25px;
        justify-content: center !important;
    }

    .carouselWebLotImages {
        min-height: 45vh;
    }
}

@media only screen and (max-width: 500px) {
    .carouselWebLotImages {
        min-height: 35vh;
    }

    .flexbtwn {
        justify-content: center;
    }
}


@media only screen and (min-width: 991.98px) {
    .nopc, .nopc * {
        display: none;
    }

    .pc, .pc * {
        display: normal
    }


    .container-contest-view {
        padding-bottom: 0px;
    }

    .sectionview-info {
        height: auto;
        max-height: none;
    }

    .lot-web-carousel-image {
        height: min(calc(var(--height-carrousel-lot-images) * var(--card-lot-aspect-ratio)), 100% ) !important;
        object-fit: contain !important;
        min-width: min(60vh, 100%);
    }

    #lot-carrousel-images {
        height: min(calc(var(--height-carrousel-lot-images) * var(--card-lot-aspect-ratio)), 100%) !important;
        min-width: min(60vh, 100%);
    }
}

.row.text-center ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

    .row.text-center ul li {
        padding: 0.5rem 1rem;
        background-color: #e6f4ea;
        border-radius: 0.25rem;
        min-width: 80px;
    }


/**test **/
.brdtest {
    border: 2px dotted green;
}

.brdtest2 {
    border: 1px dashed red;
}

/* Floating Accordion Styles */
.floating-accordion {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column-reverse;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.floating-accordion-header {
    cursor: pointer;
    background-color: white;
    border-top: 1px solid #e9ecef;
}

.floating-accordion-body {
    background-color: white;
    max-height: 45vh;
    overflow-y: auto;
}

.accordion-arrow {
    transition: transform 0.3s ease;
}

    .accordion-arrow.expanded {
        transform: rotate(-180deg);
    }

.upcoming-lot-item {
    display: flex;
    gap: 0.625rem; 
}

.upcoming-lot-item-container {
    padding-top: 0.75rem; 
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e9ecef; 
}

    .upcoming-lot-item-container:last-child {
        border-bottom: none; 
    }

.upcoming-lot-item__image {
    width: 6.25rem; 
    height: 3.75rem; 
    object-fit: cover;
    flex-shrink: 0;
}

.upcoming-lot-item__image--placeholder {
    border: 1px solid #dee2e6;
}

.upcoming-lot-item__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upcoming-lot-item__description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}