
.register-nav .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path stroke="rgba(255, 255, 255, 0.75)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}
.register-nav {
    background-color: var(--color-blue-dark);
    padding: 10px 0;
    color: var(--color-white);
}
.register-nav-wrapper {
    display: flex;
    justify-content: center;
}
.register-nav .nav-link {
    color: var(--color-grey);;
    font-size: 16px;
    padding: 10px 12px;
}
.register-nav  .nav-link:hover, .register-nav .nav-link.active  {
    color: var(--color-white);
}
.register-nav ul li {
    position: relative;
    display: flex;
}
.nav-right-angle {
    content: "\f054";
    font-weight: 900;
    color: var(--color-grey);
    font-size: 30px;
    line-height: 1.3;
    margin: 0 15px;
}
.r-form-page-beginning p, .registration-form p {
    line-height: 1.4;
}


/* Page Start section */
#r-form-page1 {
    display: block;
}
.intro-list-content {
    padding: 10px 20px;
}
.list-item, .other-attendee-reg {
    display: flex;
    gap: 15px;
    align-items: center;
}
.list-bullet {
    color: #000;
    font-size: 20px;
    vertical-align: top;
    display: flex;
    align-self: self-start;
}

/* Registration Form Section Page1 */
.required-text {
    color: red;
    font-size: 16px;
    text-align: right;
}
.registration-form-wrapper .form-group {
    display: flex;
    gap: 15px;
    align-items: start;
}
.registration-form-input-fields {
    width: 70%;
    max-width: 70%;
    padding: 8px;
    border: 1px solid var(--color-pale-bluish-grey);
    border-radius: 2px;
}
.rform-label-wrap, .consent-checkbox {
    text-align: right;
}
.input-email-text, .who-to-reach-text, .strive-text {
    width: 66%;
}
.conf-pass-options .less-width {
    width: 42%;
    margin: auto;
}

/* Registration Form Section Page2 */
.attendee-information .tabs {
    display: flex;
    gap: 0px;
}
.attendee-information  .tabs .rform-tab-list-item.active {
    border: 1px solid #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
}
.attendee-information .tabs .rform-tab-list-item:not(.active) {
    border-bottom: 1px solid #ddd;
}
.attendee-information .tabs-text {
    margin-bottom: 0px;
    padding-bottom: 0;
    font-weight: 500;
}
.rform-tab-list-item {
    width: 50%;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
}
.rform-tab-list-item:hover {
    background-color: rgba(243, 241, 233, 0.4);
}
.rform-tab-list-item:hover p {
    color: var(--color-medium-grey);
    text-decoration: underline;
}
.custom-select {
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('https://event-new.sw.siemens.com/ereg/include/img/select-arw.png') no-repeat right 10px center;
    background-size: 14px 12px;
    padding-right: 30px; /* Space for the icon */
}
.attendee-information {
    font-size: 16px;
}
.portfolio-checkbox-item {
    padding-bottom: 10px;
    display: flex;
    gap: 10px;
}

.fs-16 {
    font-size: 16px;
}
.section-title {
    font-weight: 600;
}
.register-page-atags {
    color: var(--color-royal-blue);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}
.register-page-atags:hover {
    color: var(--color-royal-blue);
    text-decoration: underline;
}
.r-form-btn-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.r-form-btn {
    color: var(--color-black);
    background: var(--color-aqua) !important;
    border: 2px solid var(--color-aqua) !important;
    border-radius: 0 !important;
    font-size: 1rem !important;
    text-transform: none !important;
    text-decoration: none;
    text-align: center;
    transition: all 0.5s;
    line-height: 0.8;
    height: auto;
    max-height: 46px;
    min-width: 180px;
    padding: 1rem 1.5rem !important;
    cursor: pointer;
}
.apply-code-btn {
    min-width: 125px !important;
}
.r-form-btn:hover, .apply-code-btn:hover {
    color: #000 !important;
    background: #00e6dc !important;
    border-color: #00e6dc !important;
    text-decoration: none !important;
}

/* Registration Form Section Page3 */

.phone-select {
    width: 100%;
    max-width: 100%;
}
/* Registration Form Page 3 */
.other-attendee-reg-radio {
    display: flex;
    gap: 10px;
    align-items: center;
}
.fa-pen-to-square, .fa-trash {
    font-size: 17px;
    color: var(--color-blue);
    cursor: pointer;
}
.existing-attendees-wrapper table.existing-attendees-table {
    font-size: 16px;
}
.existing-attendees-table tr th, .existing-attendees-table tr td {
    border: none;
}
.btn-complete-reg-wrap {
    padding-bottom: 50px;
    border-bottom: 1px solid #000;
}

/* Registration Form Page 4 */
.r-form-page4 {
    font-size: 16px;
}
.conf-amt-category, .page4-attendee-title, .terms-conditions h3, .cancellation-policy h3,
.existing-attendees-table thead tr {
    padding-bottom: 15px;
    border-bottom: 5px solid var(--color-blue-dark);
}
.attendee-info-right, .page4-selection, .page4-transaction, .payment-details, .cancellation-policy,
.multi-payment-rcrd-details {
    border-bottom: 1px solid var(--color-grey);
}

.page4-selection-cost-text {
    text-align: right;
    padding-right: 10px;
}
.page4-selection-pass {
    display: flex;
    justify-content: space-between;
}
.back-btn-pag4 {
    display: block;
    margin: auto;
    margin-bottom: 50px;
}

.unique-code-input {
    width: 64% !important;
    max-width: 64% !important;
    margin-right: 0 !important;
}
.apply-code-btn {
    color: var(--color-black);
    background: var(--color-aqua) !important;
    border: 2px solid var(--color-aqua) !important;
    border-radius: 0 !important;
    font-size: 1rem !important;
    text-transform: none !important;
    text-decoration: none;
    text-align: center;
    transition: all 0.5s;
    padding: 8px 10px;
    cursor: pointer;
}
.make-payment-btn, .download-unique-code-btn {
    background: linear-gradient(to right, var(--color-green-bold), var(--color-aqua-light)) !important;
    border: none;
    outline: none;
    cursor: pointer;
}
.make-payment-btn:hover, .download-unique-code-btn:hover {
    background: linear-gradient(to right, var(--color-green-bold), var(--color-aqua-light)) !important;
}
.reg-another-attendee-ucode {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
/* Registration Record(Thank You Page) */
.thank-you {
    display: none;
    font-size: 16px;
}

.alt-italics-text {
    opacity: 0.8;
}

.btn-left-align {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.btn-left-align .r-form-btn-wrapper {
    justify-content: flex-start;
}




/* Media Queries */
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .required-text, .consent-checkbox {
        text-align: left;
    }
    .register-nav ul {
        display: flex;
        flex-direction: column;
    }
    .rform-label-wrap, .conf-pass-options p.less-width, .att-category {
        text-align: left !important;
    }
    .mobile-w-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .conf-pass-options .form-group {
        flex-direction: row;
        align-items: start !important;
    }
    .conf-pass-options .less-width, .r-form-btn, .back-btn-redirect {
        width: 100%;
    }
    .r-form-page4 .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .conf-amt-category .row {
        display: flex;
        justify-content: space-between;
    }
    .mob-w-inherit {
        width: inherit;
    }
    .page4-selection-pass {
        width: 78%;
        max-width: 78%;
    }
    .full-conf-pass {
        width: 70%;
        max-width: 70%;
    }
    .mob-w-20 {
        width: 20%;
    }
}
@media only screen and (max-width: 991px) {
    .nav-right-angle {
        display: none;
    }
    .register-nav-wrapper {
        justify-content: start;
    }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
    .registration-form-input-fields {
        width: 90%;
        max-width: 90%;
    }
    .conf-pass-options .less-width {
        width: 75%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .r-form-page1 .col-md-12, .registration-form .col-md-12, .r-form-page-beginning .col-md-12{
        max-width: 72% !important;
        display: block;
        margin: auto;
    }
}
@media only screen and (min-width: 992px) {
    .r-form-page1 .col-md-12, .registration-form .col-md-12, .r-form-page-beginning .col-md-12{
        max-width: 60% !important;
        display: block;
        margin: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .grp-thank_you-buttons {
        gap: 10px;
    }
    .grp-thank_you-buttons .r-form-btn {
        min-width: 155px;
    }
}

.nav-link.disabled {
    pointer-events: none;
    /* color: #ccc; */
}
.tabs-link.disabled {
    pointer-events: none !important;
    opacity: 0.5;
    cursor: default !important;
}
.text-danger {
    font-size:12px!important;
    font-weight: bold;
    color: var(--color-danger)!important;
}
.disclimer {
    font-size:12px!important;
    font-weight: bold;
    color: var(--color-danger);
}
.success-text{
    color: #00B050;
}
