.home-container{
	width: 100%;
	max-width: 420px;
	background-color: #070d19;
	color:white;
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
	justify-content: center;
	padding: 40px;
	position: relative;
}
.username-container{
	display: flex;
	justify-content: space-between;
}
.tagline{
	font-size: 25px;
}
.username-box{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.app-logo img{
	width: 80px;
	height: 80px;
}

.assets{
	position: relative;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	background-color: #071329;
	border-radius: 10px;
	color: white;
	gap: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.amount-digit{
	font-size: 20px;
}

.total_assets{
	border-bottom: 1px solid white;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.profit{
	display: flex;
}
.today-profit, .promotion-bonus{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 10px;
	align-items: flex-start;
}
.accumulated-profit{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
}
.accumulated-profit a{
	text-decoration: none;
	color: white;
}
.accumulated-profit div{
	background-color: #26862f;
	padding: 10px 15px 10px 15px;
	border-radius: 10px;
	border: none;
}
.today-profit, .promotion-bonus{
	border-right: 1px solid white;
}

.home-actions{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.actions-first-row, .actions-second-row{
	margin-top: 20px;
	display: flex;
	justify-items: center;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.actions-second-row{
	gap: 17px;
}
.actions-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.rule, .promotion, .invite, .about-us{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.actions-img img{
	width: 40px;
	height: 40px;
}

.actions-img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid white;
	background-color: #071329;
}

.stacking-levels{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	gap: 20px;
	margin-bottom: 60px;
}
.level{
	position: relative;
	display: flex;
	background-color: #071329;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
}
.active{
	position: relative;
	display: flex;
	background-color: #40341e;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
}
.level-details{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 150px;
	gap: 5px;

}
.level-amount{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}
.level-income{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}
.level-img img{
	width: 40px;
	height: 40px;
}
.total-users{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	padding: 15px;
	font-size: 15px;
}
.join-level{
	display: flex;
	justify-content: center;
}
.join-level-link{
	border: none;
	border-radius: 10px;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	background-color: #26862f;
	color: white;
}
a{
	text-decoration: none;
}
.active-level{
	position: absolute;
    left: 155px;
    top: 0px;
    background-color: #bf8c39;
    padding: 2px 25px 3px 25px;
    border: none;
    border-radius: 0px 0px 10px 10px;
    color: black;
}
.levels-heading{
	font-size: 40px;
}
.amount-income-font{
	font-size: 13px;
}

.mining-timer{
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 5px;
}
.mine button, .mining{
	padding: 5px 10px 5px 10px;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    background-color: #26862f;
    color: white;
    cursor: pointer;
}
.mine button{
	cursor: pointer;
}

.upgrade-button{
	position: absolute;
	background-color: #26862f;
	width: 152px;
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
	top: 23px;
    right: 20px;
    display: flex;
    justify-content: center;
}

.upgrade-button a{
	text-decoration: none;
}

.upgrade-button button{
	cursor: pointer;
	color: white;
	background-color: #26862f;
	border: none;
}

.contest-star{
	position: absolute;
	top: 130px;
	right: 20px;

	display: inline-block;
	font-weight: bold;
	font-size: 1.1rem;
	padding: 1em 2em;
	clip-path: polygon(
	    100% 50%, 79.54% 55.21%, 96.98% 67.10%, 75.98% 65.00%,
	    88.30% 82.14%, 69.28% 72.98%, 75.00% 93.30%, 60.26% 78.19%,
	    58.68% 99.24%, 50.00% 80.00%, 41.32% 99.24%, 39.74% 78.19%,
	    25.00% 93.30%, 30.72% 72.98%, 11.70% 82.14%, 24.02% 65.00%,
	    3.02% 67.10%, 20.46% 55.21%, 0.00% 50.00%, 20.46% 44.79%,
	    3.02% 32.90%, 24.02% 35.00%, 11.70% 17.86%, 30.72% 27.02%,
	    25.00% 6.70%, 39.74% 21.81%, 41.32% 0.76%, 50.00% 20.00%,
	    58.68% 0.76%, 60.26% 21.81%, 75.00% 6.70%, 69.28% 27.02%,
	    88.30% 17.86%, 75.98% 35.00%, 96.98% 32.90%, 79.54% 44.79%
    );
	animation: blink 1s infinite;
}
.slider-container{
	position: relative;
	margin-top: 10px;
	border: none;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #071329;
	padding: 10px;
}
.mySlides{
	width: 300px;
	height: 200px;
	display: none;
	border-radius: 10px;
}
.slide-left{
	position: absolute;
	left: 10px;
	background-color: #26862f;
	border: none;
	padding: 8px;
	border-radius: 0px 18px 0px 18px;
}
.slide-right{
	position: absolute;
	right: 10px;
	background-color: #26862f;
	border:none;
	padding: 8px;
	border-radius: 18px 0px 18px 0px;
}

@keyframes blink {
  0%, 100%   { background-color: #bf8c39; }
  10%        { background-color: #d4ac0d; }
  40%        { background-color: #e67e22; }
  60%        { background-color: #ec008c; }
  80%        { background-color: #9333ea; }
}

@media only screen and (max-width: 420px){
	.home-container{
		width: 100%;
		padding: 20px;
	}
	.actions-first-row{
		gap: 15px;
	}
	.actions-second-row{
		gap: 17px;
	}
	.amount-income-font{
		font-size: 13px;
	}
	.home-actions{
		gap: 20px;
	}
	.level-details{
		width: 100px;
	}
	.active-level{
		left: 125px;
	}
}
.login-container{
    background-color: #070d19;
	width: 500px;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
	justify-content: center;
	min-height: 100vh;
}
.logo-container{
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
}

.login-form{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
	position: relative;
}
.remember{
	display: flex;
	justify-items: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.logo img{
	width: 200px;
	height: 200px;
}
.field{
	margin-top: 20px;
}

.field input{
	height: 35px;
	width: 100%;
	padding:10px;
	border: none;
	border-radius: 10px;
}
.actions input{
	height: 35px;
	width: 100%;
	background-color: #26862f;
	border: none;
	border-radius: 10px;
	color: white;
}
.signup{
	margin-top: 30px;
}

.signup a{
	background-color: #26862f;
	padding: 10px;
	border-radius: 10px;
	color: white;
}

.alert{
	position: absolute;
	top: 185px;
    color: red;
}
.logo-container{
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
}
.logo img{
	width: 180px;
	height: 180px;
}

.register-container{
	background-color: #070d19;
	width: 500px;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 10px;
}

.field{
	margin-top: 20px;
}

.field input{
	height: 35px;
	width: 100%;
	border: none;
	border-radius: 10px;
	font-size: 15px;
	padding: 10px;
}
.actions{
	margin-top: 20px;
}
.actions input{
	height: 35px;
	width: 100%;
	background-color: #26862f;
	border: none;
	color: white;
	border-radius: 10px;
	font-size: 15px;
	cursor: pointer;
/*	margin-top: 20px;*/
}

.registeration-form{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
	align-content: center;
	position: relative;
}

a{
	text-decoration: none;
}
.signup{
	margin-bottom: 30px;
	border: none;
}
.signup a{
	background-color: #26862f;
	padding: 10px;
	border-radius: 10px;
	color: white;
}
.error-messages{
	position: absolute;
	top: -29px;
    color: red;
}
.transactions-container{
	max-width: 100%;
	background-color: #070d19;
	color:white;
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
	justify-content: center;
	padding: 30px;
	gap: 20px;
}
.transactions-header{
	font-size: 20px;
}
.transactions-heading{
	position: sticky;
	top: 0px;
	background-color: #070d19;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid grey;
	border-top: 1px solid grey;
	padding: 5px;
	font-size: 14px;
	gap: 30px;
}
.transactions-heading a.active{
	color: #dec062;
}
.transactions-heading a{
	text-decoration: none;
	color: white;
}
.no-records{
	min-height: 81.4vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.transactions-table{
	min-height: 85.6vh;
	margin-bottom: 60px;
	width: 340px;
}
.no-records-text{
	font-size: 18px;
}
.history-img img{
	width: 200px;
	height: 200px;
}
.transaction{
	display: flex;
	flex-direction: column;
	border: 1px solid grey;
	padding: 10px;
	gap: 20px;
	background-color: #071329;
	margin-top: 20px;
	border-radius: 10px;
}
.transaction-first-row{
	display: flex;
	gap: 40px;
	justify-content: space-between;
	align-items: center;
	justify-items: center;
}
.transaction-type{
	display: flex;
	gap: 10px;
	align-items: center;
}
.transaction-date{
	font-size: 16px;
}
.transaction-data-row{
	display: flex;
	gap: 200px;
}
.transaction-amount, .transaction-status{
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
}
.transaction-deposit{
	background-color: green;
	padding: 5px;
	border-radius: 5px;
}
.transaction-withdraw{
	background-color: red;
	padding: 5px;
	border-radius: 5px;
}


/*css for withdraw form*/

.transaction-form-container{
	width: 100%;
	max-width: 420px;
	background-color: #070d19;
	color:white;
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
	justify-content: center;
	padding: 20px;
	gap: 20px;
}
.withdraw-header{
	font-size: 20px;
	color: #bf8c39;
}
.withdraw-form-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	min-height: 95.7vh;
}

.new_transaction{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 15px;
	font-size: 16px;
	margin-bottom: 90px;
}
.withdraw-field{
	position: relative;
}
.withdraw-field input, .withdraw-field select{
	height: 35px;
	width: 250px;
	border: none;
	border-radius: 10px;
	font-size: 15px;
	padding: 10px;
}

.withdraw-action input{
	background-color: #26862f;
	height: 35px;
	width: 250px;
	text-align: center;
	border-radius: 10px;
	border: none;
	font-size: 15px;
	margin-top: 10px;
	cursor: pointer;
}
.scanner-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.admin-wallet-qr img{
	width: 250px;
	height: 250px;
}
.admin-wallet-address input{
	font-size: 12px;
	border: none;
	padding: 5px;
	line-height: 2;
	border-radius: 10px;
	width: 250px;
	box-shadow: rgba(245, 239, 239, 0.35) 0px 5px 10px;
}
.copy-address{
	font-size: 12px;
	padding: 5px;
	line-height: 2;
	border-radius: 10px;
	width: 250px;
	box-shadow: rgba(245, 239, 239, 0.35) 0px 5px 10px;
	background-color: #26862f;
	border: none;
	cursor: pointer;
}

.field-error{
	width: 250px;
    font-size: 14px;
    color: #e80b0b;
    font-weight: 400;
}
.deposit-bonus{
	font-size: 10px;
	color: #bf8c39;
}

.deposit-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.deposit-popup-content {
	background: #071329;
	padding: 20px 20px;
	border-radius: 12px;
	color: white;
	text-align: center;
	box-shadow: 0 0 20px #bf8c39;
}
.deposit-popup-content button {
	margin-top: 10px;
	padding: 8px 10px;
	border: none;
	background-color: #bf8c39;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	border-radius: 6px;
}
.deposit-popup-img img{
	width: 250px;
	height: 350px;
}
.deposit-open-button{
	position: absolute;
	background-color: #26862f;
	border: none;
	border-radius: 40%;
	top: -10px;
	left: 40px;
}
.user-container{
	width: 100%;
	max-width: 420px;
	background-color: #070d19;
	color:white;
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
	justify-content: center;
	padding: 40px;
	gap: 20px;

}
.header-container{
	display: flex;
	justify-content: space-between;
	gap: 60px;
	color: white;
}
.header-left-container{
	display: flex;
	align-items: center;
	gap: 20
}
.invite-code-container {
	display: flex;
	flex-direction: column;
}
.message-container img, .userimg img{
	width: 40px;
	height: 40px;
}

.account-balance{
	display: flex;
	height: 120px;
	background-color: #071329;
	border-bottom-left-radius: 30%;
	border-bottom-right-radius:30% ;
	padding: 10px;
	margin-top: 20px;
	gap: 20px;
}
.balance-sheet{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
	font-size: 14px;
}
.border-sheet{
	border-right: 1px solid white;
	padding-right: 20px;
}

.detail-img img{
	width: 40px;
	height: 40px;
}
.detail-img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid white;
	background-color: #071329;
}
.details-first-row, .details-second-row{
	margin-top: 50px;
	display: flex;
	justify-items: center;
	align-items: center;
	justify-content: center;
	gap: 60px;
}

.detail{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 17.3px;
}
.logout{
	margin-top: 20px;
}
.logout button{
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    font-size: 25px;
    border-radius: 10px;
    border: none;
    background-color: #26862f;
    color: white;
    cursor: pointer;
}
.version{
	margin-bottom: 80px;
}
.detail-head{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */

body{
	display: flex;
	justify-content: center;
	margin:0;
	padding: 0;
	font-size: 15px;
}
*{
	  box-sizing: border-box;
}
