/*--------------------- General ----------------------*/
body{
	width: 100%;
	margin: 0;
	background-color: #152b57;
}

*:focus {
	outline: none;
}

.input, input, textarea{
	border: 1px solid transparent;
	background-color: #2d4168;
	border-radius: 5px;
	width: 100%;
	display: block;
	font-family: 'poppinsR';
	font-size: 18px;
	padding: 10px 0px;
	margin-bottom: 15px;
	text-indent: 30px;
	color: #fff;
	border: 1px solid transparent;
	height: 40px;
}

input:focus, input:active, textarea:focus, textarea:active{
	background-color: #2d4168;
	border: 1px solid #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	border: 1px solid #fff !important;
	background:#2d4168;
}

.not-index-holder{
	max-width: 500px !important;
	padding: 30px 0;
	min-height: 450px;
}

.errors{
	color: #ea1e1e;
	font-family: 'poppinsR';
	font-size: 14px;
	padding-bottom: 30px;
	text-align: center;
}

.note{
	text-transform: none;
	font-family: 'poppinsR';
	font-size: 16px;
	color: rgba(233,233,233,0.4);
	padding-bottom: 30px;
}
.back_btn{
	color: #1c4a4f;
	font-size: 40px;
	margin: 0 auto;
	display: block;
	width: 68px;
	cursor: pointer;
	border: 1px solid #1c4a4f;
	line-height: 73px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 30px;
}

.back_btn:hover{
	color: #3affe8;
	border-color: #3affe8;
}
.not-index-holder .input{
	border-radius: 7px;
	padding: 0;
	border: 1px solid transparent;
	padding-left: 60px;
}

.not-index-holder input, .not-index-holder textarea, .not-index-holder select{
	height: 60px;
	padding: 0;
	border: 1px solid transparent;
}

.not-index-holder select{
	background-color: #172441 !Important;
	border-radius: 5px;
	width: 100%;
	display: block;
	font-family: 'poppinsR';
	font-size: 18px;
	padding: 10px 0px;
	margin-bottom: 35px;
	text-indent: 30px;
	color: #fff !Important;
}


.not-index-holder input:focus, .not-index-holder input:active, .not-index-holder textarea:focus, .not-index-holder textarea:active{
	border: 1px solid #fff !important;
}

.not-index-holder .btn{
	font-family: 'poppinsSB';
	font-size: 24px;
	height: 64px;
	min-width: 240px;
}



@media only screen and (max-width: 580px)
{
	.not-index-holder .btn{
		width: 60%;
		min-width: 60%;
		line-height: 55px;
		overflow: hidden;
		height: 55px;
	}
}

.block{
	display: block;
}
._ms_main {
	background-color: #152b57;
	border-top: 1px solid #fff6;
	min-width: 0 !important;
}
.index_page{
	background: transparent !Important;
	border-top: none !Important;
}

.btn{
	border: none;
	min-height: 50px;
	min-width: 140px;
	border-radius: 7px;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid transparent;
	font-family: 'poppinsSB';
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.small_btn{
	width: 50px;
	min-width: 50px !important;
	height: 50px !important;
    font-size: 24px;
}
.btn:hover{
	border: 1px solid #fff;
	background-color: #073693;
	color: #fff !Important;
}
.sing_up:hover{
	background-color: #03D26E;
	border: 1px solid #03D26E;
}

.button_light {
	color: #fff;
	background-color: #00000063;
	border: 1px solid #fff;
}
.button_dark {
	color: rgba(0,0,0,40) !important;
	background-color: #fff;
}
.goto_game{
	width: 150px;
    font-size: 18px;
}
.goto_game i{
	margin-left: 10px;
    font-size: 30px;
}
.button_green{
	background-color: #1f4d5f;
	color: #3affe8;
}
.button_green.inactive:hover{
	background-color: #1f4d5f;
	color: #3affe8 !Important;
}
.menu_list li{
	list-style-type: none;
}

a{
	text-decoration: none !Important;
}

.subtitle{
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-family: poppinsB;
	text-transform: uppercase;
}
.title{
	text-align: center;
	color: #fff;
	font-size: 48px;
	font-family: Exo2SB;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.not-index-holder .title{
	padding-bottom: 30px;
	margin: 0;
	font-size: 36px;
}
.description{
	text-align: justify;
	color: #fff;
	font-size: 18px;
	font-family: 'poppinsR';
	max-width: 945px;
	margin: 0 auto;
	padding-bottom: 40px;
}

._ms_main .content{
	max-width: 1440px;
	margin: 0 auto;
	width: 96%;
	justify-content: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1440px) {
	._ms_main .content {
		max-width: 90%;
	}
}

@media only screen and (max-width: 580px) {
	.subtitle{
		font-size: 18px;
		overflow-wrap: break-word;
	}
	.title{
		font-size: 36px;
		padding-bottom: 20px;
		text-align: center;
		overflow-wrap: break-word;
	}
	.description{
		font-size: 16px;
		overflow-wrap: break-word;
	}

	.not-index-holder{
		max-width:90% !Important;
	}
}

.menu_left{
	width: 300px;
    height: 100%;
    display: block;
    min-height: 1500px;
    background-color: #080a22;
    position: fixed;
    top: 112px;
    left: 0;
}

.main_container{
    width: 100%;
	position: relative;
}

.connect_content{
	    width: 60%;
}

.connect_content .menu_list{
	padding: 0;
    width: 100%;
    display: flex;
	align-items: center;
    justify-content: flex-end;
	margin: 0;
}

.connect_content .menu_list li {
    display: inline-flex;
    margin-left: 20px;
	z-index: 12;
}


._ms_main{
	display: flex;
}
/*----------------------- End general --------------------------------*/
/*----------------------- Header --------------------------------*/



.lang_holder{
	height: 35px;
    border: 1px solid #3affe8;
    width: 35px !Important;
    display: block;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}
.lang_holder img{
	position: absolute;
    top: -7px;
    left: -6px;
}
.header {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    height: 130px;
    width: 100%;
    padding: 0;
    background-color: transparent;
    align-items: center;
    z-index: 999;
    max-width: 1440px;
    margin: 0 auto;
}
.logo_holder,.menu_holder, .connect_holder{
	width: 33.33%;
	display: inline-flex;
}


.menu_holder .menu_list{
    font-family: 'poppinsR';
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.menu_holder .menu_list ul{
	margin: 0 !important;
	padding: 0 !important;
    white-space: nowrap;
}
.menu_holder .menu_list li{
	display: inline-block;
}

.menu_holder .menu_list li .link{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	height: auto;
	margin: 0 10px;
	overflow: hidden;
	display: block;
}

.menu_holder .menu_list .menu_item:first-of-type a, .menu_holder .menu_list .menu_item:last-of-type a{
	margin: 0!Important;
}

.connect_holder .menu_list{
	font-family: 'poppinsR';
	display: flex;
	margin: 0 !important;
	padding: 0 !important;
    justify-content: flex-end;
	flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.connect_holder .menu_list ul{
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap;
}
.connect_holder .menu_list li{
	display: inline-block;
	 width: 170px;
}

.connect_holder .menu_list li button{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	height: auto;
	margin: 0 10%;
	overflow: hidden;
	display: block;
	width: 90%;
	min-width: unset;
	min-height: 46px;
	border-radius: 7px;
}

.connect_holder .menu_list li:first-of-type{
    display: flex;
    justify-content: flex-end;
    width: 50px;
}

.mob_menu_holder {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 3000; /* Sit on top */
	padding-top: 40px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
    background-color: rgb(13 15 39);
}

.mob_menu{
	display: none;
}


.goup{
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 2000;
	opacity: 0.6;
	cursor: pointer;
}
.goup:hover{
	opacity: 1;
}
.goup i{
	color: #fff;
	font-size: 36px;
}

@media only screen and (max-width: 1500px) {
	.menu_holder{
		width: 100%;
		flex-grow: 1;
		order: 3;
	    justify-content: center;
		margin-top: 20px;
	}

	.connect_holder{
		width: 50%;
		order: 2;
	    justify-content: flex-end;
	}

	.menu_holder .menu_list{
		width: 70%;
	}
}

@media only screen and (max-width: 1200px) {
	.connect_holder .menu_list li:first-of-type{
		width: 16%;
	}

	.connect_holder .menu_list li{
		display: inline-block;
		width: 42%;
	}
	.menu_holder .menu_list{
	    width: 90%;
   		margin: 0 auto !important;
	}
}

@media only screen and (max-width: 580px) {

	.mob_menu{
	    font-size: 36px;
	    color: #fff;
	    display: block;
	    padding: 10px;
		z-index: 2000;
	}

	.mob_menu i{
		font-size: 36px;
	}

	.menu_holder{
		width: 100%;
		margin-bottom: 20px;
		display: block;
		z-index: 3000;
	}
	.menu_holder .menu_list{
		justify-content: center;
		flex-flow: column;
	}

	.menu_holder .menu_list .menu_item{
	    padding-bottom: 20px;
	}

	.connect_holder{
		width: 100%;
		margin-bottom: 20px;
		display: block;
	}

	.connect_holder .menu_list{
		flex-flow: column;
		justify-content: center;
	}

	.connect_holder .menu_list li {
		width: 80%;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}

	.connect_holder .menu_list .menu_item a{
		disploay:block;
		width: 100%;
	}
	.connect_holder .menu_list .menu_item button{
		margin: 0 auto;
		width: 80%;
		min-width: unset;
		padding: 0 !important;
	}

	.connect_holder .menu_list li:first-of-type {
	    width: auto;
	}
	.menu_logo{
		z-index: 2;
	    position: fixed;
	    margin: 0 auto;
	    display: block;
		right: 0;
    	left: 0;
	}

	.mob_menu_holder .close_menu{
		font-size: 36px;
	    color: #fff;
	    position: fixed;
	    top: 13px;
	    right: 20px;
	}


	.menu_holder {
		z-index: 3000;
		position: fixed;
		display: none;
	    top: 120px;
	    right: 0;
	}

	.connect_holder {
		position: fixed;
		z-index: 3000;
		display: none;
		top: 380px;
	    right: 0;
	}

	.fix_menu{
		display: flex;
	    align-items: center;
	    justify-content: space-between;
	    background-color: rgb(13 15 39);
	}
	.fix_menu .mob_fix_logo{
		width: 95px;
	}

	.fix_menu i{
		font-size: 36px;
	}

	.mob_fix_logo{
    	width: 135px;
	}
}



/*----------------------- End Header --------------------------------*/
/*----------------------- Slider --------------------------------*/
.top_slider_image{
	display:block;
	width: 100%;
	height: 525px;
	background-size: cover;
    background-position: center center;
	background-image: url('../../img/ssc_images/homepage/header_background_2.png');
	z-index: 2;
    position: relative;
}
#about_ssc, #about_sst, .top_slider_goto .btn{
	z-index: 2;
    position: relative;
}

.top_slider{
	position: relative;
}

.top_slider .title{
	padding-bottom: 50px;
}
.top_slider .description{
	padding-bottom: 45px;
}
.top_slider_goto{
	padding-bottom: 75px;
}
.top_slider_goto .menu_list{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 0;
    padding-left: 0;
}


.top_slider_goto .menu_list .menu_item{
	width: 300px;
	height: 64px;
}
.top_slider_goto .menu_item:first-of-type{
	margin-right: 100px;
}

.top_slider_goto .menu_item button{
	margin: 0 auto;
	display: block;
	font-family: 'poppinsSB';
	font-size: 24px;
	width: 95%;
	height: 64px;
}

@media only screen and (max-width: 1080px) {
	.top_slider_goto .menu_item:first-of-type {
	    margin-right: 0px;
	}

	.top_slider_goto .menu_item{
	    margin-top: 50px;
	}
}

@media only screen and (max-width: 580px) {

	.top_slider_goto .menu_item button{
		min-width: 70%;
	}

	.top_slider_image {
		height: 226px;
	    background-size: contain;
	    background-image: url(../../img/ssc_images/homepage/BG_mobile_2.png);
	    background-repeat: no-repeat;
	}
}

/*----------------------- End Slider --------------------------------*/
/*----------------------- Exchage --------------------------------*/
.exchage_content{
	background-color: #0d0f27;
	padding-bottom: 90px;
}

.exchage_content .subtitle{
	padding-top: 90px;
}

.exchage_content .ssc_val{
	font-family: 'Exo2SB';
    font-size: 60px;
    color: #3affe8;
    text-align: center;
}

.exchage_list{
	padding-top: 40px;
	overflow-x: auto;
}
.exchage_list table{
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.exchage_list td{
	font-size: 36px;
	font-family: 'poppinsSB';
	color: #fff;
    border-bottom: 1px solid #565768;
	padding-bottom: 20px;
    padding-top: 20px;
	text-align: left;
}

.exchage_list td:nth-child(even){
	text-align: right;
}

.exchage_list tr:last-of-type td{
	 border-bottom: none;
}
.exchage_list .cripto_short{
	color: #5d5e68;
}

.exchage_list .cripto_evol{
	font-size: 24px;
	color: #00ff84;
	border: 1px solid #00ff84;
	border-radius: 5px;
    padding: 5px;
	position: relative;
	top: -4px;
}

@media only screen and (max-width: 1100px) {
	.printing_content .content {
	    display: block;
	}
}

@media only screen and (max-width: 580px) {
	.exchage_content .ssc_val{
		padding-top: 0;
	    font-size: 54px;
	}

	.exchage_list {
		padding-top: 10px;
	}

	.exchage_list td{
		font-size: 14px;
	}

	.exchage_list .cripto_evol{
		font-size: 10px;
		top:0 ;
	}

	.exchage_content .ssc_val{
		font-size: 36px;
	}
}




/*----------------------- End Exchage --------------------------------*/
/*----------------------- Printing --------------------------------*/
.printing_content .content{
	padding-top: 30px;
	padding-bottom: 30px;
    align-items: center;
}

.printing_content .col_left{
	padding-right: 5%;
}
.printing_content .subtitle{
	text-align: left;
	padding-bottom: 0px;
}

.printing_content .title{
	text-align: left;
	padding-bottom: 30px;
}

.printing_content .description{
	    padding-bottom: 0px;
}

.printing_content .menu_list{
	padding-bottom: 0px;
}

.printing_content .menu_list .menu_item{
	padding-bottom: 35px;
	position: relative;
}
.printing_content .menu_list .menu_item:last-of-type{
	padding-bottom: 0px;
}
.printing_content .menu_list .menu_item::before{
	content: "\f058";
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -44px;
    color: #3affe8;
	top: -4px;
}
.printing_draw{
	position: relative;
	height: 579px;
	width: 700px;
	overflow: hidden;
	top: -40px;
}

.printing_draw .coin, .printing_draw .c_coin
{
	position: absolute;
}

.printing_draw .coin label{
	color: #3affe8;
    font-size: 30px;
    font-family: Exo2SB;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 11px;
    background-color: #131639;
    border-radius: 43px;
    z-index: 2;
    position: absolute;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 63px;
}

.printing_draw .coin .coin_content{
	position: relative;
}

.printing_draw .coin .coin_content svg{
	position: absolute;
	stroke:rgb(255,255,255);
	stroke-width:2;
	z-index: 1;
}

.printing_draw .coin .coin_top{
	position: absolute;
    font-size: 18px;
    font-family: Exo2SB;
    text-transform: uppercase;
	color: #3affe8;
    top: -27px;
    left: 32px;
}


.printing_draw .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 10s linear forwards;
   animation-iteration-count: 10;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

#center_coin{
	top: 228px;
    left: 287px;
    z-index: 1000;
}

#coin1{
	top: 118px;
    left: 148px;
}

#coin1 svg{
    left: 0;
    top: 60px;
}

#coin2{
    left: 351px;
    top: 74px;
}

#coin2 svg{
    left: 0;
    top: 60px;
	height: 258px;
}

#coin3{
	left: 478px;
    top: 124px;
}

#coin3 svg{
    left: -104px;
    top: 60px;
    height: 312px;
}

#coin4{
	right: 92px;
    top: 150px;
}

#coin4 svg{
    right: -50px;
    top: 60px;
    height: 312px;
}

#coin5{
    right: 104px;
    top: 288px;
}

#coin5 svg{
    right: -112px;
    top: -4px;
    height: 112px;
}

#coin6{
    right: 93px;
    bottom: 100px;
}

#coin6 svg{
	right: -93px;
    bottom: -93px;
    height: 286px;
}

#coin7{
	right: 285px;
    bottom: 203px;
}

#coin8{
    right: 353px;
    bottom: 92px;
}

#coin8 svg{
    left: -2px;
    bottom: -93px;
    height: 286px;
}
#coin9{
    right: 453px;
    bottom: 166px;
}

#coin9 svg{
    left: -2px;
    bottom: -93px;
    height: 286px;
}

#coin10{
    left: 85px;
    bottom: 142px;
}

#coin10 svg{
    left: -2px;
    bottom: -93px;
    height: 286px;
}

#coin11{
    left: 0px;
    bottom: 233px;
}

#coin11 svg{
	left: -2px;
    bottom: -50px;
    height: 113px;
}

#coin12{
	left: 14px;
    bottom: 332px;
}

#coin12 svg{
    left: 9px;
    bottom: -93px;
    height: 166px;
}
.printing_draw_mob{
	display: none;
}

@media only screen and (max-width: 1080px) {
	.printing_draw{
		display: none;
	}
	.printing_draw_mob{
		display: block;
		width: 100%;
	}
}

/*----------------------- End Printing --------------------------------*/
/*----------------------- Projects --------------------------------*/

.projects_content{
	padding: 50px 0;
	background-color: #0d0f27;
}

.projects_content .subtitle{
	padding-bottom: 0px;
}
.projects_content .title{
	padding-bottom: 30px;
}

.projects_list .menu_list {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  justify-content: center;
}

.projects_list .menu_list .menu_item {
  border: 1px solid #1c394f;
  padding: 5px;
  width: 215px;
  height: 215px;
  margin: 10px;
  line-height: 100px;
  color: white;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.projects_list .menu_list .menu_item:hover{
	  border: 1px solid #3affe8;
}

/*
.projects_list .menu_list .menu_item:hover:after {

  animation: shine 5s ease-in-out  infinite;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);

  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

.projects_list .menu_list .menu_item:after {
  opacity: 0;
}


@keyframes shine{
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}
*/
/*----------------------- End Projects --------------------------------*/
/*----------------------- Contact --------------------------------*/

.contact_content{
	padding-top: 115px;
	padding-bottom: 115px;
    display: flex;
    align-items: flex-start;
}
.contact_content .title{
	text-align : left;
	padding-bottom: 40px;
}
.contact_content .description{
	padding-bottom: 30px;
}
.contact_content .menu_list .menu_item, .contact_content .menu_list .menu_item a{
    color: #fff;
    font-size: 18px;
    font-family: 'poppinsR';
    max-width: 945px;
    margin: 0 auto;
	position: relative;
	padding-bottom: 45px;
	text-decoration: none;
	overflow-wrap: break-word;
}

#contact_location::before {
    content: "\f5a0";
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -44px;
    color: #3affe8;
    top: -4px;

}

#contact_email::before {
    content: "\f0e0";
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -44px;
    color: #3affe8;
    top: -4px;
}

#contact_form{
	max-width: 70%;
    margin: 0 auto;
}


#contact_form textarea{
	resize: none;
	height: 200px;
}

#contact_form button{
    font-family: 'poppinsSB';
    font-size: 16px;
    float: right;
}

.contact_error{
    font-family: 'poppinsR';
    font-size: 18px;
	color: red;
}


.contact_content .col_left, .contact_content .col_right{
	width: 50%;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 1080px) {
	.contact_content{
	    display: block;
	}

	.contact_content .col_left, .contact_content .col_right{
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 580px) {
	.contact_content .menu_list .menu_item, .contact_content .menu_list .menu_item a{
		font-size: 13px;
		margin-bottom: -15px;
	}

	#contact_form{
		max-width: 100%;
	}

	#contact_form button {
		float: none;
	    margin: 0 auto;
	    display: block;
	    width: 64%;
	}

	.contact_content{
		padding-top: 65px;
    	padding-bottom: 65px;
	}

	.contact_content .title {
	    text-align: center;
	}
}
/*----------------------- End Contact --------------------------------*/
/*----------------------- Footer --------------------------------*/

.footer_content{
	padding: 50px 0;
	background-color: #0d0f27;
}

.footer_content .content{
    display: flex;
    margin: 0 auto;
    align-items: flex-start;;
}

.footer_content .logo_holder{
	padding-bottom: 50px;
	width: 100%;
}
.footer_content .logo_holder .logo--link{
    width: auto;
    margin: 0 auto;
}
.footer_content .logo_holder .logo--link img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.footer_content .menu_list{
    width: 50%;
    display: inline-block;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
}

.footer_content .menu_list .menu_item{
	margin-bottom: 40px;
}

.footer_content .menu_list .menu_item a{
	color: #fff;
	font-family: 'poppinsR';
	font-size: 18px;
	text-decoration: none;
}
.footer_content  .col_right{
	display: inline-flex;
    max-width: 49%;
    flex-direction: column;
    align-items: flex-end;
}


#subscribe_form{
	position: relative;
	color: #1c394f !important;
    background-color: #173341;
    height: auto;
    border: 1px solid #3affe8;
    border-radius: 5px;
    max-width: 485px;
    width: 100%;
}

#subscribe_form input[name="subscribe_email"]{
    width: 90%;
    margin: 0;
    height: 30px;
    background-color: transparent;
    border: none;
    padding-left: 5%;
	color: #fff;
}
#subscribe_form button{
	position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
	font-family: 'poppinsSB';
	font-size: 16px;
	height: 51px;
}

.followus{
	text-align: right;
	margin-top: 40px;
}

.followus a{
	font-size: 24px;
	color : #fff;
    margin-left: 54px;
	text-decoration: none;
}
.followus a:first-of-type{
	margin-left: 0px;
}

.follow_us_txt{
    font-family: 'Exo2SB';
    font-size: 38px;
    text-transform: none;
    color: #3affe8;
}

.footer_content .col_left, .footer_content .col_right{
	width: 50%;
	margin: 0;
	padding: 0;
}

.footer_copyright{
    color: #fff;
    text-align: center;
    padding: 5px 18px;
    font-family: 'poppinsR';
    font-size: 12px;
    background-color: #090a1b;
    word-break: break-word;
}

@media only screen and (max-width: 1080px) {
	.footer_content .content{
	    display: block;
	}

	.footer_content .col_right, .footer_content .col_left {
	    display: block;
	    width: 100%;
	    max-width: 100%;
		clear: both;
	}
	#subscribe_form{
		margin: 0 auto;
	}

	.footer_content .followus{
		text-align: center;
	}
}


@media only screen and (max-width: 580px) {
	.footer_content .menu_list:first-of-type
	{
		display: none;
	}
	.footer_content .menu_list{
		width: 100%;
	}
	.footer_content .menu_list .menu_item{
		text-align: center;
	}

	.footer_content .col_right{
		max-width: 100%;
	}

	.footer_content .followus {
	    text-align: center;
	}

	#subscribe_form{
		max-width: 100%;
	}

	.footer_copyright{
		font-size: 10px;
	}
}


/*----------------------- End Footer --------------------------------*/

.registe_success_icon{
	border: 2px solid #3affe8;
    border-radius: 50%;
    color: #3affe8;
    cursor: unset;
    margin-bottom: 30px;
    font-size: 66px;
    width: 125px;
    height: 125px;
    line-height: 125px;
}

.registe_success_icon:hover{
    color: #3affe8;
}


.popup_holder{
	position: fixed;
    background-color: #00000085;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.popup_content{
    background-color: #0d0f27;
    padding: 30px;
    border: 1px solid #3affe8;
    z-index: 9999;
    display: block;
    position: fixed;
}
.popup_center{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	width: 90%;
    max-width: 650px;
    border-radius: 15px;
}



#deposit_popup{
	display:none;
}

#deposit_popup .title{
    text-transform: none;
    font-family: 'poppinsSB';
    font-size: 40px;
    padding: 0;
	margin-bottom: 40px;
}

#deposit_popup .fund{
	color: #3affe8;
    font-family: 'poppinsR';
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}
#deposit_popup .fund_value span:first-of-type{
    font-size: 24px;
}

#deposit_popup .fund img{
    width: 25px;
	margin-right: 10px;
}

#deposit_popup .invest_fund{
    display: flex;
    align-items: center;
    justify-content: space-between;

}

#deposit_popup .invest_fund .btn{
    margin: 0;
	display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#deposit_popup hr{
    background-color: #38f5e0;
    border: none;
    height: 1px;
    opacity: 0.3;
    margin: 20px 0;
}


#deposit_popup .user_adresse{
	color: #38f5e0;
	font-family: 'poppinsR';
	font-size: 16px;
}


#connect_popup{
	display:none;
    position: fixed;
    right: 30px;
    top: -100px;
    box-shadow: 3px 3px 10px #000;
	transition: transform linear 4s;
}

#connect_popup .deposit_content{
    text-align: center;
    align-items: center;
    justify-content: center;
	max-width: 270px;
}
#connect_popup .subtitle{
    font-size: 14px;
    font-family: 'poppinsR';
    text-transform: none;
}
#connect_popup .title{
	font-size: 24px;
    font-family: 'poppinsR';
    text-transform: none;
}
#connect_popup .description{
	font-size: 12px;
	text-align: center;
}
#connect_popup img{
	margin: 0 auto;
    display: block;
    padding: 15px 0;
}

#connect_popup .dots i{
    color: #3affe8;
    font-size: 9px;
	margin-right: 5px;
    margin-bottom: 15px;
}

#connect_popup .close_btn:hover{
	opacity: 0.3;
}
#deposit_pending, #deposit_error{
	display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 400px;
    max-width: 400px;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
}

#deposit_pending .popup_content, #deposit_error .popup_content{
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
	max-width: 400px;
}

#deposit_pending .title,  #deposit_error .title{
	font-size: 16px;
}

#deposit_pending .subtitle,  #deposit_error .subtitle{
    font-size: 11px;
    text-transform: inherit;
    font-family: 'poppinsR';
    font-weight: normal;

}

#deposit_error i{
    font-size: 47px;
    color: red;
    margin-right: 30px;
}

#deposit_pending .loading_img{
	margin-right: 10px;
    width: 40px;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.deposit_content{
	word-break: break-word;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}



.close_btn{
	position: absolute;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.your_fund{
	color: #fff;
}



.address_details{
    display: flex;
    flex-direction: column;
}


.address_details .view_scan{
    color: #868686;
    font-family: 'poppinsR';
    font-size: 12px;
    margin-top: 5px;
}


.copy_data{
    background-color: #1c394f;
    padding: 9px 20px;
    border-radius: 5px;
    color: #39fae4;
    font-family: 'poppinsR';
	cursor: pointer;
}

.copy_data:hover{
    background-color: #39fbe545;
}

#logoutButton{
    max-width: 220px;
    width: 90%;
    height: 65px;
    font-size: 20px;
    font-family: poppinsR;
}

.invest_fund .select_coin{
	color: #fff;
    background-color: #1c394f;
    height: 50px;
    width: 23%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-color: transparent;
    font-family: 'poppinsR';
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	cursor: pointer;
}
.invest_fund .selected_coin{
	display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
#selected_coin_row img{
	height: 21px;
    margin: 0 10px;
}
#select_coin{
	display: none;
}
#selected_coin_row{
    align-items: center;
    display: flex;
    justify-content: center;
}
.coin_row{
	padding: 10px 0;
    border-bottom: 1px solid #172441;
    width: 80%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.coin_row:hover{
    background: #1724415e;
    width: 100%;
}
.select_dropdown{
    position: absolute;
    top: 56px;
    background-color: #1c394f;
    width: 100%;
    height: 140px;
    z-index: 1;
    padding: 10px 0;
    overflow-y: auto;
}
.invest_fund .select_coin i{
	height: 23px;
}

.invest_fund .coin_row img{
	height: 21px;
    margin: 0 10px;
}
.invest_input{
    background-color: #1c394f;
    height: 50px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'poppinsR';
    margin-right: 13%;
    width: 40%;
}

.EthereumButton{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3affe8;
    font-family: 'poppinsR';
    text-align: center;
    margin: 50px auto;
	flex-wrap: wrap;
}
@media only screen and (max-width: 1421px)
{
	.EthereumButton{
		flex-direction: column;
	}
	
	.EthereumButton .input_holder {
	    flex-direction: column;
	    margin: 10px 0;
	    width: 100%;
	    padding: 0;
	    max-width: 950px;
	}
}

.EthereumButton img{
	width: 30px;
	margin-right: 10px;
}

.EthereumButton .fund_text{
	color: #fff;
	margin-right: 10px;
}
.EthereumButton .fund_value span:nth-of-type(1){
	font-size: 18px;
}
.EthereumButton .fund_value span:nth-of-type(2){
	font-size: 16px;
	margin-left: -3px;
}

.EthereumButton button{
	margin-left: 20px;
}

.invest_input input{
    text-indent: 0;
    width: 50%;
    margin: 0;
    display: inline;
    height: 8px;
    margin-left: 10px;
    text-align: center;
}

#buyButton{
	width: 23%;
    margin-left: 4%;
}


.select_dropdow ::-webkit-scrollbar {
  width: 1px;
}


/* width */
.select_dropdown::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.select_dropdown::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.select_dropdown::-webkit-scrollbar-thumb {
  background: #7d96a9;
   border-radius: 10px;
}

/* Handle on hover */
.select_dropdown::-webkit-scrollbar-thumb:hover {
  background: #7d96a9;
}

.funds .fund{
	display: flex;
    align-items: center;
}


/* ------------- MENU -------------- */
.menu_left{
	z-index: 9999;
}
.menu_content{
	padding-top: 20px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	overflow-y: auto;
}

.menu_left ul{
	padding: 0;
    width: 90%;
    margin: 0 auto;
}

.menu_left ul li{
    background-color: #0f122e;
    border-radius: 7px;
	list-style-type: none;
}

.menu_left ul li:hover, .menu_left ul li.active{
	background-color: #3affe8;
}
.menu_left ul li:hover span, .menu_left ul li.active span{
		color: #0f122e;
}
.menu_left ul li .link{
	font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #fff;
    padding: 8px 0px;
    margin-top: 10px;
}

.menu_left ul li .link i{
	color: #1c394f;
    font-size: 30px;
    width: 35px;
    padding: 0 15px;
}

.menu_left ul li .link span{
    font-family: 'poppinsSB';
}

.social_links a{
	color: #1c394f !important;
}

.social_links li:hover a{
	color: #0f122e  !important;
}
.fa-facebook-f{
	    padding-left: 23px !important;
}

.logo_holder img{
    width: 100%;
}

.menu_left, .main_container{
	top:0;
}
.header .btn {
    min-height: 50px;
    min-width: 140px;
    height: 50px;
}
.header .btn{
	margin-right: 25px;
}
.header .btn:last-of-type{
	margin-right: 0px;
}
.menu_left .round_menu{
    width: 40px;
    height: 40px;
    border-radius: 50%;
	margin-left: calc(100% - 40px);
	margin-bottom: 10px;
	cursor: pointer;
}
.menu_left .round_menu i{
    font-size: 26px;
    padding: 0 9px;
	color: #3affe8;
}

.menu_left .round_menu:hover i{
    opacity: 0.6;
}

.menu_left .round_menu, .menu_left .round_menu:hover{
		background-color: transparent;
}

@media only screen and (max-width: 1000px)
{
	.menu_name{
		display: none;
	}

	.menu_left {
		width: 70px !Important;
	}

	.main_container {
		width: calc(100% - 70px);
		position: relative;
		padding-left: 70px;
	}

	.footer_copyright{
		position: fixed;
	    width: 100%;
	    bottom: 0;
	}
}

@media only screen and (max-width: 580px)
{

	.header {
	    flex-direction: column;
	    height: auto;
	    padding: 15px 0px;
	}
	.connect_content {
	    width: 100%;
	}
	.connect_content .menu_list li {
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto !important;
		padding-top: 15px;
	}

	.header .btn {
		min-height: auto;
	    min-width: 40%;
	    height: 50px;
	    margin: 0;
	}

	.logo_holder, .menu_holder, .connect_holder {
	    width: 100%;
	    display: flex;
	}
	.logo--link{
		margin: 0 auto;
	}

	#deposit_popup{
	    width: 90%;
	    left: 5%;
	}

	#deposit_popup .popup_center {
		position: relative;
	    height: 100%;
	    max-height: 100%;
	    padding: 10%;
	    margin-top: 29px;
	    border: none;
	    border-radius: 0;
	}
	#deposit_popup .title {
	    font-size: 24px;
	}

	#deposit_popup .fund_value span:first-of-type {
	    font-size: 20px;
	}
	#deposit_popup .fund {
	    font-size: 13px;
	}

	#deposit_popup .invest_fund{
		    flex-direction: column;
	}

	#deposit_popup .invest_fund .select_coin{
		width: 100%;
    	border-radius: 7px;
		margin-bottom: 10px;
		border: 1px solid #39fbe5;
	}

	#deposit_popup .invest_input{
		width: 100%;
	    padding: 0;
	    margin: 0;
	    border-radius: 7px;
		margin-bottom: 10px;
		border: 1px solid #39fbe5;
	}


	#deposit_popup .address_details {
	    flex-direction: row;
	    justify-content: space-between;
		margin-bottom: 15px;
	}

	#deposit_popup .user_adresse{
		width: 100%;
	    word-break: break-word;
	    margin-right: 20px;
	}

	#deposit_popup .view_scan .view_text{
		display: none;
	}

	.address_details .view_scan i{
		font-size: 36px;
	}

	#deposit_popup .select_dropdown{
		border: 1px solid #39fbe5;
	}

	.EthereumButton .fund_value{
		display: none;
	}

	.EthereumButton .fund_text{
		display: none;
	}
	.EthereumButton img{
		display: none;
	}
	.menu_name{
		display: block;
	}
	.social_links li .link i {
	    color: #1c394f;
	    font-size: 40px;
	    width: 46px !important;
	    background-color: #0f122e;
	    height: 46px;
	    text-align: center;
	    line-height: 46px;
	    border-radius: 7px;
	    padding: 0 !important;
	}
	.social_links{
		width: 100%;
	    display: flex;
	    margin: 0;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: center;
	}
	.social_links li{
		border-radius: 7px;
	    list-style-type: none;
		background-color: transparent !Important;
	}
	.social_links li a{
		justify-content: center !important;
		margin-top: 0 !important;
		padding: 0 !important;
	    margin-right: 15px;
	}

	.social_links .round_menu{
		background: transparent  !Important;
	    margin: 0 auto;
	    margin-bottom: 10px;
	    margin-right: 0 !Important;
	    width: calc((100% - 183px)/2);
		margin-bottom: 0 !Important;
		height: auto !Important;

	}

	.social_links .round_menu a{
		background: transparent  !Important;
		margin-right: 0 !Important;
		justify-content: flex-end !important;
	}

	.round_menu ._ms_lang{
		margin-right: 0 !Important;
		justify-content: flex-end !important;
	}

	.social_links .round_menu i{
		    background-color: transparent;
	}
	.social_links .menu_name{
		display: none;
	}
	.main_container {
	    width: 100%;
	    position: relative;
	    padding-top: 10px;
		padding-left: 0;
	}

	.main_container{
	    width: 100%;
	}

	.menu_left{
		display:none;
		width: 100% !important;
	}

	.connect_content .menu_list li {
	    margin-left: 0px;
	}

	.menu_left .round_menu{
		margin: 0 auto;
	    margin-bottom: 10px;
	}

	.menu_bottom{
		padding-top: 30px;
	}

	.menu_content{
		display: block;
	}
}


._ms_lang {
    background-repeat: no-repeat;
    width: 37px;
    height: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
}
   ._an_ro{
       background-image: url("../../img/account/lang_ro.png");
   }
   ._an_en{
       background-image: url("../../img/account/lang_en.png");
   }



.hover_value{position: relative;}
.hover_value[data-title]:hover:after, .hover_value[data-title]:hover:before{opacity: 1;transition: all 0.1s ease 0.5s;visibility: visible;}
.hover_value[data-title]:after {opacity: 0;visibility: hidden;min-width: 100%;content: attr(data-title);background-color: #080a22;position: absolute;padding: 1px 25px;bottom: -47px;white-space: nowrap;z-index: 999;left: 0;font-size: 18px;text-align: center;	color: #fff;border: 1px solid #3affe8;height: 40px;line-height: 40px;box-shadow: 0px 2px 8px #000;}
.hover_value[data-title]:before {opacity: 0;visibility: hidden;border: solid;border-color: #3affe8 transparent;border-width: 0 6px 6px 6px;content: "";position: absolute;z-index: 99;bottom: -3px;left: 50%;}
@media only screen and (max-width: 580px) {
	.hover_value[data-title]:after{max-width: 300px;padding: 0;}
}


.menu_left .hover_value[data-title]:after{
	min-width: 215px;
}



.main_container{
	display: flex;
    align-items: center;
}

.home_main_container{
	background-image: url('../../../img/crypto/BG_homepage.jpg');
	background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center center;
	/* min-height: 1136px;*/
}

.home_page_one{
	margin-top: 360px;
}



.home_mobile_bkg{
	display: block;
}

#home_player_img{
	display: none;
}
@media only screen and (max-width: 768px) {
	.homepage_container{
		padding: 0 !important;
		margin-bottom: 0;
	}

	.home_main_container{
		background-image: url('../../../img/crypto/bg_mobile_stadium.jpg');
		padding: 0;
	}

	.main_container{

	}
	.home_text_1 {
		font-size: 18px;
		z-index: 10;
		position: relative;
		margin-top: 32px;
	}

	.home_text_2 {
		font-size: 27px;
		z-index: 10;
    	position: relative;
	}

	.home_page_one{
		margin-top: 0;
	}

	.home_page_one .main_container{
		align-items: flex-start;
	}

	.home_mobile_bkg{
		display: block;
	}

	#home_player_img{
		display: block;
		margin-top: -189px;
		z-index: 1;
		position: relative;
	}
}

@media only screen and (max-width: 320px) {

	.home_text_1 {
		font-size: 16px;
	}

	.home_text_2 {
		font-size: 20px;
	}
}


.bottom_note{
	width: 100%;
    text-align: center;
    font-family: 'poppinsR';
    color: #fff;
    text-align: center;
    margin-top: 20px;
    display: block;
}

.bottom_note a{
    margin-left: 10px;
    color: #fff;
    text-decoration: underline !important;
    text-transform: uppercase;
}

._br_footer{
    width: 100%;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
	font-family: poppinsB;
	font-size: 14px;
    color: #2d4168;
}

._br_top_footer{
    background-color: #fff;
    display: flex;
	flex-direction: column;
	width: 90%;
    padding: 25px 5%;
}

._br_but_foot{
	justify-content: space-between;
    display: flex;
    width: 50%;
}

.footer_content_top{
    display: flex;
    justify-content: space-between;
}

._br_but_foot{
	width: 33.33%;
}

._br_but_foot a{
	font-size: 16px;
    font-family: 'poppinsSB';
    color: #2d4168;
}

._br_but_foot_links{
	display: flex;
    width: 100%;
    justify-content: space-between;
}
._br_but_foot_links i{
	font-size: 24px;
}

._br_but_foot_links a{
    display: flex;
    align-items: center;
    width: 25.33%;
    justify-content: space-evenly;
}
._br_abot_gt_foot{
	margin-top: 20px;
    font-size: 13px;
    font-family: 'poppinsSB';
    text-align: center;
}
#connectButton{
    text-transform: capitalize;
    font-size: 20px;
}

.your_funds{
	text-align: center;
}
.your_funds .note{
	text-transform: uppercase;
}

.your_funds .funds{
	text-transform: uppercase;
	color: #fff;
    font-size: 24px;
    font-family: 'poppinssb';
}

.connectButton .errors {
    text-align: center;
    margin: 20px 0;
    width: 100%;
    display: block;
    padding: 0;
}

.input_holder {
    display: inline-flex;
    background-color: #2d4168;
    justify-content: space-between;
    align-items: center;
	border-radius: 5px;
	padding: 10px;
	margin: 0 12% 0 7%;
	position: relative;
}

.input_holder .action-label
{
	width: 115px;
    text-align: center;
}

.input_holder i
{
    margin-left: 10px;
	font-size: 38px;
}

.input_holder .fa-check-square
{
	position: absolute;
    right: -81px;
    font-size: 70px;
}



.input_holder input
{
	background-color: #425477;
    margin: 5px 10px;
    padding: 0px;
    text-indent: 5px;
    width: 80px;
    height: 30px;
}

.input_holder .input_row{
   background-color: #425477;
   display: inline-flex;
    align-items: center;
	border-radius: 5px;
}

.input_holder span{
	margin-right: 10px;
 }

.icons{
	font-size: 46px;
}

.invest_icon{
	color: #03D26E;
}

.withdraw_icon{
	color: #E52F2F;
}

@media only screen and (max-width: 580px) {
	.footer_content_top{
	    flex-direction: column;
	}

	._br_but_foot {
	    width: 100%;
	    padding-bottom: 14px;
	    flex-direction: column;
	}

	._ma_butf{
		text-align: center;
	}

	._br_but_foot_links{
		width: 100%;
	    padding-bottom: 14px;
	    flex-direction: column;
	}

	._br_but_foot_links a{
		justify-content: center;
		width: 100%;
	}

	._br_but_foot_links i {
	    font-size: 24px;
		margin-right: 20px
	}
}



#login_holder .note{
	margin-top: 15px !important;
}

.homepage_container{
	margin: 0 auto;
}


.box_timer{
    width: 30%;
    max-width: 60px;
    height: 60px;
    background-color: #0000008c;
	position: relative;
	border: 1px solid #fff;
}

.box-timer::before{
	content: '';
	position: absolute;
	width: 30%;
    max-width: 60px;
    height: 60px;
    background-color: #0000008c;
    border-image: linear-gradient(
180deg
,white,#0000ff00) 10;
    border-radius: 7px;
    border: 2px solid transparent;
    background: linear-gradient(
180deg
,white,#ffffff00) border-box;
    -webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.invest-table .pagination
{
	float:right;
	display:block;
}

.invest-table-header
{
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.invest-table-header-status div, .invest-table-header-transactions div
{
	display: inline-block;
    background-color: #2d4168;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 5px 10px;
}

.invest-table-header .invest_icon, .invest-table-header .withdraw_icon
{
	font-size: 18px;
}

.invest-table-row div
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-right: 2px solid gray;
	/*
	display: flex;
	justify-content: space-between;
	align-items: center;
	*/
}

.invest-table
{
	margin-top: 20px;
}

.invest-table-row
{
	background-color: #2d4168;
    border-radius: 4px;
    padding: 15px 20px;
    margin: 6px 0px;
}

.invest-row-status
{
	width:45%;
	padding-left: 50px;
}

.widthdraw_table .invest-row-status
{
	width:22%;
	padding-left: 50px;
}

.invest-row-status i
{
	font-size: 38px;
    position: absolute;
    top: -6px;
    left: 0px;
}

.invest-table-row span
{
	display: inline-block;
}

.invest-row-type
{
	width:10px;
}

.invest-row-date
{
	width: 180px;
    padding: 0px 15px;
}

.invest-row-amount
{
	width:300px;
}

.invest-row-type i
{
	font-size: 28px;
    position: absolute;
    top: -12px;
    right: -28px;
}
.coin-amount
{
	margin-left: 60px;
}

.pagination
{
	display: flex;
    align-self: center;
    float: right;
    justify-content: space-between;
}

.pagination a, .pagination strong
{
	margin: 10px 10px;
	color: white;
	display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 30px;
}

.pagination strong
{
	background-color: #2d4168;
    align-content: center;
    width: 30px;
    text-align: center;
    margin: 10px 0px;
    border-radius: 30px;
}

.invest-row-amount .coin-img
{
	background-image: url(../../../img/crypto/Binance_USD_small.png);
    width: 40px;
    height: 40px;
    position: absolute;
    top: -7px;
    left: 7px;
}

.color_green
{
	color: #03D26E;
}

.color_red
{
	color:#E52F2F;
}

.shares-timer-holder .shares-buy{
    border-radius: 10px;
    display: flex;
    max-width: 408px;
    width: 90%;
    height: 76px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    font-family: 'poppinsb';
    font-size: 35px;
    margin: 0 auto;
    color: #132742;
	cursor: pointer;
}
.shares-timer-holder .shares-buy img{
	margin-right: 30px;
}


.homepage_container{
	color: #fff;
    border-radius: 10px;
    padding: 31px;
    margin-bottom: 60px;
}