/* Installation gate */

.custom-popup-modal .modal-inner-wrap {
    border-top: 1rem solid var(--color-branding-primary);
}

.modal-popup.smodal-slide .modal-inner-wrap[class] {
    background-color: var(--color-light-gray);
}

.modal-logo {
    max-width: 18rem;
    margin: 2rem 0;
}

.gate h1 {
    font-weight: 400;
    color: var(--color-branding-primary);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.gate h1 span {
    font-size: var(--text-h2-size);
    display: block;
}

.gate h2 {
    font-size: var(--text-h3-size);
    font-weight: var(--font-weight-normal);
    margin-top: 1rem;
}

.gate .right {
    margin-top: 3rem;
}

.gate input, .gate select {
    height: 4.5rem;
    margin-top: 1rem;
}

div#gate_wrapper {
    max-width: 60rem;
}

.custom-popup-modal .icon svg {
    height: 1.5rem;
    fill: var(--color-branding-primary);
}

.trigger-wrapper {
    display: flex;
    gap: .5rem;
    margin-top: 2rem;
    align-items: center;
}

.trigger-wrapper p {
    font-size: var(--text-small-size);
    color: var(--color-branding-primary);
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 0;
}

.account_number-wrapper {
    border-bottom: 1px solid var(--color-mid-gray);
    margin-bottom: 1rem;
    padding-bottom: 2rem;
}

.gate input.submit {
    color: #ffffff;
    font-weight: var(--font-weight-bold);
    background: var(--color-branding-primary);
    border: 1px solid var(--color-branding-primary);
    transition: all 0.25s ease;
    font-size: var(--text-normal-size);
    line-height: var(--text-normal-line-height);
}

.gate input.submit {
    color: #ffffff;
    font-weight: var(--font-weight-bold);
    background: var(--color-branding-primary);
    border: 1px solid var(--color-branding-primary);
    transition: all 0.25s ease;
}

.gate input.submit:hover {
    color:  var(--color-branding-primary);
    background: #fff;
    border: 1px solid var(--color-branding-primary);
}

@media only screen and (min-width: 768px) {

    .custom-popup-modal.modal-slide .modal-inner-wrap[class] {
        max-width: 80rem;
    }

    .gate {
        display: flex;
        gap: 3rem;
        margin-top: 2rem;
    }

    .gate .right {
        width: 60%;
    }

    .gate .left {
        border-right: 1px solid var(--color-mid-gray);
        padding-right: 2rem;
        width: 40%
    }

    .custom-popup-modal .modal-header, .custom-popup-modal .modal-content, .custom-popup-modal .modal-footer {
        padding-left: 5rem;
        padding-right: 5rem;
    }

}
