a:hover{
    text-decoration: underline;
}


.event-page .page-label{
    color: #0076c0;
    font-weight: bold;
    font-size: 20px;
}

.event-page .page-title {
    text-align: left;
    font-weight: 800;
}
.event-page strong{
    font-weight: 900;
}

.event-page .left-panel {
    border-right: 1px solid #c7c8c9;
    border-bottom: none;
    padding-right: 2rem;
}

.event-page .left-panel h2 {
    color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.event-page .left-panel h2:first-child {
    margin-top: 0;
}

.event-page .left-panel p {
    color: #333;
    line-height: 1.5;
    margin-bottom: 2rem;
    font-size: 1.4rem;
}

.event-page .left-panel a {
    color: #0076C0;
    text-decoration: none;
    font-size: 1.4rem;
}

.event-page .left-panel a:hover {
    text-decoration: underline;
}

/* Event title specific styles */
.event-page .left-panel .event-title {
    color: #333;
    font-size: 1.75rem;
    line-height: 1.2;
    text-transform: none;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.event-page .left-panel .event-title + p {
    font-size: 1.2rem;

    line-height: 1.6;
    color: #333;
}


.event-registration-page .left-panel .event-title + p {
    font-size: 1.4rem;
   font-family: 'Futura Std';
    font-weight: 900;
    font-style: normal;
    line-height: 1.6;
    color: #333;
}

/* Adjust spacing for the WHEN and WHERE columns */
.event-page .left-panel .row {
    margin-left: -1rem;
    margin-right: -1rem;
}

.event-page .left-panel .col-6 {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (max-width: 768px) {
    .event-page .left-panel {
        border-right: none;
        border-bottom: 1px solid #c7c8c9;
        padding-right: 0;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
}

.event-info h2 {
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.event-info h2:first-child {
    margin-top: 0;
}

.event-info p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.event-info a {
    color: #0066cc;
    text-decoration: none;
}

.event-info a:hover {
    text-decoration: underline;
}

.event-description h2 {
    color: #333;
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.event-description p {
    color: #444;
    line-height: 1.8;
    font-size: 1.1rem;
}

.registration-table{
border: 1px solid #dee2e6;
padding: 1.5rem;
}

.registration-table .table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.registration-table th {
    background-color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 1.5rem 1rem;
    font-size: 1.6rem;
    border-bottom: 1px solid #dee2e6;
}

.registration-table th .date {
    font-size: 1.4rem;
    color: #666;
    font-weight: normal;
    display: block;
    margin-top: 0.25rem;
}

.registration-table td {
    padding: 1.25rem 1rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
    vertical-align: middle;
}

.registration-table td:first-child {
    text-align: left;
    font-size: 1.4rem;
    padding-left: 1.5rem;
}

.registration-table td:first-child br + span.date {
    font-size: 1.4rem;
    color: #666;
    font-weight: normal;
    display: block;
    margin-top: 0.25rem;
}

.registration-table td:first-child {
    font-size: 1.6rem;
    font-weight: 500;
}

.registration-table .table-section td {
    background-color: #f8f9fa;
    font-weight: normal;
    text-align: left;
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    color: #333;
}

.registration-table s {
    color: #999;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

/* Price styling */
.registration-table td:not(:first-child):not([colspan]) {
    font-weight: 500;
}

.registration-table .total-row td:not(:first-child):not([colspan]) {
    font-weight: 900;
}


.registration-table td:not(:first-child) {
    min-width: 140px;
}

.registration-buttons {
    width: 100%;
}

.registration-buttons .btn {
    min-width: 300px;
    padding: 0.75rem 2rem;
    font-size: 1.6rem;
    border-radius: 4px;
}

.registration-buttons .btn-primary {
    background-color: #76923c;
    border-color: #76923c;
    color: #fff !important;
}

.registration-buttons .btn-secondary {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #76923c;
}

.registration-buttons .btn:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .registration-table {
        overflow-x: auto;
        display: block;
        margin: 0 -1rem;
        padding: 0 1rem;
    }
    
    .registration-table .table {
        min-width: 800px;
        margin-bottom: 0;
    }
}




.event-registration-page .left-panel {
    border-right: none;
    padding-right: 2rem;
}

.event-registration-page .left-panel h2:first-child {
    margin-top: 0;
}

.event-registration-page .left-panel .event-title {
    color: #0076C0;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-transform: none;
    margin-top: 2rem;
}

.event-registration-page .left-panel .event-date,
.event-registration-page .left-panel .event-location {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.event-registration-page .left-panel .fees {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
}

.event-registration-page .left-panel .join-section {
}

.event-registration-page .left-panel .join-section p {
    margin-right: 1rem;
    margin-bottom: 0;
}
.event-registration-page .left-panel .join-section .btn-secondary{
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #76923c;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
}

.event-registration-page .left-panel .badge-preview {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 2.5rem;
    margin: 1.5rem 0;
    position: relative;
}

.event-registration-page .left-panel .badge-preview h4 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #333;
}

.event-registration-page .left-panel .badge-preview h5 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #333;
}

.event-registration-page .left-panel .badge-preview p {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 0;
    line-height: 1.5;
}

.event-registration-page .left-panel .badge-preview .edit-link {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: #76923c;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
}

.event-registration-page .left-panel .badge-preview .edit-link:hover {
    text-decoration: underline;
}

.event-registration-page .left-panel .product-item {
    padding: 1.5rem 0;
    margin-bottom: 1rem;
    display: flex;
}

.event-registration-page .left-panel .product-item label {
    gap: 1.5rem;
    cursor: pointer;
    width: 100%;
    padding-left: 1rem;
}

.event-registration-page .left-panel .product-item input[type="checkbox"] {
    flex-shrink: 0;
    margin-top: 0.25rem;
    width: 20px;
    height: 20px;
    display: flex;
}

.event-registration-page .left-panel .product-item h4 {
    color: #0076C0;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
    font-weight: 900;
}

.event-registration-page .left-panel .product-item .date {
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.event-registration-page .left-panel .product-item .description {
    color: #666;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.event-registration-page .left-panel .product-item .rate {
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .event-registration-page .left-panel {
        border-right: none;
        border-bottom: 1px solid #dee2e6;
        padding-right: 0;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    
    .event-registration-page .left-panel .join-section {
        flex-direction: column;
    }
    
    .event-registration-page .left-panel .join-section .btn {
        margin-top: 1rem;
    }
}

.event-registration-page .right-panel {
    padding: 2rem;
}

/* Cart Summary Section */
.event-registration-page .right-panel .cart-container {
    background-color: #F1F3E4;
    padding: 2rem;
    margin-bottom: 3rem;
}

.event-registration-page .right-panel .cart-container h2 {
    color: #0076C0;
    font-size: 1.6rem;
    font-weight: 500;
}

.event-registration-page .right-panel .cart-summary {
    margin-bottom: 2rem;
}

.event-registration-page .right-panel .cart-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    color: #333;
}

.event-registration-page .right-panel .cart-row.total {
    border-top: 1px solid #dee2e6;
    padding-top: 1rem;
    margin-top: 1rem;
    font-weight: 900;
}

/* Promo Code Section */
.event-registration-page .right-panel .promo-code {
    margin-top: 2rem;
}

.event-registration-page .right-panel .promo-code input {
    width: 100%;
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    background-color: #fff;
}

.event-registration-page .right-panel .promo-code .btn {
    width: 100%;
    background-color: #76923c;
    color: white;
    padding: 1rem;
    font-size: 1.6rem;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    max-width: 300px;
}

/* Saved Payment Section */
.event-registration-page .right-panel .saved-payment {
    background-color: #f8f9fa;
    padding: 2rem;
    margin-bottom: 2rem;
}

.event-registration-page .right-panel .saved-payment h2 {
    color: #0076C0;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.event-registration-page .right-panel .saved-payment p {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.event-registration-page .right-panel .saved-payment .payment-option {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;

    margin-bottom: 0;
}

.event-registration-page .right-panel .saved-payment .payment-option input[type="checkbox"] {
    flex-shrink: 0;
    margin-top: 0.25rem;
    width: 20px;
    height: 20px;
}

.event-registration-page .right-panel .saved-payment .payment-option label {
    flex: 1;
    margin: 0;
    font-size: 1.4rem;
    color: #333;
    cursor: pointer;
}

.event-registration-page .right-panel .saved-payment .payment-details {
    color: #666;
}

.event-registration-page .right-panel .saved-payment .payment-details .card-type {
    font-weight: 500;
    color: #333;
    margin-bottom: 0.25rem;
}


.payment-details-section h2 {
    color: #333;
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1.5rem;
}

.payment-details-section h2 i {
    font-size: 1.8rem;
    color: #666;
}

.payment-details-section .required-note {
    color: #666;
    font-size: 1.4rem;
    text-align: right;
}

.payment-details-section .label-title {
    color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 1rem;
    display: block;
}

.payment-details-section .card-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.payment-details-section .card-option {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    background: white;
}

.payment-details-section .card-option label {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    justify-content: flex-start;
    min-height: 32px;
}

.payment-details-section .card-option img {
    max-width: 80px;
    width: auto;
    height: 32px;
    object-fit: contain;
}

/* Specific adjustment for Discover logo if needed */
.payment-details-section .card-option label[for="discover"] img {
    max-width: 90px; /* Slightly larger to match other logos */
}

.payment-details-section .card-option input[type="radio"] {
    width: 16px;
    height: 16px;
    margin-right: 1rem;
}

.payment-details-section .form-control,
.payment-details-section .form-select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 1.6rem;
}

.payment-details-section .btn {
    padding: 0.75rem 2.5rem;
    font-size: 1.6rem;
    border-radius: 4px;
}

.payment-details-section .btn-success {
    background-color: #76923c;
    border-color: #76923c;
}

.payment-details-section .btn-outline-secondary {
    color: #333;
    border-color: #dee2e6;
}

@media (max-width: 768px) {
    .payment-details-section .card-options {
        grid-template-columns: 1fr;
    }
}

.order-summary h2 {
    color: #333;
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
}

.order-table {
    width: 100%;
    margin-top: 1.5rem;
}

.order-table th {
    color: #666;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 1rem 0;
    text-align: left;
}

.order-table td {
    padding: 1rem 0;
    font-size: 1.4rem;
    color: #333;
}

.order-table .event-name {
    color: #666;
    font-style: italic;
    margin-top: 0.5rem;
}

.order-table .total-row {
    background-color: #f8f9fa;
}

.order-table .total-row td {
    padding: 1.5rem 0;
    font-weight: 500;
}

.payment-summary-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.5rem;
}

.payment-summary-table th {
    color: #666;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
}

.payment-summary-table td {
    padding: 0.75rem;
    font-size: 1.4rem;
    color: #333;
    vertical-align: top;
}

.payment-summary-table .registrant-name {
    font-weight: 500;
}

.payment-summary-table .event-name {
    color: #666;
    font-style: italic;
    font-size: 1.3rem;
    display: block;
    margin-top: 0.25rem;
}

.payment-summary-table .total-row {
    background-color: #f8f9fa;
}

.payment-summary-table .total-row td {
    padding: 1rem 0.75rem;
    font-weight: 500;
}

/* Add these styles at the end of the file */
.payment-order-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2rem;
}

.payment-order-table th,
.payment-order-table td {
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
    text-align: left;
}

.payment-order-table th {
    color: #666;
    font-weight: normal;
    border-bottom: 1px solid #dee2e6;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.payment-order-table td {
    color: #333;
    vertical-align: top;
}

/* Align numeric columns */
.payment-order-table th:nth-child(2),
.payment-order-table td:nth-child(2),
.payment-order-table th:nth-child(3),
.payment-order-table td:nth-child(3),
.payment-order-table th:nth-child(4),
.payment-order-table td:nth-child(4),
.payment-order-table th:nth-child(5),
.payment-order-table td:nth-child(5) {
    text-align: center;
}

.payment-order-table .registrant-name {
    font-weight: 900;
    color: #333;
    margin-bottom: 0.5rem;
}

.payment-order-table .event-name {
    color: #666;
    font-style: italic;
    font-size: 1.4rem;
}

.payment-order-table .total-row {
    background-color: #E8E8E8;
}

.payment-order-table .total-row td {
    padding: 1.5rem;
    font-weight: 900;
}

/* First column of total row should be left-aligned */
.payment-order-table .total-row td:first-child {
    text-align: left;
}

.receipt-section {
    margin-top: 3rem;
}

.receipt-section h3 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.receipt-section .email-form {
    max-width: 600px;
}

.receipt-section .form-control {
    padding: 1rem;
    font-size: 1.4rem;
    color: #666;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.receipt-section .btn-success {
    background-color: #76923c;
    border-color: #76923c;
    color: white;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    min-width: 200px;
}

.receipt-section .btn-success:hover {
    opacity: 0.9;
}

.sign-in-btn{
    background-color: #76923c;
    border-color: #76923c;
    color: white;
    padding: 1rem 2rem;
    font-size: 1.4rem;
}

.sign-in-page h1{
    color: #0076c0;
}

.sign-in-page input{
    max-width: 800px;
}
.login-form{
    max-width: 800px;
    margin: 0 auto;
}

.login-form label span.required,
.login-form p span.required {
    color: red;
}

.thank-you-title{
    font-weight: 600 !important;
}