﻿.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;
}

.w-fit {
    width: 1%;
    white-space: nowrap;
}

.field-validation {
    display: block;
}

.overlay-center {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.dropdown-menu-lg {
    max-width: 350px;
    min-width: 280px;
    padding: 0;
}

.border-3 {
    border-width: 3px !important;
}

.bg-green-light {
    background-color: #28a7451A !important;
}

/* Colores aplicados específicamente para el loader */
.loader-primary-color {
    color: var(--primary) !important;
}

/* Fix login and register page vertical centering override for AdminLTE */
html,
body.login-page,
body.register-page {
    height: auto !important;
    min-height: 100vh !important;
}

/* Drop-zone styles for RiotJS components */
.drop-zone {
    border: 2px dashed #ccc;
    padding: 20px;
    cursor: pointer;
}

.image-preview img {
    max-width: 80px;
}

/* Espacio automático para iconos dentro de los títulos de las tarjetas */
.card-title i,
.card-title svg {
    margin-right: 8px;
}

/* Espacio automático entre el prefijo en negrita y el nombre dinámico */
.card-title b+span {
    margin-left: 6px;
}

/* Clase para botones de acción en listados */
.list-action {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: .125rem .25rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem;
    margin-left: 4px;
    text-decoration: none;
}

/* Estilo para las cabeceras de tablas unificadas en RiotJS */
.table-head-default,
.table-head-default th,
.table-head-default td {
    background-color: var(--table-header-bg) !important;
    color: var(--table-header-text) !important;
    font-weight: 600;
}

.table-head-default a,
.table-head-default button,
.table-head-default th a,
.table-head-default td a {
    color: var(--table-header-text) !important;
    font-weight: 600;
    cursor: pointer;
}