/* farms CSS */
.farms-single-section {
	background: #cd4609;
	padding: 18px;
	border-radius: 15px;
	margin-bottom: 30px;
}

.coin-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.coin-desc-left img {
	max-width: 74px;
	width: 100%;
}

.coin-desc-right h4 {
	font-family: 'Kanit', sans-serif;
	color: rgb(255, 255, 255);
	font-weight: 600;
	font-size: 20px;
	line-height: 1.1;
}

.coin-desc-right ul {
	margin-top: 14px;
}
.dropdown a {
	text-transform: capitalize;
}
.coin-desc-right ul li {
    display: inline-block !important;
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	color: #FFF;
}

.bd {
	border: 1px solid #FFF;
	border-radius: 15px;
	padding: 2px 6px;
	margin-left: 120px;
}

.bg {
	background: #1fc7d4;
	padding: 3px 11px;
	border-radius: 9px;
	margin-left: 14px;
}

.calculat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #FFF;
	margin-top: 15px;
}

.calculat h6{
	color: white;
}

.unlocks h3 {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Kanit', sans-serif;
	margin-top: 10px;
	color: #FFF;
}

.calculat-left h6 {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Kanit', sans-serif;
}

.calculat-left p {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Kanit', sans-serif;
	margin-top: 13px;
}

.calculat-right h6 {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Kanit', sans-serif;
	margin-left: 4px;
}

.calculat-right h6 i {
	margin-right: 10px;
	color: #1fc7d4;
}

.harvest {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: rgb(255, 255, 255);
}

.harvest h2 {
	font-family: 'Kanit', sans-serif;
	font-size: 20px;
	margin-top: 10px;
	color: white;
}

.unlocks h2 {
	font-family: 'Kanit', sans-serif;
	font-size: 20px;
	margin-top: 10px;
	color: white;
}

.harvest span {
	font-size: 16px;
	background-color: rgb(31, 199, 212);
	border-radius: 15px;
	padding: 10px 15px 10px 15px;
	color: white;
	height: 42px;
	cursor: pointer;
}

.harvest:hover span{
	background-image: linear-gradient(to bottom, #32868d, #56b5bd);
}

.unlocks span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0px none;
	border-radius: 16px;
	box-shadow: rgba(14, 14, 44, 0.4) 0px -1px 0px 0px inset;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	outline: currentcolor none 0px;
	-webkit-transition: background-color 0.2s ease 0s;
	transition: background-color 0.2s ease 0s;
	height: 48px;
	padding: 0px 24px;
	background-color: rgb(31, 199, 212);
	color: white;
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
}

.farm-desc {
	text-align: center;
	padding-top: 11px;
}

.calculat-right {
	text-align: right;
}

.farm-desc a {
	color: rgb(255, 255, 255);
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 3px;
	font-family: 'Kanit', sans-serif;
	margin-top: 11px;
	display: block;
	border-top: 2px solid #FFFFFF40;
	padding-top: 15px;
	cursor: pointer;
}

.connect_btn {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 28px;
    background: #64CE7B;
    color: #fff;
    padding: 10px 38px;
    border-radius: 50px;
    font-weight: 500;
    border: 2px solid transparent;
    transition: 0.3s;
}

.connect_btn:hover {
    color: white;
    background-image: linear-gradient(to bottom, #32868d, #56b5bd);
    border-color: #64CE7B;
}

.referral_wrap {
	border-radius: 15px;
	padding: 20px;
	background-color: #cd4609;
}

.reff{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #FFF;
    margin-top: 15px;
}

.referral_wrap h3{
	color: white;
}

.reff_left h6 {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Kanit', sans-serif;
	color: white;
}

.reff_right h6 {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Kanit', sans-serif;
	margin-left: 4px;
	color: white;
}
/*end farms CSS */

/*===Stats class===*/
.grid-container {
	display: grid;
	grid-template-columns: auto auto;
}
.grid-container2 {
	display: grid;
	grid-template-columns: auto auto;
}
.grid-item {
	padding-bottom: 10px;   
	font-size: 15px;
	text-align: center;
	color: white; 
	margin: 5px;  
	background-color: #00246c80;
	border-radius: 10px;
	padding: 15px;
}

.input_ref{
	border-radius: 10px;
	border: solid 2px red;
	padding: 5px;
	margin-top: 5px;
}

.copy_ref{
	font-size: 16px;
	background-color: rgb(31, 199, 212);
	border-radius: 15px;
	padding: 10px 15px 10px 15px;
	color: white;
	height: 42px;
	cursor: pointer;
}

.copy_ref:hover{
	background-image: linear-gradient(to bottom, #32868d, #56b5bd);
}

.base_btn{
	font-size: 16px;
	background-color: rgb(31, 199, 212);
	border-radius: 15px;
	padding: 10px 15px 10px 15px;
	color: white;
	height: 42px;
	cursor: pointer;
}

.base_btn:hover{
	background-image: linear-gradient(to bottom, #32868d, #56b5bd);
}

.grid_cal {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(4, auto);
	margin-bottom: 24px;
	font-family: jura,sans-serif;
}

.bw_pad {
	margin-bottom: 20px;
	font-size: 15px;        
}

.c_item {
   margin-bottom: 2px; 
}

.c_token {
	color: #ff5e00;
}

.c_val {
	color: #20b2aa;
}

.input_val{
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 10px;
}	

/*table Class */
.tableFixHead {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 550px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */        
}

.tableFixHead::-webkit-scrollbar {
  display: none;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    background: #1fc7d4;
}
table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    padding: 5px 10px;
    border: 1px solid #ccc;
}
th {
    background: #17a2b8;
}

.wrap_reflist{
    border-radius: 15px;
    background-color: #cd4609;
    padding: 15px;
    margin-bottom: 10px;
} 

@media (min-width: 350px) {
	.wrap_width {
		width: 340px;
	}
	.referral_wrap {
		height: 100%;
		width: 340px;
	}
	.input_ref{
		width: 250px;
	}
    #root {
        grid-column-gap: 16px;
        grid-template-columns: repeat(1, 100%);
    }
    .wrap_reflist{
        width: 340px;
    }    
}
@media (min-width: 400px) {
    .grid-container {
      display: grid;
      grid-template-columns: auto;
      padding: 10px;
    } 
	.referral_wrap {
		width: 395px;
	}
	.wrap_width {
		width: 395px;
	}
    .wrap_reflist{
        width: 395px;
    } 	
}
@media (min-width: 768px) {
    .grid-container {
      display: grid;
      grid-template-columns: auto auto auto;
      padding: 10px;
    } 
    #root {
        grid-column-gap: 16px;
        grid-template-columns: repeat(2, 100%);
    }    
}  
@media (min-width: 1024px) {
    .grid-container {
      display: grid;
      grid-template-columns: auto auto auto auto;
      padding: 10px;
    } 
    .grid-container2 {
      display: grid;
      grid-template-columns: auto auto;
      padding: 10px;
    }
	.wrap_width {
		width: 400px;
	}	
	.referral_wrap {
		margin-left: 20px;
		min-height: 490px;
		width: 700px;
		margin-bottom: 10px;
	} 
	.bw_pad {
		margin-bottom:20px;
	}
	.input_ref{
		min-width: 400px;
	}
    #root {
        max-width: 1024px;
        margin: 30px auto;
        display: grid;
        grid-column-gap: 30px;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
    }
    .wrap_reflist{
        width: 480px;
    }    
} 