*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Space Mono';
	user-select: none;
}
body{
	background-color: #C5E4E7;
}
a{
	text-decoration: none;
}

#logo{
	position: relative;
	top: 15vh;
	margin: auto;
	display: flex;
	align-items: center;
}

#main{
	width: 720PX;
	height: 360px;
	position: relative;
	top: 30vh;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #ffffff;
	border-radius: 12px;
}

@media (max-width: 600px){
	#main{
		width: 375px;
		height: 720px;
		top: 12vh;
		display: flex;
		flex-direction: column;
	}
	#logo{
		top: 5vh;
	}
}

#subLeft{
	width: 320px;
	height: 300px;
	background-color: ;
	border-radius: 7px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

#subLeftTop{
	background-color:;
	width: 100%;
	height: 70px;
}

#billLabel{
	font-size: 16px;
	font-weight: bold;
	color: #748788;
}

#billDiv{
	width: 100%;
	height: 48px;
	background-color: #ecf4f9;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#billDiv:hover{
	border: #5BA89E solid thin;
}

#dollarIcon{
	width: 5%;
}

#billInput{
	height: 35px;
	padding: 9px;
	background-color: #ecf4f9;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
	color: #00474b;

}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

#billInput:focus{
	outline: none;
}

/****************************************************/
#subLeftMid{
	width: 100%;
	height: 110px;
}

#tipLabel{
	font-size: 16px;
	font-weight: bold;
	color: #748788;
}

#tipPercent{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.tipCharge{
	width: 100px;
	height: 38px;
	border: none;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #00474B;
	cursor: pointer;
}
.tipCharge:hover{
	color: #00474b;
	background-color: #25C2AD;
}

.customCharge{
	width: 100px;
	height: 38px;
	border: none;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	background-color: #ecf4f9 !important;
	color: #00474b;
	outline: none;
	text-align: right;
	padding: 9px;
}
.customCharge:hover{
	border: #5BA89E solid thin;
}

 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


/*********************************************************/
#subLeftBottom{
	background-color:;
	width: 100%;
	height: 54px;
	margin-bottom: 26px;
}

#numberOfPeople{
	font-size: 16px;
	font-weight: bold;
	color: #748788;
}

#warningText{
	color: #B47C6D;
	font-size: 16px;
	font-weight: bold;
	margin-left: 35px;
}

#peopleDiv{
	width: 100%;
	height: 48px;
	background-color: #ecf4f9;
	border-radius: 10px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#peopleDiv:hover{
	border: #5BA89E solid thin;
}

#personIcon{
	width: 5%;
}

#peopleInput{
	height: 35px;
	padding: 9px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
	color: #00474b;
}
#peopleInput:focus{
	outline: none;
}

input{
	width: 80%;
	border: none;
	background-color: #ecf4f9;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}




/*===================================subRight============================*/
#subRight{
	width: 320px;
	height: 300px;
	background-color: #00474B;
	border-radius: 7px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

#subRightTop,#subRightMid{
	width: 80%;
	height: 50px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#tipAmountPerson{
	width: 35%;
	height: 100%;
	font-size: 16px;
}

#tipAmountMoney{
	width: 50%;
	height: 100%;

}
.hFive{
	color: #ffffff;
	letter-spacing: 0.8px;
}
.hSix{
	color: #25C2AD;
	letter-spacing: 1px;
}
.hOne{
	color: #25C2AD;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -3px;
	overflow-x: scroll;
}

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

#totalPerson{
	width: 35%;
	height: 100%;
	font-size: 16px;
}

#totalAmountMoney{
	width: 50%;
	height: 100%;
}

#subRightBottom{
	width: 80%;
	height: 50px;
	margin: auto;
	border-radius: 5px;
	background-color: #ffffff;
}

#resetBtn{
	width: 100%;
	height: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #00474B;
	border-radius: 5px;
	background-color: #25C2AD;
	border: none;
}

#resetBtn:hover{
	background-color: #9FE8E0;
	cursor: pointer;
}