/* region "Layout" */

.reg-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.reg-side-by-side {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 0;
    height: 100%;
}

.reg-left {
    background-color: #4ADBC4;
    background-image: url(../../img/registration/bg.svg?1747300506);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-right: solid rgba(0, 0, 0, 0.1) 3px;
}

.reg-right {
    background: #fff;
    overflow-y: auto;
}

.reg-right__top {
    display: none;
}

@media all and (max-width: 1500px) {
    .reg-side-by-side {
        grid-template-columns: 45% 55%;
    }
}

@media all and (max-width: 1300px) {
    .reg-side-by-side {
        grid-template-columns: 48% 52%;
    }
}

@media all and (max-width: 900px) {
    .reg-side-by-side {
        grid-template-columns: 0 100%;
    }

    .reg-right__top {
        display: block;
        height: 280px;
        margin-bottom: 15px;
        border-bottom: solid rgba(0, 0, 0, 0.1) 3px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 180%;
        background-color: #FADE0A;
        overflow: hidden;
    }
}

/* endregion */

/* region "Side image" */

.reg-side-img {
    background-image: url(../../img/registration/logo-cs.svg?1747300735);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    overflow: hidden;
}

.reg-side-img__org-logo {
    position: absolute;
    width: 180px;
    height: 80px;
    background: url(../../img/registration/logo-tto.svg?1747301372) center no-repeat;
    background-size: 80%;
}

@media all and (min-width: 2380px) {
    .reg-side-img {
        background-size: 800px auto;
    }
}

/* endregion */

/* region "Top image" */

.reg-top-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 70%;
    background-image: url(../../img/registration/logo-cs.svg?1747300735);
    background-position-y: 70px;
}

.reg-top-img__org-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 75px;
    background: url(../../img/registration/logo-tto.svg?1747301372) center no-repeat;
    background-size: 80%;
}

.reg-top-img__fx {
    position: absolute;
    background: #4ADBC4;
    right: -427px;
    top: -275px;
    width: 500px;
    height: 500px;
    transform: rotate(60deg) translate(0px, 0px);
}

/* endregion */

/* region "Content" */

.reg-content {
    padding: 35px 25px;
}

.reg-content__page {
    max-width: 650px;
    margin: 0 auto;
}

.reg-field-txt {
    height: 40px;
    line-height: 40px;
}

.reg-field-submit {
    height: 44px;
    line-height: 44px;
    min-width: 120px;
}

.reg-title {
    font-size: 26px;
    margin-bottom: 35px;
}

.reg-field-required {
    color: #b71c1c;
}

.reg-unq-email-info {
    margin: 7px 0 -9px;
    line-height: 12px;
    font-size: 13px;
    opacity: 0.75;
    text-align: right;
}

.reg-illustration {
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}

.reg-illustration--no-vacancies,
.reg-illustration--closed,
.reg-illustration--nok {
    background-image: url(../../img/registration/326579_close_icon.svg?1730732067);
    background-size: auto 80%;
}

.reg-illustration--dupemail {
    background-image: url(../../img/registration/emerr.png?1730732067);
    background-size: auto 110%;
}

.reg-illustration--completed {
    background-image: url(../../img/registration/326568_check_circle_icon.svg?1730732067);
    background-size: auto 90%;
}

.reg-result-msg {
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
}

.reg-result-qrcode {
    text-align: center;
}

.reg-waitinglist_warn {
    background: #e3f2fd;
    padding: 14px;
    margin-bottom: 35px;
    border: solid #bbdefb 3px;
    border-radius: 8px
}

.reg-waitinglist_warn__title {
    color: #0d47a1;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.reg-waitinglist_warn__msg {
    color: rgba(0, 0, 0, 0.75);
    font-size: 15px;
}

.reg-mini-details {
    margin-bottom: 14px;
}

.reg-mini-details__label {
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 15px;
    margin-bottom: 3px;
}

.reg-mini-details__value {
    margin: 0 0 14px;
}

.reg-already-cancelled {
    background: #ffebee;
    border: solid #6c0808 1px;
    font-size: 16px;
    font-weight: 500;
    color: #6c0808;
    padding: 12px 16px;
    border-radius: 4px;
}

.reg-msg-block {
    margin-bottom: 20px;
}

.reg-msg-block__error {
    color: #b71c1c;
    padding: 10px;
    background: #ffebee;
    border: solid #b71c1c 1px;
}

.reg-privacy-policy {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 20px;
}

.reg-privacy-policy-cbtxt {
    font-size: 14px;
}

.reg-type-title {
    font-size: 20px;
    font-weight: 500;
    color: #757575;
    margin-top: -25px;
    margin-bottom: 30px;
}

.reg-comp__qrcode {
    font-size: 0;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

.reg-comp__qrcode__usage {
    font-size: 16px;
    margin-bottom: 16px;
}

.reg-comp__qrcode__img {
    display: block;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

.reg-comp__summary {
    margin-bottom: 20px;
}

.reg-comp__summary__lb {
    display: block;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 2px;
}

.reg-comp__summary__val {
    margin-bottom: 16px;
}

.reg-comp__tag {
    font-size: 13px;
    opacity: 0.5;
    padding: 10px 0;
    margin-bottom: 20px;
}

.reg-comp__xinfo {
    margin-bottom: 20px;
}

.reg-comp__back {
    margin-bottom: 20px;
}

/* endregion */
