:root {
    --bodyBackground: #f1f1f1;
    --headerBackground: #000;
    --contentBackground: #e4e4e4;
    --cardBackground: #fff;
    --textCard: #202020;
    --subTextCard: #000000b3;
    --success: #198754;
    --white: #fff;
    --black: #000;
    --gray: #787878;
    --width: 600px;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-alert-link: #ff5722b8;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --conradotech-bg: #090a18;
    --conradotech-border: #d1d1d1;
    --conradotech-bgColor: #d3d3d3;
    --conradotech-bgLink: #f9f9f9;
    --conradotech-bgLinkHover: var(--conradotech-primaria);
    --conradotech-rgba: 0, 0, 0;
    --conradotech-rgbaInvert: 255, 255, 255;
    --conradotech-formBg: #fff;
    --conradotech-formBgHover: #d9d9d9;
    --conradotech-formBgHoverColor: #545454;
    --conradotech-formBorder: #c9c9c9;
    --conradotech-formColor: #5a5a5a;
    --conradotech-cardBg: #15152a;
    --conradotech-cardColor: #e1e1e1;
    --conradotech-cardLink: #fff;
    --conradotech-modalBg: #fff;
    --conradotech-modalBorder: #eee;
    --conradotech-modalColor: #333;
    --conradotech-primaria: #151944;
    --conradotech-primariaColor: #e0e0e0;
    --conradotech-primariaLink: #fff;
    --conradotech-primariaLinkHover: #fff;
    --conradotech-primariaDarken: #080812;
    --conradotech-primariaDarkenColor: #dfdfdf;
    --conradotech-primariaDarkenLink: #fff;
    --conradotech-primariaDarkenLinkHover: #f1f1f1;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    padding-right: 0px!important;
}

body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) {
    overflow: unset!important;
}


.mt-1 {
    margin-top: 0.5rem;
}

.mb-1 {
    margin-bottom: 0.5rem;
}

.mt-2 {
    margin-top: 1.5rem;
}

.mb-2 {
    margin-bottom: 1.5rem;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free" !important;
}

.accordion .collapse {
    display: none;
}

.accordion .collapse.show {
    display: block;
}

.lazy-load-image-background.blur.lazy-load-image-loaded>img {
    transition: opacity 0.1s !important;
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
    transition: filter 0.1s !important;
}

.lazy-load-image-loaded {
    display: inherit !important;
}

#main-body {
    align-items: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body {
    background-color: #f1f1f1;
    background-color: var(--bodyBackground);
    margin: auto;
    min-height: 100vh;
    overflow-x: hidden;
    width: 100%;
}

* {
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif !important;
    font-size: 16px;
    outline: none;
    text-decoration: none;
    text-rendering: optimizeLegibility !important;
}

.description-container b,
.description-container strong {
    font-weight: 600;
}

.description-container s,
.description-container u {
    text-decoration: none;
}

form .two-inline {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
}

form .form-item {
    flex: 1 1;
    margin-bottom: 15px;
}

form .form-item label {
    align-items: flex-start;
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

form .form-item label p {
    color: #333 !important;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

form .form-item label input {
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 8px 12px;
    text-transform: capitalize;
    width: 100%;
}

form .form-item label input.email {
    text-transform: lowercase !important;
}

form .form-item label input:read-only {
    background-color: #f0f0f0;
}

form .form-item label .form-error {
    color: red;
    font-size: 12px;
    padding: 5px 0;
}

form .button-container {
    cursor: pointer;
    margin-top: 15px;
}

form .button-container .button-item {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form .button-container .button-item:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

form .button-container .button-item.error {
    background-color: #dc3545;
    background-color: var(--bs-red);
    border-color: #d63384;
    border-color: var(--bs-pink);
}


form .button-container .button-item.default {
    background-color: var(--gray);
    border-color: var(--gray);
    border-color: var(--gray);
}

.button-container {
    margin-bottom: 20px;
}

.button-item-success {
    background-color: var(--bs-success)!important;
}

.button-item-error {
    background-color: var(--bs-danger) !important;
}

.price-discount {
    color: var(--bs-gray)!important;
}

.button-item {
    align-items: center;
    background-color: #6c757d;
    background-color: var(--bs-gray);
    border: 0;
    border-radius: 5px;
    box-shadow: 0 4px 3px #00000014 !important;
    color: #fff;
    color: var(--cardBackground);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    padding: 5px 0;
    width: 100%;
}

a.button-item {
    color: #fff !important;
}

.button-item:disabled {
    cursor: not-allowed;
    opacity: 0.2;
}

.button-item svg {
    fill: #fff;
    fill: var(--cardBackground);
    font-size: 17px;
    margin-right: 5px;
}

.button-item.join {
    background-color: #198754;
    background-color: var(--success);
    font-size: 18px;
    justify-content: space-evenly;
    padding: 10px;
}

.button-item.link-default {
    background-color: #FF5722;
    background-color: var(--bs-alert-link);
    font-size: 18px;
    justify-content: space-evenly;
    padding: 10px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.button-item.link-default p {
    line-height: 1.6;
}

.button-item.join span.icon-text {
    align-items: center;
    color: #fff;
    color: var(--cardBackground);
    display: flex;
    flex-direction: row;
    font-size: 17px;
    font-weight: 600;
    justify-content: center;
}

.button-item.join span.icon-text-join {
    flex: 1 1;
}

.button-item.join span.calculed-price,
.button-item.join span.calculed-price small {
    color: #fff;
    color: var(--cardBackground);
    font-weight: 600;
}

.button-item.join span.calculed-price small {
    font-size: 13px;
}

.order-page-numbers {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: 200px;
    overflow-y: scroll;
}

.order-page-numbers.admin-modal {
    max-height: 180px !important;
}

.order-number {
    background-color: #8cc3a9 !important;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 11.1px !important;
    font-weight: 600;
    justify-content: center;
    line-height: 1;
    max-width: 60px;
    min-width: 60px;
    padding: 0.35em 0.65em;
    text-align: center;
    vertical-align: initial;
    white-space: nowrap;
}

.order-number.zeros-2 {
    max-width: 40px;
    min-width: 40px;
}

.order-number.zeros-6 {
    max-width: 60px;
    min-width: 60px;
}

.order-number.zeros-7 {
    max-width: 70px;
    min-width: 70px;
}

.shaddow-paid {
    box-shadow: 0 3px 3px #198754bf !important;
}

.shaddow-expired {
    box-shadow: 0 3px 3px #dc354570 !important;
}

.shaddow-checking {
    box-shadow: 0 3px 3px #fd7e1470 !important;
}

.shaddow-pending {
    box-shadow: 0 3px 3px #ffc10770 !important;
}

.order-page-numbers .separate-cards {
    margin: 0 0 5px;
}

.certificate-container {
    padding: 4px 0 20px;
}

.certificate-link {
    font-size: 15px;
    font-weight: 500;
}

.card-container .card-content .card-item .card-image img {
    background: #0000;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    inset: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
    padding: 0;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 3px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    border-radius: 13px;
    box-shadow: inset 0 0 5px #0000;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 13px;
}

.custom-scrollbar::-webkit-scrollbar-track:hover {
    background-color: #eee;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.blink-base {
    border-radius: 0.25rem;
    color: #fff;
    display: inline-block;
    font-size: 11.1px;
    font-weight: 600;
    line-height: 1;
    margin-top: 2px;
    padding: 0.35em 0.65em;
    text-align: center;
    vertical-align: initial;
    white-space: nowrap;
}

.blinkImagefirstItem .blink-base {
    left: 10px;
    position: absolute;
    top: 290px;
    z-index: 998;
}

.blink-with-date .blink-data-message {
    white-space: normal;
}

.blink-bg-green {
    background-color: var(--bs-success);
}

.blink-bg-blue {
    background-color: var(--bs-info);
}

.blink-bg-black {
    background-color: #000000b3;
}

.blink-bg-yellow {
    background-color: var(--bs-warning);
}

.blink-bg-warning {
    background-color: var(--bs-warning);
}

/*a:active,
a:visited {
    color: #000;
    color: initial;
}*/

.defaultTypeSelect:not(.MuiFormLabel-filled) {
    transform: translate(14px, 9px) scale(1) !important;
}

.show-numbers {
    align-items: flex-start;
    display: flex;
    flex: 1 1;
    flex-direction: row;
    font-size: 13px;
    line-height: normal;
}

.p-bold {
    font-weight: 600;
}

.share-icons-socialmedia {
    align-items: center;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    height: 30px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 30px;
}

.share-icons-socialmedia svg {
    width: 20px;
}

.footer-social-icons {
    background: none !important;
    filter: invert(1);
    height: 35px;
    width: 35px;
}

.footer-social-icons svg {
    width: 38px;
}

.whatsapp-button {
    background-color: #198754;
}

.telegram-button {
    background-color: #1da1f2;
}

.instagram-button {
    background-color: #c13584;
}

.suporte-button {
    background-color: #ffa000;
}

.twitter-button {
    background-color: #08c;
}

.facebook-button {
    background-color: #3b5998;
}

.remove-scroll {
    overflow: hidden !important;
}

.container {
    box-sizing: border-box;
    margin: auto;
    max-width: var(--width);
    padding: 0 15px;
    width: 100%;
}

.blink {
    animation: blink 2s ease infinite;
}

.blink-bg-success {
    background-color: #198754 !important;
}

main {
    background-color: var(--contentBackground);
    border: 10px solid var(--contentBackground);
    border-radius: 15px;
    flex: 1 1;
    margin: auto;
    margin-bottom: 0.5rem;
    max-width: var(--width);
    width: 100%;
    min-height: 40rem;
}

.main-fill {
    background-color: var(--headerBackground);
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: -1;
}

@keyframes blink {

    0%,
    to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.icon-black path {
    fill: var(--black);
}

.info-form-text {
    align-items: flex-start;
    border-radius: 5px;
    box-shadow: 0 4px 3px #00000014 !important;
    display: flex;
    flex-direction: row;
    font-size: 13px;
    justify-content: flex-start;
    padding: 8px;
}

.info-form-text-alert {
    align-items: flex-start;
    border-radius: 5px;
    box-shadow: 0 4px 3px #00000014 !important;
    display: flex;
    flex-direction: row;
    font-size: 13px;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
    padding: 8px;
    font-weight: 600;
    gap: 6px;
}

.info-form-text-alert.lightyellow {
    background-color: #fff3cd;
    border-color: #ffecb5;
    color: #664d03;
}

.info-form-text svg {
    font-size: 16px;
    margin-right: 5px;
}

.text-svg2x svg {
    font-size: 1.7rem;
}

.info-form-text.lightyellow {
    background-color: #fff3cd;
    border-color: #ffecb5;
    color: #664d03;
}

section .info-form-text.lightyellow.alert {
    background-color: #fff3cd;
    border-color: #ffecb5;
    color: #036613;
}

.info-form-text.lightyellow svg path {
    fill: #664d03;
}

.info-form-text.lightblue {
    background-color: #d1f4fa;
    border-color: var(--textCard);
    color: var(--textCard);
}

.info-form-text.lightblue svg path {
    fill: var(--textCard);
}

.profile-container .profile-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.profile-container .profile-content .profile-item {
    align-items: center;
    background-color: var(--headerBackground);
    border-radius: 10px;
    color: #333;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 4px;
    width: 100%;
}

.profile-container .profile-content .profile-item .profile-image {
    height: 90px;
    margin-right: 10px;
    overflow: hidden;
    width: 90px;
}

.profile-container .profile-content .profile-item .profile-image img {
    border: 0;
    border-radius: 10px;
    display: block;
    height: 100%;
    object-position: center;
    width: 100%;
}

.profile-container .profile-content .profile-item .profile-info {
    flex: 1 1;
}

.profile-container .profile-content .profile-item .profile-info h2 {
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 500;
    max-width: 97%;
    overflow: hidden;
    padding-bottom: 5px;
}

.profile-container .profile-content .profile-item .profile-info p input {
    background-color: initial;
    border: none;
    font-size: 18px;
    width: 100%;
}

.change-user {
    color: gray;
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
    text-align: center;
}

.infinite-loading {
    animation: infinite-spinner 1.3s linear infinite;
}

@keyframes infinite-spinner {
    to {
        transform: rotate(1turn);
    }
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper,
swiper-container {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: ease;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, #00000080, #0000);
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none;
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%;
}

.swiper-lazy-preloader {
    border: 4px solid #007aff;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid #0000;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: #007aff;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: 44px;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: -22px;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    position: absolute;
    top: 50%;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 27px;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px;
    right: var(--swiper-navigation-sides-offset, 10px);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity 0.3s;
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 8px;
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: auto;
    top: var(--swiper-pagination-top, auto);
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    background: #000;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: 8px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: 0.2;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
    width: 8px;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    background: #007aff;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1;
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: auto;
    left: var(--swiper-pagination-left, auto);
    right: 8px;
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
    color: inherit;
    color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
    background: #00000040;
    background: var(--swiper-pagination-progressbar-bg-color, #00000040);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
    width: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    background: #0000001a;
    background: var(--swiper-scrollbar-bg-color, #0000001a);
    border-radius: 10px;
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 4px;
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: 4px;
    height: var(--swiper-scrollbar-size, 4px);
    left: 1%;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: auto;
    top: var(--swiper-scrollbar-top, auto);
    width: 98%;
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    height: 98%;
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: auto;
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: 4px;
    right: var(--swiper-scrollbar-right, 4px);
    top: 1%;
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: 4px;
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
}

.swiper-scrollbar-drag {
    background: #00000080;
    background: var(--swiper-scrollbar-drag-bg-color, #00000080);
    border-radius: 10px;
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}

.swiper .swiper-notification,
swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out;
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom;
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: #ffffffb3;
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
    box-sizing: border-box;
    color: #fff;
    padding: 4px;
    position: fixed;
    -webkit-transform: translateZ(9999);
    -webkit-transform: translateZ(var(--toastify-z-index));
    width: 320px;
    width: var(--toastify-toast-width);
    z-index: 9999;
    z-index: var(--toastify-z-index);
}

.Toastify__toast-container--top-left {
    left: 1em;
    top: 1em;
}

.Toastify__toast-container--top-center {
    left: 50%;
    top: 1em;
    transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
    right: 1em;
    top: 1em;
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em;
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em;
}

@media only screen and (max-width: 480px) {
    .Toastify__toast-container {
        left: 0;
        margin: 0;
        padding: 0;
        width: 100vw;
    }

    .Toastify__toast-container--top-center,
    .Toastify__toast-container--top-left,
    .Toastify__toast-container--top-right {
        top: 0;
        transform: translateX(0);
    }

    .Toastify__toast-container--bottom-center,
    .Toastify__toast-container--bottom-left,
    .Toastify__toast-container--bottom-right {
        bottom: 0;
        transform: translateX(0);
    }

    .Toastify__toast-container--rtl {
        left: auto;
        right: 0;
    }
}

.Toastify__toast {
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 #0000001a, 0 2px 15px 0 #0000000d;
    box-sizing: border-box;
    cursor: default;
    direction: ltr;
    display: flex;
    font-family: sans-serif;
    font-family: var(--toastify-font-family);
    justify-content: space-between;
    margin-bottom: 1rem;
    max-height: 800px;
    max-height: var(--toastify-toast-max-height);
    min-height: 64px;
    min-height: var(--toastify-toast-min-height);
    overflow: hidden;
    padding: 8px;
    position: relative;
    z-index: 0;
}

.Toastify__toast--rtl {
    direction: rtl;
}

.Toastify__toast--close-on-click {
    cursor: pointer;
}

.Toastify__toast-body {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    margin: auto 0;
    padding: 6px;
}

.Toastify__toast-body>div:last-child {
    flex: 1 1;
    word-break: break-word;
}

.Toastify__toast-icon {
    display: flex;
    flex-shrink: 0;
    margin-inline-end: 10px;
    width: 20px;
}

.Toastify--animate {
    animation-duration: 0.7s;
    animation-fill-mode: both;
}

.Toastify--animate-icon {
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

@media only screen and (max-width: 480px) {
    .Toastify__toast {
        border-radius: 0;
        margin-bottom: 0;
    }
}

.Toastify__toast-theme--dark {
    background: #121212;
    background: var(--toastify-color-dark);
    color: #fff;
    color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
    background: #fff;
    background: var(--toastify-color-light);
    color: #757575;
    color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    background: #3498db;
    background: var(--toastify-color-info);
    color: #fff;
    color: var(--toastify-text-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    background: #07bc0c;
    background: var(--toastify-color-success);
    color: #fff;
    color: var(--toastify-text-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    background: #f1c40f;
    background: var(--toastify-color-warning);
    color: #fff;
    color: var(--toastify-text-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    background: #e74c3c;
    background: var(--toastify-color-error);
    color: #fff;
    color: var(--toastify-text-color-error);
}

.Toastify__progress-bar-theme--light {
    background: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
    background: #bb86fc;
    background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
    background: #3498db;
    background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
    background: #07bc0c;
    background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
    background: #f1c40f;
    background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
    background: #e74c3c;
    background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: #ffffffb3;
    background: var(--toastify-color-transparent);
}

.Toastify__close-button {
    align-self: flex-start;
    background: #0000;
    border: none;
    color: #fff;
    cursor: pointer;
    opacity: 0.7;
    outline: none;
    padding: 0;
    transition: 0.3s ease;
}

.Toastify__close-button--light {
    color: #000;
    opacity: 0.3;
}

.Toastify__close-button>svg {
    fill: currentColor;
    height: 16px;
    width: 14px;
}

.Toastify__close-button:focus,
.Toastify__close-button:hover {
    opacity: 1;
}

@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

.Toastify__progress-bar {
    bottom: 0;
    height: 5px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    transform-origin: left;
    width: 100%;
    z-index: 9999;
    z-index: var(--toastify-z-index);
}

.Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
    transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
    left: auto;
    right: 0;
    transform-origin: right;
}

.Toastify__spinner {
    animation: Toastify__spin 0.65s linear infinite;
    border: 2px solid #e0e0e0;
    border-color: var(--toastify-spinner-color-empty-area);
    border-radius: 100%;
    border-right-color: #616161;
    border-right-color: var(--toastify-spinner-color);
    box-sizing: border-box;
    height: 20px;
    width: 20px;
}

@keyframes Toastify__bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes Toastify__bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes Toastify__bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes Toastify__bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
    animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
    animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
    animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
    animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }

    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg);
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg);
    }

    80% {
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        transform: perspective(400px);
    }
}

@keyframes Toastify__flipOut {
    0% {
        transform: perspective(400px);
    }

    30% {
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg);
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
}

.Toastify__flip-enter {
    animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
    animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0, 110%, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0, -110%, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(110%, 0, 0);
        visibility: hidden;
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(-110%, 0, 0);
        visibility: hidden;
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(0, 500px, 0);
        visibility: hidden;
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(0, -500px, 0);
        visibility: hidden;
    }
}

.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
    animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
    animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
    animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
    animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
    animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
    animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.title-container {
    margin-bottom: 10px;
    padding: 0;
}

.title-container .title-content {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.title-content-center {
    justify-content: center !important;
}

.title-container .title-content .title {
    font-size: 17px;
    font-weight: 600;
    padding-right: 7px;
}

.title-container .title-content .title-sub {
    color: var(--subTextCard);
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .title-container .title-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .title-container .title-content h2 {
        margin-bottom: 5px;
    }

    .title-container .title-content .title-sub {
        margin-top: 5px;
    }
}

header {
    background-color: var(--headerBackground);
    margin: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.35) !important;
}

header .header-container {
    box-sizing: border-box;
    margin: auto;
    max-width: var(--width);
    padding: 0 10px;
    width: 100%;
}

header .header-content {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 70px;
    justify-content: space-between;
}

header .logo,
header .logo a {
    display: block;
}

header .logo a img {
    border: 0;
    display: block;
    height: 60px;
}

header .toggle-menu svg {
    fill: var(--cardBackground);
    font-size: 28px;
}

header .menu {
    background-color: var(--black);
    height: calc(100vh - 70px);
    left: -120vw;
    overflow: overlay;
    padding: 30px 15px;
    position: absolute;
    top: 70px;
    transition: left 0.2s linear;
    width: 100%;
    z-index: 9999;
}

header .menu ul {
    margin-bottom: 30px;
    width: 100%;
}

header .menu ul li {
    padding: 15px 0;
}

header .menu ul li:first-child {
    padding-top: 0;
}

header .menu ul li a {
    align-items: center;
    color: var(--cardBackground);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-transform: capitalize;
}

header .menu ul li a svg {
    fill: var(--cardBackground);
    font-size: 20px;
    margin-right: 15px;
}

header .menu.opened {
    left: 0;
}

header .login,
header .login .login-link {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

header .login .login-link {
    background-color: var(--cardBackground);
    border-radius: 20px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    width: 100%;
}

header .login .login-link svg {
    font-size: 30px;
    margin-right: 10px;
}

header .name-user-logged {
    margin-bottom: 30px;
}

header .name-user-logged h2 {
    color: #fff;
    font-weight: 500;
}

.invert-icon {
    transform: rotateY(180deg);
}

.lazy-load-image-background.blur {
    filter: blur(15px);
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
    filter: blur(0);
    transition: filter 0.3s;
}

.lazy-load-image-background.blur>img {
    opacity: 0;
}

.lazy-load-image-background.blur.lazy-load-image-loaded>img {
    opacity: 1;
    transition: opacity 0.3s;
}

footer {
    background: var(--footerBackground) !important;
    color: var(--footerSocialLinksColor) !important;
    align-items: center;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 0rem 0 1rem 0;
    text-align: center;
    border-radius: 15px;
    flex: 1 1;
    margin: auto;
    margin-bottom: 0.5rem;
    max-width: var(--width);
    width: 100%;
}

footer a {
    color: var(--footerSocialLinksColor) !important;
}

footer a svg {
    font-size: 35px !important;
}

.capitalizadora-beneficiario-container {
    align-items: end;
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.footer-social {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.capitalizadora-beneficiario-container img {
    max-width: 100px;
}

.capitalizadora-beneficiario-container img:first-child {
    margin-right: 20px;
}

.regulamentacao-container {
    background-color: initial !important;
    margin-bottom: 0 !important;
    margin-top: 8px;
    padding: 10px 10% !important;
}

.regulamentacao-container>div {
    max-height: none;
    overflow: visible;
    overflow: initial;
}

.regulamentacao-container>div p {
    font-size: 12.5px;
    line-height: 1.4;
}

.css-vubbuv {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
}

.footer-agency {
    font-size: 0.8rem;
    padding-bottom: 1rem;
    color: var(--footerAgencyTextColor) !important;
    width: 100%;
    text-align: center;
    line-height: 1.3;
}

.footer-agency a {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--bs-primary) !important
}

.footer-company {
    font-size: 0.8rem;
    padding-bottom: 1rem;
    color: var(--footerTextColor) !important;
    width: 100%;
    text-align: center;
    line-height: 1.3;
}

.footer-company a {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--bs-primary) !important
}

.support-call {
    color: #6c757d !important;
    font-size: 13px;
    margin-top: 8px;
    text-align: center;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.support-call a {
    color: #333;
    font-size: 14px;
    outline: none;
}

.footer-conect {
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
    color: inherit;
    text-transform: uppercase;
}

.message-error-alert {
    text-align: center;
    color: #E91E63;
    text-transform: uppercase;
    padding: 1rem;
    border: 2px dashed #E91E63;
    border-radius: 10px;
}

.message-error-alert h2,
.message-error-alert p {
    margin-top: 0.5rem
}

.message-info-alert {
    text-align: center;
    color: #2196f3b3;
    text-transform: uppercase;
    padding: 1rem;
    border: 2px dashed #2196f3b3;
    border-radius: 10px;
}

.message-info-alert h2,
.message-info-alert p {
    margin-top: 0.5rem
}

.message-success-alert {
    text-align: center;
    color: #009688;
    text-transform: uppercase;
    padding: 1rem;
    border: 2px dashed #009688;
    border-radius: 10px;
}

.message-success-alert h2,
.message-success-alert p {
    margin-top: 0.5rem
}

.message-warning-alert {
    text-align: center;
    color: #ff5722;
    text-transform: uppercase;
    padding: 1rem;
    border: 2px dashed #ff5722;
    border-radius: 10px;
}

.message-warning-alert h2,
.message-warning-alert p {
    margin-top: 0.5rem
}


.text-warning {
    color: #ff5722;
}

.uppercase-bold {
    text-transform: uppercase;
    font-weight: 600;
}

/* Estilo para a div do carrinho */
.raffle-cart {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(100%);
    /* Esconde o carrinho fora da tela */
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
}

.raffle-cart-content {
    padding: 20px;
}

.raffle-cart h3 {
    margin-top: 0;
    margin-top: 0;
    color: #333;
    text-transform: uppercase;
}

.raffle-cart p {
    margin: 10px 0;
}

.button-group {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}

.btn-finalize,
.btn-close,
.btn-login {
    width: 48%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.btn-finalize {
    background-color: #198754;
    color: white;
}

.btn-finalize:hover {
    background-color: #218838;
}

.btn-login {
    background-color: #0d47a1;
    color: white;
}

.btn-login:hover {
    background-color: #2196f3;
    color: white;
}

.btn-close {
    background-color: #9E9E9E;
    color: white;
}

.btn-close:hover {
    background-color: #c82333;
}

.btn-toggle-cart {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1001;
}

.btn-toggle-cart:hover {
    background-color: #0056b3;
}

/* Mostrar o carrinho quando ativo */
.raffle-cart.active {
    position: sticky;
    transform: translateY(0);
    /* Move o carrinho para a posição visível */
    transition: transform 0.3s ease-in-out;
}

footer.hidden {
    height: 0px;
    overflow: hidden;
    max-height: 0;
}

.hidden {
    display: none !important;
}

.show {
    display: inherit;
}

.showBlock {
    display: block;
}

.empty-cart {
    text-align: center;
    color: #ff5722b8;
}

.empty-cart h3 {
    color: #ff5722b8;
}

.empty-cart i {
    margin-bottom: 0.5rem;
}

.empty-cart p {
    margin: 10px 0;
    line-height: 1.2;
}

.raffle-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    transition: background-color 0.3s;
}

.raffle-item:hover {
    background-color: #e9ecef;
}

.raffle-title {
    flex: 1;
    font-size: 1.2em;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.raffle-title h3 {
    margin: 0;
    font-size: 14px;
}

.raffle-title i {
    margin-right: 10px;
}

.raffle-actions {
    display: flex;
    align-items: center;
}

.raffle-actions i {
    font-size: 1em;
    color: #007bff;
    cursor: pointer;
    margin-left: 15px;
    transition: color 0.3s;
}

.raffle-actions i:hover {
    color: #0056b3;
}

.raffle-numbers {
    display: none;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
}

.raffle-numbers span {
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
    font-size: 0.9em;
}

.raffle-numbers .number-item {
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
    font-size: 0.9em;
    cursor: pointer;
}

.raffle-numbers-container {
    max-height: 50vh;
    /* Ajuste a altura máxima conforme necessário */
    overflow-y: auto;
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #007bff #f8f9fa;
    /* Firefox */
    margin-bottom: 1rem;
}

.raffle-numbers-container::-webkit-scrollbar {
    width: 8px;
}

.raffle-numbers-container::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.raffle-numbers-container::-webkit-scrollbar-thumb {
    background-color: #007bff;
    border-radius: 10px;
    border: 2px solid #f8f9fa;
}


@media (max-width: 600px) {

    .raffle-numbers-container {
        max-height: 40vh;
        /* Ajuste a altura máxima para dispositivos móveis */
    }

    .raffle-title h3 {
        font-size: 12px;
    }

    .raffle-actions i {
        font-size: inherit;
    }

    .raffle-numbers span {
        font-size: 0.8em;
        padding: 3px 8px;
        margin: 3px;
    }
}

.link-buttons-container {
    text-align: center;
    margin-top: 20px;
}

.link-button {
    background: none;
    border: none;
    color: #838383;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1rem;
    margin: 5px;
    margin-top: 1.5rem;
}

.link-button:hover {
    color: #0056b3;
    text-decoration: none;
}

#formLoginCheckout {
    max-height: 86vh;
    overflow-y: auto;
}

#formLoginCheckout {
    max-height: 86vh;
    overflow-y: auto;
}

/* Estilizando a barra de rolagem para Webkit (Chrome, Safari, Edge) */
#formLoginCheckout::-webkit-scrollbar {
    width: 10px;
}

#formLoginCheckout::-webkit-scrollbar-thumb {
    background: rgba(0, 123, 255, 0.6);
    border-radius: 10px;
}

#formLoginCheckout::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 123, 255, 0.8);
}

#formLoginCheckout::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

/* Estilizando a barra de rolagem para Firefox */
@-moz-document url-prefix() {
    #formLoginCheckout {
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 123, 255, 0.6) rgba(0, 0, 0, 0.1);
    }

    #formLoginCheckout:hover {
        scrollbar-color: rgba(0, 123, 255, 0.8) rgba(0, 0, 0, 0.1);
    }
}

/* Ajuste para Internet Explorer e Edge */
#formLoginCheckout {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* Estilo adicional para garantir a responsividade */
@media only screen and (max-width: 600px) {
    #formLoginCheckout {
        max-height: 60vh;
    }
}

.page-info {
    margin-top: 20px;
}

section.pagination-container {
    text-align: center;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.pagination li {
    list-style-type: none;
    margin: 0 5px;
}

.pagination li a,
.pagination li span {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    border: 1px solid #ddd;
}

.pagination li a {
    color: #85716c;
    border: 1px solid #85716c;
}

.pagination li span {
    color: #6c757d;
    border: 1px solid #ddd;
}

.pagination li a:hover {
    background-color: #009688;
    color: white;
    border: 1px solid #009688;
}

.pagination li.disabled span {
    background-color: #d3d3d3;
    color: #6c757d;
    cursor: not-allowed;
}

.pagination li.active span {
    background-color: #009688;
    color: white;
    border: 1px solid #009688;
}

p.text-success {
    font-size: 12px !important;
    color: var(--bs-success-rgb);
}

p.text-success i {
    font-size: 12px !important;
    color: var(--bs-success-rgb);
}

p.text-danger {
    font-size: 12px !important;
    color: var(--bs-danger-rgb);
}

p.text-danger i {
    font-size: 12px !important;
    color: var(--bs-danger-rgb);
}

p.text-warning {
    font-size: 12px !important;
    color: var(--bs-warning-rgb);
}

p.text-warning i {
    font-size: 12px !important;
    color: var(--bs-warning-rgb);
}

p.text-primary {
    font-size: 12px !important;
    color: var(--bs-primary-rgb);
}

p.text-primary i {
    font-size: 12px !important;
    color: var(--bs-primary-rgb);
}

.accordion-button:focus {
    box-shadow: unset !important;
}

.accordion-item {
    background-color: #f8f9fa !important;
}

.accordion-button::after {
    background-image: unset !important;
}

.cart-items-scroll {
    max-height: calc(100vh - 170px);
    /* Altura total menos cabeçalho/rodapé */
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aaa transparent;
}

.cart-items-scroll::-webkit-scrollbar {
    width: 6px;
}

.cart-items-scroll::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 4px;
}

/* Botão de fechar elegante e discreto */
.small-button {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
    border-radius: 50%;
    background-color: #f0f0f0;
    transition: all 0.3s ease;
}

.small-button:hover {
    background-color: #e2e2e2;
}

.has-error {
  border: 1px solid var(--bs-danger) !important;
}

.has-error-message {
    color: var(--bs-danger) !important;
    padding-top: 0.5rem;
    padding-left: 0.7rem;
    font-size: 14px;
}

.has-error-message i.fas {
    font-size: 14px;
}

.helper-input-form {
    color: #607D8B !important;
    padding-top: 0.5rem;
    padding-left: 0.7rem;
    font-size: 14px;
}

.helper-input-form i.fas{
    font-size: 14px;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-check-input:focus {
    box-shadow: none!important;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--bs-primary);
    box-shadow: none!important; 
}

.profile-avatar {
    position: relative;
    width: 34px;
    height: 34px;
    top: 0;
}

.profile-avatar.circle {
    border-radius: 50%;
    margin-left: 0.5rem;
}

.avatar-image.circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 3px solid #fff !important;
}

.avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-fallback {
    width: 100%;
    height: 100%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
}

.avatar-fallback.circle {
    border-radius: 50%;
}

.status-indicator {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.status-indicator.online {
    background-color: #22c55e;
}

.status-indicator.offline {
    background-color: #ef4444;
}