@font-face{font-family:Circular;font-weight:700;src:local("Circular"),url(/fonts/circular-bold.ttf) format("opentype")}@font-face{font-family:Circular;src:local("Circular"),url(/fonts/circular-std-font.ttf) format("opentype")}@font-face{font-family:Source Code;src:url(/fonts/source-code-pro-regular.ttf)}*{margin:0;padding:0;box-sizing:border-box;font-family:Circular,serif!important}.custom-btn,.link{color:#1890ff;cursor:pointer}.custom-btn b,.custom-btn span,.link b,.link span{color:#1890ff!important}html body{background-color:#f2f3f8;min-height:100dvh}html body #__next{display:flex;justify-content:center;align-items:flex-start;height:100vh}.ant-drawer-header-title{justify-content:space-between;flex-direction:row-reverse}.content-container{height:100dvh;align-items:center}.container,.content-container{display:flex;justify-content:center;flex-direction:column}.container{margin:auto;background-color:#fff;border-radius:11px;border:1px solid var(--gray-300,#d0d5dd);padding:24px;align-items:flex-end;gap:32px;min-width:450px;min-height:200px;max-width:600px;max-height:-moz-fit-content;max-height:fit-content}.container .top-section{display:flex;align-items:center;justify-content:space-between;gap:24px;align-self:stretch}.container .top-section .invoice-status{font-size:2rem;font-weight:700;position:absolute;right:0;top:1rem;transform:rotate(-20deg);border:3px solid;padding:12px;border-radius:12px}.container .top-section .green{color:#01c86b!important}.container .top-section .blue{color:#2a90fe!important}.container .top-section .red{color:#ff746a!important}.container .top-section>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.container .top-section p{font-size:14px}.container .top-section h2,.container .top-section h3,.container .top-section p{color:var(--text-300,#454e57)}.container .top-section h3{font-size:24px}.container .top-section .description{max-height:200px;overflow-y:auto}.container .top-section .description>.read-more{color:#2a90fe;cursor:pointer}.container .top-section .image{width:280px;max-width:280px;max-height:157.8px;aspect-ratio:16/9;object-fit:cover;object-position:center;border-radius:8px}.container .middle-section{display:flex;align-items:center;gap:54px;align-self:stretch}.container .middle-section .row{display:flex;align-items:center;gap:32px;margin-bottom:12px}.container .middle-section .row:last-child{margin-bottom:0}.container .middle-section .row p{width:120px}.container .middle-section .row b{width:150px}.container .middle-section .row b,.container .middle-section .row p{color:var(--text-300,#454e57);font-size:16px}.container .bottom-section{display:flex;width:100%;padding:32px 0 0;flex-direction:column;justify-content:center;align-items:center;gap:20px;border-top:1px solid var(--gray-300,#d0d5dd)}.container .bottom-section .top{display:flex;justify-content:space-between;align-items:center;align-self:stretch;gap:12px}.container .bottom-section .top button{border:none;background:none;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;border-radius:8px;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none;transition:transform .3s ease-in-out}.container .bottom-section .top button:hover{cursor:pointer;background-color:hsla(0,0%,71%,.15)}.container .bottom-section .top button:active{transform:scale(.97)}.container .bottom-section .top button p{color:var(--blue-300,#2a90fe);font-size:16px}.container .bottom-section p{color:var(--text-200,#82888e);font-size:14px;text-align:center}.container .bottom-section p b{color:var(--blue-300,#2a90fe)}.container.transaction{min-width:500px;min-height:auto}.error-container{padding:20px 20%}.error-container>h3{margin-bottom:8px}.wallet-input>.ant-row.ant-form-item-row{margin-bottom:15px!important;margin-top:5px!important}.wallet-input .ant-form-item-required{margin-bottom:6px!important}.container-row-with-image{padding:20px 0;text-align:left;width:100%;display:flex;gap:20px;height:-moz-fit-content;height:fit-content;align-items:center}.container-row-with-image>.content{margin-top:20px;display:flex;width:100%;flex-wrap:wrap;gap:20px;flex-direction:column;height:100%;justify-content:space-between}.view-details h3{color:var(--text-300,#454e57);font-size:19px;margin-bottom:16px}.view-details>div{border-radius:12px;border:1px solid var(--gray-200,#e4e7ec);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch;overflow:hidden}.view-details>div>div{color:var(--text-300,#454e57);width:100%;padding:12px 8px;border-bottom:1px solid var(--gray-200,#e4e7ec)}.view-details>div>div:last-child{border-bottom:none}.view-details>div>div .description{margin-top:8px;color:var(--text-200,#82888e)}.view-details>div>.header{color:var(--text-200,#82888e);background:var(--gray-30,rgba(208,213,221,.3))}.view-details>div>.footer{padding:0;border-bottom:none}.view-details>div>.footer .ant-col{border-bottom:1px solid var(--gray-200,#e4e7ec);padding:12px 8px;background:var(--gray-30,rgba(208,213,221,.3))}.view-details>div>.footer .ant-col-6{border-left:1px solid var(--gray-200,#e4e7ec)}.view-details>div>.footer .last-footer-item{border-bottom:0}@media(max-height:1000px){.content-container{justify-content:start;margin:16px 0}.content-container>main{margin-bottom:16px}}@media(max-width:600px){body{margin:0 5vw}.content-container{height:-moz-fit-content;height:fit-content;margin:12px 0;gap:24px;height:100%;justify-content:start}.container{max-height:-moz-fit-content;max-height:fit-content;min-width:auto}.container .top-section{flex-direction:column-reverse;align-items:flex-start}.container .top-section .invoice-status{right:0;top:6rem}.container .top-section .invoice-status.sm{font-size:2rem}.container .top-section .image{width:100%;max-width:100%}.container .middle-section,.container .middle-section .row{flex-direction:column;align-items:flex-start}.container .middle-section .row{gap:0}.container .middle-section .row p{width:100%;margin-bottom:8px}.container .bottom-section,.container .middle-section .row b{width:100%}.container .bottom-section .top{flex-direction:column}.container button{width:100%}.container.transaction{min-width:100%}.error-container{padding:10px 0}.container-row-with-image{flex-direction:column}.container-row-with-image>.content{flex-direction:row;justify-content:space-between;align-items:flex-end}.container-row-with-image>.content>.components-library-button{width:100%}}@media(max-height:600px){.content-container{height:-moz-fit-content;height:fit-content;margin:12px 0;gap:24px}.container{max-height:-moz-fit-content;max-height:fit-content}}.form-section{margin-bottom:20px}.form-section:last-child{margin-bottom:0}.form-section-header{width:100%;border:none;text-align:start;display:flex;align-items:center}.form-section-header>span{background-color:#fddf1a;width:30px;height:30px;border-radius:100%;display:flex;align-items:center;justify-content:center;margin-right:12px}.form-section-header>h3{color:var(--text-300,#454e57);font-size:19px;font-style:normal;font-weight:700;line-height:120%}.payment-methods{display:flex;flex-direction:column;gap:10px}.ant-select-selection-placeholder{font-size:16px}.select-container-wrapper{margin-bottom:0!important}.select-container-wrapper>.ant-form-item-control-input{height:44px!important;min-height:44px!important}.instruction-item{margin-left:20px}.ant-select-selector{box-shadow:0 2px 2px rgba(0,0,0,.05)!important}.text-wrapper{display:flex;width:100%;justify-content:space-between;margin-bottom:10px}.payment-methods .ant-form-item-control-input{min-height:0!important}.payment-methods .ant-form-item-explain-error{font-size:16px}.exchange-form-amount-input .ant-form-item-explain-error{font-size:14px;margin:10px 0}.ant-collapse-item.form-section{margin-bottom:0!important}.ant-collapse-item.form-section .ant-collapse-header{align-items:center}.action-card-template-container .wrapper .left{width:70%!important}.action-card-template-container .wrapper .right{width:30%!important}.action-card-template-container.selected{border:1px solid rgba(42,144,254,.05)!important;box-shadow:0 0 0 2px rgba(42,144,254,.6)!important;background-color:rgba(42,144,254,.04)}@media(max-width:500px){.action-card-template-container .wrapper{flex-direction:column;align-items:flex-start!important;gap:16px}.action-card-template-container .wrapper .left,.action-card-template-container .wrapper .right{width:100%!important}}.ant-drawer-body .ant-tabs-nav-list{width:100%;justify-content:space-between}.ant-drawer-body .ant-tabs-nav-list .ant-tabs-tab{justify-content:center!important}.ant-drawer-body .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active img{padding:5px;border-radius:5px;background-color:#f3f4f6}.instructions-list{margin-top:12px}.instructions-list li{width:100%;border:none;text-align:start;display:flex;padding:8px 12px;align-items:center;gap:16px}.instructions-list li:nth-last-of-type(2n){background:var(--gray-100,#f2f4f7)}.instructions-list li>span{background-color:#fddf1a;width:30px;height:30px;border-radius:100%;display:flex;align-items:center;justify-content:center;margin-right:12px}.instructions-list li>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:90%}.instructions-list li>div p:first-child{color:var(--text-300,#454e57);font-size:16px}.instructions-list li>div p:last-child{color:var(--text-200,#82888e);font-size:14px}.alert-container.gold>h5{text-align:center;width:100%!important}.bank-transfer-intrsuctions .ant-tabs-tab{width:50%;margin:0!important}.bank-transfer-intrsuctions .ant-tabs-ink-bar{width:51%!important}.dark-layout,.dark-layout .ant-notification-notice{background:#1e272e!important}.dark-layout .ant-notification-notice .ant-notification-notice-close,.dark-layout .ant-notification-notice .ant-notification-notice-description,.dark-layout .ant-notification-notice .ant-notification-notice-message{color:#fff}.dark-layout .ant-notification-notice .ant-divider{-webkit-border-before:1px solid hsla(0,0%,100%,.06);border-block-start:1px solid hsla(0,0%,100%,.06)}.dark-layout .container{background-color:hsla(0,0%,100%,.05);border-color:var(--gray-300,hsla(0,0%,100%,.05))}.dark-layout .ant-picker-cell-disabled .ant-picker-cell-inner{background:none!important;color:hsla(0,0%,100%,.65)!important}.dark-layout b,.dark-layout h1,.dark-layout h2,.dark-layout h3,.dark-layout h4,.dark-layout h5,.dark-layout h6,.dark-layout p{color:hsla(0,0%,100%,.85)!important}.dark-layout .alert-container h5,.dark-layout .alert-container p{color:rgba(0,0,0,.88)!important}.dark-layout .ant-drawer-header-title button,.dark-layout .ant-drawer-header-title div{color:#fff!important}.dark-layout .ant-drawer-content{background:#2b343a!important}.dark-layout .ant-drawer-footer,.dark-layout .ant-drawer-header{background:hsla(0,0%,100%,.04)}.dark-layout .basic-label .ant-form-item-label label{color:hsla(0,0%,100%,.85)}.dark-layout .ant-collapse-content{background:none!important}.dark-layout .ant-collapse,.dark-layout .ant-collapse-content{border-color:var(--gray-300,hsla(0,0%,100%,.05))}.dark-layout .ant-collapse .ant-collapse-expand-icon svg{color:#fff}.dark-layout .ant-collapse-item{border-color:var(--gray-300,hsla(0,0%,100%,.05))}.dark-layout .bottom-section{border-color:var(--gray-300,hsla(0,0%,100%,.08))}.dark-layout .ant-drawer-body .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active img{background-color:rgba(243,244,246,0)}.dark-layout .instructions-list li:nth-last-of-type(2n){background:var(--gray-100,rgba(242,244,247,.07))}.dark-layout .instructions-list li>span{background-color:#fddf1a;color:#000}.dark-layout .instructions-list li>div p:last-child{color:var(--text-200,#acafb3)!important}.dark-layout .view-details>div{border:1px solid var(--gray-200,hsla(0,0%,100%,.08))}.dark-layout .view-details>div>div{border-bottom:1px solid var(--gray-200,hsla(0,0%,100%,.08))}.dark-layout .view-details>div>.header{background:var(--gray-30,rgba(208,213,221,.05))}.dark-layout .view-details>div>.footer .ant-col{border-bottom:1px solid var(--gray-200,hsla(0,0%,100%,.08));background:var(--gray-30,rgba(208,213,221,.05))}.dark-layout .view-details>div>.footer .ant-col-6{border-left:1px solid var(--gray-200,hsla(0,0%,100%,.08))}.dark-layout .ant-progress-text{color:#fff!important}.exchange-form-amount-input input{color:#000}.details-row-container>div:last-child{text-align:right}