/*#region Original App */

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: black;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.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."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

/*#endregion */

/* ESTO ES LO NUEVO */

/*#region General */

.page {
    display: flex;
    font-family: courier new;
}

.web {
    display: contents;
}

.mobile {
    display: none;
}

@keyframes shine {
    from {
        background-position: -200px;
    }

    to {
        background-position: 200px;
    }
}

/*#endregion */

/*#region NavMenu */

.navMenu01 {
    height: 100px;
    width: 170px;
}

.navMenu02 {
    padding: 0 10%;
}

/*#endregion */

/*#region Home */

.home02 {
    max-width: 35vw;
    min-width: 100px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255,215,0,0.7);
}

.home03 {
    font-size: 35px;
    margin-bottom: 1.5rem;
}

.home05 { 
    font-size: 25px;
    margin: 0 0 25px 0;
}

.home03-05 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.home09 {
    width: 75%;
}

/*#endregion */

/*#region Adv */

.adv01 {
    justify-content: end;
    right: 30px;
}

/*#endregion */

/*#region Error */

.error01 {
    margin: 20px 150px;
}

.error02 {
    width: 0;
    height: 0;
}

.error03 {
    font-size: 35px;
    margin: 0.0rem 30px 0.5rem 30px;
}

.error04 {
    font-size: 25px;
    margin: 0.0rem 30px;
}

.error05 {
    padding-bottom: 15px;
}

.error06 {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.error03-04-06 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.error09 {
    width: 75%;
    margin: 0 0 0 -87.5%;
}

/*#endregion */

/*#region Login */

.login02 {
    max-width: 35vw;
    min-width: 100px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255,215,0,0.7);
}

.login03 {
    font-size: 35px;
    margin-bottom: 1.5rem;
}

.login05 {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.login03-05 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.login06 {
    min-width: 400px;
    margin: 0 auto;
}

.login07 {
    margin: 9px -40px 0 15px;
}

.login08 {
    padding: 10px 9px 10px 55px;
}

.login09 {
    width: 75%;
}

/*#endregion */

/*#region PassRec */

.passRec02 {
    max-width: 35vw;
    min-width: 100px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255,215,0,0.7);
}

.passRec03 {
    font-size: 35px;
    margin-bottom: 1.5rem;
}

.passRec05 {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.passRec03-05 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.passRec06 {
    min-width: 400px;
    margin: 0 auto;
}

.passRec07 {
    margin: 9px -40px 0 15px;
}

.passRec08 {
    padding: 10px 9px 10px 55px;
}

.passRec09 {
    width: 75%;
}

/*#endregion */

/*#region ResendToken */

.resendToken02 {
    max-width: 35vw;
    min-width: 100px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255,215,0,0.7);
}

.resendToken03 {
    font-size: 35px;
    margin-bottom: 1.5rem;
}

.resendToken05 {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.resendToken03-05 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.resendToken06 {
    min-width: 400px;
    margin: 0 auto;
}

.resendToken07 {
    margin: 9px -40px 0 15px;
}

.resendToken08 {
    padding: 10px 9px 10px 55px;
}

.resendToken09 {
    width: 75%;
}

/*#endregion */

/*#region ResetPass */

.resetPass02 {
    max-width: 35vw;
    min-width: 100px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255,215,0,0.7);
}

.resetPass03 {
    font-size: 35px;
    margin-bottom: 1.5rem;
}

.resetPass05 {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.resetPass03-05 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.resetPass06 {
    min-width: 400px;
    margin: 0 auto;
}

.resetPass07 {
    margin: 9px -40px 0 15px;
}

.resetPass08 {
    padding: 10px 9px 10px 55px;
}

.resetPass09 {
    width: 75%;
}

/*#endregion */

/*#region Contact */

.contact02 {
    max-width: 35vw;
    min-width: 100px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255,215,0,0.7);
}

.contact03 {
    font-size: 35px;
    margin-bottom: 1.5rem;
}

.contact05 {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.contact03-05 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.contact06 {
    min-width: 400px;
    margin: 0 auto;
}

.contact07 {
    margin: 9px -40px 0 15px;
}

.contact08 {
    padding: 10px 9px 10px 55px;
}

.contact09 {
    width: 75%;
}

.contact12 {
    margin-left: 2px;
    height: 58px;
}

/*#endregion */

/*#region Register */

.register02 {
    max-width: 35vw;
    min-width: 100px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255,215,0,0.7);
}

.register03 {
    font-size: 35px;
    margin-bottom: 1.5rem;
}

.register05 {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.register03-05 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.register06 {
    min-width: 400px;
    margin: 0 auto;
}

.register07 {
    margin: 9px -40px 0 15px;
}

.register08 {
    padding: 10px 9px 10px 55px;
}

.register09 {
    width: 75%;
}

.register12 {
    margin-left: 2px;
    height: 58px;
}

/*#endregion */

/*#region Message */

.message02 {
    max-width: 35vw;
    min-width: 100px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255,215,0,0.7);
}

.message03 {
    font-size: 35px;
    margin-bottom: 1.5rem;
}

.message05 {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.message03-05 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.message06 {
    min-width: 400px;
    margin: 0 auto;
}

.message07 {
    margin: 9px -40px 0 15px;
}

.message08 {
    padding: 10px 9px 10px 55px;
}

.message09 {
    width: 75%;
}

.message10 {
    font-size: 25px;
    margin: 0 auto 1.5rem auto;
}

/*#endregion */

/*#region Product */

.product01 {
    font-size: 2.3rem;
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
    line-height: unset;
}

.product02 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    animation: shine 15s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.product04 {
    /*padding-bottom: 15px;*/
}

.product03-05 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.product05 {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.product07 {
    margin: 11px -34px 0 15px;
}

.product08 {
    padding: 8px 10px 8px 55px;
}

.product09 {
    width: 100%;
    margin: 0 0 0 -100%;
}

.product10 {
    flex-wrap: nowrap;
}

.product11 {
    flex-wrap: nowrap;
}

.product12 {
    max-height: 470px
}

.product13 {
    width: 100%;
    max-width: 315px;
    margin-bottom: 1.0rem;
    margin-right: 10px;
}

.product14 {
    margin: 0 auto;
}

.product15 {
    /*margin: 0;*/
}

.product16 {
    width: 75%;
    margin: 0 auto;
}

.product17 {
    max-width: 35vw;
    min-width: 100px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255,215,0,0.7);
}

/*#endregion */

/*#region EditUser */

.editUser02 {
    max-width: 35vw;
    min-width: 100px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255,215,0,0.7);
}

.editUser03 {
    font-size: 35px;
    margin-bottom: 1.5rem;
}

.editUser05 {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.editUser03-05 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.editUser06 {
    min-width: 400px;
    margin: 0 auto;
}

.editUser07 {
    margin: 9px -40px 0 15px;
}

.editUser08 {
    padding: 10px 9px 10px 55px;
}

.editUser09 {
    width: 75%;
}

.editUser12 {
    margin-left: 2px;
    height: 58px;
}

/*#endregion */

/*#region ChangePass */

.changePass02 {
    max-width: 35vw;
    min-width: 100px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255,215,0,0.7);
}

.changePass03 {
    font-size: 35px;
    margin-bottom: 1.5rem;
}

.changePass05 {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.changePass03-05 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.changePass06 {
    min-width: 400px;
    margin: 0 auto;
}

.changePass07 {
    margin: 9px -40px 0 15px;
}

.changePass08 {
    padding: 10px 9px 10px 55px;
}

.changePass09 {
    width: 75%;
}

/*#endregion */

/*#region Lottery */

.lottery-board {
    display: grid;
    gap: 8px;
    justify-content: center;
    margin-top: 0px;
    padding-bottom: 10px;
    width: 100%;
    grid-template-columns: repeat(auto-fit, 50px);
}

.lottery-number {
    box-shadow: 2px 2px 5px 0px lightgray;
    width: 50px;
    height: 50px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s;
}

    .lottery-number > div {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
.lottery02 {
    max-width: 35vw;
    min-width: 100px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255,215,0,0.7);
}

.lottery03 {
    font-size: 35px;
    margin-bottom: 1.5rem;
}

.lottery05 {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.lottery03-05 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.lottery06 {
    min-width: 400px;
    margin: 0 auto;
}

.lottery07 {
    margin: 9px -40px 0 15px;
}

.lottery08 {
    padding: 10px 9px 10px 55px;
}

.lottery09 {
    width: 75%;
}

.lottery10 {
    margin: 0 auto 15px auto;
    border: 1px solid gold;
    padding: 10px 10px 0 10px;
}

.lottery11 {
    margin: 8px 20px 0 -35px;
}

.lottery12 {
    font-size: 0.85rem;
}

/*#endregion */

/*#region BackgroundImage */

.backgroundImage01 {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/*#endregion */

/*#region Receipt */

.receipt02 {
    max-width: 35vw;
    min-width: 100px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255,215,0,0.7);
}

.receipt03 {
    font-size: 35px;
    margin-bottom: 1.5rem;
}

.receipt05 {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.receipt03-05 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.receipt06 {
    min-width: 400px;
    margin: 0 auto;
}

.receipt07 {
    margin: 9px -40px 0 15px;
}

.receipt08 {
    padding: 10px 9px 10px 55px;
}

.receipt09 {
    width: 75%;
}

.receipt10 {
    color: gold;
    width: 50%;
    margin: 0 auto;
}

/*.receipt01 {
    padding-top: 45px;
}

.receipt02 {
    margin: 0 auto;
}

.receipt04 {
    padding-bottom: 15px;
}

.receipt05 {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.receipt03-05 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.receipt10 {
    width: 75%;
    margin: 0 0 0 -87.5%;
}
*/
/*#endregion */

/*#region AddProduct */

.addProduct02 {
    max-width: 35vw;
    min-width: 100px;
    border-radius: 50%;
    border: 3px solid #FFD700;
    box-shadow: 0 0 20px rgba(255,215,0,0.7);
}

.addProduct03 {
    font-size: 35px;
    margin-bottom: 1.5rem;
}

.addProduct05 {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.addProduct03-05 {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.addProduct06 {
    min-width: 400px;
    margin: 0 auto;
}

.addProduct07 {
    margin: 9px -40px 0 15px;
}

.addProduct08 {
    padding: 10px 9px 10px 55px;
}

.addProduct09 {
    width: 75%;
}

.addProduct12 {
    margin-left: 2px;
    height: 58px;
}

/*#endregion */

@media screen and (max-width: 499px) {

    /*#region General */

    .page {
        width: 100%;
    }

    .web {
        display: none;
    }

    .mobile {
        display: contents;
    }

    /*#endregion */

    /*#region NavMenu */

    .navMenu01 {
        width: 155px;
    }

    .navMenu02 {
        padding: 0;
    }

    /*#endregion */

    /*#region Home */

    .home09 {
        width: 100%;
    }

    /*#endregion */

    /*#region Adv */

    .adv01 {
        justify-content: space-evenly;
        right: 0;
    }

    /*#endregion */

    /*#region Error */

    .error01 {
        margin: 0;
    }

    .error02 {
        width: 175px;
        height: 175px;
        margin: 0 auto;
    }

    .error03 {
        font-size: 30px;
        margin: -20px 0 0 0;
    }

    .error04 {
        font-size: 23px;
        margin: 10px 0 0 0;
    }

    .error09 {
        width: 100%;
        margin: 0 0 0 -100%;
    }

    /*#endregion */

    /*#region Login */

    .login06 {
        min-width: 100%;
        width: 100%;
    }

    .login07 {
        margin: 12px -45px 0 15px;
    }

    .login08 {
        padding: 13px 9px 13px 55px;
    }

    .login09 {
        width: 100%;
    }

    /*#endregion */

    /*#region PassRec */

    .passRec06 {
        min-width: 100%;
        width: 100%;
    }

    .passRec07 {
        margin: 12px -45px 0 15px;
    }

    .passRec08 {
        padding: 13px 9px 13px 55px;
    }

    .passRec09 {
        width: 100%;
    }

    /*#endregion */

    /*#region ResendToken */

    .resendToken06 {
        min-width: 100%;
        width: 100%;
    }

    .resendToken07 {
        margin: 12px -45px 0 15px;
    }

    .resendToken08 {
        padding: 13px 9px 13px 55px;
    }

    .resendToken09 {
        width: 100%;
    }

    /*#endregion */

    /*#region ResetPass */

    .resetPass06 {
        min-width: 100%;
        width: 100%;
    }

    .resetPass07 {
        margin: 12px -45px 0 15px;
    }

    .resetPass08 {
        padding: 13px 9px 13px 55px;
    }

    .resetPass09 {
        width: 100%;
    }

    /*#endregion */

    /*#region Contact */

    .contact06 {
        min-width: 100%;
        width: 100%;
    }

    .contact07 {
        margin: 12px -45px 0 15px;
    }

    .contact08 {
        padding: 13px 9px 13px 55px;
    }

    .contact09 {
        width: 100%;
    }

    .contact12 {
        margin-left: -2px;
        height: 63px;
    }

    /*#endregion */

    /*#region Register */

    .register06 {
        min-width: 100%;
        width: 100%;
    }

    .register07 {
        margin: 12px -45px 0 15px;
    }

    .register08 {
        padding: 13px 9px 13px 55px;
    }

    .register09 {
        width: 100%;
    }

    .register12 {
        margin-left: -2px;
        height: 63px;
    }

    /*#endregion */

    /*#region Message */

    .message03 {
        font-size: 30px;
        margin-bottom: 1.5rem;
    }

    .message06 {
        min-width: 100%;
        width: 100%;
    }

    .message07 {
        margin: 12px -45px 0 15px;
    }

    .message08 {
        padding: 13px 9px 13px 55px;
    }

    .message09 {
        width: 100%;
    }

    .message10 {
        font-size: 25px;
        margin: 0 auto 1.5rem auto;
    }

    /*#endregion */

    /*#region Product */

    .product01 {
        font-size: 1.88rem;
    }

    .product10 {
        flex-wrap: wrap;
    }

    .product11 {
        flex-wrap: wrap;
    }

    .product12 {
        max-height: 175px;
        margin-bottom: 10px;
    }

    .product13 {
        max-width: 100%;
    }

    .product14 {
        margin: 10px auto;
    }

    .product16 {
        width: 100%;
    }

    .product17 {
        min-width: 30px;
    }

    /*#endregion */

    /*#region EditUser */

    .editUser06 {
        min-width: 100%;
        width: 100%;
    }

    .editUser07 {
        margin: 12px -45px 0 15px;
    }

    .editUser08 {
        padding: 13px 9px 13px 55px;
    }

    .editUser09 {
        width: 100%;
    }

    .editUser12 {
        margin-left: -2px;
        height: 63px;
    }

    /*#endregion */

    /*#region ChangePass */

    .changePass06 {
        min-width: 100%;
        width: 100%;
    }

    .changePass07 {
        margin: 12px -45px 0 15px;
    }

    .changePass08 {
        padding: 13px 9px 13px 55px;
    }

    .changePass09 {
        width: 100%;
    }

    /*#endregion */

    /*#region Lottery */

    .lottery06 {
        min-width: 100%;
        width: 100%;
    }

    .lottery07 {
        margin: 10px 0 0 15px;
    }

    .lottery08 {
        margin: 0 -45px 0 -33px;
        padding: 13px 9px 13px 55px;
    }

    .lottery09 {
        width: 100%;
    }

    .lottery11 {
        margin: 8px 25px 0 0;
    }

    .lottery12 {
        font-size: 0.65rem;
    }

    /*#endregion */

    /*#region BackgroundImage */

    .backgroundImage01 {
        background-size: cover;
        background-position: unset;
    }

    /*#endregion */

    /*#region Receipt */

    .receipt02 {
        max-width: 100%;
    }

    .receipt03 {
        font-size: 30px;
        margin-bottom: 1.0rem;
    }

    .receipt06 {
        min-width: 100%;
        width: 100%;
    }

    .receipt07 {
        margin: 12px -45px 0 15px;
    }

    .receipt08 {
        padding: 13px 9px 13px 55px;
    }

    .receipt09 {
        width: 100%;
    }

    .receipt10 {
        width: 100%;
    }

/*    .receipt01 {
        padding-top: 35px;
    }

    .receipt02 {
        margin: 0 30px;
    }

    .receipt04 {
        padding-bottom: 25px;
    }

    .receipt10 {
        width: 100%;
        margin: 0 0 0 -100%;
    }
*/
    /*#endregion */

    /*#region AddProduct */

    .addProduct06 {
        min-width: 100%;
        width: 100%;
    }

    .addProduct07 {
        margin: 12px -45px 0 15px;
    }

    .addProduct08 {
        padding: 13px 9px 13px 55px;
    }

    .addProduct09 {
        width: 100%;
    }

    .addProduct12 {
        margin-left: -2px;
        height: 63px;
    }

    /*#endregion */
}

@media screen and (max-width: 767px) {

    /* start of medium tablet styles */
}

@media screen and (max-width: 991px) {

    /* start of large tablet styles */

}