﻿:root {
    --custom-primary-color: #40b49f;
    --custom-secundary-color: #fff;
}

.CardProfesionalPicture2 {
    border-radius: 50%;
    width: 120px;
    height: 115px;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
}

.page-herocompanys-background-class {
    background-image: url(/Resources/hero-compays.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    background-attachment: fixed;
}

.DescuentoSize {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 60px !important;
    margin: 8px;
    border-radius: 20px;
    transition-property: border-color, background-color, box-shadow;
    transition-duration: 0.3s;
    background-color: transparent;
    position: relative;
    color: red;
}

.text-red {
    color: red !important;
}
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    height: 100% !important;
    max-height: 100% !important;
}

﻿.LoginBackground {
    background-color: whitesmoke;
}

/* Contenedor centrado */
.logo-container {
    display: flex;
    flex-wrap: wrap; /* permite wrap */
    gap: 1rem;
    justify-content: center; /* centra horizontalmente */
    align-items: center; /* centra verticalmente */
    padding: 2rem 0;
    height: 100vh; /* opcional: si quieres que ocupe toda la altura */
}

/* Cada tarjeta ocupa máximo 25% por fila */
.logo-card {
    background-color: whitesmoke;
    flex: 1 1 calc(25% - 1rem);
    max-width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5); /* sombra más visible */
    border: 1px solid rgba(255,255,255,0.15); /* borde sutil para contraste */
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 7px;
}

    .logo-card img {
        max-width: 80%;
        max-height: 80%;
    }

    .logo-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }

/* Responsive */
@media (max-width: 900px) {
    .logo-card {
        flex: 1 1 calc(50% - 1rem);
    }
}

@media (max-width: 500px) {
    .logo-card {
        flex: 1 1 100%;
    }
}

.logo-link {
    flex: 1 1 calc(25% - 1rem);
    max-width: 150px;
}

.Logo {
    max-width: 200px;
    max-height: 200px;
    background-color: transparent;
    object-fit: contain;
}

.custom-border:hover {
    border-color: red !important;
    box-shadow: none !important
}

.custom-border:focus {
    border-color: red !important;
}

.cardMargen {
    width: 350px !important;
    border-radius: 10px;
}

.LabelFont {
    font-size: 14px;
}

.Text-Pass-Color {
    color: var(--custom-primary-color) !important;
    text-decoration: none;
}

.GridNoRecords {
    color: black;
    font-size: 15px;
    text-align: center;
}

.spinnerSize {
    height: 4rem !important;
    width: 4rem !important;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: var(--custom-primary-color) !important;
    border-color: var(--custom-primary-color) !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

app {
    flex-direction: row;
    background-color:white;
}

/* Width of the scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

/* Track of the scrollbar */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle of the scrollbar */
::-webkit-scrollbar-thumb {
    background: #808080;
    border-radius: 10px;
}

    /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.rz-chkbox-box, #Fecha, .rz-textarea, .rz-textbox, .rz-state-active, .rz-dropdown, .rz-spinner, .rz-calendar {
    border: 1px solid #808080 !important;
}

.page-background-class {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    background-attachment: fixed;
    background-color: white !important;
    background: linear-gradient(to bottom, #fffaf5, var(--custom-secundary-color));
    min-height: 100%;
}

.CardSize {
    width: 100%;
    max-width: 800px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 15px;
    border: none;
    justify-content: center;
    flex-direction: row;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 20px;
}

.CardSizeValidation {
    max-width: 500px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 15px;
    border: none;
    justify-content: center;
    flex-direction: row;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 20px;
}

.logo-hero-box {
    width: 100%;
    /*position: absolute;*/
    top: 35px;
    left: 0;
    min-height: 80px;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: var(--custom-primary-color);
}

.HeroContentSize {
    height: calc(100vh - 85px);
}

.HeroContent {
    font-size: 20px;
    color: var(--custom-primary-color);
    font-weight: 500;
    display: block;
}

.TextHero {
    font-size: 13px;
    margin-bottom: 14px;
    color: black;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif !important;
}

.AppoinmetButtom {
    width: 150px !important;
}

.social-bar a {
    font-size: 20px;
    text-decoration: none;
}

    .social-bar a:hover {
        color: #ddd;
    }

.bg-orange {
    background-color: var(--custom-primary-color) !important;
}

.social-icon svg {
    width: 18px;
    height: 18px;
    color: white; /* Aquí se asegura que currentColor sea blanco */
}

.my-gradient {
    background: linear-gradient(to top left, var(--custom-secundary-color), var(--custom-primary-color) 100%);
}

.bg-color {
    background-color: white !important;
    border-color: white !important;
}


body {

}

.heroHome {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    color: #111;
    text-align: center;
    flex-direction: column;
    min-width: 280px;
}

    .heroHome h2 {
        font-size: 14px;
        letter-spacing: 2px;
        font-weight: 400;
        color: #555;
        margin-bottom: 8px;
    }

    .heroHome h1 {
        font-family: "Arvo", serif;
        font-size: 52px;
        margin: 0;
        font-weight: 700;
        color: var(--custom-primary-color);
    }

    .heroHome h3 {
        font-family: "Arvo", serif;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 3px;
        color: #333;
        margin: 0 0 18px;
    }

    .heroHome p {
        font-size: 16px;
        color: #222;
        margin-bottom: 28px;
    }

.buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btnHome {
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.25);
}

.btn-red {
    background: var(--custom-primary-color);
    color: #fff;
    border-color: var(--custom-primary-color);
}

    .btn-red:hover {
        background: var(--custom-primary-color);
        border-color: var(--custom-primary-color);
    }

.btn-outline {
    background: #fff;
    color: #111;
    border: 2px solid #111;
}

    .btn-outline:hover {
        background: #111;
        color: #fff;
    }

.hero-wrapperhome {
    display: flex;
    justify-content: center; /* Centra horizontal */
    align-items: center; /* Centra vertical */
    gap: 10px; /* espacio entre columnas */
    min-height: calc(100vh - 85px);
}

.hero-left {
    flex: 0 0 60%; /* fijo al 60% */
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-right {
    flex: 0 0 40%; /* fijo al 40% */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (min-width: 992px) {
    .page-background-class {
        overflow: hidden;
    }

    .page-background-class {
        min-height: calc(100vh - 85px);
    }

    .hero-wrapperhome {
        min-height: calc(100vh - 85px);
    }
}

.puntero {
    cursor: pointer;
}

.rz-sidebar-toggle:hover {
    background: var(--custom-primary-color) !important;
}

.rz-sidebar-toggle {
    background: var(--custom-primary-color) !important;
    border-radius: 50%;
}

.rz-datatable-loading {
 background-color: transparent !important;
}

@media (min-width: 768px) { /* md breakpoint */
    .search-box {
        width: 25% !important;
    }
}

.CardProfesionalPicture2 {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    cursor: pointer;
}

.CardProfesionalSize {
    width: 170px !important;
    height: 240px !important;
    padding: 24px;
    border: 1px solid rgb(199, 199, 204);
    border-radius: 16px;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow;
    transition-duration: 0.3s;
    background-color: lightgray;
    margin: 5px;
}

.CardProfesionalPicture {
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

.avalivePoint {
    width: 10px;
    height: 10px;
}

.avalive {
    font-size: 12px;
}

.CardProfesionalSize:hover {
    background-color: white;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.CardServiceSize {
    width: 170px !important;
    height: 130px !important;
    min-height: 124px !important;
    margin: 5px;
    border: 1px solid rgb(199, 199, 204);
    border-radius: 25px;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow;
    transition-duration: 0.3s;
    background-color: lightgray;
    position: relative;
}


.discount {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: red;
    color: white;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.ServiceFontSize {
    font-size: 12px;
}

.CardSizeProduct {
    width: 100%;
    max-width: 800px;
    min-height: 550px;
    margin-right: 5px;
    margin-left: 5px;
    border: none;
    justify-content: center;
    flex-direction: row;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 20px;
}

.CardContentSize {
    min-height: calc(100vh - 85px) !important;
}
.CardSizeSchedule {
    max-width: 750px;
    margin-right: 5px;
    margin-left: 5px;
    border: none;
    justify-content: center;
    flex-direction: row;
    border-radius: 20px;
}

.CardMaxAncho {
    max-width: 100% !important;
}

.Desbordamiento {
    overflow-y: auto !important;
}

.flexSize {
    width: 60px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.box2size {
    width: 50px;
    height: 50px;
    border: 1px solid rgb(0, 0, 0);
    background-color: transparent;
    border-radius: 50%;
}

.boxnumbersize {
    width: 40px;
    height: 40px;
    background-color: rgb(0, 0, 0);
    color: white;
}

.dotsize {
    width: 3px;
    height: 3px;
    background-color: white;
    border-radius: 50%;
}

.futuredatesize {
    width: 50px;
    height: 50px;
}

.lettersize {
    width: 50px;
    height: 10px;
    margin-bottom: 10px;
}

.CardTimeSize {
    width: 130px !important;
    height: 46px !important;
    margin: 5px;
    border: 1px solid rgb(199, 199, 204);
    border-radius: 16px;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow;
    transition-duration: 0.3s;
    background-color: lightgray;
}

.CardTimeSize:hover {
    background-color: white;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.CardServiceSize:hover {
    background-color: white;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: var(--custom-primary-color);
    color: #fff;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    color: var(--custom-primary-color);
}

.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--custom-primary-color);
    bottom: 0;
    left: calc(50% - 20px);
}

.contact .info {
    border-top: 3px solid var(--custom-primary-color);
    border-bottom: 3px solid var(--custom-primary-color);
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    min-height: 400px;
}

.contact .info i {
    font-size: 20px;
    color: var(--custom-primary-color);
    float: left;
    width: 44px;
    height: 44px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    color: var(--custom-primary-color);
}

.contact .info p {
    padding: 0 0 10px 60px;
    font-size: 14px;
    color: black;
}

.sticky-top {
    position: sticky !important;
    top: 0;
    z-index: 1050; /* asegúrate de que quede encima del resto */
}

.CardSizeOpenCashRegister {
    width: 100%;
    max-width: 400px;
    max-height: 550px;
    margin-right: 5px;
    margin-left: 5px;
    border: none;
    background-color: white;
    justify-content: center;
    flex-direction: row;
    border-radius: 20px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.3s ease-in-out;
}


.Header {
    height: 50px;
    background-color: transparent;
    margin: 10px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    min-width: 750px;
}

.form {
    position: relative;
}

.form-input {
    width: 250px !important;
    height: 35px !important;
    text-indent: 33px !important;
    border-radius: 10px !important;
}

.form span {
    position: absolute;
    right: 17px;
    top: 13px;
    padding: 2px;
    border-left: 1px solid #d1d5db;
}

.form .fa-search {
    position: absolute !important;
    top: 8px !important;
    left: 15px !important;
    color: #9ca3af !important;
}

.form-input:focus {
    box-shadow: none !important;
    border: none !important;
}

.HeaderButtom {
    height: 40px;
    background-color: var(--custom-primary-color);
    border-radius: 10px;
    width: 60px;
}

.ProductContent {
    width: 70%;
    border-radius: 10px;
    margin: 10px;
    margin-bottom: 10px;
    height: calc(100vh - 90px);
    background-color: transparent;
    min-width: 200px;
}

.w-170 {
    width: 170px;
}

.InvoiceContent {
    width: 33%;
    border-radius: 20px;
    margin: 10px;
    height: calc(100vh - 20px);
    background-color: white;
    min-width: 300px;
}

.HeaderInvoice {
    max-height: 30px;
    height: 100%;
}

.InvoiceGridSize {
    max-height: calc(100vh - 180px);
    height: 100%;
}

.sidebar-closed {
    transform: translateX(-100%);
}

.sidebar-open {
    transform: translateX(0);
}

/* Botón flotante */
.toggle-default {
    position: fixed;
    left: 15px;
    transition: left 0.3s ease;
}

/* Cuando el sidebar está abierto */
.toggle-moved {
    position: fixed;
    left: 205px; /* un poco más que el ancho del sidebar */
    transition: left 0.3s ease;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1500;
    backdrop-filter: blur(3px);
}

.iconsize {
    font-size: 10px;
}

.rz-selectbar .rz-button.rz-state-active {
    color: var(--custom-primary-color) !important;
}

.rz-button-md {
    letter-spacing: 0px !important;

}

.FormaPago {
    width: 120px;
    height: 100px;
    background-color: var(--custom-primary-color) !important;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    margin: 8px;
}

.border-left-primary {
    border-left: .25rem solid #4e73df !important
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.text-xs {
    font-size: .9rem
}

.font-weight-bold {
    font-weight: 600 !important
}
.border-left-success {
    border-left: .25rem solid #1cc88a !important
}

.border-left-warning {
    border-left: .25rem solid #f6c23e !important
}


.rz-chkbox-box.rz-state-disabled {
    background-color: var(--rz-input-disabled-color) !important;
}

.border-left-danger {
    border-left: .25rem solid #e74a3b !important
}


@keyframes confetti-slow {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
    }
}

@keyframes confetti-medium {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
    }
}

@keyframes confetti-fast {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
    }
}

.container-confetti {
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    border: 1px solid white;
    position: fixed;
    top: 0;
}

.confetti-container {
    perspective: 700px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.confetti {
    position: absolute;
    z-index: 1;
    top: -10px;
    border-radius: 0%;
}

/* Animaciones de confetti en CSS puro */
.confetti--animation-slow {
    animation: confetti-slow 2.25s linear 1 forwards;
}

.confetti--animation-medium {
    animation: confetti-medium 1.75s linear 1 forwards;
}

.confetti--animation-fast {
    animation: confetti-fast 1.25s linear 1 forwards;
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

/* Botón submit */
.submit-btn {
    height: 45px;
    width: 200px;
    font-size: 15px;
    background-color: #00c09d;
    border: 1px solid #00ab8c;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(87,71,81,.2);
    cursor: pointer;
    transition: all .2s ease-out;
}

    .submit-btn:hover {
        background-color: #2ca893;
        transition: all .2s ease-out;
    }


.form {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .form .fa-search {
        position: absolute !important;
        top: 10px !important;
        left: 250px !important;
        color: #9ca3af !important;
    }

    .form span {
        position: absolute;
        right: 17px;
        top: 13px;
        padding: 2px;
        border-left: 1px solid #d1d5db;
    }

.left-pan {
    padding-left: 7px;
}

    .left-pan i {
        padding-left: 10px;
    }

.form-input {
    width: 250px !important;
    height: 35px !important;
    text-indent: 33px !important;
    border-radius: 10px !important;
}

    .form-input:focus {
        box-shadow: none !important;
        border: none !important;
    }