body {
  padding: 0;
  margin: 0;
}

.preloader {
  position: "fixed";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-element {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  color: #01c864;
  animation: fill 1s ease-in infinite alternate;
}
.preloader-element::before,
.preloader-element::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 48px;
  top: 0;
  animation: fill 0.9s ease-in infinite alternate;
}

.preloader-element::after {
  left: auto;
  right: 48px;
  animation-duration: 1.1s;
}

@keyframes fill {
  0% {
    box-shadow: 0 0 0 2px inset;
  }
  100% {
    box-shadow: 0 0 0 10px inset;
  }
}
.chakra-divider {
  display: none;
}._btn_eegor_1 {
  background: #0e73f6;
  border-radius: 6px;
}
._btn_eegor_1 ._text_eegor_5 {
  padding: 8px 40px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

._outlined_eegor_17 {
  border: 1px solid #e5e9eb;
  border-radius: 6px;
}
._outlined_eegor_17 ._text_eegor_5 {
  padding: 8px 40px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #f76659;
}._inputBox_99ot3_1 {
  position: relative;
  width: 100%;
}
._inputBox_99ot3_1 label {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #5c5c5c;
  margin-bottom: 4px;
}
._inputBox_99ot3_1 ._input_99ot3_1 {
  width: 100%;
  padding: 12px 15px;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  height: 42px;
  color: #252c32;
  border: 1px solid #e7eaec;
  transition: all 0.25s ease-in-out;
}
._inputBox_99ot3_1 ._input_99ot3_1._disabled_99ot3_25 {
  background: #f5f5f5;
  opacity: 0.6;
  pointer-events: none;
}
._inputBox_99ot3_1 ._input_99ot3_1._withStartAdornment_99ot3_30 {
  padding-left: 50px;
}
._inputBox_99ot3_1 ._input_99ot3_1._withEndAdornment_99ot3_33 {
  padding-right: 50px;
}
._inputBox_99ot3_1 ._input_99ot3_1:focus {
  outline: none;
  border-color: #0263ca !important;
}
._inputBox_99ot3_1 ._input_99ot3_1:hover {
  border-color: #0263ca !important;
}
._inputBox_99ot3_1 ._input_99ot3_1::placeholder {
  font-size: 15px;
  line-height: 24px;
  color: #6e7c87;
}
._inputBox_99ot3_1 ._input_99ot3_1._large_99ot3_48 {
  height: 48px;
}
._inputBox_99ot3_1 ._input_99ot3_1._medium_99ot3_51 {
  height: 42px;
  font-size: 15px;
  line-height: 19px;
}
._inputBox_99ot3_1 ._input_99ot3_1._small_99ot3_56 {
  font-size: 14px;
  line-height: 16px;
}
._inputBox_99ot3_1 ._error_99ot3_60 {
  border-color: red !important;
}
._inputBox_99ot3_1 ._error_99ot3_60:focus {
  outline: none;
  border-color: red !important;
}
._inputBox_99ot3_1 span {
  font-size: 12px;
  line-height: 16px;
  color: red;
  margin-top: 4px;
}
._inputBox_99ot3_1 ._startAdornment_99ot3_73 {
  position: absolute;
  left: 16px;
  height: 20px;
  top: calc(50% - 10px);
}

@media (max-width: 768px) {
  ._inputBox_99ot3_1 ._input_99ot3_1 {
    padding: 10px 15px;
    color: #6e7c87;
  }
}._counter_2zifv_1 {
  display: flex;
  align-items: center;
  width: 100%;
}
._counter_2zifv_1 input {
  padding: 8px;
  border: 1px solid #e5e9eb;
  outline: none;
}
._counter_2zifv_1 ._left_2zifv_11 {
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 8px;
  color: #4094f7;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #e5e9eb;
  border-radius: 6px 0px 0px 6px;
}
._counter_2zifv_1 ._right_2zifv_22 {
  display: flex;
  align-items: center;
  padding: 8px;
  color: #4094f7;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #e5e9eb;
  border-radius: 0px 6px 6px 0px;
}

._inputWrapper_2zifv_33 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  height: 42px;
  border: 1px solid #e5e9eb;
  transition: border 0.25s linear;
  overflow: hidden;
  width: 100%;
}
._inputWrapper_2zifv_33:hover, ._inputWrapper_2zifv_33:focus-visible, ._inputWrapper_2zifv_33:active {
  transition: border 0.25s linear;
  border: 1px solid #0263ca;
}
._inputWrapper_2zifv_33 input {
  margin-left: 8px;
  font-size: 16px;
  line-height: 25px;
  outline: none;
  height: 42px;
  width: 100%;
  color: #252c32;
  padding: 0 !important;
  border: none;
  caret-color: #0263ca;
}
._inputWrapper_2zifv_33 input::placeholder {
  color: #5b6871;
  font-size: 16px;
  line-height: 25px;
}
._inputWrapper_2zifv_33 ._leftIcon_2zifv_65 {
  width: 72px;
  height: 42px;
  display: flex;
  align-items: center;
  background: #f9f9f9;
}
._inputWrapper_2zifv_33 ._leftIcon_2zifv_65 img {
  width: 100%;
  padding: 8px 6px;
}
._inputWrapper_2zifv_33 ._leftIcons_2zifv_76 {
  width: 72px;
  height: 42px;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
}
._inputWrapper_2zifv_33 ._rightIcon_2zifv_85 {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 13px 8px;
}
._inputWrapper_2zifv_33 input::-webkit-outer-spin-button,
._inputWrapper_2zifv_33 input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

._leftBtn_2zifv_99 {
  width: 72px;
  font-size: 24px;
  height: 42px;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #e5e9eb;
  border-radius: 6px 0px 0px 6px;
}

._rightBtn_2zifv_109 {
  width: 72px;
  font-size: 24px;
  height: 42px;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #e5e9eb;
  border-radius: 0px 6px 6px 0px;
}._select_gnych_1 {
  width: 100%;
}
._select_gnych_1 ._chakra-divider_gnych_4 {
  border-left-width: none !important;
  background: white;
}

._selectOptions_gnych_9 {
  display: flex;
  align-items: center;
  gap: 5px;
}
._selectOptions_gnych_9 ._selectInfo_gnych_14 {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
}
._selectOptions_gnych_9 ._selectInfo_gnych_14 ._label_gnych_19 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #262626;
}
._selectOptions_gnych_9 ._selectInfo_gnych_14 ._phone_gnych_27 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #777777;
}
._selectOptions_gnych_9._selected_gnych_35 ._selectInfo_gnych_14 ._label_gnych_19 {
  color: white;
}
._selectOptions_gnych_9._selected_gnych_35 ._selectInfo_gnych_14 ._phone_gnych_27 {
  color: white;
}._table_1ouan_1 {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}
._table_1ouan_1 ._tableInput_1ouan_6 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #e5e9eb;
  transition: border 0.25s linear;
  overflow: hidden;
  width: 100%;
  padding-left: 8px;
  font-size: 16px;
  line-height: 25px;
  outline: none;
  height: 42px;
  width: 100%;
  color: #252c32;
  caret-color: #0263ca;
}
._table_1ouan_1 ._tableInput_1ouan_6::placeholder {
  color: #5b6871;
  font-size: 16px;
  line-height: 25px;
}
._table_1ouan_1 ._deleteBtn_1ouan_29 {
  cursor: pointer;
  width: 69px;
  height: 40px;
  font-size: 16px;
  padding: 0px 25px 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e5e9eb;
  border-radius: 6px;
}._outline_1kxwg_1 {
  width: 100%;
  border: 1px solid #e5e9eb;
  border-radius: 6px;
  padding: 8px 24px;
}
._outline_1kxwg_1 ._text_1kxwg_7 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.006em;
  color: #007aff;
}

._btn_1kxwg_17 {
  width: 100%;
  background: #0e73f6;
  border: 1px solid #e5e9eb;
  border-radius: 6px;
  padding: 8px 24px;
}
._btn_1kxwg_17 ._text_1kxwg_7 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.006em;
  color: white;
}._title_wvctd_1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #48535b;
  margin-bottom: 4px;
}

._buttonBox_wvctd_11 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: auto;
  margin-left: 8px;
}
._buttonBox_wvctd_11 ._btn_wvctd_18 {
  display: flex;
  height: 42px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  justify-content: end;
  column-gap: 5px;
  align-items: center;
  color: white;
  padding: 8px;
  background: #0e73f6;
  border-radius: 6px;
}._box_17639_1 {
  width: 315px;
  background: #fff;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.08));
  padding: 16px;
}
._box_17639_1 ._logo_17639_7 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  padding: 8px 110px;
  background: #f9f9f9;
  border-radius: 16px;
}
._box_17639_1 ._dateInfo_17639_16 {
  margin: 12px 0;
}
._box_17639_1 ._dateInfo_17639_16 ._dateTitle_17639_19 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
._box_17639_1 ._dateInfo_17639_16 ._date_17639_16 {
  margin-top: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #6f6f6f;
}
._box_17639_1 ._ticketInfo_17639_34 {
  padding: 12px 0;
}
._box_17639_1 ._ticketInfo_17639_34 ._title_17639_37 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #6f6f6f;
  margin: 12px 0 4px;
}
._box_17639_1 ._ticketInfo_17639_34 ._firstInfo_17639_45 {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
._box_17639_1 ._ticketInfo_17639_34 ._firstInfo_17639_45 li:nth-child(1) {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #6f6f6f;
}
._box_17639_1 ._ticketInfo_17639_34 ._firstInfo_17639_45 li:nth-child(2) {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #bdbdbd;
}
._box_17639_1 ._ticketInfo_17639_34 ._firstInfo_17639_45 li:nth-child(3) {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #6f6f6f;
}
._box_17639_1 ._line_17639_73 {
  height: 1px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}
._box_17639_1 ._totalInfo_17639_78 {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
._box_17639_1 ._totalInfo_17639_78 ._firstInfo_17639_45 {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._box_17639_1 ._totalInfo_17639_78 ._firstInfo_17639_45 li:nth-child(1) {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #6f6f6f;
}
._box_17639_1 ._totalInfo_17639_78 ._firstInfo_17639_45 li:nth-child(2) {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #bdbdbd;
}
._box_17639_1 ._totalInfo_17639_78 ._firstInfo_17639_45 li:nth-child(3) {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #6f6f6f;
}
._box_17639_1 ._totalInfo_17639_78 ._secondInfo_17639_112 {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._box_17639_1 ._totalInfo_17639_78 ._secondInfo_17639_112 li:nth-child(1) {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
._box_17639_1 ._totalInfo_17639_78 ._secondInfo_17639_112 li:nth-child(2) {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
._box_17639_1 ._totalInfo_17639_78 ._secondInfo_17639_112 li:nth-child(3) {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #000000;
}._header_qlx6i_1 {
  display: flex;
  column-gap: 24px;
  padding: 12px 20px;
  box-shadow: inset 0px -1px 0px #e5e9eb;
}
._header_qlx6i_1 ._active_qlx6i_7 {
  padding: 4px 66px;
  background: rgba(14, 115, 246, 0.15);
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: #0e73f6;
}
._header_qlx6i_1 ._notActive_qlx6i_18 {
  padding: 4px 66px;
  background: #f6f8f9;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: #5b6871;
}._container_p6oib_1 {
  height: 90vh;
}
._container_p6oib_1 ._contents_p6oib_4 {
  height: 100%;
  display: flex;
}
._container_p6oib_1 ._contents_p6oib_4 ._rightContent_p6oib_8 {
  width: calc(100% - 340px);
}
._container_p6oib_1 ._contents_p6oib_4 ._rightContent_p6oib_8 ._userInfo_p6oib_11 {
  padding: 24px 20px;
}
._container_p6oib_1 ._contents_p6oib_4 ._rightContent_p6oib_8 ._userInfo_p6oib_11 ._btn_p6oib_14 {
  width: 207px;
  background: #0e73f6;
  border-radius: 6px;
}
._container_p6oib_1 ._contents_p6oib_4 ._rightContent_p6oib_8 ._userInfo_p6oib_11 ._btn_p6oib_14 ._text_p6oib_19 {
  padding: 8px 40px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
._container_p6oib_1 ._contents_p6oib_4 ._rightContent_p6oib_8 ._paymentType_p6oib_32 ._donation_p6oib_32 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  box-shadow: inset 0px -1px 0px #ebedee;
}
._container_p6oib_1 ._contents_p6oib_4 ._rightContent_p6oib_8 ._paymentType_p6oib_32 ._donation_p6oib_32 ._text_p6oib_19 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1a2024;
}
._container_p6oib_1 ._contents_p6oib_4 ._rightContent_p6oib_8 ._paymentType_p6oib_32 ._paymentInfo_p6oib_46 {
  padding: 12px 20px;
  box-shadow: inset 0px -1px 0px #ebedee;
}
._container_p6oib_1 ._contents_p6oib_4 ._rightContent_p6oib_8 ._paymentType_p6oib_32 ._paymentInfo_p6oib_46 ._text_p6oib_19 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1a2024;
}
._container_p6oib_1 ._contents_p6oib_4 ._leftContent_p6oib_57 {
  width: 340px;
  min-width: 340px;
  padding: 24px;
  border-left: 1px solid #e5e9eb;
}
._container_p6oib_1 ._footer_p6oib_63 {
  margin-top: auto;
  background-color: #fff;
  display: flex;
  justify-content: end;
  gap: 24px;
  padding: 12px 24px;
  border-top: 1px solid #e5e9eb;
}._donationInfo_qm5c5_1 {
  max-width: 654px;
  padding: 16px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
._donationInfo_qm5c5_1 ._dirctors_qm5c5_8 ._text_qm5c5_8 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #48535b;
  margin-bottom: 4px;
}._box_keqvc_1 {
  width: 315px;
  background: #fff;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.08));
  padding: 16px;
}
._box_keqvc_1 ._logo_keqvc_7 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  padding: 8px 110px;
  background: #f9f9f9;
  border-radius: 16px;
}
._box_keqvc_1 ._dateInfo_keqvc_16 {
  margin: 12px 0;
}
._box_keqvc_1 ._dateInfo_keqvc_16 ._dateTitle_keqvc_19 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
._box_keqvc_1 ._dateInfo_keqvc_16 ._date_keqvc_16 {
  margin-top: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #6f6f6f;
}
._box_keqvc_1 ._ticketInfo_keqvc_34 ._title_keqvc_34 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #6f6f6f;
  margin: 12px 0 4px;
}
._box_keqvc_1 ._ticketInfo_keqvc_34 ._firstInfo_keqvc_42 {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
._box_keqvc_1 ._ticketInfo_keqvc_34 ._firstInfo_keqvc_42 li:nth-child(1) {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #6f6f6f;
}
._box_keqvc_1 ._ticketInfo_keqvc_34 ._firstInfo_keqvc_42 li:nth-child(2) {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #bdbdbd;
}
._box_keqvc_1 ._ticketInfo_keqvc_34 ._firstInfo_keqvc_42 li:nth-child(3) {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #6f6f6f;
}
._box_keqvc_1 ._line_keqvc_70 {
  margin-top: 8px;
  height: 1px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}
._box_keqvc_1 ._totalInfo_keqvc_76 {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
._box_keqvc_1 ._totalInfo_keqvc_76 ._firstInfo_keqvc_42 {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._box_keqvc_1 ._totalInfo_keqvc_76 ._firstInfo_keqvc_42 li:nth-child(1) {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #6f6f6f;
}
._box_keqvc_1 ._totalInfo_keqvc_76 ._firstInfo_keqvc_42 li:nth-child(2) {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #bdbdbd;
}
._box_keqvc_1 ._totalInfo_keqvc_76 ._firstInfo_keqvc_42 li:nth-child(3) {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #6f6f6f;
}
._box_keqvc_1 ._totalInfo_keqvc_76 ._thirdInfo_keqvc_109 {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._box_keqvc_1 ._totalInfo_keqvc_76 ._thirdInfo_keqvc_109 li:nth-child(1) {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #6f6f6f;
}
._box_keqvc_1 ._totalInfo_keqvc_76 ._thirdInfo_keqvc_109 li:nth-child(2) {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #bdbdbd;
}
._box_keqvc_1 ._totalInfo_keqvc_76 ._thirdInfo_keqvc_109 li:nth-child(3) {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #6f6f6f;
}
._box_keqvc_1 ._totalInfo_keqvc_76 ._secondInfo_keqvc_137 {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._box_keqvc_1 ._totalInfo_keqvc_76 ._secondInfo_keqvc_137 li:nth-child(1) {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
._box_keqvc_1 ._totalInfo_keqvc_76 ._secondInfo_keqvc_137 li:nth-child(2) {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
._box_keqvc_1 ._totalInfo_keqvc_76 ._secondInfo_keqvc_137 li:nth-child(3) {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #000000;
}._header_124fc_1 {
  padding: 12px 20px;
  background: #ffffff;
  box-shadow: inset 0px -1px 0px #ebedee;
}
._header_124fc_1 ._text_124fc_6 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1a2024;
}._card_85ysn_1 {
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}
._card_85ysn_1 ._title_85ysn_6 {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.38px;
  color: #818c99;
}
._card_85ysn_1 ._text_85ysn_15 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: justify;
  color: #000000;
}

._errorCard_85ysn_24 {
  padding: 16px;
  border: 2px solid red;
  border-radius: 6px;
}
._errorCard_85ysn_24 ._title_85ysn_6 {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.38px;
  color: #818c99;
}
._errorCard_85ysn_24 ._text_85ysn_15 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: justify;
  color: #000000;
}._card_1rm7n_1 {
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}
._card_1rm7n_1 ._title_1rm7n_6 {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.38px;
  color: #818c99;
}
._card_1rm7n_1 ._text_1rm7n_15 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: justify;
  color: #f2271c;
}._container_193wj_1 {
  height: 90vh;
}
._container_193wj_1 ._contents_193wj_4 {
  height: 100%;
  display: flex;
}
._container_193wj_1 ._contents_193wj_4 ._rightContent_193wj_8 {
  width: 75%;
}
._container_193wj_1 ._contents_193wj_4 ._rightContent_193wj_8 ._paymentType_193wj_11 ._payments_193wj_11 {
  padding: 16px 20px;
  column-gap: 24px;
  row-gap: 16px;
  display: grid;
  grid-template-columns: auto auto auto;
}
._container_193wj_1 ._contents_193wj_4 ._rightContent_193wj_8 ._paymentType_193wj_11 ._donation_193wj_18 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  box-shadow: inset 0px -1px 0px #ebedee;
}
._container_193wj_1 ._contents_193wj_4 ._rightContent_193wj_8 ._paymentType_193wj_11 ._donation_193wj_18 ._text_193wj_25 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1a2024;
}
._container_193wj_1 ._contents_193wj_4 ._rightContent_193wj_8 ._paymentType_193wj_11 ._paymentInfo_193wj_32 {
  padding: 12px 20px;
  box-shadow: inset 0px -1px 0px #ebedee;
}
._container_193wj_1 ._contents_193wj_4 ._rightContent_193wj_8 ._paymentType_193wj_11 ._paymentInfo_193wj_32 ._text_193wj_25 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1a2024;
}
._container_193wj_1 ._contents_193wj_4 ._rightContent_193wj_8 ._paymentType_193wj_11 ._paymentStatus_193wj_43 {
  padding: 16px 20px;
  column-gap: 24px;
  row-gap: 16px;
  display: grid;
  grid-template-columns: auto auto auto;
}
._container_193wj_1 ._contents_193wj_4 ._rightContent_193wj_8 ._paymentType_193wj_11 ._errorText_193wj_50 {
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  color: red;
}
._container_193wj_1 ._contents_193wj_4 ._rightContent_193wj_8 ._paymentCommentInfo_193wj_57 {
  padding: 12px 20px;
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
}
._container_193wj_1 ._contents_193wj_4 ._rightContent_193wj_8 ._paymentCommentInfo_193wj_57 ._text_193wj_25 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1a2024;
}
._container_193wj_1 ._contents_193wj_4 ._rightContent_193wj_8 ._comment_193wj_69 {
  padding: 20px;
}
._container_193wj_1 ._contents_193wj_4 ._leftContent_193wj_72 {
  width: 25%;
  padding: 24px;
  border-left: 1px solid #e5e9eb;
}
._container_193wj_1 ._footer_193wj_77 {
  background-color: #fff;
  display: flex;
  justify-content: end;
  gap: 24px;
  padding: 12px 24px;
  border-top: 1px solid #e5e9eb;
}