
	@font-face { font-family: Jost500; font-weight: bold; src: url('fonts/Jost-500-Medium.otf'); } 
	@font-face { font-family: SpartanMB; src: url('fonts/SpartanMB-Regular.otf');}
 
    :root {

        --font-color: #e1e1ff;
        --bg-color: #111;
        --header-color: #282828;
        --heading-color: #222;

        --item-color: #202020;
        --col-1-color: #202020;
        --col-border: 1px solid #222;
        --box-shadow: 0px 0px 8px -3px #ccc;
        --border: 0px solid #202020;
        --btn-color: #474747;
        --mobbase-bg: #161616;


        --mobbase-border: 1px solid #111;
        --pcviewbr: 1px solid #111111;
        --footer-bg: #000;

        --footer-color: #555;
        --footer-br: 1px solid #1dd51c;

        --progress: #aaa;
        --progress-br: 1px solid #000;
        --percent: #f5f5f5;
        --bar: #818cab;
        --colhead: #1a1a1a;
        --colhead-color: #ccc;

        --holding-bg: #202020;
        --holding-br: 1px solid #303030;
        --holding-text: #ccc;

        --base-bg: #202020;
        --base-br: 1px solid #303030;
        --base-text: #ccc;

        --ticker-bg: #202020;
        --ticker-br: 1px solid #202020;
        --ticker-color: #bbb;


        --result-bg: #131313;
        --result-br: 1px solid #111;
        --result-color: #bbb;

        --sub-br: 1px dashed #000;
		
		--btn-rmv:#191919;
		--pf-border:1px dashed #666;
		--pf-bg:#191919;
		
		--filter:brightness(1);
		
		--boxtot-bg:#0e0e0e;
		--frominp-bg:#0a0a0a;
		--frominp-br:1px solid #181818;
		--frominp-cl: #aaa;
		--disinp-bg:#111;
		--disinp-br:1px solid #111;
		--disinp-cl: #aaa;
		--pinp-cl: white;
		--in-days-br:1px solid #1a1a1a;
		--days-br:1px dashed #2a2a2a;
		
		
    }


    [data-theme="dark"] {

        --font-color: #424242;
        --bg-color: #f9f9f9;
        --header-color: #fff;
        --heading-color: #777;
        --item-color: #fff;
        --col-1-color: #fff;
        --col-border: 1px solid #aaa;
        --box-shadow: 0px 0px 12px -4px #ccc;
        --border: 0px solid #f5f5f5;
        --btn-color: #1dd51c;
        --mobbase-bg: #fff;
        --mobbase-border: 1px solid #f5f5f5;
        --pcviewbr: 1px solid #f5f5f5;
        --footer-bg: #333;
        --footer-color: #9f9f9f;
        --footer-br: 1px solid #1dd51c;

        --progress: #e5e5e5;
        --progress-br: 1px solid #fff;
        --percent: #333;
        --bar: #818cab;
        --colhead: #888;
        --colhead: #555;
        --colhead-color: #f1f1f1;

        --holding-bg: #fff;
        --holding-br: 1px solid #f5f5f5;
        --holding-text: #555;

        --base-bg: #fff;
        --base-br: 1px solid #f5f5f5;
        --base-text: #555;

        --ticker-bg: ;
        --ticker-br: ;
        --ticker-color: ;


        --result-bg: ;
        --result-br: ;
        --result-color: ;

        --sub-br: 1px dashed #eee;
		
		--btn-rmv:#f2f2f2;
		--pf-border:1px dashed #ccc;
		--pf-bg:#fff;
		--filter:brightness(0.5);
		
		--boxtot-bg:#f5f5f5;
		--frominp-bg:#f5f5f5;
		--frominp-br:1px solid #f2f2f2;
		--frominp-cl: #555;
		--disinp-bg:#f9f9f9;
		--disinp-br:1px solid #f9f9f9;
		--disinp-cl: #333;
		--pinp-cl: #333;
		--in-days-br:1px solid #dbdbdb;
		--days-br:1px dashed #ddd;
    }


    body {
        padding: 0;
        background-color: var(--bg-color);
        color: var(--font-color);
        margin: 0;
        box-sizing: border-box;
        font-family: SpartanMB;
		font-size: 14px;
    }

    .content {
        border: 0px solid;
        display: block;
        width: 70%;
        padding: 40px 0px;
        float: none;
        margin: auto;
    }

    .header {
        padding: 30px 10px;
        box-sizing: border-box;
        display: table;
        width: 100%;
        background: var(--header-color);
        border: var(--border);
        box-shadow*: var(--box-shadow);
        margin-bottom: 20px;
    }

    .logo {
        text-align: center;
        box-sizing: border-box;
        display: table-cell;
        width: 33.3333%;
        float: left;
    }
	
	.mainlogo {
		width: 100px;
		position: relative;
		top: 0px;
	}



.collapsiblenx {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 16.6666%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsiblenx:hover {
  background-color: #555;
}

.contentnx {
  padding: 10px;
  display: none;
  overflow: hidden;
  background-color: #333;
  position:relative;
      left: -1px;
	  margin-bottom: 5px;
}


.tnx{
	
	padding: 20px;
    display: inline-block;
	font-style: normal;
	*margin-right: 1px;
    position: relative;
border: 1px solid #333;
display: inline-block;
    width: 100%;
    box-sizing: border-box;
	}




.contnew{
	width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    background: #303030;
		transition: 0.3s;
}

.collapsible {
  background: none;
    cursor: pointer;
    color: #7c90c3;
    outline: none;
    font-size: 15px;
    margin: auto;
    display: block;
    margin-bottom: 1px;
    transition: 0.3s;
    width: 5%;
    float: right;
    position: relative;
    text-align: center;
    height: 55px;
    z-index: 9999;
    padding-right: 15px;
	border: none;
	display: flex;
    align-items: center;
    width: 16.6666%;
	background: #202020;
}



.active*, .collapsible*:hover {
  background-color: #555;
  transition: 0.3s;
}

.collapsible:after {
  content: '\002B';
  color: #aaa;
  font-weight: bold;
  margin-left:2px;
  float: right;
    position: relative;
}

.active:after {
  content: "\2212";
}

.contentst {
  max-height: 0;
  overflow: hidden;
  width:100%;
  margin:auto;
  float:none;
  display:block;
  transition: max-height 0.2s ease-out;
  background-color: #303030;
  margin-bottom: 5px;
  top: -60px;
    position: relative;
}


.contentst > p {width:100%;padding:0px 20px}





::selection {
	color: #fff;
	background-color: #ff4242;
}
::-moz-selection {
	color: #fff;
	background-color: #ff4242;
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 30px 0;
	box-shadow: 0 10px 30px 0 rgb(33,33,33,0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow*: 0 5px 10px 0 rgb(33,33,33,0.15);
	box-shadow: var(--box-shadow);
	padding: 30px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: auto;
	width:100px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
	box-sizing: border-box;
    width: 100%;
    display: flex;
    float: right;
}
.navbar-brand img{
	height: auto;
	width: 120px;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	filter: brightness(0.8);
}

.bg-light {
    transition*: all 200ms linear;
	background: var(--header-color) !important;
    border: var(--border);
    box-shadow: var(--box-shadow);
	box-sizing: border-box;
	transition: all 0.3s ease-out;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1 {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}
p {
	text-align: center;
	margin: 0;
	padding: 10px 0px;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 170ms;
}

body.hero-anime p{
	opacity: 1;
	*transform: translateY(40px);
    transition-delay: 170ms;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 25px;
	height: 8px;
	border-radius: 50px;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: 0px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background*: #fff;
	background: url(suni.png);
    position: relative;
    width: 30px;
    height: 30px;
    background-size: 30px;
}
.switched {
	border-color: #0000 !important;
    background: #ff424200 !important;
}
.switched #circle {
	left: 0px;
	background*: #000;
	background: url(mooni.png);
    position: relative;
    width: 30px;
    height: 30px;
    background-size: 30px;
}

.col-120{
    float: right;
    display: inline-block;
    width: 100%;
    text-align: right;
	padding-top: 10px;
	    transition: 0.3s;
}


.switchon{
	padding-top: 3px;
    transition: 0.3s;
}

.navbar-brand{    padding-left: 0px;}


	.rmv{
	display: block;
    text-align: center;
    position: relative;
    color: #f44336;
	transform: scaleX(1.5);
	-webkit-transform: scaleX(1.5);
	-moz-transform: scaleX(1.5);
	-mos-transform: scaleX(1.5);
	-o-transform: scaleX(1.5);
    font-size: 12px;
    font-family: monospace;	
	font-size: 15px;
	}

    .search {
        box-sizing: border-box;
        width: 33.3333%;
        display: table-cell;
        float: left;
    }

    .center {
        text-align: center
    }

    .subadd {
        font-size: 12px;
        position: relative;
        display: inline-block;
        top: -10px;
        right: 5px;
		font-weight: 700;
    }
	
    .checkbox-label {
        background-color: #607d8b;
        width: 50px;
        height: 26px;
        border-radius: 50px;
        position: relative;
        padding: 5px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .checkbox {
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .switch {
        text-align: right;
        float: right;
    }

	.modaltext{
		margin-top: -5px;
		text-align: left;
		margin-bottom: 5px;
		font-size: 14px;
		margin-left: -15px;
	}
	
	.cifix{
		width: 70%;
    float: none;
    margin: auto;
    display: block;
	}
	
    .boxsw {
        display: block;
        width: 71%;
        float: none;
        margin: auto;
    }

    .checkbox-label .ball {
        background-color: #fff;
        width: 22px;
        height: 22px;
        position: absolute;
        left: 35px;
        top: 7px;
        border-radius: 50%;
        transition: transform 0.2s linear;
    }

    .checkbox:checked+.checkbox-label .ball {
        transform: translateX(-17px);
        left: 20px;
    }

    .bfix{
        position: relative;
        top: 10px;
    }
    
   .portbox{
	display: inline-block;
    margin-bottom: -20px;
    padding: 10px 0px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #1dd51c;
    border-top: 1px solid #383838;
	}
	
.pftitle{
    width: 50%;
    box-sizing: border-box;
    float: left;
	font-size: 16px;
	color: #1dd51c;
	}
	
.pftotal{
	float: right;
    width: 50%;
    box-sizing: border-box;
    text-align: right;
    font-weight: 700;
	    font-size: 16px;
	}
	
.pfchange{display: inline-block;
    width: 50%;
    text-align: right;
    padding-top: 10px;
	    font-size: 10px;
		box-sizing: border-box;
	}
	
	.pfwatch{
	font-size: 12px;
    float: left;
	width:50%;
	color: #aaa;
    box-sizing: border-box;
    padding-top: 8px;
	}
	
    
    .item {
        display: inline-block;
        float: left;
        height: 55px;
        width: 16.6666%;
        background-color: var(--item-color);
        padding: 10px 0px;
        text-align: center;
        box-sizing: border-box;
    }

    .name {
        line-height: 25px;
        display: inline-block;
        font-weight: 700;
        top: -2px;
        position: relative;
        left: 10px;
		font-family: Jost500;
		font-size: 12px;
    }

    .dark-mode {
        filter: invert(100%) hue-rotate(180deg);
        background: #1a1a1a;
    }

    .sun {
        width: 20px;
    }

    .moon {
        width: 20px;
    }
	
	
	.item1{width: 15%;}
	.item2{width: 30%;}
	.item3{width: 30%;}
	.item4{width: 15%;}
	.digit4{
		position: relative;
    padding-top: 17px;
	}

    .tokenlogo {    position: relative;
    top: 5px;}

    .coinlogo {
        height: 25px;
        width: 25px;
        float: none;
        margin-left: -5px;
    }

    .box {
        width: 100%;
        margin-bottom: 5px;
        display: inline-table;
		height: 50px;
		box-sizing: border-box;
    }

    .space {
        display: inline-block;
        float: left;
        height: 55px;
        background-color: var(--item-color);
        width: 5%;
        padding: 10px 0px;
        box-sizing: border-box;
    }
	
	.spacer {
        display: inline-block;
        float*: left;
        height*: 55px;
        background-color*: var(--item-color);
        width*: 5%;
        padding*: 10px 0px;
        box-sizing: border-box;
		background*: #202020;
    }
	
	.barfix{
	display: flex;
    border: 1px solid #4e4a4a;
    width: 200px;
    float: left;
	}
	
	.rowbtn{
	margin: 0px;
	}
	
	.prcfix{
	width: 200px;
    top: 40px;
    position: relative;
	}
	
	.topspfix{
		display: inline-block;float: left;width: 4%;
	}

	.spacertop{
		height:auto;
	}
	
	.btnrmv{
		box-sizing: border-box;
		height: 55px;
		border: 0;
		background: var(--btn-rmv);
		width:5%;
		cursor: pointer;
		float: left;
    display: inline-block;
	}
	
    .bold {
        font-weight: 700;
    }

    .top {
        background: var(--heading-color);
        height: auto;
        color: #e1e1ff;
    }

    .topbox {
        margin-bottom: 15px;
    }

    .price {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    .changes {
        width: 100%;
        display: block;
        box-sizing: border-box;
        font-size: 13px;
    }

    .firstitem {
        padding-top: 13px;
		text-align: left;
		padding-left: 15px;
    }

    .holding {
        width: 35%;
        background: var(--holding-bg);
        outline: none;
        border: var(--holding-br);
        color: var(--holding-text);
        height: 30px;
    }

    .base {
        width: 35%;
        background: var(--base-bg);
        outline: none;
        border: var(--base-br);
        color: var(--base-text);
        height: 30px;
    }

    .mobholding {
    width: 100%;
    outline: none;
    background: var(--mobbase-bg);
    border: var(--mobbase-border);
    color: #aaa;
    height: 50px;
    float: none;
    margin: auto;
    margin-bottom: 5px;
	padding-left: 10px;
    box-sizing: border-box;}

    .mobbase {
    width: 100%;
    background: var(--mobbase-bg);
    border: var(--mobbase-border);
    outline: none;
    color: #aaa;
    height: 50px;
    float: none;
    margin-left: auto;
	padding-left: 10px;
    box-sizing: border-box;
	margin-bottom: 5px;
	}
    
    .bfix {
        position: relative;
        top: 10px;
    }

    .mobbtn {
        width: 60px !important
    }

    .hold {
        padding-top: 13px;
        display: inline-block;
        text-align: center;
        width: 41.6666%;
    }

    .green {
        color: #01af01;
    }

    .gray {
        color: #795548;
    }

    .red {
        color: #f44336;
    }
	
	.orange {
        color: orange;
    }

	.arrow{
		width: 80px;
		cursor: initial;
		filter: var(--filter);
	}
	
    .btn {
        width: 65px;
        height: 30px;
        font-size: 10px;
        border: var(--border);
        *background: var(--btn-color);
		background: #818cab;
        color: #fff;
        cursor: pointer;
    }

    .chart {
        border: var(--border);
        margin-top: 50px;
        display: inline-block;
        padding: 0px;
        width: 100%;
        background: #f5f5f5;
        box-sizing: border-box;
    }

    .coltop {}

    .colbottom {}

    .col-1 {
        border: var(--col-border);
        padding: 5px;
        background-color: var(--bg-color);
        width: 20%;
        text-align: center;
        box-sizing: border-box;

        float: left;
    }

    .colhead {
        background: var(--colhead);
        color: var(--colhead-color);
    }

    .plus {
        border: none;
        display: inline-block;
        box-sizing: border-box;
        margin-bottom: 20px;
        text-align: right;
        font-size: 40px;
        float: right;
        padding: 0px;
        background*: var(--btn-color);
        background: none;
        color: #1dd51c;
		cursor: pointer;
    }


    .modal {
       /* display: none; */
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        padding-top: 100px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
		text-align: center;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }

    /* Modal Content */
    .modal-content {
        background-color: var(--item-color);
        margin: auto;
        padding: 10px 15px;
        border: var(--pcviewbr);
        width: 60%;
        top: 25%;
        position: relative;
        padding-bottom: 15px;
        text-align: left;
		border-radius: 5px;
    }

    /* The Close Button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        top: -10px;
        position: relative;
        left: 0;
		z-index:99;
    }

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    .mobile {
        display: none;
    }

    .pcview-2 {
        display*: none;
		margin-top: 25px;
		margin-bottom: -20px;
    }

    .progress {

        padding: 0;
        width: 70px;
        height: 10px;
        overflow: hidden;
        background: var(--progress);
        border: var(--progress-br);
        display: inline-block;
		margin-top: 15px;
    }

    .holdbtn {
        padding-top: 30px;
        position: relative
    }

    .bar {
        position: relative;
        float: left;
        min-width: 1%;
        height: 10px;
        background: var(--bar);
    }

    .percent {
        position: absolute;
        transform: translate(-50%, -50%);
        margin: 0;
        font-family: Jost500;
        font-size: 13px;
        *color: var(--percent);
		color: #818cab;
        margin-top: -17px;
    }

    .holdbtn {
        display: inline-block;
    }

    .holding-pro {
        display: none;
    }

    .base-pro {
        display: none;
    }

    .progress {
        width: 60%;
    }

    .sizefix {
        width: 41.666%
    }

    .ads {
        display: block;
    border: 1px solid #1a1a1a;
    width: 70%;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 0px;
    margin: auto;
    margin-top: 20px;
    color: #1ebb1e;
    }

    .footer {
        padding: 20px 0px;
        background: var(--footer-bg);
        color: var(--footer-color);
        text-align: center;
        width: 100%;
        margin-top: 20px;
        border-top: var(--footer-br);
    }

    .emoji {
     box-sizing: border-box;
    display: flex;
    text-align: center;
    line-height: 55px;
    width: 80%;
    float: right;
    margin: auto;
    *border-radius: 30px;
    height: 360px;
    align-items: center;
    *background-color: var(--bg-color);
	background-color: #1a1a1a;
}
    }

    .emtext {
        font-size: 15px;
    }

    .prctext {
        font-size: 30px;
        font-weight: 700;
    }

    .emojiax {
        height: 150px;
        width: 150px;
        margin-top: 20px;
    }


    .tickersearch {
        text-align: center;
        padding: 0px;
        width: 100%;
        float: none;
        margin: auto;
        margin-left: 15px;
    }

    .ticker {
        width: 100%;
        padding: 10px;
        border-radius: 3px;
        border: var(--ticker-br);
        height: 50px;
        background: #141414;
        outline: none;
        transition: 0.3s;
        display: inline-block;
        font-size: 16px;
        color: var(--ticker-color);
        box-sizing: border-box;
        margin-left: -30px;
		border: 1px solid #303030;
		margin-bottom:5px;
    }

    .results {
        margin: auto;
        float: none;
        width: 100%;
        padding: 0px;
    }


    div.scroll {
        height: 110px;
        overflow-x: hidden;
        overflow-y: auto;
        text-align: justify;
    }

    .result {
        width: 100%;
        color: var(--ticker-color);
        background: var(--ticker-bg);
        border: var(--ticker-br);
        padding: 0px 10px;
        float: none;
        margin: auto;
        border-radius: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        z-index: 1;
        position: relative;
    }

    .sub {
        border-bottom: var(--sub-br);
        padding-top: 5px;
    }

    .subleft {
        padding: 10px 0px;
        box-sizing: border-box;
        width: 50%;
        font-size: 12.9px;
        display: inline-block;
    }

    .showtick {
        color: #9e9e9e;
    }

    .add {
        font-size: 12px;
        color: #70d100 !important;
    }

    .toprmv {
        color: #f44336;
        font-size: 12px;
    }

    .subleft {
        padding: 10px;
        box-sizing: border-box;
        width: 90%;
        font-size: 12.9px;
        display: inline-block;
		cursor: pointer;
		transition: 0.3s;
		top: -3px;
        position: relative;
    }

    .subright {
        padding: 10px 0px;
        box-sizing: border-box;
        width: 50%;
        position: relative;
        right: 20px;
        text-align: right;
        display: inline-block;
    }

    ::-webkit-scrollbar {
        width: 15px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #545454;
        border-radius: 0px;
        border: 0px solid transparent;
        background-clip: content-box;
    }

    ::-webkit-scrollbar-track {
        background-color: none;

    }

    /* The Close Button */
    .close2 {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        top: -5px;
        position: relative;
        left: 0px;
		z-index:99;
    }

    .close2:hover,
    .close2:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
	
	.subleft:hover {
		color: #607d8b;
		padding-left: 20px;
		transition: 0.5s;
	}
	.pixel{
		width: 100%;
		float: right;
		display: inline-block;
	}
	
	.calc{
		float: left;
    width: 40%;
    box-sizing: border-box;
    display: grid;
	height: 360px;
	}
	
	.calbox{
		display: flex;
		width: 70%;
		float: none;
		margin: auto;
		font-size: 12px;
		border-top: 1px solid #1ebb1e;
    padding: 20px 0px;
    margin-top: 20px;
	}
	
	.pinp{
		padding: 10px 0px;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
	color: var(--pinp-cl);
	font-size: 15px;
	}
	
	.frominp{
	height: 40px;
    outline: none;
    background: var(--frominp-bg);
    border: var(--frominp-br);
    border-radius: 3px;
    width: 100%;
    margin-right: 5px;
    padding-left: 10px;
    color: var(--frominp-cl);
    margin-top: 5px;
	    box-sizing: border-box;
		margin-bottom: 10px;
	}
	
	
	.calx{
	padding: 15px 20px;
    outline: none;
    border: 1px solid #1ebb1e;
    background: #1ebb1e;
    color: #fff;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
	}
	
	.disinp{
		padding: 15px 30px;
    width: 100%;
    background: var(--disinp-bg);
    color: var(--disinp-cl);
    border-radius: 12px;
    outline: none;
    border: var(--disinp-br);
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
	}
	
	.calibox{
		margin-bottom: 5px;
		color:#9e9e9e;
	}
	
	.days{
	text-align: center;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 360px;
    border-right: var(--days-br);
    vertical-align: middle;
    display: table-cell;
    width: 20%;
	}
	
	.in-days{
	border-bottom: var(--in-days-br);
    width: 60%;
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
    margin: 5px 0px;
    cursor: pointer;
	    transition: 0.3s;
	}
	
	.tabsinp{
    padding*: 20px 10px;
	width:20%;
	height: 360px;
	float:left;
	}
	
	.boxtot{
    width: 100%;
    margin-left: 20px;
    border-radius: 5px;
    background: var(--boxtot-bg);
	height:360px;
	}
	
	.in-days:hover{
		color:#1ebb1e;
		    transition: 0.3s;
	}
	
    button.shareit{
    border: 1px solid #607d8b;
    border-radius: 3px;
    padding: 10px 20px;
    background: #607d8b;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
    }
    
    .shareit{
    text-align: right;
    }
    
    .shareitwide{
	display:none;
	}
	.rmvfixx{
		font-size: 20px;
	}
	
		.entfix{
		background: #1c1c1c !important;
    *border-bottom: 1px dotted #444;
	}

	.headuseritems{
		    padding: 10px 0px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
	background: #607d8b;
    margin-top: 2px;
	align-items: center;
	}
	
	.headuseritem1{
		width: 25%;
    display: inline-block;
    text-align: center;
    float: left;
	}
	
	.headuseritem2{
		width: 25%;
    display: inline-block;
    text-align: center;
    float: left;
	
	}
	
	.headuseritem3{
		width: 25%;
    display: inline-block;
    text-align: center;
    float: left;
	}
	
	.headdel{
		width: 25%;
    display: inline-block;
    text-align: center;
    float: left;
	}
	.headuseritems{
		font-size: 14px;
		align-items: center;
	}
	.modfix{
			width:100% !important;
		}
	.boxfix{
			width: 70%;
    float: none;
    margin: auto;
	    font-size: 14px;
		}
	
	.unitfix{
		margin-left: 0;
	}
	
	.tokfix{
		text-align: left;
    padding-left: 20px;
	}
	
	@media only screen and (max-width: 1024px) {
	.item3 {
    width: 45%;}
	
	.item2 {
    width: 20%;}	
	
	.item4 {
	width: 10%;}

	
	}
	
	.prcfix, .barfix {
    width: 100%;}
	.item3fix{padding: 20px 10px;}
    
	.modal-content
	{
		width: 35%;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #202020;
	}
	
	.entbox {
    width: 20%;
    display: inline-block;
    height: 90px;
    top: 0;
    position: relative;
    padding: 20px 0px;
    text-align: center;
    padding-top: 5px;
    line-height: 2em;
    box-sizing: border-box;
    font-size: 12px;
    background: #363636;
    margin-bottom: 10px;
	border-left: 1px solid #181818;
	}
	
	.entdel {
    display: inline-block;
    background: #f44336;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #f44336;
    border-radius: 3px;
    font-size: 12px;
	cursor: pointer;
	}
	.entbox:nth-last-child(1){
		border-left: 1px solid #ccc;
	}
	
	.entfix{
		
	}
	
	.headuseritem1{
		width: 25%;
    display: inline-block;
    text-align: center;
    float: left;
	}
	
	.headuseritem2{
		width: 25%;
    display: inline-block;
    text-align: center;
    float: left;
	}
	
	.headuseritem3{
		width: 25%;
    display: inline-block;
    text-align: center;
    float: left;
	}
	
	.headdel{
		width: 25%;
    display: inline-block;
    text-align: center;
    float: left;
	}
	
	
	.uploadbt{padding: 10px 40px;
    outline: none;
    border: 1px solid #222;
    background: #0e0e0e;
    color: #ccc;
    border-radius: 3px;
	cursor: pointer;
}
	
	.uploadbox{
		padding: 20px;
    border: 1px solid #1a1a1a;
    width: 70%;
    margin: auto;
    float: none;
	background: #1a1a1a;
    box-sizing: border-box;}
	
	
	
    @media only screen and (max-width: 768px) {
	
.uploadbox {
    width: 90%;
    position: relative;}

input[type="file" i] {
width: 65%;
}

	.uploadbt {
    padding: 5px 20px;
	float:right;
    font-size: 12px;}
	
		.tokfix{
		text-align: center;
	}
	
		.modal-content{
			width:100% !important;
		}
		.boxfix{
			width: 95%;
    float: none;
    margin: auto;
		}
		.modfix{
			width:100% !important;
		}
		
		.close2 {
    font-size: 25px;
		}
		.modaltext {
    font-size: 12px;
    margin-left: 0px;
		}
	
	.shareit{
	display:none;
	}
	
	.headuseritems{
		font-size: 10px;
	}
	
	button.shareitwide{
    border: 1px solid #607d8b;
    border-radius: 3px;
    padding: 10px 20px;
    background: #607d8b;
    color: #fff;
    cursor: pointer;
    }
    
    .shareitwide{
    display: block;
    margin: auto;
    float: none;
    padding: 30px 0px;
    width: 60%;
    border-bottom: 1px solid #222;
    padding-bottom: 30px;
    }
    
	.contnew {
		width: 100%;
		display: block;

	}
	
	.useritems{
		
	}
	.useritem1{
		
	}
	.useritem2{
		
	}
	
		.entbtn{
			float: right;
    width: 80px;
    height: 30px;
    margin: 20px 0px;
    margin-bottom: 0;
	}
	
	.entbox{
    width: 50%;
    display: inline-block;
    height: 90px;
    top: 0;
    position: relative;
    padding: 20px 0px;
    text-align: center;
    padding-top: 5px;
    line-height: 2em;
    box-sizing: border-box;
    font-size: 12px;
	background: #363636;
    margin-bottom: 10px;
	border-left: 1px solid #111111;
	}
	
	.entbox:nth-child(even){
		border-left: 1px solid #363636;
	}
	
	.entdel{
		display: inline-block;
    background: #f44336;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #f44336;
    border-radius: 3px;
    font-size: 12px;
	cursor: pointer;
	}
		
		.calbox {
    display: flex;
    width: 95%;
    flex-direction: column-reverse;
		}
	
.calc {
    width: 100%;
	padding:10px;
    display: inline-block;
	margin: auto;
    float: none;
	    padding: 10px;
    border: 1px solid #1a1a1a;
}	

.boxtot {
    display: inline-block;
	margin-left: 0px;
}

.pinp {
	    margin: 20px 0px;
font-size: 12.9px;}
	
	.col-120 {
		margin-right: 15px;}
	
	.cifix {
		width: 100%;
	}
	
	.plusfix{
		position: relative;
		top: -1px;
	}
	
	.btnrmv {
		width: 5.4444% !important;
		}
		.item1 {
    width: 19% !important;
		}
		.item2 {
    width: 25% !important;
		}
		.item4 {
    width: 22% !important;
	font-size:10px;
		}
		.item3 {
    width: 23% !important;
	font-size:10px;
	padding-left: 5px;
		}
		.item3fix{
		padding: 19px 5px;}
		
	.tnx{
		font-size: 10px;
		padding: 10px;
		margin-right: 1px;
		display: inline-block;
    width: 100%;
    box-sizing: border-box;
	}
	.rmv{
			font-size: 12px;
	}
	.rmvfixx{
		font-size: 15px;
	}
	
	.firstitem {
		padding-top: 13px;
		text-align: left;
		padding-left: 10px;
	}
	.item {
		width: 21.6666%;
	}
	
    .mobbase {
           width: 100%; 
       }
        
    .mobholding {
            width: 100%; 
       }
       
        .plus {
            font-size: 40px;
            font-weight: 700;
            padding: 0px;
        }

        .pcview-2 {
            display: inline-block;
            width: 50% !important;
            margin-top: 5px;
            height: 40px;
            text-align: center;
            position: relative;
            border: var(--pcviewbr);
			margin-bottom: 0px;
        }

        .mobile {
            display: inline-block;
        }

        .pcview {
            display: none;
        }

        .chart {
            font-size: 12px;
        }

        .content {
            width: 95%;
        }

        .price {
            font-size: 11px;
        }

        .changes {
            font-size: 10px;
        }

        .holding,
        .base {
            display: none;
        }

        .hold {
            width: 48.6666%;
			padding-left: 10px;%;
        }

        .space {
            width: 10%;
        }
		
		.spacer {
            width*: 10%;
        }

        .coinlogo {
            margin-left: -5px;
			top: -5px;
			position: relative;
        }

        .name {
            font-size: 10px;
			top: -7px;
			width: 100%;
			left: -3px;
			text-align: center;
        }
		
		.percent {
			font-size: 10px;
		}
		
		.tokenlogo {
		width: 100%;
		display: inline-block;
		text-align: center;
		}

        .btn {
                width: 40px;
		position: relative;
		background: #191919;
        }
		
		.coinlogo {
		height: 20px;
		width: 20px;
		}
		
		.btnfix {
			height: 40px;
			background: #818cab;
        }
		
		.barfix {
			width: 100%;
		}
		
		.prcfix {
			width: 100%;
			top: 40px;
			position: relative;
		}

        .holdbtn {
            display: inline-block;
        }

        .boxsw {
            width: 100%;
        }

        .footer {
            bottom: 0;
            position: relative;
        }

        .ads {
            width: 95%;
            float: none;
            margin: auto;
            margin-top: 20px;
        }


        .modal-content {
			width: 100%;
    box-sizing: border-box;
    display: inline-block;
	padding-bottom: 0;
        }


        .close {
            top: -5px;
        }


        .ticker {
            width: 100%;
            margin-left: 0;
        }

        .close2 {
            top: -5px;
        }

        .results {
            width: 100%;
        }

        .tickersearch {
            margin-left: 0px;
        }

        .top {
            font-size: 10px;
        }

        .sizefix {
            width: 36.666%;
        }

        .progress {
            width: 70px;
        }
    }
