.details-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 9999; /* Ensure it appears above other content */
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-modal-content {
    width: 400px;
    max-width: 90%;
    max-height: 85%;
    position: fixed;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    overflow-y: scroll;
    scrollbar-width: none;
}

.modal-header h2 {
    margin-top: 0;
}

.cross {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    color: #fff;
}

.fade-in-up {
    animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Fade-in animation */
.fade-in-up {
    animation: fadeinup 0.5s ease forwards;
}

@keyframes fadeinup {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fade-in animation */
.fade-in-up {
    animation: fadeinup 0.5s ease forwards;
}

@keyframes fadeinup {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.form-details {
    background-color: #8080801c;
    padding: 10px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.form-details p {
    margin-bottom: 10px;
}

.form-details strong {
    color: #333;
}


.people-response-form {
    width: 400px;
    max-width: 90%;
    max-height: 85%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(28, 23, 23, 0.59);
    z-index: 999;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    overflow-y: scroll;
    scrollbar-width: none;
}

.background-overlay-response {
    position:fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    z-index: 995;
    transition: all 0.3s ease;
}

.people-response-form.show,
.background-overlay-response.show {
    visibility: visible;
    pointer-events: unset;
    opacity: 1;
}

.elementor-shortcode .header-login-button,
.elementor-shortcode .header-logout-button {
    display: block;
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #4FC798;
    padding: 3px 10px;
    color: white;
    text-align: center;
    margin-left: 10px;
    border-radius: 4px;
}

.elementor-shortcode .header-login-button:focus,
.elementor-shortcode .header-login-button:hover,
.elementor-shortcode .header-logout-button:focus,
.elementor-shortcode .header-logout-button:hover {
    color: white;
    background-color: #F06B1D;
}

.header-button-wrapper {
    display: flex;
}

.membership-button,
.dashboard-button {
    display: block;
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #4FC798;
    padding: 3px 10px;
    color: white;
    margin-left: 10px;
    border-radius: 4px;
}

.membership-button:focus,
.membership-button:hover,
.dashboard-button:focus,
.dashboard-button:hover {
    color: white;
    background-color: #F06B1D;
}

.job-table-action-btn {
    border: 0;
    color: white;
    background-color: var(--e-global-color-accent);
    padding: 5px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.job-table-action-btn >span {
    font-size: 14px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.view-details {
    width: 100%;
    background-color: green;
    text-align: left;
}

.already-applied,
.marked-complete,
.complete {
    background-color: #c36;
    pointer-events: none;
}

.mark-complete {
    background-color: green
}

table td {
    border: 0 !important;
}

.head-form .title-head {
    font-size: 1.5rem;
    background-color: #383838;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 15px;
    margin: 0;
}

.head-form .title-head .dashicons {
    display: none;
}

.message-textarea {
    width: 362px;
    height: 100px;
}

.people-response-form {
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.people-response-form h2 {
    font-size: 1.5rem;
    background-color: #383838;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 15px;
    margin: 0;
}

.people-response-form p.gform_description {
    padding: 10px 15px;
    margin-bottom: 0;
}

.people-response-form #gform_6 {
    padding: 5px 15px 10px;
}

.people-response-form #gform_6 .gfield--type-html {
    font-size: 0.9rem;
}

.people-response-form #gform_6 .gfield--type-html ol,
.people-response-form #gform_6 .gfield--type-html ul {
    padding-left: 15px;
}

.people-response-form #gform_6 #input_6_6,
.people-response-form #gform_6 #input_6_10 {
    opacity: 0.6;
    outline: none;
    pointer-events: none;
    cursor: not-allowed;
}

.people-response-form #gform_6 .gform_footer {
    display: block;
    padding: 0;
    margin: 10px 0 0 !important;
}

.people-response-form #gform_6 #gform_submit_button_6 {
    margin: 0 0 5px;
}

.people-response-form #gform_wrapper_6 .gform_validation_errors {
    display: none;
}

.people-response-form #gform_wrapper_6 .gfield_validation_message {
    font-size: 0.8rem;
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 0;
}

/* Style form inputs */
.people-response-form input[type="text"],
.people-response-form textarea {
    width: 100%; 
    padding: 10px;
    margin-bottom: 15px; 
    border: 1px solid #ccc; 
    border-radius: 5px; 
}

/* Style form button */
.people-response-form button {
    padding: 10px 20px; /* Add padding for button size */
    border: none; /* Remove default button border */
    border-radius: 5px; /* Add border radius for rounded corners */
    background-color: #007bff; /* Set button background color */
    color: #fff; /* Set button text color */
    font-size: 16px; /* Set button font size */
    cursor: pointer; /* Change cursor to pointer on hover */
    transition: background-color 0.3s ease; /* Add transition for smoother effect */
}

.people-response-form button:hover {
    background-color: #0056b3;
}

.closed {
    border: 0;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: white;
    background-color:red;
}

.card {
    width: 45%;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 36px;
}

.card-content {
    text-align: center;
}

.card-content h2 {
    color: #333;
    font-size: 24px; /* Adjust font size */
    font-weight: bold; /* Add bold font weight */
    margin-bottom: 10px; /* Add some space below the heading */
    text-transform: uppercase; /* Convert text to uppercase */
    letter-spacing: 1px; /* Add some letter spacing for clarity */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); /* Add a subtle text shadow */
}

.card-content p {
    color: #666;
}

.card-content ul {
    list-style: none;
    padding: 0;
}

.card-content ul li {
    padding: 5px 0;
}

.card-content a.button {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.card-content a.button:hover {
    background-color: #45a049;
}

.button {
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid #4CAF50; /* Green border */
    border-radius: 6px;
    background-color: #4CAF50; /* Green background */
    color: white;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    margin:30px;
}

.button:hover {
    background-color: #45a049; /* Darker green background on hover */
    border-color: #45a049; /* Darker green border on hover */
}

.button:active {
    background-color: #4CAF50; /* Back to original color on click */
    border-color: #4CAF50; /* Back to original color on click */
    color: white; /* Back to original color on click */
}

/* dotted list type design */
.membership-list-point {
    li:before {
        background-color: black;
        width: 2px;
        content: '';
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 5px;
    }

    li {
        /* You need to turn on relative positioning so the line is placed relative to the item rather than absolutely on the page */
        position: relative;
        
        /* Use padding to space things out rather than margins as the line would get broken up otherwise */
        margin: 0;
        padding-bottom: 1em;
        padding-left: 20px;
    }
    
    /* Small bullets for normal list items */
    /* Small bullets for normal list items */
    li::after {
        content: '';
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='%23000' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        left: 0;
        top: 2px;
        width: 12px;
        height: 12px;
    }
}

.membership-container{
    display:flex;
}

.gform-manual-message {
	margin-top: 1rem;
}

.gform-manual-message a:hover {
    color: #c36;
    text-decoration: underline;
}

#gform_wrapper_2,
#gform_wrapper_3 {
    margin-top: 1.5rem;
}

#gform_confirmation_message_1 {
    padding: 0 10px;
    margin: 1rem 0;
}

#gform_confirmation_wrapper_2 {
    text-align: center;
    padding: 0 10px 1.5rem;
    margin-top: 1.5rem;
}

#gform_confirmation_message_3 {
    margin: 1rem 0;
}

#gform_confirmation_wrapper_6 {
    font-size: 0.95rem;
    color: green;
    padding: 0 15px 20px;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    margin: 7px 0 0;
    margin-left: 0px;
    padding: 12px 0;
    margin-left: -25px !important;
}

.eael-gravity-form .gform_wrapper textarea {
    padding: 8px;
}

.message-container {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

.message {
    font-size: 16px;
    margin-bottom: 10px;
}

.lorem-text {
    font-style: italic;
    color: #666;
    font-size: 14px;
}

.gform_wrapper.gravity-theme .validation_message {
    color: #c02b0a !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}
