.swiper-button-prev {
    color: var(--primary-color);
    font-size: 40px;
    left: -40px;
}

.swiper-button-next {
    color: var(--primary-color);
    font-size: 40px;
    right: -40px;
}

.swiper-container {
    cursor: grab!important;
}


.icon.almalinux{background-position: -384px 0px}

.card-input-element:checked + .card-input .card-input-body
.icon.almalinux{background-position:-384px 50px}
.input_num {
    /* -webkit-appearance: textfield; */
    -webkit-rtl-ordering: logical;
    -webkit-appearance: none;
  margin: 0;
  line-height: 16px!important;
  box-sizing: content-box!important;
  /* -webkit-appearance: textfield;s */
    background-color: white;
    cursor: text;
    padding: 1px;
    border-width: 2px;
    /* border-style: inset; */
    /* border-color: initial; */
    border-image: initial;
    /* background: transparent; */
}

/* START STYLE CHATWOOT */
.woot-widget-bubble {
    height: 60px !important;
    width: 60px !important;
    transition: all 0.6s ease;
    /* transition: ; */
    border: none !important;
}

.woot-widget-bubble:focus { 
    outline: none !important; 
}


.woot-widget-bubble:hover {
    box-shadow: 0 6px 14px rgb(0 0 0 / 10%) !important;

}

.woot-widget-bubble svg {
    height: 20px !important;
    width: 20px !important;
}

.woot--close::before, .woot--close::after {
    left: 30px !important;
}

.widgetBubble_top{
    transform: translateY(-160px) !important;
    z-index: 9000000000000;
}

/* quitar el chatwoot */
.widgetBubble_none{
    display: none !important;
}

.woot-widget-bubble.woot--close {
    transform: translateY(-158px) !important;

    /* transform: translateX(0px) scale(1) rotate(0deg); */
    /* transition: transform 300ms ease, opacity 100ms ease, visibility 0ms linear 0ms, bottom 0ms linear 0ms; */
}

.woot-widget-holder.woot-elements--right {
    right: 85px !important;
}
@media(max-width:666px){
    .woot-widget-holder.woot-elements--right {
        right: 0px !important;
        z-index: 900000000000000000 !important;
    }
}

/* END STYLE CHATWOOT */
