body {
    font-family: "Work Sans", sans-serif;
}

p {
    font-family: "Work Sans", sans-serif;
}

.title {
    color: black;
}


/* Cover Image Styling */

.profile-cover {
    height: 250px;
    background-size: cover;
    border-radius: 10px;
}

.profile-header {
    position: relative;
    /* margin-top: -60px; */
    /* background-color: #fff; */
    padding: 20px;
    /* border-radius: 0px 0px 10px 10px; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    text-align: start;
}

.profile-img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    top: -40px;
    z-index: 10;
}


/* About Card Styling */

.about-card {
    margin-top: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.about-card h5 {
    font-weight: bold;
}

.btn-primary {
    border: 2px solid #7F42B4;
    background: #7F42B4 !important;
    color: #fff;
    border-radius: 12px;
    /* width: 100px; */
}

.card-body h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0%;
    color: #1E1E1E;
}

.btn-primary:hover {
    border: 2px solid #3d186b;
    background: #3d186b !important;
    color: #fff;
}

p i {
    color: #7F42B4;
}

#edit-image-icon {
    position: absolute;
    top: 0px;
    left: 10%;
    transform: translate(-50%, -50%);
    z-index: 20;
    background: rgb(127 66 180)!important;
    border-radius: 50%;
    padding: 10px;
    color: white;
    font-size: 16px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ticket-card {
    background: #F8F8FD;
    border-radius: 10px;
}

#edit-image-icon i {
    font-size: 15px;
}

#profile-img:hover+#edit-image-icon {
    display: block;
}

#image-preview {
    display: none;
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    top: -70px;
    z-index: 15;
}

.coupon-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.coupon-card {
    background: linear-gradient(to bottom, #f0f4ff, #d6e4f1);
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px;
    /* Reduced height */
}

.coupon-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.coupon-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.coupon-code {
    font-size: 1.2rem;
    font-weight: 700;
    color: #7F42B4;
}

.coupon-discount {
    background-color: #ff9f00;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.coupon-body {
    margin-bottom: 10px;
}

.coupon-condition p {
    font-size: 0.9rem;
    color: #444;
}

.coupon-date {
    font-size: 0.85rem;
    color: #888;
    font-weight: bold;
}

.coupon-footer {
    display: flex;
    justify-content: center;
}

.copy-btn {
    padding: 6px 12px;
    background-color: #ffffff;
    color: #7F42B4;
    font-weight: bold;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 2px solid #7F42B4;
}

.copy-btn:hover {
    background-color: #3d186b;
}

.accordion-button:hover {
    background-color: transparent !important;
    /* Remove hover background change */
    color: inherit !important;
    /* Keep text color unchanged */
}


/* Responsive design */

@media (max-width: 768px) {
    .coupon-card {
        width: 100%;
    }
}

.custom-edit .modal-header {
    border-bottom: 0;
}

.custom-edit .modal-body .forg-pass {
    font-weight: 600;
    /* font-family: Inter, sans-serif; */
    font-size: 14px;
    color: #6941c6;
    text-decoration: none;
}

.custom-edit .orLogin {
    /* font-family: Inter, sans-serif; */
    font-size: 14px;
    font-weight: 500;
}

.custom-edit .modal-footer button {
    width: 100%;
    font-weight: 600;
    /* font-family: Inter, sans-serif; */
    font-size: 13px;
    padding: 10px 0;
    border-radius: 5px;
}

a {
    text-decoration: none;
}

a,
a:hover {
    color: unset;
}

.past-event {
    filter: blur(1px);
    /* Light blur effect */
    opacity: 0.55;
    /* Slightly dim the card */
    pointer-events: none;
    /* Prevent interaction with the card */
    transition: all 0.3s ease;
    /* Smooth transition for visual effects */
}

.past-event img {
    opacity: 0.9;
    /* Maintain image clarity slightly */
}

.past-event strong,
.past-event .date,
.past-event .ticket-time {
    color: rgba(0, 0, 0, 0.8);
    /* Lighten the text for readability */
}


/* .card {
    padding: 8px;

} */

.newcolor {
    background-color: #7F42B4;
    border: none;
    padding: 8px 16px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
}

.card {
    border-radius: 8px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    background: #F8F8FD;
    padding: 20px;
    margin-bottom: 15px;
}

.card-body {
    padding: 15px 0px 0px 0px !important;
}

.profile-header {
    padding: 15px !important;
    border-radius: 10px !important;
    position: relative;
}

.text-end {
    text-align: right;
}

.badge-danger {
    background: rgb(255, 232, 236);
    color: rgb(195, 0, 99);
    fill: rgb(225, 34, 119);
    border: none;
    padding: 2px 8px;
    border-radius: 6px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    line-height: 16px;
    font-size: 12px;
}

.badge-warning {
    background-color: #fff8e1;
    /* Light yellow background */
    color: rgb(202 138 4);
    /* Dark yellow text color */
    fill: rgb(202 138 4);
    /* Dark yellow fill color for SVG elements */
    border: none;
    padding: 2px 8px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    line-height: 16px;
    font-size: 12px;
}

.badge-success {
    background: rgb(211, 255, 210);
    color: rgb(0, 110, 43);
    fill: rgb(0, 166, 69);
    border: none;
    padding: 2px 8px;
    border-radius: 6px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    line-height: 16px;
    font-size: 12px;
}

.badge-primary {
    background: rgb(191, 219, 254);
    color: rgb(37 99 235);
    fill: rgb(37 99 235);
    border: none;
    padding: 2px 8px;
    border-radius: 6px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    line-height: 16px;
    font-size: 12px;
}

.active-block {
    border: 2px solid rgb(202, 188, 229);
    background-color: rgb(131, 92, 205);
}


/* Style for blocks with no tickets */

.no-tickets {
    background-color: rgb(230, 230, 230);
}

.ticket-prices {
    margin-top: -26px;
    margin-left: 1px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background-color: #ffffffcc;
    padding: 0px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
}

.has-ticket-prices .ticket-prices {
    display: block;
    /* Show only if there are ticket prices */
}


/* Footer Styles */

.footer-area {
    background-color: #7F42B4;
    color: #ffffff;
    margin-top: 50px;
}

.footer-widget .widget-title {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #e5e5e5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

.social-icon {
    color: #ffffff;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #7f42b4;
}

.footer-contact li {
    color: #e5e5e5;
}

.footer-contact a {
    color: #e5e5e5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact a:hover {
    color: #ffffff;
}

.footer-divider {
    border-color: rgb(255 255 255 / 60%);
    margin: 1rem 0;
}

.bottom-footer {
    color: #e5e5e5;
}

.footer-bottom-links a {
    color: #e5e5e5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #ffffff;
}


/* Mobile Sidebar Styles */

.offcanvas {
    width: 70% !important;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.offcanvas-header {
    padding: 1.5rem;
    background-color: #f8f9fa;
}

.offcanvas .nav-link {
    padding: 1rem 1.5rem;
    color: #333;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.offcanvas .nav-link:hover,
.offcanvas .nav-link.active {
    background-color: rgba(127, 66, 180, 0.1);
    color: #7F42B4;
}

.offcanvas .nav-link i {
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.offcanvas .btn-close {
    background-color: #eee;
    padding: 8px;
    border-radius: 50%;
}

.offcanvas .btn-close:focus {
    box-shadow: none;
}


/* Ensure the overlay is visible */

.offcanvas-backdrop.show {
    opacity: 0.7;
    background-color: #000;
}


/* Mobile header adjustments */

.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: #fff;
    padding: 0.75rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    body {
        padding-top: 70px;
    }
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid whitesmoke;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 3px 0 #d2d8df;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#card-errors {
    color: red;
    margin-top: 10px;
}

.form-container {
    max-width: 400px;
    margin: 50px auto;
}

#Submit {
    background-color: #7F42B4;
    color: white;
    padding: 10px;
    border: none;
    width: 100%;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}
#Submit:hover {
    background-color: #3d186b;  
}

button:hover {
    background-color: #3d186b;
}

.support-copied {
    /* visibility: hidden; */
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /* Position above the element */
    left: 28%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.supportShow {
    visibility: visible;
    opacity: 1;
}