@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
    font-family: 'AdineuePRO-Black';
    src: url(./css/adineuePRO-Black.otf);
}
.root{
    width: 100%;
    height: 99%;
}
#label_username{
    cursor:pointer;
}
input::placeholder{
    font-size: 16px;
}
.gwtb3-d {
    text-align: right;
    overflow: hidden;
    text-overflow: Ellipsis;
}
.gwtb3-cell{
    height: 30px;
    overflow: hidden;
    text-overflow: Ellipsis;
    text-align: right;
    background-color: transparent;
    display: table-cell;
}
.gwtb3-cell rowConStock active{
    background-color:blue;
}
.rowSinStock{
    background-color: red;
}
.rowConStock{
    background-color: #6bce6d;
}
.rowInsStock{
    background-color: #ff8700;
}

.nameApp {
    color: #ec871f;
}

.font-buttons {
    font-family: 'Ubuntu', sans-serif;
}

.columnReports
{
    white-space: normal;
    overflow: hidden;
    text-align: right;
    font-size: 1.3rem;
}
.headerReports{
    white-space: normal;
    overflow: hidden;
    color: white;
    background-color: #ff4d4d;
    font-size: 1.3rem;
}
.buttonTop{
    position: fixed;
    text-decoration: none;
    z-index: 600;
    bottom: 74px;
    right: 14px;
    width: 45px;
    height: 45px;
    border: none;
    text-align: center;
    background-color: rgb(33 33 33 / 52%);
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    transition: all .4s ease-in-out;
    scroll-behavior: smooth;
}
.buttonTop:hover,
.buttonTop:focus{
    background-color: #464646;
    transform: translateY(-5px);
}
.carousel .carousel-indicators{
    top:auto !important;
}
.bootstrap-select>.dropdown-toggle:focus, .bootstrap-select>.dropdown-toggle:hover {
    background-color: white;
}

.result-grid-report{
    position: initial;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    overflow-y: hidden !important;
}
.container-kit{
    text-align: left;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
}
.linked-group-kit{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 10px;
    margin: 0px;
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.container-kit-detail{
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    box-shadow: 1px 1px 8px 0px #e2dada;
    margin: 10px;
}
.product-kit{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
}
.img-kit{
    display: flex !important;
    width: 80px !important;
    height: 80px !important;
    align-items: center;
}
.label-kit{
    text-align: left;
    font-family: 'Ubuntu';
    margin: 0px 0px 1em 0px;
    text-transform: uppercase;
}
.container-heading-kit{
    padding: 5px;
    text-align: left;
    text-align-last: left;
    font-family: system-ui;
    text-transform: uppercase;
}
.heading-kit{
    text-transform: uppercase;
}

.spinner {
    font-size: 18px;
    display: flex;
    height: 100%;
    font-weight: 600;
    font-family: monospace;
    letter-spacing: 1em;
    color: #1c1111;
    filter: drop-shadow(0 0 10px);
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}

.spinner span {
    animation: loading6454 1.75s ease infinite;
}

.spinner span:nth-child(2) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.spinner span:nth-child(3) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.spinner span:nth-child(4) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.spinner span:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.spinner span:nth-child(6) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.spinner span:nth-child(7) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@-webkit-keyframes loading6454 {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes loading6454 {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.tnail-item {
    width: 276px;
    background: rgb(241, 245, 243);
    box-shadow: rgb(70 70 70 / 42%) -1px 4px 6px 0px;
    display: grid !important;
    grid-template-areas:
        "image"
        "data";
    overflow: hidden;
    grid-template-rows: .5fr 1fr;
}
.tnail-item:hover{
    box-shadow: 0 0 0 black;
}
.h4-item {

}

.button-item {
    margin: 0px 6px 4px 6px !important;
}

.pnl-footer-tnail-item {
    width: 100%;
    gap:3px;
    font-size: 16px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
}
.img-item{
    cursor: pointer;
    margin-top: 10px;
    height: 112px;
    width: 150px;
}
.pnl-image-item {
    grid-area: image;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pnl-description-item {
    grid-area: data;
    padding: 9px;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    word-break: break-all;
}
.container-buttons-quantity{
    display: inline-flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.list-group-item-filter {
    width: 100%;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 10px !important;
    border: 0px !important;
}

.container-values-filter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #cbcaca;
    width: 100%;
    padding: 20px;
}

.heading-modal {
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    padding: 5px;
}

.text-box-search-modal {
    font-size: 20px !important;
    height: 52px !important;
    margin: 0;
    width: 100% !important;
    background-color: #fafafa !important;
    border-color: #d4cece !important;
    border-radius: 0.375em !important;
}

.modal-text-not-found {
    color: #262626;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    padding: 0px;
    letter-spacing: 3px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.modal-not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 100%;
    gap: 15px;
    text-shadow: 0px 0px 20px #847575;
    font-family: 'Work Sans';
}

.button-value-filter {
    color: rgb(74, 88, 100);
    border: 0px;
    background-color: transparent;
    box-shadow: none;
    font-size: 15px;
    padding: 5px;
}

.button-value-filter:hover{
    opacity: 0.5;
}

.label-filter-select {
    background-color: #fff;
    color: rgba(0,0,0,.62);
    display: flex;
    border: 0px;
    flex-direction: row-reverse;
    gap: 10px;
    width: fit-content;
    border-radius: 4px;
    font-size: 1em;
    padding: 7px;
    cursor: pointer;
    align-items: center;
    box-shadow: 0px 0px 4px 0px #8d8d8d;
}

.container-current-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px
}

.label-cart-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.label-total-cart {
    color: #433c3c;
    font-weight: bold;
}

.label-subtotal-cart {
    color: #595555;
}
.button-danger{
    position: relative;
    text-decoration: none;
    text-align: center;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    background: none;
    white-space: normal;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    height: 40px;
    background-size: 200% 200%;
    background-image: linear-gradient(to top, #f8f8f8 50%, transparent 50%);
    color: #d22525;
    border-bottom: 3px solid #d22525 !important;
    font-weight: bold;
    border-radius: 0px !important;;
    /*transition: all 0.09s ease-in;*/
    transition: all 0.2s ease-in;
    font-size: clamp(1.4rem, 2vw, 1.4rem);
}
.button-danger:hover:not(.btn-transition) {
    color: #ffffff;
    background-image: linear-gradient(to top, #d22525 51%, transparent 50%);
    background-position: 0 100%; }
.button-danger:active{
    transform: translateY(1px);
}
.button-primary {
    position: relative;
    text-decoration: none;
    text-align: center;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    background: none;
    white-space: normal;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    height: 40px;
    background-size: 200% 200%;
    background-image: linear-gradient(to top, #f8f8f8 50%, transparent 50%);
    color: #040404;
    border-bottom: 3px solid #040404 !important;
    font-weight: bold;
    border-radius: 0px !important;
    /*transition: all 0.09s ease-in;*/
    transition: all 0.2s ease-in;
    font-size: clamp(1rem, 1vw, 1.4rem);
}
.button-primary:hover:not(.btn-transition) {
    color: #ffffff;
    background-image: linear-gradient(to top, #040404 51%, transparent 50%);
    background-position: 0 100%; }
.button-primary-order:hover{
    background-color:black;
}
.button-primary:active{
    transform: translateY(1px);
}
.button-primary:disabled{
    color: #ffffff;
    background-image: linear-gradient(to top, #040404 51%, transparent 50%);
    background-position: 0 100%;
}
.button-coupon {
    font-size: 1rem;
}
.input-coupon {
    width: 90% !important;
    padding-right: 10px !important;
}

.button-quantity {
    background-color: black;
    color: white;
    font-size: 1rem;
    transition: none;
}

.header-item {
    letter-spacing: .2rem;
    margin: 0px;
}

.cart-loading {
    position: absolute;
    background-color: #0000001c;
}

.container-empty-cart {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    padding: 0px 10px;
}

.label-empty-cart {
    background-color: transparent;
    color: #343434;
    border: 1.2px solid;
    padding: 10px 0px;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    box-shadow: 0px 10px 20px #d1c9c9;
}

.total-item {
    letter-spacing: .3rem;
    margin: 3px;
    font-size: 14px;
}

.item-select-kit {
    overflow: hidden;
    white-space: break-spaces !important;
}

.label-coupon-cart {
    color: #61a52e;
    margin: 0px;
    text-shadow: -1px -1px 20px #24e7108a;
    font-size: 11px;

}
input::-webkit-input-placeholder {
    font-size: 1em;
    line-height: 4;
}

.container-loading-detail {
    width: 100%;
    height: 55%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.container-promos {
    display: grid;
    flex-wrap: nowrap;
    width: 100%;
    grid-template-columns: 1fr .7fr;
    grid-template-areas: "detail cart";
    padding: 15px;
    gap: 15px;
}

.item-promo {
    margin: 0;
    box-shadow: -3px 2px 3px 0px #e1d5d5;
    line-height: 0px;
    padding: 8px;
}
.item-promo:hover {
    transform: translateY(-4px);
}
.caption-item-promo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    align-items: center;
}

.container-detail-promo {
    grid-area: detail;
    display: flex;
    flex-direction: column;
    font-family: 'Work Sans';
}

.container-cart-promo {
    grid-area: cart;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.prueba-bootbox{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}




.header-promo {
    box-shadow: 0px 6px 10px 0px #e4dfdf;
    border-radius: 10px;
    padding-bottom: 10px;
}

.promos-selecteds {
    background-color: #040404;
    color: white;
    border-radius: 0px;
    padding: 8px;
}

.without-promos {
    grid-template-areas:
        "delivery"
        "typePayment"
        "note"
        "containerButtonPay" !important;
}
.without-delivery {
    grid-template-areas:
        "typePayment"
        "promos"
        "note"
        "containerButtonPay" !important;
}

.without-delivery-promo {
    grid-template-areas:
        "typePayment"
        "note"
        "containerButtonPay" !important;
}

.container-buttons-payments {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 10px;
    padding: 10px;
    background-color: #f7f7f4;
}

.success-alert-notification {
    color: #1f201f;
    background-color: #9ddb84;
    border-color: transparent;
    box-shadow: 2px 2px 2px 1px #d5c9c9;
}

.warning-alert-notification {
    color: #1f201f;
    background-color: #efde77;
    border-color: transparent;
    box-shadow: 2px 2px 2px 1px #d5c9c9;
}

.info-alert-notification {
    color: #1f201f;
    background-color: #9ddb84;
    border-color: transparent;
    box-shadow: 2px 2px 2px 1px #d5c9c9;
}

.body-notifications {
    font-family: 'Work Sans';
}

.header-notifications {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    font-family: 'Work Sans';
    margin: 0px;
}
.container-restore-password{
    width: 80%;
    background: white;
    display: flex;
    flex-direction: column;
    height: 90%;
    margin: 10px;
    border-radius: 6px;
    align-items: center;
    filter: drop-shadow(2px 4px 6px black);
    justify-content: space-around
}

.text-header-sustitute {
    filter:drop-shadow(-1px 1px 1px grey);
    width: 100%;
    white-space: normal;
}
.flex-sustitute{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-items: stretch;
    margin: 10px;
}
.view-item-check-stock {
    grid-area: productStock;
    align-content: center;
    grid-template-areas: "image data";
    grid-template-rows: none;
    justify-content: flex-start;
    grid-template-columns: .2fr .5fr;
    flex-direction: row;
    align-items: center;
    width: auto;

}
.container-item-check-stock{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container-buttons-check-stock{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    flex-direction: column;

}

.area-stock-remove {
    grid-area: remove;
}

.container-stock-product {
    display: grid;
    grid-template-areas:
        "errorStock  errorStock"
        "productStock remove";
    gap: 6px;
    align-items: end;
    grid-template-columns: 1fr;
    min-width: 70%;
}

.error-stock {
    grid-area: errorStock;
    width: 100% !important;
    white-space: normal;
}

.dockPanel {
    display: grid;
    grid-template-areas: "header         header          header"
                         "carouselPage   carouselPage    carouselPage"
                         "leftColumn     detailPage      rightColumn"
                         "footerCarousel footerCarousel  footerCarousel";
    width: 100%;

}
.left-dock-panel {
    grid-area: leftColumn;
}

.detail-dock-panel {
    grid-area: detailPage;
}
.carousel-dock-panel {
    grid-area: carouselPage !important;
}
.right-dock-panel {
    grid-area: detailPage;
}
.footer-dock-panel {
    grid-area: footerCarousel !important;
    padding: 1em;

}
.header-container-account {

}
.heading-account{}
.icon-button-close{}
.button-header-close {

}
.body-container-account{

}

.paragraph-user {

}

.container-buttons-my-account {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.button-my-account{}

.container-promo-detail-pp{
    border-radius: 1em;
    overflow: hidden;
    box-shadow: 0px 0px 4px #959090;
    background: #fff;
    display: grid;
    grid-template-areas:
        "descriptionPromo productsPromo totalPromo"
        "descriptionPromo productsPromo totalPromo"
        "alertPP alertPP alertPP";
    grid-template-columns:.6fr 1fr.5fr;
}
.container-promo-detail{
    border-radius: 1em;
    overflow: hidden;
    box-shadow: 0px 0px 4px #959090;
    background: #fff;
    gap: 6px;
    display: grid;
    grid-template-areas:
        "descriptionPromo";
    grid-template-columns: 1fr;
}

.container-description-promo {
    grid-area: descriptionPromo;
    display: flex;
    text-align: center;
    font-family: 'Montserrat' !important;
    background: #f7b500;
    font-weight: bold;
    padding: 15px;
    color: white;
    font-size: large;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content:center;
}

.container-products-promo {
    grid-area: productsPromo;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0.7em;
}

.container-total-promo {
    grid-area: totalPromo;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 8px;
    align-items: stretch;
}

.container-buttons-promo {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    align-items: stretch;
}
.image-promo{
    max-height: 140px;
    max-width: 89%;
    object-fit: contain;
}

.container-item-promo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 1em;
    gap: 0.5em;
}
.image-item-promo{
    width: 80px;
    height: 80px;
    border: 0.5px solid #c3b4b4;
    padding: 9px;
    box-shadow: 0px 0px 7px 0px #c3b4b4;
}

.container-promotions {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 2em;
    font-family: 'Montserrat', serif !important;
}

.header-promotions {
    background: url(https://ar.ccfdigital.com/assets/new/bannerpromo.jpg);
    color: white !important;
    text-align: center;
}

.container-list-promotions {
    display: flex;
    flex-direction: column;
    max-width: 70rem;
    align-self: center;
    align-items: stretch;
    font-family: 'Montserrat', serif !important;
    color: #858585;
    gap: 10px;
    margin: 1em;
}

.alert-promo {
    grid-area: alertPP;
    padding: 0.5em;
    text-align: center;
}

.container-text-total {
    scale: .9;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
}
.container-detail-body{
    width: 100%;
    text-align: -webkit-center;
    display: grid;
    gap: 0.5em;
    grid-template-areas:
        "carouselHead"
        "detail"
        "carouselFooter";
}
.container-detail-panel{
    width: 100%;
    text-align: -webkit-center;
    display: grid;
    gap: 0.5em;
    grid-template-areas:
        "carouselHead"
        "detail"
}
.carousel-head-container-panel{
    grid-area: carouselHead !important;
    height: fit-content;
}
.carousel-footer-container-panel{
    grid-area: carouselFooter !important;
    height: fit-content;
}

.field-set-order {
    display: flex !important;
    gap: 1em !important;
    flex-wrap: wrap;
    margin: 0.7em;
    align-items: center;
}

.detail-item-pagano {
    display: grid;
    justify-items: center;
    grid-template-areas:
        "imagenItem "
        "dataItem";
    margin: 1em;
    padding: 1em;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 3px 0px #f9f7f7;
    background: #f9f7f7;
    margin: 0.5em;
    border-radius: 6px;
}

.container-data-user-pagano{
    box-shadow: 0px 0px 3px 0px #f9f7f7;
    background: #f9f7f7;
    margin: 0.5em;
    border-radius: 6px;
}
.data-item-order {
    grid-area: dataItem;
    padding: 1em;
}
.image-item-order{
    grid-area: imagenItem;
    gap: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.detail-item-selected-pagano {
    padding: 1em;
    box-shadow: 0px 0px 3px 0px #f9f7f7;
    background: #f9f7f7;
    margin: 0.5em;
    display: flex;
    border-radius: 6px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
}

.image-item-selected {
    grid-area: imagenItemSelected;
    gap: 1em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.data-item-selected {
    grid-area: dataItemSelected;
}

.item-select-pagano {
    display: grid;
    grid-template-areas: "imagenItemSelected dataItemSelected";
    align-items: end;
    gap: 1em;
}

.container-table-pagano {
    text-align: left;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
}

.input-group-container {
    position: relative;
}

.input-form {
    margin: 0px 0px;
    box-shadow: 0 1px 2px 0 #00000033;
    border: 0 rgba(0,0,0,.2) !important;
    height: 39px;
    border-radius: 2px !important;
    padding: 0px 10px !important;
    background-color: #fff !important;
    font-size: 1.2em !important;
    color: #515151 !important;
    transition: border 150ms cubic-bezier(0.4,0,0.2,1) !important;
}

.user-label {
    position: absolute !important;
    left: 15px !important;
    color: #7e7e7e !important;
    font-weight: bold;
    font-size: 1.3rem;
    pointer-events: none !important;
    transform: translateY(.1em) translateX(-4%) !important;
    transition: 150ms cubic-bezier(0.4,0,0.2,1) !important;
}

.input-form:focus, .input-form:valid {
    outline: none !important;
    border: 1.5px solid #c6c2c2 !important;
}

.input-form:focus ~ span, .input-form:valid ~ span ,
.input-form:-webkit-autofill ~ span, .input-form:-webkit-autofill ~ span,
.input-form:disabled ~ span, .input-form:disabled ~ span{
    transform: translateY(-79%) translateX(-10%) scale(0.8) !important;
    background-color: #f9f9f900 !important;
    border-radius: .5em;
    width: 100%;
    padding: 0.2rem 0em !important;
    color: #3a3a3a !important;
}

.button-detail {
    background-color: #fff;
    border: none;
    padding: 1rem .5rem;
    font-size: 1.2rem;
    width: 10em;
    border-radius: .5rem;
    color: #3f75d2;
    box-shadow: inset 0 0.4rem #dfd9d9;
    cursor: pointer;
}

.button-detail:active {
    color: white;
    box-shadow: 0 0.2rem #dfd9d9;
    transform: translateY(0.2rem);
}

.button-detail:hover:not(:disabled) {
    background: #404040;
    color: white;
}

.button-detail:disabled {
    cursor: auto;
    color: grey;
}

.container-detail-taxes {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.container-range {
    border: solid 1.5px #b7b3b3 !important;
    border-radius: 0.5rem !important;
    background: none !important;
    padding: 2rem !important;
    color: #515151 !important;
    transition: border 150ms cubic-bezier(0.4,0,0.2,1) !important;
}

.range-label {
    position: absolute !important;
    left: 15px !important;
    color: #3a3a3a !important;
    background: #fcfcfced;
    font-weight: bold;
    pointer-events: none !important;
    transform: translateY(-8.6em) translateX(9.5em) !important;
    border-radius: 0.3em;
    transition: 150ms cubic-bezier(0.4,0,0.2,1)!important;
    padding: 0px 5px;
}

/* MY ACCOUNT CSS */
.nav-account{
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.nav-accoun:active {
    color: #040404;
    border-bottom: 3px solid #040404 !important;
}

.container-tabpane {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.container-tab-pane-account {
    display: grid !important;
    grid-template-areas: "navAccount containerAccount";
    grid-template-columns: .7fr 2fr;
    padding: 1em !important;
    gap: 5em;
}
.tab-content-account {
    grid-area: containerAccount;
    padding: 2.5em;
    width: 100%;
    height: 100%;
    border-radius: 0.3em;
    background: #ffff;
    text-transform: uppercase;
}

.nav-tabs-account {
    grid-area: navAccount;
    display: flex !important;
    flex-direction: column;
    border-radius: 0.3em;
    background: #ffff;
    padding: 2em 1em !important;
    box-shadow: 1px 1px 8px 0px #d3d2d2;
    align-items: flex-start;
    font-size: small;
}
.nav-tabs-account.active {
    display: flex !important;
}

.tab-pane-account {
    display: flex;
    flex-direction: column;
    gap: 2em;
    align-items: flex-start;
}

.container-my-data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.container-all-homeAddress {
    display: flex;
    flex-direction: column;
    gap: 2em;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.description-home-address {
    text-align: left;
    white-space: normal;
    border: 1px solid #f6f6f6;
    border-radius: 0.3em;
    box-shadow: 1px 1px 8px 0px #d3d2d2;
    display: table-cell;
    height: 100%;
    padding: 1em;
}
.description-home-address:hover{
    transform: translateY(2px);
    border:1px solid #040404;
}

.heading-tab-content {
    filter: drop-shadow(0.5px 0.5px 0.5px #040404);
    font-weight: 700;
    font-size: 2.3em !important;
}

.tab-list-account {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    color: #040404 !important;
    font-weight: 700;
    width: 100%;
    padding: 0em 1em;
}

.button-link {
    color: #040404;
    font-weight: 700 !important;
    text-decoration: underline;
    background: transparent;
}
.button-link {
    color: #040404;
    font-weight: 700 !important;
    text-decoration: underline;
    background: transparent;
    border: none;
    padding:.5em;
}
.button-link:hover{
    color: #ffffff;
    background-image: linear-gradient(to top, #040404 100%, transparent 60%);
    background-position: 0 100%;
}

.field-set-modal-account {
    display: flex !important;
    gap: 1.5em !important;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
}

.modal-body-account {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2.5em;
    padding: 2em;
}

.form-group-account {
    gap: 1em;
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.container-order-account {
    display: grid !important;
    grid-template-areas: "orderData orderButton";
    padding: 1em 0em !important;
    align-items: end;
    justify-content: space-between;
    background: white;
    width: 100%;
}

.container-data-order-account {
    grid-area: orderData;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
}

.container-button-order-account {
    grid-area: orderButton;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    align-items: stretch;
    padding: 1rem;
}
.container-heading-order-account {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-transform: uppercase;
}

.container-images-order-account {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.container-all-orders-account {
    display: flex;
    flex-direction: column;
    padding: 4em 10em;
    width: 100%;
    align-items: stretch;
}

.heading-order-account {
    filter: drop-shadow(0.5px 0.5px 0.5px #040404);
    font-weight: 700;
    font-size: 1.3em !important;
    margin-bottom: 40px;
}
.container-all-orders-account {
    display: flex;
    flex-direction: column;
    padding: 4em 10em;
    width: 100%;
    align-items: stretch;
    gap:3em;
}
.icon-resume-data {
    display: none !important;
    cursor: pointer;
}
.heading-resume-account {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
    justify-content: center;
}
.form-data-checkout {
    border-color: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
@media screen and (max-width: 961px)  {
    .container-tabpane {
        align-items: center;
    }
    .nav-tabs-account {
        display: none !important;
    }
    .icon-resume-data {
        display: block !important;
    }
    .container-tab-pane-account {
        grid-template-areas:
            "navAccount"
            "containerAccount";
        padding: 0em !important;
        grid-template-columns: max-content;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    .container-all-orders-account {
        padding: 4em 2em;
    }
    .container-order-account {
        grid-template-areas: "orderData"
                             "orderButton";
        padding: 1em !important;
    }
    .carousel-footer-container-panel{
        margin-bottom: 71px;
    }
    .detail-item-pagano {
        grid-template-areas: "imagenItem"
                             "dataItem";
    }
    .pnl-footer-tnail-item {
        width: 100%;
        font-size: 16px;
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }
    .container-stock-product {
        grid-template-columns: 1fr;
        grid-template-areas:
        "errorStock"
        "productStock"
        "remove";
        gap: 6px;
        align-items: end;
        width: 96%;
    }
    .view-item-check-stock{
        grid-area: productStock;
        align-content: center;
        grid-template-columns: 1fr;
        grid-template-areas:
        "image"
        "data";
        grid-template-rows: none;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
    }
    .flex-sustitute{
        margin: 0px;
        width: 100vw;
    }

    .dockPanel {
        display: grid;
        grid-template-areas: "header"
                             "carouselPage"
                             "leftColumn"
                             "detailPage"
                             "rightColumn";

    }
    .container-promo-detail-pp{
        border-radius: 1em;
        overflow: hidden;
        box-shadow: 0px 0px 4px #959090;
        background: #fff;
        display: grid;
        grid-template-areas:
        "descriptionPromo"
        "productsPromo"
        "totalPromo"
        "alertPP";
        grid-template-rows: .8fr auto.6fr;
        grid-template-columns: none;
    }
}


.button-primary-order {
    position: relative;
    text-decoration: none;
    text-align: center;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    background: none;
    white-space: normal;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    height: 40px;
    background-size: 200% 200%;
    color: white;
    font-weight: bold;
    background: #040404;
    border-radius: 0px !important;
    /*transition: all 0.09s ease-in;*/
    transition: all 0.2s ease-in;
    font-size: clamp(1rem, 1vw, 1.2rem);
}
.button-primary-order:hover:not(.btn-transition) {
    color: #ffffff;
    background-position: 0 100%;
    opacity:.8;
    transform:translateY(-1px);
}
.button-primary-order:active{
    transform: translateY(1px);
}
.button-primary-order:disabled{
    opacity:0;
    background-image: linear-gradient(to top, #040404 51%, transparent 50%);
    background-position: 0 100%;
}

.container-item-order-detail {
    box-shadow: rgb(70 70 70 / 42%) -1px 4px 6px 0px;
    display: flex !important;
    overflow: hidden;
    padding: 1em;
    flex-direction: column;
    align-items: center;
}

.container-items-order-detail {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit,minmax(356px,298px));
    padding: 0px 16px;
    justify-content: center;
    width: 100%;
}

.container-order-detail {
    display: flex;
    flex-wrap: nowrap;
    padding: 1em 3em;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1em;
    align-items: flex-start;
}

.container-total-orde-detail {
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    padding: 2em 2em;
    border-bottom: 2px solid #ebebeb;
    text-align: left;
}

.container-item-order-return {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    box-shadow: 0px 1px 4px 3px #ebebeb;
    border-radius: 3px;
    padding: 1em 0em 0em 1em;
    scale: .9;
}

.container-items-order-return {
    display: flex;
    border-bottom: 2px solid #ebebeb;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0.5em 0em;
}

.container-order-return {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1em 4em;
    scale: .9;
    border-top: 2px solid #f2efef;
    border-bottom: 2px solid #f2efef;
}

.row-item-return {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.container-return {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.container-flex-return {
    gap: 1em;
    display: flex;
    flex-direction: column;
    padding: 1em 0em;
    align-items: flex-start;
}

.heading-return {
    font-weight: bolder;
    font-size: 1.5em;
    font-family: 'AdineuePRO-Black';
}

.container-header-return {
    padding: 1em;
    box-shadow: 0px 3px 0px 0px #e2dada;
}

.container-button-return {
    width: 100%;
    display: flex;
    justify-content: center;
}

.container-flex-types-return {
    gap: 1em;
    display: flex;
    flex-direction: row;
    padding: 1em 0em;
    justify-content: space-evenly;
}

.container-regret {
    display: flex;
    gap: 1em;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 0em 2em;
}

.container-center {
    display: flex;
    justify-content: center;
    width: 100%;
}



/* CSS */
.button-secondary {
    scale: .7;
    align-items: center;
    appearance: none;
    background-color: #1e7cef;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    color: #f4f4f4;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    font-weight: bold;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
}

.button-secondary:focus {
    box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-secondary:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
    background-color:#1e7cef;
}

.button-secondary:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
}

.container {
    display: inline-flex;
    justify-content: center;
}
.rating:not(:checked) > input {
    position: absolute;
    appearance: none;
}

.rating:not(:checked) > label {
    float: right;
    cursor: pointer;
    font-size: 50px;
    color: #666;
}

.rating:not(:checked) > label:before {
    content: '★';
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #e58e09;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #ff9e0b;
}

.rating > input:checked ~ label {
    color: #ffa723;
}

.container-opinion {
    display: grid;
    grid-template-areas: "image data";
    grid-template-columns: 1fr 1.5fr;
    gap: 1em;
    width: 100%;
    height: 100%;
    padding: 4em;
    align-items: center;
}

.container-image-opinion {
    grid-area: image;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-data-opinion {
    grid-area: data;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.container-flex-left {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
}

.title-opinion {
    font-weight: bold;
    font-family: 'AdineuePRO-Black';
    font-size: 2.3em;
}

.subtitle-opinion {
    font-weight: bold;
    font-size: 1.6em;
    color: #535050;
}

:root {
    --button-background: dodgerblue;
    --button-color: white;

    --dropdown-highlight: dodgerblue;
    --dropdown-width: 100px;
    --dropdown-background: white;
    --dropdown-color: black;
}


/* Boring button styles */
.dropdown-order-opinion {
    display: inline-block !important;
    padding: 5px 10px !important;
    border-radius: 50em !important;
    box-sizing: border-box;
    border: none !important;
    background: rgba(65,137,230,.15);
    color: #3483fa;
    font-size: 1em !important;
    font-weight: bold !important;
    cursor: pointer !important;
}

a.button:active {
    filter: brightness(75%);
}

.btn-group summary {
    list-style: none;
    list-style-type: none;
}

.btn-group > summary::-webkit-details-marker {
    display: none;
}

.btn-group summary:focus {
    outline: none;
}

.btn-group summary:focus a.button {
    border: 2px solid white;
}

.btn-group summary:focus {
    outline: none;
}

.btn-group ul {
    position: absolute;
    padding: 5px 0;
    width: var(--dropdown-width);
    left: 50%;
    box-sizing: border-box;
    font-size: 1em;
    font-size: small !important;
    z-index: 2;
    background: var(--dropdown-background);
    border-radius: 6px;
    list-style: none;
    border: 1px solid #eeeeee;
    box-shadow: 1px 2px 3px 0px gray;
}

.btn-group ul li {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.btn-group ul li a:link, .btn-group ul li a:visited {
    display: inline-block;
    box-sizing: border-box;

    color: var(--dropdown-color);
    text-decoration: none;
}

.btn-group ul li a:hover {
    color:#3483fa;
    font-weight:bold;
    cursor:pointer;
}

/* Dropdown triangle */
.btn-group ul::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    left: 10%;
    margin-left: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--dropdown-background) transparent;
}

.container-opinion-view{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: .7em;
    box-shadow: 0px 0px 9px 2px #efefef;
    padding: 0.5em 1em;
    width: 94%;
    border-bottom-style: outset;
    height: auto;
}

.container-rating-star {
    display: flex;
    gap: 0.3em;
    font-size:large;
}

.container-button-date {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
}

.message-opinion {
    font-size:1.1em ;
}

.container-flex-column {
    display: flex;
    gap: 1em;
    flex-direction: column;
    width: 100%;
}
.label-opinion {
    outline: none;
    user-select: none;
    color: #337ab7;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.04rem;
    padding: 1rem;
    cursor: pointer;
    border-radius: 0.4rem;
    background: #fff;
    display: flex;
    position: relative;
    gap: 0.5em;
    overflow: hidden;
    height: 2.5em;
    box-shadow: 0 3px 0 0 #337ab7;
}
.label-opinion:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    border-radius: 1rem;
    transition: transform .6s ease-in-out;
    mix-blend-mode: difference;
    background:  radial-gradient(
            circle , #4b4b4ba8 0%, rgb(0 0 0) 50%,#08090a 100%);
}
.label-opinion:active {
    top: 3px;
    box-shadow: none;
    border-radius: .4rem;
}
.label-opinion-dislike {
    outline: none;
    user-select: none;
    color: #f24444;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.04rem;
    padding: 1rem;
    cursor: pointer;
    border-radius: .4rem;
    background: #fff;
    position: relative;
    overflow: hidden;

    height: 2.5em;

    box-shadow: 0 3px 0 0 #f24444;
}
.label-opinion-dislike:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    border-radius: 1rem;
    transition: transform .6s ease-in-out;
    mix-blend-mode: difference;
    background:  radial-gradient(
            circle , #06121d 0%, #2a5a83 50%,#e33535 100%);
}
.label-opinion-dislike:active {
    top: 3px;
    box-shadow: none;
}


.label-opinion.active, .label-opinion:active, .open>.dropdown-toggle.label-opinion {
    color: #333;
    background-color: #337ab7;
    border-color: #adadad;
}
.label-opinion.active, .label-opinion:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgb(59 213 79 / 88%);
}

.label-opinion-dislike.active, .label-opinion-dislike:active, .open>.dropdown-toggle.label-opinion-dislike {
    color: #333;
    background-color: #f24444;
    border-color: #adadad;
}
.label-opinion-dislike.active, .label-opinion-dislike:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgb(59 213 79 / 88%);
}

.label-regreat {
    width: 100%;
    display: flex !important;
    padding: 2em;
    justify-content: center;
    font-size: 1em;
    color: white;
    font-weight: 600;
}
.label-regreat {
    width: 100%;
    display: flex !important;
    padding: 2em;
    justify-content: center;
    font-size: 1em;
    color: white;
    font-weight: 600;
    animation:fadeIn 1s;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.container-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.container-newsletter-web {
    position: sticky;
    z-index: 510;
    bottom: -5px;
}
.newsletter-native{
    box-shadow: inset 0px 9px 16px 1px #e1e0e0;
    background-color: #efefef;
    padding: 2em;

}

.container-data-user{
    box-shadow: 0px 0px 3px 0px #f9f7f7;
    background: #f9f7f7;
    margin: 0.5em;
    border-radius: 6px;
}

.help-block-cart {
    z-index: 1000;
    background-color: transparent !important;
    border-radius: 0.5em;
    font-weight: bold;
    padding: 0.2em !important;
}

.account-mobile{
    display:none;
}

@media screen and (max-width: 400px)  {
    .dropdown-order-opinion{
        scale: .7;
    }
}

.container-check-quantity {
    grid-template-areas:
        "detail";
    grid-template-columns: 1fr;
    padding: 2rem;
    margin:2rem;
}

.container-filters-b2b {
    display: flex;
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}
@media screen and (max-width: 769px)  {
    .container-filters-b2b {
        display: flex;
        gap: 0px;
        flex-direction:column;
        align-items: center;
    }
    .pnl-footer-tnail-item {
        width: 100%;
        font-size: 16px;
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }
    .container-stock-product {
        grid-template-columns: 1fr;
        grid-template-areas:
        "errorStock"
        "productStock"
        "remove";
        gap: 6px;
        align-items: end;
        width: 96%;
    }
    .view-item-check-stock{
        grid-area: productStock;
        align-content: center;
        grid-template-columns: 1fr;
        grid-template-areas:
        "image"
        "data";
        grid-template-rows: none;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
    }
    .flex-sustitute{
        margin: 0px;
        width: 100vw;
    }

    .dockPanel {
        display: grid;
        grid-template-areas: "header"
                             "carouselPage"
                             "leftColumn"
                             "detailPage"
                             "rightColumn";

    }
    .container-opinion {
        grid-template-areas: "image"
                             "data";
        grid-template-columns: none;
        padding: 1em;
    }
    .container-flex-left{
        justify-content: center;
    }
    .account-mobile{
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
}

.button-variant {
    border-radius: 4px !important;
    width:30px;
    height:30px;
}

.button-variant.active{
    border: 2px solid black !important;
    transform: scale(1.1) !important;
}

.container-variants {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .5em;
}
.button-variant:hover{
    border: 2px solid #3b66e4 !important;
}

.button-variant > i{
    display:none;
}

.button-variant-html {
    padding: 0px !important;
}

.label-typeRestriction {
    margin: 0;
    font-size: 17px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight: bold;
    cursor: default;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.data-typeRestriction {
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin: 0;
    font-size: 13px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: gray;
    cursor: default;
}

.button-detail-typeR {
    border-radius: 0.9em;
    padding: 0.8em 1.2em 0.8em 1em;
    transition: all ease-in-out 0.2s;
    font-size: 16px;
    font-weight: bold;
}

.button-detail-typeR span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
}
.button-detail-typeR[type~="info"] {
    border: 2px solid #24b4fb;
    background-color: #24b4fb;
}

.button-detail-typeR[type="select"] {
    border: 2px solid #7cdb75;
    background-color: #7cdb75;
}

.button-detail-typeR[type|="remove"] {
    border: 2px solid #d9534f;
    background-color: #d9534f;
}

.button-detail-typeR[type~="info"]:hover {
    background-color: #0071e2;
}

.button-detail-typeR[type="select"]:hover {
    background-color: #63a35e;
}


.button-detail-typeR[type|="remove"]:hover {
    background-color: #9f3d3a;
}
.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;

    .card-typeRestriction {
        flex: 0 0 auto;
    }
;
    width: 100%;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] { -moz-appearance:textfield; }

.container-flex-column-form {
    display: flex;
    gap: 1em;
    flex-direction: column;
    width: 100%;
    padding: 1.5rem;
    background-color: white;
    gap: 1.5rem;
    margin: 1rem;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 1px rgb(242 242 242);
}

.heading-af-account {
    filter: drop-shadow(0.5px 0.5px 0.5px #040404);
    font-weight: 700;
    font-size: xx-large;
}

.container-af-account {
    display: grid !important;
    grid-template-areas: "orderData orderButton";
    padding: 1em 0em !important;
    align-items: end;
    justify-content: center;
    background: white;
    width: 100%;
    box-shadow: 1px 2px 3px 4px #f7f7f7;
    border-radius: 8px;
}

.tnail-item-html {
    grid-template-rows:1fr !important;
}

.input-af {
    top: -9px;
    box-shadow: 0 0px 0px 0 #00000033 !important;
    position: relative;
    background-color: transparent !important;
    left: -11px;
}

.container-load-excels {
    width: 100% !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap:4rem;
}

.container-create-excels {
    justify-content: center;
    box-shadow: 0px 0px 8px 3px #e4dfdf;
    background-color: white;
    border-radius: 5px;
    width: 80%;
    align-items: center;
    gap: 2rem;
}

.container-widget-param {
    padding: 0.5rem;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
}

.label-param {
    font-size: 14px;
    margin: 5px;
    text-align: left;
    color: #A31A24;
}

.container-param {
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
    color: #A31A24;
}

.checkbox-user {
    color: #7e7e7e !important;
    font-weight: bold;
    left: 2px;
    top: -12px;
}

.button-wrapper {
    display: inline-block;
    text-align: center;
    margin: 30px;
    width: 120px;
    flex-grow: 1;
}
.center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-label {
    display: block;
    margin-top: 5px;
    font-size: 15px;
    text-align: center;
    white-space: normal;
    font-weight: bold;
    color: #1A1A1A;
}

.font-large{
    font-size: 23px;
}

.header-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.container-btn-volver {
    width: 100%;
    display: flex;
    justify-content: left;
}

.line-bottom {
    align-items: center;
    border: none;
    border-bottom: 2px solid #cccccc !important;
    margin-top: 10px;
    width: 100%;
    padding-bottom: 1rem;
}

/*.com-google-gwt-user-client-ui-NativeVerticalScrollbar-UiStyle-viewport{*/
/*    width: 0px !important;*/
/*}*/
/*.com-google-gwt-user-client-ui-NativeHorizontalScrollbar-Style-nativeHorizontalScrollbar{*/
/*    width: 0px !important;*/
/*}*/

.container-result-errors {
    position: relative;
    left: -11px;
    width: 101%;
    margin: 1rem;
}

.field-set-changePassword {
    display: flex;
    flex-direction: column;
}

.form-changePassword {
    padding: 2rem 3rem;
    display: flex;
    justify-content: center;
}

.button-viewPassword {
    width: 1%;
    background-color: transparent;
    border: 0px;
}

.container-changePassword {
    background-color: white;
    padding: 2rem;
    border-radius: 9px;
    box-shadow: 1px 1px 8px 0px #acacac;
    width: fit-content;
    margin: 2rem;
}

.user-label-select {
    position: absolute !important;
    left: 15px !important;
    font-weight: bold;
    font-size: 1.2rem;
    pointer-events: none !important;
    transition: 149ms cubic-bezier(0.4,0,0.2,1) !important;
    transform: translateY(-79%) translateX(-24%) scale(0.8) !important;
    background-color: #f9f9f900 !important;
    border-radius: .5em;
    width: 88%;
    padding: 0.6rem 0em !important;
    color: #3a3a3a !important;
}
.bootstrap-select.btn-group .dropdown-menu.inner{
     width:auto;
 }

.container-filter-juntas {
    display: flex;
    flex-direction: column;
    width: 85% !important;
    align-items: stretch;
}

.button-secondary-danger {
    scale: .7;
    align-items: center;
    appearance: none;
    background-color: #d22525;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    color: #f4f4f4;
    cursor: pointer;
    display: inline-flex
;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    font-weight: bold;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
}
.carousel-indicators{
    width: initial !important;
}

.heading-offers {

}

.separator-vismaConnect {
    color: rgb(102, 102, 102);
    font-weight: bold;
    position: relative;
    top: -18px;
    background-color: white;
    width: 33px;
    height: 19px;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.linear-separator-VC {
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(to right, rgba(222, 220, 220, 0), #dcdcdc, rgba(220, 220, 220, 0));
    height: 1px;
}

/* Estilos para el widget de versión minimalista */
.version-info-minimal {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 10px;
    color: #888;
    background: rgba(255, 255, 255, 0.9);
    padding: 3px 6px;
    border-radius: 2px;
    cursor: help;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.15s ease;
    z-index: 1000;
    user-select: none;
    line-height: 1;
}

.version-info-minimal:hover {
    background: rgba(255, 255, 255, 1);
    color: #555;
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}