#register-event-modal .uk-modal-dialog.uk-modal-body {
    width: 80% !important;
    height: 54.154rem;
    max-width: 100vw;
    max-height: 90vh;
    border-radius: 1.231rem;
    padding: 0;
    overflow: visible;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
}

svg.icon-email {
    fill: currentColor !important;
}

.event-modal-form-col {
    padding: 3.692rem 4.923rem;
    background: #fff;
    border-radius: 0 1.231rem 1.231rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.231rem;
}

.uk-modal-title {
    font-weight: 600;
    font-size: 2.308rem;
    letter-spacing: 0;
}

.event-modal-desc {
    font-weight: 500;
    font-size: 1.231rem;
}

.event-model-label {
    font-weight: 500;
    font-size: 1.231rem;
    background: none;
    color: #374151;
}

.interest-label {
    font-weight: 600;
    font-size: 1.231rem;
    color:#1F2937;
}

.interest-item {
    font-weight: 400;
    font-size: 1.231rem;
    color:#4B5563;
}
.event-modal-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.231rem 0 0 1.231rem;
    display: block;
}

.event-input {
    font-size: var(--font-size-14);
    border-radius: 0.923rem;
    border-width: 0.077rem;
    border-style: solid;
    border-color: var(--Default-gray-300, #D1D5DB);
    padding: 0.923rem;
    background: var(--Default-white, #FFFFFF);
}

.red-label {
    color: #EF4444;
}

#event-register-success-modal .success-modal-bg {
    width: 90.769rem; /* 1180px / 13 */
    height: 54.154rem; /* 704px / 13 */
    min-height: 32.308rem; /* 420px / 13 */
    max-width: 100vw;
    max-height: 90vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    box-shadow: none;
    padding: 0;
}

#event-register-success-modal .success-modal-content {
    width: 37.692rem; /* 490px / 13 */
    min-height: 32.308rem; /* 420px / 13 */
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 1.846rem; /* 24px / 13 */
    margin: auto;
    padding: 3.077rem 2.462rem 2.462rem 2.462rem; /* 40px / 13, 32px / 13 */
    text-align: center;
    box-shadow: 0 0.615rem 2.462rem rgba(40, 13, 70, 0.10); /* 8px / 13, 32px / 13 */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.success-modal-icon-wrap {
    width: 4.308rem; /* 56px / 13 */
    height: 4.308rem; /* 56px / 13 */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.923rem;
    border-radius: 76.846rem; /* 999px / 13 */
    padding: 0.615rem; /* 8px / 13 */
    background: var(--Default-purple-50, #F5F3FF);
    margin: 0 auto 1.846rem auto; /* 24px / 13 */
}

.success-title {
    font-weight: 600;
    font-size: 2.308rem; /* 30px / 13 */
    line-height: 2.769rem; /* 36px / 13 */
    letter-spacing: 0;
    background: linear-gradient(0deg, #111827, #111827),
    linear-gradient(0deg, #374151, #374151);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.success-desc {
    font-weight: 500;
    font-size: 1.231rem;
    line-height: 1.846rem; /* 24px / 13 */
    letter-spacing: 0;
    background: linear-gradient(0deg, var(--Default-gray-700, #374151), var(--Default-gray-700, #374151)),
    linear-gradient(0deg, var(--Default-gray-500, #6B7280), var(--Default-gray-500, #6B7280));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 0.923rem;
}

.success-info-list {
    margin: 2.462rem 0 0 0; /* 32px / 13 */
    display: flex;
    flex-direction: column;
    gap: 0.615rem; /* 8px / 13 */
}

.success-info-row {
    display: flex;
    align-items: flex-start;
    gap: 0.923rem;
}

.success-info-col-icon {
    flex: 0 0 2.462rem; /* 32px / 13 */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 3.077rem; /* 40px / 13 */
}

.success-info-col-text {
    text-align: left;
    flex: 1 1 0;
    font-weight: var(--font-semi-bold);
    font-size: var(--font-size-14); /* 14px / 13 */
    line-height: 1.538rem; /* 20px / 13 */
    color: #374151;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.success-info-icon {
    width: 1.846rem; /* 24px / 13 */
    height: 1.846rem; /* 24px / 13 */
    border-radius: 0.385rem; /* 5px / 13 */
    color: #6D28D9;
}

.success-done-btn {
    width: 100%;
    height: 3.692rem; /* 48px / 13 */
    display: block;
    margin-top: 2.462rem; /* 32px / 13 */
    margin-bottom: 1.846rem; /* 24px / 13 */
    padding: 0.615rem 1.231rem;
    border-radius: 76.846rem; /* 999px / 13 */
    background: #250D46;
    color: #fff;
    font-family: 'DM Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: var(--font-size-18); /* 18px / 13 */
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}

.success-done-btn:hover,
.success-done-btn:focus {
    background: #3a176b;
}

.remove-inline-display {
  display: block !important;
}

.seat-label {
    font-weight: 400;
    font-size: 0.875rem;
    color:#9CA3AF;
}

button.seat-increase img,
button.seat-decrease img {
  display: block;
  margin: auto;
}
.event-paid {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0;
  vertical-align: middle;
  color: #DC2626;
}
.modal-rounded-xl {
  border-radius: 1rem;
}

.modal-heading {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: 
    linear-gradient(0deg, var(--Default-gray-900, #111827), var(--Default-gray-900, #111827)),
    linear-gradient(0deg, var(--Default-gray-700, #374151), var(--Default-gray-700, #374151));
}
.modal-title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: center;
  color: 
    linear-gradient(0deg, var(--Default-gray-700, #374151), var(--Default-gray-700, #374151)),
    linear-gradient(0deg, var(--Default-gray-500, #6B7280), var(--Default-gray-500, #6B7280));
}
.modal-button {
  width: 13.375rem;
  height: 3rem;
  gap: 0.5rem;
  border-radius: 9999px;
}