﻿.btn-whatsapp {
    padding: .5rem 1.2rem;
    bottom: 0;
    position: fixed;
    right: 1.4rem;
    z-index: 1032;
    font-size: 2.6rem
}

@media (min-width:600px) {
    .btn-whatsapp {
        bottom: 4.6rem
    }
}

.text-hidden-nowrap {
    overflow: hidden !important;
    white-space: nowrap !important;
}

.wf-100 {
    width: 100px;
}

.wf-120 {
    width: 120px;
    min-width: 120px;
}

.wf-130 {
    width: 130px;
    min-width: 130px;
}

.wf-150 {
    width: 150px;
}

.wf-160 {
    width: 160px;
}

.mr-actions {
    margin-right: 4px;
}

.field-validation {
    display: block;
}

.overlay-center {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/* Colores aplicados específicamente para el loader */
.loader-primary-color {
    color: var(--primary) !important;
}