.modal-body .tvhm-contacto-dias-wrapper,
.modal-body .tvhm-contacto-horas-inner-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.tvhm-contacto-dias-inner-wrapper,
.tvhm-contacto-horas-inner-wrapper {
    display: flex;
    overflow-x: auto;
    padding:15px 10px;
}
.tvhm-contacto-btns-group .btn-tvhm:focus {
    outline:none!important;
}
.modal-body .tvhm-contacto-btns-group .btn-tvhm:not(.active) {
    background: #dedede;
    color: #000 !important;
}
.tvhm-dia-btn,
.tvhm-hora-btn {
    background: var( --e-global-color-primary );
    border-radius: 20px;
    width: 79px;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right: 10px;
    cursor:pointer;
    color: #fff;
}
.tvhm-dia-btn[data-festivo="1"] {
    opacity:0.3;
    cursor: not-allowed;
}
.tvhm-dia-btn.tvhm-active,
.tvhm-hora-btn.tvhm-active {
    background: #000;
    color: #fff;
    animation-name: tvhm-shine;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
}
.tvhm-dia-btn input,
.tvhm-hora-btn input {
    display:none!important;
}
.tvhm-dia-btn-diatxt {
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}
.tvhm-dia-btn-dia,
.tvhm-hora-btn-hora {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    width: 100%;
}
.tvhm-hora-btn-hora {
    font-size: 18px;
}
.tvhm-dia-btn-mestxt {
    font-size: 10px;
    text-align: center;
}
.tvhm-dia-btn-custom-text {
    line-height: 13px;
    text-align: center;
    font-weight: bold;
}
.tvhm-contacto-horas-wrapper {
    display:none;
}

.tvhm-reunion-wrapper {
    display:none;
    border: 2px dashed var(--e-global-color-secondary);
    border-radius: 20px;
    padding: 20px;
}
.tvhm-reunion-wrapper .tvhm-inputfield {
    margin: 15px 0;
}
.tvhm-reunion-exito-wrapper,
.tvhm-reunion-error-wrapper  {
    display:none;
    text-align:center;
}
.tvhm-reunion-error-wrapper {
    margin-bottom:50px;
}
.tvhm-reunion-exito-wrapper svg {
    opacity: 1;
    position: static;
    width: 98px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.4s ease;
}
.tvhm-reunion-error-wrapper svg {
    width: 40px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    fill: #b90202;
    transition: all 0.4s ease;
}
.tvhm-reunion-wrapper input[type="tel"] {
    text-align:center;
    vertical-align: middle;
}
.tvhm-whatsapp-link img {
    vertical-align:middle;
}
.tvhm-reunion-ws-link,
.tvhm-reunion-tel-link,
.tvhm-reunion-em-link {
    vertical-align: middle;
    color:#fff;
}
.tvhm-reunion-ws-link svg,
.tvhm-reunion-tel-link svg,
.tvhm-reunion-em-link svg {
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
}
.tvhm-reunion-ws-link:hover svg,
.tvhm-reunion-tel-link:hover svg,
.tvhm-reunion-em-link:hover svg {
    fill: #fff;
}
.tvhm-reunion-ws-link.tvhm-disabled svg,
.tvhm-reunion-tel-link.tvhm-disabled svg,
.tvhm-reunion-em-link.tvhm-disabled svg {
    animation-name: tvhm-move;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.tvhm-respuestas-contacto {
    padding-top: 20px;
}
.tvhm-respuestas-contacto .tvhm-btn {
    font-size: 17px;
    line-height: 17px;
    width: 100%;
    margin: 5px 0;
}

.tvhm-contacto-btns-group {
    border-bottom: 2px solid #EE2524;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom:20px;
}

.tvhm-contacto-btns-group .tvhm-btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -2px;
    border-color: #EE2524;
    color: #515151;
    vertical-align: bottom;
    transition:all 0.3s ease-in-out;
}

.tvhm-contacto-btns-group .tvhm-btn:not(.active) {
    padding-top: 6px;
    padding-bottom: 6px;
    background:transparent;
    color: #000 !important;
}

.tvhm-contacto-btns-group .tvhm-btn.active {
    margin-bottom:0;
    border-color: #EE2524;
    background: #EE2524;
    color:#fff;
}

.tvhm-contacto-dias-inner-wrapper::-webkit-scrollbar,
.tvhm-contacto-horas-inner-wrapper::-webkit-scrollbar {
    width: 8px;
    height: 8px; 
}

.tvhm-contacto-dias-inner-wrapper::-webkit-scrollbar-track,
.tvhm-contacto-horas-inner-wrapper::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
}

.tvhm-contacto-dias-inner-wrapper::-webkit-scrollbar-thumb,
.tvhm-contacto-horas-inner-wrapper::-webkit-scrollbar-thumb {
    background-color: rgbA(255,80,33,0.46);
    border-radius: 10px;
}

.tvhm-contacto-dias-inner-wrapper::-webkit-scrollbar-thumb:hover,
.tvhm-contacto-horas-inner-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #ff5021;
}

.loading-message {
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    width:100%;
}

.spinner {
    width: 16px;
    height: 16px;
    border: 3px solid #ccc;
    border-top: 3px solid #555;
    border-radius: 50%;
}

@media (max-width:767px) {
    .ctii-contacto-btns-group .ctii-btn {
        text-align: center;
        font-size: 12px;
        font-weight: bold;
    }
    .ctii-contacto-btns-group .ctii-btn svg {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 19px;
        height:auto;
    }
    .ctii-reunion-wrapper .ctii-inputfield {
        width:100%!important;
    }
}