body.overlflow-hidden {
	overflow: hidden;
}

.option-error-msg-box.open {
    display: block;
}

.option-error-msg-box {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483646;
}

.option-error-msg-box-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    width: 90%;
    max-width: 400px;
}

.option-error-msg-box-contents {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    background: #ffffff;
    padding: 0;
    position: relative;
    margin: 0;
    height: 164px;
    width: 350px;
}

.option-error-msg-box-title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding: 24px 24px 0 24px;
    margin-top: 0;
    margin-bottom: 12px;
}

.option-error-msg-box-message {
    font-size: 16px;
    padding-bottom: 10px;
    word-break: break-all;
    padding: 0 24px 24px 24px;
    margin: 0;
}

.option-error-msg-box-button {
    font-size: 16px;
    color: #0783c2;
    font-weight: bold;
    text-align: center;
    border-top: thin solid #EBEBEB;
    margin: 0;
    padding: 16px;
}
