@charset "utf-8";

.result_popup[data-v-6647746c] { font-size: 16px; line-height: 24px; padding: 20px 32px; width: 680px; }

.result_popup .title[data-v-6647746c] { display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; color: rgb(25, 25, 26); }

.result_popup .title .close_icon[data-v-6647746c] { color: rgb(112, 112, 112); }

.result_popup .result_popup_content[data-v-6647746c] { padding-top: 16px; }

.result_popup .result_popup_content .tips[data-v-6647746c] { color: rgb(112, 112, 112); font-size: 14px; line-height: 22px; margin-bottom: 16px; }

.result_popup .result_popup_content .content[data-v-6647746c] { background-color: rgb(250, 250, 251); border-radius: 8px; color: rgb(112, 112, 112); font-size: 14px; line-height: 22px; padding: 16px; }

.result_popup .result_popup_content .content .error_user[data-v-6647746c] { color: rgb(192, 0, 0); margin-top: 8px; }

.result_popup .success_icon[data-v-6647746c] { color: rgb(16, 163, 0); margin-right: 8px; }

.result_popup .close_icon[data-v-6647746c] { cursor: pointer; }

[data-v-6647746c] .fs-popup .fs-popup-ctn { border-radius: 8px; }

[data-v-6647746c] .fs-popup .fs-popup-ctn .fs-popup-close { display: none; }

@media (max-width: 768px) {
  [data-v-6647746c] .fs-popup .fs-popup-ctn { height: auto; max-width: 100vw; min-width: 350px; overflow: hidden; width: 382px; }
  [data-v-6647746c] .fs-popup .fs-popup-ctn .fs-popup-body { overflow: hidden; }
  .result_popup[data-v-6647746c] { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-align: center; align-items: center; height: 100%; padding: 20px 20px 0px; width: auto; }
}