/*@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa-Bold.ttf') format('truetype');
    src: url('../fonts/Comfortaa-Light.ttf') format('truetype'),
        url('../fonts/Comfortaa-Medium.ttf') format('truetype'),
        url('../fonts/Comfortaa-Regular.ttf') format('truetype'),
        url('../fonts/Comfortaa-SemiBold.ttf') format('truetype');
}
*/
body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

a,
a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 0px 0;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.header.header-scrolled {
    background: #fff;
    padding: 0;
    box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
}

.new-navbar .navbar-nav li a {
    color: #1765d8;
    text-transform: uppercase;
    font-weight: bold;
}

.hero {
    width: 100%;
    padding-top: 100px;
    background: url(../images/Banner_bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 150px;
}

.banner-name {
    color: #1433ed;
    font-size: 120px;
    font-weight: bolder;
    position: relative;
}

.banner-info {
    color: #1765d8;
}

.banner-name:before {
    content: '';
    width: 250px;
    height: 1px;
    border-bottom: 3px solid #1433ed;
    position: absolute;
    top: 140px;
}

.banner-info {
    margin-top: 15px;
}

.logo {
    width: 50px;
}

.navbar-brand span {
    color: #1433ed;
    font-weight: bold;
    font-size: 30px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.new-navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.bg-abouts {
    background: linear-gradient(#0d69f1, #0e489e);
    padding: 65px;
    border-radius: 40px;
}

.normal {
    color: #fff9;
    font-size: 16px;
}

.heading-line {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.heading-line:before {
    content: '';
    width: 250px;
    height: 1px;
    border-bottom: 3px solid #fff;
    position: absolute;
    top: 55px;
    left: 38%;
}

.about_us {
    margin-top: -100px;
}

.normal-bold {
    font-size: 16px;
    font-weight: 500;
}

.icon-holder {
    padding: 40px 20px;
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
    transition: 0.3s;
    text-align: center;
    margin: 0 0 15px 0;
    border-radius: 20px;
}

.icon-holder img {
    max-width: 100%;
    width: 100px;
}

.normal-blk {
    color: #595959;
}

.section_padding {
    padding: 80px 0px;
}

.heading-line-white {
    color: #1433ed;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.heading-line-white:before {
    content: '';
    width: 180px;
    height: 1px;
    border-bottom: 3px solid #1433ed;
    position: absolute;
    top: 55px;
    left: 42%;
}

.features-text h2 {
    color: #1433ee;
    font-size: 20px;
    font-weight: 600;
}

.features-text p {
    color: #595959;
}

.phase-progress-bar {
    background: #f4f5f7;
    position: relative;
}

.top-first {
    position: absolute;
    top: -10px;
    color: #000;
    left: 35%;
}

.progress-bar.bg-primary {
    background: linear-gradient(to right, #0d69f1, #0e489e);
}

.progress-bar.bg-two {
    background: linear-gradient(to right, #0d69f1, #899af6);
}

.phase-progress-bar {
    background: #f4f5f7;
    position: relative;
    padding: 30px;
}

.phase-progress-bar .progress {
    background-color: #f4f5f7;
    border-radius: 25px;
    position: relative;
}

.title-sale p {
    text-align: center;
    color: #1433ec;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
}

div#demo {
    text-align: center;
}

div#demo span {
    font-size: 13px;
    color: #1433ed;
}

div#demo {
    color: #1433ed;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

.btn-buy {
    background: #1433ee;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 30px;
}

.chartslaebg {
    width: 100%;
    height: 600px;
}

.first-color .progress-bar {
    background: #67b7dc;
}

.second-color .progress-bar {
    background: #8067dc;
}

.third-color .progress-bar {
    background: #dc67ce;
}

.fourth-color .progress-bar {
    background: #dc6967;
}

.fifth-color .progress-bar {
    background: #dcd267;
}

.pie-chart-data h4 {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.pie-chart-data .progress {
    background: transparent;
}

.pie-chart-data .progress .progress-bar {
    border-radius: 20px;
}

.pie-chart-data.tx-rt .progress {
    background: transparent;
    flex-direction: row-reverse;
}

.roadmaps {
    background: #f4f5f7;
}

.btn-custom.signin {
    background: linear-gradient(#0d69f1, #0e489e);
    color: #fff !important;
    border-radius: 20px;
    padding: 5px 20px !important;
}

.btn-custom.signup {
    background: transparent;
    border: 1px solid #1433ed;
    padding: 5px 20px !important;
    border-radius: 20px;
    margin-left: 5px;
}

.timeline {
    /* margin: 50px 0;*/
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
}

.timeline li {
    transition: all 200ms ease-in;
}

.timestamp {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 100;
}

.timestamp {
    margin-bottom: 0px;
    background: url(../images/roadmap_img.png) no-repeat;
    background-position: top;
    height: 180px;
    color: #fff;
}
.date{
    font-size: 14px;
    word-break: break-all;
    max-width: 70px;
}
/*.timestamp span{
      background: url(../images/roadmap_img.png) no-repeat;
}*/
.status p {
  font-weight: normal;
  font-size: 14px;
}
.status {
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #1433ed;
    position: relative;
    transition: all 200ms ease-in;
    border-top-style: dashed;
}

.status span {
    font-weight: 600;
    padding-top: 20px;
}

.status span:before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: #1433ed;
    border-radius: 25px;
    border: 4px solid #1433ed;
    position: absolute;
    top: -15px;
    left: calc(50% - 12px);
    transition: all 200ms ease-in;
}

.swiper-control {
    text-align: right;
}

.swiper-container {
    width: 100%;
    /*height: 250px;*/
    /* margin: 50px 0;*/
    overflow: hidden;
    padding: 0 20px 30px 20px;
}

.swiper-slide {
    width: 200px;
    text-align: center;
    font-size: 18px;
}

.swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-slide:nth-child(3n) {
    width: 20%;
}

.img-holder {
    text-align: center;
}

.img-holder img {
    border-radius: 10px;
}

.text-center.user-infoss {
    margin-top: 15px;
    color: #1332e8;
}


#main {
    margin: 50px 0;
}

#main #faq .card {
    /*
  margin-bottom: 30px;*/
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
    margin-bottom: 15px;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #1332E7;
    padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f106";
    font-weight: 900;
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #1332E7;
    color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
}

#main #faq .card .collapsing {
    background: #fff;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
}

.form-sub p {
    color: #1433ed;
    margin-top: 25px;
}

.subscribe_form .form-control {
    border: 0px;
    border-bottom: 1px solid #1433ed;
    border-radius: 0px;
}

.subscribe_form .btn.btn-default {
    background: #1433ed;
    color: #fff;
    border-radius: 20px;
}

.footer-icons {
    text-align: right;
}

.footer-icons ul li {
    display: inline-block;
    background: #0e4ba5;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 2;
    text-align: center;
}

.footer-icons ul li a i {
    color: #fff;
    position: relative;
    padding: 7px;
}

.footer-links ul li {
    display: inline-block;
}

.footer-1 .col-md-12 {
    border-top: 1px solid #0e65e5;
    text-align: center;
    margin-top: 15px;
    padding-top: 21px;
}

.footer-1 .col-md-12 .ftext {
    font-size: 13px;
    margin: 0px !important;
}

.section_padding.footer.roadmaps {
    padding: 40px 0 0 0;
}

.logo-log {
    text-align: center;
}

.form-bg.mode-on {
    display: block;
    background: url(../images/BG_clepx_login.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.width-box {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin: 0px auto;
width: 768px;
max-width: 100%;
height: 100%;
background:linear-gradient(90deg, rgba(0, 0, 255, 0.6) 50%, rgba(179, 125, 242, 0.7) 50%);
border-radius: 20px;
}

.whole-bg {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    min-height: auto;
}

.form-group.has-error label {
    color: #9e0c0c;
    font-weight: 500;
    margin: 0;
    margin-bottom: 15px;
    margin-left: 5px;
    float: left;
}
.form-group.has-error label i.fa.fa-times-circle-o {
    margin-right: 7px;
}

.logo-box {
flex: 50%;
text-align: center;
background: url(../images/inner_BG.png) no-repeat;
height: 100%;
align-items: center;
display: flex;
justify-content: center;
border-radius: 20px 0 0 20px;
background-size: cover; 
}

.login-card {
  width: 50%;
}

.logo-box img {
    max-width: 100%;
    height: auto;
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.input-box input.form-control {
    height: 50px;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    padding: 12px 25px;
    border: 0px;
    border-bottom: 1px solid #000 !important;
}
.width-box .form-group {
  margin-bottom: 15px;
}
.width-box .form-group input.form-control {
  height: 40px;
  padding: 6px 25px;
}
.login-body h4 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.form-bg.mode-on .x-line {
  display: none;
}
.input-box {
    margin: 0px auto;
    padding: 30px;
}
.logo-box h4{
    color: #fff;
    font-weight: bold;
}
.form-bg.mode-on .help-block strong{
  color: #fff;
}
.form-bg.mode-on .form-group.has-error label{
  margin:0px;
  color: #191919;
}
.form-bg.mode-on .form-label{
  color: #191919;
}
.login-card .form-control {
  background: transparent;
  color: #fff;
}
.sub-signin .btn-signin-form {
  background: #1433EE;
  color: #fff;
  padding: 10px 35px;
  border-radius: 20px;
}
.btn-noaccount h5 {
  font-size: 13px;
}
.btn-noaccount h5 .t-blue {
  color: #fff;
}
/*.whole-bgs{
    top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
min-height: auto;
}*/

.new-signup-fo .width-box {
  height: 100%;
}
.new-signup-fo .width-box .logo-box {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: repeat-y;
}
.login-card .input-group .input-group-text {
  border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
  border-bottom: 1px solid #000;
  border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  color: #000;
}
.new-signup-fo .login-body h4 {
  padding-top: 20px;
}


/*inner css*/
.my-inner .navbar-brand img.logo {
  width: 50px;
}
.my-inner .navbar-brand span {
  color: #1433ed;
  font-size: 30px;
  margin-left: 10px;
  display: inline-block;
}
#navbarTogglerDemo02 ul li a {
  color: #1765d8;
}
.my-inner {
  background: #F3F2F9 !important;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.userdropimg {
  background: #1433ed;
  padding: 10px;
  border-radius: 50%;
}
.new-inner-bgs {
  background: #f3f2f9;
  padding: 30px 15px;
}
.inner-hed {
  color: #1433ed;
  margin-bottom: 20px;
}
.new-dash-div {
  background: #0F5BEF;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
.new-dash-div .tokenicon {
  width: 100px;
  margin: 0px auto;
}
.new-dash-div p {
  color: #fff;
}
.new-dash-div .h5 {
  color: #fff;
  margin: 20px 0;
}
.token-distru {
  margin: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.4);
  border-radius: 10px;
}
.token-distru .heading-box {
  color: #0f5bef;
  border-bottom-color: #0f5bef;
}
.token-distru .siteformbox .form-control{
    border: 1px solid #0f5bef !important;
}
.token-distru .siteformbox .input-group-text{
border: 1px solid #0f5bef !important;
border-left: none !important;
}
.btn.cust-bys {
  background: #0f5bef;
  box-shadow: none;
  opacity: 1;
}
.token-distru .tokenchartbg .contentbox {
  max-height: 274px;
  padding: 20px;
}
#buyForm {
  min-height: 259px;
}
.cmn-cls {
  background: #fff;
  margin: 15px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.4);
}
.cmn-cls .heading-box {
  color: #0f5bef;
  padding-top: 25px;
}
.cmn-cls .table tr th {
  border: 0px !important;
  background: #0f5bef;
  color: #fff;
  position: sticky;
  top: 0;
}
.cmn-cls {
  margin-bottom: 30px;
}
.footetext p{
    color: #818181;
}
.form-inline.my-2.my-lg-0 .usermenu .dropdown-menu.show {
  left: auto;
  right: 0 !important;
}


.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  margin: 9px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s cubic-bezier(0,1,0.5,1);
  border-radius: 4px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s cubic-bezier(0,1,0.5,1);
  border-radius: 3px;
}

input:checked + .slider {
  background-color: #52c944;
}

input:focus + .slider {
  box-shadow: 0 0 4px #7efa70;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input:checked + .slider.red {
  background-color: crimson;
}

input:focus + .slider.red {
  box-shadow: 0 0 4px crimson;
}

input:checked + .slider.red {
  background-color: crimson;
}

#round {
  border-radius: 34px;
}

#round:before {
  border-radius: 50%;
}

input:checked + .slider.red {
  background-color: crimson;
}

input:focus + .slider.blue {
  box-shadow: 0 0 4px #424bf5;
}

input:checked + .slider.blue {
  background-color: #424bf5;
}
.profile-imgs {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.profile-imgs img {
  width: auto;
  max-width: 100%;
}
.top-contents {
  display: flex;
  align-items: center;
}
.topbannerbg {
  display: none;
}
.contentbox.profile_box.new-boxess{
   box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.4);
  border-radius: 4px;
  padding: 20px;
  background: #fff;
}
.box-sh_1 {
  border-right: 1px solid #ddd;
  padding: 0 20px 0 0px;
  height: 100%;
}
.profile-detailss h4 {
  font-size: 14px;
  color: #1433EE;
}
.profile-detailss {
  margin-left: 15px;
}
.control-up label {
  background: #7F7F7F;
  color: #fff;
  border-color: #7F7F7F;
}
.control-up .btn.sitebtn, #save_btn {
  background:#1433EE !important
  box-shadow: none;
}
.profile-divs {
  margin-bottom: 25px;
  border-bottom: 1px solid #1433ee;
  padding-bottom: 25px;
}
.common-bottom.first-div h4 {
  color: #1433ee;
  font-size: 18px;
}
.border-bot .tg-btn {
  float: right;
}
.border-bot h6 {
  color: #1433EE;
}
.border-bot p {
  font-size: 14px;
  color: #929292;
}
.border-bot {
  border-bottom: 1px solid #1433ee;
  padding-bottom: 15px;
}
.border-bot.sec-div {
  margin-top: 20px;
}
.border-bot.thi-div {
  margin-top: 20px;
  border: 0px;
}
.fl-divs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sp-last .verification-bt {
  background: #1433ed;
  border-radius: 5px;
  color: #fff;
  padding: 3px 12px;
  font-size: 14px;
}
.inner-page-heading h2 {
  color: #1433EE;
  font-size: 20px;
  border-bottom: 1px solid #1433EE;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
}
.prof-tabs .form-control {
  border: 1px solid #1433ed;
}
.prof-tabs label{
    font-weight: normal;
}
.chnage-pass {
  border-top: 1px solid #1433ed;
}
.new-inner-bgs{
    position: relative;
}
.footerbox{
    bottom: auto;
}
.prof-tabs .btn.sitebtn {
  background: #1433ed !important;
  box-shadow: none;
}
.new-three-box img {
  width: 50px;
  filter: brightness(0);
}
.new-three-box .tabbanner {
  border: 0px;
}
.new-three-box .tabbanner .nav-link.active {
  border: 0px !important;
}
.new-three-box .tabbanner .nav-item {
width: 30%;
margin: 0;
border-radius: 5px;
padding: 25px;
margin-right: 49px;
margin-bottom: 30px;
}
.new-three-box .tabbanner .nav-item.one-li, .new-three-box .tabbanner .nav-item.one-li:hover a{
  background: #FF831E;
}
.new-three-box .tabbanner .nav-item.two-li, .new-three-box .tabbanner .nav-item.two-li:hover a{
  background:  #00C506;
}
.new-three-box .tabbanner .nav-item.three-li, .new-three-box .tabbanner .nav-item.three-li:hover a{
  background: #0E5EEF;
}
.new-three-box .tabbanner .nav-link {
  display: flex;
align-items: center;
justify-content: space-around;
}
.new-three-box .tabbanner .nav-item .h4 {
  color: #fff;
}
.ex-three-div .tab-content .table tr th {
  background: #0e5eef;
  color: #fff;
}
.panelcontentbox.walletsendbg .contentbox {
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.4);
  border-radius: 4px;
  padding: 20px;
  background: #fff;
  margin: 30px 0px;
}
.new-si-box .form-group .input-group label {
  display: block;
  width: 100%;
}
.new-si-box .form-control {
  background: #F0F0F0;
  border-color: #F0F0F0 !important;
  border-radius: 5px;
}
.new-si-box .form-control:focus{
    outline: none;
    box-shadow: none;
     border: 0px;
}
.new-si-box .input-group-text {
  background: #f0f0f0;
  border: 0px;
}
.blg-bg {
  background: #E2E2E2;
  text-align: center;
  padding: 25px;
}
.kycupload img{
margin: 11px auto;
}
p.kyc-block {
  font-size: 13px;
}
.img-upp .custom-file-upload {
  background: #1433ed;
  border-radius: 20px;
  border: 0px;
  color: #fff;
}
.previous-btn {
  background: #fff;
  border: 1px solid #1433ed;
  border-radius: 20px;
  padding: 3px 30px;
  color: #1433ed;
}
.next-btn {
  background: #1433ed;
  color: #fff;
  padding: 3px 30px;
  border-radius: 20px;
  border: 1px solid #1433ed;
}
.sub-up-download {
  text-align: center;
}
.head-subs p {
  color: #1433ed;
  position: relative;
}
.head-subs p:before{
content: '';
width: 70px;
height: 1px;
border-bottom: 1px solid #1433ed;
position: absolute;
top: 25px;
left: 0;
}
.new-si-box .contentbox.profile_box.new-boxess {
  height: 100%;
}
.tab-content > .active {
  display: block;
  position: relative;
}
.nav.nav-tabs.tabbanner-wallet li a {
  background: #0E5CEF;
padding: 30px;
border-radius: 6px;
color: #fff;
}
.text-news p {
  font-size: 14px;
}
.arrow_box .active {
    position: relative;
    background: #0E5CEF;
    border: 2px solid #0E5CEF;
}
.arrow_box .active:after, .arrow_box .active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box .active:after {
    border-color: rgba(14, 92, 239, 0);
    border-top-color: #0E5CEF;
    border-width: 30px;
    margin-left: -30px;
}
.arrow_box .active:before {
    border-color: rgba(14, 92, 239, 0);
    border-top-color: #0E5CEF;
    border-width: 33px;
    margin-left: -33px;
}
.ex-four-div {
  margin-top: 50px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.4);
  border-radius: 10px;
}
.wlltdpstbox .tabbanner li:first-child a.active {
  background-color: #0e5cef !important;
  color: #fff !important;
  border: 0px !important;
}
.wlltdpstbox .tabbanner li a {
  padding: 8px 16px !important;
}
.stoplimtboxt .row.link-div{
    justify-content: flex-end;
}
.row.link-div .col {
  background: #E5E5E5;
  border-color: #E5E5E5;
  max-width: 50px !important;
  border-radius: 6px;
}
.row.link-div .col.active {
  background: #F0C01A;
}
.sitebtn {
  background: #0e5cef !important;
  font-weight: normal;
}
.first-bar-top .searchbanner div:first-child, .first-bar-top .searchbanner > div:nth-child(2) {
  width: auto;
}
.first-bar-top  .searchbanner {
  justify-content: space-between;
}
.inner-page-heading h2 .dropdown {
  float: right;
  margin-right: 15px;
}
.first-bar-top {
  width: 100%;
  display: block;
  overflow: hidden;
}
.new-bgs-bl {
  background: #0B3EED;
  color: #fff;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 6px;
}
.new-bgs-bl .h4 {
  font-size: 15px;
  font-weight: normal;
}
.new-bgs-bl .h5.t-ligh-gray {
  font-size: 14px;
}
.new-table-inners.cmn-cls.no-padss.p-4 .col-md-9 .input-group-append.copybtnbg {
  background: #0b3eed;
  border: 0;
  margin-left: 5px;
  box-shadow: none;
  border-radius: 5px;
  height: 60px;
}
.new-table-inners.cmn-cls.no-padss.p-4 .col-md-9 .input-group-append.copybtnbg .input-group-text {
  border: 0px;
  box-shadow: none;
  height: 60px;
  width: 100px;
justify-content: center;
}
.new-table-inners.cmn-cls.no-padss.p-4 .col-md-9 .form-control {
  border: 1px solid #A0ADF8;
  height: 120px;
}
.new-table-inners.cmn-cls.no-padss.p-4 .col-md-9 .h4 {
  font-size: 14px;
  font-weight: normal;
}
.new-table-inners.cmn-cls.no-padss.p-4 .form-group {
  margin-bottom: 30px;
}
html {
    scroll-behavior: smooth;
  scroll-padding-top: 150px;
  overflow: auto;
}
.fixed-top{
  background: #fff;
box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.footer-links ul {
  padding: 0;
}
.footer-links ul li a {
  color: #555;
  margin-right: 15px;
}
.ftext {
  font-size: 13px;
  text-align: right;
}
.userdropimg img {
  width: auto;
  height: auto;
  border-radius:0;
  border: none;
  background:transparent;
  max-width: 100%;
  max-height: 100%;
}
.userdropimg {
  background: #1433ed;
  padding: 6px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.nav-item.dropdown.usermenu.show .dropdown-item i.fa {
  margin-right: 5px;
}
g[aria-label="Legend"], g[aria-labelledby="id-66-title"], g[aria-labelledby="id-157-title"] {
  display: none;
}
#token {
  padding-bottom: 0px;
}
.section_padding.token_allocation-two{
  padding-top: 0px;
  padding-bottom: 0px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 0px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 0px;
}
.new-navbar .navbar-nav li a.active {
  background: linear-gradient(#0d69f1, #0e489e);
  color: #fff !important;
  border-radius: 20px;
}
#navbarTogglerDemo02 ul li.active a {
  background: linear-gradient(#0d69f1, #0e489e);
  color: #fff !important;
  border-radius: 20px;
}
.form-inline.my-2.my-lg-0 .navbar-nav.ms-auto {
  align-items: center;
}
.form-group.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
  left: calc(100% - -95px);
  width: 50%;
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
}
@media(max-width: 991px){
  .pos-abs{
    display: none;
  }
}

#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #1433ed;
  z-index: 9999;
  font-size: 65px;
  text-align: center;
  padding-top: 200px;
  color: #fff;
  font-family:tahoma;
}
.kinetic {
  position: relative;
  height: 80px;
  width: 80px;
  margin: 0px auto;
  margin-top: 30px;
}

.kinetic::after,
.kinetic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom-color: rgb(255, 255, 255);
  animation: rotateA 2s linear infinite 0.5s;
}

.kinetic::before {
  transform: rotate(90deg);
  animation: rotateB 2s linear infinite;
}

@keyframes rotateA {
  0%,
  25% {
    transform: rotate(0deg);
  }

  50%,
  75% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateB {
  0%,
  25% {
    transform: rotate(90deg);
  }

  50%,
  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(450deg);
  }
}
