@font-face {
	font-family: 'Ubuntu';
	src: url('/assets/fonts/Ubuntu-Regular.ttf') format('woff2');
	font-weight: normal;
	font-style: normal;
}

body{
	color: #3c4146;
	font-family: 'Ubuntu', sans-serif;
}

.text-roboto {
  font-family: 'Ubuntu', sans-serif;
  text-align: left;
  color: #464646;
}
.tbody-roboto {
	margin:10px 20px 5px 10px;
	padding:.75rem 1.25rem;
	margin-bottom:1rem;
	border-radius:.25rem;
	color:#464646;
	background-color:#f4f4f4;
	text-align:center;
}

.custom-container{
	height: 92%;
}

#map {
	height: 100%;
}

#map .centerMarker {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	/*fix offset when needed*/
	margin-left: -10px;
	margin-top: -34px;
	/*size of the image*/
	height: 65px;
	width: 60px;
	cursor: pointer;
}

html, body {
	margin: 0; height: 100%; padding: 0;
}

/* loading */
#loading {
	position: fixed;
	z-index: 1050;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 37px;
}
.loading {
	z-index: 1050;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.57);
    margin: 0;
}

/* custom materialize css */
.modal.bottom-sheet {
  z-index: 1003;
}

.height-50{
	max-height: 75% !important;
}

.collection-item.avatar{
	min-height: 60px !important;
	padding-left: 10px !important;
	cursor: pointer;
}

.material-icons{
	font-size: 30px !important;
}

.large.material-icons{
	font-size: 6rem !important;
}

#modal1.modal.modal-content{
	padding-bottom: 0px;
}

/* timeslot bg colors */
.bg-green{
	background-color: rgb(0, 255, 1) !important;
}

.bg-red{
	background-color: rgb(187, 0, 0) !important;
	color: #fff;
}
.bg-orange{
	background-color: #FD841F !important;
    color: #fff;
}
.bg-blue{
	background-color: rgb(0, 0, 255, 1) !important;
	color: #fff;
}
.bg-violet{
	background-color: rgb(71 24 123) !important;
	color: #fff;
}

/* waze & direction & balance btns */
.mtb-2{
	margin: 5px 0;
}
.mtrb-2{
	margin: -40px 5px 10px;
}
.mtr-2{
	margin: -70px 15px 0;
}

/* overwrite materialize */
.row{
	margin-bottom: 0px;
}

.topnav {
	position: relative;
	overflow: hidden;
	/*background-color: #333;*/
}

.topnav-centered{
	margin: 70px 0 0;
}

.pnc-logo{
	height: 7vh;
    margin: 2px 5px;
}

.topnav-right {
	float: right;
}

.lownav {
	position: fixed;
    top: 75px;
    left: 10px;
    z-index: 1;
}

.lownav > img {
	/*height: 5vh;*/
	width: 48px;
	height: 48px;
	cursor: pointer;
}

.custom-navlogo{
	margin-left:70px;
}

.custom-color-blue{
	color: #3071f6;
	text-align: center;
    margin-bottom: 15px;
    font-size: 35px;
}

.btn-small{
	background-color: #2196f3 !important;
}

.logo {
    margin-left: 5px;
}

/*custom nav and footer*/
@media screen and (min-width: 992px){
	#modalTopupGcash{
		width: 30% !important;
	}

	.gcash-container {
		padding: 4rem 3rem;
	}
}

/*Allow modals to scroll on mobile when keyboard is open - https://github.com/discourse/discourse/commit/0c30f31f17c7d118efa39431b2229fc14c1d3328*/
html.keyboard-visible:not(.ios-device) & { 
    height: calc(100% - env(keyboard-inset-height));
}

@media only screen and (min-width:200px) and (max-width: 992px){
	.modal {
		width: 100% !important;
		/*font-size: x-small !important;*/
		max-height: 100%; 
		overflow: visible;
	}

	#modalChangePw {
		margin-top: -30px;
	  }

	.modal .modal-content {
		padding: 12px !important;
	}

	.tbl-transaction-history > tbody{
		display: flex !important;
		align-content: center;
		align-items: center;
	}

	.mdl-80{
		width: 80% !important;
	}

	.mb-transaction-icons{
		scale: 0.7 !important;
	}

	.transaction-maya-icons {
		margin-left: -6px !important;
		margin-bottom: -4px !important;
	}

	.transaction-card-icons{
		margin-left: -12px !important;
		margin-bottom: -3px !important;
	}

	.transaction-gcash-icons{
		margin-left: -9px !important;
    	margin-bottom: -2px !important;
	}
}

@media (max-width: 768px) and (min-width: 426px){
	.nav-wrapper{
		height: 140% !important;
	}
	.custom-navh5{
		font-size: 50px !important;
	}
	.custom-logo{
		left: 24%;
	}

}
@media (max-width: 426px) and (min-width: 392px){
	.custom-logo {
		margin-left: 22%;
	}

	.custom-navlogo {
		margin-left: 65px !important;
	}
}
@media (max-width: 391px) and (min-width: 376px){
	.custom-logo{
		margin-left: 20%;
	}
	.custom-navlogo {
		margin-left: 50px;
	}
}

@media (max-width: 426px) and (min-width: 376px){
	.btn-status-text{
		width: 130px;
		display: inline-flex;
		align-items: center;
		line-height: 15px;
	}
}

@media (max-width: 376px) and (min-width: 320px){
	.btn-status-text{
		width: 110px;
		display: inline-flex;
		align-items: center;
		line-height: 15px;
	}
	.custom-nav-footer{
		bottom: 25px !important;
	}
}

@media (max-width: 426px) and (min-width: 320px){
	.custom-navlogo{
		margin-left: 65px !important;
	}
}
@media (max-width: 320px){
	.custom-navlogo{
		margin-left: 40px !important;
	}
}
.custom-logo{
	position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
}
.custom-navh5{
	margin: 0px;
    font-size: 35px;
}
.custom-navp{
	margin-top: -20px;
}
.color-gold{
	color: #f29425;
}
/*#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:80px;   / * Height of the footer * /
}
 */
.custom-footer{
	margin: 0 auto;
}

.text-center{
	text-align: center;
}

.navbar-fixed{
	position: fixed;
}
.navbar-right{
	position: fixed;
	top: 10px;
	right: 5px;
	height: 30px;
	/*background-color: #333333;*/
	color: #fff;
}

#frmTopup input::placeholder {
    color: #000;
}

.icon-gray{ color:gray; }
.icon-green{ color:green; }
.icon-red{ color:red; }

.nav-font{
	color: #e5a500;;
}
.background{
	background-color: #333;
}

.err-len{
	border-color: #ef3737 !important;
}

#footerReserve{
	position: relative;
    margin-top: -95px;
    width: 100%;
    background-color:#fff;
	cursor: pointer;
}

.tbl-sub-td-1{
    padding: 0px !important;
    vertical-align: bottom;
    
}

.tbl-sub-td-2{
	padding: 0px !important;
    vertical-align: bottom;
    
}

.tbl-transaction-history{
    border-collapse: revert;
	margin: 10px;
}

.tr-transaction-history td , .tr-transaction-history th{
	padding: 0px;
	
}

.tr-transaction-history:nth-child(odd) {
	background-color: #c7d0d9;
}

#modalTransactionHistory{
	height: 600px;
  	overflow-y: scroll;
}

.gcash-container {
    background: #fff;
    border: 1px solid rgba(128, 128, 128, 0.3);
    padding: 3rem 1rem;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgb(0  0  0 / 0.2);
}

.lbl-topup{
	display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

#currency{
	border: 1px solid #333;
    border-radius: 5px;
    color: #333;
    font-size: 32px;
    /*width: 100%;*/
    /*margin: 0 0 20px;
    padding: .5rem 1rem;*/
    text-align: center;
}

.btn-topup{
	width: 35%;
    background: rgb(230, 163, 20);
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    outline: none;
    border: none;
    text-transform: uppercase;
    transition: all .4s ease-in;
	cursor: pointer;
}

.materialert{
	padding: 20px 0;
	margin-right: 50px;
    min-width: 150px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.1s linear;
    webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.materialert.success{
    background-color: #43a047;
    color: #fff;
}

.materialert.pending{
	background-color: #fdf226;
    color: #000;
}

.materialert.error{
    background-color: #c62828;
    color: #fff;
}

.ml-10{
	margin-left: 10px;
}

.ml-20{
	margin-left: 20px;
}

.mb-20{
	margin-bottom: -20px;
}

.mb-10{
	margin-bottom: -10px;
}

.mb-maya{
	width: 100%;
    margin-bottom: -5px;
}

.li-m-maya{
	margin: 8px 0 0 0;
}

.mb-card{
	margin-left: 23px;
    cursor: pointer;
    scale: 1.5;
}

.li-m-card{
	margin: 0 0 -25px 0 !important;
	width: 100% !important;
}

.w-inherit{
	width: inherit;
}

.p-bold{
	font-size: initial;
    font-weight: bold;
}

.custom-transform-0x{
	transform: translateX(0%);
}

.custom-m0{
	margin: 0;
	background-color: #f2f3f3;
}

.custom-nav-footer{
	position: absolute;
	left: 50%;
    bottom: 2%;
    height: 18%;
    -moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.custom-li-item{
	display: list-item !important;
}

#modalShowEvse > .modal-footer  , #modalGeneralMessage > .modal-footer  , #modalBookingOption > .modal-footer {
    background-color: #f6c100;
	text-align: center;
}

.show-evse , .close-general-msg{
	border-radius: 15px;
    background-color: #1a6fff;
    color: #fff;
	width: 50%;
	font-size: large;
}

.show-evse:is(:hover , :focus) {
	background-color: #1a6fff;
}

.custom-list-item{
	display: list-item;
}

#a_camera_qr{
	color: #1a6fff;
    padding: 10px;
    background-color: #fff;
    font-size: larger;
    font-weight: 900;
    border-radius: 10%;
}

#modalActivate p{
	margin: 40px 0 0 0;
}

#modalActivate ul{
	list-style-type: disc;
	margin: 0;
}

.custom-pt1-ps20{
	padding: 1px 20px !important;
}

.custom-mt-0{
	margin-top: 0;
}

.custom-mb-0{
	margin-bottom: 0;
}

.custom-mt-10{
	margin-top: 10px;
}

.custom-mt-20{
	margin-top: 20px;
}

.custom-mt-30{
	margin-top: 30px !important;
}

.a-underline{
	text-decoration: underline;
}

.custom-mdl-closed-btn{
	position: fixed;
    right: 10px;
    top: 10px;
}

.custom-burger {
	font-size: 20px !important;
    background: #1a6fff;
    padding: 7px;
    border-radius: 5px;
}

.support-corner{
	position: fixed;
    /*bottom: 80px;*/
    left: 25px;
}

.d-none{
	display: none !important;
}

.support-corner.menu{
	position: fixed;
    bottom: 50px;
    left: -30px;
	font: bold 12px Sans-Serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #369;
    color: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    line-height: 24px;
    transform: rotate(90deg);
	cursor: pointer;
}

.i-password{
	position: relative;
	margin-left: -30px !important;
	cursor: pointer;
}

.btn-booking-details , .btn-charging-stream{
	/*position: relative;
    bottom: 55px;*/
	/*position: absolute;
	bottom: 95px;*/
	width: 40px;
    height: 40px;
}

.btn-overstay-details{
	/*position: absolute;
	bottom: 150px;*/
	display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
}

.img-booked{
	position: fixed;
    width: 45px;
    /*left: 22px;*/
}

/*#fb-root{
	position: relative;
    z-index: 0
}*/

.w-30{
    width: 30%;
}

.mdl-80{
	/*top: 30% !important;*/
	padding: 20px 5px 5px;
    background-color: #f6c100;
}

.mdl-80 > .modal-content{
	border-radius: 20px;
    background-color: #f0f0f0;
	margin: 10px 0;
}

.modal-header{
	background-color: #fff;
    padding: 10px 5px;
    margin-top: -15px;
    font-size: 15px;
    color: blue;
	margin-bottom: 10px;
}

.m-0{
	margin: 0;
}

.txt-title{
	font-size: 20px;
}

.charging-icon-center{
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.icon-center{
	display: flex;
	align-items: center;
}

.charged-power{
	font-size: 16px;
	margin-left: 5px;
}

.card-validate{
	border: 1px solid #333 !important;
	border-radius: 5px !important;
	color: #333;
	font-size: 20px !important;
	margin: 0 0 20px !important;
	text-indent: 10px;
}
.card-validate > label{
	text-indent: 10px;
}

.mb-0{
	margin-bottom: 0;
}

.p-0{
	padding: 0;
}

.alert-msg{
	font-size: 15px;
}

@media only screen and (max-width:767px){
	#fb-root{
		z-index: 1000 !important;
	}
}

div#modalTransactionHistory label {
    color: #000;
}

#historyNote{
	margin: 0 0 5px;
    border: 1px solid;
    border-radius: 10px;
    padding: 5px;
}

.i-eye{
	font-size: 1.8rem !important;
	color: #8d8b97;
	margin-top: 10px;
}

.w-100{
	width: 100%;
}

.f-20{
	font-size: 20px;
}

.cc-note{
	margin-top: -30px;
    margin-bottom: 30px;
}

.overflow-auto{
	overflow: auto;
}

.bb-3s{
	border-bottom: 3px solid !important;
}

#merchantName{
	font-size: 30px;
    margin: 0;
}

.modal-general-success{
	border: 5px solid #92d050;
    border-radius: 10px;
}

.modal-general-pending{
	border: 5px solid #dfff21;
    border-radius: 10px;
}

.modal-general-failed{
	border: 5px solid #ff0000;
    border-radius: 10px;
}

.custom-pm-0{
	padding: 0;
    margin: revert;
}

.general-msg {
    font-size: 15px;
    width: 100%;
    margin-left: 10px;
}

.mb-transaction-icons{
    scale: 0.9;
}

.transaction-card-icons {
	margin-bottom: -1px;
    margin-left: -3px;
}

.transaction-maya-icons {
	margin-bottom: -3px;
    margin-left: -3px;
}

.transaction-card-icons {
	margin-bottom: -2px;
    margin-left: -7px;
}

.btn-refresh{
	/*margin-top: -50px;*/
}

.bottom-shadow{
	margin-bottom: 8px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.custom-button{
	background: #c9c8c8;
    box-shadow: 0 9px #999;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.collapsible-header h5 {
	margin-left: 5px;
}

.material-icons.arrows{
	transition: transform 0.8s;
    margin-left: auto;
    color: #fff;
    margin-top: 10px;
    font-weight: bolder;
	font-size: 2.5rem !important;
}

.custom-nav-footer #linkHowTo {
    position: absolute;
    left: -45%;
    width: 30vh;
}

.custom-nav-footer #chargingRules {
    position: absolute;
	top: 45%;
	left: -40%;
	width: 100vh;
}

.custom-nav-footer #cookiePolicy{
	position: absolute;
    top: 60%;
    left: 15%;
}

.ul-bottom{
	position: fixed;
    bottom: -35px;
    left: 0;
}

.tooltip-text{
	padding: 0px 10px;
	border-radius: 4px;
	font-size: 14px;
	display: none;
	white-space: nowrap;
	background-color: white;
    border: 1px solid;
	position: absolute;
    top: 10px;
    left: 60px;
}

.tooltip-text::before{
	content: '';
	position: absolute;
	top: 3px;
	left: -17px;
	border-width: 8px;
	border-style: solid;
	border-color: transparent #333 transparent transparent;
}

@media (max-width: 768px) {
	.lownav > img {
		height: 6vh;
	}

	.lownav {
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 1;
		top: unset;
		left: unset;
	}

	.tooltip-text {
		padding: 0px 10px;
		border-radius: 4px;
		font-size: 14px;
		display: none;
		white-space: nowrap;
		background-color: white;
		border: 1px solid;
		position: absolute;
		top: 15px;
        left: -190px;
	}

	.tooltip-text::before {
		content: '';
		position: absolute;
		top: 3px;
		left: 185px;
		border-width: 8px;
		border-style: solid;
		border-color: transparent transparent transparent #333;
	}
}

.stop-btn{
	display: block;
    margin: 20px auto 0;
    padding: 5px 5px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
}

#modalCharging > ul {
	white-space: nowrap;
    width: 100%;
    display: inline-block;
    text-align: justify;
}

#modalCharging > ul li::after{
	content: "";
	display: inline-block;
	width: 100%;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;   /* vertical stack */
	align-items: center;      /* center icons horizontally */
	padding: 10px;
	gap: 10px;                /* spacing between icons */
	z-index: 1;            /* stay on top of other elements */
}

footer a {
	display: inline-block;
}

.notify-overstaying{
	display: flex;
    justify-content: space-between;
    width: 100%;
}

/*Green Points*/
#divGreenPoints{
	border-radius: 12px; 
	margin-top: 20px;
	padding: inherit;
}

#txtGreenPoints{
	font-size: 1.3rem; 
	font-weight: 600;
}

#infoGreenPoints{
	vertical-align: middle;
}

 /* Sidebar container */
    .sidebar {
        background: #f8f9fa;
        border-right: 1px solid #dee2e6;
        display: flex;
        flex-direction: column;
    }

    /* Scrollable middle section */
    .sidebar-middle {
        overflow-y: auto;
        flex-grow: 1;
    }

    /* Center elements */
    .sidebar-menu a {
        display: block;
        padding: 12px 20px;
        text-align: center;
        color: #333;
        font-weight: 500;
        text-decoration: underline;
        transition: 0.2s;
    }

    .sidebar-menu a:hover {
        background: #e9ecef;
    }

    /* Buttons style */
    .sidebar button {
        width: 90%;
        margin: 10px auto;
    }