body {
    font-family: "Poppins", "Source Sans Pro", sans-serif !important;
}

#empty-event-list .card-body {
    min-height: 70vh;
    background-image: url(../images/empty-event-list.png);
    background-position: 50% -15%;
    background-repeat: no-repeat;
    background-size: 110%;
    padding-top: 50%;
}

@media (min-width: 768px) {
    #empty-event-list .card-body {
        background-size: 67%;
        padding-top: 35%;
    }
}

@media (min-width: 768px) {
    #empty-event-list .card-body {
        background-size: 67%;
        padding-top: 35%;
    }
}

@media (min-width: 992px) {
    #empty-event-list .card-body {
        background-size: 47%;
        padding-top: 22%;
    }
}

@media (min-width: 1200px) {
    #empty-event-list .card-body {
        background-position: 50% -25%;
        background-size: 44%;
        padding-top: 20%;
    }
}

@media (min-width: 1400px) {
    #empty-event-list .card-body {
        background-size: 30%;
        padding-top: 14%;
    }
}

body#registration {
    background-image: url("../images/bg-registration-form.jpg");
    background-size: cover;
}

.evt-reg-frm .form-group label,
label {
    font-weight: normal;
}

.border-rounded {
    border-radius: 7px;
}

#upload-area {
    height: 320px;
    border: 2px dashed #ddd;
    padding: 40px;
    border-radius: 4px;
    background: #f9f9f9;
    cursor: pointer;
}

.info-icon {
    width: 40px;
    height: 40px;
    background: #f9f9f9;
    border: 1px solid #ece8e8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 20px;
}

#event-registration .card {
    min-height: 120px;
}

.event-success-wrapper {
    padding: 40px 20px;
}

.success-icon i {
    font-size: 64px;
    color: #0066ff;
    margin-bottom: 15px;
}
.success-title,
.event-title {
    font-weight: 800;
}
.event-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: left;
}
.event-description {
    font-size: 14px;
}
.event-meta .meta-item {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    font-size: 14px;
}
.event-meta i {
    color: #999;
    margin-top: 3px;
}

.event-sign-in-panel {
    min-height: 900px;
}

.event-sign-in-title {
    font-size: 58px;
}

.event-sign-in-qr {
    height: 260px;
    width: 260px;
}

 .event-sign-in-divider {
    max-width: 760px;
}

.event-sign-in-divider::before {
    background: #c9c9c9;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.event-sign-in-divider span {
    background: #919191;
    font-size: 19px;
    height: 48px;
    width: 48px;
    z-index: 1;
}

.event-sign-in-fields {
    max-width: 1260px;
}

.event-image {
    max-height: 75vh;
    width: auto;
}

@media (max-width: 991px) {
    .event-sign-in-panel {
        min-height: auto;
    }

    .event-sign-in-title {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .event-sign-in-title {
        font-size: 32px;
    }

    .event-sign-in-qr {
        height: 220px;
        width: 220px;
    }

    .event-sign-in-divider {
        width: 100% !important;
    }
}
