@font-face {
    font-family: 'Impact';
    font-style: normal;
    font-weight: normal;
    src: local('Impact Regular'), url('fonts/impact.woff') format('woff');
}
@font-face {
    font-family: 'Arial Black';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Black'), url('fonts/arial-black.woff') format('woff');
}
@font-face {
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: normal;
    src: local('Tahoma'), url('fonts/tahoma.woff') format('woff');
}
@font-face {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: normal;
    src: local('Verdana'), url('fonts/verdana.woff') format('woff');
}
@font-face {
    font-family: 'Lucida Sans Unicode';
    font-style: normal;
    font-weight: normal;
    src: local('Lucida Sans Unicode'), url('fonts/lucida-sans-unicode.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Regular'), url('fonts/Roboto-Regular.ttf') format('ttf');
}
@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: bold;
    src: local('Roboto Bold'), url('fonts/Roboto-Bold.ttf') format('ttf');
}

:root {
    --primary-color: #4F0377;
    --secondary-color: #33024a;
    --salmon-color: #ff6f61;
    --text-color: #000000;
    --background-color: #FFFFFF;
    --link-color: #6270F2;
    --header-font: 'Roboto Regular', Arial, sans-serif;
    --header-bold-font: 'Roboto Bold', Arial, sans-serif;
    --subheader-font: 'Roboto Semi Bold', Arial, sans-serif;
    --body-font: 'Roboto Regular', Arial, sans-serif;
    --body-font-bold: 'Roboto Bold', Arial Black, sans-serif;
    --e-global-typography-text-font-family: 'Roboto Regular', Arial, sans-serif;
}

body {
    font-family: var(--body-font),sans-serif;
}
a {
    text-decoration: none;
    color: var(--primary-color);
}
a:hover {
    color: var(--secondary-color);
}
.LeftMenuIcon {
    width: 30px;
    margin-bottom: 3px;
}

.kt-aside, .kt-aside-menu, .kt-aside__brand {
    background-color: var(--primary-color);
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading, .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: var(--secondary-color);
}
.kt-aside__brand .kt-aside__brand-logo {
    padding: 15% 21% 0;
}
.kt-header-mobile__logo img {
    height: 55px;
    padding: 8px 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text, .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color:#ff6f61;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text, .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text,
.kt-menu__item a {
    color: #ffffff;
}
.kt-subheader .btn i {
    color: #46a546;
}
.btn-brand {
    border: none;
    color: #ffffff;
}
.kt-portlet .kt-portlet__body .charSymbols {
    flex-direction: row;
}
.kt-portlet .kt-portlet__body .char {
    flex-direction: row;
    display: inline-block;
    width: 38px;
    height: 38px;
    cursor: pointer;
    font: 28px / 43px Helvetica, Arial, Sans-serif;
}
.kt-portlet .kt-portlet__body .placeholder {
    display: block;
    height: 28px;
    cursor: pointer;
}
#webgenDesigner {
    margin-top: 1em;
}
.form-wrap.form-builder .stage-wrap {
    padding-right: 2em !important;
}
pre code.formData-json {
    background-color: #000000;
}
form .required {
    color: #ff0000;
}
form .formSection {
    border: 3px #5578eb dashed;
    padding: 2em;
}
.form-wrap.form-builder .stage-wrap.empty {
    min-height: 500px !important;
}
[type=search] {
    -webkit-appearance:searchfield;
}
.field-icon {
  float: right;
  padding-right: 25px;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
.form-wrap.form-builder .stage-wrap {
    width: calc(80% - 5px) !important;
}
.form-wrap.form-builder .cb-wrap {
    width: 19% !important;
}
.form-wrap.form-builder .frmb .form-elements .false-label:first-child, .form-wrap.form-builder .frmb .form-elements label:first-child {
    width: 23% !important;
}
.form-wrap.form-builder .frmb .form-elements .input-wrap {
    width: 73% !important;
}
.form-wrap.form-builder .frmb .sortable-options-wrap {
    width: 73% !important;
}

.form-wrap.form-builder .frmb-control li {
    padding: 5px 12px !important;
}
.form-wrap.form-builder .frmb-control li span {
    font-size: 12px;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #cccccc !important;
}
.form-group {
    margin-bottom: 1.2rem;
}
div,.form-group label,.form-body p,.form-body small,.form-body h1,.form-body h2,.form-body h3,.form-body h4 {
    color: #000000;
}
.form-check-inline {
    margin-right: 0;
    padding-right: 0.8em;
    align-items: normal;
}
#registerForm .form-check-input {
    margin-top: 0.21rem;
}
.form-check-inline .form-check-input {
    margin-top: 0;
}
.toggle-group .btn.toggle-on {
    background-color: #428bca;
}
.toggle-group .btn.toggle-off {
    background-color: #cccccc;
}
.toggle-group .toggle-handle {
    background-color: #ffffff;
    border: 1px solid #333333;
}
.kt-footer__copyright, .kt-footer__copyright p {
    width:100%;
}
.input-group + small {
    display: block;
    margin-top: 12px;
}
.designControls .card-header .btn-link,.previewWindowContainer .card-header .btn-link {
    color: #fff;
    font-size: 0.5em;
    font-weight: bold;
}
.designControls .card-header .btn-link:hover,.designControls .card-header .btn-link:focus,.designControls .card-header .btn-link:active,.previewWindowContainer .card-header .btn-link:hover {
    background-color:transparent;
    color: var(--salmon-color);
    text-decoration: none;
}
.designControls .card-body {
    padding-bottom: 50px;
}
.previewWindowHeader {
    background-color:#1e1e2d;
}
.previewWindowContainer, .previewWindowContainer .card-body {
    height: 100%;
    padding: 0;
    min-height: 700px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333333 url("/img/transparent_bg.gif");
}
.previewWindow {
    width: 1400px;
    height: 100%;
    border: none;
}
.previewWindowContent {
    height: 100%;
    text-align: center;
}
#previewWindow .previewHover {
    border: #000000 2px solid;
    opacity: 0.5;
}
.previewBlank .card .card-body {
    height: 300px;
}
body.livePreview .card, body.livePreview #kt_header, body.livePreview #kt_footer {
  box-shadow:none;
}
body.livePreview .card:hover, body.livePreview #kt_header:hover, body.livePreview #kt_header_mobile:hover, body.livePreview #kt_footer:hover, body.livePreview #kt_footer_mobile:hover, body.livePreview .card:active, body.livePreview #kt_header:active, body.livePreview #kt_header_mobile:active, body.livePreview #kt_footer:active, body.livePreview #kt_footer_mobile:active {
  box-shadow: inset 0 0 10px #6a6a6a;
}
.no-borders li.list-group-item {
    border: none;
}
.no-borders li.list-group-item:hover {
    cursor: pointer;
    background-color:#cccccc;
}
.kt-menu__link .kt-menu__link-text {
    text-align: center;
}
ul.kt-menu__subnav .kt-menu__link-text {
    text-align: left;
}
.downloadItem,.uploadItem {
    position: relative;
}
.uploadItem form label {
    font-size: 1.5rem;
    color: #181C32;
}
/* Make the badge float in the top left corner of the button */
.button_badge {
    background-color: #fa3e3e;
    border-radius:50%;
    color: white;
    height: 17px;
    width: 17px;
    position: absolute;
    top: -3px;
    left: -8px;
}
/*Hide all except first fieldset*/
#addDownloadForm fieldset:not(:first-of-type) {
    display: none;
}
#header_text p,#header_text h4,#header_text h3,#header_text h2,#header_text h1,
#header_text_mobile p,#header_text_mobile h4,#header_text_mobile h3,#header_text_mobile h2,#header_text_mobile h1,
#footer_text p,#footer_text h4,#footer_text h3,#footer_text h2,#footer_text h1 {
    margin-bottom: 0;
}
.nav-tabs .nav-item .nav-link, .nav-tabs .nav-item .nav-link i {
    color: #777777;
}
.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:active, .nav-tabs .nav-item .nav-link:hover {
    color: var(--primary-color);
}
.nav-tabs .nav-item .nav-link.active i, .nav-tabs .nav-item .nav-link:active i, .nav-tabs .nav-item .nav-link:hover i {
    color: var(--primary-color);
}
#designerTabs {
    position: relative;
}
.screenSizes {
    position: absolute;
    right: 10px;
    top: 5px;
}
.screenSizes .fa {
    margin-right: 7px;
}
.changeScreenSize {
    cursor: pointer;
}
.form-group label:not(.form-check-label) {
    font-size: 1.1em;
    color: #0b1a2c;
}
.datepicker tbody tr > td.day {
    color: #333333;
    font-weight: bold;
}
#dropZone {
    width: 100%;
    padding: 20px;
    border: 2px dashed #cccccc;
    border-radius: 10px;
    margin: 0 auto;
}

#dropZone.dragover {
    background-color: #e6e6e6;
    border-color: #666666;
}
.note-modal .modal-dialog {
    z-index:1070 !important;
}
#emoticonButton {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}
#emoticonTooltip,#placeholderTooltip {
    position: absolute;
    width: 428px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.charSymbols a {
    margin-right: 5px;
    cursor: pointer;
}
.clickIcon {
    color: #0c61ed;
    cursor: pointer;
}
table.dataTable.order-column tbody tr.table-success>.sorting_1, table.dataTable.order-column tbody tr.table-success>.sorting_2, table.dataTable.order-column tbody tr.table-success>.sorting_3, table.dataTable.display tbody tr.table-success>.sorting_1, table.dataTable.display tbody tr.table-success>.sorting_2, table.dataTable.display tbody tr.table-success>.sorting_3 {
    background-color:#c3e6cb;
}
.table thead th, .table thead td {
    font-weight: 700;
}
td.noWrapCell {
    white-space: nowrap;
}
.kt-subheader--fixed .kt-subheader {
    top: 0;
}
.kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper {
    padding-top: 60px;
}
.kt-header__topbar-item--user .kt-header__topbar-wrapper {
    margin-top: 10px;
}
#CurrentEvent {
    font-size: 1.1em;
    font-weight: 400;
    color: #434349;
}
a.nav-link {
    cursor: pointer;
}
a#closeCard {
    border: none;
}
.split {
    display: flex;
    flex-direction: row;
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    cursor: col-resize;
}
.modal {
    overflow-y: scroll !important;
}
.clickableIcon {
    cursor: pointer;
}
.clickableIcon:hover {
    color: #000000;
}
.paragraph-field .fld-label {
    background-color: #0c61ed;
}
.emailScreenSizes {
    text-align: center;
    padding: 7px 0;
}
#emailPreviewWindow {
    width: 1500px;
    margin:0 auto;
    border: 2px solid #cccccc;
    background: #ffffff;
    overflow: scroll;
}
.emailIntro {
    background-color: #3fc3ee;
    color: #000000;
    padding: 20px 35px;
}
#placeholderButton,#placeholderHTMLButton {
    font-size: 80%;
    border: none;
}
#dropdownMenuButton::after {
    content: none;
}
#dropdownMenuButton {
    color: #000000;
}
.header.header-fixed {
    height: auto;
}
#kt_header_mobile {
    width: 100%;
    height: auto;
    background-color: var(--primary-color);
}
.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span,
.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::after {
    background: #ffffff;
}
.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler i {
    color: #ffffff;
}
#kt_footer {
    padding: 0;
}
#header_text_mobile h1,#header_text_mobile h2,#header_text_mobile h3,#header_text_mobile h4 {
    margin: auto 0;
}
.header-mobile-fixed .header-mobile {
    right: unset;
}
.topbar {
    height: 65px;
}
body:not(.aside-enabled) .header-menu-wrapper .header-logo {
    margin: 0;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 1000;
}

.loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loading-spinner {
    width: 60px;
    height: 60px;
    border: 8px solid #f3f3f3; /* Light gray */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 13px;
}
.loading-text {
    color:#ffffff;
    text-transform: uppercase;
    font-size: 130%;
    font-weight: bold;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.dropdown-menu {
    text-align: right;
    width:unset;
    min-width: unset;
}
.badge-pill {
    padding: 5px 10px;
    font-size: 1em;
    cursor: pointer;
}
.password-container {
    position: relative;
    width: 100%;
}
.password-container input {
    width: 100%;
    padding-right: 40px;
}
.password-container .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    pointer-events: auto;
}
.password-validation {
    color: red;
    font-size: 14px;
    display: none;
}
.kt-login__container {
    padding: 30px 50px;
    border-radius: 18px;
}
.kt-login__container input::placeholder {
  color: #737373 !important;
  opacity: 1 !important;
}
#kt_login_signin_submit,#setPasswordSubmit,#kt_login_forgot_submit, #kt_magic_link_submit,#joinOrganisation {
    background-color: var(--primary-color);
}
#kt_login_signin_submit:hover,#setPasswordSubmit:not(:disabled):hover,#kt_login_forgot_submit:hover {
    background-color: var(--secondary-color);
}
#setPasswordSubmit:disabled {
    cursor: not-allowed;
}
.tooltipbutton {
    position: relative;
    display: inline-block;
}

.tooltipbutton .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;

    position: absolute;
    z-index: 1;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltipbutton .tooltiptext::after {
    content: "";
    position: absolute;
    top: -10px; /* Moves arrow closer to button */
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltipbutton:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.search-container {
    position: relative;
    display: inline-block;
}

.search-container i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: gray;
}
.dt-container .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.dt-container .left {
    order: 1; /* Search box on the left */
}

.dt-container .right {
    order: 2; /* Length menu on the right */
}

div.dt-container .dt-search input {
    padding-left: 30px; /* Space for the icon */
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
}
.dataTable td, .dataTable th {
    text-align: left;
    border-right: 2px solid #bbbbbb; /* Vertical border */
    border-top: none !important; /* Remove top border */
    border-bottom: none !important; /* Remove bottom border */
}

.dataTable td:first-child,
.dataTable th:first-child {
    border-left: none; /* Remove left-most border */
}

.dataTable td:last-child,
.dataTable th:last-child {
    border-right: none; /* Remove right-most border */
}

#ticketList .ticketListItem h3, #ticketList .ticketListItem h4, #ticketList .ticketListItem div {
     color:inherit;
}

#ticketList .ticketListSubItem {
    margin: 7px 3% 7px 9%;
    padding: 8px 0;
}
.form-control.short_dropdown {
    width: auto;
    display: inline-block;
}
#ticketCostDetailsTable {
    margin: 30px 0;
    padding: 15px 25px;
    border: 1px solid #cccccc;
}

/* START Styles for tickets */
.ticketListItem {
    display: flex;
    margin: 18px 0;
    border-radius: 18px;
    overflow: visible;
    width: 100%;
    position: relative;
  }
.ticketListItem { transition: background-color 0.5s ease; }

 /* Punch-out semicircles at top and bottom */
 .ticketListItem::before, .ticketListItem::after {
    content: "";
    position: absolute;
    left: 65%; /* align to divider */
    margin-left: -3px; /* offset to align with dots */
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 2;
 }
.ticketListItem::before {
    top: -10px;  /* half out at top */
}
.ticketListItem::after {
    bottom: -10px; /* half out at bottom */
}

.ticket-left {
    padding: 38px 25px;
}
.ticket-right {
    padding: 38px 25px;
}

.ticket-left {
    flex: 0 0 65%; /* lock at 65% */
    border-right: 6px dotted #ffffff;
}

.ticket-right {
    flex: 0 0 35%; /* lock at 35% */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    align-self: stretch;
}
.ticket-right-main {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
}
.ticket-right-main > * {
    margin: 0;
}
.ticket-right-main [id^="ticket_price_wrap_"] {
    width: 100%;
    text-align: right;
}
.ticket-right-main .ticket-price-wrap-donation {
    width: 100%;
    text-align: right;
}
.ticket-right-actions {
    margin-top: auto;
    width: 100%;
    padding-top: 10px;
}
.ticket-right h4 {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    width: 100%;
    text-align: right;
}

.ticket-left h3 {
    margin: 0;
    font-size: 1.8em;
    font-weight: bold;
}

  .ticket-left p {
    margin: 8px 0;
    line-height: 1.4;
  }
/* END Styles for tickets */

.inline-form {
    display: inline-block;
    width: auto;
}

/* New login page style */
#masterLogin .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#masterLogin .kt-login.kt-login--v3 .kt-login__wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

#masterLogin .kt-login__head h1 {
    font-weight: 700;
    color: #000000;
}
#masterLogin .password-container .toggle-password {
    position: absolute;
    right: 10px;
    top: 1.7rem;
    cursor: pointer;
    z-index: 10;
    pointer-events: auto;
}

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__extra label.kt-checkbox, .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__extra .kt-login__link {
    color: #969696 !important;
}

#masterLogin .kt-login__signin, #masterLogin .kt-signup, #masterLogin .kt-verify {
    width: 380px;
}

#masterLogin .login-container {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

#masterLogin .logo-container {
    width: 13%;
    margin-bottom: 2rem;
}

#masterLogin .left-section {
    flex: 1;
    width: 50%;
    background: var(--primary-color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#masterLogin .right-section {
    flex: 1;
    width: 50%;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 2rem 5rem 2rem;
    position: relative;
}

#masterLogin .kt-login__container .footer {
    position: absolute;
    bottom: 2rem;
    align-items: center;
    width: 100%;
    font-size: 0.9rem;
    text-align: center;
}
#masterLogin .kt-login__container .footer div {
    color: #969696;
    text-align: center;
    font-size: 1rem;
}
#masterLogin .kt-login__container .signupText {
    color: #969696;
    text-align: center;
    font-size: 1.2rem;
}
#masterLogin .kt-login__container .footer-separator {
    width: 1px;
    height: 20px;
    background: #ddd;
}
.promotional-content {
    text-align: left;
    color: white;
    z-index: 2;
    position: relative;
}

.promotional-text {
    width: 100%;
    position: relative;
    z-index: 2;
    max-width: 75%;
    height: auto;
    /* Center the SVG image perfectly */
    display: block;
    margin: 0 auto;
}

.circle.top-right {
    width: 80%;
    position: absolute;
    top: 0;
    right: 0;
}

.circle.bottom-left {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.kt-font-info {
    color: var(--primary-color) !important;
}
table#accessTable {
    width: 100%;
    margin: 30px 0 50px;
}
table#accessTable thead {
    background-color: var(--primary-color);
    color: white;
    font-weight: 600;
}
table#accessTable th,table#accessTable td {
    padding: 0.7rem 1rem;
    text-align: center;
    border: 1px solid #000000;
}

table#accessTable th.firstCol,table#accessTable td.firstCol {
    border: 1px solid #000000;
    text-align: left;
}

@media (max-width: 768px) {
    .password-container .toggle-password {
        top: 1.9rem;
    }
    #registerForm .password-container .toggle-password {
        top: 50%;
    }
    #registerForm .form-check-input {
        margin-top: 0.2rem;
    }

    #masterLogin .login-container {
        flex-direction: column;
        margin-bottom: 0;
    }
    #masterLogin .kt-login__signin, #masterLogin .kt-signup, #masterLogin .kt-verify {
        width: 85%;
    }
    #masterLogin .logo-container {
        display: none;
    }
    .kt-login__container {
        padding: 30px 30px;
        border-radius: 18px;
    }
    .promotional-text  {
        max-width: 90%;
        height: auto;
    }
    #masterLogin .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head {
        margin-bottom: 1rem !important;
    }
    #masterLogin .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__extra {
        margin: 1rem 0 !important;
    }
    #masterLogin .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__extra .col {
        padding: 0;
    }
    #masterLogin .left-section {
        width: 100% !important;
        aspect-ratio: 1.3 / 1;
    }

    #masterLogin .right-section {
        width: 100% !important;
    }

    .decorative-circle {
        position: absolute;
        top: 25%;
        right: 25%;
        width: 9%;
        aspect-ratio: 1/1;
        background: var(--salmon-color);
        border-radius: 50%;
        z-index: 1;
    }
}
.oui-plan-selection-wrapper {
    max-width: 800px;
}

.oui-plan-selection-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.oui-plan-option {
    max-width: 450px;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.oui-plan-option input[type="radio"] {
    display: none;
}

.oui-plan-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    background: #ffffff;
}

.oui-plan-label:hover {
    border-color: #ccc;
}

/* Selected state for Pay-per-event */
.oui-plan-payper input[type="radio"]:checked + .oui-plan-label {
    border: 4px solid #4F0377;
    background: #f9f5ff;
}

/* Selected state for Annual */
.oui-plan-annual input[type="radio"]:checked + .oui-plan-label {
    border: 4px solid #FF6F61;
    background: #fff8f7;
}

.oui-plan-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.oui-plan-price {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

/* Attendee Options (for Pay-per-event) */
.oui-attendee-options {
    display: flex;
    gap: 10px;
    padding: 15px 25px;
    background: #f8f9fa;
    margin-top: -2px;
    border-radius: 0 0 12px 12px;
}

.oui-attendee-option {
    flex: 1;
    padding: 6px 20px;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius:15px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.oui-attendee-option:hover {
    border-color: #4F0377;
    background: #f9f5ff;
}

.oui-attendee-option.oui-active {
    background: #4F0377;
    color: #ffffff;
    border-color: #4F0377;
}

.oui-attendee-option-disabled {
    flex: 1;
    padding: 6px 20px;
    background: #e0e0e0;
    border: 2px solid #e0e0e0;
    border-radius:15px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
}
.oui-link-view-features {
    display: inline-block;
    margin-left: 20px;
    text-decoration: none;
    font-size: 14px;
    color: #4F0377;
    transition: color 0.3s ease;
}

.oui-link-view-features:hover {
    color: #3a0259;
    text-decoration: underline;
}
#previewModeBar {
    margin: 0;
    padding: 5px 0;
    background-color: #000000;
}
#previewModeBar div {
    color: #ffffff;
}
.ouiColor {
    color: var(--primary-color);
}
.subscription-form {
    margin-bottom: 50px;
}
