@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";body,html{padding:0;margin:0;font-family:Inter,sans-serif;font-size:1rem;max-width:100vw;min-height:100vh;font-display:swap;background-color:#fff}html{font-size:62.5%}html textarea{font-family:Inter,sans-serif}@media screen and (max-width:1300px){body,html{font-size:54%!important}}@media screen and (max-width:1200px){body,html{font-size:50%!important}}@media screen and (max-width:1100px){body,html{font-size:47%!important}}@media screen and (max-width:1000px){body,html{font-size:43%!important}}@media screen and (max-width:900px){body,html{font-size:39%!important}}@media screen and (max-width:800px){body,html{font-size:36%!important}}@media screen and (max-width:700px){body,html{font-size:33%!important}}@media screen and (max-width:600px){body,html{font-size:50%!important}}@media screen and (max-width:500px){body,html{font-size:62.5%!important}}#__next{height:100%}a{color:inherit;text-decoration:none}*{box-sizing:border-box}button{cursor:pointer;border:none;background-color:transparent}.capitalize{text-transform:capitalize}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.button-loader_container__GMXvY{display:inline-flex;justify-content:center}.button-loader_dot_flashing__KdXTo{position:relative;width:.4em;height:.4em;color:#fff;background-color:#fff;border-radius:50%;animation:button-loader_flashing__w_sIB 1s linear infinite alternate;animation-delay:.5s}.button-loader_dot_flashing__KdXTo:after,.button-loader_dot_flashing__KdXTo:before{position:absolute;display:inline-block;content:""}.button-loader_dot_flashing__KdXTo:before{left:-1.5rem;width:100%;height:100%;color:#fff;background-color:#fff;border-radius:50%;animation:button-loader_flashing__w_sIB 1s infinite alternate;animation-delay:0s}.button-loader_dot_flashing__KdXTo:after{left:1.5rem;width:100%;height:100%;color:#fff;background-color:#fff;border-radius:50%;animation:button-loader_flashing__w_sIB 1s infinite alternate;animation-delay:1s}@keyframes button-loader_flashing__w_sIB{0%{background-color:#fff}50%,to{background-color:#fff}}.button_button__OfpfU{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#4965d2;color:#fff;padding:1.2rem 1.6rem;text-align:center;font-size:1.4rem;font-weight:500;border-radius:8px;font-family:Inter,sans-serif;width:inherit;outline:0}.button_button__OfpfU:disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.button_primary__LnYdb.button_error__NJkOp{background-color:#f75757}.button_small__NoODe{padding:.8rem 1.2rem}.button_secondary__eoR6V.button_success__WJGdN{background-color:#e5f9ee;color:#37b271}.button_secondary__eoR6V.button_error__NJkOp{background-color:#fce8e8;color:#f75757}.button_tertiary__fjubx{background-color:transparent}.button_tertiary__fjubx.button_accent__jmed8{color:#4964d1}.button_tertiary__fjubx.button_success__WJGdN{color:#37b271}.button_tertiary__fjubx.button_error__NJkOp{color:#f75757}.button_tertiary__fjubx.button_secondary__eoR6V{color:#8a8a8a}.button_quaternary__v6PSP{background-color:#f0f2fb}.button_quaternary__v6PSP.button_accent__jmed8{color:#4964d1}.button_pointerEvent__d_KvN{pointer-events:none}.overlay_overlay__nbGUZ{position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,9%,.5);display:flex;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s;z-index:1000}@media screen and (max-width:500px){.overlay_overlay__nbGUZ{justify-content:flex-end;align-items:flex-end;transition:opacity .3s,visibility .3s,transform .3s ease-in-out}}.overlay_open__cfNm6{opacity:1;visibility:visible;transform:translateY(0)}.overlay_closed__zCjup{opacity:0;visibility:hidden;transform:translateY(100%)}.overlay_overlayContent__HqTTc{position:relative;width:45rem;padding:2rem;background-color:#fff;max-height:90vh;display:flex;flex-direction:column}.overlay_overlayContent__HqTTc .overlay_header__XqjTp{display:flex;justify-content:space-between;width:100%}.overlay_overlayContent__HqTTc .overlay_header__XqjTp .overlay_header_content__vST9m{flex:1 1}.overlay_overlayContent__HqTTc .overlay_strip__wib3e{position:absolute;width:5.6rem;height:.4rem;border-radius:100px;background:hsla(0,0%,100%,.7);top:-1.2rem;left:50%;transform:translateX(-50%)}@media screen and (min-width:500px){.overlay_overlayContent__HqTTc .overlay_strip__wib3e{display:none}}@media screen and (max-width:500px){.overlay_overlayContent__HqTTc{width:100%}}.overlay_overlayContent__HqTTc .overlay_body__A5EEZ{flex:1 1;overflow-y:auto}.overlay_overlayContent__HqTTc .overlay_body__A5EEZ::-webkit-scrollbar{display:none}.overlay_overlay_full_screen__J2dch{width:100%;height:100%;max-height:100%}.overlay_overlay_border__6Rlro{border-radius:16px}@media screen and (max-width:500px){.overlay_overlay_border__6Rlro{border-radius:0;border-top-left-radius:16px;border-top-right-radius:16px}}.overlay_closeButton__niMAb{cursor:pointer}.overlay_closeButton__niMAb .overlay_close__p1Xi_{width:2.4rem;height:2.4rem}.overlay_dialog__jnXxL{justify-content:center;align-items:center;transition:opacity .3s,visibility .3s}.overlay_dialog__jnXxL .overlay_overlayContent__HqTTc{max-width:90vw}.overlay_dialog__jnXxL .overlay_overlayContent__HqTTc .overlay_strip__wib3e{display:none}.overlay_dialog__jnXxL .overlay_overlay_border__6Rlro{border-radius:16px}.tds-info_overlay_header___GF1m{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616;margin:0}.tds-info_overlay_container__SEnWA{display:flex;flex-direction:column;gap:2rem;margin:2.8rem 0 2rem}.tds-info_overlay_container_item__lPKVA{margin:0;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#8a8a8a;line-height:2rem}.balance-sheet_overlay__KQXEG{height:50%}.balance-sheet_overlay_header__LqD7f{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616;margin:0}.balance-sheet_overlay_footer__Npoaa{display:flex;padding:2rem 0;justify-content:space-between}.balance-sheet_overlay_footer_btn__j4ZwW{width:100%}.balance-sheet_overlay_footer_btn__j4ZwW:first-child{margin-right:1.6rem}.balance-sheet_overlay_body__JWi3o{padding:3rem 0 2rem}.balance-sheet_overlay_body_sec__d4NTy{display:flex;justify-content:space-between;margin-bottom:2.4rem;font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#161616}.balance-sheet_overlay_body_sec_left__A8w_e{color:#8a8a8a}.balance-sheet_overlay_body_info__3uUNT{display:flex;align-items:center;background-color:#f8f8f8;padding:1.2rem;border-radius:.8rem}.balance-sheet_overlay_body_info_img__pZtJK{height:1.6rem;width:1.6rem}.balance-sheet_overlay_body_info_text__Oy2er{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616;margin-left:.8rem}.balance-sheet_overlay_body_custom_locked__oTB1_{border-bottom:1px dashed #8a8a8a}.footer_parent_container___RuMI{position:fixed;bottom:0;left:0;right:0;background-color:#fff}.footer_parent_container_1___4pPN{display:flex;justify-content:space-between;border-top:1px solid #f8f8f8;padding:1.2rem 1.6rem}.footer_parent_container_1_left__bm6wK{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:500;color:#161616}.footer_parent_container_1_right__PbsS_{display:flex;align-items:center}.footer_parent_container_1_right_txt__uDvIn{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:500;color:#161616}.footer_parent_container_1_right_img__98tuW{width:2rem;height:2rem;margin-left:.8rem}.footer_container__kSDr6{display:flex;justify-content:space-around;align-items:center;padding:1.2rem 0;border-top:1px solid #f8f8f8}.footer_container_section__KQdr1{display:flex;flex-direction:column;align-items:center;text-align:center;width:10rem}.footer_container_section_img__2Gd5L{height:2rem;width:2rem}.footer_container_section_title__I34Y_{font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:500;color:#161616;margin-top:.6rem}.footer_container_section_title_selected__zoio1{font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:600;color:#4964d1;margin-top:.6rem}.footer_container_section_opacity__CqWsh{opacity:.6}.contact-support_link__mxj1o{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#4964d1;text-decoration:underline}.contact-support_icon__Gslj9{height:1.6rem;width:1.6rem;cursor:pointer}.how-to-use-modal_header__qiFZS{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616;margin:0}.how-to-use-modal_footer__ahcM0{margin-top:2rem;width:100%}.how-to-use-modal_footer_cta__Wl185{width:100%}.how-to-use-modal_body__giWQR{display:flex;flex-direction:column;margin-top:2rem;font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#161616}.how-to-use-modal_body_upper__4Nnmw{border-radius:2rem;height:16.8rem}.how-to-use-modal_body_upper_video_placeholder__FCf4k{position:relative;height:100%}.how-to-use-modal_body_upper_video__tFy0e{width:100%;border-radius:2rem}.how-to-use-modal_body_bottom__Fatpw{margin:2rem 0;display:flex;flex-direction:column;gap:2rem}.how-to-use-modal_body_bottom_item__cIniF{display:flex;flex-direction:row;gap:1.2rem}.how-to-use-modal_body_bottom_item_bullet__mVY3F{width:2rem;height:2rem;border-radius:4rem;background-color:#4965d2;color:#fff;display:flex;justify-content:center}.how-to-use-modal_body_bottom_item_desc__6QpJk p{margin:0}.how-to-use-modal_body_bottom_item_desc__6QpJk p strong{font-weight:600}.header_container__bgydJ{padding:2rem;display:flex;justify-content:space-between;position:fixed;left:0;right:0;top:0;background-color:#fff;z-index:1}.header_container_shadow__9gYrb{box-shadow:0 4px 4px 0 rgba(0,0,0,.039)}.header_container_right__laF6H{display:flex;justify-content:space-between;align-items:center}.header_container_right_how__4L8mf{border:1px solid #4964d1;padding:.5rem .8rem;border-radius:38px;display:flex;cursor:pointer}.header_container_right_how_img__ZTtiu{width:1.2rem;height:1.2rem}.header_container_right_how_title__NolYU{font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:600;color:#4964d1;margin-left:.5rem}.header_container_right_ques__McFFD{width:1.6rem;height:1.6rem;margin-left:2rem}.header_backTitle__A3d_6{display:flex;align-items:center}.header_backTitle_img__ZNhji{width:2rem;height:2rem}.header_backTitle_title__S2AFh{font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:500;color:#161616;margin-left:1.6rem}.base-currency-selection_container__ul_fX{padding:1.4rem 1.6rem;border:1px solid #f2f2f2;display:flex;border-radius:8px;margin-top:1.6rem;margin-bottom:2rem;height:4.8rem}.base-currency-selection_container_img__S6kM8{width:2rem;height:2rem}.base-currency-selection_container_text__NSQp1{font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#161616;margin-left:.8rem}.input_container__eS1DQ{position:relative}.input_input_container__xEF6x{position:relative;display:flex;align-items:center;padding:.8rem 1.2rem;width:inherit;height:4rem;border:1px solid #f2f2f2;border-radius:8px;font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#161616}.input_input_container__xEF6x.input_disabled__qVeJl{cursor:not-allowed;background-color:#f8f8f8}.input_input_container__xEF6x .input_label__37ycX{position:absolute;left:0;margin:0 1.2rem;pointer-events:none;transition:all .33s;color:#8a8a8a}.input_input_container__xEF6x input{flex:1 1;width:5rem;margin-right:1.2rem;caret-color:#6683f2}.input_input_container__xEF6x.input_has_focus__s8t9M{border:1px solid #6683f2}.input_input_container__xEF6x.input_has_focus__s8t9M .input_label__37ycX{left:0;padding:0 .4rem;margin-left:.8rem;font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:400;color:#6683f2;color:#6683f2!important;background-color:#fff;transform:translateY(calc(-100% - 1rem))}.input_input_container__xEF6x.input_has_error__75sF3{border:1px solid #f75757}.input_input_container__xEF6x.input_has_error__75sF3 .input_label__37ycX{font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:400;color:#f75757;caret-color:#f75757;color:#f75757!important}.input_input_container__xEF6x input:focus{outline:none}.input_input_container__xEF6x.input_has_error__75sF3.input_has_value__fCVEv{border:1px solid #f75757}.input_input_container__xEF6x.input_has_error__75sF3.input_has_value__fCVEv .input_label__37ycX{font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:400;color:#f75757;caret-color:#f75757}.input_input_container__xEF6x.input_has_value__fCVEv input{color:#161616}.input_input_container__xEF6x.input_has_value__fCVEv .input_label__37ycX{left:0;padding:0 .4rem;margin-left:.8rem;font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:400;color:#8a8a8a;background-color:#fff;transform:translateY(calc(-100% - 1rem))}.input_input_container__xEF6x.input_has_value__fCVEv.input_disabled__qVeJl .input_label__37ycX{left:0;padding:0 .4rem;margin-left:.8rem;font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:400;color:#6683f2;transform:translateY(-135%)}.input_input_container__xEF6x input[type=number],.input_input_container__xEF6x input[type=text]{-moz-appearance:textfield;background-color:transparent;border:none}.input_input_container__xEF6x input::-webkit-inner-spin-button,.input_input_container__xEF6x input::-webkit-outer-spin-button{-webkit-appearance:none}.input_error__vyEG0{margin-top:.4rem;font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:400;color:#f75757}.input_overlap_text__KyEFD{position:absolute;right:1.4rem;top:1.5rem;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616;color:#8a8a8a;z-index:1}.input_disabled_label__Idceb{display:none}.checkbox_container__0nTUP{cursor:pointer}.checkbox_container__0nTUP input{display:none}.checkbox_container_checkbox_icon__Y9R9a{width:2rem;height:2rem}.payment-details_container__CHCdb{border:1px solid #f2f2f2;padding:1.6rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.6rem;border-radius:.8rem}.payment-details_container_left__4cJ01{display:flex;align-items:center}.payment-details_container_left_img__iCrFq{width:3.2rem;height:3.2rem}.payment-details_container_left_values__8mA_s{margin-left:1.2rem}.payment-details_container_left_values_top__GMmQE{font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:500;color:#161616;margin-bottom:.4rem}.payment-details_container_left_values_top__GMmQE span{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:500;color:#161616}.payment-details_container_left_values_bottom__suj0J{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616;color:#8a8a8a}.payment-details_container_left_checkbox__6bbar{margin-right:1.2rem}.payment-details_container_right_img__L6kFr{width:2rem;height:2rem}.payment-details_container_right_btn__2Wx1N{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:600;color:#161616;display:flex;justify-content:space-between;border-radius:.8rem;padding:1rem 1.2rem;align-items:center}.payment-details_container_right_btn_img__Y8aGh{width:1.6rem;height:1.6rem;margin-right:.8rem}.remove-listing_overlay_header__aiBcc{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616;margin:0}.remove-listing_overlay_body__WbuFK{padding:2rem 0}.remove-listing_overlay_body_1__aM4P9{font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#161616;margin-bottom:2rem}.remove-listing_overlay_body_2__44q_o{background-color:#f8f8f8;padding:1.6rem;border-radius:1.2rem}.remove-listing_overlay_body_2__44q_o ul{margin:0;padding-left:1.6rem;list-style-type:none}.remove-listing_overlay_body_2__44q_o ul li{position:relative;opacity:.9;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616}.remove-listing_overlay_body_2__44q_o ul li span{color:#4965d2;text-decoration:underline;margin-left:.2rem}.remove-listing_overlay_body_2__44q_o ul li:not(:last-child){margin-bottom:1.2rem}.remove-listing_overlay_body_2__44q_o ul li:before{position:absolute;left:-1.8rem;font-size:4rem;content:"·";opacity:.12}.remove-listing_overlay_footer__X7Y1u{display:flex;flex-direction:column}.remove-listing_overlay_footer_btn__i8Yez{margin-bottom:1.6rem}.listing-form_overlay__gitnN{padding:0}.listing-form_overlay_header__D5zTB{padding:2rem;box-shadow:0 4px 4px 0 rgba(0,0,0,.039)}.listing-form_overlay_footer__f5_6_{padding:1.6rem 2rem;text-align:center}.listing-form_overlay_footer_top__6kd27{display:flex;justify-content:center}.listing-form_overlay_footer_top_txt__Gj_30{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616}.listing-form_overlay_footer_top_img__JqvOO{width:1.6rem;height:1.6rem;margin-left:.6rem}.listing-form_overlay_footer_btn__fpAwB{width:100%}.listing-form_overlay_footer_btn__fpAwB:last-child{margin-top:1.2rem}.listing-form_overlay_body_header__WRrrq{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:600;color:#161616}.listing-form_overlay_body_first___aMNB{padding:2rem}.listing-form_overlay_body_first_input__AMFP8{margin-bottom:.8rem}.listing-form_overlay_body_first_input_internal__i5s8A{height:4.8rem}.listing-form_overlay_body_first_avail__a8aTT{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616;color:#8a8a8a}.listing-form_overlay_body_divider__06W4i{border:4px solid rgba(0,0,0,.051)}.listing-form_overlay_body_second__kBW2a{padding:2rem}.listing-form_overlay_body_second_askinput__a0i4_{margin-top:1.6rem}.listing-form_overlay_body_second_askinput_warning__HnWRZ{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616;color:#f7931a;margin-top:.4rem}.listing-form_overlay_body_second_orderlimit__6PDOk{margin-top:2rem;display:flex;margin-bottom:1.6rem}.listing-form_overlay_body_second_orderlimit_img__lDhRI{width:1.6rem;height:1.6rem;margin-left:.6rem}.listing-form_overlay_body_second_inputs__qD_7B{display:flex;justify-content:space-between}.listing-form_overlay_body_second_inputs_1__dpTJI{width:16rem}.listing-form_overlay_body_second_error__pyrc_{margin-top:.4rem;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616;color:#f75757}.listing-form_overlay_body_third__p_L2X{padding:2.4rem 2rem}.listing-form_overlay_body_third_header__J8n_T{display:flex;margin-bottom:1.2rem}.listing-form_overlay_body_third_header_text__uoWWQ{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:600;color:#161616;color:#8a8a8a;margin-left:.4rem}.listing-form_overlay_body_third_note__0MYB6{border:1px solid #f2f2f2;padding:1.2rem;border-radius:8px}.listing-form_overlay_body_third_note_header__JxmVI{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:600;color:#161616;color:#8a8a8a;margin-bottom:1.6rem}.listing-form_overlay_body_third_note_list__lGW72 ul{padding-left:1.6rem;list-style-type:none}.listing-form_overlay_body_third_note_list__lGW72 ul li{position:relative;opacity:.9;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616}.listing-form_overlay_body_third_note_list__lGW72 ul li span{color:#4965d2;text-decoration:underline;margin-left:.2rem}.listing-form_overlay_body_third_note_list__lGW72 ul li:not(:last-child){margin-bottom:1.2rem}.listing-form_overlay_body_third_note_list__lGW72 ul li:before{position:absolute;left:-1.8rem;font-size:4rem;content:"·";opacity:.12}.listing-form_subOverlay__Y8iqG{height:30%}.listing-form_subOverlay_header__rfn8s{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616;margin:0}.listing-form_subOverlay_body__oEnHq{font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#161616;color:#8a8a8a}.listing-form_order_limit__vA3s2{height:20%}.listing-form_tds__CZ4i1{height:40%}.divider_divider__MIs97{height:.6rem;background-color:#f7f9f9}.error-empty-state_container__Br6F_{display:flex;flex-direction:column;align-items:center;margin-top:8rem}.error-empty-state_container_img__csduP{height:14.8rem;width:20rem;margin-bottom:1rem}.error-empty-state_container_body__eFOWn{display:flex;flex-direction:column;align-items:center;gap:.8rem}.error-empty-state_container_body_title__TB2SM{font-family:Inter;font-size:1.8rem;line-height:2.4rem;font-weight:600;color:#161616}.error-empty-state_container_body_subtitle__7MRig{font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#8a8a8a}.error-empty-state_container_footer__KJG1b{margin-top:3.2rem}.error-empty-state_container_footer_retry__6UHDZ{background-color:#e5eaff;color:#4965d2;display:flex;flex-direction:row;gap:.8rem;align-items:center}.error-empty-state_container_footer_retry_img__szca_{height:1.6rem;width:1.6rem}.error-empty-state_container_footer_retry_text__3e2en{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:500;color:#4965d2}.horizontal-stepper_component_container__lJKeI{display:flex;justify-content:center;gap:4.5rem}.horizontal-stepper_component_container__lJKeI .horizontal-stepper_component_step__jDTZl{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.8rem;position:relative;z-index:1}.horizontal-stepper_component_container__lJKeI .horizontal-stepper_component_step__jDTZl .horizontal-stepper_component_circle__ww2Yp{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background-color:#6683f2;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:600;color:#fff}.horizontal-stepper_component_container__lJKeI .horizontal-stepper_component_step__jDTZl .horizontal-stepper_component_title__BxLiI{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:600;color:#161616}.horizontal-stepper_component_container__lJKeI .horizontal-stepper_component_step__jDTZl.horizontal-stepper_component_completed__gbgNW .horizontal-stepper_component_circle__ww2Yp{background-color:#37b271}.horizontal-stepper_component_container__lJKeI .horizontal-stepper_component_step__jDTZl.horizontal-stepper_component_disabled__AE7d9 .horizontal-stepper_component_circle__ww2Yp{background-color:#ccc}.horizontal-stepper_component_container__lJKeI .horizontal-stepper_component_step__jDTZl.horizontal-stepper_component_inactive__DKU8z .horizontal-stepper_component_circle__ww2Yp{background-color:#8a8a8a}.horizontal-stepper_component_container__lJKeI .horizontal-stepper_component_step__jDTZl:nth-child(2) :after{content:"";position:absolute;top:20%;width:8rem;height:.5px;background-color:#ccc;transform:translateY(-40%);right:100%;margin-right:-3rem}.horizontal-stepper_component_container__lJKeI .horizontal-stepper_component_step__jDTZl:nth-child(2) :before{content:"";position:absolute;top:20%;width:8rem;height:.5px;background-color:#ccc;transform:translateY(-40%);left:100%;margin-left:-3rem}.image-preview-modal_preview_container__t9oDe{margin-top:2rem}.image-preview-modal_preview_container__t9oDe>img{width:100%;height:100%;object-fit:contain}.image-preview-modal_title__2uQwx{margin:0;font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616}@keyframes image-thumbnail_rotate___JN3_{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.image-thumbnail_image_container__aDqd8{width:6.4rem;height:6.4rem;background-color:#e5eaff;border-radius:8px;position:relative}.image-thumbnail_image_container__aDqd8 .image-thumbnail_loader__NjJB9{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(229,234,255,.5);display:flex;align-items:center;justify-content:center;border-radius:inherit}.image-thumbnail_image_container__aDqd8 .image-thumbnail_loader_icon__dO2JM{animation:image-thumbnail_rotate___JN3_ 2s linear infinite;width:2.4rem;height:2.4rem}.image-thumbnail_image_container__aDqd8 .image-thumbnail_close__8pY6W{width:1.6rem;height:1.6rem;position:absolute;right:-.6rem;top:-.6rem}.image-thumbnail_image_container__aDqd8>img{width:inherit;height:inherit;object-fit:contain}.image-upload-dialog_container__QoCZQ{display:flex;gap:1.6rem;flex-wrap:wrap}.image-upload-dialog_container__QoCZQ .image-upload-dialog_file_input__Yj2_J{display:none}.order-details-dispute_container__Pf8zT{padding:1.2rem;display:flex;gap:.8rem;border-radius:8px;background-color:#fce8e8}.order-details-dispute_container__Pf8zT .order-details-dispute_reason__Bpm0S{display:flex;flex-direction:column;gap:.8rem}.order-details-dispute_container__Pf8zT .order-details-dispute_reason__Bpm0S .order-details-dispute_header__PKZxy{display:flex;flex-direction:column}.order-details-dispute_container__Pf8zT .order-details-dispute_reason__Bpm0S .order-details-dispute_header__PKZxy .order-details-dispute_title__Z3Fmn{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:600;color:#f75757}.order-details-dispute_container__Pf8zT .order-details-dispute_reason__Bpm0S .order-details-dispute_header__PKZxy .order-details-dispute_value__Tyz6_{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#f75757}.order-details-dispute_container__Pf8zT .order-details-dispute_reason__Bpm0S .order-details-dispute_support__T9nJB{display:flex;flex-direction:column;gap:.8}.order-details-dispute_container__Pf8zT .order-details-dispute_reason__Bpm0S .order-details-dispute_support__T9nJB .order-details-dispute_message__XZd7S{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616}.order-details-dispute_container__Pf8zT .order-details-dispute_reason__Bpm0S .order-details-dispute_support__T9nJB .order-details-dispute_link__T2pr3{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#4964d1;text-decoration:underline}.cancel-order-warning_header__P6ssT{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616;margin:0}.cancel-order-warning_footer__uDqTB{display:flex;flex-direction:column;gap:.8rem}.cancel-order-warning_container__vJMXX{font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#161616;padding:0 2rem}.cancel-order-warning_container__vJMXX>p{margin:2rem 0}.cancel-order-warning_container__vJMXX .cancel-order-warning_checkbox__yd1Is{display:flex;gap:1.2rem;margin:2rem 0}.order-details-failed_container__l4_mc{padding:1.2rem;display:flex;align-items:center;gap:.8rem;border-radius:8px;background-color:#fce8e8}.order-details-failed_container__l4_mc .order-details-failed_note__95wot{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616}.order-details-failed_container__l4_mc .order-details-failed_note__95wot .order-details-failed_link__NWoLq{text-decoration:underline}.others-textarea_container__X5GS8 .others-textarea_text_area__MAav4{resize:none;height:8rem;padding:1.2rem;width:100%;border-radius:8px;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616}.others-textarea_container__X5GS8 .others-textarea_text_area__MAav4:focus{border:1px solid #4965d2;outline:#4965d2}.others-textarea_container__X5GS8 .others-textarea_characters_left__QVC67{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#8a8a8a;margin-top:.8rem;margin-bottom:0;text-align:right}.radio-button_container__T4J0C{display:flex;flex-direction:column;gap:2.4rem;width:inherit}.radio-button_container__T4J0C .radio-button_option__o29i_{display:flex;align-items:center;gap:1.2rem;cursor:pointer;font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#161616}.radio-button_container__T4J0C .radio-button_option__o29i_ .radio-button_radio__34DyT{display:flex;justify-content:center;align-items:center;width:2rem;height:2rem;border-radius:50%;border:1.5px solid #ccc}.radio-button_container__T4J0C .radio-button_option__o29i_ .radio-button_radio_active__Y59Qo{border:1.5px solid #6683f2}.radio-button_container__T4J0C .radio-button_option__o29i_ .radio-button_radio_active__Y59Qo .radio-button_radio_inner__LBixx{width:1.1rem;height:1.1rem;background-color:#6683f2;border-radius:50%}.options-select-modal_header__k0ayt{margin:0;font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616;padding:2rem}.options-select-modal_container__9ou6C{margin:0 2rem}.options-select-modal_container__9ou6C .options-select-modal_desc__8mEvH{font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#161616}.options-select-modal_container__9ou6C .options-select-modal_list__bQHna,.options-select-modal_container__9ou6C .options-select-modal_others_text__O_1p8{margin-top:2.4rem}.options-select-modal_cta__fQVke{width:100%;padding:2rem;margin-top:1rem}.options-select-modal_overlay__xL1q4{padding:0}.options-select-modal_close_button__D_62a{margin-right:1rem}.order-details-footer_container__82HLZ{display:flex;flex-direction:column;gap:2rem;padding-top:2rem}.order-details-footer_container__82HLZ .order-details-footer_cta__Q9k9E{display:flex;flex-direction:column;gap:.8rem}.order-details-footer_container__82HLZ .order-details-footer_option_select__YE8QH section{margin:0}.order-details-footer_timer__reuyJ{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.time-remaining_container__Gv8jf{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:600;color:#fff;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.order-timer_container__ZNE_V{padding:.4rem .8rem;border-radius:.4rem;display:flex;flex-direction:row;gap:.4rem;background-color:#8a8a8a}.order-timer_container_prefix__QKpi_{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#fff}.order-timer_countdown_red__1L5IJ{background-color:#f75757}.order-timer_countdown_yellow__f7dKF{background-color:#f7931a}.order-details-header_container__Xto2I{display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 4px 0 rgba(0,0,0,.039);padding:0 2rem 2rem;position:relative;transform:translateX(-2rem);width:calc(100% + 4rem)}.order-details-header_container__Xto2I .order-details-header_left__g2zRC{display:flex;align-items:center;gap:1.6rem}.order-details-header_container__Xto2I .order-details-header_left__g2zRC>img{width:2rem;height:2rem}.order-details-header_container__Xto2I .order-details-header_left__g2zRC .order-details-header_title__5V6Ft{font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:500;color:#161616}.order-details-header_container__Xto2I .order-details-header_left__g2zRC .order-details-header_strip__faBTF{box-shadow:0 4px 4px 0 rgba(0,0,0,.039);position:absolute;height:.4rem;left:-2rem;width:calc(100% + 4rem);top:100%}.order-details-header_container__Xto2I .order-details-header_right__yIWX1 .order-details-header_time_out__wL__6{padding:.4rem .8rem;background-color:#f75757;border-radius:4px;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#fff}.user-card-details_listing_card_top__5aJ9S{padding:1.2rem 1.6rem;background-color:#f8f8f8;display:flex;justify-content:space-between;border-top-left-radius:1.2rem;border-top-right-radius:1.2rem}.user-card-details_listing_card_top_left__zBaxB{display:flex;align-items:center}.user-card-details_listing_card_top_left_img__Uaw1W{width:2rem;height:2rem}.user-card-details_listing_card_top_left_title__yRcRR{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:600;color:#161616;margin-left:.8rem;text-transform:uppercase}.user-card-details_listing_card_top_left_verified__sIZ_O{font-family:Inter;font-size:.8rem;line-height:1.6rem;font-weight:600;color:#37b271;text-transform:uppercase;border-radius:.4rem;padding:0 .4rem;margin-left:.4rem;border:1px solid hsla(0,0%,9%,.102);background-color:#fff}.user-card-details_listing_card_top_right__bJ8kw{display:flex;align-items:center}.user-card-details_listing_card_top_right_sec__h23P2{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:500;color:#161616}.user-card-details_listing_card_top_right_sec_1__W0_Sx{color:#8a8a8a}.user-card-details_listing_card_top_right_sec_2__j3f0U{margin-left:.3rem;color:#161616}.user-card-details_listing_card_top_right_divide__hBndz{margin:0 .4rem;color:#ccc;font-size:1.2rem}.tnc-trade-modal_header__QFDwT{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:500;color:#161616;margin:0}.tnc-trade-modal_footer__t7_nR{width:100%}.tnc-trade-modal_body__N6_Le{border:1px solid #f2f2f2;border-radius:12px;margin:2rem 0}.tnc-trade-modal_body__N6_Le .tnc-trade-modal_tnc__1SmhP{display:flex;flex-direction:column;gap:1.6rem;padding:1.2rem}.tnc-trade-modal_body__N6_Le .tnc-trade-modal_tnc__1SmhP .tnc-trade-modal_item__J77mE{display:flex;align-items:baseline;gap:.8rem}.tnc-trade-modal_body__N6_Le .tnc-trade-modal_tnc__1SmhP .tnc-trade-modal_item__J77mE .tnc-trade-modal_bullet__dx_PU{transform:translateY(.2rem);font-family:Inter;font-size:2rem;line-height:2.8rem;font-weight:400;color:#fff}.tnc-trade-modal_body__N6_Le .tnc-trade-modal_tnc__1SmhP .tnc-trade-modal_item__J77mE .tnc-trade-modal_desc__pNwNJ{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:hsla(0,0%,9%,.5)}.order-details-payment_container__AP62w{display:flex;flex-direction:column;gap:1.6rem}.order-details-payment_container__AP62w .order-details-payment_header__hxn5u{display:flex;justify-content:space-between;align-items:center}.order-details-payment_container__AP62w .order-details-payment_header__hxn5u .order-details-payment_left__qp2iU{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616}.order-details-payment_container__AP62w .order-details-payment_header__hxn5u .order-details-payment_right__OtuCF{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:500;color:#4965d2}.order-details-payment_container__AP62w .order-details-payment_details__mu6y9{display:flex;flex-direction:column;padding:1.6rem 0;border-radius:8px;border:1px solid #f2f2f2;gap:1.6rem}.order-details-payment_container__AP62w .order-details-payment_details__mu6y9 .order-details-payment_item___wb69{padding:0 1.6rem;display:flex;justify-content:space-between;align-items:flex-start}.order-details-payment_container__AP62w .order-details-payment_details__mu6y9 .order-details-payment_item___wb69 .order-details-payment_left__qp2iU{display:flex;flex-direction:column;gap:.3rem}.order-details-payment_container__AP62w .order-details-payment_details__mu6y9 .order-details-payment_item___wb69 .order-details-payment_left__qp2iU .order-details-payment_label__ph9I_{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#8a8a8a}.order-details-payment_container__AP62w .order-details-payment_details__mu6y9 .order-details-payment_item___wb69 .order-details-payment_value__yvjJs{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:500;color:#161616;display:flex;justify-content:space-between;align-items:center;gap:.8rem}.order-details-payment_container__AP62w .order-details-payment_details__mu6y9 .order-details-payment_item___wb69 .order-details-payment_value__yvjJs img{width:2rem;height:2rem}.order-details-payment_container__AP62w .order-details-payment_details__mu6y9 .order-details-payment_required__df6fh{padding:.4rem .8rem;background-color:#fce8e8;width:-moz-fit-content;width:fit-content;border-radius:16px;font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:600;color:#f75757}.order-details-payment_container__AP62w .order-details-payment_details__mu6y9 .order-details-payment_messages__SYP8q{display:flex;flex-direction:column;gap:1.2rem;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616;padding:1.2rem 1.6rem 0;border-top:1px solid #f2f2f2}.order-details-payment_container__AP62w .order-details-payment_details__mu6y9 .order-details-payment_messages__SYP8q .order-details-payment_message_item__r2Xfj{display:flex;align-items:baseline;gap:.8rem}.order-details-payment_container__AP62w .order-details-payment_details__mu6y9 .order-details-payment_messages__SYP8q .order-details-payment_message_item__r2Xfj .order-details-payment_bullet__2Fx9f{font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#ccc}.order-details-payment_container__AP62w .order-details-payment_terms_of_trade__CqG02 section{margin:0}.order-details-seller-details_container__Cn5B_{display:flex;flex-direction:column;gap:1.6rem}.order-details-seller-details_container__Cn5B_ .order-details-seller-details_header__IxJkC{display:flex;justify-content:space-between;align-items:center}.order-details-seller-details_container__Cn5B_ .order-details-seller-details_header__IxJkC .order-details-seller-details_left__OfOKb{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616}.order-details-seller-details_container__Cn5B_ .order-details-seller-details_header__IxJkC .order-details-seller-details_right__sZ1uO{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:500;color:#4965d2}.order-details-seller-details_container__Cn5B_ .order-details-seller-details_details__Bb6B_{display:flex;flex-direction:column;padding:1.6rem 0;border-radius:8px;border:1px solid #f2f2f2;gap:1.6rem}.order-details-seller-details_container__Cn5B_ .order-details-seller-details_details__Bb6B_ .order-details-seller-details_item___ZkI1{padding:0 1.6rem;display:flex;justify-content:space-between;align-items:center}.order-details-seller-details_container__Cn5B_ .order-details-seller-details_details__Bb6B_ .order-details-seller-details_item___ZkI1 .order-details-seller-details_label__RZUGS{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#8a8a8a}.order-details-seller-details_container__Cn5B_ .order-details-seller-details_details__Bb6B_ .order-details-seller-details_item___ZkI1 .order-details-seller-details_value__I_C6v{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:500;color:#161616;display:flex;justify-content:space-between;align-items:center;gap:.8rem}.order-details-seller-details_container__Cn5B_ .order-details-seller-details_details__Bb6B_ .order-details-seller-details_item___ZkI1 .order-details-seller-details_value__I_C6v img{width:2rem;height:2rem}@keyframes order-details-skeleton_upside-image__8WdVs{0%{bottom:-12rem}to{bottom:-4.7rem}}@keyframes order-details-skeleton_mobile-dropdown__GCXAe{0%{transform:translateY(-100%)}to{transform:translate(0)}}@keyframes order-details-skeleton_mobile-dropdown-up__NHS55{0%{transform:translate(0)}to{transform:translateY(-100%)}}@keyframes order-details-skeleton_green-shimmer__3lpfh{0%{left:-.5rem}20%,30%{left:98%}30%,to{left:98%;opacity:0}}@keyframes order-details-skeleton_move-Image-bottom-up__naexD{0%{transform:translateY(5%)}to{transform:translate(0)}}@keyframes order-details-skeleton_slide-up___bftS{0%{opacity:0;transform:translateY(20%)}80%{opacity:.5}to{opacity:1;transform:translateY(0)}}@keyframes order-details-skeleton_slide-up-secondary__Ooz8a{0%{opacity:0;transform:translateY(10%)}80%{opacity:.5}to{opacity:1;transform:translateY(0)}}@keyframes order-details-skeleton_loader-roatate__WX4C_{to{-webkit-transform:rotate(1turn)}}@keyframes order-details-skeleton_move-up-down__zINTA{0%,to{bottom:0}50%{bottom:1.5rem}}@keyframes order-details-skeleton_pulse__QeErw{50%{opacity:.5}}.order-details-skeleton_container__stRcf{margin-top:2rem}.order-details-skeleton_container_stepper__p8Ypm{display:flex;padding:0 2rem;justify-content:space-between}.order-details-skeleton_container_stepper_item__u2tYM{position:relative;display:flex;flex-direction:column;align-items:center;gap:.8rem;width:9rem}.order-details-skeleton_container_stepper_item_1__jioU9{width:2rem;height:2rem;border-radius:50%;background-color:#f0f2fb;animation:order-details-skeleton_pulse__QeErw 2s cubic-bezier(.4,0,.6,1) infinite;margin:.8rem}.order-details-skeleton_container_stepper_item_2__AvFpj{width:5.6rem;height:1.6rem;border-radius:.6rem}.order-details-skeleton_container_divider__SzHwy,.order-details-skeleton_container_stepper_item_2__AvFpj{background-color:#f0f2fb;animation:order-details-skeleton_pulse__QeErw 2s cubic-bezier(.4,0,.6,1) infinite}.order-details-skeleton_container_divider__SzHwy{margin:3.2rem 0;height:.6rem}.order-details-skeleton_container_body__L0U3a{display:flex;flex-direction:column;gap:3.2rem}.order-details-skeleton_container_body_upper__dtf3E{display:flex;flex-direction:column;align-items:center;gap:2rem}.order-details-skeleton_container_body_upper_1__KFQvT{height:10.8rem;width:10.8rem;border-radius:50%;background-color:#f0f2fb;animation:order-details-skeleton_pulse__QeErw 2s cubic-bezier(.4,0,.6,1) infinite}.order-details-skeleton_container_body_upper_2__DmwWL{height:2.4rem;width:20.8rem;border-radius:.6rem;background-color:#f0f2fb;animation:order-details-skeleton_pulse__QeErw 2s cubic-bezier(.4,0,.6,1) infinite}.order-details-skeleton_container_body_lower__0sZXf{display:flex;flex-direction:column;gap:1.6rem;margin:0 2rem}.order-details-skeleton_container_body_lower_1__oRRdo{width:7.4rem;height:2.4rem;border-radius:.6rem;background-color:#f0f2fb;animation:order-details-skeleton_pulse__QeErw 2s cubic-bezier(.4,0,.6,1) infinite}.order-details-skeleton_container_body_lower_2__PFOi3{border:.1rem solid #e5eaff;border-radius:.8rem;padding:1.6rem;display:flex;flex-direction:column;gap:1.6rem}.order-details-skeleton_container_body_lower_2_item1__LBMcJ,.order-details-skeleton_container_body_lower_2_item2__F0jQl,.order-details-skeleton_container_body_lower_2_item__RScVm{display:flex;justify-content:space-between}.order-details-skeleton_container_body_lower_2_item1_label__Cl5i9,.order-details-skeleton_container_body_lower_2_item2_label__nXMF0,.order-details-skeleton_container_body_lower_2_item_label__wdclo{width:6.9rem;height:1.8rem;border-radius:.6rem;background-color:#f0f2fb;animation:order-details-skeleton_pulse__QeErw 2s cubic-bezier(.4,0,.6,1) infinite}.order-details-skeleton_container_body_lower_2_item_value__hPJqB{width:6.1rem}.order-details-skeleton_container_body_lower_2_item1_value__huWI5,.order-details-skeleton_container_body_lower_2_item_value__hPJqB{height:1.8rem;border-radius:.6rem;background-color:#f0f2fb;animation:order-details-skeleton_pulse__QeErw 2s cubic-bezier(.4,0,.6,1) infinite}.order-details-skeleton_container_body_lower_2_item1_value__huWI5{width:8rem}.order-details-skeleton_container_body_lower_2_item2_value__h4yZL{width:5.4rem;height:1.8rem;border-radius:.6rem;background-color:#f0f2fb;animation:order-details-skeleton_pulse__QeErw 2s cubic-bezier(.4,0,.6,1) infinite}.circular-timer_container2__Clivp{display:flex;justify-content:center;flex-direction:column;align-items:center}.circular-timer_container2_outer__gbiYs{display:flex;border-radius:9999px;align-items:center;padding:1rem;width:11.2rem;height:11.2rem;box-shadow:0 0 4px 0 rgba(0,0,0,.25)}.circular-timer_container2_inner__chSbr{position:absolute;top:50%;left:50%;align-items:center;transform:translateY(50%);width:100%}.circular-timer_container__CVrCk{position:relative;display:inline-block}.circular-timer_container_rounds__dQgm1{border-radius:9999px;background-color:red;position:absolute;left:47%;top:1px}.circular-timer_circular__eZBL_{display:flex;justify-content:center;flex-direction:column;align-items:center}.circular-timer_circular_outer__x0KyO{display:flex;border-radius:9999px;align-items:center;padding:.2rem;width:11.2rem;height:11.2rem;box-shadow:0 0 4px 0 rgba(0,0,0,.25)}.circular-timer_circular_content__yOo_W{position:absolute;top:3.4rem;left:2.8rem;text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.circular-timer_circular_content_1__k6vKU{font-family:Inter;font-size:1.8rem;line-height:2.4rem;font-weight:600;color:#161616;margin-bottom:.2rem}.circular-timer_circular_content_1_div__QIalk{margin:0 .3rem}.circular-timer_circular_content_2__E5kXJ{font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:500;color:#ccc}.circular-timer_circular_text__4CAPY{font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:500;color:#161616;margin-top:2rem;text-align:center}.circular-timer_circular_text__4CAPY p{margin:0}.order-status-img_container__fHUlW{display:flex;flex-direction:column;align-items:center;gap:2rem}.order-status-img_container__fHUlW>img{width:10.8rem;height:10.8rem}.order-status-img_container__fHUlW .order-status-img_desc__mWClO{text-align:center;display:flex;flex-direction:column;gap:.4rem}.order-status-img_container__fHUlW .order-status-img_note__KGobr{text-align:center;font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:500;color:#161616}.order-status-img_container__fHUlW .order-status-img_reason__DOZKH{text-align:center;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:500;color:#161616;margin-top:.4rem}.order-details-status_container__gW2v0>div{display:flex;flex-direction:column;align-items:center;gap:2rem}.order-details-status_container__gW2v0 .order-details-status_timer__vm6uM .order-details-status_message__vqRom{font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:500;color:#161616}.order-details-status_container__gW2v0 .order-details-status_timer__vm6uM .order-details-status_message__vqRom>p{margin:0;text-align:center}.order-details-status_container__gW2v0 .order-details-status_timer__vm6uM .order-details-status_note__K93aN{padding:1.2rem;display:flex;gap:.8rem;background-color:#f8f8f8;border-radius:8px;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616;width:100%}.order-id_container__g_quF{display:flex;align-items:center;gap:.4rem}.order-id_container__g_quF .order-id_order_id__JfceO{width:5.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-status-text_status__XqHqe{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:600}.order-status-text_gray__Rr0gm{color:#8a8a8a}.order-status-text_yellow__68bja{color:#f7931a}.order-status-text_red__VMeCn{color:#f75757}.order-status-text_black__1CacB{color:#161616}.order-details-summary_container__NzSfE{display:flex;flex-direction:column;gap:1.6rem}.order-details-summary_container__NzSfE .order-details-summary_header__ryzKx{display:flex;justify-content:space-between;align-items:center}.order-details-summary_container__NzSfE .order-details-summary_header__ryzKx .order-details-summary_left__gHBnQ{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616}.order-details-summary_container__NzSfE .order-details-summary_header__ryzKx .order-details-summary_right__ccrSA{display:flex;gap:.4rem;align-items:center;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:500;color:#161616}.order-details-summary_container__NzSfE .order-details-summary_header__ryzKx .order-details-summary_right__ccrSA .order-details-summary_order_id__OcMau{width:5.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-details-summary_container__NzSfE .order-details-summary_header__ryzKx .order-details-summary_right__ccrSA .order-details-summary_label__MiIq5{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:500;color:hsla(0,0%,9%,.5)}.order-details-summary_container__NzSfE .order-details-summary_details__JwxAn{display:flex;flex-direction:column;padding:1.6rem;border-radius:8px;border:1px solid #f2f2f2;gap:1.6rem}.order-details-summary_container__NzSfE .order-details-summary_details__JwxAn .order-details-summary_item__Rqac1{display:flex;justify-content:space-between;align-items:center}.order-details-summary_container__NzSfE .order-details-summary_details__JwxAn .order-details-summary_item__Rqac1 .order-details-summary_label__MiIq5{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#8a8a8a}.order-details-summary_container__NzSfE .order-details-summary_details__JwxAn .order-details-summary_item__Rqac1 .order-details-summary_value__ipy1L{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:500;color:#161616}.order-details-summary_container__NzSfE .order-details-summary_details__JwxAn .order-details-summary_item__Rqac1 .order-details-summary_value__ipy1L.order-details-summary_error__eCcw4{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#f75757}.upload-payment_container__0jYsY{display:flex;flex-direction:column;gap:1.6rem}.upload-payment_container__0jYsY .upload-payment_title__dY7Zx{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616}.upload-payment_container__0jYsY .upload-payment_content__4FUGt{display:flex;flex-direction:column;margin-left:.8rem;gap:.8rem}.upload-payment_container__0jYsY .upload-payment_content__4FUGt .upload-payment_rules___Pp5T{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#8a8a8a;display:flex;gap:.8rem}.upload-payment_container__0jYsY .upload-payment_content__4FUGt .upload-payment_rules___Pp5T .upload-payment_bullet__PJe1m{font-family:Inter;font-size:.8rem;line-height:1.6rem;font-weight:400;color:#8a8a8a}.upload-payment_container__0jYsY .upload-payment_content__4FUGt .upload-payment_rules___Pp5T .upload-payment_highlight__cN4t6{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616}.order-deatils-modal_overlay_content__pKbHo section{margin:0 -2rem}.order-deatils-modal_container__x0iux{padding:0 2rem}.order-deatils-modal_container__x0iux .order-deatils-modal_stepper__pFnDz{margin-top:2.8rem}.order-deatils-modal_container__x0iux .order-deatils-modal_stepper__pFnDz .order-deatils-modal_divider__wCb9i{margin:3.2rem -2rem}.order-deatils-modal_container__x0iux .order-deatils-modal_payment__GFGBv,.order-deatils-modal_container__x0iux .order-deatils-modal_payment_instruction__zUCgD,.order-deatils-modal_container__x0iux .order-deatils-modal_proof_note__3gO_f,.order-deatils-modal_container__x0iux .order-deatils-modal_status__aWpqB,.order-deatils-modal_container__x0iux .order-deatils-modal_stepper__pFnDz .order-deatils-modal_dispute__rFi3w,.order-deatils-modal_container__x0iux .order-deatils-modal_summary___B9Mb{margin-top:3.2rem}.order-deatils-modal_container__x0iux .order-deatils-modal_payment_instruction__zUCgD .order-deatils-modal_dialog__MO0An{margin-top:1.6rem}.order-deatils-modal_container__x0iux .order-deatils-modal_payment_instruction__zUCgD .order-deatils-modal_divider__wCb9i{margin:3.2rem -2rem}.order-deatils-modal_container__x0iux .order-deatils-modal_proof_note__3gO_f{display:flex;align-items:center;gap:.8rem;background-color:#f8f8f8;border-radius:8px;padding:1.2rem;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616}.order-details_order_details__9Vc4d{border:1px solid #f2f2f2;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;padding:1.6rem;gap:1.6rem;margin-top:3.2rem}.order-details_order_details_item__qAuhX{display:flex;justify-content:space-between;align-items:center}.order-details_order_details_item__qAuhX .order-details_column__T8l__{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#8a8a8a}.order-details_order_details_item__qAuhX .order-details_multi_value__oatEw{text-align:right;display:flex;flex-direction:column;gap:.2rem}.order-details_order_details_item__qAuhX .order-details_value__OlaRN{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616}.order-details_order_details_item__qAuhX .order-details_value_sub__n3TYz{font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:400;color:#8a8a8a}.order-form-footer_container__8zy40 .order-form-footer_payments__fEXnW{display:flex;flex-direction:column}.order-form-footer_container__8zy40 .order-form-footer_payments__fEXnW .order-form-footer_title__iZbbe{margin:0;padding:1.2rem 0;font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:500;color:#8a8a8a}.order-form-footer_container__8zy40 .order-form-footer_payments__fEXnW .order-form-footer_options__TRrMx{display:flex;gap:1.2rem}.order-form-footer_container__8zy40 .order-form-footer_payments__fEXnW .order-form-footer_options__TRrMx .order-form-footer_value__MCJo7{border:1px solid #f2f2f2;border-radius:8px;cursor:pointer;padding:.8rem 1.2rem;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616}.order-form-footer_container__8zy40 .order-form-footer_payments__fEXnW .order-form-footer_options__TRrMx .order-form-footer_value__MCJo7.order-form-footer_active__OWXrK{border-color:#6683f2;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:500;color:#4965d2}.order-form-footer_container__8zy40 .order-form-footer_cta__AFreT{margin-top:2rem;width:100%}.order-form-summary_container__cNT2g{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.8rem}.order-form-summary_container__cNT2g .order-form-summary_title__IdwRD{margin:0;font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:500;color:#8a8a8a}.order-form-summary_container__cNT2g .order-form-summary_price__nJ_fy{margin:0;font-family:Inter;font-size:1.8rem;line-height:2.4rem;font-weight:400;color:#161616}.text-over-line_container__lxxym{text-align:center;padding:0 .8rem;position:relative;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616}.text-over-line_container__lxxym .text-over-line_title__wkaoo{position:relative;z-index:1;padding:0 .8rem;background-color:#fff}.text-over-line_container__lxxym .text-over-line_line__JQN0h{position:absolute;height:.1rem;width:100%;background-color:#f2f2f2;left:0;right:0;top:50%;z-index:0}.order-input_container__fbIqf .order-input_form__98H_3{margin-top:2.4rem;display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;gap:.8rem}.order-input_container__fbIqf .order-input_form__98H_3 .order-input_input__o5djr{flex:1 1}.order-input_container__fbIqf .order-input_form__98H_3 .order-input_equal__yWT6T{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:500;color:#161616}.order-input_container__fbIqf .order-input_error__j1otn{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#f75757}.order-form_warning__lWGIy{margin-top:2rem}.order-form_ask_price__QgdiW{margin:2.4rem 0 2rem}.order-form_form__2Y2ke{margin-top:3.2rem}.order-form_order_form__y_ZfI{justify-content:space-between;height:100%}.order-form_order_form__y_ZfI,.payment-method-selection_container__2I3bL{display:flex;flex-direction:column}.payment-method-selection_container_label__MOus2{font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#161616;margin-bottom:1.6rem}.payment-method-selection_container_methods__s0FKl{display:flex;flex-direction:row;gap:3.2rem}.payment-method-selection_container_methods_item__LGTuF{display:flex;align-items:center;gap:1.2rem;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616}.payment-bank-transfer-form_form__T2Ffo{display:flex;flex-direction:column;gap:2rem}.payment-bank-transfer-form_form_input__xP8Bz{height:4.8rem}.payment-bank-transfer-form_form_error__BcFCe{margin:1.6rem 0 0;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#f75757}.payment-bank-transfer-form_form_acctype__LLvH_{display:flex;flex-direction:column;gap:1.2rem}.payment-bank-transfer-form_form_acctype_label__yc_VA{font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#161616}.payment-bank-transfer-form_form_acctype_dropdown__RqNAE{border:1px solid #f2f2f2;border-radius:8px;height:4.8rem;padding:1.4rem 1.6rem;gap:.8rem}.payment-bank-transfer-form_form_acctype_dropdown_body__gV30A{margin-top:1.6rem!important}.payment-bank-transfer-form_form_acctype_dropdown_value__O1dHc{flex-grow:1;font-family:Inter;font-size:1.4rem;font-weight:400;color:#161616;line-height:2rem;display:flex;align-items:center}.dropdown_main_text__LT_vc{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616}.dropdown_dropdown__3KYH1{position:relative}.dropdown_dropdown__3KYH1 .dropdown_dropdown_header__8TPOJ{display:flex;align-items:center;cursor:pointer}.dropdown_dropdown__3KYH1 .dropdown_dropdown_body__AVJng{position:absolute;z-index:10;width:100%;min-width:max-content;margin-top:.8rem;background-color:#f8f8f8;border:1px solid #f2f2f2;border-radius:8px}.dropdown_dropdown__3KYH1 .dropdown_dropdown_body__AVJng.dropdown_close__OFfMA{display:none}.dropdown_dropdown__3KYH1 .dropdown_dropdown_body__AVJng.dropdown_open__ebSDz{display:block}.dropdown_disabled__bakvk{cursor:not-allowed}.dropdown_dropdown_item__kZGXq{display:flex;gap:.8rem;align-items:center;justify-content:space-between;padding:1.2rem;border:1px solid #f2f2f2}.dropdown_dropdown_item__kZGXq:last-child{border-bottom:none}.dropdown_dropdown_item__kZGXq:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.dropdown_dropdown_item__kZGXq:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.dropdown_dropdown_item__kZGXq:hover{cursor:pointer}.text-area_container__KIH9q{position:relative}.text-area_text_area_container__rWM6G{position:relative;z-index:1;display:flex;align-items:flex-start;padding:.8rem 1.2rem;width:inherit;height:8rem;border:1px solid #f2f2f2;border-radius:8px;font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#161616}.text-area_text_area_container__rWM6G.text-area_disabled__B9_sp{cursor:not-allowed}.text-area_text_area_container__rWM6G .text-area_label__995_2{position:absolute;left:0;margin:0 1.2rem;pointer-events:none;transition:all .33s;color:#8a8a8a}.text-area_text_area_container__rWM6G textarea{flex:1 1;width:5rem;caret-color:#6683f2;border:none;height:100%}.text-area_text_area_container__rWM6G.text-area_has_focus__6wqT9{border:1px solid #6683f2}.text-area_text_area_container__rWM6G.text-area_has_focus__6wqT9 .text-area_label__995_2{left:0;padding:0 .4rem;margin-left:.8rem;font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:400;color:#6683f2;color:#6683f2!important;background-color:#fff;transform:translateY(calc(-100% - .3rem))}.text-area_text_area_container__rWM6G textarea:focus{outline:none}.text-area_text_area_container__rWM6G.text-area_has_error__oLDIb.text-area_has_value__Xnvn5{border:1px solid #f75757}.text-area_text_area_container__rWM6G.text-area_has_error__oLDIb.text-area_has_value__Xnvn5 .text-area_label__995_2{font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:400;color:#f75757;caret-color:#f75757}.text-area_text_area_container__rWM6G.text-area_has_value__Xnvn5 input{color:#161616}.text-area_text_area_container__rWM6G.text-area_has_value__Xnvn5 .text-area_label__995_2{left:0;padding:0 .4rem;margin-left:.8rem;font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:400;color:#8a8a8a;background-color:#fff;transform:translateY(calc(-100% - .3rem))}.text-area_text_area_container__rWM6G.text-area_has_value__Xnvn5.text-area_disabled__B9_sp .text-area_label__995_2{left:0;padding:0 .4rem;margin-left:.8rem;font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:400;color:#6683f2;transform:translateY(-135%)}.text-area_text_area_container__rWM6G textarea::-webkit-inner-spin-button,.text-area_text_area_container__rWM6G textarea::-webkit-outer-spin-button{-webkit-appearance:none}.payment-optional-form_form__ayBjo{display:flex;flex-direction:column;gap:2rem}.payment-optional-form_form_input__Sch4T{height:4.8rem}.payment-optional-form_desc__PKSni{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#8a8a8a;line-height:1.8rem}.payment-optional-form_desc_underline__iL5KM{text-decoration:underline}.info-box_container__c5EKg{display:flex;flex-direction:row;background-color:#f8f8f8;gap:1.4rem;padding:1.2rem 1.2rem 1.2rem 1.4rem;align-items:center;border-radius:8px}.info-box_container_content__mF0SS{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616;line-height:1.8rem}.info-box_container_image__HMG7D{height:1.6rem;width:1.6rem}.payment-upi-form_form__BdBPJ{display:flex;flex-direction:column;gap:2rem}.payment-upi-form_form_input__K7B_T{height:4.8rem}.payment-form_overlay__I6ziu{padding:0}.payment-form_overlay_header__GOn4J{padding:2rem;box-shadow:0 4px 4px 0 rgba(0,0,0,.039)}.payment-form_overlay_footer__9hWdL{padding:1.6rem 2rem;text-align:center}.payment-form_overlay_footer_top__AiQ2u{display:flex;justify-content:center}.payment-form_overlay_footer_top_txt__6eF2e{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616;margin-bottom:1.7rem}.payment-form_overlay_footer_top_img__XCPP7{width:1.6rem;height:1.6rem;margin-left:.6rem}.payment-form_overlay_footer_btn__pYUco{width:100%}.payment-form_upper_section__wLZOz{padding:2.4rem 2rem}.payment-form_lower_section__AAjIQ{padding:0 2rem;margin-top:2.4rem;display:flex;flex-direction:column;gap:2rem}.payment-form_lower_section_desc__HT__K{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#8a8a8a;line-height:1.8rem}.payment-form_lower_section_desc_underline__XWaid{text-decoration:underline}.payment-form_overlay_terms_header__wwlsB{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616;margin:0}.payment-form_overlay_terms_footer___jEy_{padding:1.6rem 0;text-align:center}.payment-form_overlay_terms_footer_btn__B3yxk{width:100%}.payment-form_overlay_terms_container__82xb0{margin:2.8rem 0 1.2rem;border:1px solid #f2f2f2;border-radius:8px;padding:1.2rem}.payment-form_overlay_terms_container_items__Kz5hi{margin:0;padding-left:1.2rem;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#8a8a8a;line-height:1.8rem;display:flex;flex-direction:column;gap:1.6rem}.risk-notice-modal_header__xaM2m{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616;margin:0}.risk-notice-modal_footer__DGvfC{margin-top:2rem;width:100%}.risk-notice-modal_footer_cta__4FzyU{width:100%}.risk-notice-modal_body__NcruB{display:flex;flex-direction:column;font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#161616}.risk-notice-modal_body__NcruB .risk-notice-modal_risk_items__qPpdM{-webkit-padding-start:2rem;padding-inline-start:2rem;display:flex;flex-direction:column;gap:2rem;margin:2rem 0 3.2rem}.risk-notice-modal_body__NcruB .risk-notice-modal_risk_items__qPpdM .risk-notice-modal_desc__epG1Z p{margin:0}.risk-notice-modal_body__NcruB .risk-notice-modal_user_agreement____M1_{display:flex}.risk-notice-modal_body__NcruB .risk-notice-modal_user_agreement_1__ZmEx0{margin-left:1.2rem}.risk-notice-modal_body__NcruB .risk-notice-modal_user_agreement_2__XQdeG{margin-left:.5rem;text-transform:lowercase;text-decoration:underline;cursor:pointer}.seller-order-buyer-details_container_header__d6cWs{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616;margin-bottom:1.6rem}.seller-order-buyer-details_container_body__LlSnC{border:1px solid #f2f2f2;padding:1.6rem;border-radius:.8rem}.seller-order-buyer-details_container_body_box__eHn3h{display:flex;justify-content:space-between}.seller-order-buyer-details_container_body_box__eHn3h:not(:last-child){margin-bottom:1.5rem}.seller-order-buyer-details_common_left__eRgHh{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#8a8a8a}.seller-order-buyer-details_common_right__x0ekp{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:500;color:#161616}.seller-order-buyer-details_common_imagesSec_all__DuPel{display:flex;align-items:center;margin-top:1.2rem}.seller-order-buyer-details_common_imagesSec_all_img__nGtnn{width:6.4rem;height:6.4rem;border-radius:.8rem}.seller-order-buyer-details_common_imagesSec_all_img__nGtnn:not(:first-child){margin-left:1.2rem}.seller-order-details_container__3x9Zv{padding:2.4rem 2rem}.seller-order-details_container_details__W4U2J{margin-top:3.2rem}.seller-order-details_container_tds__plhc4{font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:400;color:#8a8a8a;margin-top:.8rem}.seller-order-details_container_dispute__4kCm6{margin-bottom:2rem}.seller-order-details_overlay__Dkzfa{padding:0}.seller-order-details_header__gsOwz{padding:2rem;box-shadow:0 4px 4px 0 rgba(0,0,0,.039)}.seller-order-details_footer__fToD3{padding:2rem;display:flex;flex-direction:column}.seller-order-details_footer_btn1__j9sNu{font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:600;color:#fff;margin-bottom:1.2rem}.seller-order-details_footer2__0FNmM{display:flex;align-items:center;background-color:#f8f8f8;padding:1.2rem;margin:2rem;border-radius:.8rem}.seller-order-details_footer2_img__It6Os{height:1.4rem;width:1.4rem}.seller-order-details_footer2_text___YpPR{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616;margin-left:.8rem}.seller-order-details_footer2_text_link__DC4CB{text-decoration:underline}.seller-order-details_common_header__XcZMx{display:flex;justify-content:space-between;padding:2rem}.seller-order-details_common_header_text__mMYzA{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616}.seller-order-details_common_header_img__ft1bl{width:1.4rem;height:1.4rem}.seller-order-details_common_bottomBdy__ULF05{padding:0 2rem 1.2rem;font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#161616}.seller-order-details_close_button__LFsIz{margin-right:1rem}.toast_container__lVpAt{position:fixed;padding:1.2rem .8rem;background-color:#f75757;text-align:center;border-radius:4px;top:5rem;z-index:1;left:50%;transform:translateX(-50%);width:90%;max-width:320px;z-index:1000;font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#fff}.toast_container__lVpAt.toast_success__aH_bi{background-color:#37b271}.toast_container__lVpAt.toast_warning__lvBxW{background-color:#f7931a}.transfer-balance_overlay__TkIqM{height:100%}.transfer-balance_overlay_header__9zptI{font-family:Inter;font-size:1.6rem;line-height:2.4rem;font-weight:600;color:#161616;margin:0}.transfer-balance_overlay_footer__Gl8DP{text-align:center}.transfer-balance_overlay_footer_top__Wlp0k{display:flex;justify-content:center;align-items:center}.transfer-balance_overlay_footer_top_txt__vW5xj{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#161616;margin:1.6rem 0}.transfer-balance_overlay_footer_top_img__XniuD{width:1.6rem;height:1.6rem;margin-left:.6rem}.transfer-balance_overlay_footer_btn__BOtHX{width:100%}.transfer-balance_overlay_body__yV8ax{margin-top:2.8rem;display:flex;flex-direction:column;gap:2rem}.transfer-balance_overlay_body_wallet__PQjo_{display:flex;flex-direction:column;gap:1.2rem}.transfer-balance_overlay_body_wallet_header__qh1_m{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:600;color:#161616}.transfer-balance_overlay_body_wallet_dropdown__nUqQc{border:1px solid #f2f2f2;border-radius:8px;height:5.8rem;padding:.8rem 1.2rem;gap:.8rem}.transfer-balance_overlay_body_wallet_dropdown_body__cTAf_{margin-top:1.6rem!important}.transfer-balance_overlay_body_wallet_dropdown_container__RYahI{flex-grow:1;display:flex;flex-direction:column;gap:.4rem}.transfer-balance_overlay_body_wallet_dropdown_container_top__QRPt_{font-family:Inter;font-size:1.4rem;line-height:2rem;font-weight:400;color:#161616}.transfer-balance_overlay_body_wallet_dropdown_container_bottom__jsl_V{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:400;color:#8a8a8a}.transfer-balance_overlay_body_asset_header__faqYV{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:600;color:#161616;margin-bottom:1.2rem}.transfer-balance_overlay_body_asset_currency_selection__C0Tn1{margin:0}.transfer-balance_overlay_body_transfer_header__tKbuV{font-family:Inter;font-size:1.2rem;line-height:1.6rem;font-weight:600;color:#161616;margin:0 0 1.2rem}.transfer-balance_overlay_body_transfer_input__uSBqe{height:4.8rem}.transfer-balance_overlay_body_transfer_chips__eXhwp{margin-top:1.6rem;display:flex;flex-direction:row;gap:1.2rem}.transfer-balance_overlay_body_transfer_chips_item__M75jB{display:flex;align-items:center;justify-content:center;border:1px solid #f2f2f2;height:2.4rem;border-radius:4px;flex:1 1;cursor:pointer;font-family:Inter;font-size:1rem;line-height:1.2rem;font-weight:500;color:#161616}