.option-change-alert-background {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-height: unset;
    padding: unset;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100009;
    overflow-y: scroll;
    border-radius: 2px;
    transform: unset;
    box-shadow: unset;
    display: none;
}

.option-change-value2 .option-change-choice-option span, .option-change-value2 .option-change-choice-option2 span {
    color: rgb(10, 90, 254);
    font-size: 13px;
    font-weight: 500;
    word-break: break-word;
}

.option-change-value2 .option-change-choice-option p, .option-change-value2 .option-change-choice-option2 p {
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 500;
    word-break: break-word;
}

.option-change-alert {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 100%;
    overflow-y: unset;
    height: auto;
    max-height: 90vh;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 1px 5px 8px 1px;
    text-align: center;
    padding: 42px 40px 30px;
}

.option-change-alert h1 {
    font-size: 21px;
    color: rgb(0, 0, 0);
    text-align: center;
    padding-bottom: 30px;
}

.option-change-value-span {
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
    text-align: left;
}

.option-change-value-last-span {
    color: rgb(119, 118, 119);
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.option-change-cancel {
    width: 80px;
    height: 30px;
    color: rgb(0, 92, 186);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 92, 186);
    margin-right: 16px;
    line-height: 1;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
}

.option-change-confirm {
    width: 80px;
    height: 30px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 92, 186);
    border: 0px;
    line-height: 1;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
}

.option-change-value2 {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.option-change-value2 dl:first-of-type {
    border-right: 1px solid rgb(34, 34, 34);
}

.option-change-value2 dl {
    width: 50%;
    height: auto;
    text-align: left;
}

.option-change-value2 dl:last-of-type {
    padding-left: 40px;
}

.option-change-value2 dl dt {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}
.option-change-value2 dl dt dd {
    width: 100%;
    height: auto;
}


.option-change-value2 dl dt span:first-of-type {
    color: rgb(255, 114, 80);
    font-size: 13px;
    font-weight: 500;
    word-break: break-word;
}

.option-change-value2 span {
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 500;
    display: block;
}