@tailwind base;
@tailwind components;
@tailwind utilities;

.whitearrow {
  display: none;
}

select#sel1 {
  background: transparent;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  outline: none;
  margin-top: 12px;
  color: white;
  border: 1px solid #494b51;
  border-radius: 8px;
}

option {
  background: #2a2d37;
  border: none !important;
}

.sidebar {
  margin: 0;
  padding: 0;
  width: 257px;
  background-color: #22262f;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.sidebar a {
  display: block;
  width: 100%;
  font-family: "Plus Jakarta Sans";
  color: #747475;
  padding: 16px;
  text-decoration: none;
  border-left: 2px solid transparent;
  text-decoration: none;
}

.menubar a img {
  margin-right: 11px;
}

.sidebar a.active {
  color: white;
  text-decoration: none;
}

.sidebar a:hover:not(.active) {
  color: white;
  border-left: 2px solid #3267e3;
  text-decoration: none;
}

div.content {
  margin-left: 253px;
  padding: 1px 16px;
  height: auto;
  background-color: #22262f;
  color: white;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }

  .sidebar a {
    float: left;
  }

  div.content {
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

/* sfmk */

.logo h4 {
  font-size: 20px;
  color: white;
  font-weight: 600;
  font-family: "Plus Jakarta Sans";
}

.logo h4 img {
  width: 146px;
  margin-left: -65px;
}

span.whitearrow {
  position: absolute;
  top: 15px;
}

.connect_btn button {
  position: relative;
  border: 2px solid #3267e3;
}

.logo {
  width: 100%;
  display: inline-block;
  margin: 10px 0 26px 14px;
}

.sidenav a {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
  border-left: 2px solid #151718;
  font-size: 17px;
  font-family: "Plus Jakarta Sans";
}

.sidenav a:hover {
  text-decoration: none;
}

a.active {
  border-left: 2px solid #3267e3;
  color: white;
}

.sidenav a img {
  width: 19px;
  margin-right: 2px;
}

.navcontant {
  width: 100%;
  display: inline-block;
  border-top: 1px solid;
  margin-top: 10px;
  padding-top: 14px;
}

.connect_btn {
  width: 100%;
  display: inline-block;
  text-align: right;
  background-color: #22262f;
  padding: 12px 19px 15px 0;

  /* border-bottom: 1px solid #4e4949; */
}

.connect_btn button {
  border: none;
  font-size: 17px;
  font-family: revert-layer;
  font-weight: bold;
  background: #3c3d3e;
  color: black;
  padding: 11px 28px 13px 28px;
  border: 2px solid #3267e3;
  border-radius: 5px;
  font-family: "Plus Jakarta Sans";
  margin-right: 25px;
}

.connect_btn button span {
  font-size: 12px;
  margin-left: 7px;
}

.refarinfo {
  width: 100%;
  display: inline-block;
}

.refarinfo button {
  width: 100%;
}

.cunholder {
  width: 100%;

  margin: 14px 0 8px 0;
}

.cunholder h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans";
  font-size: 26px;
  font-weight: 600;
}

.blur {
  filter: blur(0.2rem);
}

.cunholder p {
  margin: 0;
  font-size: 15px;
  font-family: "Plus Jakarta Sans";
}

.section2 {
  width: 100%;
  display: inline-block;
  margin-top: 19px;
  margin-bottom: 0px;
}

.refarinfo2 {
  width: 100%;
  display: inline-block;
  background: #2a2d37;
  padding: 22px;
  font-size: 16px;
  font-family: "Plus Jakarta Sans";
  border: 1px solid #313131;
  min-height: 116px;
  border-radius: 10px;
}

.refarinfo2 p {
  color: #cccbcb;
  font-weight: bold;
}

span.btnicon img {
  margin-left: 6px;
  transform: rotate(-29deg);
  position: absolute;
  top: 15px;
}

.rs h5 input {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  color: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.refarinfo2 a {
  color: #cccbcb;
  text-decoration: none;
}

.Balance h5 span img {
  width: 14px;
  margin-left: 6px;
}

.refarinfo2 a:hover {
  color: #cccbcb;
  text-decoration: none;
}

.refarinfo2 a span {
  color: #3dd26a;
  margin-left: 5px;
}

.refarinfo3 {
  width: 100%;
  display: inline-block;
  background: #2a2d37;
  font-size: 15px;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  border: 1px solid #313131;
  min-height: 158px !important;
  border-radius: 10px;
}

.refarinfo3 h4 {
  background-color: #3267e3;
  padding: 11px;
  border-radius: 10px 10px 0 0;
  font-size: 17px;
  font-weight: bold;
  font-family: "Plus Jakarta Sans";
}

.refarinfo3 h4 span {
  margin-right: 12px;
}

.refarinfo3 button {
  border: 0;
  background: transparent;
  color: white;
  text-align: left;
  margin-left: 10px;
  margin-top: 11px;
  font-size: 13px;
  font-family: "Plus Jakarta Sans";
}

.purch {
  text-align: center;
  width: 91%;
  display: inline-block;
  background: #2a2d37;
  margin-top: 24px;
  border-radius: 5px;
  border: 1px solid #313131;
}

.purch button {
  margin: 0 !important;
  text-align: revert !important;
  padding: 10px !important;
  font-family: "Plus Jakarta Sans" !important;
  font-weight: bold !important;
}

.refarinfo3 button span {
  margin-left: 15px;
}

.withbalench {
  display: flex;
}

.withbalench span {
  margin: 0px 7px;
}

button.purch {
  margin-top: 19px;
}

.balance_info {
  background: #2a2d37;
  padding: 16px;
  min-height: 86px;
  border-radius: 8px;
  border: 1px solid #313131;
  position: relative;
}
span.greenarrow img {
  position: absolute;
  width: 15px;
  right: 16px;
  transform: rotate(-33deg);
}

.section3_chaid {
  display: flex;
}

.section3 {
  width: 100%;
  display: inline-block;
  margin-bottom: 13px;
  font-family: "Plus Jakarta Sans";
}

.balance_info p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans";
  margin-bottom: 6px;
  color: #c2c2c2;
}

.balance_info h4 {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 19px;
}

.section4 {
  width: 100%;
  display: inline-block;
  margin-top: -1px;
  margin-bottom: 50px;
}

.purace {
  background: #2a2d37;
  padding: 31px;
  width: 100%;
  display: inline-block;

  border-radius: 7px;
  border: 1px solid #313131;
}

.purace h3 {
  font-size: 19px;
  font-weight: 600;
  margin: 0;
  font-family: "Plus Jakarta Sans";
}

.purace h6 {
  font-size: 12px;
  font-family: "Plus Jakarta Sans";
  color: #878787;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}

.price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
}

.price_right {
  width: 45%;
  display: flex;
  justify-content: space-around;
  background: #2a2d37;
  padding: 0;
  border-radius: 10px;
  flex-direction: column;
}

.rs h5 {
  font-family: "Plus Jakarta Sans";
  font-weight: 800;
}

.Balance p {
  font-size: 10px;
  margin: 0;
  margin-bottom: 7px;
  text-align: right;
  font-family: "Plus Jakarta Sans";
}

.rs {
  margin-top: 1px;
  padding: 0px 13px;
}

.rs h5 {
  font-family: "Plus Jakarta Sans";
  font-weight: 800;
  font-size: 15px;
}

.Balance h5 {
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  background: #2a2d37;
  font-family: "Plus Jakarta Sans";
  padding: 8px;
  border-radius: 6px;
}

/* .Balance h5 span {
  background: #476059;
  margin-left: 5px;
  width: 17px;
  height: 20px;
  display: inline-block;
  border-radius: 64px;
  font-size: 17px;
} */

.price_left {
  background: #2a2d37;
  width: 44%;
  border-radius: 5px;
}

.price_left h4,
.price_right h4 {
  font-size: 12px;
  background: #3267e3;
  padding: 8px;
  border-radius: 5px 5px 0 0;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
  text-align: center;
}

.wii_get {
  width: 100%;
  display: flex;
  font-size: 14px;
  justify-content: center;
}

.wii_get p {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 12px;
  font-family: "Plus Jakarta Sans";
}

.reffer p {
  font-size: 12px;
  border-radius: 10px;
  background-color: #2a2d37;
  width: 100%;
  padding: 10px;
  font-family: "Plus Jakarta Sans";
}

.reffer {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}

span.hline {
  margin-left: 11px;
  color: #4e4e4e;
}

span.usericon {
  color: #3267e3;
  margin-left: 12px;
}

.section4 button,
.approve_button {
  border: 0;
  background: #3267e3;
  color: white;
  width: 100%;
  font-size: 16px;
  padding: 9px 0;
  font-weight: 600;
  border-radius: 8px;
  font-family: "Plus Jakarta Sans";
  border: 1px solid #313131;
  position: relative;
}

.widthdrow {
  background: #2a2d37;
  padding: 31px;
  width: 102%;
  display: inline-block;
  font-family: "Plus Jakarta Sans";
  border-radius: 7px;
  border: 1px solid #313131;
}

.widthdrow.approve-token-new {
  background: #2a2d37;
  padding: 5px;
  width: 100%;
  display: inline-block;
  font-family: "Plus Jakarta Sans";
  border-radius: 7px;
  border: 1px solid #313131;
}

.widthdrow h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans";
}

.widthdrow h3 span {
  margin-left: -5px;
}
input::placeholder {
  font-weight: 400 !important;
  text-align: center;
}
.widthdrow p {
  font-size: 15px;
  color: #878787;
  font-weight: 700;
}

.Available {
  margin-left: 6px;
  margin-bottom: 6px;
  display: inline-block;
  background: #2a2d37;
  border-radius: 5px;
}

.Available p {
  padding: 10px 12px;
  background: #3267e3;
  border-radius: 5px 5px 1px 0;
  color: white;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}

.Available input {
  background: transparent;
  width: 113%;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  outline: none;
  margin-top: 12px;
  color: white;
  border: 1px solid #494b51;
  border-radius: 8px;
}

.widthdrow h6 {
  font-size: 14px;
  font-weight: bold;
  color: #878787;
  font-family: "Plus Jakarta Sans";
  margin-bottom: 20px;
}

.arrow {
  margin-top: 16px;
}

span.whitearrow img {
  width: 11px;
}

.Level_Information {
  background: #2a2d37;
  padding: 0;
  border-radius: 8px;
}

.Level_Information h2,
.approve-heading {
  font-size: 17px !important;
  font-family: "Plus Jakarta Sans";
  color: white;
  margin-bottom: 17px;
  padding: 0 38px;
  font-weight: bold;
  background: #3267e3;
  padding: 12px 37px;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.css-1kgliau {
  color: white !important;
  margin: 0;
  display: block;
  font-weight: bold !important;
  line-height: normal;
  text-align: left;
  text-wrap: inherit;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Level_cricle_white {
  background-color: white;
  width: 29px;
  height: 29px;
  border-radius: 50%;
}

.circle_Linformation {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.circle_width {
  margin-bottom: 15px;
  text-align: center;
  padding: 2px 16px;
}

@media screen and (max-width: 400px) and (min-width: 325px) {
}

@media screen and (min-width: 701px) and (max-width: 1500px) {
  nav.navbar.navbar-expand-md {
    display: flex;
    flex-direction: column;
  }

  div#collapsibleNavbar {
    display: flex;
    flex-direction: column;
  }

  .togglebtn {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .refarinfo2 {
    padding: 20px;
    font-size: 14px;
  }

  .refarinfo3 {
    min-height: 160px;
  }

  .section3_chaid {
    display: flex;
    flex-wrap: wrap;
  }

  .refarinfo3 button {
    margin-left: 2px;
    font-size: 9px;
  }

  .refarinfo3 h4 {
    font-size: 15px;
  }

  .balance_info {
    padding: 13px;
    position: relative;
  }

  .balance_info p {
    font-size: 10px;
  }

  .balance_info h4 {
    font-size: 19px;
  }

  .purace h6 {
    font-size: 11px;
    margin-top: 7px;
  }

  .price {
    display: flex;
    margin-top: 26px;
    flex-direction: column;
  }

  .price_right {
    width: 100%;
  }

  .arrow {
    margin-top: 7px;
    text-align: center;
    margin-bottom: 10px;
    transform: rotate(-90deg);
  }

  .price_left {
    width: 100%;
  }

  span.container {
    font-size: 10px;
  }

  .section4 button {
    font-size: 14px;
  }

  .widthdrow p {
    font-size: 13px;
    color: #878787;
    font-weight: 700;
  }

  .widthdrow h3 {
    font-size: 18px;
  }

  .Available p {
    font-size: 13px;
    color: white !important;
    font-weight: 700;
  }

  .widthdrow h6 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .refarinfo2 p {
    font-size: 17px;
  }

  .refarinfo2 {
    margin-bottom: 15px;
  }

  .refarinfo3 button {
    margin-left: 2px;
    font-size: 18px;
  }

  .purace {
    margin-bottom: 21px;
  }

  .section3_chaid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar a {
    width: 100%;
  }

  .logo {
    display: flex;
    justify-content: flex-start;
    margin-top: 19px;
    margin-bottom: 6px;
  }

  span.navbar-toggler-icon {
    font-size: 26px;
    color: white;
    margin-top: 12px;
  }
  .logos_menu {
    margin-top: 4px;
  }

  .connect_btn {
    text-align: center;
  }

  .purace {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 640px) {
  .balance_info {
    margin: 0;
    margin-bottom: 15px;
  }

  .widthdrow {
    margin-top: 0;
  }

  span.container {
    font-size: 10px;
    margin-top: 8px;
    display: inline-block;
  }
}

@media only screen and (max-width: 480px) {
  .refarinfo3 button {
    margin-left: 2px;
    font-size: 11px;
  }

  .refarinfo2 p {
    font-size: 13px;
  }

  .balance_info {
    width: 100%;
    margin: 0;
    margin-bottom: 12px;
  }

  .section3 {
    margin-bottom: 3px;
  }

  span.container {
    font-size: 6px;
  }

  .purace {
    margin-bottom: 15px;
    padding: 18px;
  }

  span.container {
    font-size: 10px;
    margin-top: 8px;
    display: inline-block;
    overflow: hidden;
  }

  .widthdrow {
    margin-top: 2px;
    padding: 19px;
  }

  .logo {
    margin-top: 10px;
    margin-bottom: -12px;
    position: relative;
  }

  .cunholder h2 {
    font-size: 21px;
  }

  .cunholder p {
    font-size: 14px;
  }

  .togglebtn button {
    padding: 0;
  }

  nav.navbar.navbar-expand-md {
    padding: 4px;
  }

  .menucontant {
    margin-top: 15px;
  }

  span.navbar-toggler-icon {
    font-size: 24px;
    color: white;
  }

  .logo h4 {
    font-size: 15px;
  }

  .logo h4 img {
    width: 149px;
    margin-left: 8px;
  }

  .connect_btn button {
    right: 14px;
    font-size: 11px;
    position: absolute;
    top: 17px;
    padding: 13px 27px;
    background: #3c3d3e;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #3267e3;
    margin-right: 5px;
  }
  span.whitearrow {
    position: absolute;
    top: 9px;
  }
  .footer {
    bottom: 0;
    color: #fff;
  }
  .connect_btn {
    padding: 0;
    border: none;
  }

  .menubar {
    width: 100%;
  }
  .sidebar a {
    width: 100%;
    text-align: left;
  }

  span.sell_history {
    margin-left: 3px;
  }

  .refarinfo2 {
    padding: 21px;
  }

  .refarinfo2 p {
    font-size: 14px;
  }

  span.greenarrow img {
    margin-left: 6px;
    transform: rotate(-25deg);
    position: absolute;
    right: 24px;
    top: 20px;
  }
}

.widthdrow.approve-token-new {
  padding: 0;
  border: none;
}

.approve-heading {
  margin-bottom: 10px !important;
}

html body {
  overflow-y: hidden !important;
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  .desktop-logo {
    display: none;
  }
  .mobile-logo {
    display: block;
    width: 70px;
  }
  .mobile-logo img {
    width: 87px !important;
    margin-top: 9px;
  }
}
@media (min-width: 768px) {
  .mobile-logo {
    display: none;
  }
  .desktop-logo {
    display: block;
  }
}

.link-copy-input {
  background: none;
  color: white;
  border: none;
  font-weight: 600;
  width: 83%;
  margin-top: 5px;
}
.link-copy-input:focus-visible {
  outline: none;
}

.date_table {
  width: auto;
  text-wrap: nowrap;
}

.collapse a {
  font-weight: bold;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2a2d37;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2a2d37;
  border-radius: 10px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(203px, 1fr));
  gap: 24px;
}

.grid-item {
  background-color: #f0f0f0;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

.select_main {
  height: 22px;
  background: transparent;
  color: white;
  border: none;
}
.loader_new > span {
  width: 100px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
.approve_button {
  width: 94% !important;
  margin-bottom: 10px;
}

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

.loader_new {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.error_para {
  color: red;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: -8px;
  left: 11px;
}

.error_span_div {
  position: relative;
}

.flex-main {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  gap: 20px;
}

.select_main option {
  background-color: #2a2d37 !important;
}

.select_main:focus-visible {
  outline: none !important;
  border: none !important;
}

.stack_button {
  margin-top: 11px;
  border-radius: 4px;
}

.new_slect {
  background-color: #22262f;
  width: 95%;
  height: 43px;
  margin: auto;
  border-radius: 10px;
  padding: 6px;
}

.new_slect select {
  width: 95%;
  height: 32px;
  margin: auto;
}
