.bg-gray-light {
    background-color: #FBFBFB;
}

button:focus {
    outline: none;
}
/* NEW CLASSES */
@media (min-width: 1024px) {
    .lg\:w-1\/7 {
        width: 14.28% !important;
    }
}

html {
    font-size: .9rem !important;
    font-family: "Hanken Grotesk" !important;
}

@media (max-width: 1600px) {
    html {
        font-size: .8rem;
    }
}

.max-h-96 {
    max-height: 24rem;
}

button {
    transition: .2s all ease-in-out
}

.p-1\/10::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.bg-gray-menu {
    background-color: #FBFBFB
}

.shadow-custom {
    box-shadow: 0 0 30px 5px rgb(0 0 0 / 5%)
}

.create_post {
    --default-color: #0c0c0c;
    --highlight-color: #455700;
}

.datepicker-buttons-container .datepicker-button-content,
.custom-button .custom-button-content,
.datepicker-buttons-container .datepicker-button svg {
    --default-color: #0c0c0c;
    --highlight-color: #455700;
    --dark-highlight-color: #7CCF01;
    --dark-default-color: #ffffff;
    color: var(--highlight-color) !important;
    fill: var(--highlight-color) !important;
}

.header-picker,
#DatePicker.datepicker-container .datepicker-days .datepicker-day .datepicker-day-text,
.time-picker-column-item.active,
.time-picker-column-item:hover .time-picker-column-item-text,
.datepicker-buttons-container .datepicker-button:hover .datepicker-button-content,
.custom-button:hover .custom-button-content,
.datepicker-buttons-container .datepicker-button:hover svg {
    color: var(--default-color) !important;
    fill: var(--default-color) !important;
}

.datetimepicker .datepicker{
    border-radius: 12px !important;
}

.time-picker{
    background-color: #ffffff !important;
}

.dark .time-picker{
    background-color: #1F2937 !important; /* gray-700 */
    color: #ffffff !important; /* gray-100 */
    border-color: #4b5563 !important; /* gray-600 */
}

.dark .time-picker-column-item-text{
    color: #E5E7EB !important;
}

.dark .time-picker-column-item-effect{
    background-color: #7CCF01 !important;
}

.dark .pickers-container{
    background-color: #1F2937 !important;
}

.dark .datepicker-day-text{
    color: var(--dark-default-color) !important;
}

@media (max-width: 768px) {
    .datetimepicker .time-picker .time-picker-column {
      max-height: calc(100vh - 400px); /* Ajuste de espacio para la navegación superior o inferior */
      overflow-y: auto;
    }
  }

.z-100 {
    z-index: 100;
}

.z-999 {
    z-index: 999;
}

.bg-gradient-blue {
    background: linear-gradient(to right, #5884dd 0%, #38c1d4 100%);
}

.hover\:bg-gradient-blue:hover {
    background: linear-gradient(to right, #38c1d4 0%, #5884dd 100%);
    transition: all .8s ease;
}

.bg-gray-200 {
    background-color: #fbfbfb;
}

.bg-gray-300 {
    background-color: #f2f2f2;
}

.bg-purple-100 {
    background-color: #edeffb;
}

.bg-purple-200 {
    background-color: #8f7bff;
}

.hover\:bg-purple-200:hover {
    background-color: #8f7bff;
}

.hover\:mibot-purple:hover {
    background-color: #edeffb;
}

.hover\:mibot-violeta:hover {
    background-color: #f2f2fe;
}

.hover\:mibot-blue:hover {
    background-color: #f2f9ff;
}

.hover\:mibot-yellow:hover {
    background-color: #fffbf2;
}

.hover\:mibot-green:hover {
    background-color: #f5fcf4;
}

.mibot-purple {
    background-color: #edeffb;
}

.mibot-green {
    background-color: #f5fcf4
}

.mibot-blue {
    background-color: #f2f9ff
}

.mibot-violeta {
    background-color: #f2f2fe
}

.bg-violeta-cutom {
    background-color: #f2f2fe;
}

.bg-blue-custom {
    background-color: #f2f9ff;
}

.bg-yellow-custom {
    background-color: #fffbf2;
}

.bg-green-custom {
    background-color: #f5fcf4;
}

.text-purple-200 {
    color: #8f7bff;
}

.hover\:text-purple-200:hover {
    color: #8f7bff;
}

.text-purple-300 {
    color: #31357c;
}

.hover\:text-purple-300:hover {
    color: #31357c;
}

.border-purple-200 {
    border-color: #8f7bff;
}

.shadow-custom {
    box-shadow: 0 0 30px 5px rgb(0 0 0 / 5%)
}

.shadow-custom-2 {
    box-shadow: 2px 9px 10px -2px rgb(0 0 0 / 10%)
}

.hover\:shadow-custom:hover {
    box-shadow: 0 0 30px 5px rgb(0 0 0 / 5%)
}

.hover\:grayscale-0:hover {
    --tw-grayscale: grayscale(0);
}

.slide-left-enter-active, .slide-left-leave-active {
    transition: all .3s ease;
}

.slide-left-enter, .slide-left-leave-to {
    transform: translateX(100%);
    opacity: 1;
}

.fade-enter-active, .fade-leave-active {
    transition: all .3s ease;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
}

/*
  Enter and leave animations can use different
  durations and timing functions.
*/
.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */
{
    opacity: 0;
}

/* FIN */

/* width 
::-webkit-scrollbar {
    width: 0px;
}

/* Track 
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle 
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover 
::-webkit-scrollbar-thumb:hover {
    background: #555;
}*/

.filter-white {
    filter: grayscale(100) brightness(0) invert(1);
}

.filter-green{
    filter: invert(23%) sepia(50%) saturate(250%) hue-rotate(100deg);
}

.config.sticky {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Login */
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.bg-gradient {
    background: linear-gradient(to right, var(--main-color) 0%, var(--main-color-light) 100%);
}

.gradient_login {
    background: linear-gradient(359deg, #183032 0%, #00A38E 100%);
}

.shadow_login {
    box-shadow: 0px 0px 138px -62px rgb(142 123 255);
}

/* LISTADO DE POSTS */
.toastify {
    z-index: 9999 !important;
}

.imageList-enter {
    transform: scale(0.5) translatey(-80px);
    opacity: 0;
}

.imageList-leave-to {
    transform: translatey(30px);
    opacity: 0;
}

.imageList-leave-active {
    position: absolute;
    z-index: -1;
}

.imageListItem {
    transition: all .35s ease-in-out;
}

.content-input {
    position: relative;
    margin-bottom: 30px;
    padding: 5px 0 5px 60px;
    /* Damos un padding de 60px para posicionar
           el elemento <i> en este espacio*/
    display: block;
}

/* Estas reglas se aplicarán a todos las elementos i
después de cualquier input*/
.content-input input + i {
    background: #f0f0f0;
    border: 2px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}

/* Estas reglas se aplicarán a todos los i despues
de un input de tipo checkbox*/
.content-input input[type=checkbox ] + i {
    width: 52px;
    height: 30px;
    border-radius: 15px;
    margin-top: 4px;
}

.content-input input[type=checkbox] + i:after {
    content: 'ON';
    position: absolute;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
    top: 6px;
    left: 4px;
    opacity: 0 /* Ocultamos este elemento */;
    transition: all 0.25s ease 0.25s;
}

/* Cuando esté checkeado cambiamos la opacidad a 1 y lo mostramos */
.content-input input[type=checkbox]:checked + i:after {
    opacity: 1;
}

.content-input {
    position: relative;
    margin-bottom: 30px;
    padding: 5px 0 5px 60px;
    /* Damos un padding de 60px para posicionar
           el elemento <i> en este espacio*/
    display: block;
}

.content-input input[type=checkbox] + i:before {
    transition: .3s all;
    content: ''; /* No hay contenido */
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    -webkit-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.2);
}

.grayscale {
    filter: grayscale(1)
}

.content-input input,
.content-select select {
    background-color: #1d4ed8;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.content-input input {
    visibility: hidden;
    position: absolute;
    right: 0;
}

.content-input input[type=checkbox]:checked + i:before {
    left: 22px;
    -webkit-box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 0 -3px 0 rgba(0, 0, 0, 0.2);
}

.content-input input[type=checkbox]:checked + i {
    background: #2AC176;
}


.client-opts {
    max-height: 0;
    visibility: hidden;
    opacity: .0
}

.client-opts.visible-opts {
    max-height: 220px !important;
    opacity: 1 !important;
    visibility: visible;
}

.gslider video {
    height: 100vh !important;
}



table input:focus {
    outline-width: 0;
}

.fill-green {
    filter: invert(49%) sepia(35%) saturate(2878%) hue-rotate(83deg) brightness(110%) contrast(97%);
}

.tab-active {
    background-color: #cbd5e0;
}

.min-w-xs {
    min-width: 18rem;
}

.min-w-sm {
    min-width: 24rem;
}

.min-w-md {
    min-width: 28rem;
}

.min-w-lg {
    min-width: 32rem;
}

.p-1\/10::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.p-1\/15::after {
    content: "";
    display: block;
    padding-top: 150%;
}

.p-1\/20::after {
    content: "";
    display: block;
    padding-top: 200%;
}

.p-1\/7::after {
    content: "";
    display: block;
    padding-top: 70%;
}

.p-1\/6::after {
    content: "";
    display: block;
    padding-top: 60%;
}

.p-1\/5::after {
    content: "";
    display: block;
    padding-top: 50%;
}

.p-1\/4::after {
    content: "";
    display: block;
    padding-top: 40%;
}

.p-1\/3::after {
    content: "";
    display: block;
    padding-top: 30%;
}

/* #customdropzone{display: flex;justify-content: center;} */
#customdropzone .dz-message {
    width: 100%;
}

.gradientwhite {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
}

.filter-gray {
    filter: grayscale(.8);
    opacity: .4
}

.w-full-2 {
    width: calc(100% - 11rem);
}


/* .w-full-post{width:calc(100% - 20px);} */
.w-128 {
    width: 32rem;
}

.w-256 {
    width: 64rem;
}

.w-1\/7 {
    width: 14.28%
}

.text-instagram {
    color: #DD2A7B !important
}

.text-facebook {
    color: #3b5998 !important
}

.text-twitter {
    color: #000000 !important
}

.text-linkedin {
    color: #4fa6c7 !important
}

.text-tiktok {
    color: #121212 !important
}

.text-pinterest {
    color: #c00 !important
}

.bg-instagram {
    background-color: #DD2A7B !important
}

.bg-facebook {
    background-color: #3b5998 !important
}

.bg-twitter {
    background-color: #131313 !important
}

.bg-linkedin {
    background-color: #4fa6c7 !important
}

.bg-tiktok {
    background-color: #121212 !important
}

.bg-pinterest {
    background-color: #c00 !important
}

.border-instagram {
    border-color: #DD2A7B !important
}

.border-facebook {
    border-color: #3b5998 !important
}

.border-twitter {
    border-color: #000000 !important
}

.border-linkedin {
    border-color: #4fa6c7 !important
}

.border-tiktok {
    border-color: #121212 !important
}

.border-pinterest {
    border-color: #c00 !important
}

.img::after {
    content: "";
    display: block;
    padding-top: 80%;
}

.transition {
    transition: 0.2s all
}

.center-absolute {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

div.img-gallery:hover .hidden {
    display: block
}

li.img-gallery:hover .hidden {
    display: block
}

#modalCreatePost .selectRed {
    text-align-last: center;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34d399;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: .75;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        transform: translateY(0px)
    }
}

.fadeInDown {
    animation: fadeInDown .4s;
}

.fadeIn {
    animation: fadeIn .4s;
}

.publishedClass {
    color: #38a169;
    border-color: #38a169;
    background-color: #f0fff4;
}

/* notas */
.notas {
    overflow: hidden;
    padding: 3em;
}

.notas li .content {
    text-decoration: none;
    background: #ffc;
    padding: 1em;
    -moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 1);
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
    box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
    -moz-transition: -moz-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    -webkit-transition: -webkit-transform .15s linear;
}

.notas li {
    margin: 1em;
    float: left;
}

.notas li h2 {
    font-size: 140%;
    font-weight: bold;
    padding-bottom: 10px;
}

/* .notas li p{
  font-family:"Reenie Beanie",arial,sans-serif;
} */
.notas li .content {
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
}

.notas li:nth-child(even) .content {
    -o-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    position: relative;
    top: 5px;
    background: #cfc;
}

.notas li:nth-child(3n) .content {
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    position: relative;
    top: -5px;
    background: #ccf;
}

.notas li:nth-child(5n) .content {
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    position: relative;
    top: -10px;
}

.notas li .content:hover, ul li .content:focus {
    box-shadow: 10px 10px 7px rgba(0, 0, 0, .7);
    -moz-box-shadow: 10px 10px 7px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, .7);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    position: relative;
    z-index: 5;
}

.tooltip {
    display: block !important;
    z-index: 10000;
}

.preview .tooltip .tooltip-inner {
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px;
    transition: all 3s;
}

.tooltip .tooltip-inner {
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px;
    transition: all 3s;
}

.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
}

.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
    margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s;
}

.form_creaCliente-checkbox {
    width: 20px;
    height: 20px
}

.masonry { /* Masonry container */
    margin: 0 2rem;
    column-count: 5;
    column-gap: 1em;
}

.masonry-brick { /* Masonry bricks or child elements */
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}

@media screen and ( max-width: 1200px ) {
    .masonry {
        column-count: 4;
    }
}

@media screen and ( max-width: 992px ) {
    .masonry {
        column-count: 2;
    }
}

@media screen and ( max-width: 768px ) {
    .masonry {
        column-count: 1;
    }
}

.masonry-wrapper {

    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.masonry {
    columns: 1;
    column-gap: 10px;
}

.masonry-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
    .p-1\/10::after {
        padding-top: 70% !important;
    }

    .absolute-center {
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .masonry {
        columns: 2;
    }
}

@media only screen and (min-width: 1024px) {
    .masonry {
        columns: 3;
    }
}

@media only screen and (min-width: 1200px) {
    .masonry {
        columns: 4;
    }
}

.masonry-item, .masonry-content {
    border-radius: 4px;
    overflow: hidden;
}

.masonry-item {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .05));
    transition: filter .25s ease-in-out;
}

.masonry-item:hover {
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .05));
}

.tooltip .tooltip-arrow {
    border-color: transparent;
}

.tooltip .tooltip-inner {
    color: #333 !important;
    padding: 10px 20px !important;
    font-size: 12px;
}

/*Animación estados*/

.box0 {
    position: relative;
    margin: auto 0;
    /*background: linear-gradient(0deg, #000, #272727);*/
}

.box0:before, .box:after {
    content: '';
    position: absolute;
    left: 3px;
    top: -4px;
    background: linear-gradient(45deg, #ef4444, #dc2626, #f87171, #b91c1c, #ef4444, #dc2626, #f87171, #b91c1c, #ef4444);
    border-radius: 100%;
    background-size: 400%;
    width: calc(80%);
    height: calc(100% + 8px);
    z-index: -0;
    animation: steam 20s linear infinite;
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.box:after {
    filter: blur(50px);
}

.box1 {
    position: relative;
    margin: auto 0;
    /*background: linear-gradient(0deg, #000, #272727);*/
}

.box1:before, .box:after {
    content: '';
    position: absolute;
    left: 3px;
    top: -4px;
    background: linear-gradient(45deg, #ec4899, #db2777, #f9a8d4, #be185d, #ec4899, #db2777, #f9a8d4, #be185d, #ec4899);
    border-radius: 100%;
    background-size: 400%;
    width: calc(80%);
    height: calc(100% + 8px);
    z-index: -0;
    animation: steam 20s linear infinite;
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.box:after {
    filter: blur(50px);
}

.box2 {
    position: relative;
    margin: auto 0;
   /* background: linear-gradient(0deg, #000, #272727);*/
}

.box2:before, .box:after {
    content: '';
    position: absolute;
    left: 3px;
    top: -4px;
    background: linear-gradient(45deg, #8b5cf6, #7c3aed, #c4b5fd, #6d28d9, #8b5cf6, #7c3aed, #c4b5fd, #6d28d9, #8b5cf6);
    border-radius: 100%;
    background-size: 400%;
    width: calc(80%);
    height: calc(100% + 8px);
    z-index: -0;
    animation: steam 20s linear infinite;
}

.openMenuName {
    z-index: 10;
    transition: all 0.5s ease;
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.box:after {
    filter: blur(50px);
    -webkit-filter: blur(50px);
}

.box3 {
    position: relative;
    margin: auto 0;
    /*background: linear-gradient(0deg, #000, #272727);*/
}

.box3:before, .box:after {
    content: '';
    position: absolute;
    left: 3px;
    top: -4px;
    background: linear-gradient(45deg, #22c55e, #16a34a, #86efac, #15803d, #22c55e, #16a34a, #86efac, #15803d, #22c55e);
    border-radius: 100%;
    background-size: 400%;
    width: calc(80%);
    height: calc(100% + 8px);
    z-index: -0;
    animation: steam 20s linear infinite;
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}

.heartbeat {
    animation: heartbeat 1s ease-in-out infinite;
}

.box4 {
    position: relative;
    margin: auto 0;
    /*background: linear-gradient(0deg, #000, #272727);*/
}

.box4:before, .box:after {
    content: '';
    position: absolute;
    left: 3px;
    top: -4px;
    background: linear-gradient(45deg, #3b82f6, #2563eb, #93c5fd, #1d4ed8, #3b82f6, #2563eb, #93c5fd, #1d4ed8, #3b82f6);
    border-radius: 100%;
    background-size: 400%;
    width: calc(80%);
    height: calc(100% + 8px);
    z-index: -0;
    animation: steam 20s linear infinite;
}

.box5 {
    position: relative;
    margin: auto 0;
    /*background: linear-gradient(0deg, #000, #272727);*/
}

.box5:before, .box:after {
    content: '';
    position: absolute;
    left: 3px;
    top: -4px;
    background: linear-gradient(45deg, #bbf7d0, #86efac, #d9f99d, #4ade80, #bbf7d0, #86efac, #d9f99d, #4ade80, #bbf7d0);
    border-radius: 100%;
    background-size: 400%;
    width: calc(80%);
    height: calc(100% + 8px);
    z-index: -0;
    animation: steam 20s linear infinite;
}

.box6 {
    position: relative;
    margin: auto 0;
    /*background: linear-gradient(0deg, #000, #272727);*/
}

.box6:before, .box:after {
    content: '';
    position: absolute;
    left: 3px;
    top: -4px;
    background: linear-gradient(45deg, #eab308, #ca8a04, #fde047, #a16207, #eab308, #ca8a04, #fde047, #a16207, #eab308);
    border-radius: 100%;
    background-size: 400%;
    width: calc(80%);
    height: calc(100% + 8px);
    z-index: -0;
    animation: steam 20s linear infinite;
}

.box7 {
    position: relative;
    margin: auto 0;
    /*background: linear-gradient(0deg, #000, #272727);*/
}

.box7:before, .box:after {
    content: '';
    position: absolute;
    left: 3px;
    top: -4px;
    background: linear-gradient(45deg, #fdba74, #fb923c, #f97316, #f59e0b, #fdba74, #fb923c, #f97316, #f59e0b, #fdba74);
    border-radius: 100%;
    background-size: 400%;
    width: calc(80%);
    height: calc(100% + 8px);
    z-index: -0;
    animation: steam 20s linear infinite;
}

/*Estilado post-it notas*/

.post-it {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.post-it:before {
    background: none repeat scroll 0 0 #658E15;
    border-color: #FFFFFF #FFFFFF #fde047;
    border-style: solid;
    border-radius: 3px;
    border-width: 0 30px 30px 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 10;
}

.dark .post-it:before {
    background: none repeat scroll 0 0 #1e2837;
    border-color: #1e2837 #1e2837 #537de5;
    border-style: solid;
    border-radius: 3px;
    border-width: 0 30px 30px 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 10;
}

.custom-scroll {
    overflow-x: auto; /* Activar desplazamiento horizontal */
    white-space: nowrap; /* No permitir que el contenido se rompa en varias líneas */
    background-color: white; /* Fondo blanco */
    padding-bottom: 10px; /* Un poco de espacio debajo */
    &::-webkit-scrollbar {
        width: 6px; /* Ancho de la barra de desplazamiento */
        height: 6px; /* Alto de la barra de desplazamiento horizontal */
    }
    
    &::-webkit-scrollbar-thumb {
        background-color: #d3d3d3; /* Color del pulgar (la parte que se mueve) */
        border-radius: 10px; /* Bordes redondeados */
    }
    
    &::-webkit-scrollbar-track {
        background-color: #ffffff; /* Fondo blanco de la barra */
    }
    &div {
        display: inline-block; /* Asegurarse de que los elementos sean en línea */
        margin-right: 10px; /* Espaciado entre los elementos */
    }
}

.custom-scroll-y {
    overflow-y: auto;  /*Activar desplazamiento vertical */
    white-space: normal;  /*Permitir que el contenido se ajuste a varias líneas */
    background-color: white; /* Fondo blanco */
    padding-bottom: 10px; /* Un poco de espacio debajo */

    /* Estilos para la barra de desplazamiento en navegadores Webkit (Chrome, Safari) */
    &::-webkit-scrollbar {
        width: 6px; /* Ancho de la barra de desplazamiento vertical */
    }
    
    &::-webkit-scrollbar-thumb {
        background-color: #d3d3d3; /* Color del pulgar (la parte que se mueve) */
        border-radius: 10px; /* Bordes redondeados */
    }
    
    &::-webkit-scrollbar-track {
        background-color: #ffffff; /* Fondo blanco de la barra */
    }
}

/* Modo oscuro para custom-scroll-y */
html.dark .custom-scroll-y {
    background-color: #1f2937 !important; /* Fondo oscuro */
}

html.dark .custom-scroll-y::-webkit-scrollbar-thumb {
    background-color: #6b7280 !important; /* Color del pulgar en modo oscuro */
}

html.dark .custom-scroll-y::-webkit-scrollbar-track {
    background-color: #374151 !important; /* Fondo de la barra en modo oscuro */
}

.custom-scroll-invisible {
    overflow-y: auto; /* Desplazamiento vertical habilitado */
    
    /* Oculta la barra en navegadores Webkit (Chrome, Safari) */
    &::-webkit-scrollbar {
        display: none;
    }
    
    /* Oculta la barra en IE, Edge y Firefox */
    -ms-overflow-style: none; /* IE y Edge */
    scrollbar-width: none; /* Firefox */
}

  
.custom-dashed {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='lightgray' stroke-width='2.4' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 11px;
}
 
  /* Cambiar el color del contenedor cuando está seleccionada una opción */
.multiselect__option--selected {
    background-color: #E5E7EB !important;
    color: black !important;
  }
  
  .multiselect__option--highlight {
    background-color: #F4F4F4 !important;
    color: black !important;
  }
  
  /* Estilo general para multiselect */
  .multiselect {
    box-shadow: none !important;
    border-radius: 5px !important;
    min-height: 20px !important;
  }
  
  /* Estilo específico para custom-multiselect */
  .multiselect.custom-multiselect {
    box-shadow: none !important;
    border-radius: 5px !important;
    min-height: 0px !important;
    min-width: 209px !important;
    padding-bottom: 2px !important;
    margin-bottom: -2px !important;
  }
  
  /* Estilo específico para el contenedor de contenido de custom-multiselect */
  .custom-multiselect .multiselect__content-wrapper {
    border: 1px solid #4dc0b1 !important;
    border-radius: 5px !important;
    margin-left: -0.5px !important;
    width: calc(100% + 1.5px) !important;
    overflow-x: hidden;
    overflow-y: auto;
    /* Oculta la barra en navegadores Webkit (Chrome, Safari) */
    &::-webkit-scrollbar {
        display: none;
    }
    
    /* Oculta la barra en IE, Edge y Firefox */
    -ms-overflow-style: none; /* IE y Edge */
    scrollbar-width: none; /* Firefox */
  }

    /* Estilo para el contenedor de contenido general de multiselect */
.multiselect__content-wrapper {
     border: 1px solid #4dc0b1 !important;
     border-radius: 5px !important;
      margin-left: -0.5px !important;
      width: calc(100% + 1.5px) !important;
      max-height: 200px !important;
      overflow-x: hidden;
    overflow-y: auto;
    /* Oculta la barra en navegadores Webkit (Chrome, Safari) */
    &::-webkit-scrollbar {
        display: none;
    }
    
    /* Oculta la barra en IE, Edge y Firefox */
    -ms-overflow-style: none; /* IE y Edge */
    scrollbar-width: none; /* Firefox */
    }

  .custom-multiselect .multiselect__select{
    margin-top: -7px;
  }
  
  /* Estilo general cuando el multiselect está activo */
  .custom-multiselect .multiselect__tags {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #4dc0b1 !important;
    border-radius: 5px !important;
    height: 25px !important;
    min-height: 0px !important;
    max-width: 243px !important;
    padding-top: 0px !important;
  }
  
  /* Estilo para las etiquetas dentro de multiselect */
  .multiselect__tags {
    max-height: 40px !important;
    display: block !important;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #4dc0b1 !important;
    border-radius: 5px !important;
  }

  .custom-multiselect .multiselect__placeholder{
    padding-top: 0px !important;
    margin-top: -6px !important;
    position: relative !important;
    top: 0 !important;
    transform: none !important;
    transition: none !important;
    transform: translateY(0) !important;
  }

  .custom-multiselect .multiselect__strong{
    margin-bottom: 0px !important;
  }

  /* Clase asignada al contenedor (envoltorio) de la ventana emergente */
  .driver-popover {
    background-color: #f7fafc !important;
    padding: 18px !important;
    border-radius: 6px !important;
    max-width: none !important;
    width: 400px !important;
    z-index: 998 !important;
    box-shadow: none !important;
}

.driver-overlay {
    z-index: 997 !important;
}

/* Flecha que apunta hacia el elemento destacado */
.driver-popover-arrow {
    /* No tocamos nada por ahora */
}

/* Título del popover */
.driver-popover-title {
    width: 100% !important;
    padding: 15px !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    font-size: clamp(12px, 2vw, 18px) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Descripción */
.driver-popover-description {
    padding: 15px !important;
    font-size: 14px !important;
}

/* Botón de cierre (X) */
.driver-popover-close-btn {
    color: #000000 !important;
    font-size: 24px !important;
    text-align: center !important;
    margin-top: -5px !important;
}

/* Footer del popover */
.driver-popover-footer {
    padding: 15px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 8px !important;
}

/* Texto de progreso */
.driver-popover-progress-text {
    font-size: 14px !important;
}

/* Botón anterior */
.driver-popover-prev-btn {
    border-radius: 6px !important;
    padding: 6px 22px !important;
    color: white !important;
}

/* Botón siguiente */
.driver-popover-next-btn {
    border-radius: 6px !important;
    background-color: #01a590 !important;
    padding: 6px 22px !important;
    color: white !important;
    text-shadow: none !important;
}

/* ✅ Responsive para pantallas pequeñas */
@media (max-width: 640px) {
    .driver-popover {
        width: 90vw !important;
        padding: 12px !important;
    }

    .driver-popover-title {
        font-size: 16px !important;
        white-space: normal !important;
        text-overflow: initial !important;
    }

    .driver-popover-description {
        font-size: 13px !important;
        padding: 10px 12px !important;
    }

    .driver-popover-footer {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .driver-popover-prev-btn,
    .driver-popover-next-btn {
        width: 100% !important;
        padding: 10px 0 !important;
        font-size: 14px !important;
        text-align: center !important;
    }

    .driver-popover-close-btn {
        font-size: 20px !important;
    }
}


/* Seleccionar shortcuts-container dentro del componente con una alta especificidad */
.datepicker .pickers-container .datepicker-container .shortcuts-container {
    overflow-y: auto !important; /* Activar desplazamiento vertical */
    white-space: normal !important; /* Permitir que el contenido se ajuste a varias líneas */
    background-color: white !important; /* Fondo blanco */
    padding-bottom: 10px !important; /* Un poco de espacio debajo */
}

/* Personalizar el scrollbar específicamente en .shortcuts-container */
.datepicker .pickers-container .datepicker-container .shortcuts-container::-webkit-scrollbar {
    width: 6px !important; /* Ancho de la barra de desplazamiento vertical */
}

.datepicker .pickers-container .datepicker-container .shortcuts-container::-webkit-scrollbar-thumb {
    background-color: #d3d3d3 !important; /* Color del pulgar (la parte que se mueve) */
    border-radius: 10px !important; /* Bordes redondeados */
}

.datepicker .pickers-container .datepicker-container .shortcuts-container::-webkit-scrollbar-track {
    background-color: #ffffff !important; /* Fondo blanco de la barra */
}

.shortcut-button .lm-fs-12 {
    white-space: nowrap; /* Evita saltos de línea */
    overflow: hidden;    /* Oculta cualquier desbordamiento de texto */
    text-overflow: ellipsis; /* Añade "..." si el texto es demasiado largo */
    font-size: 0.9em;    /* Ajusta el tamaño de la fuente si es necesario */
}

.shortcut-button:hover .lm-fs-12 {
    color: #000 !important; /* Color del texto en estado hover */
}

/* Animación slide-up */
@keyframes slide-up {
    from {
      opacity: 0;
      transform: translateY(20px); /* Aparece desde abajo */
    }
    to {
      opacity: 1;
      transform: translateY(0); /* Termina en su posición */
    }
  }
  @keyframes slide-down {
    from {
      opacity: 0;
      transform: translateY(-20px); /* Desaparece hacia abajo */
    }
    to {
      opacity: 1;
      transform: translateY(0); /* Termina en su posición */
    }
  }
  .slide-up {
    opacity: 0;
    animation: slide-up 0.3s ease forwards; /* Animación para aparecer */
    transition: transform 0.2s ease-in-out; /* Suaviza el hover */
  }

  .slide-down {
    opacity: 0;
    animation: slide-down 0.3s ease forwards; /* Animación para aparecer */
    transition: transform 0.2s ease-in-out; /* Suaviza el hover */
  }

  .bocadillo-container {
    position: relative;
    display: inline-block;
    margin: 20px;
  }
  
  .bocadillo {
    position: absolute;
    bottom: 100%; /* El bocadillo aparece arriba del elemento */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333; /* Color de fondo */
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  
  .bocadillo::after {
    content: '';
    position: absolute;
    top: 100%; /* Punta debajo del bocadillo */
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #333 transparent transparent transparent; /* Color de la punta */
  }
  
  /* Mostrar el bocadillo al pasar el cursor por el contenedor */
  .bocadillo-container:hover .bocadillo {
    opacity: 1;
    visibility: visible;
  }
  
  /* Estilos para el botón de Confirmar */
.swal-confirm-btn {
    background-color: #FFFFFF !important; /* Verde (bg-green-500) */
    color: #01a590 !important; /* Blanco (text-white) */
    padding: 8px 18px !important; /* px-6 py-2 */
    border-radius: 4px !important; /* rounded-lg */
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out !important; /* transition-all */
    border: #cfcfcf !important;
    box-sizing: border-box !important;
    font-weight: bold !important;
    cursor: pointer !important;
    outline: none !important;
  }
  
  .swal-confirm-btn:hover {
    background-color: #f0f0f0 !important; /* hover:bg-green-600 */
  }
  
  .swal-confirm-btn:focus {
    outline: none !important;
    background-color: #80CBC4;
  }
  
  .swal-confirm-btn:active {
    transform: scale(0.95) !important; /* Pequeño efecto de presión */
    background-color: #4dc0b1;
  }
  
  /* Estilos para el botón de Cancelar */
  .swal-cancel-btn,.swal2-confirm {
    background-color: #01a590 !important; /* Rojo (bg-red-500) */
    color: #ffffff !important; /* Blanco (text-white) */
    padding: 10px 20px !important; /* px-6 py-2 */
    border-radius: 4px !important; /* rounded-lg */
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out !important; /* transition-all */
    border: #0d685f !important;
    font-weight: bold !important;
    cursor: pointer !important;
  }
  
  .swal-cancel-btn:hover {
    background-color: #4dc0b1 !important; /* hover:bg-red-600 */
  }
  
  .swal-cancel-btn:focus {
    outline: none !important;
    background-color: #4cbfb1;
  }
  
  .swal-cancel-btn:active {
    transform: scale(0.95) !important; /* Pequeño efecto de presión */
    background-color: #0d685f;
  }
  
/* Estilos para SweetAlert en modo oscuro */
html.dark .swal2-popup {
    background-color: #1f2937 !important;
    border: 1px solid #374151 !important;
    color: #f9fafb !important;
}

html.dark .swal2-title {
    color: #f9fafb !important;
}

html.dark .swal2-content {
    color: #d1d5db !important;
}

html.dark .swal2-confirm {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: #ffffff !important;
}

html.dark .swal2-confirm:hover {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}

html.dark .swal2-cancel {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #ffffff !important;
}

html.dark .swal2-cancel:hover {
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
}

html.dark .swal2-backdrop {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

html.dark .swal2-icon {
    border-color: #374151 !important;
}

html.dark .swal2-icon.swal2-success {
    border-color: #28a745 !important;
}

html.dark .swal2-icon.swal2-error {
    border-color: #dc3545 !important;
}

html.dark .swal2-icon.swal2-warning {
    border-color: #ffc107 !important;
}

html.dark .swal2-icon.swal2-info {
    border-color: #17a2b8 !important;
}

html.dark .swal2-icon.swal2-question {
    border-color: #6c757d !important;
}
  
 