.currency-select{display:flex;justify-content:space-between;border-radius:4px;border:1px solid #dcdcdc;padding:4px 4px 4px 16px;align-items:center;background-color:#fff;width:100%;position:relative}.currency-select.active{border-radius:4px 4px 0 0}.currency-select.active .currency-dropdown-state .arrow{transform:rotate(180deg)}.currency-select .amount-input-wrap{flex:1 1;min-width:0;display:flex;align-items:center;position:relative}.currency-select .amount-input-wrap .amount-input{width:100%;padding-right:30px;background:transparent;border:none;outline:none;font-weight:500;font-size:16px;line-height:22px;vertical-align:middle;color:#333;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.currency-select .amount-input-wrap .amount-input::-webkit-inner-spin-button,.currency-select .amount-input-wrap .amount-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.currency-select .amount-input-wrap .amount-input:focus-visible{outline:none}.currency-select .amount-input-wrap .amount-input::placeholder{font-weight:400;font-size:14px}.currency-select .amount-input-wrap .amount-input-clear{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:none;align-items:center;justify-content:center;width:20px;height:20px;opacity:.18;background:transparent;cursor:default;border:none;outline:none}.currency-select .amount-input-wrap .amount-input-clear.active{display:flex;cursor:pointer}.currency-select .amount-input-wrap .amount-input-skeleton{width:100%;max-width:160px;height:22px;border-radius:4px;background-color:#d5d5d5;background-image:linear-gradient(90deg,#d5d5d5,#fff 40px,#d5d5d5 80px);background-size:200% 100%;animation:currency-select-skeleton-loading .5s linear infinite}@keyframes currency-select-skeleton-loading{0%{background-position:100% 0}to{background-position:-100% 0}}.currency-select .currency-dropdown-state{display:flex;align-items:center;justify-content:center;cursor:pointer;width:120px;height:38px;gap:12px;border-radius:4px;background-color:#e6f9eb}.currency-select .currency-dropdown-state .currency-code{font-weight:600;font-size:16px;line-height:22px;vertical-align:middle}.currency-select .currency-dropdown-state .arrow{display:flex;align-items:center;justify-content:center;transition:transform .2s ease-in-out}.currency-select .currency-dropdown-options{position:absolute;display:none;width:calc(100% + 2px);top:100%;left:-1px;z-index:20;border-radius:4px;border:1px solid #dcdcdc;padding:16px;background-color:#fff;flex-direction:column;align-items:stretch;gap:16px}.currency-select .currency-dropdown-options.active{display:flex;border-radius:0 0 4px 4px}.currency-select .currency-dropdown-options .currency-search-wrap{position:relative;width:100%}.currency-select .currency-dropdown-options .currency-search-wrap .currency-search{width:100%;padding:8px 40px 8px 16px;border-radius:4px;border:1px solid #dcdcdc;background-color:#fff}.currency-select .currency-dropdown-options .currency-search-wrap .currency-search:focus{outline:none}.currency-select .currency-dropdown-options .currency-search-clear{position:absolute;top:50%;right:6px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:4px;background:transparent;cursor:pointer}.currency-select .currency-dropdown-options .currency-top-title{width:100%;display:flex;flex:0 1;color:gray;font-weight:500;font-size:14px;line-height:16px;margin-bottom:-4px}.currency-select .currency-dropdown-options .currency-top-items{align-items:center;grid-gap:6px;gap:6px;display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (min-width:768px){.currency-select .currency-dropdown-options .currency-top-items{grid-template-columns:repeat(6,1fr)}}.currency-select .currency-dropdown-options .currency-top-items .currency-top-item{display:flex;align-items:center;justify-content:center;gap:5px;padding:8px 10px;border-radius:4px;border:1px solid #dcdcdc;background-color:hsla(0,0%,86%,.4);font-weight:600;font-size:12px;line-height:22px;transition:all .2s ease-in-out;cursor:pointer}@media screen and (min-width:992px){.currency-select .currency-dropdown-options .currency-top-items .currency-top-item{padding:4px 6px;font-size:10px;gap:3px}}@media screen and (min-width:1200px){.currency-select .currency-dropdown-options .currency-top-items .currency-top-item{padding:8px 10px;font-size:12px}}.currency-select .currency-dropdown-options .currency-top-items .currency-top-item:hover{border:1px solid hsla(0,0%,86%,.8);background-color:hsla(0,0%,86%,.8)}.currency-select .currency-dropdown-options .currency-top-items .currency-top-item .item-icon{width:24px;height:24px}@media screen and (min-width:992px){.currency-select .currency-dropdown-options .currency-top-items .currency-top-item .item-icon{width:16px;height:16px}}@media screen and (min-width:1200px){.currency-select .currency-dropdown-options .currency-top-items .currency-top-item .item-icon{width:24px;height:24px}}.currency-select .currency-dropdown-options .currency-list{max-height:260px;overflow:hidden auto;width:calc(100% + 24px);margin-left:-16px;padding-right:8px}.currency-select .currency-dropdown-options .currency-list::-webkit-scrollbar,.currency-select .currency-dropdown-options .currency-list::-webkit-scrollbar-track{background:transparent;width:8px}.currency-select .currency-dropdown-options .currency-list::-webkit-scrollbar-thumb{background:transparent;border:1px solid #dcdcdc;border-radius:5px}.currency-select .currency-dropdown-options .currency-list .options-part-title{font-weight:500;font-size:12px;line-height:100%;color:gray;padding:10px 16px;width:100%}.currency-select .currency-dropdown-options .currency-list .currency-list-item{width:100%;font-weight:500;font-size:12px;line-height:100%;color:#333;padding:10px 16px;cursor:pointer}.currency-select .currency-dropdown-options .currency-list .currency-list-item:hover{background:linear-gradient(90deg,hsla(0,0%,86%,.4),hsla(0,0%,86%,.4) 60%,hsla(0,0%,100%,0) 95%)}.currency-select .currency-dropdown-options .currency-list .currency-list-item.currency-list-empty{background:transparent;cursor:default;color:gray}.currency-select .currency-dropdown-options .currency-list .currency-list-item.currency-list-empty:hover{color:gray}.currency-select .currency-dropdown-options .currency-list .horizontal-line-style{margin-bottom:10px;margin-left:16px}.converter{display:flex;flex-direction:column;gap:24px;background-color:transparent;border-radius:4px;border:unset;margin-bottom:32px}@media screen and (min-width:992px){.converter{background-color:hsla(0,0%,95%,.8);border:1px solid #dcdcdc;padding:25px 32px 32px;margin-bottom:unset}}.converter .converter-title{font-weight:700;font-size:20px;line-height:26px;vertical-align:middle;text-transform:uppercase;display:flex;align-items:center;justify-content:flex-start;gap:10px}.converter .converter-title .bridge-icon{display:flex;align-items:center;margin-left:2px;cursor:help}.converter .converter-title .converter-rate{display:flex;align-items:center;gap:5px}.converter .converter-select{display:flex;flex-direction:column;gap:12px;align-items:center;width:100%;position:relative}.converter .converter-select .converter-swap{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:4px;border:1px solid #dcdcdc;background-color:#fff;cursor:pointer;position:relative;z-index:10;transition:all .2s ease-in-out}.converter .converter-select .converter-swap:hover{background-color:#e6f9eb}.converter .converter-select .swap-line{position:absolute;top:50%;z-index:1;width:100%}@media screen and (min-width:992px){.converter .converter-select .swap-line{width:calc(100% + 64px)}}.converter .converter-status{display:flex;gap:8px;align-items:flex-start;justify-content:flex-start;margin-bottom:21px;flex-direction:column}@media screen and (min-width:568px){.converter .converter-status{flex-direction:row;align-items:center}}@media screen and (min-width:768px){.converter .converter-status{width:100%}}.converter .converter-status .refresh-button{font-weight:600;font-size:14px;line-height:100%;color:gray;fill:gray;cursor:not-allowed;display:flex;gap:6px;align-items:center}.converter .converter-status .refresh-button.active{color:#00b910;cursor:pointer}.converter .converter-status .refresh-status{font-weight:400;font-size:14px;line-height:18px;color:gray}.converter .converter-top-pairs{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;grid-gap:4px;gap:4px}@media screen and (min-width:768px){.converter .converter-top-pairs{grid-template-columns:repeat(4,1fr)}}.converter .converter-top-pairs .top-pairs-item{display:flex;align-items:center;justify-content:center;gap:6px;font-weight:600;font-size:12px;line-height:22px;color:#333;background-color:hsla(0,0%,86%,.4);border-radius:4px;border:1px solid #dcdcdc;padding:6px;cursor:pointer;transition:all .2s ease-in-out}@media screen and (min-width:992px){.converter .converter-top-pairs .top-pairs-item{font-size:10px;padding:5px;gap:4px}}@media screen and (min-width:1200px){.converter .converter-top-pairs .top-pairs-item{padding:6px;font-size:12px;gap:6px}}.converter .converter-top-pairs .top-pairs-item:hover{border:1px solid hsla(0,0%,86%,.8);background-color:hsla(0,0%,86%,.8)}.converter .converter-top-pairs .top-pairs-item .item-icon{width:24px;height:24px}@media screen and (min-width:992px){.converter .converter-top-pairs .top-pairs-item .item-icon{width:16px;height:16px}}@media screen and (min-width:1200px){.converter .converter-top-pairs .top-pairs-item .item-icon{width:24px;height:24px}}.converter .skeleton{height:26px;min-width:120px;display:inline-block;background-color:#d5d5d5;background-image:linear-gradient(90deg,#d5d5d5,#fff 40px,#d5d5d5 80px);background-size:200% 100%;border-radius:4px;animation:skeleton-loading .5s linear infinite}@keyframes skeleton-loading{0%{background-position:100% 0}to{background-position:-100% 0}}.top-pairs{display:flex;flex-direction:column}.top-pairs .pairs-title{padding-bottom:16px;border-bottom:1px solid #dcdcdc;margin-bottom:16px;font-weight:500;font-size:20px;line-height:26px}@media screen and (min-width:768px){.top-pairs .pairs-title{margin-bottom:24px}}.top-pairs .pairs-content{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:24px 30px}@media screen and (min-width:992px){.top-pairs .pairs-content{grid-template-columns:repeat(3,1fr)}}.top-pairs .pairs-content .pairs-item{display:flex;align-items:center;gap:12px;cursor:pointer}.top-pairs .pairs-content .pairs-item .item-image{flex-shrink:1}.top-pairs .pairs-content .pairs-item .item-info{width:100%}.top-pairs .pairs-content .pairs-item .item-info .title{font-weight:700;font-size:16px;line-height:22px;color:#000;margin-bottom:2px}.top-pairs .pairs-content .pairs-item .item-info .subtitle{font-weight:500;font-size:14px;line-height:16px;color:gray}.top-pairs .pairs-content .pairs-item-skeleton{cursor:default}.top-pairs .pairs-content .pairs-item-skeleton .pairs-skeleton-icon{width:24px;height:24px;border-radius:50%}.top-pairs .pairs-content .pairs-item-skeleton .pairs-skeleton-icon,.top-pairs .pairs-content .pairs-item-skeleton .pairs-skeleton-line{background-color:#d5d5d5;background-image:linear-gradient(90deg,#d5d5d5,#fff 40px,#d5d5d5 80px);background-size:200% 100%;animation:popular-pairs-skeleton-loading .5s linear infinite}.top-pairs .pairs-content .pairs-item-skeleton .pairs-skeleton-line{border-radius:4px}.top-pairs .pairs-content .pairs-item-skeleton .pairs-skeleton-line--title{height:18px;width:calc(100% - 40px);margin-bottom:6px}.top-pairs .pairs-content .pairs-item-skeleton .pairs-skeleton-line--subtitle{height:16px;max-width:160px}@keyframes popular-pairs-skeleton-loading{0%{background-position:100% 0}to{background-position:-100% 0}}