:root{
    --color:#25aae1;
    --background:#25aae1;
    --border-color:#25aae1;
	--bg-black:#090a0a;
	--bg-black-child:#141516;
	--border-color-black:#2a313c6b;
	--border-color-white:#e1e5f2a6;
}
body{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    /* background: #f0f1f7; */
	color: #6c7897;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
body.dark{
    /* background: #2c313e; */
	background: var(--bg-black-child);
}
::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: $theme_white;
}
::-webkit-scrollbar{
	width: 5px;
	height: 6px;
	background-color: #fff;
}
::-webkit-scrollbar-thumb{
	background-color: rgb(158, 165, 171);
    opacity: .4;
	border-radius: 7px;
}
a{
    text-decoration: none;
	transition: all .3s!important;
}
input:focus,a:focus,button:focus,a:hover{
    outline: none!important;
    box-shadow: none!important;
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height:1.5;
}
.row{
    margin-left: -12px;
    margin-right: -12px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-left: 12px;
    padding-right: 12px;
}
.d-flex{
	display: flex;
}
.color-root{
	color: var(--color);
}
#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.warp-navbar {
    position: fixed;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 100;
    background-color: #fff;
    padding: 0px 8px 0px 0px;
    box-shadow: 0 0 35px 0 rgba(73,80,87,.1);
}
body.dark .warp-navbar{
    /* background-color: #393f50; */
	background: var(--bg-black);
}
.logo {
    height: 70px;
    width: 240px;
    float: left;
    transition: all .3s;
}
body.dark .logo{
    /* background-color: #343b4a; */
	background: var(--bg-black);
}
.logo-active{
    width: 70px;
    padding: 0px 10px;
	display: flex;
    align-items: center;
	justify-content: center;
}
.logo a{
    display: block;
    line-height: 70px;
}
.logo img{
    height: 50px;
    transition: all .3s;
    /* filter: brightness(0%); */
}
body.dark .logo img{
    /* filter: brightness(0) invert(1); */
}
.logo-active img{
    height: 40px;
	display: none;
}
.logo-icon{
	display: none;
}
.logo-active img.logo-icon{
	display: block;
}
.btn-toggle-menu {
    border: none;
    color: #7f88a0;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    width: 60px;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    margin-left: 8px;
}
.btn-toggle-menu.active i::before{
    content: "\f00d";
}
.nav-right{
    float:right;
}
.topnav-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}
.topnav-menu li{
    margin-left: 8px;
    padding: 0px 15px;
    position: relative;
}
.topnav-menu li a{
    position: relative;
    display: block;
    cursor: pointer;
	transition: all .3s;
}
.topnav-menu li a.display-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.topnav-menu li a i{
    font-size: 18px;
    margin: 5px;
}
.id-wallet a{
	color: #7f88a0;
}
.login-yes .id-wallet,.login-no .connect-wallet{
	display: block;
}
.login-yes .connect-wallet,.login-no .id-wallet,.login-no .nav-info{
	display: none;
}
.nav-text{
    
}
.btn-dark-light {
    position: relative;
    width: 50px;
    height: 20px;
    border-radius: 160px;
    cursor: pointer;
    transition: 0.5s;
    background: #2c313e;
    box-shadow: inset 0 8px 60px rgba(0, 0, 0, 0.1), inset 0 8px 8px rgba(0, 0, 0, 0.1), inset 0 -4px 4px rgba(0, 0, 0, 0.1);
}
.btn-dark-light.active {
    background: #fff;
    box-shadow: inset 0 2px 60px rgba(0, 0, 0, 0.1), inset 0 2px 8px rgba(0, 0, 0, 0.1), inset 0 -4px 4px rgba(0, 0, 0, 0.05);
}
.indicator {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: scale(0.9);
    background: linear-gradient(to bottom, #444,#222);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2) inset 0 4px 4px rgba(255, 255, 255, 0.2) inset 0 -4px 4px rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}
.btn-dark-light.active .indicator {
    left: 30px;
    background: linear-gradient(to bottom,#eaeaea,#f9f9f9);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), inset 0 4px 4px rgba(255, 255, 255, 1);
    inset 0 -4px 4px rgba(255, 255, 255, 1): ;
}
.sun {
    position: absolute;
    top: 3px;
    right: 3px;
    opacity: .5;
    color: #fff;
}
.btn-dark-light.active .sun{
    color: #000;
}
.moon {
    position: absolute;
    top: 3px;
    left: 3px;
    opacity: .5;
}
.noti-icon-badge {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #ff5d48;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 2px;
    right: 0;
}
body.dark .noti-icon-badge{
    border: 2px solid #393f50;
}
.noti-icon-count{
	position: absolute;
    top: -2px;
    right: -2px;
	color: #fff;
	background: #ff5d48;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
}
.nav-search div{
    display: flex;
}
.search-box{
    border: 1px solid var(--border-color-white);
    border-radius: 30px;
}
body.dark .search-box{
    /* border: 1px solid #40475a; */
	border: 1px solid var(--border-color-black);
}
.nav-search .form-control {
    border: none;
    height: 38px;
    padding-left: 20px;
    padding-right: 0;
    color: #8a93a9;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px 0 0 30px;
	font-family:sans-serif;
}
.nav-search .form-control::-webkit-input-placeholder {
    font-size: 13px;
}
  
.nav-search .form-control:-ms-input-placeholder {
    font-size: 13px;
}
  
.nav-search .form-control::placeholder {
    font-size: 13px;
}
.nav-search .btn-submit{
    background-color: transparent;
    color: #7f88a0;
    border-color: transparent;
    border-radius: 0 30px 30px 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    cursor: pointer;
}
.nav-box {
    position: absolute;
    width: 320px;
    background-color: #fff;
    top: 48px;
    border-radius: 6px;
    z-index: 999;
    left: -100px;
    color: #6c7897;
    transform: translateY(60px);
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}
body.dark .nav-box{
    /* background-color: #343b4a; */
	background: var(--bg-black);
}
.nav-box:before {
    content: '\f0d8';
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    color: #343b4a;
    font-weight: bold;
    position: absolute;
    left: 46%;
    top: -25px;
    width: 40px;
    height: 10px;
    display: none;
}
.nav-box.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.noti-box{
	left: auto;
	right: 0;
}
.noti-title{
    background-color: var(--background);
    padding: 15px 20px;
    border-radius: 6px 6px 0px 0px;
    color: #fff;
}
.noti-list{
    box-shadow: 0 0 35px 0 rgba(0,0,0,.15);
    min-height: 200px;
    border-radius: 0px 0px 6px 6px;
    border: 0 solid rgba(0,0,0,.15);
}
body.dark .noti-list{
    border: 1px solid #3c4556;
}
.noti-list{
	max-height: 230px;
    overflow: auto;
}
.noti-list ul li{
	margin: 0;
	padding: 0;
}
.noti-list ul li a{
	display: flex;
	align-items: center;
	padding: 12px 20px;
	color: #343a40;
}
body.dark .noti-list ul li a{
	color: #fff;
}
.noti-list ul li a:hover{
	background: #f8f9fa;
}
body.dark .noti-list ul li a:hover{
	background: #3c4556;
}
.noti-icon{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #efefef;
	margin-right: 8px;
}
body.dark .noti-icon{
	background: #2c313e;
}
.noti-icon i{
	margin: 0!important;
    font-size: 15px!important;
}
.noti-list ul li a span{
	display: block;
	font-weight: 500;
	margin-bottom: 5px;
}
.noti-list ul li a small{
	color: #7f88a0;
}
.info-box ul{
	
}
.info-box li{
	margin: 0;
	padding: 0;
}
.info-box li a{
	display: flex;
	align-items: center;
	padding: 8px 12px;
	transition: all .3s;
	color: #6e768e;
}
body.dark .info-box li a{
	color: #7f88a0;
}
.info-box li a:hover{
	background: #f8f9fa;
}
body.dark .info-box li a:hover{
	background: #3c4556;
}
.info-box li a i{
	font-size: 14px;
}
.info-box li a span{
	line-height: 1;
}
.info-box{
	box-shadow: 0 0 35px 0 rgba(0,0,0,.15);
    border: 0 solid rgba(0,0,0,.15);
	width: 200px;
	left: -60px;
	overflow: hidden;
}
body.dark .info-box{
	border: 1px solid #3c4556;
}
.warp-bar{
    width: 240px;
    bottom: 0;
    padding: 0px 0px 20px;
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: 70px;
    -webkit-box-shadow: 0 0 35px 0 rgba(73,80,87,.15);
    box-shadow: 0 0 35px 0 rgba(73,80,87,.15);
    z-index: 9999;
    transition: all .3s;
    background: #fff;
}
.slimScrollBar{
	width: 5px!important;
    background:rgb(158, 165, 171)!important;
}
body.dark .warp-bar{
    /* background: #343b4a; */
	background: var(--bg-black);
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 35px 0 rgba(0,0,0,.15);
}
.warp-bar-active {
    width: 70px;
}
/* .warp-bar-active .slimScrollDiv,.warp-bar-active .menu-bar{
    overflow: auto!important;
} */
.menu-bar>ul{
    margin-bottom: 20px;
}
.menu-bar ul li.liroot{
    position: relative;
}
.menu-bar ul li a.aroot {
	color: #6e768e;
    display: block;
    padding: 13px 20px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 15.5px;
    cursor: pointer;
	white-space: nowrap;
    overflow: hidden;
}
body.dark .menu-bar ul li a.aroot{
	color: #929fbf;
}
.menu-bar ul li a.aroot span{
    transition: all .3s;
}
.menu-bar ul li a.aroot span.hidden{
    display: none;
}
.menu-bar li.liroot ul li a {
    padding: 8px 20px;
    color: #929fbf;
    display: block;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%!important;
	white-space: nowrap;
    overflow: hidden;
}
.menu-bar li.liroot ul li a:hover,.menu-bar li.liroot ul li.active a{
    color: #141a21;
}
body.dark .menu-bar li.liroot ul li a:hover,body.dark .menu-bar li.liroot ul li.active a{
    color:#c8cddc;
}
.menu-bar ul li.liroot a.aroot i {
    display: inline-block;
    line-height: 1.0625rem;
    margin: 0 10px 0 3px;
    text-align: center;
    width: 20px;
    font-size: 16px;
}
.menu-bar ul li.liroot.active a.aroot {
    background-color: #f5f8fb;
    /* color: #64b0f2; */
	color: var(--color);
}
body.dark .menu-bar ul li.liroot.active a.aroot{
    /* background-color: #3c4556; */
	background: var(--bg-black-child);
    /* color: #d6e5f7; */
	color: var(--color);
}
.menu-bar ul li a.aroot:active,.menu-bar ul li a.aroot:focus,.menu-bar ul li a.aroot:hover {
    /* color: #141a21; */
	color: var(--color);
    text-decoration: none;
}
body.dark .menu-bar ul li a.aroot:active,body.dark .menu-bar ul li a.aroot:focus,body.dark .menu-bar ul li a.aroot:hover{
    /* color: #c8cddc; */
	color: var(--color);
}
.menu-bar li.liroot ul {
    padding-left: 34px;
    display: none;
}
.menu-bar ul li.liroot.active ul{
    display: block;
}
.menu-bar li.liroot.child a.aroot:before {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    font-size: 13px;
    font-weight: 300;
    height: 100%;
    width: 44px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    transform: rotate( 0deg );
    transition: transform .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-bar ul li.child a.aroot.active:before,.menu-bar ul li.liroot.active a.aroot::before{
    transform: rotate( 90deg );
    -moz-transform: rotate( 90deg );
    -ms-transform: rotate( 90deg );
    -o-transform: rotate( 90deg );
    -webkit-transform: rotate( 90deg );
}
.warp-bar-active .menu-bar ul li.liroot.child a.aroot:before{
    display: none;
}
.warp-bar-active ul li ul {
    display: none!important;
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 100%;
    padding: 20px 0px;
    width: 200px;
    background-color: #fff;
}
body.dark .warp-bar-active ul li ul{
    background-color: #343b4a;
}
.warp-bar-active ul li:hover ul {
    display: block!important;
    visibility: visible!important;
    padding: 0;
}
.warp-bar-active ul li.liroot:hover a.aroot {
    position: relative;
    width: calc(200px + 70px);
    background-color: #f5f8fb;
    color: #141a21;
    -webkit-transition: none;
    transition: none;
}
body.dark .warp-bar-active ul li.liroot:hover a.aroot{
    background-color: #3c4556;
    color: #c8cddc;
}
.warp-bar-active .menu-bar ul li.liroot:hover a.aroot span.hidden{
    display: inline-block;
    padding-left: 35px;
}
.warp-main{
    margin-left: 240px;
    overflow: hidden;
    padding:0px 27px 62px;
    min-height: 80vh;
    margin-top: 70px;
    transition: all .3s;
    position: relative;
}
.warp-main-active{
    margin-left: 70px!important;
}
.warp-content{
	position: relative;
	z-index: 2;
	min-height: 70vh;
}
.warp-box{
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 35px 0 rgba(73,80,87,.15);
    box-shadow: 0 0 35px 0 rgba(73,80,87,.15);
    margin-bottom: 24px;
    border-radius: 8px;
	position: relative;
}
body.dark .warp-box{
    /* background-color: #343b4a; */
	background-color: var(--bg-black);
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 35px 0 rgba(0,0,0,.15);
}
.warp-box .warp-box{
	box-shadow: none;
	border: 0;
	background: #fff;
	border: 1px solid var(--border-color-white);
}
body.dark .warp-box .warp-box{
	border: 1px solid var(--border-color-black);
	background: #39445838;
}
.box-title{
    font-size: 16px;
    margin: 0 0 15px 0;
    color:#343a40;
    line-height: 1.2;
	position: relative;
}
.big-title{
	font-size: 24px;
}
.box-title i{
	margin: 5px;
}
body.dark .box-title{
    color: #e4e6eb;
}
.sub-header {
    margin-bottom: 24px;
    color: #6c757d;
    font-size: 13px;
}
body.dark .sub-header{
    color: #8a93a9;
}
.warp-nav-main{
    position: relative;
    background-color: #fff;
    padding: 0 30px;
    margin: 0 -30px 30px -30px;
    -webkit-box-shadow: 0 0 35px 0 rgba(73,80,87,.15);
    box-shadow: 0 0 35px 0 rgba(73,80,87,.15);
    overflow: hidden;
    display: flex;
    align-items: center;
}
.page-title {
    font-size: 18px;
    margin: 0;
    line-height: 49px;
}
body.dark .page-title{
    color: #e4e6eb;
}
.menu-nav{
    margin-left: auto;
    padding: 12px 0px;
}
.menu-nav li{
    display: inline-block;
    padding-left: 8px;
}
.menu-nav li:first-child{
    padding-left: 0;
}
.menu-nav li a {
    color: #495057;
}
.menu-nav li.active a{
    color: #adb5bd!important;
}
.menu-nav li:last-child::before {
    display: inline-block;
    padding-right: 8px;
    color: #6c757d;
    content: "/";
}
body.dark .menu-nav li a{
    color: #c6cad6;
}
body.dark .menu-nav li.active a{
    color: #7f88a0!important;
}
body.dark .warp-nav-main{
    /* background-color: #343b4a; */
	/* background: #242424; */
	background: var(--bg-black);
}
.warp-footer {
    bottom: 0;
    padding: 21px 27px 20px;
    position: absolute;
    right: 0;
    color: #6c757d;
    left: 0;
    background-color: #ecf1f3;
}
body.dark .warp-footer {
    color: #8a93a9;
    background-color: #252934;
}
.warp-footer a{
    color: var(--color);
}
.btn-copy,.wallet-qrcode{
	cursor: pointer;
	color: #929fbf;
}
.warp-list{
	
}
.warp-list .list-group-item{
	margin-bottom: 15px;
	padding: 0px 7.5px;
}
.warp-list.list-data .list-group-item{
	padding: 15px 0px;
	margin-bottom: 0;
	border-bottom: 1px solid rgb(225, 229, 242);
	border-radius: 0;
}
body.dark .warp-list.list-data .list-group-item:first-child{
	
}
body.dark .warp-list.list-data .list-group-item{
	border-bottom: 1px solid var(--border-color-black);
}
.warp-list.list-data .list-group-item a,.warp-list.list-data .list-group-item .list-item-value{
	font-size: 16px;
	color: #343a40;
}
body.dark .warp-list.list-data .list-group-item:last-child,.warp-list.list-data .list-group-item:last-child{
	border-bottom: 0px;
}
body.dark .warp-list.list-data .list-group-item a,body.dark .warp-list.list-data .list-group-item .list-item-value{
	color: #fff;
}
.list-row{
	flex-direction:row;
}
.list-col-1 .list-group-item{
	width:100%;
}
.list-col-2 .list-group-item{
	width:50%;
}
.list-col-3 .list-group-item{
	width:33.333333%;
}
.list-col-4 .list-group-item{
	width:25%;
}
.list-group-item-full {
    width: 100% !important;
}
.list-box{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0px -7.5px;
}
.list-item-link{
	color: #343a40;
}
.list-item-flex{
	display: flex;
	align-items: center;
}
.flex-space-between{
	justify-content: space-between;
}
body.dark .list-item-link{
	color: #e4e6eb;
}
.list-box .list-item-body{
	padding: 15px;
	background:rgba(138,147,169,.05);
	border-radius: 8px;
	transition: all .3s;
}
body.dark .list-box .list-item-body{	
	/* background: #2c313e; */
	border: 1px solid var(--border-color-black);
}
.box-small .list-box .list-item-body{
	padding: 10px;
}
.list-item-avatar{
	width: 42px;
	height: 42px;
	margin-right: 8px;
	border-radius: 50%;
	background: rgb(44 49 62 / 15%);
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 6px;
	position: relative;
}
.list-box .list-item-avatar{
	padding: 0;
}
.list-box .list-item-avatar img{
	width: 100%;
}
.list-block .list-info{
	margin-left: auto;
	display: flex;
	flex: 1;
    justify-content: space-between;
}
.noti-list .list-item-avatar{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #efefef;
    margin-right: 8px;
}
body.dark .noti-list .list-item-avatar{
	background: #2c313e;
}
.list-item-title{
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #343a40;
	transition: all .3s;
}
.box-small .list-item-title{
	font-size: 12px;
}
.box-small .list-item-value{
	font-size: 10px;
}
body.dark .list-item-title{
    color: #e4e6eb;
}
.warp-table .list-item-title{
	font-weight: 400;
}
.list-item-value{
	transition: all .3s;
	color: #19233c;
}
body.dark .list-item-value{
	color: #dadada;
}
.list-item-percent{
	font-size: 12px;
}
.list-block .list-value{
	text-align: right;
}
.list-item-subtitle{
	color: #7f88a0;
}
.wallet-sum{
	font-size: 18px;
	font-weight: 500;
	color: #19233c;
}
.color-number{
	color: #a7a7a7;
	transition: all .3s;
	font-weight: 500;
}
body.dark .wallet-sum,body.dark .color-number{
	color: #878787;
}
.list-group-item{
	background: none;
	border: none;
	border-radius: 0;
}
.list-group-item:last-child{
	margin-bottom: 15px;
}
.noti-list .list-group-item{
	margin-left: 0;
	padding: 0px;
	transition: all .3s;
}
.noti-list .list-item-link{
	padding: 12px 20px;
}
.noti-list .list-item-link:hover{
	background: #f8f9fa;
}
body.dark .noti-list .list-item-link:hover{
	/* background: #3c4556; */
	background: var(--bg-black-child);
}
.list-box .list-group-item:hover .list-item-title,.list-box .list-group-item:hover .color-number,.list-box .list-group-item:hover .list-item-value,.list-box .list-item-body.active .list-item-title,.list-box .list-item-body.active .list-item-value,.list-box .list-item-body.active .color-number{
	/* color: var(--color); */
}
.list-box .list-item-body:hover{
	opacity: 1!important;
}
.list-box .color-number{
	margin-right: 8px;
}
.numberfont{
	/* font-family: 'Rajdhani', sans-serif;
	font-weight: 500; */
}
.tx-13{
	font-size: 13px;
}
.tx-15{
	font-size: 15px;
}
.tx-18{
	font-size: 18px;
}
.table{
	color: #343a40;
}
.table td{
	min-width: 120px;
}
.table td a{
	color: #343a40;
}
body.dark .table td a{
	color: #dadada;
}
.table-responsive{
	display: inline-table;
}
.border-td-0 td,.border-td-0 th{
	border: 0!important;
}
.border-separate{
	border-collapse: separate;
    border-spacing: 0 12px;
}
.table-bg tr{
	background: rgba(138,147,169,.05);
	margin-bottom: 10px;
}
body.dark .table-bg tr{
	background: #2c313e;
}
body.dark .table{
	color: #6c7897;
	color: #dadada;
}
.table-bordered td, .table-bordered th{
	border: 1px solid #e9ecef;
}
body.dark .table-bordered td,body.dark .table-bordered th{
	border: 1px solid #6c7897;
}
body.dark td, body.dark th{
	border: 0;
	border-top: 1px solid #6c7897;
}
.token-avatar{
	display: flex;
	align-items: center;
}
.warp-table .list-item-avatar{
	width: 28px;
	height: 28px;
	position: relative;
	margin-right: 8px;
	background: #fff;
    border-radius: 50%;
	padding: 0px;
}
.avatar-sub{
	position: absolute;
	border-radius: 16px;
    overflow: hidden;
    z-index: 1;
	width: 14px;
    height: 14px;
}
.top-right{
	top: -5px;
    right: -5px;
}
.top-left{
	top: -5px;
    left: -5px;
}
.bottom-right{
	bottom: -5px;
    right: -5px;
}
.bottom-left{
	bottom: -5px;
    left: -5px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(138,147,169,.05);
}
.warp-cover{
	background-image: url(/images/bg-cover.png?v=1);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.warp-header-info{
	
	
}
.header-info-top{
	/* display: flex;
	justify-content: space-between;
	margin-bottom: 20px; */
}
.info-user{
	width: 50%;
    display: flex;
    align-items: center;
}
.info-asset{
	width: 50%;
    display: flex;
    align-items: center;
	margin-left: auto;
	text-align: right;
	justify-content: right;
	position: relative;
}
.list-asset .list-group-item{
	width: auto;
	margin-left: 30px;
}
.list-asset .list-item-title{
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 300;
}
body.dark .list-asset .list-item-title{
	color: #929fbf;
}
.list-asset .list-item-value,.list-asset .list-item-value a{
	font-size: 20px;
	color: var(--color);
}
body.dark .list-asset .list-item-value{
	color: var(--color);
}
body.dark .list-asset .list-item-value a{
	
}
.user-avatar{
	width: 120px;
	height: 120px;
	margin-right: 24px;
	background: #e5e7e8 url(/images/bg-avatar.png?v=1);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 10px;
	overflow: hidden;
	flex-shrink: 0;
}
body.dark .user-avatar{
	background: #252934 url(/images/bg-avatar-white.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.user-content>div{
	margin-bottom: 10px;
}
.user-wallet{
	display: flex;
	align-items: center;
}
.user-id{
	font-weight: bold;
	font-size: 40px;
	display: flex;
    align-items: center;
}
body.dark .user-id{
	color: #fff;
}
.user-id>span{
	margin-right: 8px;
	color: var(--color);
}
.wallet-address{
	color:#6e768e;
}
body.dark .wallet-address{
	color:#fff;
}
.wallet-address-xs{
	display: none;
}
.wallet-icon{
	margin-left: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    width: 22px;
    text-align: center;
	background: rgba(138,147,169,.05);
    border-radius: 50%;
    font-size: 12px;
	position: relative;
}
body.dark .wallet-icon{
	background: #252934;
}
.qrcode-img{
	position: absolute;
	width: 200px;
	box-shadow: 0 0 35px 0 rgba(0,0,0,.15);
	background: #fff;
	left: -85px;
    top: 29px;
	opacity: 0;
    visibility: hidden;
	z-index: 11;
}
.qrcode-img.active{
	opacity: 1;
    visibility: visible;
}
body.dark .qrcode-img{
	background: #343b4a;
}
.qrcode-img::before{
	content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: -4px;
    right: 49%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.dark .qrcode-img::before{
	background-color: #343b4a;
}
.qrcode-img img{
	filter: none;
}
body.dark .qrcode-img img{
	filter:  brightness(0) invert(1);
}
.header-info-center{
	max-width: 500px;
	margin-bottom: 40px;
}
.user-tag{
	display: inline-block;
    padding: 4px;
    border-radius: 5px;
    font-size: 12px;
	border:1px solid #e1e5f2;
}
body.dark .user-tag{
	border: 1px solid #40475a;
}
.user-tag i{
	margin-right: 4px;
}
.info-social-items{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.social-list ul{
	display: flex;
	align-items: center;
}
.social-list ul li{
	margin-right: 15px;
}
.social-list ul li a,.style-text{
	color: #8a93a9;
}
.style-text span{
	color: #000;
	margin-left: 5px;
}
body.dark .style-text span{
	color: #fff;
}
.flex-right{
	margin-left: auto;
}
.header-info-bot{
	display: flex;
	align-items: center;
}
.asset-title{

}
.asset-total{
	position: absolute;
    right: 30px;
}
.asset-number{
	font-weight: bold;
	font-size: 30px;
	color: #333;
}
body.dark .asset-number{
	color: #fff;
}
.asset-change i{
	color: #8b8e96;
}
.asset-change span{
	margin-right: 5px;
	font-size: 18px;
}
.down,.down i{
	color: #f63d3d;
}
.up,.up i{
	color: #00c087;
}
.up i::before{
	content: "\f331";
}
.tab-custom{
    border-bottom: none;
	white-space: nowrap;
	display: block;
}
.nav > li {
    position: relative;
    display: block;
}
.tab-custom li{
	display: inline-block;
	padding: 8px 0px;
}
.nav-tabs > li > a {
	position: relative;
    display: block;
    padding: 10px 15px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px;
	color: #929fbf;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #333;
    cursor: default;
    border: 1px solid #7f88a0;
}
body.dark .nav-tabs > li.active > a,body.dark  .nav-tabs > li.active > a:hover,body.dark  .nav-tabs > li.active > a:focus {
    color: #fff;
}
.warp-control{

}
.warp-list-control{
	display: flex;
	align-items: center;
}
.click-update{
	cursor: pointer;
	width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
}
.click-update.active i{
	animation: rotate 1s linear infinite;
}
@keyframes rotate {
	0% {
	  transform: rotate(0deg);
	}
  
	100% {
	  transform: rotate(360deg);
	}
}
.select-all{
	position: relative;
}
.select-click {
    padding: 5px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
	border: 1px solid #e1e5f2;
	border: 1px solid #e83e8c;
    color: #333;
    margin-left: 30px;
	min-width: 110px;
}
body.dark .select-click{
	color: #fff;
}
.select-click span{
	margin-right: 5px;
}
.select-click.active i::before{
	content: "\f0d8";
	display: block;
}
.select-click i{
	position: absolute;
	right: 15px;
}
.select-option {
    margin: 0px -10px;
    position: absolute;
	z-index: 2;
    width: 300px;
    background: #fff;
    padding: 15px 10px 5px;
    right: 10px;
    top: 41px;
    box-shadow: 0 0 35px 0 rgba(0,0,0,.15);
    border-radius: 5px;
    transition: all .3s;
    transform: scale(.9);
    opacity: 0;
    visibility: hidden;
}
body.dark .select-option{
	background: #343b4a;
}
.select-option:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: -4px;
    right: 40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.dark .select-option:after{
	background-color: #343b4a;
}
.select-option.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.select-count {
    padding: 0px 5px 10px;
}
.select-scroll .select-option {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    display: block;
}
.select-option.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.select-scroll .select-option.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.list-box-select{
	flex-flow: wrap;
}
.list-box-select .list-group-item {
    padding: 0px 5px;
    margin-bottom: 10px;
}
.list-box-select .list-group-item {
    padding: 0px 5px;
    margin-bottom: 10px;
}
.list-box-select .list-item-body {
    padding: 6px 8px;
    border: 1px solid #ededed;
    border-radius: 5px;
    box-shadow: none;
    transition: all .3s;
}
.list-box-select .list-item-body:hover{
	border: 1px solid #ededed;
    background: #ededed;
}
.list-box-select .list-group-item.disable {
    pointer-events: none;
    opacity: .3;
    cursor: normal;
}
body.dark .list-box-select .list-item-body{
    color: #fff;
    border: 1px solid #40475a;
}
body.dark .list-box-select .list-item-body:hover{
	border: 1px solid #e83e8c;
	color: #fff;
	background: none;
}
.list-box-select .list-item-avatar {
	width: 100%;
    max-width: 60px;
    height: 60px;
    margin-right: 15px;
    padding: 6px;
    border-radius: 50%;
    background: #f4f6fd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    width: 15px;
    padding: 0;
    height: 15px;
}
.list-box-select .list-item-title {
    font-weight: 300;
    display: flex;
    align-items: center;
    color: #343a40;
    transition: all .3s;
    line-height: 1.3;
}
.select-popup .select-option {
    display: block;
    width: 100%;
    max-width: 600px;
    position: fixed;
    z-index: 2;
    opacity: 1;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
}
.select-popup .select-option.active {
    opacity: 1;
    visibility: visible;
}
.popup-close {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: -15px;
    right: -15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.select-popup .popup-over.active {
    background-color: #00000094;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}
.select-popup .select-option:after{
	display: none;
}
.select-popup .list-box-select .list-item-body{
	padding: 11px 8px;
}
/* btn */
.waves-effect {
	position:relative;
	cursor:pointer;
	display:inline-block;
	overflow:hidden;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:transparent;
}
.width-xs {
    min-width: 80px;
}
.width-sm {
    min-width: 95px;
}
.width-md {
    min-width: 110px;
}
.width-lg {
    min-width: 140px;
}
.button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px;
}
.btn:hover {
	color:#495057;
	text-decoration:none;
}
.btn.focus,
.btn:focus {
	outline:0;
	-webkit-box-shadow:0 0 0 .15rem rgba(100,176,242,.25);
	box-shadow:0 0 0 .15rem rgba(100,176,242,.25);
}
.btn.disabled,
.btn:disabled {
	opacity:.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events:none;
}
.btn-pos{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #b3b4b5;
	border-radius: 8px;
	background: #fff;
	padding: 5px 10px;
	border: 1px solid #e1e5f2;
}
body.dark .btn-pos{
	background: var(--bg-black-child);
	border: 1px solid var(--border-color-black);
}
.btn-pos:hover{
	color: #fff;
	background: var(--background);
	border-color: var(--border-color);
}
body.dark .btn-pos:hover{
	
}
.btn-rounded {
	border-radius:2em;
}
.btn-primary {
	color:#fff;
	background-color:#64b0f2;
	border-color:#64b0f2;
}
.btn-primary:hover {
	color:#fff;
	background-color:#419eef;
	border-color:#3598ee;
}
.btn-primary.focus,
.btn-primary:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(123,188,244,.5);
	box-shadow:0 0 0 .15rem rgba(123,188,244,.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
	color:#fff;
	background-color:#64b0f2;
	border-color:#64b0f2;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color:#fff;
	background-color:#3598ee;
	border-color:#2992ed;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(123,188,244,.5);
	box-shadow:0 0 0 .15rem rgba(123,188,244,.5);
}
.btn-secondary {
	color:#fff;
	background-color:#6c757d;
	border-color:#6c757d;
}
.btn-secondary:hover {
	color:#fff;
	background-color:#5a6268;
	border-color:#545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(130,138,145,.5);
	box-shadow:0 0 0 .15rem rgba(130,138,145,.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color:#fff;
	background-color:#6c757d;
	border-color:#6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color:#fff;
	background-color:#545b62;
	border-color:#4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(130,138,145,.5);
	box-shadow:0 0 0 .15rem rgba(130,138,145,.5);
}
.btn-success {
	color:#fff;
	background-color:#1bb99a;
	border-color:#1bb99a;
}
.btn-success:hover {
	color:#fff;
	background-color:#16987e;
	border-color:#158c75;
}
.btn-success.focus,
.btn-success:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(61,196,169,.5);
	box-shadow:0 0 0 .15rem rgba(61,196,169,.5);
}
.btn-success.disabled,
.btn-success:disabled {
	color:#fff;
	background-color:#1bb99a;
	border-color:#1bb99a;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color:#fff;
	background-color:#158c75;
	border-color:#13816c;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(61,196,169,.5);
	box-shadow:0 0 0 .15rem rgba(61,196,169,.5);
}
.btn-info {
	color:#fff;
	background-color:#3db9dc;
	border-color:#3db9dc;
}
.btn-info:hover {
	color:#fff;
	background-color:#25a9ce;
	border-color:#23a0c3;
}
.btn-info.focus,
.btn-info:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(90,196,225,.5);
	box-shadow:0 0 0 .15rem rgba(90,196,225,.5);
}
.btn-info.disabled,
.btn-info:disabled {
	color:#fff;
	background-color:#3db9dc;
	border-color:#3db9dc;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color:#fff;
	background-color:#23a0c3;
	border-color:#2197b8;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(90,196,225,.5);
	box-shadow:0 0 0 .15rem rgba(90,196,225,.5);
}
.btn-warning {
	color:#fff;
	background-color:#f1b53d;
	border-color:#f1b53d;
}
.btn-warning:hover {
	color:#fff;
	background-color:#eea719;
	border-color:#eaa211;
}
.btn-warning.focus,
.btn-warning:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(210,159,58,.5);
	box-shadow:0 0 0 .15rem rgba(210,159,58,.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
	color:#212529;
	background-color:#f1b53d;
	border-color:#f1b53d;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	color:#fff;
	background-color:#eaa211;
	border-color:#de9910;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(210,159,58,.5);
	box-shadow:0 0 0 .15rem rgba(210,159,58,.5);
}
.btn-danger {
	color:#fff;
	background-color:#ff5d48;
	border-color:#ff5d48;
}
.btn-danger:hover {
	color:#fff;
	background-color:#ff3b22;
	border-color:#ff3015;
}
.btn-danger.focus,
.btn-danger:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(255,117,99,.5);
	box-shadow:0 0 0 .15rem rgba(255,117,99,.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
	color:#fff;
	background-color:#ff5d48;
	border-color:#ff5d48;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
	color:#fff;
	background-color:#ff3015;
	border-color:#ff2508;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(255,117,99,.5);
	box-shadow:0 0 0 .15rem rgba(255,117,99,.5);
}
.btn-light {
	color:#212529;
	background-color:#f8f9fa;
	border-color:#f8f9fa;
}
.btn-light:hover {
	color:#212529;
	background-color:#e2e6ea;
	border-color:#dae0e5;
}
.btn-light.focus,
.btn-light:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(216,217,219,.5);
	box-shadow:0 0 0 .15rem rgba(216,217,219,.5);
}
.btn-light.disabled,
.btn-light:disabled {
	color:#212529;
	background-color:#f8f9fa;
	border-color:#f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color:#212529;
	background-color:#dae0e5;
	border-color:#d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(216,217,219,.5);
	box-shadow:0 0 0 .15rem rgba(216,217,219,.5);
}
.btn-dark {
	color:#fff;
	background-color: #c6cad6;
    border-color: #c6cad6;
}
.btn-dark:hover {
	color:#fff;
	background-color:#23272b;
	border-color:#1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(82,88,93,.5);
	box-shadow:0 0 0 .15rem rgba(82,88,93,.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
	color:#fff;
	background-color:#343a40;
	border-color:#343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	color:#fff;
	background-color:#1d2124;
	border-color:#171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(82,88,93,.5);
	box-shadow:0 0 0 .15rem rgba(82,88,93,.5);
}
.btn-purple {
	color:#fff;
	background-color:#9261c6;
	border-color:#9261c6;
}
.btn-purple:hover {
	color:#fff;
	background-color:#7f45bc;
	border-color:#7841b3;
}
.btn-purple.focus,
.btn-purple:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(162,121,207,.5);
	box-shadow:0 0 0 .15rem rgba(162,121,207,.5);
}
.btn-purple.disabled,
.btn-purple:disabled {
	color:#fff;
	background-color:#9261c6;
	border-color:#9261c6;
}
.btn-purple:not(:disabled):not(.disabled).active,
.btn-purple:not(:disabled):not(.disabled):active,
.show>.btn-purple.dropdown-toggle {
	color:#fff;
	background-color:#7841b3;
	border-color:#723daa;
}
.btn-purple:not(:disabled):not(.disabled).active:focus,
.btn-purple:not(:disabled):not(.disabled):active:focus,
.show>.btn-purple.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(162,121,207,.5);
	box-shadow:0 0 0 .15rem rgba(162,121,207,.5);
}
.btn-pink {
	color:#fff;
	background-color:#ff7aa3;
	border-color:#ff7aa3;
}
.btn-pink:hover {
	color:#fff;
	background-color:#ff5489;
	border-color:#ff4780;
}
.btn-pink.focus,
.btn-pink:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(255,142,177,.5);
	box-shadow:0 0 0 .15rem rgba(255,142,177,.5);
}
.btn-pink.disabled,
.btn-pink:disabled {
	color:#fff;
	background-color:#ff7aa3;
	border-color:#ff7aa3;
}
.btn-pink:not(:disabled):not(.disabled).active,
.btn-pink:not(:disabled):not(.disabled):active,
.show>.btn-pink.dropdown-toggle {
	color:#fff;
	background-color:#ff4780;
	border-color:#ff3a77;
}
.btn-pink:not(:disabled):not(.disabled).active:focus,
.btn-pink:not(:disabled):not(.disabled):active:focus,
.show>.btn-pink.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(255,142,177,.5);
	box-shadow:0 0 0 .15rem rgba(255,142,177,.5);
}
.btn-outline-primary {
	color:#64b0f2;
	border-color:#64b0f2;
}
.btn-outline-primary:hover {
	color:#fff;
	background-color:#64b0f2;
	border-color:#64b0f2;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(100,176,242,.5);
	box-shadow:0 0 0 .15rem rgba(100,176,242,.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color:#64b0f2;
	background-color:transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	color:#fff;
	background-color:#64b0f2;
	border-color:#64b0f2;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(100,176,242,.5);
	box-shadow:0 0 0 .15rem rgba(100,176,242,.5);
}
.btn-outline-secondary {
	color:#6c757d;
	border-color:#6c757d;
}
.btn-outline-secondary:hover {
	color:#fff;
	background-color:#6c757d;
	border-color:#6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(108,117,125,.5);
	box-shadow:0 0 0 .15rem rgba(108,117,125,.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color:#6c757d;
	background-color:transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	color:#fff;
	background-color:#6c757d;
	border-color:#6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(108,117,125,.5);
	box-shadow:0 0 0 .15rem rgba(108,117,125,.5);
}
.btn-outline-success {
	color:#1bb99a;
	border-color:#1bb99a;
}
.btn-outline-success:hover {
	color:#fff;
	background-color:#1bb99a;
	border-color:#1bb99a;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(27,185,154,.5);
	box-shadow:0 0 0 .15rem rgba(27,185,154,.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color:#1bb99a;
	background-color:transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
	color:#fff;
	background-color:#1bb99a;
	border-color:#1bb99a;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(27,185,154,.5);
	box-shadow:0 0 0 .15rem rgba(27,185,154,.5);
}
.btn-outline-info {
	color:#3db9dc;
	border-color:#3db9dc;
}
.btn-outline-info:hover {
	color:#fff;
	background-color:#3db9dc;
	border-color:#3db9dc;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(61,185,220,.5);
	box-shadow:0 0 0 .15rem rgba(61,185,220,.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color:#3db9dc;
	background-color:transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
	color:#fff;
	background-color:#3db9dc;
	border-color:#3db9dc;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(61,185,220,.5);
	box-shadow:0 0 0 .15rem rgba(61,185,220,.5);
}
.btn-outline-warning {
	color:#f1b53d;
	border-color:#f1b53d;
}
.btn-outline-warning:hover {
	color:#212529;
	background-color:#f1b53d;
	border-color:#f1b53d;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(241,181,61,.5);
	box-shadow:0 0 0 .15rem rgba(241,181,61,.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color:#f1b53d;
	background-color:transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
	color:#212529;
	background-color:#f1b53d;
	border-color:#f1b53d;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(241,181,61,.5);
	box-shadow:0 0 0 .15rem rgba(241,181,61,.5);
}
.btn-outline-danger {
	color:#ff5d48;
	border-color:#ff5d48;
}
.btn-outline-danger:hover {
	color:#fff;
	background-color:#ff5d48;
	border-color:#ff5d48;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(255,93,72,.5);
	box-shadow:0 0 0 .15rem rgba(255,93,72,.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color:#ff5d48;
	background-color:transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
	color:#fff;
	background-color:#ff5d48;
	border-color:#ff5d48;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(255,93,72,.5);
	box-shadow:0 0 0 .15rem rgba(255,93,72,.5);
}
.btn-outline-light {
	color:#f8f9fa;
	border-color:#f8f9fa;
}
.btn-outline-light:hover {
	color:#212529;
	background-color:#f8f9fa;
	border-color:#f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(248,249,250,.5);
	box-shadow:0 0 0 .15rem rgba(248,249,250,.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color:#f8f9fa;
	background-color:transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
	color:#212529;
	background-color:#f8f9fa;
	border-color:#f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(248,249,250,.5);
	box-shadow:0 0 0 .15rem rgba(248,249,250,.5);
}
.btn-outline-dark {
	color: #c6cad6;
    border-color: #c6cad6;
}
.btn-outline-dark:hover {
	color:#fff;
	background-color:#343a40;
	border-color:#343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(52,58,64,.5);
	box-shadow:0 0 0 .15rem rgba(52,58,64,.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color:#343a40;
	background-color:transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
	color:#fff;
	background-color:#343a40;
	border-color:#343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(52,58,64,.5);
	box-shadow:0 0 0 .15rem rgba(52,58,64,.5);
}
.btn-outline-purple {
	color:#9261c6;
	border-color:#9261c6;
}
.btn-outline-purple:hover {
	color:#fff;
	background-color:#9261c6;
	border-color:#9261c6;
}
.btn-outline-purple.focus,
.btn-outline-purple:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(146,97,198,.5);
	box-shadow:0 0 0 .15rem rgba(146,97,198,.5);
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
	color:#9261c6;
	background-color:transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled).active,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.show>.btn-outline-purple.dropdown-toggle {
	color:#fff;
	background-color:#9261c6;
	border-color:#9261c6;
}
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(146,97,198,.5);
	box-shadow:0 0 0 .15rem rgba(146,97,198,.5);
}
.btn-outline-pink {
	color:#ff7aa3;
	border-color:#ff7aa3;
}
.btn-outline-pink:hover {
	color:#fff;
	background-color:#ff7aa3;
	border-color:#ff7aa3;
}
.btn-outline-pink.focus,
.btn-outline-pink:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(255,122,163,.5);
	box-shadow:0 0 0 .15rem rgba(255,122,163,.5);
}
.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
	color:#ff7aa3;
	background-color:transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled).active,
.btn-outline-pink:not(:disabled):not(.disabled):active,
.show>.btn-outline-pink.dropdown-toggle {
	color:#fff;
	background-color:#ff7aa3;
	border-color:#ff7aa3;
}
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-pink.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .15rem rgba(255,122,163,.5);
	box-shadow:0 0 0 .15rem rgba(255,122,163,.5);
}
.btn-link {
	font-weight:400;
	color:#64b0f2;
	text-decoration:none;
}
.btn-link:hover {
	color:#1d8cec;
	text-decoration:none;
}
.btn-link.focus,
.btn-link:focus {
	text-decoration:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.btn-link.disabled,
.btn-link:disabled {
	color:#6c757d;
	pointer-events:none;
}
.btn-group-lg>.btn,
.btn-lg {
	padding:.5rem 1rem;
	font-size:1.125rem;
	line-height:1.5;
	border-radius:.4rem;
}
.btn-group-sm>.btn,
.btn-sm {
	padding:.25rem .5rem;
	font-size:.7875rem;
	line-height:1.5;
	border-radius:.2rem;
}
.btn-block {
	display:block;
	width:100%;
}
.btn-block+.btn-block {
	margin-top:.5rem;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width:100%;
}
.btn-label {
	margin:-.55rem .9rem -.55rem -.9rem;
	padding:.6rem .9rem;
	background-color:rgba(33,37,41,.1);
}

.btn-label-right {
	margin:-.45rem -.9rem -.45rem .9rem;
	padding:.45rem .9rem;
	background-color:rgba(33,37,41,.1);
	display:inline-block;
}
.btn-facebook {
	color:#fff !important;
	background-color:#3b5998 !important;
}
.btn-twitter {
	color:#fff !important;
	background-color:#00aced !important;
}
.btn-linkedin {
	color:#fff !important;
	background-color:#007bb6 !important;
}
.btn-dribbble {
	color:#fff !important;
	background-color:#ea4c89 !important;
}
.btn-googleplus {
	color:#fff !important;
	background-color:#dd4b39 !important;
}
.btn-instagram {
	color:#fff !important;
	background-color:#517fa4 !important;
}
.btn-pinterest {
	color:#fff !important;
	background-color:#cb2027 !important;
}
.btn-dropbox {
	color:#fff !important;
	background-color:#007ee5 !important;
}
.btn-flickr {
	color:#fff !important;
	background-color:#ff0084 !important;
}
.btn-tumblr {
	color:#fff !important;
	background-color:#32506d !important;
}
.btn-skype {
	color:#fff !important;
	background-color:#00aff0 !important;
}
.btn-youtube {
	color:#fff !important;
	background-color:#b00 !important;
}
.btn-github {
	color:#fff !important;
	background-color:#171515 !important;
}
.dropdown-toggle::after{
    display: none;
}
/* Checkbox & Radio */
.checkbox label {
	display:inline-block;
	padding-left:8px;
	position:relative;
	font-weight:400;
    color: #495057;
}
body.dark .checkbox label{
    color: #6c7897;
}
.checkbox label::before {
	background-color:#fff;
	border-radius:3px;
	border:2px solid #efefef;
	content:"";
	display:inline-block;
	height:18px;
	left:0;
	margin-left:-18px;
	position:absolute;
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
	width:18px;
	outline:0 !important;
	top:2px;
}

.checkbox label::after {
	color:#495057;
	display:inline-block;
	font-size:11px;
	height:18px;
	left:0;
	margin-left:-18px;
	padding-left:3px;
	padding-top:2px;
	position:absolute;
	top:0;
	width:18px;
}

.checkbox input[type=checkbox] {
	cursor:pointer;
	opacity:0;
	z-index:1;
	outline:0 !important;
}

.checkbox input[type=checkbox]:disabled+label {
	opacity:.65;
}

.checkbox input[type=checkbox]:focus+label::before {
	outline-offset:-2px;
	outline:0;
}

.checkbox input[type=checkbox]:checked+label::after {
	content:"";
	position:absolute;
	top:6px;
	left:7px;
	display:table;
	width:4px;
	height:8px;
	border:2px solid #6c757d;
	border-top-width:0;
	border-left-width:0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

.checkbox input[type=checkbox]:disabled+label::before {
	background-color:#f8f9fa;
	cursor:not-allowed;
}

.checkbox.checkbox-circle label::before {
	border-radius:50%;
}

.checkbox.checkbox-inline {
	margin-top:0;
}

.checkbox.checkbox-single input {
	height:18px;
	width:18px;
	position:absolute;
}

.checkbox.checkbox-single label {
	height:18px;
	width:18px;
}

.checkbox.checkbox-single label:before {
	margin-left:0;
}

.checkbox.checkbox-single label:after {
	margin-left:0;
}

.checkbox-primary input[type=checkbox]:checked+label::before {
	background-color:#64b0f2;
	border-color:#64b0f2;
}

.checkbox-primary input[type=checkbox]:checked+label::after {
	border-color:#fff;
}

.checkbox-secondary input[type=checkbox]:checked+label::before {
	background-color:#6c757d;
	border-color:#6c757d;
}

.checkbox-secondary input[type=checkbox]:checked+label::after {
	border-color:#fff;
}

.checkbox-success input[type=checkbox]:checked+label::before {
	background-color:#1bb99a;
	border-color:#1bb99a;
}

.checkbox-success input[type=checkbox]:checked+label::after {
	border-color:#fff;
}

.checkbox-info input[type=checkbox]:checked+label::before {
	background-color:#3db9dc;
	border-color:#3db9dc;
}

.checkbox-info input[type=checkbox]:checked+label::after {
	border-color:#fff;
}

.checkbox-warning input[type=checkbox]:checked+label::before {
	background-color:#f1b53d;
	border-color:#f1b53d;
}

.checkbox-warning input[type=checkbox]:checked+label::after {
	border-color:#fff;
}

.checkbox-danger input[type=checkbox]:checked+label::before {
	background-color:#ff5d48;
	border-color:#ff5d48;
}

.checkbox-danger input[type=checkbox]:checked+label::after {
	border-color:#fff;
}

.checkbox-light input[type=checkbox]:checked+label::before {
	background-color:#f8f9fa;
	border-color:#f8f9fa;
}

.checkbox-light input[type=checkbox]:checked+label::after {
	border-color:#fff;
}

.checkbox-dark input[type=checkbox]:checked+label::before {
	background-color:#343a40;
	border-color:#343a40;
}

.checkbox-dark input[type=checkbox]:checked+label::after {
	border-color:#fff;
}

.checkbox-purple input[type=checkbox]:checked+label::before {
	background-color:#9261c6;
	border-color:#9261c6;
}

.checkbox-purple input[type=checkbox]:checked+label::after {
	border-color:#fff;
}

.checkbox-pink input[type=checkbox]:checked+label::before {
	background-color:#ff7aa3;
	border-color:#ff7aa3;
}

.checkbox-pink input[type=checkbox]:checked+label::after {
	border-color:#fff;
}

.radio label {
	display:inline-block;
	padding-left:8px;
	position:relative;
	font-weight:400;
    color: #495057;
}
body.dark .radio label{
    color: #6c7897;
}
.radio label::before {
	-o-transition:border .5s ease-in-out;
	-webkit-transition:border .5s ease-in-out;
	background-color:#fff;
	border-radius:50%;
	border:2px solid #efefef;
	content:"";
	display:inline-block;
	height:18px;
	left:0;
	margin-left:-18px;
	position:absolute;
	transition:border .5s ease-in-out;
	width:18px;
	outline:0 !important;
}

.radio label::after {
	-moz-transition:-moz-transform .1s cubic-bezier(.8,-.33,.2,1.33);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	-o-transition:-o-transform .1s cubic-bezier(.8,-.33,.2,1.33);
	-webkit-transform:scale(0,0);
	-webkit-transition:-webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
	background-color:#6c757d;
	border-radius:50%;
	content:" ";
	display:inline-block;
	height:10px;
	left:6px;
	margin-left:-20px;
	position:absolute;
	top:4px;
	transform:scale(0,0);
	transition:-webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
	transition:transform .1s cubic-bezier(.8,-.33,.2,1.33);
	transition:transform .1s cubic-bezier(.8,-.33,.2,1.33),-webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
	width:10px;
}

.radio input[type=radio] {
	cursor:pointer;
	opacity:0;
	z-index:1;
	outline:0 !important;
}

.radio input[type=radio]:disabled+label {
	opacity:.65;
}

.radio input[type=radio]:focus+label::before {
	outline-offset:-2px;
	outline:5px auto -webkit-focus-ring-color;
	outline:thin dotted;
}

.radio input[type=radio]:checked+label::after {
	-webkit-transform:scale(1,1);
	transform:scale(1,1);
}

.radio input[type=radio]:disabled+label::before {
	cursor:not-allowed;
}

.radio.radio-inline {
	margin-top:0;
}

.radio.radio-single label {
	height:18px;
	width:18px;
}

.radio-primary input[type=radio]+label::after {
	background-color:#64b0f2;
}

.radio-primary input[type=radio]:checked+label::before {
	border-color:#64b0f2;
}

.radio-primary input[type=radio]:checked+label::after {
	background-color:#64b0f2;
}

.radio-secondary input[type=radio]+label::after {
	background-color:#6c757d;
}

.radio-secondary input[type=radio]:checked+label::before {
	border-color:#6c757d;
}

.radio-secondary input[type=radio]:checked+label::after {
	background-color:#6c757d;
}

.radio-success input[type=radio]+label::after {
	background-color:#1bb99a;
}

.radio-success input[type=radio]:checked+label::before {
	border-color:#1bb99a;
}

.radio-success input[type=radio]:checked+label::after {
	background-color:#1bb99a;
}

.radio-info input[type=radio]+label::after {
	background-color:#3db9dc;
}

.radio-info input[type=radio]:checked+label::before {
	border-color:#3db9dc;
}

.radio-info input[type=radio]:checked+label::after {
	background-color:#3db9dc;
}

.radio-warning input[type=radio]+label::after {
	background-color:#f1b53d;
}

.radio-warning input[type=radio]:checked+label::before {
	border-color:#f1b53d;
}

.radio-warning input[type=radio]:checked+label::after {
	background-color:#f1b53d;
}

.radio-danger input[type=radio]+label::after {
	background-color:#ff5d48;
}

.radio-danger input[type=radio]:checked+label::before {
	border-color:#ff5d48;
}

.radio-danger input[type=radio]:checked+label::after {
	background-color:#ff5d48;
}

.radio-light input[type=radio]+label::after {
	background-color:#f8f9fa;
}

.radio-light input[type=radio]:checked+label::before {
	border-color:#f8f9fa;
}

.radio-light input[type=radio]:checked+label::after {
	background-color:#f8f9fa;
}

.radio-dark input[type=radio]+label::after {
	background-color:#343a40;
}

.radio-dark input[type=radio]:checked+label::before {
	border-color:#343a40;
}

.radio-dark input[type=radio]:checked+label::after {
	background-color:#343a40;
}

.radio-purple input[type=radio]+label::after {
	background-color:#9261c6;
}

.radio-purple input[type=radio]:checked+label::before {
	border-color:#9261c6;
}

.radio-purple input[type=radio]:checked+label::after {
	background-color:#9261c6;
}

.radio-pink input[type=radio]+label::after {
	background-color:#ff7aa3;
}

.radio-pink input[type=radio]:checked+label::before {
	border-color:#ff7aa3;
}

.radio-pink input[type=radio]:checked+label::after {
	background-color:#ff7aa3;
}
/* Progress */
.progress-sm {
    height: 5px;
}
.progress-md {
    height: 8px;
}
.progress-lg {
    height: 12px;
}
.progress-xl {
    height: 15px;
}


.warp-rare-domain {
    margin: 0 auto;
    background: none;
    color: #fff;
    margin-bottom: 30px;
	border: 0;
}
.rare-domain-body {
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: #0B1D33;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    min-height: 333px;
	position: relative;
}
.rare-domain-col-left {
    padding: 0;
    width: 30%;
}
.rare-domain-col-right {
    padding: 24px 40px;
    width: 70%;
}
.rare-domain-cover {
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #000;
}
.rare-domain-btn {
    position: absolute;
    right: 40px;
    bottom: 24px;
}
.rare-domain-tag {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #373e51;
    border-radius: 30px;
    font-size: 12px;
    margin-right: 20px;
}
.rare-domain-share a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    border: 1px solid #373e51;
    text-align: center;
    border-radius: 50%;
    color: #ccc;
}
.rare-domain-title {
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    z-index: 2;
}
.rare-domain-title-big {
    font-size: 50px;
}
.rare-domain-user span {
    align-items: center;
    margin-right: 5px;
}
.rare-domain-user a {
    color: #00C4F4;
    display: block;
}
.wallet-icon {
    margin-left: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    width: 22px;
    text-align: center;
    background: rgba(138, 147, 169, .05);
    border-radius: 50%;
    font-size: 12px;
    position: relative;
}
body.dark .wallet-icon {
    background: #252934;
}
.btn-custom {
    color: #fff;
    border-radius: 30px;
    padding: 13px 30px;
    transition: 0.3s all ease-in-out;
    font-size: 15px;
    background: none;
    border: 1px solid #fff;
    position: relative;
    margin: 5px;
}
.btn-small {
    padding: 7px 15px;
}
@media (max-width:1025px){
	.rare-domain-body {
        border: 0;
        background: none;
        flex-flow: column;
    }
	.rare-domain-col-left, .rare-domain-col-right {
		width: 100%;
	}
	.rare-domain-cover {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 10px;
    }
	.rare-domain-col-right {
        border: 1px solid rgba(255, 255, 255, 0.04);
        background: #0B1D33;
        border-radius: 15px;
        overflow: hidden;
        padding: 20px 20px 15px;
    }
	.rare-domain-title-big {
        font-size: 30px;
    }
	.rare-domain-btn {
        position: static;
        text-align: right;
		margin-top: 10px;
    }
}

@media (max-width:999px){
	.logo,.topnav-menu li.nav-search,.warp-bar{
        display: none;
    }
	.warp-bar-active-xs{
        display: block;
    }
	.warp-main{
		margin-left: 0;
	}
	.list-col-1 .list-group-item,.list-col-2 .list-group-item,.list-col-3 .list-group-item,.list-col-4 .list-group-item {
		width: 50%;
	}
}
@media (max-width:768px){
    .topnav-menu li{
        padding: 0px 6px;
    }
    .noti-box{
        left: -75px;
    }
	.info-box{
		left: -100px;
	}
    .warp-main{
        margin: 0;
        margin-top: 70px;
		padding-left: 20px;
    	padding-right: 20px;
    }
	.warp-nav-main{
		margin-bottom: 20px;
	}
    .table-responsive{
		display: block;
	}
	.header-info-top{
		flex-direction: column;
	}
	.info-user{
		width: 100%;
		margin-bottom: 20px;
	}
	.user-avatar{
		width: 86px;
		height: 86px;
	}
	.user-id{
		font-size: 20px;
	}
	.info-asset{
		margin-left: inherit;
		text-align: left;
		justify-content: left;
		width: 100%;
	}
	.info-asset .list-group{
		
	}
	.list-asset .list-group-item{
		margin-left: 0;
		width: auto!important;
	}
	.list-asset .list-item-title{
		margin-bottom: 5px;
	}
	.list-asset .list-item-value, .list-asset .list-item-value a{
		font-size: 14px;
	}
	.asset-total{
		position: static;
	}
	.list-col-1 .list-group-item,.list-col-2 .list-group-item,.list-col-3 .list-group-item,.list-col-4 .list-group-item {
		width: 100%;
	}
	.asset-curve{
        display: none;
    }
	.warp-tab{
		overflow: scroll hidden;
	}
}
@media (max-width:480px){
	.menu-nav,.wallet-address,.warp-control,.asset-change,.following{
        display: none;
    }
	.asset-curve{
		display: none;
	}
	.wallet-address-xs{
		display: inline-block;
	}
}