@import"https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";



/*.......................Index Page.....................................................*/

.btn-huge{
    padding-top:20px;
    padding-bottom:20px;
	 margin: 20px 120px;
}



/*.......................Login Boostrap..................................................*/

	/* Coded with love by Mutiullah Samim */
		body
		html {
			margin: 0;
			padding: 0;
			height: 100%;
			background: !important;
		}
		
		.user_card {
			height: 400px;
			width: 350px;
			margin-top: 100px;
			margin-bottom: auto;
			background: #2a62d8;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}
		.brand_logo_container {
			position: absolute;
			height: 170px;
			width: 170px;
			top: -75px;
			border-radius: 50%;
			background: #F7F6F6;
			padding: 10px;
			text-align: center;
		}
		.brand_logo {
			height: 150px;
			width: 150px;
			border-radius: 50%;
			border: 2px solid white;
		}
		.form_container {
			margin-top: 100px;
		}
		.login_btn {
			width: 100%;
			background: #c0392b !important;
			color: white !important;
			position: relative;
			justify-content: center;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
			position: relative;
			justify-content: center;
		}
		.login_container {
			padding: 0 2rem;
			justify-content: center;
		}
		.input-group-text {
			background: #c0392b !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #c0392b !important;
		}

/*........................Register Bootstrap..............................................*/
		body
		html {
			margin: 0;
			padding: 0;
			height: 100%;
			background: #F7F6F6 !important;
		}
		.user_card_reg {
			height: 500px;
			width: 350px;
			margin-top: 100px;
			margin-bottom: auto;
			background: #2a62d8 !important;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}
		}
		.brand_logo_container {
			position: absolute;
			height: 170px;
			width: 170px;
			top: -75px;
			border-radius: 50%;
			background:#f3d512;
			padding: 10px;
			text-align: center;
		}
		.brand_logo {
			height: 150px;
			width: 150px;
			border-radius: 50%;
			border: 2px solid white;
		}
		.form_container {
			margin-top: 100px;
		}
		.login_btn {
			width: 100%;
			background: #f3c212 !important;
			color: white !important;
			position: relative;
			justify-content: center;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
			position: relative;
			justify-content: center;
		}
		.login_container {
			padding: 0 2rem;
			justify-content: center;
		}
		.input-group-text {
			background: #f3c212 !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color:#f3c212 !important;
		}
		
		.text_login1{
			color:white;
		}
		
		.text_login2{
			color:#f3c212;
		}
/*........................Login Customer..................................................*/

.wrapper_cust
{
	height: 650px;
	width: 1250px;
	background-color: lightcoral;
	position: relative;
}
.logincust_form
{
	height:420px; 
    width:300px; 
    margin: -30px -50px; 
    background-color: #030002;
	background: rgba(0,0,0,0.5);
	position:relative;
	top:25%; 
    left:50%;
	
}

.logincust_form i
{
	width: 26px;
	float: none;
	text-align: center;
	color: white;
}

/*.............................Reset Password...............................................*/
.reset_form
{
	height:420px; 
    width:300px; 
    margin: -30px -50px; 
    background-color: #030002;
	background: rgba(0,0,0,0.5);
	position:relative;
	top:25%; 
    left:50%;
	
}

/*.............................Register Customer...............................................*/


.regcust_form
{
	height:440px; 
    width:300px; 
    margin: -50px -50px; 
    background-color: #030002;
	background: rgba(0,0,0,0.5);
	position:relative;
	top:25%; 
    left:50%;
	
}

.regcust_form i
{
	width: 26px;
	float: none;
	text-align: center;
	color: white;
}

/*.............................Register Vendor...............................................*/

.register{
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    margin-top: auto;
    padding: 3%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}


/*........................Login Vendor..................................................*/

.wrapper_vend
{
	height: 650px;
	width: 1250px;
	background-color: cornflowerblue;
	position: relative;
}
.loginvendor_form
{
	height:370px; 
    width:300px; 
    margin: -30px -50px; 
    background-color: black;
	background: rgba(0,0,0,0.5);
	position:relative;
	top:30%; 
    left:50%;
	
}
.loginvendor_form i
{
	width: 26px;
	float: none;
	text-align: center;
	color: white;
}

/*...................................Header............................................................*/

.bg-company-blue {
    background-color: #60a3bc !important;
}

.font_logo{
	font-family:EthnocentricRg;
	font-style:Italic;
	font-size:20px;
	color:white;
}

/* Dropdown Button */
.dropbtn {
  background-color: #ffffff;
  color: blue;
  padding: 10px;
  width:10em;
  font-size: 16px;
  border: none;
  justify-content: right;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #60a3bc;}

/*....................................Home...............................................................*/

.font_button{
	font-family:Copperplate;
	font-size:20px;
	color:blue;
	
}
		
.table_home{
	height: 180px;
	width: 350px;
	margin: 150px 400px;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 50px;
}


.button_vending
{
  border: none;
  color: black;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 30px 40px;
  cursor: pointer;
  height: 160px;
  width: 170px;
  background: none;
  border: 4px solid #5DADE2;
  font-size: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;

}

.text_btn{
	font-family:Copperplate;
	font-size:20px;
	color:blue;
	text-align: center;
	
}



/*....................................Kiosk...............................................................*/


.table_kiosk
{
	width: 300px;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 50px;
		
}
.img_kiosk{

	margin: 20px 70px;
}

.btn_submit
{
  background-color: #4CAF50 ;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 10px;
  cursor: pointer;
  border-radius: 8px;
}
.table_items
{
	width: 500px;
	height: 800px;
	margin: 50px 400px;
		
}
/* The Modal (background) */
.modali {
  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; /* 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 */
.modali-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 30%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modali-header {
  padding: 2px 16px;
  background-color: #60a3bc;
  color: white;
}

.modali-body {padding: 2px 16px;}

.modali-footer {
  padding: 2px 16px;
  background-color: #60a3bc;
  color: white;
}

/*........................................Purchase..........................................*/
.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
@media screen and (max-width: 600px) {
    table#cart tbody td .form-control{
		width:20%;
		display: inline !important;
	}
	.aksi .btn{
		width:36%;
		margin:1.5em 0;
	}
	
	.aksi .btn-info{
		float:left;
	}
	.aksi .btn-danger{
		float:right;
	}
	
	table#cart thead { display: none; }
	table#cart tbody td { display: block; padding: .6rem; min-width:320px;}
	table#cart tbody tr td:first-child { background: #333; color: #fff; }
	table#cart tbody td:before {
		content: attr(data-th); font-weight: bold;
		display: inline-block; width: 8rem;
	}
	
	
	
	table#cart tfoot td{display:block; }
	table#cart tfoot td .btn{display:block;}
	
}

/*........................................Account..........................................*/


.form-acc
{
	height:400px; 
    width:400px; 
    margin: 30px -100px; 
	position:relative;
	top:65%; 
    left:50%;
		
}

.table_acc
{
	height:400px; 
    width:450px; 
    margin: -410px -250px; 
	position:relative;
	top:35%; 
    left:50%;
	border-spacing: 15px;
		
}

/*.................................Topup.....................................................*/

.table_topup
{
	width: 500px;
	height: 400px;
	margin-top: 30px;
	margin-bottom: 50px;
		
}

/*........................................Update..........................................*/


.table_update
{
	height:400px; 
    width:550px; 
    margin: 30px -250px; 
	position:relative;
	top:65%; 
    left:50%;
	border-spacing: 15px;
		
}

/*........................................Change Password..........................................*/


.form-change-pwd
{
	height:400px; 
    width:400px; 
    margin: 30px -100px; 
	position:relative;
	top:65%; 
    left:50%;
		
}

.table_change_pwd
{
	height:400px; 
    width:450px; 
    margin: -410px -250px; 
	position:relative;
	top:35%; 
    left:50%;
	border-spacing: 15px;
		
}




















