.ExchangeTable_main__FYhbc {
  position: relative;
  width: 100%;
}

.ExchangeTable_main__FYhbc::after {
  position: absolute;
  right: -35px;
  transform: rotate(10deg);
  top: -37px;
  content: ' ';
  width: 75px;
  height: 75px;
  background-image: url('/img/hat.webp');
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ExchangeTable_credentials__MNbcd {
  display: flex;
  gap: 25px;
}

.ExchangeTable_memo__1funB {
  width: 40% !important;
}

.ExchangeTable_ellipse1__yJqi3 {
  position: absolute;
  pointer-events: none;
  top: 126px;
  left: 196px;
  width: 301px;
  height: 154px;
  border-radius: 301px;
  background: #bebebe90;
  filter: blur(175px);
  will-change: filter;
}

.ExchangeTable_ellipse2__U5jD2 {
  position: absolute;
  pointer-events: none;
  top: 132px;
  right: 177px;
  width: 330px;
  height: 154px;
  border-radius: 330px;
  background: rgb(250 255 0 / 44%);
  filter: blur(175px);
  will-change: filter;
}

@supports (-moz-appearance: none) {
  .ExchangeTable_ellipse1__yJqi3,
  .ExchangeTable_ellipse2__U5jD2 {
    opacity: 0.3;
  }
}

.ExchangeTable_table__UvsmE {
  position: relative;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  width: 100%;
  min-height: 410px;
  border-radius: 5px;
  border: 1px solid #5d5d5d50;
  padding: 60px 70px;
  background-color: #050505;
}

.ExchangeTable_inputs__si52O {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 25px;
}

.ExchangeTable_inputOver__f2hzR {
  max-width: 540px;
  width: 100%;
}

.ExchangeTable_inputInfo__zKDvm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}

.ExchangeTable_swapButton__zRKTT {
  min-width: 24px;
  cursor: pointer;
  transition-duration: 0.3s;
}

.ExchangeTable_swapButton__zRKTT:hover {
  transform: rotate(60deg) scale(1.2);
}

.ExchangeTable_inputIn__lGvjd {
  width: 100%;
  display: flex;
}

.ExchangeTable_leftInput__d_O8o {
  border-right: none;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ExchangeTable_dropdown__quhf7 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.ExchangeTable_leftInput__d_O8o:hover + div > .ExchangeTable_dropdown__quhf7,
.ExchangeTable_leftInput__d_O8o:focus + div > .ExchangeTable_dropdown__quhf7 {
  border-left-color: #ffcf25;
}

.ExchangeTable_tags__a7sAh {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
}

.ExchangeTable_tag__QsCjP {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #5d5d5d50;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.ExchangeTable_yellow__8Yojs {
  margin-left: 5px;
  color: #ffcf25;
}

.ExchangeTable_startExchange__yZmAG {
  position: absolute;
  top: 0;
  right: 0;
}

.ExchangeTable_startExchange__yZmAG > svg {
  transition-duration: 0.3s;
}

.ExchangeTable_startExchange__yZmAG:hover > svg {
  transform: translateX(5px);
}

.ExchangeTable_underText__Hq1PE {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 25px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.24px;
}

.ExchangeTable_yellowLink__1CJu7 {
  color: #ffcf25;
  text-decoration: underline;
  white-space: nowrap;
  cursor: pointer;
  transition-duration: 0.3s;
}

.ExchangeTable_yellowLink__1CJu7:hover {
  color: #fff;
}

.ExchangeTable_tagWithBut__y8lrU {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}

.ExchangeTable_tooltip__wLD_C {
  display: inline;
}

.ExchangeTable_withSelector__KH0lF {
  width: 100%;
  display: flex;
  gap: 24px;
}

.ExchangeTable_withSelector__KH0lF > div:first-child {
  width: 100%;
}

.ExchangeTable_withSelector__KH0lF > div:last-child {
  width: 25%;
}

.ExchangeTable_withSelector__KH0lF > div:last-child > .ExchangeTable_dropdown__quhf7 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.ExchangeTable_exchType__gPVpU {
  margin-top: 31px;
  display: flex;
  gap: 25px;
  align-items: center;
}

.ExchangeTable_exchType__gPVpU span {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 400;
}

.ExchangeTable_exchType__gPVpU .ExchangeTable_type__Zpl7h {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-flex;
  padding: 13px 14px;
  padding-left: 33px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  letter-spacing: 0.16px;
}

.ExchangeTable_exchType__gPVpU .ExchangeTable_type__Zpl7h::before {
  z-index: 2;
  content: ' ';
  position: absolute;
  top: 19 px;
  width: 9px;
  border-radius: 100%;
  height: 9px;
  left: 14px;
}

.ExchangeTable_exchType__gPVpU .ExchangeTable_type__Zpl7h.ExchangeTable_green__ZcS1C.ExchangeTable_active__WRwq3::before {
  background-color: #adff00;
}

.ExchangeTable_exchType__gPVpU .ExchangeTable_type__Zpl7h.ExchangeTable_green__ZcS1C::before {
  background-color: #c2c2c2;
}

.ExchangeTable_exchType__gPVpU .ExchangeTable_type__Zpl7h.ExchangeTable_green__ZcS1C {
  color: #c2c2c2;
  transition: 0.3s ease-in-out;
  border: 1px solid #3e3e3e;
  background: #0f0f0f;
}

.ExchangeTable_exchType__gPVpU .ExchangeTable_type__Zpl7h.ExchangeTable_yellow__8Yojs::before {
  background-color: #c2c2c2;
}

.ExchangeTable_exchType__gPVpU .ExchangeTable_type__Zpl7h.ExchangeTable_yellow__8Yojs.ExchangeTable_active__WRwq3::before {
  background-color: #ffcf25;
}

.ExchangeTable_exchType__gPVpU .ExchangeTable_type__Zpl7h.ExchangeTable_yellow__8Yojs {
  color: #c2c2c2;
  transition: 0.3s ease-in-out;
  border: 1px solid #3e3e3e;
  background: #0f0f0f;
}

.ExchangeTable_exchType__gPVpU .ExchangeTable_type__Zpl7h.ExchangeTable_yellow__8Yojs.ExchangeTable_active__WRwq3 {
  color: #fff;
  border: 1px solid #ffcf25;
  background: rgb(255 207 37 / 10%);
}

.ExchangeTable_exchType__gPVpU .ExchangeTable_type__Zpl7h.ExchangeTable_green__ZcS1C.ExchangeTable_active__WRwq3 {
  color: #fff;
  border: 1px solid #adff00;
  background: rgb(173 255 0 / 10%);
}

.ExchangeTable_exchType__gPVpU .ExchangeTable_greenCom__S1omz {
  height: 25px;
  line-height: 18px;
  border-radius: 4px;
  background-color: #0f0f0f;
  border: 1px #c2c2c2 solid;
  color: #c2c2c2;
  padding: 3px 7px;
}

.ExchangeTable_exchType__gPVpU .ExchangeTable_type__Zpl7h.ExchangeTable_green__ZcS1C.ExchangeTable_active__WRwq3 .ExchangeTable_greenCom__S1omz {
  color: #adff00;
  background-color: #adff001a;
  border-color: #adff00;
}

.ExchangeTable_exchType__gPVpU .ExchangeTable_yellowCom__5sZks {
  height: 25px;
  line-height: 18px;
  border-radius: 4px;
  background-color: #0f0f0f;
  border: 1px #c2c2c2 solid;
  color: #c2c2c2;
  padding: 3px 7px;
}

.ExchangeTable_exchType__gPVpU .ExchangeTable_type__Zpl7h.ExchangeTable_yellow__8Yojs.ExchangeTable_active__WRwq3 .ExchangeTable_yellowCom__5sZks {
  color: #ffc700;
  background-color: #ffc7001a;
  border-color: #ffc700;
}

.ExchangeTable_OverlayBox__W6af8::before {
  position: absolute;
  -webkit-clip-path: polygon(50% -30%, 0% 100%, 100% 100%);
          clip-path: polygon(50% -30%, 0% 100%, 100% 100%);
  content: ' ';
  top: -15px;
  left: 10px;
  background-color: #0f0f0f;
  height: 20px;
  border-top: 100%;
  width: 12px;
}

.ExchangeTable_OverlayBox__W6af8 {
  border-top: #212121 2px solid;
  position: relative;
  width: 370px;
  border-radius: 5.677px;
  background: #0e0e0a;
  padding: 12px 12px 17px;
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.ExchangeTable_OverlayBox__W6af8 p {
  position: relative;
  margin-left: 30px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.24px;
}

.ExchangeTable_OverlayBox__W6af8 p::before {
  z-index: 999;
  content: ' ';
  position: absolute;
  top: 14.5px;
  width: 9px;
  border-radius: 100%;
  height: 9px;
  left: -21px;
}

.ExchangeTable_OverlayBox__W6af8 .ExchangeTable_green__ZcS1C::before {
  background-color: #adff00;
}

.ExchangeTable_OverlayBox__W6af8 .ExchangeTable_yellow__8Yojs::before {
  background-color: #ffcf25;
}

.ExchangeTable_rubTypeCheckBox__AnDDC {
  display: flex;
  gap: 10px;
  color: #fff;

  align-items: center;
  justify-content: center;
}

.ExchangeTable_rubTypeCheckBox__AnDDC.ExchangeTable_checked__DNksP input::before {
  opacity: 1;
}

.ExchangeTable_rubTypeCheckBox__AnDDC input {
  aspect-ratio: 1 / 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 33px;
  height: 33px;
  border: 2px solid #5d5d5d50;
  border-radius: 4px;
  background-color: black;
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.ExchangeTable_rubTypeCheckBox__AnDDC.ExchangeTable_checked__DNksP input {
  border-color: #ffcf25 !important;
}

.ExchangeTable_rubTypeCheckBox__AnDDC input::before {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  content: '';
  width: 9px;
  height: 9px;
  background-color: #ffcf25;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
  .ExchangeTable_tagWithBut__y8lrU {
    width: 100%;
  }

  .ExchangeTable_tags__a7sAh {
    flex-direction: column;
    align-items: flex-start;
  }

  .ExchangeTable_startExchange__yZmAG {
    position: initial;
    align-self: flex-end;
  }
}

@media screen and (max-width: 1000px) {
  .ExchangeTable_inputs__si52O {
    flex-direction: column;
  }

  .ExchangeTable_ellipse1__yJqi3 {
    bottom: 50%;
  }

  .ExchangeTable_ellipse2__U5jD2 {
    top: 50%;
  }

  .ExchangeTable_inputOver__f2hzR {
    max-width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .ExchangeTable_memo__1funB {
    width: 100% !important;
  }
  .ExchangeTable_credentials__MNbcd {
    flex-direction: column;
  }

  .ExchangeTable_startExchange__yZmAG {
    width: 100%;
  }

  .ExchangeTable_exchType__gPVpU {
    flex-direction: column;
  }

  .ExchangeTable_exchType__gPVpU .ExchangeTable_type__Zpl7h {
    width: 100%;
    justify-content: left;
  }

  .ExchangeTable_OverlayBox__W6af8 {
    width: unset;
    height: unset;
  }
}

@media screen and (max-width: 630px) {
  .ExchangeTable_withSelector__KH0lF {
    flex-direction: column;
  }

  .ExchangeTable_withSelector__KH0lF > div {
    width: 100% !important;
  }
}

@media screen and (max-width: 550px) {
  .ExchangeTable_tagWithBut__y8lrU {
    align-items: flex-start;
    flex-direction: column;
  }

  .ExchangeTable_ellipse1__yJqi3 {
    left: 10%;
  }

  .ExchangeTable_ellipse2__U5jD2 {
    right: auto;
    left: 10%;
  }
}

@media screen and (max-width: 480px) {
  .ExchangeTable_table__UvsmE {
    padding: 24px;
  }
}

@media screen and (max-width: 420px) {
  .ExchangeTable_tag__QsCjP {
    padding: 5px 10px;
  }

  .ExchangeTable_ellipse1__yJqi3 {
    left: 0;
    width: 100px;
    background: #bebebe;
  }

  .ExchangeTable_ellipse2__U5jD2 {
    width: 100px;
    background: #faff0070;
    left: auto;
    right: 50px;
  }
}

@media screen and (max-width: 350px) {
  .ExchangeTable_table__UvsmE {
    padding: 20px 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

  .ExchangeTable_ellipse1__yJqi3,
  .ExchangeTable_ellipse2__U5jD2 {
    display: none;
  }
}

body.light .ExchangeTable_inputInfo__zKDvm > span {
  color: #5b5b5b;
}

body.light .ExchangeTable_tag__QsCjP {
  color: #000;
  border-color: rgb(138 138 138 / 31%);
}

body.light .ExchangeTable_underText__Hq1PE {
  color: #000;
}

body.light .ExchangeTable_yellowLink__1CJu7:hover {
  color: #000;
}

body.light .ExchangeTable_exchType__gPVpU .ExchangeTable_greenCom__S1omz,
body.light .ExchangeTable_exchType__gPVpU .ExchangeTable_yellowCom__5sZks {
  background-color: #0000;
}

body.light .ExchangeTable_exchType__gPVpU .ExchangeTable_green__ZcS1C.ExchangeTable_active__WRwq3 .ExchangeTable_greenCom__S1omz,
body.light .ExchangeTable_exchType__gPVpU .ExchangeTable_yellow__8Yojs.ExchangeTable_active__WRwq3 .ExchangeTable_yellowCom__5sZks {
  color: #5b5b5b;
}

body.light .ExchangeTable_exchType__gPVpU .ExchangeTable_green__ZcS1C {
  background-color: #0000;

  border: 1px solid #5d5d5d50;
}

body.light .ExchangeTable_exchType__gPVpU .ExchangeTable_yellow__8Yojs.ExchangeTable_active__WRwq3,
body.light .ExchangeTable_exchType__gPVpU .ExchangeTable_green__ZcS1C.ExchangeTable_active__WRwq3 {
  color: #000;
}

body.light .ExchangeTable_exchType__gPVpU .ExchangeTable_yellow__8Yojs {
  background-color: #0000;

  border: 1px solid #5d5d5d50;
}

body.light .ExchangeTable_exchType__gPVpU svg * {
  fill: #000 !important;
}

body.light .ExchangeTable_exchType__gPVpU svg * {
  fill: #000 !important;
}

body.light .ExchangeTable_OverlayBox__W6af8 {
  background: #fff !important;
  border-color: rgb(138 138 138 / 31%);
}

body.light .ExchangeTable_OverlayBox__W6af8 p {
  color: #000;
}

body.light .ExchangeTable_OverlayBox__W6af8::before {
  background: #fff !important;
  border-color: rgb(138 138 138 / 31%);
}

body.light .ExchangeTable_table__UvsmE {
  background-color: #fffbf5;
}

body.light .ExchangeTable_rubTypeCheckBox__AnDDC {
  fill: #000;
  color: #000;
}

body.light .ExchangeTable_rubTypeCheckBox__AnDDC svg * {
  fill: #000;
}

body.light .ExchangeTable_rubTypeCheckBox__AnDDC input {
  background-color: #0000;
  border-color: #8a8a8a4f;
}

