.hak4t-sol-lock {
    overflow: hidden;
}

.hak4t-sol-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
}

.hak4t-sol-modal.is-open {
    display: block;
}

.hak4t-sol-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}

.hak4t-sol-panel {
    position: relative;
    max-width: 820px;
    width: calc(100% - 32px);
    margin: 40px auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 80px rgba(0, 0, 0, .25);
    overflow: hidden;
}

.hak4t-sol-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    font-size: 22px;
    cursor: pointer;
}

.hak4t-sol-header {
    padding: 22px 22px 0;
}

.hak4t-sol-kicker {
    font-size: 12px;
    letter-spacing: .08em;
    opacity: .65;
}

.hak4t-sol-title {
    font-size: 26px;
    font-weight: 800;
    margin-top: 6px;
}

.hak4t-sol-sub {
    margin-top: 6px;
    opacity: .8;
}

.hak4t-sol-body {
    padding: 18px 22px 22px;
}

.hak4t-sol-form label {
    display: block;
    margin-top: 14px;
    font-weight: 700;
}

.hak4t-sol-form input {
    width: 100%;
    margin-top: 6px;
    padding: 12px 12px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 10px;
    outline: none;
}

.hak4t-sol-submit {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
}

.hak4t-sol-required {
    color: #c00;
}

.hak4t-sol-msg {
    margin-top: 14px;
    font-weight: 700;
}

.hak4t-sol-msg.is-ok {
    color: #137333;
}

.hak4t-sol-msg.is-err {
    color: #b3261e;
}