.mega-theme {
    color: #1f2933;
    background: #f7f9fb;
}

.mega-theme .mega-hidden {
    display: none;
}

.mega-feedback {
    align-items: center;
    border-radius: 14px;
    display: flex;
    gap: 10px;
    line-height: 1.45;
    margin-bottom: 20px;
    padding: 14px 16px;
}

.mega-feedback-success {
    background: #fff3e6;
    border: 1px solid rgba(248, 151, 53, .28);
    color: #6f3b00;
}

.mega-feedback-success i {
    color: #eb851e;
}

.mega-feedback-error {
    background: #fff1f1;
    border: 1px solid rgba(220, 53, 69, .22);
    color: #9f1d2a;
}

.mega-theme .bg-barren {
    background: #17202a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.18);
}

.mega-theme .barren-head .navbar-brand {
    align-self: stretch;
    align-items: center;
    background: transparent;
    display: inline-flex;
    min-height: 60px;
    margin: 0;
    padding: 0 28px;
}

.mega-theme .barren-head .nav-link {
    color: rgba(255, 255, 255, .88) !important;
}

.mega-theme .barren-head .nav-link.active,
.mega-theme .barren-head .nav-link:hover,
.mega-theme .barren-head .nav-link:focus {
    color: #f89735 !important;
}

.mega-brand-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    color: #fff;
    background: #eb851e;
    font-weight: 900;
    letter-spacing: 0;
}

.mega-brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 50px;
    padding: 0 14px;
    border-radius: 7px;
    background: #17202a;
}

.mega-theme .barren-head .navbar-brand .mega-brand-logo {
    background: transparent;
    border-radius: 0;
    height: auto;
    min-width: 0;
    padding: 0;
}

.mega-brand-logo img {
    display: block;
    width: 100%;
    max-width: 195px;
    height: auto;
}

.offcanvas-logo.mega-brand-logo {
    width: auto;
    min-width: 205px;
}

.mega-brand-text {
    display: flex !important;
    align-items: baseline;
    gap: 4px;
    color: #1f2933;
    font-size: 22px;
    line-height: 1;
}

.mega-brand-text strong {
    color: #eb851e;
    font-weight: 900;
}

.mega-brand-text span {
    color: #26323f;
    font-weight: 700;
}

.mega-login-link {
    display: grid !important;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #eb851e !important;
    background: #fff3e6;
    border: 1px solid #ffd08a;
}

.mega-theme .barren-head .mega-login-link {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .14);
    color: #f89735 !important;
}

.mega-theme .barren-head .night_mode_switch__btn {
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .72);
}

.mega-theme .barren-head .navbar-toggler {
    border-color: rgba(255, 255, 255, .18);
}

.mega-theme .barren-head .navbar-toggler-icon i {
    color: #fff;
}

.mega-home {
    padding-top: 0;
}

.mega-hero {
    min-height: 620px;
    padding: 170px 0 96px;
    background:
        linear-gradient(90deg, rgba(17, 24, 39, 0.92) 0%, rgba(17, 24, 39, 0.70) 46%, rgba(17, 24, 39, 0.22) 100%),
        url("../images/banner.jpg") center center / cover no-repeat;
}

.mega-hero-content {
    text-align: left;
}

.mega-hero-content h1 {
    max-width: 740px;
    margin: 18px 0 18px;
    color: #fff;
    font-size: 56px;
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: 0;
}

.mega-hero-content p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.65;
}

.mega-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.mega-hero-panel {
    padding: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.mega-stat {
    display: flex;
    align-items: end;
    gap: 14px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e8ec;
}

.mega-stat strong {
    color: #d83b36;
    font-size: 58px;
    line-height: 0.9;
    font-weight: 900;
}

.mega-stat span {
    color: #4b5563;
    font-weight: 700;
}

.mega-next-event span {
    display: block;
    margin-bottom: 8px;
    color: #eb851e;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.mega-next-event h2 {
    margin: 0 0 18px;
    color: #17202a;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
}

.mega-next-event p {
    margin: 10px 0 0;
    color: #53606d;
    font-size: 15px;
}

.mega-events {
    background: #f7f9fb;
}

.mega-controls {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start !important;
    margin-top: 20px;
    margin-bottom: 8px;
}

.mega-content-page {
    background: #f3f6f9;
    min-height: calc(100vh - 80px);
    padding: 130px 0 70px;
}

.mega-content-page .mega-flow-main {
    padding: 0;
}

.mega-card-heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 24px;
}

.mega-card-heading h2 {
    margin: 0;
    color: #111827;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}

.mega-card-heading p {
    margin: 0;
    color: #667085;
    font-size: 15px;
}

.mega-heading-actions {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.mega-auth-card,
.mega-results-card,
.mega-results-list {
    max-width: 880px;
    margin: 0 auto;
    padding: 36px;
    border: 1px solid #e3e8ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(17, 24, 39, .08);
}

.mega-athlete-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.mega-athlete-card {
    display: block;
    padding: 28px;
    border: 1px solid #e3e8ef;
    border-radius: 12px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mega-athlete-card:hover {
    transform: translateY(-2px);
    border-color: #ffd08a;
    box-shadow: 0 20px 50px rgba(17, 24, 39, .10);
    color: inherit;
}

.mega-athlete-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    border-radius: 14px;
    background: #fff3e6;
    color: #eb851e;
    font-size: 24px;
}

.mega-athlete-card h2 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 20px;
    font-weight: 900;
}

.mega-athlete-card p {
    margin: 0;
    color: #667085;
    line-height: 1.6;
}

.mega-auth-card {
    max-width: 620px;
}

.mega-auth-card h1,
.mega-auth-card h2 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 22px;
    font-weight: 900;
}

.mega-auth-card p {
    color: #5d6878;
    line-height: 1.6;
}

.mega-auth-card hr {
    margin: 28px 0;
    border-color: #e5e8ec;
    opacity: 1;
}

.mega-auth-card .form-group,
.mega-results-form .form-group {
    margin-bottom: 18px;
}

.mega-auth-card label,
.mega-results-form label {
    display: block;
    margin-bottom: 8px;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
}

.mega-auth-card .form-control,
.mega-results-form .form-control {
    min-height: 50px;
    border: 1px solid #d9e1ec;
    border-radius: 6px;
    background: #f8fafc;
    color: #111827;
    font-size: 15px;
}

.mega-auth-footer {
    margin-top: 24px;
    color: #5d6878;
    text-align: center;
}

.mega-auth-footer a,
.mega-auth-card a {
    color: #eb851e;
    font-weight: 800;
}

.mega-auth-message {
    text-align: center;
}

.mega-message-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #fff3e6;
    color: #eb851e;
    font-size: 26px;
}

.mega-found-email {
    margin: 22px 0;
    padding: 16px;
    border: 1px solid #e3e8ef;
    border-radius: 10px;
    background: #f8fafc;
}

.mega-found-email span,
.mega-found-email strong {
    display: block;
}

.mega-found-email span {
    color: #667085;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.mega-found-email strong {
    margin-top: 4px;
    color: #111827;
    font-size: 18px;
}

.mega-inline-actions,
.mega-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.mega-results-card,
.mega-results-list {
    max-width: none;
}

.mega-results-list {
    margin-top: 28px;
}

.mega-results-table {
    margin-bottom: 0;
    color: #111827;
}

.mega-results-table thead th {
    border-bottom: 1px solid #dce3ec;
    background: #f8fafc;
    color: #111827;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.mega-results-table tbody td {
    border-color: #e7ecf2;
    color: #344054;
    vertical-align: middle;
}

.mega-result-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.mega-result-column {
    border: 1px solid #e3e8ef;
    border-radius: 10px;
    overflow: hidden;
}

.mega-result-column dl {
    margin: 0;
}

.mega-result-column dl > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 16px;
    border-bottom: 1px solid #e9eef5;
}

.mega-result-column dl > div:last-child {
    border-bottom: 0;
}

.mega-result-column dt {
    color: #667085;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.mega-result-column dd {
    margin: 0;
    color: #111827;
    font-weight: 800;
    text-align: right;
}

.mega-order-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.mega-order-summary > div {
    padding: 16px;
    border: 1px solid #e3e8ef;
    border-radius: 10px;
    background: #f8fafc;
}

.mega-order-summary span,
.mega-order-summary strong {
    display: block;
}

.mega-order-summary span {
    color: #667085;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.mega-order-summary strong {
    margin-top: 6px;
    color: #111827;
    font-size: 16px;
    font-weight: 900;
}

.mega-address-block {
    margin: 0;
    color: #344054;
    line-height: 1.7;
}

.mega-order-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.mega-icon-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #ffe8ec;
    color: #dc3545;
}

.mega-icon-danger:hover {
    background: #dc3545;
    color: #fff;
}

.mega-radio-list {
    display: grid;
    gap: 12px;
    margin: 20px 0;
}

.mega-radio-list label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 14px;
    border: 1px solid #e3e8ef;
    border-radius: 10px;
    background: #f8fafc;
    color: #344054;
    line-height: 1.45;
}

.mega-athlete-result-list {
    display: grid;
    gap: 12px;
}

.mega-athlete-event {
    border: 1px solid #e3e8ef;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.mega-athlete-event-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 16px;
    align-items: center;
    width: 100%;
    padding: 16px 18px;
    border: 0;
    background: #f8fafc;
    color: #111827;
    text-align: left;
}

.mega-athlete-event-head span {
    min-width: 0;
    font-weight: 900;
}

.mega-athlete-event-head strong {
    color: #667085;
    font-size: 14px;
}

.mega-athlete-event-head i {
    color: #eb851e;
}

.mega-modal .modal-content {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(17, 24, 39, .22);
}

.mega-modal .modal-header,
.mega-modal .modal-footer {
    border-color: #e9eef5;
}

.mega-iframe-theme .mega-content-page {
    min-height: 100vh;
    padding: 32px 0;
}

@media (max-width: 767px) {
    .mega-content-page {
        padding: 110px 0 48px;
    }

    .mega-auth-card,
    .mega-results-card,
    .mega-results-list {
        padding: 24px 18px;
    }

    .mega-heading-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .mega-result-summary {
        grid-template-columns: 1fr;
    }

    .mega-athlete-grid,
    .mega-order-summary {
        grid-template-columns: 1fr;
    }
}

.mega-controls .control {
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid #dbe2ea;
    color: #26323f;
    background: #fff;
    font-weight: 800;
}

.mega-controls .control.mixitup-control-active,
.mega-controls .control:hover {
    color: #fff;
    background: #eb851e;
    border-color: #eb851e;
}

.mega-event-card {
    display: flex;
    flex-direction: column;
    height: calc(100% - 1.5rem);
    overflow: hidden;
}

.mega-event-card .event-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.mega-event-card .duration-price-remaining {
    margin-top: auto;
}

.mega-event-card .event-footer {
    margin-top: auto;
}

.mega-route-map {
    border: 0;
    border-radius: 12px;
    height: 500px;
    width: 100%;
}

.mega-event-card .event-thumbnail {
    position: relative;
}

.mega-event-card .event-thumbnail img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    background: #e7edf2;
}

.mega-status-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #fff;
    background: #546170;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.mega-status-badge.aberto {
    background: #eb851e;
}

.mega-status-badge.prevenda,
.mega-status-badge.embreve {
    background: #c27803;
}

.mega-status-badge.esgotado,
.mega-status-badge.outros {
    background: #d83b36;
}

.mega-card-cta {
    color: #eb851e !important;
    font-weight: 900;
    text-decoration: none;
}

.mega-empty-state {
    display: grid;
    place-items: center;
    padding: 56px 24px;
    text-align: center;
}

.mega-empty-state img {
    width: 72px;
    height: 72px;
    margin-bottom: 18px;
}

.mega-empty-state h4 {
    color: #17202a;
    font-size: 24px;
    font-weight: 900;
}

.mega-empty-state p {
    max-width: 480px;
    margin: 8px 0 0;
    color: #53606d;
}

.mega-footer .footer-content p {
    color: #6f7782;
    line-height: 1.7;
}

.mega-footer-logo {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    padding: 0 14px;
    margin-bottom: 18px;
    border-radius: 7px;
    background: #17202a;
}

.mega-footer-logo img {
    width: 210px;
    max-width: 100%;
    height: auto;
}

.modal .close-model-btn {
    border: 0;
    background: transparent;
    color: #26323f;
    font-size: 24px;
}

.mega-event-detail {
    background: #f7f9fb;
}

.mega-event-detail .breadcrumb-block {
    padding-top: 76px;
}

.mega-event-heading {
    align-items: center;
}

.mega-event-heading .event-main-title {
    margin-bottom: 14px;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.12;
    font-weight: 900;
}

.mega-event-cover {
    overflow: hidden;
    border-radius: 8px;
    background: #e7edf2;
    box-shadow: 0 18px 50px rgba(31, 41, 51, 0.12);
}

.mega-event-cover img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.mega-anchor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.mega-event-copy h2,
.mega-event-section h2,
.mega-event-sidebar h2 {
    color: #17202a;
    font-size: 22px;
    font-weight: 900;
}

.mega-rich-text {
    color: #53606d;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.mega-rich-text p:last-child {
    margin-bottom: 0;
}

.mega-event-section {
    padding-top: 48px;
    margin-top: 48px;
    border-top: 1px solid #e1e6eb;
}

.mega-section-heading {
    margin-bottom: 24px;
}

.mega-section-heading p {
    margin: 8px 0 0;
    color: #687482;
}

.mega-event-video {
    width: 100%;
    border-radius: 8px;
    background: #111;
}

.mega-kit-list,
.mega-route-list {
    display: grid;
    gap: 18px;
}

.mega-kit-card {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    overflow: hidden;
}

.mega-kit-media > img,
.mega-kit-placeholder {
    width: 100%;
    min-height: 180px;
    object-fit: cover;
}

.mega-kit-media {
    position: relative;
    min-width: 0;
    background: #edf1f4;
}

.mega-kit-media > img {
    height: 100%;
}

.mega-kit-placeholder {
    display: grid;
    place-items: center;
    height: 100%;
    color: #eb851e;
    background: #fff3e6;
    font-size: 44px;
}

.mega-kit-gallery {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 7px;
    overflow-x: auto;
}

.mega-kit-gallery button {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    padding: 2px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

.mega-kit-gallery img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    object-fit: cover;
}

.mega-kit-content {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
}

.mega-kit-content h3,
.mega-route-card h3 {
    color: #17202a;
    font-size: 19px;
    font-weight: 900;
}

.mega-kit-price {
    flex: 0 0 auto;
    color: #eb851e;
    font-size: 20px;
}

.mega-route-card {
    overflow: hidden;
    padding: 22px;
}

.mega-route-card iframe,
.mega-route-card img {
    width: 100%;
    min-height: 360px;
    margin-top: 16px;
    border: 0;
    border-radius: 6px;
    object-fit: contain;
    background: #edf1f4;
}

.mega-regulation {
    margin-bottom: 16px;
}

.mega-regulation-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.mega-text-link {
    color: #eb851e;
    font-weight: 800;
    text-decoration: none;
}

.mega-event-sidebar {
    position: sticky;
    top: 100px;
    overflow: hidden;
}

.mega-payment-block h3 {
    margin-bottom: 8px;
    color: #717171;
    font-size: 14px;
    font-weight: 500;
}

.mega-event-sidebar .event-dt-right-content p {
    margin: 7px 0 0;
    color: #687482;
}

.mega-payment-block {
    padding: 0 20px 28px;
}

.mega-payment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mega-payment-list span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 10px;
    border-radius: 999px;
    color: #26323f;
    background: #fff3e6;
    font-size: 12px;
    font-weight: 800;
}

.mega-disabled-cta {
    display: grid;
    place-items: center;
    cursor: not-allowed;
    background: #7b8794 !important;
}

.mega-ticket-block {
    padding-bottom: 24px;
}

.night-mode .mega-event-detail,
.night-mode .mega-event-detail .main-card {
    background: #111315;
}

.night-mode .mega-event-copy h2,
.night-mode .mega-event-section h2,
.night-mode .mega-event-sidebar h2,
.night-mode .mega-kit-content h3,
.night-mode .mega-route-card h3,
.night-mode .mega-event-sidebar .event-dt-right-content h4 {
    color: #fcfcfc;
}

.night-mode .mega-theme,
.night-mode .mega-events {
    background: #111315;
}

.night-mode .mega-hero-panel {
    background: #1a1d1f;
}

.night-mode .mega-next-event h2,
.night-mode .mega-stat span,
.night-mode .mega-brand-text span {
    color: #fcfcfc;
}

@media (max-width: 991px) {
    .mega-hero {
        min-height: auto;
        padding: 128px 0 70px;
    }

    .mega-hero-content h1 {
        font-size: 42px;
    }

    .mega-hero-panel {
        margin-top: 36px;
    }

    .mega-event-sidebar {
        position: static;
    }
}

@media (max-width: 575px) {
    .mega-brand-logo {
        min-width: 160px;
        height: 44px;
        padding: 0 10px;
    }

    .mega-brand-logo img {
        max-width: 140px;
    }

    .mega-brand-text {
        font-size: 18px;
    }

    .mega-hero-content h1 {
        font-size: 34px;
    }

    .mega-hero-actions .main-btn,
    .mega-hero-actions .co-main-btn {
        width: 100%;
    }

    .mega-event-detail .breadcrumb-block {
        padding-top: 66px;
    }

    .mega-event-heading {
        align-items: flex-start;
    }

    .mega-event-heading .event-top-date {
        width: 74px;
        height: 86px;
        flex: 0 0 74px;
    }

    .mega-event-heading .event-top-dt {
        margin-left: 16px;
    }

    .mega-event-heading .event-main-title {
        font-size: 27px;
    }

    .mega-event-heading .event-type-name {
        display: block;
        margin: 6px 0 !important;
        padding-left: 0 !important;
    }

    .mega-event-heading .details-hr::after {
        display: none;
    }

    .mega-kit-card {
        grid-template-columns: 1fr;
    }

    .mega-kit-media > img,
    .mega-kit-placeholder {
        height: 210px;
    }

    .mega-kit-content {
        display: grid;
    }

    .mega-route-card iframe,
    .mega-route-card img {
        min-height: 240px;
    }
}

.mega-login-page {
    background: #fff;
    color: #1f252d;
    font-family: Roboto, sans-serif;
}

.mega-login-wrapper {
    min-height: 100vh;
}

.mega-login-sidebar {
    background-color: #20252d;
}

.mega-login-sidebar-logo,
.mega-login-top-logo {
    align-items: center;
    background: #121a24;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    padding: 12px 16px;
}

.mega-login-sidebar-logo img,
.mega-login-top-logo img {
    display: block;
    height: auto;
    max-height: 32px;
    max-width: 210px;
}

.mega-login-page .app-top-items {
    justify-content: flex-end;
}

.mega-login-page .mega-login-sidebar-logo {
    background: transparent;
    border-radius: 0;
    justify-content: flex-start;
    padding: 0;
    width: min(300px, 84%);
}

.mega-login-page .mega-login-sidebar-logo img {
    filter: drop-shadow(0 8px 18px rgba(31, 41, 51, .16));
    max-height: 54px;
    max-width: 300px;
}

.mega-login-sidebar .sign_sidebar_text p {
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    line-height: 1.6;
    margin-top: 16px;
}

.mega-login-card .registration-title {
    color: #1f252d;
    font-weight: 800;
    line-height: 1.2;
}

.mega-login-subtitle {
    color: #6f7881;
    line-height: 1.6;
    margin: 0;
}

.mega-login-card .form-label {
    color: #1f252d;
    font-weight: 600;
}

.mega-login-card .forgot-pass-link,
.mega-login-card .signup-link,
.mega-login-card .sidebar-register-link,
.app-top-right-link .sidebar-register-link {
    color: #f89735;
}

.mega-login-card .forgot-pass-link:hover,
.mega-login-card .signup-link:hover,
.mega-login-card .sidebar-register-link:hover,
.app-top-right-link .sidebar-register-link:hover {
    color: #f89735;
}

.mega-login-card .loc-group .password-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #6f7881;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    padding: 0 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.mega-login-card .loc-group .form-control {
    padding-right: 52px;
}

.mega-login-card .main-btn.is-loading {
    cursor: wait;
    opacity: .82;
}

.mega-login-card .new-sign-link {
    color: #6f7881;
    margin-top: 28px;
}

.mega-login-page .copyright-footer {
    color: #6f7881;
    padding: 30px 0 0;
}

@media (max-width: 991px) {
    .mega-login-sidebar-logo img,
    .mega-login-top-logo img {
        max-height: 28px;
        max-width: 190px;
    }
}

.mega-inscricao-login-page {
    background: #f3f6f8;
    color: #1f252d;
    font-family: Roboto, sans-serif;
    min-height: 100vh;
}

.mega-flow-topbar {
    background: #17202a;
    padding: 22px 0;
}

.mega-flow-brand {
    align-items: center;
    display: inline-flex;
}

.mega-flow-brand img {
    display: block;
    max-height: 38px;
    max-width: 250px;
}

.mega-flow-eventbar {
    background: #fff;
    border-bottom: 1px solid rgba(31, 41, 51, .08);
    box-shadow: 0 10px 24px rgba(31, 41, 51, .06);
}

.mega-flow-eventbar-inner {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    min-height: 92px;
}

.mega-flow-event {
    align-items: center;
    color: #1f5f7a;
    display: inline-flex;
    font-weight: 700;
    gap: 14px;
    min-width: 0;
}

.mega-flow-event:hover {
    color: #eb851e;
}

.mega-flow-event-logo {
    align-items: center;
    background: #f7f9fb;
    border-radius: 8px;
    display: inline-flex;
    flex: 0 0 64px;
    height: 64px;
    justify-content: center;
    overflow: hidden;
    padding: 6px;
    width: 64px;
}

.mega-flow-event-logo img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.mega-flow-event-title {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mega-flow-steps {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(4, minmax(96px, 1fr));
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: min(520px, 100%);
}

.mega-flow-step {
    align-items: center;
    background: #a8adb3;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    text-transform: uppercase;
}

.mega-flow-step.is-active {
    background: #f89735;
}

.mega-flow-step.is-done {
    background: #fff3e6;
    color: #eb851e;
}

.mega-flow-step i {
    font-size: 16px;
}

.mega-flow-main {
    padding: 54px 0 72px;
}

.mega-flow-login-card {
    background: #fff;
    border: 1px solid rgba(31, 41, 51, .08);
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(31, 41, 51, .08);
    height: 100%;
    padding: 38px;
}

.mega-flow-login-card .registration-title {
    margin-top: 0;
}

.mega-flow-side-card {
    background: linear-gradient(135deg, #17202a 0%, #222b35 56%, #eb851e 150%);
    border-radius: 14px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    min-height: 460px;
    padding: 44px;
}

.mega-flow-side-card h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 16px;
}

.mega-flow-side-card p {
    color: rgba(255, 255, 255, .84);
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 28px;
}

.mega-flow-side-card .co-main-btn {
    align-self: flex-start;
}

.mega-inscription-page {
    background: #f3f6f8;
    padding-top: 76px;
}

.mega-inscription-eventbar {
    position: relative;
    z-index: 1;
}

.mega-inscription-flow {
    padding-top: 42px;
}

.mega-inscription-heading {
    margin-bottom: 28px;
}

.mega-inscription-heading h1 {
    color: #111827;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin: 0 0 12px;
}

.mega-inscription-heading p {
    color: #647282;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
    max-width: 720px;
}

.mega-inscription-content > .row {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.mega-inscription-flow .col-xs-12 {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.mega-inscription-flow .hidden,
.mega-inscription-flow input.hidden {
    display: none !important;
}

.mega-inscription-flow .inscwhitebox {
    background: #fff;
    border: 1px solid rgba(31, 41, 51, .08);
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(31, 41, 51, .07);
    margin: 0 0 22px;
    overflow: hidden;
}

.mega-inscription-flow .boxheader {
    align-items: baseline;
    background: #fff;
    border-bottom: 1px solid #e6ebf0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 22px 26px;
}

.mega-inscription-flow .boxheader h1 {
    color: #111827;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.mega-inscription-flow .boxheader p {
    color: #667486;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.mega-inscription-flow .mega-flow-card-header {
    align-items: center;
    justify-content: space-between;
}

.mega-flow-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff3e6;
    color: #eb851e;
    font-size: 13px;
    font-weight: 900;
}

.mega-inscription-flow .boxbody {
    padding: 20px 26px;
}

.mega-choice-list {
    display: grid;
}

.mega-choice-list .selecaolista,
.mega-participant-groups {
    display: grid;
    gap: 0;
}

.mega-inscription-flow .eventodados {
    align-items: center;
    border-bottom: 1px solid #eef2f5;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.mega-inscription-flow .eventodados:last-child {
    border-bottom: 0;
}

.mega-inscription-flow .media-left {
    flex: 0 0 124px;
}

.mega-inscription-flow .media-left img,
.mega-inscription-flow .media-object {
    border-radius: 10px;
    max-width: 124px;
    object-fit: cover;
}

.mega-inscription-flow .media-body {
    flex: 1 1 auto;
    min-width: 0;
}

.mega-inscription-flow .media-heading {
    color: #17202a;
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 6px;
}

.mega-inscription-flow .desckit,
.mega-inscription-flow .media-body p {
    color: #647282;
    line-height: 1.6;
}

.mega-price-stack {
    display: grid;
    gap: 3px;
    justify-items: flex-end;
    min-width: max-content;
}

.mega-inscription-flow .media-price,
.mega-inscription-flow .selecaobox {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 14px;
}

.mega-inscription-flow .valorinsc {
    color: #111827;
    display: block;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.mega-inscription-flow .cifrao,
.mega-inscription-flow .portxt,
.mega-inscription-flow .detxt {
    color: #647282;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.mega-inscription-flow .devalor {
    text-decoration: line-through;
}

.mega-inscription-flow .radiooption,
.mega-inscription-flow .radiooption-simples,
.mega-inscription-flow .checkoption,
.mega-inscription-flow .escolhabox {
    align-items: center;
    background: #f89735;
    border: 1px solid #f89735;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    min-height: 42px;
    min-width: 126px;
    padding: 0 16px;
    text-transform: uppercase;
    transition: .18s ease;
}

.mega-inscription-flow .radiooption:hover,
.mega-inscription-flow .radiooption-simples:hover,
.mega-inscription-flow .checkoption:hover,
.mega-inscription-flow .escolhabox:hover {
    background: #f89735;
    border-color: #f89735;
}

.mega-inscription-flow .radioativo,
.mega-inscription-flow .radioselecionado .radiooption,
.mega-inscription-flow .checkativo,
.mega-inscription-flow .checkselecionado .checkoption {
    background: #17202a;
    border-color: #17202a;
}

.mega-inscription-flow .disabled,
.mega-inscription-flow .escolhabox.disabled,
.mega-inscription-flow label.disabled {
    background: #d9dee5 !important;
    border-color: #d9dee5 !important;
    color: #6b7480 !important;
    cursor: not-allowed;
}

.mega-inscription-flow .form-inline {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.mega-inscription-flow .form-group {
    margin-bottom: 14px;
}

.mega-inscription-flow .form-control {
    background: #f3f7fb;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    color: #111827;
    min-height: 44px;
    padding: 10px 12px;
}

.mega-athlete-selected-group {
    display: grid;
    gap: 14px;
}

.mega-participant-title {
    margin: 0;
    color: #17202a;
    font-size: 16px;
    font-weight: 900;
}

.mega-athlete-selected-list {
    display: grid;
    gap: 10px;
}

.mega-inscription-flow .mega-athlete-section {
    margin-top: 10px;
}

.mega-inscription-flow .mega-athlete-section-note {
    margin: 0 0 10px;
}

.mega-inscription-flow .mega-athlete-count {
    float: right;
}

.mega-inscription-flow .atletasolo {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 12px;
}

.mega-inscription-flow .mega-athlete-selected-item {
    margin-bottom: 0;
}

.mega-inscription-flow .atletasolo .form-control {
    flex: 0 1 340px;
    margin: 0;
}

.mega-inscription-flow .exc_atleta {
    align-items: center;
    background: #fff4f4;
    border: 1px solid rgba(220, 53, 69, .18);
    border-radius: 8px;
    color: #dc3545 !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    line-height: 1;
    min-height: 40px;
    padding: 0 14px;
    text-decoration: none !important;
    transition: .18s ease;
}

.mega-inscription-flow .exc_atleta:hover,
.mega-inscription-flow .exc_atleta:focus {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff !important;
}

.mega-inscription-flow .exc_atleta .excicon {
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    height: 16px;
    justify-content: center;
    width: 16px;
}

.mega-inscription-flow #btnAdicionarAtleta,
.mega-inscription-flow .mega-add-athlete-btn {
    background: #f89735 !important;
    border: 1px solid #f89735 !important;
    border-radius: 8px;
    color: #fff !important;
    font-weight: 900;
    min-height: 42px;
    padding: 9px 18px;
}

.mega-inscription-flow #btnAdicionarAtleta:hover,
.mega-inscription-flow #btnAdicionarAtleta:focus,
.mega-inscription-flow .mega-add-athlete-btn:hover,
.mega-inscription-flow .mega-add-athlete-btn:focus {
    background: #ffad21 !important;
    border-color: #ffad21 !important;
    color: #fff !important;
}

.mega-product-list {
    display: grid;
}

.mega-product-item {
    display: grid !important;
    grid-template-columns: 126px minmax(0, 1fr) 190px;
    align-items: center;
    gap: 22px;
}

.mega-product-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mega-product-media img {
    width: 112px;
    height: 112px;
    border-radius: 12px;
    object-fit: cover;
    background: #edf3f8;
}

.mega-product-info {
    min-width: 0;
}

.mega-product-description {
    margin-top: 12px;
    color: #647282;
    line-height: 1.6;
}

.mega-product-form form {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    gap: 12px;
}

.mega-product-form .prodformcol {
    margin-bottom: 0;
}

.mega-product-form input[type="number"] {
    width: 92px;
}

.mega-product-arrow {
    color: #111827;
}

.mega-pagination-nav {
    text-align: center;
}

.mega-kit-image-modal .modal-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.mega-kit-image-modal .modal-body {
    padding: 0;
}

.mega-kit-image-modal .carousel-inner,
.mega-kit-image-modal .item {
    background: #f7fafc;
}

.mega-kit-image-modal .item img {
    display: block;
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
}

.mega-kit-image-modal .carousel-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    background: transparent;
    color: #17202a;
    font-size: 26px;
    opacity: .9;
    text-shadow: none;
}

.mega-inscription-flow .glyphicon {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
}

.mega-inscription-flow .glyphicon-chevron-down::before {
    content: "\f078";
}

.mega-inscription-flow .glyphicon-chevron-up::before {
    content: "\f077";
}

.mega-inscription-flow .glyphicon-remove::before {
    content: "\f00d";
}

.mega-inscription-flow .glyphicon-refresh::before {
    content: "\f2f1";
}

.mega-inscription-flow .glyphicon-barcode::before {
    content: "\f02a";
}

.mega-inscription-flow .glyphicon-envelope::before {
    content: "\f0e0";
}

.mega-inscription-flow .panel,
.mega-inscription-flow .painelequipe,
.mega-inscription-flow .painelatleta,
.mega-inscription-flow .painelcombo {
    border: 1px solid #e1e7ee;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
}

.mega-inscription-flow .collapse.in {
    display: block;
}

.mega-inscription-flow .collapse:not(.in) {
    display: none;
}

.mega-inscription-flow .collapsing {
    height: 0;
    overflow: hidden;
    transition: height .25s ease;
}

.mega-inscription-flow .panel-heading {
    background: #f8fafc;
    cursor: pointer;
    padding: 14px 16px;
}

.mega-inscription-flow .panel-body {
    padding: 16px;
}

.mega-payment-flow .continscricoes,
.mega-payment-flow .container.continscricoes {
    padding-left: 12px;
    padding-right: 12px;
}

.mega-payment-flow .painelpagamento {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
    width: 100%;
}

.mega-payment-flow .panel-group {
    display: grid;
    gap: 12px;
}

.mega-payment-flow .panel {
    background: #fff;
    border: 1px solid #e1e8ef;
    border-radius: 12px;
    box-shadow: none;
    margin-bottom: 0;
    overflow: hidden;
}

.mega-payment-flow .panel-heading,
.mega-payment-flow .rowsubtotal {
    align-items: center;
    background: #f7fafc;
    border: 0;
    cursor: pointer;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    min-height: 62px;
    padding: 16px 18px;
}

.mega-payment-flow .panel-title {
    align-items: center;
    color: #111827;
    display: flex;
    gap: 10px;
    margin: 0;
}

.mega-payment-flow .ttltxt {
    color: #111827;
    font-size: 16px;
    font-weight: 900;
}

.mega-payment-flow .orangetxt {
    color: #f89735 !important;
}

.mega-payment-flow .caretdown {
    color: #f89735;
    font-size: 13px;
}

.mega-disclosure-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 20px;
    min-width: 20px;
}

.mega-disclosure-icon i {
    line-height: 1;
}

.mega-payment-flow .pull-left,
.mega-payment-flow .pull-right {
    float: none !important;
}

.mega-payment-flow .list-group {
    margin: 0;
}

.mega-payment-flow .list-group-item {
    align-items: center;
    border-color: #eef2f5;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 14px 18px;
}

.mega-payment-flow .itemtxt {
    color: #243140;
    font-weight: 700;
}

.mega-payment-flow .precoitem {
    color: #111827;
    font-weight: 900;
    white-space: nowrap;
}

.mega-payment-flow .painelcont {
    background: #fff;
    border-top: 1px solid #eef2f5;
    float: none;
    padding: 18px;
}

.mega-payment-flow .painelcont:first-child {
    border-top: 0;
}

.mega-payment-flow .painelcont .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}

.mega-payment-flow .painelcont [class*="col-"] {
    float: none;
}

.mega-payment-flow .rowtotal {
    background: #111827;
    border-radius: 10px;
    color: #fff;
    padding: 18px;
}

.mega-payment-flow .rowtotal h3,
.mega-payment-flow .rowtotal .valorinsc,
.mega-payment-flow .rowtotal .cifrao {
    color: #fff;
}

.mega-payment-flow .descontoheader {
    padding: 18px;
}

.mega-payment-flow .cupominput {
    align-items: center;
    display: flex;
    gap: 10px;
}

.mega-payment-flow .cupominput .form-control {
    flex: 1 1 auto;
}

.mega-payment-flow .btn-info,
.mega-payment-flow .btn-primary,
.mega-payment-flow .btn-success {
    align-items: center;
    background: #f89735 !important;
    border: 1px solid #f89735 !important;
    border-radius: 8px;
    color: #fff !important;
    display: inline-flex;
    font-weight: 900;
    gap: 8px;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    text-decoration: none !important;
}

.mega-payment-flow .btn-info:hover,
.mega-payment-flow .btn-primary:hover,
.mega-payment-flow .btn-success:hover,
.mega-payment-flow .btn-info:focus,
.mega-payment-flow .btn-primary:focus,
.mega-payment-flow .btn-success:focus {
    background: #ffad21 !important;
    border-color: #ffad21 !important;
    color: #fff !important;
}

.mega-payment-flow .selecao_pagamento > .col-xs-12 {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.mega-payment-flow .radioboleto,
.mega-payment-flow .radiocartao,
.mega-payment-flow .radiopix {
    align-items: center;
    background: #fff;
    border: 1px solid #e1e8ef;
    border-radius: 12px;
    color: #111827;
    cursor: pointer;
    display: flex;
    gap: 12px;
    min-height: 74px;
    padding: 16px;
    text-decoration: none !important;
    transition: .18s ease;
}

.mega-payment-flow .radioboleto:hover,
.mega-payment-flow .radiocartao:hover,
.mega-payment-flow .radiopix:hover,
.mega-payment-flow .radioativo {
    border-color: #f89735;
    box-shadow: 0 12px 28px rgba(248, 151, 53, .14);
}

.mega-payment-flow .radioboleto img,
.mega-payment-flow .radiocartao img,
.mega-payment-flow .radiopix img,
.mega-payment-flow .btn img {
    max-height: 22px;
    width: auto !important;
}

.mega-payment-flow .radioboleto i,
.mega-payment-flow .radiocartao i,
.mega-payment-flow .radiopix i {
    color: #eb851e;
    display: block;
    flex: 0 0 auto;
    font-size: 28px;
}

.mega-payment-flow .radioboleto p,
.mega-payment-flow .radiocartao p,
.mega-payment-flow .radiopix p {
    font-weight: 900;
    margin: 0;
}

.mega-payment-flow .pagamentoboleto,
.mega-payment-flow .pagamentocartao,
.mega-payment-flow .pagamentopix {
    border: 1px solid #e1e8ef;
    border-radius: 12px;
    display: none;
    margin-top: 16px;
}

.mega-payment-flow .pagamentocartao .form-horizontal,
.mega-payment-flow .pagamentopix .form-group,
.mega-payment-flow .pagamentoboleto {
    color: #53606d;
}

.mega-payment-flow .control-label {
    color: #243140;
    font-weight: 800;
    text-align: left;
}

.mega-payment-flow .btn-lg {
    min-height: 46px;
}

.mega-payment-flow .mega-payment-warning {
    color: #6f3b00;
    line-height: 1.6;
}

.mega-payment-flow .mega-payment-warning strong,
.mega-payment-flow .mega-payment-warning b {
    color: #d35400;
}

.mega-payment-pill {
    align-items: center;
    background: #fff3e6;
    border: 1px solid rgba(248, 151, 53, .28);
    border-radius: 999px;
    color: #6f3b00;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    padding: 8px 12px;
}

.mega-payment-flow .mega-payment-divider {
    margin-bottom: 14px;
}

.mega-payment-flow .mega-payment-divider.mt-0 {
    margin-top: 0;
}

.mega-payment-flow .ttlformapagamento {
    color: #111827;
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 16px;
}

.mega-order-flow .mega-flow-alert {
    background: #fff3e6;
    border: 1px solid rgba(248, 151, 53, .28);
    border-radius: 12px;
    color: #eb851e;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 22px;
    padding: 16px 20px;
}

.mega-order-flow .painelvalidacao {
    margin-bottom: 0;
}

.mega-order-flow .painelatleta .panel-heading,
.mega-order-flow .painelequipe .headerequipe {
    align-items: center;
    background: #f7fafc;
    cursor: pointer;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 16px 18px;
}

.mega-order-flow .painelok .panel-heading {
    border-left: 4px solid #f89735;
}

.mega-order-flow .painelpendente .panel-heading {
    border-left: 4px solid #ef9f2d;
}

.mega-order-flow .ttlh4 {
    flex: 1 1 auto;
}

.mega-order-flow .panel-title {
    color: #111827;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}

.mega-order-flow .caretdownatleta,
.mega-order-flow .caretdownequipe {
    color: #f89735;
    flex: 0 0 auto;
}

.mega-order-flow .form_control.input[type="checkbox"] {
    border: 0 !important;
}

.mega-order-flow .panel-body .row,
.mega-order-flow .formvalidaequipe .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.mega-order-flow .panel-body [class*="col-"],
.mega-order-flow .formvalidaequipe [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.mega-order-flow label {
    color: #243140;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
}

.mega-order-flow .validatbns {
    align-items: center;
    border-top: 1px solid #edf1f5;
    margin-top: 10px;
    padding-top: 18px;
}

.mega-order-flow .footerlink,
.mega-order-summary {
    align-items: center;
    border-top: 1px solid #eef2f5;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
}

.mega-order-flow .footerlink a {
    color: #eb851e;
    font-weight: 900;
}

.mega-order-flow .boxtable {
    padding: 0 26px 24px;
}

.mega-order-flow .mega-icon-btn {
    align-items: center;
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    height: 34px;
    justify-content: center;
    margin: 2px;
    padding: 0;
    width: 34px;
}

.mega-order-flow .mega-icon-btn-edit {
    background: #f89735;
}

.mega-order-flow .mega-icon-btn-danger {
    background: #dc3545;
}

.mega-order-flow .mega-icon-btn:hover,
.mega-order-flow .mega-icon-btn:focus {
    color: #fff;
    filter: brightness(.95);
}

.mega-order-flow .table {
    color: #243140;
    margin-bottom: 0;
}

.mega-order-flow .table th {
    border-top: 0;
    color: #111827;
    font-size: 13px;
    text-transform: uppercase;
}

.mega-order-flow .cupominput {
    align-items: center;
    display: flex;
    gap: 10px;
}

.mega-order-flow .btn-info,
.mega-order-flow .btn-primary {
    background: #f89735;
    border-color: #f89735;
}

.mega-order-flow .btn-info:hover,
.mega-order-flow .btn-primary:hover {
    background: #f89735;
    border-color: #f89735;
}

.mega-order-actions.inscwhitebox {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.mega-final-flow .mega-final-content {
    display: block;
}

.mega-final-flow .inscheader {
    display: none;
}

.mega-final-flow .continscricoes {
    max-width: none;
    padding: 0;
    width: 100%;
}

.mega-final-flow .continscricoes > .row {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.mega-final-flow .col-xs-12 {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.mega-final-flow .wbinner,
.mega-final-flow .boxboleto1,
.mega-final-flow .inscwhitebox .inscwhitebox {
    box-shadow: none;
}

.mega-final-flow .wbinner {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    width: 100%;
}

.mega-final-flow .boxbody .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.mega-final-flow .boxbody [class*="col-"] {
    float: none;
    padding-left: 10px;
    padding-right: 10px;
}

.mega-final-flow .boxbody + .boxbody {
    border-top: 1px solid #eef2f5;
}

.mega-final-flow .dadospedido p,
.mega-final-flow .boxobs p,
.mega-final-flow .boxbody p {
    color: #53606d;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 8px;
}

.mega-final-flow .dadospedido strong,
.mega-final-flow .boxobs strong {
    color: #111827;
}

.mega-final-flow .boxobs {
    background: #f7fafc;
    border-radius: 12px;
    padding: 18px;
}

.mega-final-flow .mega-final-status-icon {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 30px;
    height: 76px;
    justify-content: center;
    margin-bottom: 18px;
    width: 76px;
}

.mega-final-flow .mega-final-status-error {
    background: #fff1f2;
    color: #dc3545;
}

.mega-final-flow .mega-final-error-text {
    color: #dc3545;
}

.mega-final-flow .mega-hidden {
    display: none;
}

.mega-final-flow .mega-final-payment-icon {
    align-items: center;
    background: #fff3e6;
    border-radius: 18px;
    color: #eb851e;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 38px;
    height: 92px;
    justify-content: center;
    width: 92px;
}

.mega-final-flow .boxbody.text-center h4 {
    color: #111827;
    font-size: 22px;
    font-weight: 900;
    margin: 8px 0 12px;
}

.mega-final-flow .colbtnfinal,
.mega-final-flow .boxboleto1,
.mega-final-flow .colimprimir .impbtn {
    gap: 10px;
}

.mega-final-flow .colbtnfinal .main-btn,
.mega-final-flow .colbtnfinal .co-main-btn,
.mega-final-flow .boxboleto1 .main-btn,
.mega-final-flow .boxboleto1 .co-main-btn,
.mega-final-flow .colimprimir .co-main-btn {
    margin: 5px;
}

.mega-final-flow .colbtnfinal .btn img,
.mega-final-flow .boxboleto1 .btn img,
.mega-final-flow .colimprimir .btn img {
    display: none;
}

.mega-final-flow .label,
.mega-final-flow .label-primary,
.mega-final-flow .label-default {
    background: #fff3e6;
    border-radius: 999px;
    color: #eb851e;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    padding: 8px 12px;
}

.mega-final-flow .boxboleto1 {
    align-items: center;
    background: #f7fafc;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    padding: 20px !important;
}

.mega-final-flow .codboleto,
.mega-final-flow .break-string {
    background: #fff;
    border: 1px solid #dfe7ef;
    border-radius: 10px;
    color: #111827;
    display: block;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.5;
    margin: 10px 0;
    padding: 12px;
    word-break: break-all;
}

.mega-final-flow #divQRCodeImage img {
    background: #fff;
    border: 1px solid #e1e7ee;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(31, 41, 51, .08);
    max-width: 260px;
    padding: 12px;
}

.mega-final-flow .mega-pix-qr-image {
    width: min(260px, 100%);
}

.mega-final-flow #divAguarde {
    color: #f89735;
    font-weight: 800;
    padding: 32px 16px;
    text-align: center;
}

.mega-final-flow .mega-pix-loading-icon {
    font-size: 56px;
    margin-bottom: 8px;
}

.mega-final-flow .mega-pix-error {
    background: #fff4f4;
    border: 1px solid #ffd2d2;
    border-radius: 12px;
    color: #8a1f1f;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 420px;
    padding: 18px;
}

.mega-final-flow .mega-pix-error .btn {
    margin-top: 12px;
}

.mega-final-flow .btn-primary,
.mega-final-flow .btn-info {
    align-items: center;
    background: #f89735 !important;
    border-color: #f89735 !important;
    border-radius: 8px;
    color: #fff !important;
    display: inline-flex;
    font-weight: 900;
    gap: 8px;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    text-decoration: none !important;
}

.mega-final-flow .btn-primary:hover,
.mega-final-flow .btn-info:hover,
.mega-final-flow .btn-primary:focus,
.mega-final-flow .btn-info:focus {
    background: #ffad21 !important;
    border-color: #ffad21 !important;
    color: #fff !important;
}

.mega-protocol-page {
    background: #f3f6f8;
}

.mega-protocol-card {
    overflow: hidden;
}

.mega-protocol-entry {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 260px;
    padding: 26px;
}

.mega-protocol-list {
    display: grid;
    gap: 18px;
    padding: 0 0 26px;
}

.mega-protocol-list .mega-protocol-entry {
    border-top: 1px solid #eef2f5;
}

.mega-protocol-entry-data dl {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.mega-protocol-entry-data dl > div {
    background: #f7fafc;
    border: 1px solid #e7edf3;
    border-radius: 12px;
    padding: 14px 16px;
}

.mega-protocol-entry-data dt,
.mega-protocol-summary span,
.mega-protocol-qr span {
    color: #647282;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .03em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.mega-protocol-entry-data dd {
    color: #111827;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    margin: 0;
}

.mega-protocol-entry-data dd span + span::before {
    content: ", ";
}

.mega-protocol-retirada {
    grid-column: 1 / -1;
}

.mega-protocol-qr {
    align-items: center;
    background: #111827;
    border-radius: 14px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
    text-align: center;
}

.mega-protocol-qr strong {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1;
}

.mega-protocol-qr img {
    background: #fff;
    border-radius: 12px;
    margin-top: 18px;
    max-width: 190px;
    padding: 10px;
    width: 100%;
}

.mega-protocol-summary {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 26px;
}

.mega-protocol-summary > div {
    background: #f7fafc;
    border: 1px solid #e7edf3;
    border-radius: 12px;
    padding: 16px;
}

.mega-protocol-summary strong {
    color: #111827;
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4;
}

.mega-protocol-note {
    background: #fff3e6;
    border: 1px solid rgba(248, 151, 53, .26);
    border-radius: 12px;
    color: #6c4a1e;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 26px 26px;
    padding: 16px 18px;
}

.mega-protocol-authorization {
    border-top: 1px solid #eef2f5;
    margin: 0 26px 26px;
    padding-top: 24px;
}

.mega-protocol-authorization h3 {
    color: #111827;
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 18px;
}

.mega-protocol-authorization div {
    border-bottom: 1px solid #cfd8e3;
    margin-bottom: 22px;
    min-height: 38px;
}

.mega-protocol-authorization span {
    color: #647282;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.mega-protocol-table {
    margin: 0 26px 26px;
    width: calc(100% - 52px);
}

.mega-protocol-options {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 26px;
}

.mega-protocol-option {
    background: #f7fafc;
    border: 1px solid #e7edf3;
    border-radius: 14px;
    color: #111827;
    display: grid;
    gap: 10px;
    min-height: 180px;
    padding: 22px;
    text-decoration: none !important;
    transition: .18s ease;
}

.mega-protocol-option:hover,
.mega-protocol-option:focus {
    border-color: #f89735;
    box-shadow: 0 16px 34px rgba(248, 151, 53, .14);
    color: #111827;
}

.mega-protocol-option i {
    align-items: center;
    background: #fff3e6;
    border-radius: 12px;
    color: #f89735;
    display: inline-flex;
    font-size: 22px;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.mega-protocol-option strong {
    color: #111827;
    font-size: 18px;
    font-weight: 900;
}

.mega-protocol-option span {
    color: #647282;
    line-height: 1.55;
}

.mega-inscription-actions {
    text-align: center;
}

.mega-inscription-next {
    border: 0;
    min-width: 220px;
}

.mega-inscription-next:disabled {
    cursor: wait;
    opacity: .7;
}

.mega-regulation-link {
    align-items: center;
    color: #eb851e;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    margin-top: 18px;
    text-decoration: none;
}

.mega-regulation-link:hover {
    color: #17202a;
}

#divModal1 .modal.in,
#divModal2 .modal.in,
#myModal1.modal.in {
    display: block;
    opacity: 1;
}

#divModal1 .modal.in .modal-dialog,
#divModal2 .modal.in .modal-dialog,
#myModal1.modal.in .modal-dialog {
    max-width: calc(100% - 32px);
    transform: none;
}

.modal-backdrop.in {
    background: #17202a;
    opacity: .68;
}

body.modal-open {
    overflow: hidden;
}

#divModal1 .modal-header,
#divModal2 .modal-header,
#myModal1 .modal-header {
    align-items: center;
    background: #fff;
    border-bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 24px 28px 10px;
}

#divModal1 .modal-content,
#divModal2 .modal-content,
#myModal1 .modal-content {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 28px 80px rgba(17, 24, 39, .28);
    overflow: hidden;
}

#divModal1 .modal-title,
#divModal2 .modal-title,
#myModal1 .modal-title {
    color: #17202a;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

#divModal1 .close,
#divModal2 .close,
#myModal1 .close {
    align-items: center;
    background: #f1f5f9;
    border: 0;
    border-radius: 999px;
    color: #17202a;
    display: inline-flex;
    float: none;
    height: 38px;
    justify-content: center;
    line-height: 1;
    opacity: 1;
    text-shadow: none;
    width: 38px;
}

#divModal1 .close:hover,
#divModal2 .close:hover,
#myModal1 .close:hover {
    background: #e3eaf1;
    color: #111827;
}

#divModal1 .modal-body,
#divModal2 .modal-body,
#myModal1 .modal-body {
    color: #53606d;
    display: block;
    font-size: 16px;
    line-height: 1.65;
    min-height: 72px;
    padding: 18px 28px 30px !important;
}

#myModal1 .modal-header + .modal-body,
#divModal1 .modal-header + .modal-body,
#divModal2 .modal-header + .modal-body {
    border-top: 0;
}

#myModal1 .modal-body:empty,
#divModal1 .modal-body:empty,
#divModal2 .modal-body:empty {
    display: none;
}

#divModal1 .modal-footer,
#divModal2 .modal-footer,
#myModal1 .modal-footer {
    align-items: center;
    background: #fff;
    border-top: 0;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 0 28px 28px;
}

#divModal1 .modal-footer:empty,
#divModal2 .modal-footer:empty,
#myModal1 .modal-footer:empty {
    display: none;
}

#divModal1 .modal-footer::before,
#divModal1 .modal-footer::after,
#divModal2 .modal-footer::before,
#divModal2 .modal-footer::after,
#myModal1 .modal-footer::before,
#myModal1 .modal-footer::after {
    content: none;
}

#divModal1 .modal-footer .btn,
#divModal2 .modal-footer .btn,
#myModal1 .modal-footer .btn {
    border: 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 900;
    min-height: 44px;
    min-width: 86px;
    padding: 0 18px;
}

#divModal1 .modal-footer .btn-success,
#divModal2 .modal-footer .btn-success,
#divModal1 .modal-footer .btn-primary,
#divModal2 .modal-footer .btn-primary,
#myModal1 .modal-footer .btn-success,
#myModal1 .modal-footer .btn-primary {
    background: #f89735;
    color: #fff;
}

#divModal1 .modal-footer .btn-success:hover,
#divModal2 .modal-footer .btn-success:hover,
#divModal1 .modal-footer .btn-primary:hover,
#divModal2 .modal-footer .btn-primary:hover,
#myModal1 .modal-footer .btn-success:hover,
#myModal1 .modal-footer .btn-primary:hover {
    background: #f89735;
}

#divModal1 .modal-footer .btn-danger,
#divModal2 .modal-footer .btn-danger,
#myModal1 .modal-footer .btn-danger {
    background: #f1f5f9;
    color: #17202a;
}

#divModal1 .modal-footer .btn-danger:hover,
#divModal2 .modal-footer .btn-danger:hover,
#myModal1 .modal-footer .btn-danger:hover {
    background: #e3eaf1;
}

@media (min-width: 768px) {
    #divModal1 .modal-sm,
    #divModal2 .modal-sm,
    #myModal1 .modal-sm {
        --bs-modal-width: 430px;
        max-width: 430px !important;
        width: 430px !important;
    }
}

@media (max-width: 767px) {
    .mega-inscription-flow .boxheader,
    .mega-inscription-flow .boxbody {
        padding-left: 18px;
        padding-right: 18px;
    }

    .mega-inscription-flow .eventodados {
        align-items: stretch;
        flex-direction: column;
    }

    .mega-product-item {
        grid-template-columns: 1fr;
    }

    .mega-product-media {
        justify-content: flex-start;
    }

    .mega-product-form form {
        align-items: stretch;
        flex-direction: column;
    }

    .mega-product-form input[type="number"] {
        width: 100%;
    }

    .mega-inscription-flow .media-price,
    .mega-inscription-flow .selecaobox {
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .mega-inscription-flow .radiooption,
    .mega-inscription-flow .radiooption-simples,
    .mega-inscription-flow .checkoption,
    .mega-inscription-flow .escolhabox,
    .mega-inscription-next {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .mega-flow-eventbar-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        padding: 18px 0;
    }

    .mega-flow-steps {
        width: 100%;
    }

    .mega-flow-main {
        padding: 36px 0 56px;
    }
}

@media (max-width: 575px) {
    .mega-flow-topbar {
        padding: 18px 0;
    }

    .mega-flow-brand img {
        max-width: 220px;
    }

    .mega-flow-event-title {
        white-space: normal;
    }

    .mega-flow-steps {
        grid-template-columns: 1fr 1fr;
        gap: 1px;
    }

    .mega-flow-step {
        min-height: 40px;
    }

    .mega-flow-login-card {
        border-radius: 12px;
        padding: 28px 20px;
    }
}

/* Final orange normalization for the public theme. This file loads after Bootstrap. */
.mega-theme .barren-head .nav-link.active,
.mega-theme .barren-head .nav-link:hover,
.mega-theme .barren-head .nav-link:focus,
.mega-theme .navbar-nav .nav-link:hover,
.mega-theme .event-content > .event-title:hover,
.mega-theme .mega-next-event span,
.mega-theme .mega-card-cta,
.mega-theme .mega-login-link,
.mega-theme .account-link,
.mega-theme .text-success {
    color: #eb851e !important;
}

.mega-theme .create-btn,
.mega-theme .main-btn,
.mega-theme .btn-success,
.mega-theme .bg-success,
.mega-theme .mega-status-badge.aberto,
.mega-theme .mega-controls .control.mixitup-control-active,
.mega-theme .mega-controls .control:hover,
.mega-login-page .main-btn,
.mega-inscricao-login-page .main-btn,
.mega-inscricao-login-page .btn-success,
.mega-inscricao-login-page .mega-flow-step.is-active {
    background: #f89735 !important;
    border-color: #f89735 !important;
    color: #fff !important;
}

.mega-theme .mega-controls .control {
    text-decoration: none !important;
}

.mega-theme .mega-controls .control[data-filter]::after {
    border: 0 !important;
    content: none !important;
    display: none !important;
}

.mega-theme .create-btn:hover,
.mega-theme .main-btn:hover,
.mega-theme .btn-hover:hover,
.mega-theme .btn-success:hover,
.mega-theme .btn-success:focus,
.mega-login-page .main-btn:hover,
.mega-inscricao-login-page .main-btn:hover,
.mega-inscricao-login-page .btn-hover:hover,
.mega-inscricao-login-page .btn-success:hover,
.mega-inscricao-login-page .btn-success:focus {
    background: #ffad21 !important;
    border-color: #ffad21 !important;
    color: #fff !important;
}

.mega-theme .mega-login-link,
.mega-theme .event-footer,
.mega-theme .role-item i,
.mega-theme .tag {
    background: #fff3e6 !important;
}

.mega-theme .mega-login-link,
.mega-theme .role-item i,
.mega-theme .tag {
    border-color: #ffd08a !important;
}

.mega-theme .footer-link:hover,
.mega-theme .social-link:hover {
    color: #ffad21 !important;
}

.mega-theme .modalatleta {
    padding: 18px !important;
}

.mega-theme .modalatleta .modal-dialog {
    margin: 5vh auto;
    max-width: min(1040px, calc(100vw - 32px));
    width: auto;
}

.mega-theme .modalatleta .modal-content {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 28px 80px rgba(17, 24, 39, .26);
    overflow: hidden;
}

.mega-theme .modalatleta .modal-header {
    border-bottom: 1px solid #e5e8ec;
    display: block;
    padding: 24px 28px 18px;
}

.mega-theme .modalatleta .mega-athlete-header {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: flex-start;
    width: 100%;
}

.mega-theme .modalatleta .mega-athlete-title {
    flex: 1 1 auto;
    min-width: 0;
}

.mega-theme .modalatleta .mega-athlete-title h4 {
    color: #1f252d;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.mega-theme .modalatleta .mega-athlete-title p {
    color: #6f7881;
    font-size: 15px;
    line-height: 1.45;
    margin: 6px 0 0;
}

.mega-theme .modalatleta .mega-athlete-actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
    margin-left: auto;
}

.mega-theme .modalatleta .modal-body {
    max-height: 58vh;
    overflow: auto;
    padding: 18px 28px;
}

.mega-theme .modalatleta .modal-footer {
    align-items: center;
    border-top: 1px solid #e5e8ec;
    display: flex;
    justify-content: flex-end;
    padding: 18px 28px 24px;
}

.mega-theme .modalatleta [data-athlete-alert] {
    border-radius: 0;
    margin: 0;
    padding: 12px 28px;
}

.mega-theme .modalatleta .mega-athlete-form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.mega-theme .modalatleta .mega-athlete-form .form-group {
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
}

.mega-theme .modalatleta .mega-athlete-form label {
    color: #1f2933;
    display: block;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 8px;
}

.mega-theme .modalatleta .mega-athlete-form .form-control {
    background: #f8fafc;
    border: 1px solid #dce4ec;
    border-radius: 10px;
    box-shadow: none;
    color: #111827;
    min-height: 44px;
    padding: 10px 12px;
}

.mega-theme .modalatleta .mega-athlete-form .form-control:focus {
    background: #fff;
    border-color: #f89735;
    box-shadow: 0 0 0 3px rgba(248, 151, 53, .14);
    outline: 0;
}

.mega-theme .modalatleta .mega-athlete-form .help-block {
    color: #dc3545;
    font-size: 12px;
    margin: 6px 0 0;
}

.mega-theme .modalatleta .mega-athlete-form hr {
    border: 0;
    border-top: 1px solid #edf1f5;
    margin: 4px 0 2px;
    width: 100%;
}

.mega-theme .modalatleta .btn {
    border-radius: 8px;
    font-weight: 800;
    min-height: 42px;
    padding: 9px 18px;
}

.mega-theme .modalatleta .btn-primary,
.mega-theme .modalatleta .btn-info {
    background: #f89735 !important;
    border-color: #f89735 !important;
    color: #fff !important;
}

.mega-theme .modalatleta .btn-primary:hover,
.mega-theme .modalatleta .btn-info:hover,
.mega-theme .modalatleta .btn-primary:focus,
.mega-theme .modalatleta .btn-info:focus {
    background: #ffad21 !important;
    border-color: #ffad21 !important;
    color: #fff !important;
}

.mega-theme .modalatleta .btn-danger {
    background: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}

.mega-theme .modalatleta .close-model-btn {
    align-items: center;
    background: #f1f5f9;
    border: 0;
    border-radius: 999px;
    color: #1f2933;
    display: inline-flex;
    font-size: 20px;
    height: 42px;
    justify-content: center;
    line-height: 1;
    opacity: 1;
    padding: 0;
    width: 42px;
}

.mega-theme .modalatleta .close-model-btn span {
    transform: translateY(-1px);
}

.mega-theme .modalatleta .close-model-btn:hover {
    background: #fff3e6;
    color: #eb851e;
}

.mega-theme .modalatleta .mega-athlete-table-wrap {
    border: 1px solid #e5e8ec;
    border-radius: 12px;
    overflow: hidden;
}

.mega-theme .modalatleta .mega-athlete-table {
    margin: 0;
}

.mega-theme .modalatleta .mega-athlete-table th {
    background: #f3f6f8;
    border-bottom: 1px solid #e5e8ec;
    color: #1f252d;
    font-size: 14px;
    font-weight: 900;
    padding: 14px 16px;
    text-align: center;
}

.mega-theme .modalatleta .mega-athlete-table th.tdleft,
.mega-theme .modalatleta .mega-athlete-table td.tdleft {
    text-align: left;
}

.mega-theme .modalatleta .mega-athlete-table td {
    border-color: #e5e8ec;
    color: #1f2933;
    font-size: 15px;
    padding: 13px 16px;
    text-align: center;
    vertical-align: middle;
}

.mega-theme .modalatleta .mega-athlete-table .checkbox {
    margin: 0;
}

.mega-theme .modalatleta .mega-athlete-table label {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    gap: 8px;
    margin: 0;
}

.mega-theme .modalatleta .mega-athlete-table input[type="checkbox"] {
    accent-color: #f89735;
}

.mega-theme .modalatleta .tdbtn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    min-height: 30px;
    padding: 0;
    width: 38px;
}

.mega-theme .modalatleta .tdbtn .glyphicon {
    display: none;
}

.mega-theme .modalatleta .mega-icon-btn {
    align-items: center;
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    height: 34px;
    justify-content: center;
    min-height: 34px;
    padding: 0;
    width: 34px;
}

.mega-theme .modalatleta .mega-icon-btn-edit {
    background: #f89735;
}

.mega-theme .modalatleta .mega-icon-btn-danger {
    background: #dc3545;
}

.mega-theme .modalatleta .mega-icon-btn:hover,
.mega-theme .modalatleta .mega-icon-btn:focus {
    color: #fff;
    filter: brightness(.95);
}

.mega-theme .modalatleta #formCadastroAmigo {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.mega-theme .modalatleta #formCadastroAmigo .form-group {
    float: none;
    margin-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.mega-theme .modalatleta #formCadastroAmigo label,
.mega-inscription-flow .atletasequipe label,
.mega-inscription-flow .groupnome label {
    color: #111827;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 7px;
}

.mega-theme .modalatleta #formCadastroAmigo hr {
    border-color: #e5e8ec;
    margin: 8px 0 2px;
}

.mega-inscription-flow .headerequipe {
    align-items: flex-end;
    gap: 12px;
}

.mega-inscription-flow .groupnome {
    flex: 1 1 320px;
    margin-bottom: 0;
}

.mega-inscription-flow .atletasequipe {
    flex: 1 1 220px;
    margin-bottom: 12px;
}

.mega-inscription-flow .select2-container {
    min-width: 220px;
    width: 100% !important;
}

.mega-inscription-flow .select2-container--default .select2-selection--single {
    align-items: center;
    background: #f3f7fb;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    display: flex;
    min-height: 44px;
}

.mega-inscription-flow .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111827;
    line-height: 44px;
}

.mega-inscription-flow .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

@media (max-width: 767px) {
    .mega-theme .modalatleta {
        padding: 8px !important;
    }

    .mega-theme .modalatleta .modal-dialog {
        margin: 3vh auto;
        max-width: calc(100vw - 16px);
    }

    .mega-theme .modalatleta .mega-athlete-header {
        flex-direction: column;
    }

    .mega-theme .modalatleta .mega-athlete-actions {
        justify-content: space-between;
        width: 100%;
    }

    .mega-theme .modalatleta .modal-header,
    .mega-theme .modalatleta .modal-body,
    .mega-theme .modalatleta .modal-footer {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.mega-registration-flow .conteudo {
    max-width: 1040px;
    padding: 0;
}

.mega-registration-flow #modal {
    display: none;
}

.mega-registration-flow .listaeventos {
    float: none;
    margin: 0 auto;
    width: 100%;
}

.mega-registration-card {
    max-width: 980px;
}

.mega-contact-card {
    max-width: 820px;
    padding: 28px;
}

.mega-contact-card .row + .row {
    margin-top: 4px;
}

.mega-registration-flow .titulo01,
.mega-registration-flow .listagem {
    background: #fff;
    border: 1px solid rgba(31, 41, 51, .08);
    box-shadow: 0 18px 44px rgba(31, 41, 51, .07);
}

.mega-registration-flow .titulo01 {
    border-bottom: 0;
    border-radius: 14px 14px 0 0;
    padding: 22px 26px;
}

.mega-registration-flow .tabcadastroativo {
    color: #111827;
    font-size: 22px;
    font-weight: 900;
}

.mega-registration-flow .listagem {
    border-radius: 14px;
    padding: 24px 26px 28px;
}

.mega-registration-card-header {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e6ebf0;
}

.mega-registration-card-header h2 {
    margin: 0;
    color: #111827;
    font-size: 24px;
    font-weight: 900;
}

.mega-registration-card-header p {
    margin: 8px 0 0;
    color: #647282;
    font-size: 15px;
}

.mega-registration-flow .eventoencerrado {
    color: #647282;
    font-size: 16px;
    margin-bottom: 18px;
    width: 100%;
}

.mega-registration-flow .form-control {
    background: #edf3ff;
    border: 1px solid #dfe7f3;
    border-radius: 4px;
    color: #111827;
    min-height: 46px;
}

.mega-registration-flow label {
    color: #111827;
    font-weight: 700;
    margin-bottom: 8px;
}

.mega-registration-flow .help-block,
.mega-registration-flow .error-summary {
    color: #dc3545;
}

.mega-registration-flow .btn-primary,
.mega-registration-submit,
.mega-pre-sale-flow .btn-success {
    background: #ff8f2a;
    border-color: #ff8f2a;
    border-radius: 8px;
    color: #fff;
    font-weight: 800;
}

.mega-pre-sale-flow .inscheader {
    display: none;
}

.mega-pre-sale-flow .continscricoes {
    padding-left: 12px;
    padding-right: 12px;
}

.mega-pre-sale-flow .ttlformapagamento {
    color: #111827;
    font-weight: 900;
}

.mega-event-regulation-page .mega-regulation-viewer {
    overflow: hidden;
}

.mega-regulation-toolbar {
    align-items: center;
    border-bottom: 1px solid #e6ebf0;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 22px 26px;
}

.mega-regulation-toolbar h2 {
    color: #111827;
    font-size: 22px;
    font-weight: 900;
    margin: 0;
}

.mega-regulation-viewer embed,
.mega-regulation-embed {
    border: 0;
    display: block;
    height: 720px;
    width: 100%;
}

.mega-athlete-modal {
    overflow-y: auto;
}

.mega-certificate-root,
.mega-certificate-page {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.mega-certificate-page {
    align-items: center;
    background: #f3f6f9;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.mega-certificate-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 767px) {
    .mega-registration-flow .titulo01,
    .mega-registration-flow .listagem,
    .mega-regulation-toolbar {
        padding-left: 18px;
        padding-right: 18px;
    }

    .mega-regulation-toolbar {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .mega-protocol-entry,
    .mega-protocol-entry-data dl,
    .mega-protocol-summary,
    .mega-protocol-options {
        grid-template-columns: 1fr;
    }

    .mega-protocol-entry,
    .mega-protocol-summary {
        padding: 18px;
    }

    .mega-protocol-note,
    .mega-protocol-authorization {
        margin-left: 18px;
        margin-right: 18px;
    }

    .mega-protocol-table {
        margin-left: 18px;
        margin-right: 18px;
        width: calc(100% - 36px);
    }
}

@media print {
    .mega-theme .barren-head,
    .mega-theme footer,
    .mega-theme .mega-heading-actions button {
        display: none !important;
    }

    .mega-content-page,
    .mega-protocol-page {
        background: #fff !important;
        padding-top: 0 !important;
    }

    .mega-protocol-card,
    .mega-protocol-entry-data dl > div,
    .mega-protocol-summary > div,
    .mega-protocol-note {
        box-shadow: none !important;
    }
}
