body {
    font-family: "Poppins", sans-serif !important;
}

p {
    font-family: "Poppins", sans-serif !important;
}

.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: -70px;
    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 #242B80;
    background: #242B80 !important;
    color: #fff;
}

.btn-primary:hover {
    border: 2px solid #04264a;
    background: #04264a !important;
    color: #fff;
}

p i {
    color: #8794AA;
}

#edit-image-icon {
    position: absolute;
    top: 33%;
    left: 16%;
    transform: translate(-50%, -50%);
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
    color: white;
    font-size: 16px;
}

#edit-image-icon i {
    font-size: 20px;
}

#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: #242B80;
}

.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: #242B80;
    font-weight: bold;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 2px solid #242B80;
}

.copy-btn:hover {
    background-color: #04264a;
}


.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: rgb(36, 43, 128);
    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);
    margin-bottom: 15px;
}

.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 */
}