/* Custom Modal Styles */
.custom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
}

.custom-modal-dialog {
    position: relative;
    margin: 10% auto; /* Center the modal */
    max-width: 100%; /* Increase max width */
    width: 90%; /* Set a percentage for responsiveness */
}

.custom-modal-content {
    background-color: #fff; /* White background */
    border-radius: 5px; /* Rounded corners */
    padding: 20px; /* Padding inside the modal */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow effect */
    position: relative; /* Allow absolute positioning for close button */
}

.close-button {
    color: #aaa; /* Grey color */
    float: right; /* Position to the right */
    font-size: 28px; /* Font size */
    font-weight: bold; /* Bold text */
    cursor: pointer; /* Pointer cursor */
}

.close-button:hover,
.close-button:focus {
    color: black; /* Change color on hover/focus */
    text-decoration: none; /* No underline */
}

/* Responsive Design */
@media (max-width: 600px) {
    .custom-modal-dialog {
        width: 95%; /* Wider for smaller screens */
    }

    select#Show-pagination {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    
    .form-group-inline {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        margin-top: 20px;
        flex-direction: column;
    }

    .col-md-6.show-numm {
        padding-left: 0;
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    select#Show-pagination {
        width: 100%;
    }

    .account-details input.mafield {
        padding: 5px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .account-details {
        padding-top: 0px;
        margin-top: 0px;
    }

    span.toggle-password.position-absolute {
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 35%;
        cursor: pointer;
    }

    .right-event-col-event .select-with-button2 {
        width: 100%;
        max-width: 100%;
    }
    .right-event-col-event .select-with-button2 {
        width: 100% !important;
    }
}

/* .custom_event_crt_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_event_crt_loader::before {
    content: '';
    width: 50px;
    height: 50px;
    border: 4px solid #3498db;
    border-top: 4px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
} */

.custom_event_crt_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_event_crt_loader::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background-image: url('https://events.theoneiota.com/wp-content/uploads/2024/08/image-1-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoomInOut 1.2s ease-in-out infinite;
}

/* Zoom animation */
@keyframes zoomInOut {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
}

label.custom_label {
    width: 16%;
}

/*-------------------------------------------------*/
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.pagination a, .pagination span {
    color: #333;
    padding: 8px 12px;
    margin: 0 3px;
    font-weight: 500;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination a:hover {
    background-color: #e9c25f;
    color: #fff;
}

.pagination .current {
    background-color: #e9c25f;
    color: #ffffff;
    font-weight: 500;
    border-color: #e9c25f;
}

.pagination .prev, .pagination .next {
    font-weight: bold;
}

.pagination .prev:hover, .pagination .next:hover {
    background-color: #555;
    color: #fff;
}

/*--------------------------------------------------*/
/* Modal overlay styling */
.tick_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: scroll;
    z-index: 1000;
    flex-wrap: wrap;
    align-content: flex-start;
}

/* Modal content box styling */
.ticket-Modalmodal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 69%;
    width: 100%;
    margin-top: 6%;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
}

button.close-ticket-Modal {
    color: #aaa;
    float: right;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: none;
}

.event_name {
    border-bottom: 1px solid #e4e4e4;
}

/* Modal body styling */
.ticket-Modal-body h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #333;
    font-weight: 400;
    /* text-align: center; */
}

.ticket-Modal-body p {
    font-size: 1em;
    margin: 10px 0;
    color: #555;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .ticket-Modalmodal-content {
        width: 100%;
        padding: 15px;
    }

    .ticket-Modal-body h3 {
        font-size: 1.2em;
    }

    .ticket-Modal-body p {
        font-size: 0.95em;
    }
}

/* Base styles for the buttons */
button.show_more_disscrip_button,
button.show_less_disscrip_button {
    background: #ffffff;
    /* border: 1px solid #ddd; */
    box-shadow: none;
    border-radius: 5px;
    color: #201e1e;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 0px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s, color 0.3s;
}

/* Hover effect for buttons */
/* button.show_more_disscrip_button:hover,
button.show_less_disscrip_button:hover {
    background-color: #f4f4f4;
    color: #000;
} */

/* Arrow down for the "More" button */
button.show_more_disscrip_button::after {
    content: '\25BC'; /* Down arrow Unicode */
    font-size: 12px;
    color: #201e1e;
    transition: transform 0.3s ease;
}

/* Arrow up for the "Less" button */
button.show_less_disscrip_button::after {
    content: '\25B2'; /* Up arrow Unicode */
    font-size: 12px;
    color: #201e1e;
    transition: transform 0.3s ease;
}

input.tota-tick-quantity {
    display: block;
}

.tic_quint {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

button.min-quan-btn {
    padding: 10px 20px;
    border-radius: 8px 0px 0px 8px;
    color: #fff;
}

input.tota-tick-quantity {
    padding: 8px 9px;
    /* width: 4%; */
    text-align: center;
    pointer-events: none;
}

button.plus-quant-btn {
    padding: 10px 20px;
    border-radius: 0px 8px 8px 0px;
    color: #fff;
}

span.dol_str {
    font-weight: 500;
}

span.priccess {
    font-weight: 500;
}

.tick_total_pric {
    display: flex;
    justify-content: flex-end;
}

.ticket_detailds {
    border-bottom: 1px solid #e4e4e4;
}

.get_total_quantt {
    align-items: baseline;
    /* border-top: 1px solid; */
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    padding: 10px 10px;
    margin-top: 10px;
    gap: 20px;
    font-weight: 400;
}

.attandi_namme , .attandi_emaill{
    display:block;

}

/* General modal content styling */
/* .conditional_content {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
} */

.conditional_content h4 {
    font-size: 1.8rem;
    color: #333;
    margin: 0;
    font-weight: bold;
}

/* Styling each attendee field box */
.attendii_field_box {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    position: relative;
}

.attendii_field_box h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #0056b3;
}

.attendii_field_box .remove-attendii-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    FONT-WEIGHT: 600;
    background: #ff4d4d;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.ticket_detailds h4 {
    font-size: 14px;
}

.attendii_field_box .remove-attendii-btn:hover {
    background: #cc0000;
}

/* Form field styling */
.attendii_info {
    margin-top: 15px;
}

.attendii_info label {
    display: block;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    font-size: 12px;
}

.attendii_info input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.9rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease;
}

.attendii_info input:focus {
    border-color: #0056b3;
    outline: none;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {

    .container.general-section {
        width: 100%;
    }


    .attendii_field_box {
        padding: 10px;
    }

    /* li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--my-sponsors a {
        padding-left: 60px !important;
    } */
    .attendii_field_box h3 {
        font-size: 1rem;
    }

    .attendii_info input {
        padding: 8px;
    }
}

/* Container styling for the modal buttons */
.attendii_modal_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    margin-top: 15px;
    text-align: center;
}

/* Buttons styling */
.attendii_modal_buttons button {
    background: linear-gradient(90deg, #007bff, #0056b3);
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    text-transform: capitalize;
}

/* Hover effect for buttons */
.attendii_modal_buttons button:hover {
    background: linear-gradient(90deg, #0056b3, #003580);
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

/* Styling for the "Or" spans */
.attendii_modal_buttons span {
    font-size: 1rem;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    margin: 0 5px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .attendii_modal_buttons {
        flex-direction: column;
        gap: 10px; /* Reduced spacing for smaller screens */
        padding: 15px;
    }

    .attendii_modal_buttons button {
        width: 100%;
        font-size: 0.9rem;
        padding: 8px 15px;
    }

    .attendii_modal_buttons span {
        margin: 5px 0;
        font-size: 0.9rem;
    }
}

/*---------------installment-----------------*/
/* Installment Section Styles */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #f4f6f9;
    color: #333;
}

.installment-container {
    max-width: 100%;
    margin: 50px 0;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.installment-header {
    text-align: center;
    margin-bottom: 30px;
}

.installment-header h2 {
    text-align: center;
    color: #32151a;
    font-family: Poppins;
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
}

.installment-header p {
    font-size: 16px;
    color: #3d151a;
}

.user-info {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f0e9d7;
    border-radius: 8px;
}

.user-info p {
    margin: 8px 0;
    font-size: 16px;
    color: #3d151a;
}

.user-info strong {
    color: #3d151a;
}

.installment-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.installment-table th, .installment-table td {
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
}

.installment-table thead {
    background-color: #3d151a;
    color: white;
}

.installment-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.installment-section {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media screen and (max-width: 768px) { 
    .installment-section {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
    }   
}
.installment-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background-color: #f0e9d7;
    padding: 10px;
    border: 1px solid #e9c25f;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.installment-info {
    font-size: 14px;
    color: #3d151a;
    font-weight: bold;
}

.installment-price {
    font-size: 16px;
    color: #32151a;
    font-weight: bold;
    margin-bottom: 10px;
}

.pay-now-btn {
    display: inline-block;
    padding: 8px 15px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
}

.pay-now-btn:hover {
    background-color: #45a049;
}

.no-installments {
    text-align: center;
    font-size: 18px;
    color: #888;
}

.ticket-datetime {
    font-size: 12px; /* Smaller font size for the whole date-time section */
    color: #666;     /* Light color for the text */
    margin-top: 5px;  /* Space between ticket name and date/time */
    line-height: 1.5; /* Adjust line spacing */
}

.datetime-label {
    font-weight: bold; /* Make the label text bold */
    color: #333;       /* Darker color for the label */
}

.datetime-start {
    font-weight: bold;  /* Bold for the start date/time */
    color: #00b300;     /* Green color for start date/time */
}

.datetime-end {
    font-weight: bold;  /* Bold for the end date/time */
    color: #ff3333;     /* Red color for end date/time */
}

/*------------------------------*/
/* Modal Overlay */
.payment-modal {
    display: none ; /* Initially hidden */
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Black overlay with opacity */
    display: flex; /* Flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    transition: opacity 0.3s ease-in-out;
    padding: 20px; /* Add padding for smaller screens */
}

/* Modal Content */
.payment-modal-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    max-width: 400px; /* Limit modal size */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    animation: slide-in 0.3s ease-in-out;
    position: relative;
    text-align: center;
}

/* Modal Title */
.payment-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

/* Modal Subtitle */
.payment-subtitle {
    font-size: 1.5rem;
    color: #666;
    margin-bottom: 20px;
}

/* Close Button */
.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.close-modal:hover {
    color: #000;
}

/* Card Input */
.card-input {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

/* Error Message */
.error-message {
    color: #e74c3c;
    font-size: 1.2rem;
    margin-top: 10px;
}

/* Pay Button */
.pay-button {
    background: #3498db;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    width: 100%;
}

.pay-button:hover {
    background: #2980b9;
}

/* Responsive Design */
@media (max-width: 768px) {
    .payment-modal-content {
        max-width: 90%; /* Use more of the screen width on small devices */
        padding: 20px; /* Adjust padding */
    }
}

@media (max-width: 480px) {
    .payment-modal-content {
        max-width: 95%; /* Almost full screen for very small devices */
    }
    .raf-select-tic {
    width: 100% !important;
}
}

/* Animation for Modal Content */
@keyframes slide-in {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Loader style */
.spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
}

.woocommerce-js #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
    width: auto;
    border: 1px solid;
    border-radius: 8px;
}
p#coupon-error-notice {
    margin-bottom: 0;
}
.your_comments {
    padding: 0px 40px;
}

/* Keyframes for spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.main-dropp {
    display: flex;
    align-items: center;
    gap: 20px;
    align-content: center;
    justify-content: space-between;
}

button#delete_btn {
    padding: 0px;
}

a#redirect_to_post {
    background: #10b163;
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Public Sans';
    border-radius: 10px;
    padding: 13px 30px;
}

/* #raffle, label[for="raffle"] {
    display: none !important;
} */

button#close_add_new_sponsor_update_form {
    BACKGROUND: rgb(238, 208, 131);
    float: right;
    padding: 13px;
}

a#redirect_to_post_cal {
    background: #10b163;
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Public Sans';
    border-radius: 10px;
    padding: 13px 30px;
}

a#redirect_to_post_staff {
    background: #10b163;
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Public Sans';
    border-radius: 10px;
    padding: 13px 30px;
}

button.edit-events-edit, button.delete-events-edit {
    background-color: #00b163;
}
.swiper-container.conference-slider.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
    padding: 1px;
}
.conference-event-class.event-description h2 {
    font-family: Public Sans;
    font-size: 30px;
    font-weight: 900;
    line-height: 33.46px;
    text-align: left;
    color: #32151A;
    text-transform: uppercase;
}
.conference-event-class.event-description {
    background: white;
    padding: 25px 40px 50px 40px;
    margin-bottom: 30px;
}

select#post_ids_dropdown {
    width: auto;
}
input.tota-tick-quantity {
    max-width: 58px !important;
}
.select_event_type_spons {
    display: flex;
    gap: 2%;
}

button#update-agenda-submit-form {
    background: #10b163;
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Public Sans';
    border-radius: 10px;
    padding: 13px 30px;
}

.agenda_button {
    margin-top: 10px;
}

button#close-new-tag-btn {
    color: white;
    font-weight: 400;
    font-size: 14px;
    border-radius: 8px;
    margin-top: 10px;
}

/* event sales page css*/
img.img-download {
    height: 17px;
    width: 20px;
    color: white;
    background-color: f3f5f8;
}
select.form-select1 {
    color: #32151a;
    font-family: Poppins;
    /* font-size: 16px; */
    font-weight: 400;
    /* line-height: 24px; */
    /* text-align: left; */
    padding-right: 117px;
    /* border: 1px solid #BABCC6; */
    border-radius: 10px;
    /* width: 30%; */
}
select.form-select2 {
    color: #32151a;
    font-family: Poppins;
    /* font-size: 16px; */
    font-weight: 400;
    padding: 5px;
    /* line-height: 24px; */
    /* text-align: left; */
    /* border: 1px solid #BABCC6; */
    border-radius: 10px;
    /* width: 30%; */
}
select.form-select3 {
    color: #32151a;
    font-family: Poppins;
    /* font-size: 16px; */
    font-weight: 400;
    /* line-height: 24px; */
    /* text-align: left; */
    padding: -23px -10px;
    /* border: 1px solid #BABCC6; */
    border-radius: 10px;
    /* width: 30%; */
}
.event-selection-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 50%;
    justify-content: center;
    align-items: flex-end;
}

/* .total-sales-container{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    float: left;
    width: 100%;
    max-width: 25.33%;
} */
 
.payouts {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
}

.payouts h3 {
    font-size: 15px;
    font-weight: 600;
    color: #32151a;
    font-family: 'Poppins';
}

.event-selection-container h3{

    font-weight:bold;
    font-size: 18px;
    text-align: right;
}
.container-sales{
    /* float: right; */
    width: 1282px;
    max-width: 100%; /* equivalent to col-md-4 */
}
.form-group-inline select#organizer-select {
    width: 100%;
}

.form-group-inline {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
}
.col-md-6.chapter-service-left span {
    margin-left: 10px;
}
.form-group-inline label {
    /* width: 30%; */
    white-space: nowrap;
    margin-bottom: 0;
    min-width: fit-content;
    font-size: 15px;
    font-weight: 600;
    color: #32151a;
    font-family: 'Poppins';
}

h2.my-Donations-heading {
    text-align: center;
    color: #32151a;
    font-family: Poppins;
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
}
.select-with-button1 {
    display: flex;
    flex: 1;
    gap: 5px;
    width: 100%;
}
.select-with-button2 {
    display: flex;
    flex: 1;
    gap: 5px;
}
.select-with-button3 {
    display: flex;
    flex: 1;
    gap: 5px;
}
.form-select {
    flex: 1;
}

.my-event-form {
    width: 100%;
}

.right-event-col-event-attendii {
    width: 100%;
    margin-top: 25px;
}

.event-table{
    float: right;
    width: 100%;
    max-width: 100%; /* equivalent to col-md-4 */
}
.table-bordered {
    padding: 15px 12px;
    text-align: center;
    background-color: white;
    table-layout: auto !important;
}

/* span.select2.select2-container.select2-container--default.select2-container--focus.select2-container--below, .select2-container--below .select2-container--focus, .select2 select2-container .select2-container--default .select2-container--below .select2-container--open {
    width: 100% !important;
} */

@media (max-width: 768px) {

    #raffle-content table {
    overflow-x: scroll !important;
    display: block; 
    }

    .event-selection-container {
        max-width: 100%;
        float: none;
    }
 
    .form-group-inline {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding-top: 15px;
    margin-top: 0;
    justify-content: center;
    align-content: center;
}

    div#eventattendeesTable_length label {
        width: 100%;
    }
button.search-btn-attend {
    padding: 8px 30px;
    /* width: 28%; */
    margin-left: auto;
}
    
}

/* .right-event-col-event .select-with-button1 {
    width: max-content;
    padding: 10px;
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    color: #333;
    appearance: none;
    cursor: pointer;
} */
.right-event-col-event .select-with-button2 {
    width: 100%;
    padding: 10px;
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    color: #333;
    appearance: none;
    cursor: pointer;
}
.right-event-col-event .select-with-button3 {
    width: 100%;
    /* padding: 0px 8px; */
    font-size: 14px;
    border-radius: 4px;
    color: #333;
    appearance: none;
    cursor: pointer;
}

/* Table container styles */
.table-responsive {
    overflow-x: auto;
    width: 100%;
}

/* Table base styles */
.table {
    width: 100%;
    /* table-layout: fixed; */
    border-collapse: collapse;
    white-space: nowrap;
}

/* Column width definitions */
.col-order-id {
    width: 100px;
}

.col-event-name {
    width: 200px;
}

.col-ticket {
    width: 150px;
}

.col-purchaser {
    width: 150px;
}

.col-email {
    width: 200px;
}

.col-price {
    width: 120px;
}

.col-quantity {
    width: 80px;
}

/* Cell styles */
/* .table th, .table td {
    overflow: hidden;
    text-overflow: unset;
    white-space: nowrap;
} */

/* Header styles */
.table thead th {
    background-color: #f8f9fa;
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 1;
}

/* Table row styles */
.table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table tbody tr:hover {
    background-color: #f5f5f5;
}

button.download-btn {
    background: #f3f5f8;
    border-radius: 10px;
    text-transform: uppercase;
    color: #32151a;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500 !important;
    line-height: 21px;
    text-align: left;
    padding: 0px 20px;
    margin-top: -30px;
}

.col-md-4.chapter-service-container.event-selection-container.card-body {
    margin-top: 17px;
}
/* div#prepare-service-submission-container {
    width: 50%;
    margin-top: 50px !important;
} */
.pagination-list {
    display: flex;
    background-color: white;
    color: white;
}
button.pagination-button {
    margin: 5px;
    height: 47px;
}

button#save-agenda-submit-form, #save-conf-agenda-submit-form, #update-conf-agenda-submit-form,#add-agenda-button,#save-agenda,#add-new-agenda-button,#update-agenda {
    background: #00B163;
    border-radius: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: Public Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    padding: 15px 20px;
}

.select_event_type_sponser {
    display: flex;
    gap: 20px;
}

header .elementor-1036 .elementor-element.elementor-element-d49f2cb {
    --column-gap: 15px !important;
}

/*--///////////////////////////////////////////--*/
/* Hide the native spinner controls for input[type="time"] */
input[type="time"]::-webkit-calendar-picker-indicator {
    display: none !important;
}
input[type="time"] {
    appearance: none; /* Remove default browser styling */
    padding: 5px 10px;
    font-size: 16px;
    width: 100%; /* Responsive width */
}

.flatpickr-calendar.open {
    width: 16%;
}

.agendas_head {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
}

.agenda_heading {
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    
}

.agenda_heading h2 {
    color: #32151a;
    font-family: Public Sans;
    font-size: 46px;
    font-weight: 600;
    line-height: 69px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0px;
}

/*////////////////////////*/
/* Styling for the overall agenda container */
.agenda_container {
    /* background-color: #f9f9f9;
    border: 1px solid #ddd; */
    /* border-radius: 8px; */
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

/* Agenda date section styling */
.agenda_date {
    margin-bottom: 15px;
    display: flex;
    align-items: center; /* Align label and input */
    gap: 10px; /* Add spacing between label and input */
}

.agenda_date label {
    font-weight: bold;
    font-size: 14px;
    color: #32151a;
    margin: 0;
    white-space: nowrap;
}

.agenda_date input[type="date"] {
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease;
    width: 15%;
}

.agenda_date input[type="date"]:focus {
    border-color: #3498db;
    outline: none;
}

/* Agenda text section styling */
.agenda_text {
    margin-bottom: 15px;
}

.agenda_text label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
    color: #32151a;
}

.agenda_text textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    resize: vertical;
    transition: border-color 0.3s ease;
}

.agenda_text textarea:focus {
    border-color: #3498db;
    outline: none;
}

/* Add some spacing between multiple agenda sections */
#agenda-sections .agenda_container + .agenda_container {
    margin-top: 20px;
}

.edit-agenda,.delete-agenda{
 background: #e9c25f; 
}

.individual_event_dropdown {
    width: fit-content;
}

.select_event_type_agenda {
    display: flex;
    align-content: flex-start;
    align-items: baseline;
    gap: 10px;
}

/*Style the buttons that are used to open and close the accordion panel8*/
.agenda-accordion {
    background-color: #e9c25f;
    color: #32151a;
    cursor: pointer;
    padding: 15px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    font-size: 16px;
    border: none;
    outline: none;
    transition: 0.4s;
}
.panel li {
    font-size: 15px;
    font-weight: 500;
}

  button:focus.agenda-accordion {
      background-color: #e9c25f;
  }
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
   .agenda-accordion:hover {
    background-color: #e9c25f;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
  }
  .agenda-accordion:after {
    content: '\02795';
    font-size: 22px;
    color: #32151a;
    font-weight: 700;
    float: right;
    margin-left: 5px;
}

  .activate:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }

  .agenda-info {
    background: white;
    padding: 25px 40px;
    margin-bottom: 30px;
}

.agenda-title h2 {
    font-family: Public Sans;
    font-size: 30px;
    font-weight: 900;
    line-height: 33.46px;
    text-align: left;
    color: #32151A;
    text-transform: uppercase;
}

span.dollar-sign {
    background-color: #e9c25f !important;
}
.login-error {
    text-align: center;
}
/* ----------------------------- Summernote editor css Start--------------------------------------- */

/* .note-editor {
    display: block !important;
    width: 100% !important;
    min-height: 250px !important;  
}

.note-editor.note-frame {
    padding: 10px !important;  
    border: 1px solid #ccc !important;  
    border-radius: 4px !important;  
}

.note-toolbar {
    background-color: #f5f5f5 !important; 
    border: 1px solid #ccc !important;
    border-bottom: none !important; 
}

.note-editable {
    padding: 10px !important;
    min-height: 150px !important;  
}


.note-frame.panel.panel-default {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important; 
} */

/* ----------------------------- Summernote editor css End--------------------------------------- */
.note-editable ol, .note-editable ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px;
}

input#all_events_sponsors {
    display: none;
}
input#individual_event_sponsors {
    display: none;
}

input#individualagenda {
    display: none;
}

input#allagenda {
    display: none;
}

.event_status_section {
    padding: 20px;
    margin: 20px auto;
    border-radius: 12px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: white;
    max-width: 600px;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.postponed {
    background: linear-gradient(135deg, #ff9800, #ffcc80);
    border-left: 6px solid #e65100;
}
.canceled {
    background: linear-gradient(135deg, #d32f2f, #ff6659);
    border-left: 6px solid #b71c1c;
}
.event_status_section::before {
    content: '\26A0'; /* Warning symbol */
    font-size: 28px;
}

.note-modal-footer {
    height: 75px;
    padding: 10px;
    text-align: center;
}

input.btn.btn-primary.note-btn.note-btn-primary.note-image-btn {
    color: #fff;
    background-color: #32151a;
    opacity: 1;
}

.note-btn.btn-fullscreen {
    display: none !important;
}

 input.btn.btn-primary.note-btn.note-btn-primary.note-link-btn.disabled {
    color: #fff;
    background-color: #32151a;
    opacity: 1;

}

input.btn.btn-primary.note-btn.note-btn-primary.note-video-btn {
    color: #fff;
    background-color: #32151a;
    opacity: 1;
}

input.btn.btn-primary.note-btn.note-btn-primary.note-link-btn {
    color: #fff;
}

table#custom_ticket_table tr:first-child, 
table#custom_ticket_table td:first-child{
    text-align: left;
}
table#custom_ticket_table tr, 
table#custom_ticket_table td{
    text-align: center;
}
div#custom_ticket_table_container #custom_ticket_table th {
    text-align: center;
    FONT-SIZE: 16px;
}
div#custom_ticket_table_container #custom_ticket_table th:first-child {
    text-align: left;
}

ul#questions-list {
    border: 1px solid;
    margin-top: 20px;
    border-radius: 8px;
    padding: 10px;
}

button[aria-label="Video"] {
    display: none !important;
}

#event_fir_na {
    padding-top: 20px !important;
}

button.attendiesdownload-btn {
    background: #e9c25f;
    padding: 0px 17px;
    margin: 10px;
}

.Refund-Policy {
    display: none;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    background-image: none !important; /* Remove background sorting icons */
}

/* css for add prize fields */
.prize-item {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 10px;
}

#prize-container {
    margin-bottom: 10px;
}

button#add-prize {
    color: #fff;
}

button.remove-prize {
    color: #fff;
}

/* End css for add prize fields */
#hfe-menu-cart__toggle_button {
    background: transparent;
}

button.start-drawing-btn {
    border-radius: 25px;
    background: #32150a;
}

button.raffledownload-btn IMG {
    max-height: 25px;
}

.btn-download-csv-buttn {
    display: flex;
    align-items: flex-end;
    GAP: 0;
    width: 100%;
    align-content: center;
    flex-direction: row-reverse;
}

.bottom-border-box p {
    margin: 0;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottom-border-box h3 {
    height: 60px;
}

/* Default: Hide on small screens */
.woocommerce-MyAccount-navigation {
    display: none;
}

/* When button clicked (via JS) */
.woocommerce-MyAccount-navigation.active {
    display: block;
}

/* Always show on larger screens */
@media (min-width: 768px) {

    .woocommerce-MyAccount-navigation {
        display: block !important;
    }
    
    .account-toggle-btn {
        display: none;
    }
}

.comm_dropdown {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-content: center;
    justify-content: flex-end;
}


.comm_dropdown span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
width: 68% !important;
}

.main_search_container label {  
    max-width: 88% !important;
}

/* .comm_dropdown span.select2.select2-container.select2-container--default {
    width: 62% !important;
} */

.container.myevent .draw_dropdown {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.draw_dropdown .col-md-6 {
    width: 100%;
}

.menu-toggle-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9999;
  font-size: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #333;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    max-width: 85%;
    transition: max-width 0.4s ease;
    overflow-x: hidden;
}

/* .woocommerce-account .woocommerce-MyAccount-navigation.shrinked {
   width: 30% !important;
  min-width: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation.expanded {
  max-width: 100%;
} */

/* button#sidebarToggle {
    padding: 0px 10px 10px 3px;
    padding-left: 0px;
} */

.raffle-quan-section {
    margin-top: 11px;
    display: flex;
    justify-content: center;
}

.raffle-row {
    display: flex;
    flex-direction: row;
    gap: 10%;
    margin-bottom: 23px;
}

.raffle-lables {
    display: flex;
    flex-direction: column;
}

button.raffle-minus {
    padding: 10px 20px;
    border-radius: 8px 0px 0px 8px;
    color: #fff;
}

button.raffle-plus {
    padding: 10px 20px;
    border-radius: 0px 8px 8px 0px;
    color: #fff;
}

input.raffle-quantity {
    width: 35%;
    pointer-events: none;
    text-align: center;
    max-width: 60% !important;
}

li.woocommerce-MyAccount-navigation-link:hover {
    background-color: #f0e9d7;
}

li.woocommerce-MyAccount-navigation-link a:hover {
    text-decoration: unset;
}

form.coupon-form input::placeholder {
    color: #BABCC6 !important;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 0px !important;
}

/* table#myticketTable th {
    width: 15% !important;
}

table#attendeesTable th {
    width: 10% !important;
} */

table.table.table-bordered th {
    width: 10% !important;
}