/* =========================================== old css =====================================  */

@import url('https://fonts.cdnfonts.com/css/config-condensed');               
 



*{
    font-family: 'Poppins', sans-serif;
}



body, html {
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
    background: #181722;
    
}
::-webkit-scrollbar{
    width: 0;
}
body {
    background: #181722;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background-color: #181722;
    color: #000;
    background: #181722;
    
    --main-color: #ecdd00;
  --mc: var(--main-color);
}
 
a{
    text-decoration: none;
}
a:hover {
    color: var(--mc);
}
.h-full {
    min-height: 100vh;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.3;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}

.text-success {
    color: var(--mc)!important;
}

.btn {
  border-radius: 10px;
  border-bottom: 3px solid #8E8E8E;
  background: #FFF;
  display: block;
  width: 100%;
  text-align: center;
  color: #000; 
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 18px;
  box-shadow: none !important;
  outline: 0 !important;
  border-color: #8E8E8E !important;
}
.btn-success {
    border-radius: 10px;
    border-color:#ffe71b !important;
    background: #ffe71b !important;
     font-weight: bold;
}
.btn-success:hover, .btn-success:focus {
    color: #000; 
}
.btn-link:hover {
    color: #ffffff;
}

.btn-theme{
    position: relative;
    overflow: hidden;
}
.btn-theme span {
    position: relative;
    z-index: 1;
}
.btn-theme::before {
    animation: shine 3s ease-out infinite;
}
.btn-theme::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%,
      rgb(255 255 255),
      rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
    z-index: 0;
}
  
  @keyframes shine {
    0% {
      left: -100px;
    }
  
    60% {
      left: 100%;
    }
  
    to {
      left: 100%;
    }
  }



.app_wrraper   {
    background-image: url(../images/app_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}



  .splash_wrapper {
    background: url(../images/bg_1.png) no-repeat top /cover fixed;
    /*! background-repeat: no-repeat; */
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}
.splash_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.logo_text {
    width: 100%;
}
.splash_action {
    width: 100%;
}

.text_img {
    position: relative;
}

.text_img img {
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 87px;
}


form.login_form {
    width: 100%;
}

.form-group label {
    opacity: 0.5;
    font-weight: 300;
    display: block;
    margin-bottom: 9px;
}
#country,
.form-control,
.login__form form .input__item input {
    border-radius: 10px;
    border: 1px solid rgba(219, 255, 0, 0.10);
    background-color: rgb(244,240,236);
    backdrop-filter: blur(10px);
    height: 50px;
    flex-shrink: 0;
    color: var(--mc);
    padding: 0 14px;
}

.form-select {
    background-image: url(../images/select_arrow.svg);
}
.form-select option {
  background: #333 !important;
  color: #fff;
}
.form-control:focus {
    border-color: rgb(255 255 255 / 0.10);
    background: rgb(255 255 255 / 22%);
    box-shadow: none;
    color: var(--mc);
}

.btn-link {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    background: transparent;
}

.otp-group {
    position: relative;
    overflow: hidden;
}

.otp-group input {
    padding-right: 100px;
}


.otp-group .btn {
    position: absolute;
    right: 7px;
    bottom: 7px;
    display: inline-block;
    max-width: fit-content;
}

.btn-sm {
    border: 0;
    padding: 6px 17px;
    font-size: 15px;
    border-radius: 8px;
}






.btn-icon {
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
}
.app_nav {
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.app_body {
    padding-top: 20px;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.otp-input.form-control {
    font-size: 18px;
}




/* ripple animtion */

.circle-ripple {
    width: 138px;
    height: 138px;
    border-radius: 19em;
    animation: ripple 10s linear infinite;
    margin: 0 auto;
    display: block;
    background: #ffffff2b;
    box-shadow: 0 0 0 2em #e3e3e314, 0 0 0 5em #ffffff12, 0 0 0 8em #ffffff0a;
    margin-top: 70px;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 1.5em #e3e3e314, 0 0 0 4em #ffffff12, 0 0 0 7em #ffffff0a;
   }
    100% {
        box-shadow: 0 0 0 2em #e3e3e314, 0 0 0 5em #ffffff12, 0 0 0 8em #ffffff0a;
   }
}

.success_text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}
.text-green {
    color: #39DA2B !important;
}
.success_text h2 {
    font-size: 35px;
    font-weight: 700;
}
 




.btn_wallet {
    border-radius: 61px;
    border: 1px solid rgba(219, 255, 0, 0.20);
    background: rgba(255, 255, 255, 0.10);
    padding: 2px;
    color: #fff;
    font-size: 14px;
    padding-right: 7px;
}


.btn_wallet .btn_icon {
    background: var(--mc);
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #000;
}
.btn_wallet .btn_text {
    padding: 0 0 0 5px;
}


.app_title {
  font-family: 'Config Condensed', sans-serif !important;
  font-weight: 600;
  font-size: 30px;
}


.app_title *, .font_config {
  font-family: 'Config Condensed', sans-serif !important;
}

/*  */
.ico {
  margin: 0 auto;
  text-align: center;
  width: 70px;
  height: 70px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  filter: url("#goo");
  transform: scale(0.4);
  transform-origin: center -40px;
  margin: -34px auto -50px;
}
.ico .circle {
    background: var(--mc);
    border-radius: 15px;
    display: inline-block;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center;
}
.ico .circle.circle-top {
    height: 33.3333333333px;
    width: 34.666667px;
    -webkit-animation: blob-1-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: blob-1-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    z-index: 0;
    top: -8px;
}
  .ico .circle.circle-bottom {
    height: 33.3333333333px;
    width: 41.6666666667px;
    -webkit-animation: blob-2-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
            animation: blob-2-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    z-index: 9;
    bottom: -8px;
  }
  .ico .st-arrow {
    fill: #000;
    -webkit-animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
            animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
    perspective: 9000px;
    transform: translateZ(0);
    transform-origin: bottom;
  }
  
  .svg {
    z-index: 9;
    position: relative;
  }
  
  @-webkit-keyframes blob-1-anim {
    0% {
      transform: translateX(-50%) translateY(0);
    }
    14% {
      transform: translateX(-50%) translateY(-8px);
    }
    24% {
      transform: translateX(-50%) translateY(0);
    }
    100% {
      transform: translateX(-50%) translateY(0);
    }
  }
  
  @keyframes blob-1-anim {
    0% {
      transform: translateX(-50%) translateY(0);
    }
    14% {
      transform: translateX(-50%) translateY(-8px);
    }
    24% {
      transform: translateX(-50%) translateY(0);
    }
    100% {
      transform: translateX(-50%) translateY(0);
    }
  }
  @-webkit-keyframes blob-2-anim {
    0% {
      transform: scale(1) translate(-50%, 10px);
    }
    30% {
      transform: scale(1) translate(-50%, 10px);
    }
    70% {
      transform: scale(1) translate(-50%, 10px);
    }
    95% {
      transform: scale(1) translate(-50%, 26px);
    }
    100% {
      transform: scale(1) translate(-50%, 10px);
    }
  }
  @keyframes blob-2-anim {
    0% {
      transform: scale(1) translate(-50%, 10px);
    }
    30% {
      transform: scale(1) translate(-50%, 10px);
    }
    70% {
      transform: scale(1) translate(-50%, 10px);
    }
    95% {
      transform: scale(1) translate(-50%, 26px);
    }
    100% {
      transform: scale(1) translate(-50%, 10px);
    }
  }
  @-webkit-keyframes scrolly {
    0% {
      transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
    }
    30% {
      transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }
    70% {
      transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }
    95% {
      transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }
    100% {
      transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }
  }
  @keyframes scrolly {
    0% {
      transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
    }
    30% {
      transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }
    70% {
      transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }
    95% {
      transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }
    100% {
      transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }
  }




.item_row{
    padding: 30px 0;
}


.card {
  border-color: #ffffff05;
  border-radius: 25px;
  background-color: #ffffff0f;
  backdrop-filter: blur(11px);
}
.card-body{
    padding: 5px;
} 


.nft_img {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.card-img-overlay {
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, #000000 112.94%);
  padding: 18px 10px 10px;
  top: auto;
  font-size: 12px;
}

.card-img-overlay img {
    width: 100%;
}


.card-footer {
  border: 0;
  padding: 5px;
}

.btn-circle { 
  max-width: fit-content;
  border-radius: 50px;
  line-height: 1;
  border: 0;
  font-size: 16px;
  width: 36px;
  height: 36px;
  max-height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-footer .btn_wallet {
  display: flex;
  font-size: 11px;
  padding: 2px;
  font-weight: normal;
  color: #ffffff75;
  align-items: center;
  justify-content: space-between;
}

span.btn_img_icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff2b;
  border-radius: 50px;
}

span.btn_img_icon img {
  width: 14px;
  height: 14px;
  object-fit: scale-down;
  object-position: center;
}
.card-footer .btn_wallet .btn_text {
  padding: 0 5px;
}

.card-footer {
  display: flex;
}



.text_disable {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  opacity: 0.4;
}




/* footer nav css */



.footer_menu_sec .nav {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  height: 50px;
  filter: drop-shadow(0 0 5px rgba(31, 31, 31, 0.1));
  position: fixed;
  bottom: 10px;
  background: url(../images/subtract.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 355px;
  height: 72px;
  background-position: bottom center;
  left: 50%;
  transform: translateX(-50%);
  /* background-color: #ffffff1a; */
  border-radius: 70px;
  backdrop-filter: blur(11px);
  padding: 0 8px;
}
 
 /* .curve {
  flex-basis: auto !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M99,0A36.33,36.33,0,0,0,70,15,25,25,0,0,1,30,15,36.33,36.33,0,0,0,1,0H0V50H100V0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  width: 100px;
 }
  */
  
.nav-slot {
  width: calc(20% - 0px); 
}

 
.floating-button {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 3;
  text-align: center;
  color: #ffffff94;
  border-radius: 50%;
  bottom: 35px;
  box-shadow: 0 0 6px 7px #ffffff00;
  z-index: 1;
  transition: 0.3s all;
  left: 50%;
  transform: translate(-50%, -11px);
}
 
 .floating-button:hover {
  /* bottom: 40px; */
  transition: 0.3s all;
 }
 
 .nav-slot .nav-link {
  display: block;
  padding: 12px 10px 12px;
  color: #ffffff94;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  text-align: center;
  font-size: 13px;
}

.nav-slot .nav-link img {
  display: block;
  text-align: center;
  margin: 0 auto 3px;
}
.nav-slot.curve {
  /* transform: translate(11px, -12px); */
  text-align: center;
}

.menu_img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  object-fit: scale-down;
  object-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  position: relative;
}

.menu_img:before {
  content: "";
  background: var(--mc);
  opacity: 0.7;
  filter: blur(11px);
  position: absolute;
  top: 8px;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  z-index: -1;
  opacity: 0;
}


.menu_1_img{
  background-image: url(../images/f_menu_1.svg);
}
.menu_2_img{
  background-image: url(../images/f_menu_2.svg);
}

.menu_4_img{
  background-image: url(../images/f_menu_4.svg);
}
.menu_5_img{
  background-image: url(../images/f_menu_5.svg);
}


.footer_menu_sec {
    height: 72px;
}


.nav-slot .nav-link:hover  .menu_1_img, .nav-slot .nav-link.active  .menu_1_img {
  background-image: url(../images/f_menu_1_active.svg);
}
.nav-slot .nav-link:hover  .menu_2_img, .nav-slot .nav-link.active  .menu_2_img {
  background-image: url(../images/f_menu_2_active.svg);
}
.nav-slot .nav-link:hover  .menu_4_img, .nav-slot .nav-link.active  .menu_4_img {
  background-image: url(../images/f_menu_4_active.svg);
}
.nav-slot .nav-link:hover  .menu_5_img, .nav-slot .nav-link.active  .menu_5_img {
  background-image: url(../images/f_menu_5_active.svg);
}

.nav-slot .nav-link:hover  .menu_img:before, .nav-slot .nav-link.active  .menu_img:before {
  opacity: 0.6;
}
 
.nav-slot .nav-link.active, .nav-slot .nav-link:hover, .floating-button.active {
  color: var(--mc);
}

.earn_bg{
  background-image: url(../images/earn_main_bg.png);

}


.roadmap_bg {
  background-image: url(../images/roadmap_bg.png);
  background-attachment: unset;
  background-size: 100%;
}

.visible-hidden {
  visibility: hidden;
}

.main_bg_layer {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.00) 0%, rgba(18, 18, 18, 0.18) 11.46%, #121212 26.56%, #121212 92.71%, rgba(18, 18, 18, 0.00) 100%);
    min-height: 100vh;
}

 

.id_card {
  background-image: url(../images/id_card_bg.svg);
  background-size: 100%;
  background-position: center;
  display: block;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 153px;
  background-repeat: no-repeat;
}

.id_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 7px;
}

.id_hedadr {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  color: #fff;
  width: 100%;
}

.id_hedadr span {
  max-width: calc(100% - 65px);
}
.head_icon {
  background: #3A3C3E;
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  margin-top: -18px;
  margin-right: -18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.list_row {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_card {
  padding: 6px;
  background: #2C2E30;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 5px;
}

.list_order {
  width: 47px;
  height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #EEF4CF;
  border-radius: 18px;
  color: #000;
  font-weight: 600;
}

.list_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 47px);
  padding: 0 13px;
  font-size: 16px;
  line-height: 1.5;
}

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

.list_data b small {
  display: block;
  font-weight: normal;
  color: #C5C5C5;
  font-size: 12px;
}
.list_data b em { 
  font-style: normal;
  color: #C5C5C5; 
}

.list_data b {
  font-weight: 600;
}


.btn-outline-light {
  color: #f8f9fa;
  border: 1px solid #9A9A9A!important;
}

.list_data .btn-sm {
  padding: 7px 11px;
  font-size: 12px;
}

.list_data p small {
  display: block;
  font-weight: normal;
  color: #C5C5C5;
  font-size: 13px;
  text-align: right;
}
.list_data p small em {
  font-style: normal;
  color: #C5C5C5; 
}





/* task page */

.task_bg {
  background-image: url(../images/task_bg.png);
  background-size: 100%;
  background-attachment: unset;
}

.task_nft {
  margin-top: 80px;
}
.nft_item {
  border-radius: 25px;
  border-top: 4px solid rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(35px);
  background: #0000003d;
  box-shadow: 0px 20px 13px -10px #ffffff24;
  position: relative;
}
.nft_item .card {
  border: 1px solid #ffffff7a;
}

.task_nft .base_img {
  max-width: 294px;
  margin-top: -36px;
}

.card_hidden_upload {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}


.btn.btn-md {
  padding: 10px;
}
.task_nft {
  margin-top: 30px;
  margin-bottom: 40px;
}
.task_content h4 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  margin: 1px 0 10px;
}

.nwc_progress p {
  color: rgba(255, 255, 255, 0.50);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
}

.progress_card {
  background: #EEF4CF;
  border-radius: 20px;
  padding: 15px;
}
.progress_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 3px;
}
.nwc_progress {
  margin-bottom: 15px;
}

.task_content .card-body {
  padding: 12px;
}






.progress_card.nwc_body b {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 3px;
  line-height: 1.1;
}

.progress_card.nwc_body b small {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.form-group-inline {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.btn-copy.btn-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 41px;
  background: #D3DCA1;
  border: 0;
  color: #000;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.form-group-inline input, .form-group-inline select {
  height: 36px;
  flex-shrink: 0;
  border-radius: 41px;
  background-color: #D3DCA1 !important;
  color: #000 !important;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  width: calc(100% - 40px);
  margin-right: 4px;
}
sub {
  bottom: 0;
  font-size: 62%;
  padding: 0 5px;
}



.table-si {
  background: #171815;
  border-radius: 25px;
}



.table-si {
  background: #171815;
  border-radius: 25px;
  padding: 15px;
  font-size: 13px;
}

.si_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.5;
  font-weight: noramal;
  
  padding: 9px 0;
}
.si_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  border-top: 1px solid #333;
  font-size: 12px;
}





.in_level {
  text-align: center;
  position: relative;
}


.in_level h5 {
  font-size: 16px;
  display: block;
}
.in_level h5 small {
  font-size: 13px;
  display: block;
}

span.in_type {
  background: #EEF4CF;
  border-radius: 23px;
  color: #333;
  font-weight: 700;
  padding: 3px 11px;
  width: 100%;
  font-size: 12px;
}
span.in_line {
  width: 1px;
  height: 100%;
  background: #414141;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  transform: rotate(14deg);
}


.table-si.si_card.in_level {
  padding: 15px 0 0 0;
  overflow: hidden;
  border-radius: 20px;
}

.table-si.si_card.in_level .in_type {
  width: 100%;
  display: block; 
  border-radius: 0;
}

.roal_card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  border-radius: 25px;
  overflow: hidden; 
background: #171815;
}

.royal_left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  padding: 16px;
  border-right: 2px solid #2C2E30;
  min-width: 103px;
}

.royal_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 3px;
  padding-left: 13px;
}


.royal_right p {
  font-size: 13px;
  margin: 3px 0;
}

.bg-success {
  background-color: var(--mc)!important;
  border-color: var(--mc)!important;
}


.per_card {
  height: 100%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
  height: 62px;
  min-width: 70px;
  padding: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.roal_card:not(:last-child) {
  margin-bottom: 5px;
}

.royal_left strong {
  line-height: 1.2;
}


.note_text {
  padding: 15px 10px 0;
  font-size: 12px;
}
.note_text p {
  margin-bottom: 0;
}
.note_text p:not(:last-child) {
  margin-bottom: 10px;
}

.text_trems .note_text p {
  margin-bottom: 0;
}
.text_trems .note_text p:not(:last-child) {
  margin-bottom: 4px;
}


.short_line_height{
  line-height: 1.4;
}







/* modal slip css */

.modal_slip  .modal-dialog {
    margin: 0 24px;
}
 
.modal_slip  .modal-content {
  background: #EEF4CF;
  border: 0;
  border-radius: 0;
  color: #000;
  position: relative;
}



.modal_slip .modal-content:before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  background-image: url(../images/slip_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -11px;
}

.modal_slip .modal-content:after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  transform: rotate(180deg);
  background-image: url(../images/slip_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -11px;
}




.modal_slip .m_header {
  text-align: center;
  padding: 11px 0 1px;
  border-bottom: 1px solid #D6DCBA;
  margin-bottom: 15px;
}

h5.font_config {
  color: #000;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1px;
}

.m_header p {
  color: #808080;
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
}


.slip_item {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  padding: 6px 0; 
}


.slip_item span { 
  color: rgba(0, 0, 0, 0.50) !important;
}

.slip_item.item_last {
  border-top: 2px dashed rgb(0 0 0 / 20%);
  margin-top: 15px;
  padding-top: 10px;
}
.modal_slip .btn-warning {
  color: #000 !important;
  background-color: #ffc107 !important;
}

.modal_slip .modal-footer {
  border: 0;
}
.modal_slip .modal-footer>* {
  margin: 0;
}


.modal_slip .modal-footer .btn-sm {
  border-bottom: 2px solid #00000047 !important;
}

.modal-backdrop { 
  background-color: #0009;
  backdrop-filter: blur(8px);
  opacity: 1 !important;
}




.upload_item {
  background: #ffffff14;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 2px dashed var(--mc)17;
  backdrop-filter: blur(11px);
}
.upload_item .nft_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nft_content i {
  color: #aab8c28f;
  font-size: 60px;
  display: block;
  text-align: center;
  line-height: 1;
}

.nft_content small {
  color: #AAB8C2;
  font-size: 16; 
}

.form-group-inline input::placeholder{
  color: #777A68;
}

.form-select.select_bg_dark {
  background-image: url(../images/select_arrow_dark.svg) !important;
  background-repeat: no-repeat;
  background-position: right center !important;
}

.nft_prev span.btn_img_icon {
  height: 40px;
  width: 40px;
}


.nft_prev span.btn_img_icon img {
  width: 18px;
  height: 18px;
}
.nft_prev  .card-footer .btn_wallet .btn_text { 
  font-size: 15px;
  padding-left: 16px;
}

.share_nft {
  display: block;
  text-align: center;
  margin: 22px auto 0;
}
.share_nft a {
  font-size: 32px;
  margin: 0 5px;
  color: #AAB8C2;
}


.stake_bg{
  background-image: url(../images/stake_bg.png);
}
.card_slip hr {
  opacity: 1;
  border: 1.5px dashed #f3f3f314;
  background: transparent;
}
 
.card_dark.card_slip {
  background-image: url(../images/card_slip_bg.svg);
  background-color: transparent;
  backdrop-filter: blur(0px);
  border: 0;
  border-radius: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}


.card_slip .card-body {
  padding: 24px 30px;
}





.modal_bottom .modal-content:before {
  content: "";
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  background-image: url(../images/modal_payment_top_bar.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -14px;
}

.modal_bottom  .modal-content {
  background: #2C2E30;
  border-radius: 0;
  border: 0;
}


.bal_card {
  background: #EEF4CF;
  padding: 20px;
  margin: 20px 0 0;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-outline {
  border: 1px solid #3333;
  background: transparent;
}

.bal_card  .btn {
  width: auto;
  max-width: fit-content;
  height: auto;
  padding: 7px 20px;
  font-size: 14px;
}

.modal_bottom  .btn-sm {
  border-bottom: 2px solid;
}


.modal_bottom  .modal-footer {
  border: 0;
}




.modal-dialog-end {
  display: flex;
  align-items: end;
  min-height: calc(100% - 0rem);
}



.card_dark.card_slip.bg_card {
  background: #212224;
  border-radius: 25px;
}

.pre_amount {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
 

.pre_amount span {
  display: flex;
  align-items: center;
  justify-content: space-evenly; 
  background: #ffffff1a;
  border-radius: 8px;
  padding: 7px 1px;
  width: calc(25% - 5px);
  font-size: 12px;
  font-weight: 500; 
}

.pre_amount span.active {
  background: var(--mc);
  color: #333;
   
}


.qr_data img {
  margin: 14px 0;
  border-radius: 20px;
  width: 100%;
}
.text-danger {
  color: #FF6666!important;
}



 

.h_pills {
  border-radius: 61px;
  border: 1px solid rgba(219, 255, 0, 0.50);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(5px);
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

 
.h_pills .nav-item {
  width: 33.333333%;
}
 

.h_pills .nav-item .nav-link {
  width: 100%;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
  font-weight: 500;
}

.h_pills .nav-item .nav-link.active {
   background: var(--mc);
   color: #000;
}

.his_filter {
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(5px);
  padding: 8px 0;
}

.his_filter span {
  border-radius: 40px;
  border: 1px solid #FFF;
  opacity: 0.5;
  display: inline-flex;
  padding: 7px 15px;
  line-height: 1;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
.his_filter span.active { 
  border: 1px solid var(--mc); 
  color: var(--mc); 
}


.list_data b sub {
  font-weight: 300;
}



.profile_bg{
  background: url(../images/profile_bg.png);
}




.profile_card {
  border-radius: 25px;
  background: #EEF4CF;
  overflow: hidden;
}
 

.p_card_1 {
  padding: 15px;
  display: flex;
  align-items: center;
  padding-bottom: 0;
  justify-content: space-between;
  padding-left: 20px;
}

.p_card_data h5 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.p_card_data p {
  font-size: 14px;
  margin-bottom: 10px;
}
.p_card_img {
  padding-left: 10px;
}

.p_card_img img {
  max-width: 120px;
  display: block;
}



.p_list {
  border-top: 2px solid #212224;
  padding: 10px 0;
}

a.p_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: #000000;
  font-weight: 600;
  font-size: 13px;
}


.p_card_data .progress_card {
  border: 1px solid #3333;
  border-radius: 50px;
  
  margin-bottom: 10px;
  padding: 2px !important;
}
.line-height-one {
  line-height: 1;
}

.ver_badge {
  margin-top: -6px;
  margin-left: 5px;
}

.profile_form .form-control {
  font-size: 15px;
  padding: 12px 21px !important;
  width: 100%;
}


.radio-group {
  display: block;
  width: 100%;
}


 
.radio-group  .form-check.form-check-inline .form-check-input[type=radio] {
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    border: 2px solid #ffffff2e;
    margin-right: 12px;
    box-shadow: none;
}


.form-check-input:checked[type=radio]{
  border-color: #fff;
}





.roadmap_sec .sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
}

.roadmap_sec li {
  /* border-left: 1px solid #abaaed; */
  position: relative;
  margin-left: 0;
  text-decoration: none;
  list-style: none;
  padding: 10px 10px 10px 20px;
  display: flex;
  align-items: flex-start;
}


.roadmap_sec li:last-child {
  border: 0px;
  padding-bottom: 0;
}

.roadmap_sec li span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  left: -17px;
  top: 14px;
  background: linear-gradient(180deg, #FFF 0%, #FAFAFA 27.97%, #EEE 57.93%, #D9D9D9 87.89%, #CFCFCF 99.88%);
  display: inline-block;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #fff;
}

.roadmap_sec .time {
  color: #2a2839;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}


.roadmap_sec  p {
  color: #4f4f4f;
  font-family: sans-serif;
  line-height: 1.5;
  margin-top: 0.4rem;
}


.roadmap_sec .sessions:before {
  content: "";
  position: absolute;
  left: 20px;
  height: 100%;
  background: #fff;
  width: 10px;
  border-radius: 10px;
  background: linear-gradient(180deg, #04A7B6 0%, #514A97 18.88%, #923993 41.54%, #D64B54 60.09%, #E85831 74.17%, #F6B50B 92.66%, #F8D602 100%);
}


.rc_content {
  padding-left: 20px;
}

.roadmap_sec .time {
  color: aliceblue;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  line-height: 1;
}



.roadmap_sec  p {
  color: #F6F6F6;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
}




.roadmap_sec li.rc_1 .time {
    color: #02a9b7;
}

.roadmap_sec li.rc_1 hr {
  background-color: #02a9b7;
  height: 2px;
}


.roadmap_sec li.rc_2 .time {
  color: #5E4596;
}

.roadmap_sec li.rc_2 hr {
background-color: #5E4596;
height: 2px;
}
.roadmap_sec li.rc_3 .time {
    color: #943993;
}

.roadmap_sec li.rc_3 hr {
  background-color: #943993;
  height: 2px;
}
.roadmap_sec li.rc_4 .time {
    color: #D2485B;
}

.roadmap_sec li.rc_4 hr {
  background-color: #D2485B;
  height: 2px;
}


.roadmap_sec li.rc_5 .time {
    color: #F16620;
}

.roadmap_sec li.rc_5 hr {
  background-color: #F16620;
  height: 2px;
}


.roadmap_sec li.rc_6 .time {
    color: #F8D602;
}

.roadmap_sec li.rc_6 hr {
  background-color: #F8D602;
  height: 2px;
}





ul.nofti_list {
  list-style: none;
  padding: 0;
}


.nofti_list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px 0;
}

.nofti_content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}


.nofti_content p {
  color: #a1a1a1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}


.nofti_content b {
  color: #fff; 
  font-weight: 400;
}
.nofti_content > img {
  margin-right: 14px;
  margin-top: 5px;
}


.nofti_content small {
  font-size: 12px;
  opacity: 0.7;
  font-weight: normal;
}


a.btn-white_border_mini {
  border-radius: 40px;
  border: 1px solid #ffffff47;
  display: inline-flex;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}




.game_bg {
  background-image: url(../images/game_bg.png);
  background-size: 100%;
  background-attachment: unset;
}

@keyframes blink {
  50% {
    opacity: 0.0;
  }
}
.blink {
  animation: blink 1s 0s step-start infinite;
  -webkit-animation: blink 1s 0s step-start infinite;
}




/* ========================= new css ========================== */

 
.splash_wrapper {
  /*background: url(../images/app_bg.png) no-repeat top / cover fixed;*/
  background-size: auto;
  background-color:white;
 
}
.login__form{
    background:unset;
}



/*.btn-success {*/
/*      background: linear-gradient(135deg, red, black) !important;*/
/*      color: white;*/
/*      border: 2px solid white;*/
      /*padding: 15px 35px;*/
      /*font-size: 18px;*/
/*      font-weight: bold;*/
/*      border-radius: 12px;*/
/*      cursor: pointer;*/
/*      transition: all 0.3s ease;*/
/*      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);*/
/*      text-transform: uppercase;*/
/*      letter-spacing: 1px;*/
/*    }*/

/*    .btn-success:hover {*/
/*      background: linear-gradient(135deg, black, red);*/
/*      border-color: #ff4444;*/
/*      transform: scale(1.05);*/
/*      color:#fff;*/
/*    }*/



