.FaceLivnessAppWrapper {
    align-items: center;
    background-color: #000000b3;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
}
.notice-permission-info {
    background-color: #e1e1e1;
    border-radius: 6px;
    max-width: 540px;
    padding: 70px;
}
.notice-permission-info-block1 {
    color: #211a1f;
    display: flex;
    font-size: 19px;
    width: 100%;
}
.notice-permission-info-block2 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}
.notice-permission-info-block2-button {
    background-color: #33182c;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    min-width: 60px;
    padding: 7px 30px;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
}
.notice-permission-info-block2-button {
    background-color: #33182c;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    min-width: 60px;
    padding: 7px 30px;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
}
.geo-button {
    cursor: pointer;
}
.geo-button div {
    border: 2px solid #C1C1C1;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 14px;
    background-color: #FFF;
    text-align: center;
    pointer-events: none;
    user-select: none;
}