::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.legend-current-balance,
.legend-current-quota {
    display: inline-flex;
    margin-top: 15px;
    text-align: center;
    /*z-index: 99;*/
    position: absolute;
    min-width: 105px;
}

.encabezado-saldos-cupos .section-general-info .content-payment .btn-payment.no-payment,
.header-new-orders {
    grid-template-columns: repeat(1, 1fr)
}

:root {
    --color-primary-carmel: #D8AB94;
    --color-primary-pcfk: #7C786D;
    --color-primary-loguin: #000000;
    --color-primary-ybna: #DED2BF;
    --color-primary-real: #F4EA70;
    --color-primary-casalma: #376251;
    --color-primary-zoi: #F8C27F;
    --color-text-carmel: var(--color-primary-carmel);
    --color-text-pcfk: var(--color-primary-pcfk);
    --color-text-loguin: var(--color-primary-loguin);
    --color-text-ybna: #575756;
    --color-text-real: black;
    --color-text-casalma: var(--color-primary-casalma);
    --color-text-zoi: var(--color-primary-zoi);

    --color-cami__mark: black;
}


/* webkit-scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    cursor: pointer
}

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

::-webkit-scrollbar-thumb {
    background: var(--gray);
    border-radius: 12px;
    cursor: pointer
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gray);
}

::-webkit-resizer {
    display: none;
}

.encabezado-saldos-cupos {
    max-width: 840px;
    width: 100%;
}

.encabezado-saldos-cupos .content-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.encabezado-saldos-cupos .content-images img {
    padding: 5px 10px;
    max-height: 20px
}

.encabezado-saldos-cupos .content-images img:not(:last-child) {
    border-right: 1px solid #959595
}

.encabezado-saldos-cupos .section-header.border-left {
    border-left: 1px solid #ebedf2 !important;
    margin-bottom: 15px
}

.encabezado-saldos-cupos .nav-marks {
    display: grid;
    text-align: center
}

.encabezado-saldos-cupos .item-mark {
    border: 1px solid #cdcdcd;
    background: #ebedf2;
    cursor: pointer;
    display: grid;
    place-content: center;
}

.encabezado-saldos-cupos .item-mark img {
    max-width: 100%
}

.encabezado-saldos-cupos .item-mark.active,
.encabezado-saldos-cupos .item-mark:hover {
    background: #fff;
    border-bottom: 0
}

.encabezado-saldos-cupos .section-general-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.encabezado-saldos-cupos .section-general-info .content-payment .btn-payment {
    display: inline-block;
    text-align: center;
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    transition: .1s;
    min-width: 155px;
}

.encabezado-saldos-cupos .section-general-info .content-payment .btn-payment__btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: -38px;
    cursor: pointer;
    align-items: center
}

.encabezado-saldos-cupos .section-general-info .content-payment .btn-payment__btn>div:first-child {
    z-index: 1
}

.encabezado-saldos-cupos .section-general-info .content-payment .btn-payment__btn img {
    width: 50px
}

.encabezado-saldos-cupos .section-general-info .content-payment .btn-payment__btn .__text {
    background: #c4c5d6;
    padding: 5px 15px 5px 20px;
    margin-left: -15px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px
}


.collapse_trackingorderstatus[aria-expanded=false] .toggle-text,
.collapse_trackingorderstatus[aria-expanded=true] span:not(.toggle-text),
.encabezado-saldos-cupos .section-general-info .content-payment .btn-payment.no-payment .btn-payment__btn,
.encabezado-saldos-cupos .section-general-info .content-payment .btn-payment.no-payment small,
.marks-mobile-toggle button.active span:first-child,
.marks-mobile-toggle button:not(.active) span:nth-child(2),
.progress .progress-multiple,
.progress.multiple .progress-total,
.progress:hover .progress-total {
    display: none;
}

.encabezado-saldos-cupos .section-general-info .content-payment .btn-payment.no-payment .btn-payment__text {
    text-align: center;
    border-right: none
}

.encabezado-saldos-cupos .section-progress-bar .progress-info {
    margin-bottom: 50px
}

.encabezado-saldos-cupos .section-progress-bar .progress {
    border-radius: 20px;
    padding: 7px;
    height: 2.5rem;
    box-shadow: 2px 5px 4px 3px #afafaf, inset 1px 2px 5px -3px;
    outline: #f9f9f9 solid 7px
}

.encabezado-saldos-cupos .section-progress-bar .progress .progress-bar {
    border-radius: 20px
}

.legend-current-balance {
    left: calc(var(--with-balance) - 60px);
    flex-direction: column;
    align-items: center;
    max-width: 100px;
}

.legend-current-quota {
    left: calc(100% - 60px);
    flex-direction: column;
    align-items: center
}

.progress {
    cursor: pointer
}

.progress .progress-total,
.progress.multiple .progress-multiple,
.progress:hover .progress-multiple {
    display: block
}

.progress .progress-bar {
    position: relative;
    background: var(--progress-color);
    padding-top: 2px;
    box-shadow: 2px 2px 5px -4px #000;
    padding-left: 2%
}

.new-orders .progress .progress-bar {
    padding: 0
}

.encabezado-saldos-cupos .section-progress-bar .progress .progress-bar.progress-multiple {
    border-radius: 0
}

.encabezado-saldos-cupos .section-progress-bar .progress .progress-bar.progress-multiple:nth-child(2) {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.encabezado-saldos-cupos .section-progress-bar .progress .progress-bar.progress-multiple:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.progress .progress-bar.progress-multiple:not(:last-child):after {
    content: " ";
    width: 15px;
    height: 100%;
    background: var(--progress-color);
    position: absolute;
    right: -15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 20px;
    z-index: 1;
    margin-top: -2px !important
}

.popover {
    padding: 10px;
    border-radius: 15px !important
}

.marks-mobile-toggle button {
    border-radius: 10px;
    color: var(--color-btn-info-marks) !important;
    border-color: var(--color-btn-info-marks) !important;
    padding: 9px 20px 8px
}

.section-info-marks-mobile .content-data-values {
    margin: 10px 0;
    padding: 10px;
    text-align: center !important;
    border: 2px solid #e8e8e8;
    background: #f8f8f8;
    border-radius: 15px
}

.section-info-marks-mobile .content-data-values .data-header {
    display: grid;
    align-items: center;
    gap: 5px;
    background: #fff;
    border: 2px solid #e8e8e8;
    padding: 10px;
    border-radius: 15px;
    grid-template-columns: repeat(2, 1fr)
}

.section-info-marks-mobile .content-data-values .progress,
.section-info-marks-mobile .content-data-values .progress-bar {
    border-radius: 20px;
    height: 10px
}

.section-info-marks-mobile .data-by-mark .col-12.text-right {
    font-size: 10px
}

.section-info-marks-mobile .data-by-mark>div:last-child {
    border-bottom: none !important;
}

.header-new-orders {
    display: grid
}

.content-sidebar-items a {
    font-size: smaller;
    color: #838383;
    text-decoration: none
}

.changeBrand .showPreloader img {
    max-width: 140px
}

.changeBrand .showPreloader[data-marca="YBNA"] img {
    max-height: 50px;
}

.content_change__brand {
    margin-left: -160px !important
}

.content_change__brand .m-dropdown__body,
.content_change__brand .m-dropdown__inner {
    border-radius: 15px !important;
    display: inline-block;
    background: #f8f8f8
}

.content_change__brand ul li {
    padding: 10px 0
}

.changeBrand li:not(:last-child) {
    border-bottom: 1px solid #ebedf1 !important
}

.content_change__brand .m-dropdown__arrow--right:before {
    display: none
}

.content-info-saldos span {
    display: none;
}

.content-info-saldos:not(.active) span:not(.has-saldo),
.content-info-saldos.active span.has-saldo {
    display: block;
}

.header-new-orders .content-info-saldos.saldo-movile-ld:not(.d-none)+.content-info-saldos {
    display: none !important;
}

@media (max-width: 576px) {
    .encabezado-saldos-cupos .section-header .border-left {
        border-left: none !important
    }

    .encabezado-saldos-cupos .section-header h3,
    .encabezado-saldos-cupos .section-header h4 {
        font-size: 1.4rem
    }

    .encabezado-saldos-cupos .section-general-info {
        grid-template-columns: repeat(1, 1fr)
    }

    .encabezado-saldos-cupos .section-general-info .title {
        justify-content: center
    }

    .encabezado-saldos-cupos .section-general-info .content-payment {
        grid-row: 3;
        margin-top: 10px
    }

    .encabezado-saldos-cupos .section-general-info .content-payment .btn-payment {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        padding: 0;
        border: 0;
        margin-top: 10px
    }

    .encabezado-saldos-cupos .section-general-info .content-payment .btn-payment .btn-payment__text {
        text-align: end;
        border-right: 1px solid #c4c5d6;
        padding-right: 10px
    }

    .encabezado-saldos-cupos .section-progress-bar .progress {
        padding: 6px;
        height: 1.8rem
    }

    .encabezado-saldos-cupos .section-progress-bar .progress .progress-bar span,
    .encabezado-saldos-cupos .section-progress-bar .progress-info {
        display: none
    }

    .header-new-orders .content-tracking {
        grid-row: 1
    }

    .progress .progress-bar.progress-multiple:not(:last-child):after {
        display: none;
    }
}

#m_header {
    z-index: 100
}

.encabezado-saldos-cupos .content-images img[alt="ybna"],
.encabezado-saldos-cupos .item-mark img[alt="ybna"],
.changeBrand li a[data-marca="YBNA"] img {
    filter: brightness(0);
}

a.btn_link {
    font-weight: bold;
    font-size: 15px !important;
}


.cami__content .cami__icon-action {
    position: fixed;
    right: 30px;
    bottom: 25px;
    background: white;
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
    padding: 6px;
    border: 4px solid var(--color-cami__mark) !important;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.cami__content .cami__icon-action::before {
    content: '¿Tienes dudas?';
    position: absolute;
    bottom: -25px;
    width: 120px;
    text-align: center;
    font-weight: bold;
}

.cami__content .cami__icon-action__svg {
    width: 100%;
}

.cami__content .cami__icon-action__svg path {
    color: var(--color-cami__mark);
}

.cami__content .cami__content__channels {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000d9;
    z-index: 999;
    display: none;
}

.cami__icon-action {
    transition: all .5s ease;
}

.cami__content input[name="cami__show-canales-cami"]:checked+.cami__icon-action {
    display: none;
}

.cami__content input[name="cami__show-canales-cami"]:checked+.cami__icon-action+.cami__content__channels {
    display: block;
}

.cami__content .cami__content__channels .cami__icon-action {
    background: var(--color-cami__mark);
}

.cami__content .cami__content__channels .cami__icon-action .cami__icon-action__svg {
    color: white;
    fill: white;
}

.cami__content__channels .cami__icon-action {
    z-index: 20;
}

.cami__content__channels-items {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: white;
    width: 60px;
    z-index: 15;
    border-radius: 30px !important;
    padding-bottom: 70px;
}

.cami__content__channels-items .cami__content__channels__item {
    padding: 5px 10px;
    cursor: pointer;
}

.cami__content__channels-items .cami__content__channels__item:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}


.cami__content__channels-items span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cami__content__channels-items span label {
    position: absolute;
    right: 75px;
    color: white;
    font-size: 1.8rem;
    min-width: 200px;
    text-align: right;
}

.cami__content .cami__content__channels-items svg {
    width: 100%;
}

#chat-bots-webchat-container {
    right: 300px !important;
}

.datepicker-dropdown {
    z-index: 999 !important;
}

.select2-search__field {
    max-width: 200px !important;
}

.select2-results__option[aria-disabled="true"] {
    display: none;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #9d9b9b !important;
    cursor: no-drop !important;
}

.encabezado-saldos-cupos .content-images img[alt="ybna"] {
    padding: 2px;
}


/**
 * CSS TRACKING
 */
#collapse_trackingorderstatus {
    position: relative
}

.content-tracking button {
    position: sticky;
    z-index: 10
}

#container-item-tracking {
    display: flex;
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
    padding-top: 250px;
    margin-top: -250px !important;
}

.item-tracking {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 150px;
}

#container-item-tracking .item-tracking .item-tracking--icon i {
    color: #D8D8D8;
    border-radius: 100%;
    background-color: #D8D8D8;
    padding: 0.8rem;
    font-size: 18px !important;
    outline: 8px solid #d8d8d833;
    margin: 15px 0px;
    height: 40px;
    width: 40px;
    text-align: center;
}

#container-item-tracking .item-tracking .item-tracking--text {
    color: #D8D8D8;
}

#container-item-tracking .item-tracking.active .item-tracking--icon i {
    background: #55BC75;
    color: white;
    outline-color: #55bc7533;
}

#container-item-tracking .item-tracking.active .item-tracking--text {
    color: black;
}

#container-item-tracking .item-tracking .item-tracking--popover {
    display: none;
}

.encabezado-saldos-cupos .item-mark img[alt="pcfk"] {
    max-height: 30px;
}

.encabezado-saldos-cupos .content-images img[alt="pcfk"],
.encabezado-saldos-cupos .content-images img[alt="ybna"] {
    padding: 2px;
}

.link-bold>li>a {
    display: flex;
    justify-content: start;
    color: black;
    font-size: 35px;
}

.header-brands {
    display: flex !important;
    justify-content: space-between;
    align-items: center
}

.header-brands .encabezado-saldos-cupos {
    max-width: 70%;
    height: 85%
}

.header-brands .nav-marks {
    height: 100%
}

.header-brands .item-mark {
    border: 0;
    padding: 20px;
    max-width: 170px;
    max-height: 70px;
}

.header-brands .item-mark:not(:first-child) {
    border-left: 1px solid #cdcdcd;
}

.shadow-navbar {
    -webkit-box-shadow: 0px 6px 10px -4px rgba(122, 122, 122, 1);
    -moz-box-shadow: 0px 6px 10px -4px rgba(122, 122, 122, 1);
    box-shadow: 0px 6px 10px -4px rgba(122, 122, 122, 1);
}

.m-stack {
    height: 69px !important;
}

header#m_header,
header div.m-brand.m-brand--skin-dark,
.m-page--boxed header.m-header .m-header-head {
    background: #ebecf4 none no-repeat scroll 0 0;
}

.menu-icon-calendar .m-nav__link-icon {
    width: 20px !important;
    color: black !important;
}

.menu-icon-logout .m-nav__link-icon {
    width: 24px !important;
    color: black !important;
}


.m-stack__item.m-brand {
    background: #FFF;
}

@media (min-width: 1024px) {
    .m-stack__item.m-brand {
        max-width: 216px;
    }
}

.content-logo-casalma {
    background: var(--color-primary-casalma) !important;
}

.content-logo-ybna {
    background: #fff !important;
}

.content-logo-pcfk {
    background: #CECAC7 !important;
}

.m-stack__item.m-brand {
    position: relative;
    box-shadow: 0px 6px 10px -4px rgba(122, 122, 122, 1);
}

.encabezado-saldos-cupos .changeBrand li {
    border: none !important;
}

.m-brand__logo-wrapper {
    width: 170px;
    text-align: center;
}

.m-brand__logo-wrapper img {
    max-width: 100%;
    max-height: 50px;
}


@media (max-width: 576px) {
    .header-brands {
        display: none !important;
    }

    .m-brand {
        height: auto !important;
    }

    .m-stack__item.m-brand {
        box-shadow: none;
        background: #EBECF4 !important;
    }

    /**
     * Diseños de estilos para nuevo menu responsive.
     */

    .m-stack__item.m-brand svg {
        fill: black;
    }

    .content-logo-and-icon {
        background: #FFF;
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin: 10px;
        padding: 10px;
        box-shadow: 0px 6px 10px -4px rgba(122, 122, 122, 1);
    }

    .m-dropdown__wrapper.content_change__brand .m-dropdown__arrow.m-dropdown__arrow--right {
        display: none;
    }

    .content_change__brand .m-dropdown__body {
        background: #eaecf0;
        border-radius: 0px !important;
        border: 1px solid #868686;
    }

    .m-dropdown.m-dropdown--align-center .m-dropdown__wrapper {
        left: -100%;
        width: 100%
    }

    .m-dropdown .m-dropdown__wrapper .m-dropdown__body {
        padding: 0px;
    }

    .content-logo-and-icon .changeBrand li:not(:last-child) {
        border-bottom: 1px solid #868686 !important;
    }

    .content_change__brand ul li {
        padding: 15px 30px;
    }

}

@media (min-width: 576px) {
    .chevron-down-menu {
        display: none !important;
    }

    .content-logo-header {
        justify-content: center !important;
    }
}

.controller.Banner {
    transition: 1s;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 8px;
}

.controller.Banner button {
    height: 100%;
    width: 50px;
    font-size: 4rem;
    color: #005885;
    border: none;
    background-color: transparent;
    text-shadow: 2px 0px 3px white;
}

.controller.Banner button img {
    width: 45px;
}

.carousel-indicators {
    width: max-content;
    margin: auto;
    bottom: 15px;
}

.carousel-indicators li {
    margin: 0px 5px;
    width: 12px;
    height: 12px;
    border-radius: 50% !important;
    border: 2px solid black;
    background-color: white;
    box-shadow: 1px 1px 3px #5a5a5a;
}

.carousel-indicators li.active {
    background-color: black;
}

.img-clasificacion {
    position: absolute;
    left: 50%;
    transform: translate(-55%, -59%);
    width: 45%;
}

.card-clasificacion {
    font-family: Poppins;
    display: flex;
    align-items: center;
    border: solid 1px gray;
    width: 75%;
    margin: 0 auto;
    min-height: 35%;
    background-color: #FCFAFA;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);

    & .separador {
        border-right: solid 1.5px #E9E9E9;
        line-height: 1px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;
    }
}
/* info fecha limite pedido */
.info-campaign {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; /* Espacio entre los elementos */
}

.btn-campana {
    background-color: #145556;
    padding: 5px 20px;
    border-radius: 20px;
    display: inline-block;
}

.text-campana {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}
.fecha-limite{
    font-size: 10px;
    line-height: 5px;
    font-family: 'Inter', sans-serif;
}
.info-ingreso-pedido {
    font-family: 'Inter', sans-serif;
    background-color: #FFDF89;
    color: #145556;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    padding: 2px 30px;
    text-align: center;
    display: inline-block;
}

@media (max-width: 576px) {
    .card-clasificacion {
        width: 84%;
        min-height: 45%;
    }
}

.pw-datatables table th {
    font-size: 11px !important;
    font-weight: bold;
}
.pw-datatables table td {
    font-size: 13px !important;
}

.cami-fixed-link {
    position: fixed;
    bottom: 60px;
    right: 10px;
    width: 10vw;
    max-width: 100px;
    z-index: 1000;
}

.cami-fixed-link img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.cami-fixed-link:hover img {
    opacity: 0.8;
}
@media (max-width: 768px) {
    .cami-fixed-link {
        width: 18%;
        max-width: none;
        bottom: 15px;
        right: 15px;
    }
}

.fz-10 { font-size: 10px; }
.fz-11 { font-size: 11px; }
.fz-12 { font-size: 12px; }
.fz-13 { font-size: 13px; }
.fz-14 { font-size: 14px; }
.fz-15 { font-size: 15px; }
.fz-16 { font-size: 16px; }
.fz-18 { font-size: 18px; }
.fz-19 { font-size: 19px; }
.fz-20 { font-size: 20px; }

.d-grid { display: grid}
.font-bold { font-weight: bold;}

/** CSS: CUSTOM-CAROUSEL **/
.custom-carousel { font-family: 'Poppins'; order: 1 }
.custom-carousel .carousel-indicators { position: initial; padding: 8px 0; }
.custom-carousel .carousel-indicators li.active { background-color: #264F5C; }
.custom-carousel .carousel-indicators li { border: 1px solid #264F5C; width: 10px; height: 10px; }
.custom-carousel .carousel-control-prev, .carousel-control-next { opacity: 1; width: 10%; margin-bottom: 20px; }
.custom-carousel .dialog-terms-and-conditions { position: absolute; color: white; bottom: 0; width: 100%; padding: 2px; background: lch(0 0 0 / 0.3); cursor: pointer; }
.custom-carousel .dialog-terms-and-conditions span { text-decoration: underline; width: 100%; display: block; text-align: center; }
.custom-carousel .carousel-dialogs button { background: none; border: none; position: absolute; top: 5px; right: 5px; cursor: pointer; }
.custom-carousel .carousel-dialogs dialog { position: relative; width: 95%; height: 80%; border: none; padding: 30px 12px 12px 12px; }
.custom-carousel .carousel-dialogs dialog .dialog-body { overflow-y: auto; height: 100%; }
.custom-carousel .carousel-dialogs dialog::backdrop { background-color: rgba(0, 0, 0, 0.2); backdrop-filter: blur(2px); cursor: pointer }
@media (min-width: 768px) {
    .custom-carousel .carousel-dialogs dialog { width: 60%; }
}

/** CSS: SALDOS-Y-CUPO-V2 **/
.dashboard-scv2 { font-family: 'Poppins'; order: 2 }
.dashboard-scv2 .card-profile { line-height: 1.7rem; }
.dashboard-scv2 .card-profile .content-image-profile { padding: 4px; margin-bottom: 15px !important; }
.dashboard-scv2 .card-profile .content-image-profile,
.dashboard-scv2 .card-profile .content-image-profile img { border-radius: 100%; width: 100%; aspect-ratio: 1 / 1; margin: auto; position: relative; }
.dashboard-scv2 .card-profile .content-image-profile span { position: absolute; bottom: -15px; left: 50%; transform: translate(-50%, -50%); padding: 0 5px; border-radius: 8px; font-weight: bold; color: white; font-size: 16px; }
.dashboard-scv2 .card-profile .name,
.dashboard-scv2 .card-profile .lastname { font-size: 18px; color: #363636}
.dashboard-scv2 .card-profile .links { font-size: 10px; gap: 15px }
.dashboard-scv2 .card-profile .links a { color: #363636; text-decoration: underline; font-weight: 600; ; gap: 4px }

.dashboard-scv2 .classification { max-width: 100%; padding: 0 10px; min-height: 80px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); border-radius: 4px; margin: auto; color: #363636; }
.dashboard-scv2 .classification .icon-classification { border-radius: 50%; border: 2px white solid; box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); width: 100%; }
.dashboard-scv2 .classification .col-3 { padding: 8px; }
.dashboard-scv2 .classification span { font-size: 18px; }
.dashboard-scv2 .classification span.points { font-size: 32px; }
.dashboard-scv2 .classification a { font-size: 14px; color: #363636; text-decoration: underline }
.dashboard-scv2 .link-new-orders { max-width: 100%; background: #FFFFFF; box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); border-radius: 12px; padding: 15px; }
.dashboard-scv2 .info-saldos .underline { border-bottom: 1px solid rgba(0, 0, 0, 0.3); margin-bottom: 15px; }
.dashboard-scv2 .info-saldos .cupo-ld { font-size: 18px; font-weight: bold; text-transform: uppercase; }
.dashboard-scv2 .info-saldos .saldo-ld { font-size: 16px; font-weight: 400 }
.dashboard-scv2 .info-saldos .estado-cuenta a { font-size: 14px; font-weight: 400; color: #2B84F7; text-decoration: underline; }
.dashboard-scv2 .info-saldos .cupo-allow-ld { font-size: 16px; font-weight: 400 }
.dashboard-scv2 .bg-gradient-oro-mas {background: var(--degradado-oro-mas); }
.dashboard-scv2 .bg-gradient-oro { background: var(--degradado-oro); }
.dashboard-scv2 .bg-gradient-plata { background: var(--degradado-plata); }
.dashboard-scv2 .bg-gradient-bronce { background: var(--degradado-bronce); }
.dashboard-scv2 .bg-gradient-sc { background: var(--degradado-sc); }
.dashboard-scv2 .saldo-a-pagar .label-1, .dashboard-scv2 .saldo-a-pagar .label-2, .dashboard-scv2 .saldo-a-pagar .label-3 { line-height: 1.3em !important; }
.dashboard-scv2 .saldo-a-pagar .label-1 { font-size: 16px; }
.dashboard-scv2 .saldo-a-pagar .label-2 { font-size: 20px; }
.dashboard-scv2 .saldo-a-pagar .label-3 { font-size: 14px; }

.container-progress-bar { order: 3}

@media (min-width: 768px) {
    .dashboard-scv2 .classification { max-width: 300px; }
    .dashboard-scv2 .link-new-orders { max-width: 300px; }
    .dashboard-scv2 .info-saldos .cupo-ld { font-size: 24px; }
    .dashboard-scv2 .info-saldos .saldo-ld { font-size: 22px; }
    .dashboard-scv2 .info-saldos .cupo-allow-ld { font-size: 20px; }
    .dashboard-scv2 .info-saldos .estado-cuenta a { font-size: 16px; }
    .dashboard-scv2 .saldo-a-pagar .label-1 { font-size: 20px; }
    .dashboard-scv2 .saldo-a-pagar .label-2 { font-size: 32px; }
    .dashboard-scv2 .saldo-a-pagar .label-1 { font-size: 18px; }
}

@media (max-width: 768px) {
    .dashboard-scv2 .link-new-orders a { width: 100%; padding: 10px; font-size: 24px; }
}


.accordion-sidebar-dz .m-accordion__item { border: none !important; }
.accordion-sidebar-dz .m-accordion__item-head { padding: 0 !important; background-color: white !important;}
.accordion-sidebar-dz .m-accordion__item-title { width: calc(100% - 20px) !important; }
.accordion-sidebar-dz .m-accordion__item-content {text-align: left; }
.accordion-sidebar-dz .m-accordion__item-head[aria-expanded="false"] .on-open { display: none }
.accordion-sidebar-dz .m-accordion__item-head[aria-expanded="true"] .on-closed { display: none }

/** CSS: BUTTON ELEDE **/
.text-poppins{ font-family: 'Poppins' !important; }
.bg-elede { background-color: #264F5C; }
.text-elede { color: #264F5C; }
.btn-elede { padding: 10px 20px; font-size: 24px; font-weight: bold; border-radius: 12px; display: flex; justify-content: center; align-items: center; gap: 10px; text-transform: uppercase }
.btn-elede, .btn-elede:hover, .btn-elede:active, .btn-elede:focus { color: white; text-decoration: none; }

@media (max-width: 768px) {
    .btn-elede { font-size: 16px; padding: 8px 8px; gap: 5px;}

    .custom-carousel {  order: 2 }
    .dashboard-scv2 { order: 1 }
}

/**
 * Estilos para el botón de mostrar/ocultar contraseña en la vista de login
 */
.m-input-icon { position: relative }
.m-input-icon .m-input-icon__icon { position: absolute; right: 0; top: 30%; cursor: pointer }
.m-input-icon [type="password"] + .m-input-icon__icon svg { cursor: pointer; }
.m-input-icon [type="password"] + .m-input-icon__icon .eye { display: none; }
.m-input-icon [type="text"] + .m-input-icon__icon .eye-slash { display: none; }

#alertquantity, #alertquantity-edit { background: #00000040; }
