#chainbox {
      padding: 12px;
      background-color: #035185;
      color: #FFF;
      letter-spacing: 2px;
      justify-content: space-between;
      display: flex;

}

.label-1 {
      margin: 16px;
      font-size: 1.5rem;
      font-family: Orbitron-bold;
}

.menuImg {
      max-width: 30px;
      margin-right: 24px;
}

.menuIcon {
      max-width: 30px;
      margin-left: 24px;
}

.menuIcon-sm-black {
      max-width: 16px;
      margin-left: 24px;
}

.dropbtn {
      background-color: #3498DB;
      color: white;
      padding: 12px 36px;
      margin-right: 16px;
      font-size: 16px;
      border: none;
      border-radius: 32px;
      cursor: pointer;
      vertical-align: middle;
      display: flex;
      justify-content: center;
      align-items: center;
}

.vercenter {
      vertical-align: middle;
      display: flex;
      justify-content: center;
      align-items: center;
}

.horcenter {
      display: flex;
      justify-content: center;
}

.dropbtn:hover,
.dropbtn:focus {
      background-color: #2980B9;
}

.dropdiv {
      background-color: #3498DB55;
      color: white;
      padding: 12px 36px;
      margin-right: 16px;
      font-size: 16px;
      border: none;
      border-radius: 8px;
      vertical-align: middle;
      display: none;
      justify-content: center;
      align-items: center;
      letter-spacing: 0.1px;
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.dropdown {
      position: relative;
      display: inline-block;
}

.dropdown-content {
      border-radius: 12px 12px 12px 12px;
      margin: 2px 16px 16px 16px;
      /* padding: 12px 12px; */

      display: none;
      position: absolute;
      background-color: #f1f1f1;
      min-width: 160px;
      /* overflow: auto; */
      box-shadow: 0px 8px 16px 0px rgba(223, 13, 118, 0.2);
      z-index: 1;
      cursor: pointer;
      max-height: 40Vh;
      overflow-y: scroll;
}

.dropdown-content span {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      /* display: block; */
      vertical-align: middle;
      display: flex;
      justify-content: center;
      align-items: center;
}

.dropdown-content span:hover {
      background-color: #ddd;
      border-radius: 12px;
}

.dropdown-frame {
      padding: 3px 3px 0px 3px;
      height: 42vh;
      width: 172px !important;
      overflow: hidden;
      background-color: #f1f1f1;
      box-shadow: 0px 8px 16px 0px rgba(223, 13, 118, 0.2);
}

.dropdown-frame::-webkit-scrollbar {
      display: none;
}

.dropdown-inside {
      display: block !important;
      margin: 0px !important;
}

.show {
      display: block;
}

.cnw {
      margin-right: 8px;
      min-height: 24px;
}

.glass {
      background: rgba(255, 255, 255, 0.33);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
      backdrop-filter: blur(6.6px);
      padding-top: 12px;
}

.my-body {
      background-color: #001624;
      margin: 0px;
      background-repeat: repeat;
      background-size: cover;
      background-position: center;
}

body {
      padding: 0px;
      margin: 0px;
}

body {
      -ms-overflow-style: none;
      /* Internet Explorer 10+ */
      scrollbar-width: none;
      /* Firefox */
}

body::-webkit-scrollbar {
      display: none;
      /* Safari and Chrome */
}

/* @media only screen and (max-width: 1000px) {
      #tokenOP {
            margin: 3% auto !important;
            min-width: 400px;
            max-width: 450px;
            background-color: #df0d76;
            border-radius: 1rem;
            box-shadow: rgba(223, 13, 118, 0.25) 0px 54px 55px, rgba(223, 13, 118, 0.12) 0px -12px 30px, rgba(223, 13, 118, 0.12) 0px 4px 6px, rgba(223, 13, 118, 0.17) 0px 12px 13px, rgba(223, 13, 118, 0.09) 0px -3px 5px;
      }
} */
.mob-br {
      display: none;
}

#tokenOP {
      margin: 3% 30% 10% 30%;
      background-color: #df0d76;
      border-radius: 1rem;
      box-shadow: rgba(223, 13, 118, 0.25) 0px 54px 55px, rgba(223, 13, 118, 0.12) 0px -12px 30px, rgba(223, 13, 118, 0.12) 0px 4px 6px, rgba(223, 13, 118, 0.17) 0px 12px 13px, rgba(223, 13, 118, 0.09) 0px -3px 5px;
}

.tokenBox {
      color: #FFF;
      padding: 16px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-weight: 500;
}

.cToken {
      background-color: #f1f1f1;
      vertical-align: middle;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 4px;
      border-radius: 32px;
      margin-left: 16px;
      cursor: pointer;
}

.tokenBoxImg {
      max-width: 16px;
      margin-right: 8px;
}

.tokenName {
      color: #df0d76;
      font-weight: 600;
      margin-right: 0px 8px;

}

.amuToken {
      background-color: #f1f1f1;
      padding: 16px;
      border-radius: 12px;
      margin-top: 16px;
      width: 100%;
}

.row {
      display: flex;

}

.amuText {
      color: #146ba3;
      font-size: 2rem;
      border: none;
}

.amuText:focus {
      border: none;
      outline: none;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
      /* display: none; <- Crashes Chrome on hover */
      -webkit-appearance: none;
      margin: 0;
      /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
      -moz-appearance: textfield;
      /* Firefox */
}

.tokenListOpt {
      padding-bottom: 2px !important;
      padding-top: 2px !important;
}

.loading-box {
      position: absolute;
      width: 96%;
      height: 100%;
      text-align: center;
      display: flex;

}

#loading {
      position: relative;
      margin: 0px auto;
      background-color: #65afe081;
      border-radius: inherit;
      width: 60%;
      height: 80%;
      text-align: center;
      -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
      -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
      box-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
}

#overlay {
      position: fixed;
      /* Sit on top of the page content */
      display: flex;
      /* Hidden by default */
      width: 100%;
      /* Full width (cover the whole page) */
      height: 100%;
      /* Full height (cover the whole page) */
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      /* Black background with opacity */
      z-index: 2;
      /* Specify a stack order in case you're using a different order for other elements */
      cursor: pointer;
      /* Add a pointer on hover */
      text-align: center;
}


.he-heading {
      font-size: 1.4rem;
      font-weight: 700;
      margin: 4px 12px;
}

.he-text {
      font-size: 1rem;
      font-weight: 400;
      position: relative;
      bottom: -3px;
}

.tokenOp-header {
      color: #fff;
      padding: 12px 12px 2px 12px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      justify-content: space-between;

}

.settingImg:hover {
      box-shadow: 0px 0px 10px 2px #146ba322, inset 0px 0px 12px 8px #146ba311;
}

.settingImg {
      width: 32px;
      margin: 4px 24px;
      cursor: pointer;
}

.settings {
      justify-content: space-between;
      padding: 16px 24px;
      background-color: #ffffffdd;
      margin: 2px 16px;
      border-radius: 8px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      display: none;
}

.settings span:hover {
      background-color: #df0d7611;
}

.active:hover {
      background-color: #df0d7659 !important;
}

.active {
      background-color: #df0d7639;
}

.settings span {
      padding: 1px 6px 2px 9px;
      margin: 4px 8px;
      border: #df0d76 3px solid;
      color: #df0d76;
      border-radius: 6px;
      font-size: 1.15rem;
      font-weight: 700;
      cursor: pointer;
}

.settings b {
      padding: 4px 6px;
      margin: 4px 0px;
      color: #df0d76;
      font-size: 1.25rem;
      font-weight: 800;

}

.around {
      justify-content: space-between;
}

#myDropdown::-webkit-scrollbar {
      display: none;
}



/* scrollbar style */

.mscrollbar::-webkit-scrollbar {
      width: 6px;
      margin: 3px;
      left: -10px;
}

.mscrollbar::-webkit-scrollbar-track {
      border-radius: 6px;
      background-color: #e7e7e7;
      /* border: 1px solid #df0d7633; */
}

.mscrollbar::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #df0d76;
}

.model-open {
      z-index: 99999;
      opacity: 1;
      overflow: hidden;
      display: block;
}

@keyframes ldio-z9ztwszgbu {
      0% {
            transform: rotate(0deg)
      }

      50% {
            transform: rotate(180deg)
      }

      100% {
            transform: rotate(360deg)
      }
}

.ldio-z9ztwszgbu div {
      position: absolute;
      animation: ldio-z9ztwszgbu 1s linear infinite;
      width: 160px;
      height: 160px;
      top: 20px;
      left: 20px;
      border-radius: 50%;
      box-shadow: 0 6.6000000000000005px 0 0 #146ba3;
      transform-origin: 80px 83.3px;
}

.loadingio-spinner-eclipse-s2xqrchhj7 {
      width: 200px;
      height: 200px;
      display: inline-block;
      overflow: hidden;
      background: none;
}

.ldio-z9ztwszgbu {
      width: 100%;
      height: 100%;
      position: relative;
      transform: translateZ(0) scale(1);
      backface-visibility: hidden;
      transform-origin: 0 0;
}

.ldio-z9ztwszgbu div {
      box-sizing: content-box;
}



.fott-p {
      color: #f1f1f1;
      max-width: fit-content;
      font-size: 0.7rem;
      margin-top: 6rem;
      opacity: 0.5;
}

.fott-p a {
      color: #3498DB;
}