button.btnClickme {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    touch-action: manipulation;
    margin: 30px 0;
}

.shadowBtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(204.92deg 100% 8.74% / 25%);
    will-change: transform;
    transform: translateY(2px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.edgeBtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(to left, hsl(212.65deg 94.44% 14.12%) 0%,
            hsl(212.04deg 72.03% 28.04%) 8%,
            hsl(212.04deg 72.03% 28.04%) 92%,
            hsl(212.09deg 79.63% 21.18%) 100%);
}

.edgeBtn.redBtn {
    background: linear-gradient(to left,
            hsl(340deg 100% 16%) 0%,
            hsl(340deg 100% 32%) 8%,
            hsl(340deg 100% 32%) 92%,
            hsl(340deg 100% 16%) 100%) !important;
}

.frontBtn {
    display: block;
    position: relative;
    padding: 9px 12px;
    border-radius: 12px;
    font-size: 1.1rem;
    color: white;
    background: hsl(211.83deg 63.54% 35.49%);
    will-change: transform;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.frontBtn.redBtn {
    background: hsl(345deg 100% 47%);
}

button.btnClickme:hover {
    filter: brightness(110%);
}

button.btnClickme:hover .frontBtn {
    transform: translateY(-6px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

button.btnClickme:active .frontBtn {
    transform: translateY(-2px);
    transition: transform 34ms;
}

button.btnClickme:hover .shadowBtn {
    transform: translateY(4px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

button.btnClickme:active .shadowBtn {
    transform: translateY(1px);
    transition: transform 34ms;
}

button.btnClickme:focus:not(:focus-visible) {
    outline: none;
}

/* Inicio boton de volver */
.btnBack {
    position: relative;
    width: 150px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #32244a;
    background-color: #503b74;
    overflow: hidden;
}

.btnBack,
.btnBack__icon,
.btnBack__text {
    transition: all 0.3s;
}

.btnBack .btnBack__text {
    width: 70%;
    /* Asigna un ancho específico para que no se superpongan el texto y el icono */
    color: #fff;
    font-weight: 600;
}

.btnBack .btnBack__icon {
    position: absolute;
    right: 0;
    /* Posiciona el icono a la derecha */
    height: 100%;
    width: 30px;
    background-color: #32244a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnBack:hover {
    background-color: #58427e;
}

.btnBack:hover .btnBack__text {
    color: transparent;
}

.btnBack:hover .btnBack__icon {
    width: 100%;
    /* Hace que el icono cubra todo el botón al pasar el ratón por encima */
}

.btnBack:active .btnBack__icon {
    background-color: #215794;
}

.btnBack:active {
    border: 1px solid #295d97;
}

/* Fin boton de volver */

/* Inicio boton de ir */

.btnGo {
    position: relative;
    width: 150px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #32244a;
    background-color: #503b74;
    overflow: hidden;
}

.btnGo,
.btnGo__icon,
.btnGo__text {
    transition: all 0.3s;
}

.btnGo .btnGo__text {
    margin-left: 21%;
    color: #fff;
    font-weight: 600;
}

.btnGo .btnGo__icon {
    position: absolute;
    left: 0;
    height: 100%;
    width: 30px;
    background-color: #32244a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnGo:hover {
    background-color: #5781ab;
}

.btnGo:hover .btnGo__text {
    color: transparent;
}

.btnGo:hover .btnGo__icon {
    width: 100%;
}

.btnGo:active .btnGo__icon {
    background-color: #215794;
}

.btnGo:active {
    border: 1px solid #295d97;
}

/* Fin boton de ir */
button.btnClickme {
    display: flex;
    margin: 30px auto;
    max-width: 250px;
    width: 100%;
}

button.saveBtn {
    margin: 15px 0 0 0;
}

.frontBtn {
    width: 100%;
}


@media only screen and (max-width: 768px) {
    .btnBack .btnBack__text {
        display: none;
    }

    .btnBack {
        width: 33px;
    }

}


/* inicio cuando el boton esta deshabilitado */

button:disabled .shadowBtn {
    background: hsl(0deg 0% 46.93% / 25%);
}

button:disabled .edgeBtn {
    background: linear-gradient(to left, hsl(0deg 0% 34.96%) 0%, hsl(0deg 0% 46.3%) 8%, hsl(0deg 0% 46.3%) 8%, hsl(0deg 0% 34.96%) 100%);
}

button:disabled .frontBtn {
    background: hsl(0deg 0% 56.38%);
}

button:disabled.btnClickme:hover {
    filter: none;
}

button:disabled,
button:disabled:hover,
button:disabled:active {
    cursor: not-allowed;
    /* Cambia el cursor a un icono que indica que el botón está deshabilitado */
}

button:disabled .frontBtn,
button:disabled:hover .frontBtn,
button:disabled:active .frontBtn {
    transform: translateY(-4px);
    /* Ajusta la posición del botón a su estado inicial */
    transition: none;
    /* Elimina la transición que da la ilusión de que el botón puede ser presionado */
}

button:disabled .shadowBtn,
button:disabled:hover .shadowBtn,
button:disabled:active .shadowBtn {
    transform: none;
    /* Elimina la transformación que hace que el botón parezca que puede ser clickeado */
    transition: none;
    /* Elimina la transición que da la ilusión de que el botón puede ser presionado */
}


/* fin cuando el boton esta deshabilitado */
#file-input::file-selector-button:hover {
    background: #2a69b1;
}


/* Inicio BTN download */

.btnDonwload {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background-color: rgb(27, 27, 27);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition-duration: .3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
    margin-right: 10px;
}

.svgIcon {
    fill: rgb(255 255 255);
}

.icon2 {
    width: 9px;
    height: 2.5px;
    border-bottom: 2px solid rgb(255 255 255);
    border-left: 2px solid rgb(255 255 255);
    border-right: 2px solid rgb(255 255 255);
}

.tooltip {
    position: absolute;
    bottom: 100%; /* Posicionamos el tooltip arriba del botón */
    left: 50%; /* Centramos horizontalmente */
    transform: translateX(-50%); /* Alineación horizontal centrada */
    opacity: 0;
    background-color: rgb(12, 12, 12);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .2s;
    pointer-events: none;
    letter-spacing: 0.5px;
}

.tooltip::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: rgb(12, 12, 12);
    background-size: 1000%;
    background-position: center;
    transform: rotate(45deg);
    bottom: -5px; /* Posición de la flecha debajo del tooltip */
    left: 50%; /* Centramos horizontalmente la flecha */
    margin-left: -5px; /* Alineación horizontal centrada de la flecha */
    transition-duration: .3s;
}

.btnDonwload:hover .tooltip {
    opacity: 1;
    transition-duration: .3s;
}

.btnDonwload:hover {
    background-color: rgb(80 59 116);
    transition-duration: .3s;
}

.btnDonwload:hover .icon2 {
    border-bottom: 2px solid rgb(235, 235, 235);
    border-left: 2px solid rgb(235, 235, 235);
    border-right: 2px solid rgb(235, 235, 235);
}

.btnDonwload:hover .svgIcon {
    fill: rgb(255, 255, 255);
    animation: slide-in-top 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.filesChat {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.filesChat>button+span {
    margin-left: 10px;
}

.textContent {
    position: absolute;
    margin-left: 296px;
    width: 251PX;
    text-align: initial;
    color: white;
}

.textContent.admin{
    color: black !important;
}

.textContent {
    display: flex;
    align-items: center;
}

/* BOTONES DE ACEPTAR Y CANCELAR */

.btnClickme.BtnConfirm, .btnClickme.BtnCancelar{
    margin: 0;
}

.BtnConfirm .edgeBtn {
    background: linear-gradient(to left,
            hsl(127.41deg 94.44% 14.12%) 0%,
            hsl(127.06deg 75.41% 25.75%) 8%,
            hsl(127.06deg 75.41% 25.75%) 92%,
            hsl(127.41deg 94.44% 14.12%) 100%);
}

.BtnConfirm .frontBtn {
    background: hsl(126.67deg 65.74% 36.38%);
}

.BtnCancelar .edgeBtn, .btnDanger .edgeBtn {
    background: linear-gradient(to left,
            hsl(0deg 94.44% 14.12%) 0%,
            hsl(0deg 75.41% 25.75%) 8%,
            hsl(0deg 75.41% 25.75%) 92%,
            hsl(0deg 94.44% 14.12%) 100%);
}

.BtnCancelar .frontBtn, .btnDanger .frontBtn {
    background: hsl(0deg 54.58% 51.24%);
}


/* Nuevo Boton con barrida para arriba*/
.btn3 {
    position: relative;
    display: inline-block;
    width: auto; height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    min-width: 150px;
    padding:0;
}
.btn3 span {
    position: relative;
    display: inline-block;
    font-size: 1.3em;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
}
.center {
    text-align: center;
}

.btn-4::before {
    background: linear-gradient(0deg, rgba(50,36,74,1) 0%, rgba(79,68,99,1) 100%);
    border-radius:0.5em;
    transition: 0.3s ease-out;
    position: absolute;
    content: "";
}
.btn-4::after {
    position: absolute;
    content: "";
}
.btn-4 span {
    color: #fff;
    border-radius:0.5em;
    transition: 0.2s 0.1s;
    border: 1px solid rgb(79,68,99);
	text-transform:uppercase;
}
.btn-4 span:hover {
    color: rgb(28, 31, 30);
    transition: 0.2s 0.1s;
    
}
.post-content .btn4{
    font-size: 1.1em!important;
    font-weight: 400!important;
}
.post-content a span {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
}
.btn-4 .wth:hover{
	color: rgb(28, 31, 30)!important;
}
.post-content .btn3{
	margin-top:2em;
}

  /* 2.efecto barrida */
.btn3.hover-filled-slide-up::before {
    top: 0;
    height: 100%;
    width: 100%;
}
.btn3.hover-filled-slide-up:hover::before {
    height: 0%;
}
.btn-3:active, .btn-3:hover, .btn-3:focus {
    outline: 0!important;
    outline-offset: 0;
}
.btn-cancel::before {
    background: linear-gradient(0deg, rgb(124, 0, 0) 0%, rgb(177, 83, 83) 100%)!important;
}
.btn-cancel span {
    border: 1px solid rgb(104, 0, 0);
}
.btn-cancel span:hover {
    color: rgb(104, 0, 0);
}

/* Boton header*/ 
.container-menu .boton {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#btn-md {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.button {
    display: inline-flex;
    height: 50px;
    width: 150px;
    border: 2px solid #32244A;
    border-radius: 2em;
    background: #32244A;
    color: #f1f6f6;
    font-size: .8em;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dub-arrow {
    width: 100%;
    height: 100%;
    background: #fff;
    left: 200px;
    position: absolute;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease-Out;
    bottom: 0;
}

#btn-md:hover .dub-arrow {
    left: 0;
}

#btn-md:hover {
    background: #fff;
    transition: background 0.4s ease-in-out;
}

#btn-md img {
    width: 40px;
    height: auto;
    transform: rotate(180deg);
}