@import url('https://fonts.googleapis.com/css2?family=Karla&display=swap');

:root{
        /*colors base*/
        --p: #d5a646;
        --w: #fff;
        --e: #e0e0e0;
        --co: #c0c0c0;
    
        /*nav color*/
        /*.menu li a*/
        --wmlia: #d5a646;
        /*text menu*/
    
        --clr: #333;
        --vh: 173.75px;
        --delay:2s;
        --bf: #d5a646;
}

* {
    box-sizing: border-box;
  }

  
  *{
  outline: none! important;
  font-family: 'Karla', sans-serif;
  font-weight: 600;
  }


  p{
    margin-block-start: 0em;
    margin-block-end: 0em;
}
  
  a{
      text-decoration: none;
  }

  button:focus{
    outline: thin dotted;
        outline: 0px auto -webkit-focus-ring-color;
        outline-offset: 0px;
}
a:focus{
    outline: thin dotted;
        outline: 0px auto -webkit-focus-ring-color;
        outline-offset: 0px;
}

img:focus{
    outline: thin dotted;
        outline: 0px auto -webkit-focus-ring-color;
        outline-offset: 0px;
}

input:focus{
    outline: thin dotted;
        outline: 0px auto -webkit-focus-ring-color;
        outline-offset: 0px;
}
  
  img{
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  }
  
  body{
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Karla', sans-serif;
    padding: 0;
    border: 0;
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

html, body{
  width: 100% !important;
  min-width: 100%;
  min-height: 100vh;
}

nav{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    background: rgb(255, 255, 255);
    box-shadow: rgb(171 133 115 / 16%) 0px 2px 10px;
    position: relative;
    z-index: 100;
    padding: 20px;
}

nav div:nth-child(2){
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0px 20px;
    flex: 1;
    color: #333;
}

nav button:nth-child(1){
    width: 38px;
    height: 38px;
    background-image: url('/swap/img/open-s.svg');
    background-size: contain;
    background-color: #fff;
    border: 0px solid #fff;
}

nav div:nth-child(2) div{
    padding: 0px 20px;
    font-size: 18px;
    height:44px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;

}

nav div:nth-child(2) div img{
    height: 100%;
}

nav div:nth-child(2) div p{
    padding-left: 5px;
    color: #d5a646;
    font-weight: 900;
    font-size: 18px;
}

nav div:nth-child(2) div div{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0px;
    padding: 0px;
}

nav div:nth-child(2) div span{
    /* color: #717781; */
    color: #333;
    font-size: 16px;
}

nav button:nth-child(3){
    box-sizing: border-box;
    margin: 0px 10px 0px 0px;
    min-width: 0px;
    background-color: #fff;
    color: #333;
    width: fit-content;
    border-radius: 10px;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    font-size: 15px;
}

nav button:nth-child(4){
    height: 100%;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 12px 16px;
    width: fit-content;
    min-width: 0px;
    font-size: 17px;
    color: rgb(113, 119, 129);
    background-color: #fff;
    margin-right: 10px;
}

nav button:nth-child(5){
    position: relative;
    width: max-content;
    border: none;
    margin: 0px;
    height: 45px;
    width: 45px;
    background-color: #fff;
    padding: 0.15rem 0.5rem;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 0px solid #e0e0e0;
}

nav button:nth-child(5) svg{
    stroke: rgb(113, 119, 129);
}

#content{
        display: flex;
        flex-direction: row;
        height: 100%;
        flex-wrap: nowrap;
        align-items: stretch;
        min-height: 100%;
        max-height: max-content;
        background-color: #d5a646;
}

#content #a1{
    width: 268px;
    /* height: calc(100vh - 61px); */
    overflow: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    box-shadow: rgb(171 133 115 / 16%) 0px 2px 10px;
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
}

#content #a1 a{
    position: relative;
    color: #333;
    display: flex;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: 0px 20px;
    height: 54px;
    line-height: 54px;
    display: flex;
    margin: 4px 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    border-left: 3px solid #fff;
}

#content #a1 a:hover{
    color: #d5a646;
    box-shadow: 0px 3px 10px 0px #e0e0e0;
}

#content #a1 a p{
    margin: 0px;
    flex: 1;
}

#content #a1 a img{
    margin-right: 10px;
}

/* #content #a1 div:nth-child(1){
    background-color: #ef6e4a26;
    border-left: 3px solid #d5a646;
} */

#content #a1 a:hover{
    background-color: #ffffff;
    border-left: 3px solid #d5a646;
}

#content #a1 a button{
    background-image: url(/swap/img/setinha.svg);
    background-repeat: no-repeat;
    border: 0px solid #fff;
    transform: rotate(180deg);
    background-size: contain;
    height: 5px;
    background-color: #fff;
}

#content #a1 #ac,#content #a1 #af{
    display: none;
}

#content #a2{
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    background-color: #d5a646;
}

#content iframe{
    /* background-color: #a21b1b63; */
    width: 100%;
    height: 100%;
    flex: 1;
}

.index-page {
    background: none!important;
}
.index-page {
    min-height: calc(100vh - 89px);
    display: flex;
    flex-direction: column;
    background: url(/static/media/backgorund.5c0c4d24.svg) repeat-y 0 0;
    background-size: 100% auto;
}

.index-page__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 20px 0px;
}

.main-block {
    width: 400px;
    -webkit-filter: drop-shadow(0 16px 48px rgba(0,0,0,.12));
    filter: drop-shadow(0 16px 48px rgba(0,0,0,.12));
    border-radius: 20px;
    background: #fff;
    padding: 40px;
    margin: auto;
}

.exchange-form {
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 26;
    margin: auto;
    background: #fff;
    border-radius: 12px;
}

.liquidity-form__quick-select {
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-end;
}

.QuickSelectAmount_container__uH8bh {
    display: flex;
}

.QuickSelectAmount_button__vvJ89 {
    font-size: 11px;
    line-height: 12px;
    font-family: inherit;
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    color: #717781;
    cursor: pointer;
}

.QuickSelectAmount_button__vvJ89:not(:last-child) {
    margin-right: 12px;
}

.exchange-form__cell {
    flex: 1 0;
    border: 1px solid #e7e7eb;
    border-radius: 12px;
    padding: 11px 0;
}

input {
    outline: none;
    width: 100%;
    height: 100%;
    color: #000000;
    border: 0;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    box-sizing: border-box;
}

.select__label {
    display: flex;
    padding-left: 20px;
    margin-bottom: 9px;
    align-items: baseline;
}

.exchange-form .select__label {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select__input {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border-radius: 12px;
    background: #fff;
    color: #000;
    border: 0;
    position: relative;
    box-sizing: border-box;
}

.exchange-form .select__input {
    padding-left: 12px;
    height: 24px;
}

.exchange-form .select__text {
    font-size: 11px;
    color: #717781;
    line-height: 12px;
}

.exchange-form .select__balance {
    font-size: 11px;
    color: #717781;
}

.exchanger-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.select__action {
    margin-top: 12px;
}

.select__action {
    width: 38px;
    background: #fff;
    margin-top: -12px;
    margin-left: auto;
    margin-right: -20px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    cursor: default;
    border-radius: 0 12px 12px 0;
    position: relative;
}

.select .close {
    margin-top: 12px;
}
.close {
    cursor: pointer;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.close:before {
    content: "";
    width: 13px;
    height: 8px;
    display: block;
    margin-left: 7px;
    background: url(/swap/img/icon-arrow.ed0403dd.svg) 50% no-repeat;
    transition: all .3s;
}

.exchanger-info__amount {
    display: flex;
    flex-direction: column;
    flex: 1 0;
}


.exchanger-info__asset {
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.exchanger-info__asset {
    margin-right: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
}


.input-like__input, .input__input {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border-radius: 12px;
    background: #fff;
    color: #000;
    border: 0;
    position: relative;
    box-sizing: border-box;
}

.exchange-form .input__input {
    color: #292c30;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding-left: 2px;
    height: 24px;
}

.exchanger-info__icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.exchanger-info__icon {
    display: flex;
}

.exchanger-info__name {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.asset-logo {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    flex-shrink: 1;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}
.exchange-form__between {
    margin: 8px 0;
    height: 32px;
    width: 100%;
}
.swap-curs {
    color: #717781;
    font-size: 14px;
    line-height: 32px;
    margin: 0 0 0 18px;
}

.swap-curs__swap {
    display: inline-block;
    width: 13px;
    height: 16px;
    background: url(/swap/img/icon-repeat.031b308e.svg) no-repeat transparent;
    background-size: 13px 16px;
    position: absolute;
    left: 0;
    margin-top: 7px;
    margin-left: 3px;
    cursor: pointer;
}

.upper {
    text-transform: uppercase;
}

.button-swap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: absolute;
    margin-top: -32px;
    right: 0;
}

.button-swap__icon {
    width: 32px;
    height: 32px;
    background: url(/swap/img/icon-swap.9a5493e4.svg) no-repeat;
    position: relative;
    cursor: pointer;
}

.exchange-button, .exchange-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 24px auto;
    flex-wrap: wrap;
}

.exchange-button .login-button, .exchange-progress .login-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d5a646;
    width: 100%;
    height: 54px;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.exchange-details {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    height: 111px;
    white-space: nowrap;
}

.exchange-details__info {
    display: flex;
    height: 55px;
    font-size: 14px;
    color: #717781;
    transition: height .4s;
}

.exchange-details__wrapper {
    width: 100%;
}
.exchange-details__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Hint_hint__1G8Xf {
    font-size: inherit;
    line-height: 20px;
    font-weight: inherit;
    display: flex;
    align-items: center;
    white-space: break-spaces;
    color: #292c30;
}
.Hint_label__1GT7- {
    width: -webkit-max-content;
    width: max-content;
    flex-direction: column;
}
.exchange-details__hint>div {
    color: #717781;
}
.Hint_labelStr__3YwUM {
    display: flex;
}
.Hint_tooltip__1-O7I {
    margin-left: 6px;
}
.exchange-details__hint>div {
    color: #717781;
}
.Tooltip_container__2qiNF {
    display: flex;
    cursor: pointer;
    position: relative;
}
.Tooltip_icon__3D-3N {
    width: 16px;
    height: 16px;
    display: block;
}

.exchange-details__cell {
    flex-direction: row;
    display: flex;
    flex: 1 0;
}
.exchange-details__cell_last {
    justify-content: flex-end;
}
.exchange-details__name, .exchange-details__value {
    margin-right: 3px;
}
.exchange-details__name, .exchange-details__value {
    display: inline;
    color: #292c30;
}
.exchange-details__name, .exchange-details__value {
    margin-right: 3px;
}
.exchange-details__name {
    text-transform: uppercase;
}
.exchange-details__name, .exchange-details__value {
    display: inline;
    color: #292c30;
}

.exchange-details__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 21px;
}

.exchange-details__row+.exchange-details__row {
    margin-top: 12px;
}
.Hint_hint__1G8Xf {
    font-size: inherit;
    line-height: 20px;
    font-weight: inherit;
    display: flex;
    align-items: center;
    white-space: break-spaces;
    color: #292c30;
}

.Hint_label__1GT7- {
    width: -webkit-max-content;
    width: max-content;
    flex-direction: column;
}
.exchange-details__hint>div {
    color: #717781;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    
}
input[type=number] { 
   -moz-appearance: textfield;
   appearance: textfield;

}

.selectPay{
    display: flex;
    flex-direction: column;
    align-content: stretch;
    flex-wrap: nowrap;
    align-items: stretch;
}

.selectPay div{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 10px;
}

.selectPay div p{
    color: #333;
    font-size: 18px;
    margin-left: 10px;
}

.selectPay div img{
    height: 32px;
    width: 32px;
}

.selectPay div div{
    border: none;
    padding: 0px;
    margin: 5px;
}

.selectPay div div img:nth-child(2){
    z-index: -1;
}

.selectPay div div img:nth-child(1){
    margin-right: -10px;
}

.selectPay div:last-child{
    margin: 0px;
}

.popup-container.auth-popup {
    background-color: rgba(41,44,48,.32);
    display: none;
}
.popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 105;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(41,44,48,.32);
}
.popup-content {
    display: inline-block;
    position: relative;
    max-width: 400px;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgb(0 0 0 / 12%);
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
}
.popup-container.auth-popup .popup-content {
    width: 400px;
    border-radius: 20px;
    box-shadow: 0 8px 24px 0 rgb(0 0 0 / 12%);
    background: url(/swap/img/hands.e74d73f8.svg) no-repeat 0 32px #d5a646;
    padding: 0;
}

.popup-container.auth-popup .popup-content:visited {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.popup-container.auth-popup .close-popup {
    width: 15px;
    height: 14px;
    position: absolute;
    cursor: pointer;
    -webkit-transform: none;
    transform: none;
    background: url(/swap/img/icon-close-white.08312e38.svg);
    top: 0;
    right: 0;
    margin: 17px 17px 0 0;
}

.popup-container.auth-popup .popup-header {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 32px;
    margin-top: 48px;
    margin-bottom: 48px;
}

.popup-container.auth-popup .popup-header-info {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    width: 230px;
    margin: 8px auto 40px;
}
.popup-actions {
    display: flex;
}

.popup-container.auth-popup .popup-actions {
    display: block;
    background: #fff;
    padding: 40px;
    border-radius: 0 0 20px 20px;
}
.popup__button {
    flex: none;
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    border: 0;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.popup__button_proceed {
    background: #209d7f;
}
.popup-container.auth-popup .popup__button {
    flex: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 54px;
    font-size: 16px;
    font-weight: 500;
    color: #292c30;
    border: 1px solid #e7e7eb;
    border-radius: 12px;
    cursor: pointer;
    text-transform: none;
    margin: 0 0 8px;
    text-align: left;
    padding: 0 16px;
}
.popup-container.auth-popup .popup-actions .exchange-mail {
    position: relative;
}
.popup-container.auth-popup .popup__button.popup__button_proceed {
    background: #fff;
    font-weight:600;
}

.popup-container.auth-popup .popup-header-info a {
    color: #fff;
    text-decoration: underline;
}



.popup-container.auth-popup .popup-actions .exchange-mail .recommended-badge {
    text-transform: uppercase;
    position: absolute;
    top: -8px;
    left: 12px;
    color: #209d7f;
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 12px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    background: #d2ebe5;
    border-radius: 6px;
}
.popup-container.auth-popup .popup__button.popup__button_proceed .popup__button_proceed_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.popup-container.auth-popup .popup__button.popup__button_proceed .popup__button_proceed_title {
    display: flex;
    align-items: center;
}
.popup-container.auth-popup .popup__button.popup__button_proceed .popup__button_proceed_title>svg {
    display: inline-block;
    margin-left: 16px;
}
.popup__link {
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    font-size: 15px;
    text-decoration: underline;
}

.congigg{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    color: #333;
    padding: 10px;
}

.congigg button{
    background-color: #fff;
    border: 1px solid hsl(0, 0%, 88%);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: rgb(104, 104, 104);
}

.congigg button:hover{
    box-shadow: -5px 5px 10px 0px #e0e0e0;
}

.congigg button:nth-child(3):hover{
    background-color:#d5a646;
    color: #fff;
}

.congigg button:nth-child(3){
    margin: 0px;
}
/* @media (max-width: 760px) {
    .popup__button.popup__button_proceed.keeper{
        display: none;
    }
} */


#content #a1 button{
    width: 100%;
    color: #333;
    background-color: #fff;
    border: none;
    padding: 20px 0px;
    word-break: break-word;
}

#content #a1 button:hover{
    color: #d5a646;
}


#pool_liquidity{
    display: none;
}

.buy-sell{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    /* margin-top: 10px; */
}

.buy-sell button{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d5a646;
    width: 100%;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: none;
    padding: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.buy-sell button#buy{
    background-color: #00AB66;
    border-bottom: 3px solid #008751;
}

.buy-sell button#buy{
    margin-right: 5px;
}

.buy-sell button#sell{
    background-color: #EA3A36;
    border-bottom: 3px solid #B02D28;
}

.buy-sell button#sell[data="select"],.buy-sell button#buy[data="select"]{
    border: none;
}

.index-page#Farms_n .index-page__content .main-block{
    width: 100%;
    min-height: 100%;
    overflow-y: auto;
}

.carregamento{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: var(--w);
    z-index: 9999;
    animation-name: carrge;
    animation-delay: 0.65s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    display: flex;
    flex-direction: column;
}
.carregamento div{
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.carregamento div .a{
    width: 236px;
    height: 100px;
}

.carregamento article{
    width: 0%;
    height: 3px;
    background-color: var(--bf);
    animation-name: cc;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.maincircular .circular,  .maincircular .circular:after {
    border-radius: 50%;
}


@keyframes cc {
    0%,25%{
        width: 0%;
    }
    25%,50%{
        width: 10%;
    }
    50%,75%{
        width: 40%;
    }
    75%,100%{
        width: 100%;
    }
}


.maincircular{
    display:grid !important;
    text-align: center;
    place-items: center;
    background: var(--w);
    position: fixed !important;
    top: 15px;
    right: 15px;
    height: var(--tt) !important; 
    width: var(--tt) !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-content: space-between !important;
  }

  #loading_all{
    display: none;
  }

  .maincircular .circular{
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 4px solid var(--bf);
      height: var(--tt);
      width: var(--tt); 
      font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.3em solid #d5a64638;
    border-right: 0.3em solid #d5a64638;
    border-bottom: 0.3em solid #b48e3d52;
    border-left: 0.3em solid #d5a646;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 .25s infinite linear;
    animation: load8 .25s infinite linear;

 }

@keyframes load8 {
    0% {
        -webkit-transform: rotate(
    0deg);
        transform: rotate(
    0deg);
    }
    100% {
        -webkit-transform: rotate(
    360deg);
        transform: rotate(
    360deg);
    }
}
.maincircular .circular,.maincircular .circular:after {
    border-radius: 50%;
}


@keyframes carrge {
    0%,50%{
        opacity: 1;
    }
    50%,100%{
        
        opacity: 0;
        z-index: -9999;
        display: none;
    }
}

.logo-nav div:nth-child(2) img{
    height: 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: -20px;
}

.logo-nav div:nth-child(1) span{
    letter-spacing: .1em;
    line-height: 0.5rem;
    color: var(--clr);
    font-size: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#titledarkmode{
    color: var(--w);
    margin-left: -110px;
    margin-top: -50px;
}

#PoolInfoSelection:nth-child(1){
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#PoolInfoSelection:nth-child(2){
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-bottom: 20px;
}

#PoolInfoSelection:nth-child(2) div:nth-child(1),#PoolInfoSelection:nth-child(2) div:nth-child(1) div{
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border:none;
    padding: 5px 10px
}

#PoolInfoSelection:nth-child(2) div:nth-child(1) div{
    padding: 5px 0px;
}

#PoolInfoSelection:nth-child(2) div:nth-child(1){
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin: 20px 0px;
}

#PoolInfoSelection:nth-child(2) div:nth-child(2){
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#PoolInfoSelection a{
    color: #d5a646;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 400;
}

#PoolInfoSelection:nth-child(2) div:nth-child(1) div img:nth-child(1),#PoolInfoSelection:nth-child(2) div:nth-child(1) div img:nth-child(2){
    padding: 5px;
    height: 100%
}

#PoolInfoSelection:nth-child(2) div:nth-child(1) p{
    flex: 1;
    text-align: left;
    padding-left: 15px;
}

#PoolInfoSelection:nth-child(2) div:nth-child(1) div img:nth-child(2){
    margin-left: -20px;
    z-index: -1;
}

#PoolInfoSelection:nth-child(4){
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#PoolInfoSelection:nth-child(4) a{
    border: 1px solid #d5a646 !important;
    border-radius: 10px;
    padding: 8px 12px;
    background: #fff;
    color: #d5a646;
    font-size: 14px;
    margin-top: 10px;
}

#PoolInfoSelection:nth-child(4) p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
}

#PoolInfoSelection:nth-child(3) div:nth-child(3){
    display: flex;
}

#PoolInfoSelection:nth-child(3) div:nth-child(3) button[q]{
    flex: 1;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #d5a646;
    color: #d5a646;
    font-size: 16px;
    padding: 8px 12px;
    background-color: #fff0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
    height: 54px;
}

#PoolInfoSelection:nth-child(3) div:nth-child(3) button:nth-child(1),#PoolInfoSelection:nth-child(3) div:nth-child(3) button:nth-child(2){
    display: none;
}

#PoolInfoSelection:nth-child(3) div:nth-child(3) button:nth-child(1),#PoolInfoSelection:nth-child(3) div:nth-child(3) button:nth-child(3){
    background-color: #d5a646;
    color: #fff;
}

#PoolInfoSelection:nth-child(3) div:nth-child(2) div:nth-child(1){
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 50px;
}

#PoolInfoSelection:nth-child(3) div:nth-child(2) div:nth-child(1) img{
    height: 65%;
}

#PoolInfoSelection:nth-child(3) div:nth-child(2) div:nth-child(1) img:nth-child(2){
    z-index: -1;
    margin-left: -10px;
}

#PoolInfoSelection:nth-child(3) div:nth-child(2) p{
    color: #333;
    font-size: 15px;
    margin-left: 10px;
}

#PoolInfoSelection:nth-child(3) div:nth-child(2) div:nth-child(2){
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
}

#PoolInfoSelection:nth-child(3) div:nth-child(2) div:nth-child(3){
    display: none;
    flex-direction: column;
    align-items: stretch
}

#PoolInfoSelection:nth-child(3) div:nth-child(2) div:nth-child(3) div{
    height: 50px !important;
}

#PoolInfoSelection:nth-child(3) div:nth-child(2) div:nth-child(3) div img{
    height: 65%;
}

#PoolInfoSelection:nth-child(3) div:nth-child(2) div:nth-child(3) div p{
    color: #333;
    font-size: 15px;
    margin-left: 10px;
}


#PoolInfoSelection:nth-child(3) div:nth-child(1),#PoolInfoSelection:nth-child(3) div:nth-child(1) div:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
}

#PoolInfoSelection:nth-child(3) div:nth-child(1) div div{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

#PoolInfoSelection:nth-child(3) div:nth-child(1) div div p,#PoolInfoSelection:nth-child(3) div:nth-child(1)  div:nth-child(2) div p{
    color: #333;
    flex: 1;
    font-size: 14px;
    margin: 0px;
}

#PoolInfoSelection:nth-child(3) div:nth-child(1) div:nth-child(1) div p,#PoolInfoSelection:nth-child(3) div:nth-child(1) div:nth-child(1) div button{
    margin-top: 20px;
}

#PoolInfoSelection:nth-child(3) div:nth-child(1) div input{
    border-radius: 10px;
    height: 45px;
    font-size: 16px;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin: 5px 0px;
    padding: 0px 10px;
}

#PoolInfoSelection:nth-child(3) div:nth-child(1) div div button{
    border: none;
    background-color: #fff0;
    color: #d5a646;
}

#PoolInfoSelection:nth-child(3) div:nth-child(1) div:nth-child(2) div,#PoolInfoSelection:nth-child(3) div:nth-child(1) div:nth-child(3) div{
    height: 20px;
}

#PoolInfoSelection:nth-child(3) div:nth-child(1) div:nth-child(1)#lpasset{
    display: none;
}

#assetDepositLiquidity{

    display: flex;
    flex-direction: column;
    align-items: stretch;

}

.main-block-farms{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    min-height: 100%;
    overflow-y: auto;
    filter: drop-shadow(0 16px 48px rgba(0,0,0,.12));
    border-radius: 20px;
    background: #fff;
    padding:10px;
    align-content: flex-start;
}

.farms{
    flex: 1;
    width: 25%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    border: 1px solid #d5a646;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 5px 5px 5px 0px #e0e0e0;
    min-width: 300px;
    margin:10px;
    max-width: calc(50% - 30px);
    background-color: rgb(247, 247, 247);
}


.farms div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
}

.farms div:nth-child(1){
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.farms div:nth-child(1) div:nth-child(2){
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.farms div:nth-child(1) div:nth-child(2) img{
    height: 40px;
    z-index: 10;
}

.farms div:nth-child(1) div:nth-child(2) img:nth-child(2){
    margin-left: -15px;
    z-index: 1;
}

.farms div:nth-child(1) div:nth-child(1), .farms div:nth-child(2) div:nth-child(1) div,.farms div:nth-child(1) div:nth-child(1), .farms div:nth-child(3) div:nth-child(1) div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.farms div:nth-child(2) div:nth-child(2), .farms div:nth-child(3) div:nth-child(2){
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
}

.farms div:nth-child(3) div:nth-child(3) a,.farms div:nth-child(3) div:nth-child(4) a{
    color: #d5a646;
}

.farms div:nth-child(2) div:nth-child(2) button,.farms div:nth-child(3) div:nth-child(2) button{
    flex: 1;
    margin: 10px 0px;
}

.farms div:nth-child(2) div:nth-child(2) button:nth-child(1),.farms div:nth-child(3) div:nth-child(2) button:nth-child(1){
    margin-right: 5px;
}

.farms div:nth-child(2) div:nth-child(2) button:nth-child(2),.farms div:nth-child(3) div:nth-child(2) button:nth-child(2){
    margin-left: 5px;
}

.farms button{
    border-radius: 10px;
    color: #d5a646;
    background-color: rgb(247, 247, 247);
    padding: 8px 12px;
    border: 1px solid #d5a646;
}

.farms button:hover{
    animation-name: xs;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes xs {
    0%,50%{
        color: #d5a646;
        background-color: #fff;
        border: 1px solid #d5a646;
    }
    50%,100%{
        color: #fff;
        background-color: #d5a646;
        border: 1px solid #d5a646;
    }
}

.farms div:nth-child(1) div:nth-child(1) p:nth-child(1){
    margin-bottom: 5px;
    color: #d5a646;
    font-size: 18px;
}

.farms div:nth-child(1) div:nth-child(1) span,.farms div:nth-child(2) div:nth-child(1) div span,.farms div:nth-child(3) div:nth-child(1) div span{
    color: #333;
    font-size: 14px;

}

.farms div:nth-child(2) div:nth-child(1) div p:nth-child(1), .farms div:nth-child(3) div:nth-child(1) div p:nth-child(1){
    margin: 0px;
    font-size: 16px;
    color: #000;
}


#PoolInfoSelection:nth-child(3) div:nth-child(3) button[onclick="layoutLiquidity(false)"], #PoolInfoSelection:nth-child(3) div:nth-child(3) button[onclick="SupplyLiquidity()"]{
    display: none;
}

#createLp{
    display: none;
}

#stake{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

#stake div{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

#stake div p{
    flex: 1;
    font-size: 18px;
    color: #d5a646;
}

#stake div button{
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
    background-color: #fff;
    border: none;
}

#stake div:nth-child(2) p{
    flex: 1;
    color: #333;
    font-size: 15px;
    text-align: left;
}

#stake div:nth-child(2){
    padding-bottom: 0px;
}

#stake div:nth-child(3) input{
    border: 1px solid #e0e0e0;
    padding: 8px 12px;
    border-radius: 10px;
    color: #333;
    flex: 1;
    height: 40px;
}

#stake div:nth-child(3) button{
    transform: rotate(0deg);
    border: 1px solid #d5a646;
    width: 50px;
    border-radius: 10px;
    font-size: 14px;
    border-radius: 10px;
    color: #d5a646;
    margin-left: 10px;
    height: 40px;
}

#Pools_info{
    display: none;
    height: 100%;
}


.main-block-pools-info{
    flex: 1 1 0%;
    margin: auto;
    max-width: 1200px;
    width: 100%;
    display: flex;
    padding: 20px;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
    background-color: rgb(247, 247, 247);
    border-radius: 10px;
}

.a7and24div{
    display: flex; justify-content: flex-end; margin-bottom: 8px;
}

.a7and24[select]{
    background-color: var(--p);
    color: var(--w);
    border: 1px solid var(--p);
    box-shadow: -5px -5px -5px 0px var(--e);
}

.a7and24{
    background-color: transparent;
    border: none;
    border-radius: 8px;
    color: #717781;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    line-height: 20px;
    outline: none;
    padding: 2px 8px;
}

.menuninfo{
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap; 
    align-items: stretch;
    justify-content: space-between;
}

.menuninfo div:nth-child(1), .menuninfo div:nth-child(2){
    width: 49.5%; 
}

.menuninfo div:nth-child(3), .menuninfo div:nth-child(4),.menuninfo div:nth-child(5){
    width: 32.62%; 
}

.menuninfo div{
    border-radius: 8px; 
    border: 1px solid var(--p);  
    padding: 20px; 
    display: flex; 
    flex-direction: column; 
    flex-wrap: nowrap; 
    justify-content: flex-start; 
    align-content: flex-start; 
    align-items: flex-start;
    margin-bottom: 12px;
}

#listname{
    margin: 10px 0px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch;
}

div[pt] div{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

div[pt] div div{
    height: 35px;
    display: flex;
}

div[pt] div div img{
    height: 100%;
    z-index: 10;
}

div[pt] div p{
    padding-left: 10px;
    font-size: 16px;
    color: #333;
}

div[pt] div div img:nth-child(2){
    margin-left: -15px;
    z-index: 1;
}

#ttxaps{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 5px 10px;
}

#txtpoolx #ttxaps p,#txtpoolx #ttxaps a{
    color: #333;
    font-size: 14px;
}

#txtpoolx #ttxaps div{
    display: flex;
    height: 100%;
    padding: 2px 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#txtpoolx #ttxaps div div p{
    padding: 0px 5px;
}

#txtpoolx #ttxaps div div{
    padding-left: 5px;
}

#txtpoolx #ttxaps div div img{
    height: 100%;
}


@media (max-width: 633px) {
    #content #a1 a p{
        display: none;
    }
    #content #a1{
        width: max-content;
    }
    .exchange-details__row{
        display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 27px;
    flex-direction: column;
    }
    .main-block-farms{
        display: flex;
        justify-content: center;
    }
    .menuninfo {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    } 
    .menuninfo div{
        width: 100% !important;
    }   
    #ttxaps {
        width: 100%;
        display: list-item;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        height: 138px;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 5px 10px;
    }
    #txtpoolx #ttxaps div div img {
        height: 30px;
    }
    #txtpoolx #ttxaps div {
        display: flex;
        height: 100%;
        padding: 2px 0px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        height: 50px;
    }
}

@media (max-width: 510px){
    #content #a1{
        display: none; position: absolute; min-height: 100%; width: 100%;
    }
    #content #a1 a p{
        display: block;
    }
}


@media (max-width: 475px){
    .main-block{
        width: 100%;
    }
    img[alt="dolphin icon"]{
        display: none;
    }
    nav div:nth-child(2){
        margin: 0px ;
    }
}

@media (max-width: 421px){
    .popup-container.auth-popup .popup-content{
        width: 100%;
        background-size: contain;
    }
    .popup-container{
        padding: 20px;
    }
}

@media (max-width: 360px) {
    nav button:nth-child(4){
        margin: 0px;
    font-size: 16px;
    }
    nav{
        padding:  10px;
    }
    .exchanger-info__name{
        display: none
    }
    #content #a2{
        width: 100%
    }
    .farms{
        min-width: 90%;
    }
}

#Swap_n{
    display: none;
}