.up {
	color: green;
}

.down {
	color: red;
}
#crypto  table tbody tr.upbg {
	background-color: rgba(255, 78, 34, .2);
}

#crypto  table tbody tr.downbg {
	background-color: rgba(37, 37, 142, 0.2);
}

#crypto  table tbody tr td > .exchange {
	color: #42f492;
}
/*Registration form css start*/
#message {
    display:none;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}
#message p {
    margin-bottom: 0;
}
.password_valid .valid {
    color: green;
}
.password_valid .valid:before {
    position: relative;
    left: -10px;
    content: "✔";
}
.password_valid .invalid {
    color: red;
}
.password_valid .invalid:before {
    position: relative;
    left: -10px;
    content: "✖";
}
.red{
    border:1px red solid;
}
.mt-20{
    margin-top: 20px !important;
}
/*Registration form css end*/
/*payment process page view*/
.dip_address{
    border: 1px solid #ddd;
    background: #ddd;
    width: 400px;
    padding: 5px;
}
.dip_address input{
    width: 100%;
    border: transparent;
    background: transparent;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
#copydaddress{
    width: 100%;
    background: no-repeat;
    border: 0;
    text-align: center;
    font-weight: bold;
}
.verify-color{
    color: #4caf50;
}
.verify-cancel{
    color: #f44336;
}
.verify-processing{
    color: #3f51b5;
}

/*theme css end*/
@media (min-width: 768px) { html { font-size: 16px; } .tooltip-inner { max-width: 350px; } }
.mncrpt .container { max-width: 980px; }
.mncrpt .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
img.radioimage-select { padding: 7px; border: solid 2px #ffffff; margin: 7px 1px; cursor: pointer; box-shadow: none; }
img.radioimage-select:hover { border: solid 2px #a5c1e5; }
img.radioimage-select.radioimage-checked { border: solid 2px #7db8d9; background-color: #f4f8fb; }
/*login rember me*/
.custom-control-label {
    position: initial;
    vertical-align: top !important;
}
.f_profile{
    display: flex; 
    align-items: center;
}
.f_name{
    margin-right: 10px; 
    color:#FFF;
    font-size: 17px;
    font-weight: 600;
}
.f_img{
    max-width: 35px; 
    border-radius: 50%;
}

.mention-text {
    color: #ff0000;
    font-size: 14px;
    font-style: italic;
}

.pt_10{
    padding-top: 10px !important;
}

.inliner{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.inliner label{
    width: 110px !important;   
}
.inliner h4 {
    margin-left: 8px;
    font-size: 15px;
    color: #07C61C;
    font-weight: 400;
}
.cryp_wrapper{
    min-height: 620px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.invoice{

    min-height: 63vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.deposit_inner{
    box-shadow: 0px 0px 4px #c0b5d1;
    padding: 15px;
}

.width100percent{
    width: 100% !important;
}
.form-control:disabled, .form-control[readonly]{
    background-color: #121D27 !important;
}

.custom-select {

    background-color: #121D27 !important;
    color:#727678 !important;
    border-radius:0 !important;
    border-color: #121D27 !important;
}

.content-title{

    width: 100% !important;
}

.jqstooltip{
    width: auto!important;
    height: auto!important;
}




.h-card_1{
 background-color: #fffe7c; 
 
}

.h-card_2{
 background-color: #d8ffa0; 
 
}
.h-card_3{
 background-color: #a0fff4; 
 
}
.h-card_4{
 background-color: #d8daff; 
 background-color: #f9ffbb;
}
.h-card_5{
 background-color: #ffd4a2; 
 /*box-shadow: 10px 12px 3px #ff0000; */
}
.h-card_6{
 background-color: #ffd8fd; 
 background-color: #d8daff; 
}
.h-card_7{
 background-color: #a2ffb4; 
 
}
.h-card_8{
 background-color: #e0f3d3; 
 
}
.h-card_9{
 background-color: #65f4ff; 
 background-color: #eaffa0;
}
.h-card_10{
 background-color: #fdb9ca; 
 
}
.h-card_11{
 background-color: #72ffd3; 
 
}
.h-card_12{
 background-color: #fffe7c; 
 background-color: #ffd8fd; 
}


#author-header {
    
    padding: 0px;

}

.css-selector, .price-spike {
	background:#010d19;
    background: linear-gradient(270deg, #203db4, #cecece);
	background: linear-gradient(0deg, #9ba3bf, #010d19);
	
	background: linear-gradient(0deg, #9ba3bf, #010d19);
	
	
	background: linear-gradient(0deg, #3a7ba8, #010d19);
	
	
	background: linear-gradient( 0deg, #3a7ba8 0%, #3a7ba8 10%, #010d19 100%);
	
    background-size: 400% 400%;
	background-size: 100% 100%;

    /*-webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
	
	
	animation: bgmove 10s ease infinite;*/
	background:#ccc;
	background: linear-gradient(0deg, #3a7ba8, #010d19);
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 100%}
    50%{background-position:0% 0%}
    100%{background-position:0% 100%}
}
@-moz-keyframes AnimationName {
    0%{background-position:50% 100%}
    50%{background-position:50% 0%}
    100%{background-position:50% 100%}
}
@keyframes AnimationName {
    0%{background-position:50% 100%}
    50%{background-position:50% 0%}
    100%{background-position:50% 100%}
}

@keyframes bgmove {
    0%{
			background: linear-gradient( 0deg, #3a7ba8 0%, #3a7ba8 30%, #010d19 100%);
	}
    50%{
			background: linear-gradient( 0deg, #3a7ba8 0%, #3a7ba8 0%, #010d19 100%);
	}
    100%{	background: linear-gradient( 0deg, #3a7ba8 0%, #3a7ba8 30%, #010d19 100%);}
}




@-moz-keyframes flush {
    0%{		opacity:1;}
    50%{	opacity:0.6;}
    100%{	opacity:1;}
}

@-webkit-keyframes flush {
    0%{		opacity:1;}
    50%{	opacity:0.6;}
    100%{	opacity:1;}
}
@keyframes flush {
    0%{		opacity:1;}
    50%{	opacity:0.6;}
    100%{	opacity:1;}
}

.flush{
	animation: flush 0.5s ease ;
}

.form-content{
	border-radius:5px;
}

.imagine-card-date {
 
    color: #4c505a;
}
.slide-text, .slide-text h2,.slide-text p{
	
	text-shadow: -2px 2px 1px #000000 !important;
	
}
.slide-tablecell .slide-btn{
	opacity:0.9;
	color:#fff;
}
.slide-tablecell a.slide-btn:hover{
	opacity:1;
	color:#fff;
	background:#89d350;;
}

.home_price{
	color:#555;
	font-size:12px;

}

.home_price {
    color: #555;
    font-size: 17px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    hyphens: none;
    white-space: nowrap;
}


.home_price.up{
	color:#2f2;
	color:#4d9f1b;
}
.home_price.down{
	color:#2f2;
	color:#f00;
}
.imagine-card-change{
	color:#999;
}
.imagine-card-chart{
	margin-right:0px;
}



body.dark-theme #sidebar {
	background: #061926;
    color: #fff;
}

.metismenu > li > a:hover, .metismenu > li.active > a, .metismenu > li > ul > li > a:hover, .metismenu > li > ul > li.active > a, .metismenu > li > ul > li > ul > li > a:hover, .metismenu > li > ul > li > ul > li.active > a
{
	color: #70c57a;
}











body.light-theme .download{
	padding:20px;
	background: #ddd;
}

.download .row{
	display:flex;
	
	color:#000;
	padding:0px;
	border-radius:7px;
	box-sizing:border-box;
	
}
.download .container{
	margin:0px;
	box-sizing:border-box;
	border-radius:7px;
	background:#f3f3f3;
}
.download a,.download a:hover,.download a:visited,
.download h1,.download h2,.download h3{
	color:#224;
	color:#3375bb;
}
.download p{
	color:#000;
}

body.dark-theme .download {
	padding:20px;
	background: linear-gradient(0deg, #153250, #010d19)
}

body.dark-theme .download p{
	color:#dbdbdb;
}
body.dark-theme .download .container{
	background:#202124;
}

.download a.btn{
	background:#3375bb;
	color:#fff;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
	
	max-width:300px;
	font-size:1.5rem;
}

.download .input-group-append{
	display:flex;
	flex-direction: column;
}

.bg-kingfisher-daisy {
    background-color: #202124;
    border-bottom: 1px solid #2e2f32;
}









body.dark-theme .form-content {
    background: #0d0d0d;
    border: 1px solid #262d34;
	border: 1px solid #ccc;
    background-image: none;
    box-shadow: none;
	
}

body.dark-theme .form-content {
    background: #005e7a;
	background:#2e2f32;
    border: 1px solid #262d34;
    background-image: none;
    box-shadow: none;
}

body.dark-theme .form-control{
    border-radius: 5px;
    height: 40px;
    background-color: #222;
	background-color: #111d27;
    border-color: #222;
    color: #cdcfd0;
	color: #fff;
}








body.light-theme{
	color: #cdcfd0;
	color: #999;
    background-color: #060d13;
	background-color: #fff;
}

body.light-theme .bg-kingfisher-daisy {
    background-color: #cccccc;
	
    border-bottom: 1px solid #bbb;
}

body.light-theme .footer {
    background: #ccc;
	color:#000;
}


body.light-theme .form-content {
	background:#eee;
	background:#fff;
    border: 1px solid #262d34;
    background-image: none;
    box-shadow: none;
	box-shadow: 0px 0px 5px 5px #e9e9e9;
	color:#000;
}

body.light-theme .form-control {
    border-radius: 5px;
    height: 34px;
    background-color: #eee;
	background-color: #fff;
    border-color: #ddd;
	border-color: #7a7a7a;
    color: #000;
}
body.light-theme .form-control input{
	color: #000;
	background:#fff;
}

body.light-theme label{
	color: #000;
}


body.light-theme .form-design h3 ,
body.light-theme .form-design h2 ,
body.light-theme .form-design h1 
{
    color: #000;
}

body.light-theme .content-title {
    border-left: 6px solid #cdcfd0;
	border-left: 6px solid #000;
	border-bottom: 1px solid #000;
	color:#000;
}
body.light-theme .content-title h4{
	color:#000;
}



body.light-theme .custom-select {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 4px !important;
    border-color: #121212 !important;
}



body.light-theme .link-widgets ul li a {
    color: #333;
}
body.light-theme .link-widgets .link-title {
    color: #444;
}


body.light-theme .newslatter {
    color: #202124;
    background-color: #939699;
	background-color: #ccc;
}


.newslatter-form .form-control:focus {
    background-color: #fff;
    border-color: #00994c;
    box-shadow: none;
	color:#000;
}


.dropdown-item:focus, .dropdown-item:hover{
	color:#e2ba28;
	
}





body.light-theme .navbar-dark .navbar-nav .nav-link {
    border-right: 1px solid #cccccc;
	border-left: 1px solid #ccc;
	padding: 0.3rem 0.8rem; 
	text-shadow: none;
}

body.light-theme .navbar-dark .navbar-nav .nav-link {
    color: #020202!important;
}


body.light-theme .dropdown-item {
    color: #fff;
}

body.light-theme .navbar-dark .navbar-toggler {
    color: rgb(0 0 0 / 50%);
    border-color: rgb(161 158 158);
	background:#5c5c5c;
}


body.light-theme .f_name{
	color:#333;
}

body.light-theme .bio-info dd,
body.light-theme .bio-info dt {
    color: #000;
}


body.light-theme .table {
    color: #000000;
	border: 1px solid #bbb;
	box-sizing:border-box;
}

body.light-theme .table thead th {
    vertical-align: middle;
    border: 1px solid #bbb;
    background: #ddd;
}

body.light-theme .table-bordered th, body.light-theme .table-bordered td {
    border: 1px solid #ddd;
}

body.light-theme .profile-table .table th, body.light-theme .payment-process .table th {
	background-color:#f3f3f3;
	
}



body.light-theme .author-avatar img{
	
	border-color:#ccc;
}

body.light-theme #author-header {
    margin-bottom: -150px;
    padding: 0px;
}



body.light-theme .primary-footer {
    background: #cccccc;
	background: linear-gradient(0deg, #ccc, #fff );
	background: #cccccc;
	color:#000;
}


body.light-theme .secondary-footer {
    background: #cccccc;
	color:#000;
}



body.light-theme .secondary-footer p,
body.light-theme .footer p {
    color: #000;
}





body.light-theme .css-selector, 
body.light-theme .price-spike {

	background: linear-gradient(0deg, #010d19,#3a7ba8 );
	background: linear-gradient(0deg, #3a7ba8, #fff );
	background: linear-gradient(270deg, #ccc, #fff );
	background: linear-gradient(0deg, #ccc, #fff );
	background: linear-gradient(0deg, #ccc, #888 );
}



body.light-theme .newslatter-text h3 {
    font-size: 28px;
    color: #000;
    margin: 0;
}
.ballance-content {
	margin-bottom:40px;
	
}


.table-responsive{
	border-radius:5px;
}

body.light-theme .metismenu > li > a {
	font-weight:bold;
	color:#777;

}	

body.light-theme .metismenu > li > a:hover, 
body.light-theme .metismenu > li.active > a, 
body.light-theme .metismenu > li > ul > li > a:hover,
body.light-theme .metismenu > li > ul > li.active > a,
body.light-theme .metismenu > li > ul > li > ul > li > a:hover,
body.light-theme .metismenu > li > ul > li > ul > li.active > a {
    color: #70c57a;
	color:#017bfb;
	font-weight:bold;
}



body.dark-theme .dl-horizontal .btn {
    border-radius: 30px;
    padding: 3px 16px;
    font-size: 13px;
    color: #fff;
	background-color: #47a000;
	background-color: #7a7a7a4d;
    -moz-box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.12), 0 1px 5px 0 rgba(250, 250, 250, 0.2);
    box-shadow: 0 2px 2px 0 rgb(250 250 250 / 14%), 0 3px 1px -2px rgb(250 250 250 / 12%), 0 1px 5px 0 rgb(250 250 250 / 20%);
}

body.dark-theme .popup_content{
	background:#000;
	color:#fff;
	border-color:#fff;
	
}

.switch input + span {
    display: block;
    border-radius: 9999px;
    width: 36px;
    height: 36px;
    position: relative;
    -webkit-box-shadow: inset 16px -16px #ffb62e;
    box-shadow: inset 16px -16px #ffb62e;
    -webkit-transform: scale(1) rotate(
-2deg
);
    -ms-transform: scale(1) rotate(-2deg);
    transform: scale(1) rotate(
-2deg
);
    -webkit-transition: -webkit-box-shadow 0.5s ease 0s, -webkit-transform 0.4s ease 0.1s;
    transition: -webkit-box-shadow 0.5s ease 0s, -webkit-transform 0.4s ease 0.1s;
    -o-transition: box-shadow 0.5s ease 0s, transform 0.4s ease 0.1s;
    transition: box-shadow 0.5s ease 0s, transform 0.4s ease 0.1s;
    transition: box-shadow 0.5s ease 0s, transform 0.4s ease 0.1s, -webkit-box-shadow 0.5s ease 0s, -webkit-transform 0.4s ease 0.1s;
}


.switch input:checked + span {
    -webkit-box-shadow: inset 32px -32px #ffb62e;
    box-shadow: inset 32px -32px #ffb62e;
    -webkit-transform: scale(0.5) rotate(0);
    -ms-transform: scale(0.5) rotate(0);
    transform: scale(0.5) rotate(0);
    -webkit-transition: -webkit-transform 0.3s ease 0.1s, -webkit-box-shadow 0.2s ease 0s;
    transition: -webkit-transform 0.3s ease 0.1s, -webkit-box-shadow 0.2s ease 0s;
    -o-transition: transform 0.3s ease 0.1s, box-shadow 0.2s ease 0s;
    transition: transform 0.3s ease 0.1s, box-shadow 0.2s ease 0s;
    transition: transform 0.3s ease 0.1s, box-shadow 0.2s ease 0s, -webkit-transform 0.3s ease 0.1s, -webkit-box-shadow 0.2s ease 0s;
}


.switch input + span:before {
    content: "";
    width: inherit;
    height: inherit;
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.switch input + span:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0 -23px #ffb62e, 0 23px #ffb62e, 23px 0 #ffb62e, -23px 0 #ffb62e, 15px 15px #ffb62e, -15px 15px #ffb62e, 15px -15px #ffb62e, -15px -15px #ffb62e;
    box-shadow: 0 -23px #ffb62e, 0 23px #ffb62e, 23px 0 #ffb62e, -23px 0 #ffb62e, 15px 15px #ffb62e, -15px 15px #ffb62e, 15px -15px #ffb62e, -15px -15px #ffb62e;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.switch input:checked + span:after {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: -webkit-transform 0.5s ease 0.15s;
    transition: -webkit-transform 0.5s ease 0.15s;
    -o-transition: transform 0.5s ease 0.15s;
    transition: transform 0.5s ease 0.15s;
    transition: transform 0.5s ease 0.15s, -webkit-transform 0.5s ease 0.15s;
}




body.light-theme .dropdown-menu {
    background-color: #ccc;
    border: 1px solid #aaa;
}

body.light-theme .dropdown-menu a{
	color:#000;
}
body.light-theme .dropdown-menu a:hover{
	opacity:0.7;
}



.navfixed{
	position:fixed !important;
	background-color:#000000db !important;
	top:0px;
	height:50px;
	animation: nav_down 0.5s ease ;
	z-index:900;
	width:100%;
}
body.light-theme .navfixed{
	background-color:#ccc !important;
	
}
body.light-theme .navfixed a {
	color:#000 !important;
}




body.dark-theme .navbar-dark .navbar-nav .nav-link:hover{
	color:#fff;
}

.navbar-dark .navbar-nav .nav-link{	
	border:0px !important;
	margin-right:2px;
}

@keyframes nav_down {
    0%{		top:-100px;}
    100%{	top:0px;}
}

@-webkit-keyframes nav_down {
    0%{		top:-100px;}
    100%{	top:0px;}
}
@media (max-width: 991.98px){
	.navfixed {
		padding:0px;
		margin:0px;
		height:60px;
		background-color:#000000db !important;
	}
}



.pagination {
	display:block;
	float:left;
	width:100%;
	padding-bottom:5px;
}

.pagination a{
	display:block;
	float:left;
	margin-left:5px;
	border-radius:4px;
	border:1px solid #ccc;
	padding-left:2px;
	padding-right:2px;
	min-width:40px;
	text-align:center;
	margin-bottom:12px;
}
.pagination span{
	float:left;
	margin-left:5px;
	margin-bottom:12px;
}
.pagination a.active{
	color:#f00;
}

.wallet{
	float:left;
}
.wallet a{
	border-radius: 30px;
    padding: 3px 16px;
    font-size: 13px;
    /* color: #fff; */
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}





.btn-kingfisher-daisy {
	    background-color: #1d8cad !important;
	    border-color: #47a000;
	    color: #cdcfd0;
	}
	
	
	
@media (min-width: 1920px){
	.price-spike {
		zoom:1.6;
	}
}