.present_img {
    max-width: inherit;
}

.scroll {
    height: 240px;
    overflow-y: scroll;
}

.popup-content {
    max-height: 80vh;
    overflow: auto;
}

.popup-content .agreement_link,
.policy_link {
    text-decoration: underline;
}

.box-shadow {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    max-width: 366px;
    margin: 0 auto;
}

.join_stamprally_btn.event-joined {
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.join_stamprally_btn.disabled {
    cursor: not-allowed;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.link {
    text-decoration: underline;
}

.gray {
    color: #787878;
}

.js_restore_key_copy {
    cursor: pointer;
}

.basic_information_contents + .basic_information_contents {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 16px;
    margin-bottom: 16px;
}

.js_restore_page_link {
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    border: solid 1px #0066cc;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0066cc;
    font-size: 16px;
    font-weight: bold;
}

.screen_shot_message {
    font-weight: bold;
    color: #ff0000;
}

.join_message_restore_key {
    font-size: 15px;
}

.restore_key_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.restore_key_copy {
    display: flex;
    align-items: center;
    border: solid 1px #00b3b8;
    border-radius: 4px;
    color: #00b3b8;
    padding: 2px 4px;
}

.restore_key_copy.click_copy {
    background-color: #00b3b8;
    color: white;
}

.restore_key_copy img {
    width: 16px;
}

.restore_cation_message {
    font-size: 15.9px;
}
