*, ::after, ::before {
	box-sizing: border-box;
}
body{
	font-family: "Poppins", sans-serif;
	margin:0px;
}
.windows{
    background-image: url(../img/bg.png);
    width: 100%;
    height: 100vh;
    background-size: auto;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #e9e9ef;
	display: block;
}
.chrome{
	width: 54px;
    margin-top: 126px;
    margin-left: 9px;
}
.login{
	background-image:url(../img/bg.jpg);
	width:100%;
	height:100vh;
	overflow:hidden;
	position:relative;
	display: flex;
    align-items: center;
	background-size:cover;
}
.text-center{
	text-align:center;
}
.blackoverlay{
	width: 1000px;
    margin: 0px auto;
	color:white;
    background-color: #000000ba;
	padding: 5px 15px;
	max-width:100%;
}
.logo{
	width: 119px;
    filter: brightness(0) invert(1);
	padding:12px;
}
.tt{
	color: white;
    font-weight: bold;
}
.terminalslist{
	display: flex;
    justify-content: center;
    margin-top: 20px;
}
.terminalslist span{
    cursor: pointer;
    background-color: #835d90;
    display: inline-block;
    width: 140px;
    text-align: center;
    padding: 4px;
    margin-bottom: 15px;
}
.active{
	background-color:#53b187 !important;
	position:relative
}
.active:after{
	font-family:FontAwesome;
	content: "\f00c";
	color:white;
	position:absolute;
	top: 7px;
}
form{
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.tbox{
    width: 100%;
    padding: 7px;
    font-family: 'Poppins';
    font-size: 15px;
    background-color: #ffffffeb;
    border: 0px;
}
.greenbtn{
	background-color: #25a25bbd;
    color: white;
    width: 400px;
    padding: 9px 12px;
    font-size: 16px;
    font-weight: bold;
    border: 0px;
	cursor:pointer;
	margin-bottom: 12px;
}
header{
	display: flex;
    background-color: #2b3643;
    justify-content: space-between;  
	color:white;
	font-size: 14px;
	position: fixed;
    width: 100%;
    right: 0px;
    top: 0px;
    left: 0px;
	z-index:9999999999;
}
.leftheader{
	display: flex;
    align-items: center;
    gap: 35px;
	padding: 10px 20px;
}
header img{
	width: 57px;
    filter: brightness(0) invert(1);
}
.logout{
	background-color: #dd4b39;
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    padding: 7px 17px;
    font-weight: bold;
    border: 4px;
	margin-right: 72px;
	height: 48px;
	cursor:pointer;
}
.logcont{
	display: flex;
    align-items: center;
}
.sidebar{
    position: fixed;
    height: 100vh;
    background-color: #242f31;
    padding-top: 12px;
    width: 41px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: -7px;
	z-index: 99999999;
}
.sidebar a{
	display:block;
}
.innerbox{
	border:1px solid blue;
}
.innerheader{
	background-color:#4e88c0;
	color:white;
	text-align:center;
}
.right-side{
	margin-top: 61px;
    margin-left: 50px;
    margin-right: 5px;
}
.innercontent{
	background-color: #4e88c054;
	padding:12px
}
.two-col{
	grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 12px;
}
.ctitle{
	display: flex;
    background-color: #2a3641;
    align-items: center;
    gap: 38px;
    padding: 12px;
    text-align: center;
    color: white;
    flex: 0 0 42%;
}
.flex-col{
	display:flex;
}
.rightcol{
    flex: 0 0 58%;
    background-color: white;
    padding: 12px;
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.fa-thumbs-up{
	font-size: 34px;
    color: #bababa;
}
.check{
	width: 122px;
    background-color: #2196F3;
    color: white;
    font-size: 25px;
    text-align: center;
    border-radius: 3px;
    height: 38px;
	cursor:pointer;
}
.checktwo{
	width: 122px;
    background-color:#f44336;
    color: white;
    font-size: 25px;
    text-align: center;
    border-radius: 3px;
    height: 38px;
	cursor:pointer;
}
.check i, .checktwo i{
	display:none;
}
.five-col{
	grid-template-columns: repeat(5, 1fr);
    display: grid;
    gap: 4px;
}
.five-col span{
	display: block;
    background-color: #ffae37bf;
    text-align: left;
    font-size: 8px;
}
.five-col div{
	font-size:0px;
	cursor:pointer;
	position:relative;
}
.five-col img{
    width: 100%;
    height: 89px;
	
}
.extendcol{
	margin-top:12px;
	display:none;'
}
.activetwo:after{
    font-family: FontAwesome;
    content: "\f00c";
    color: #e9ff0b;
    position: absolute;
    top: 0px;
    font-size: 31px;
}
.gbtn{
	background-color: #dd4b39;
    align-items: center;
    color: white;
    text-decoration: none;
    padding: 7px 17px;
    font-weight: bold;
    border: 4px;
	cursor:pointer;
	
}
.text-right{
	text-align:right;
	margin-top:22px;
}
#itwo{
	margin-top:15px;
}
.emsg{
	background-color: orange;
    padding: 6px 15px;
    margin-bottom: 12px;
    border-radius: 3px;
	display:none;
}
.outpop{
	text-align: center;
    font-weight: bold;
    color: white;
    margin-top: 28px;
	margin-bottom:12px;
}
.pop{
	min-height:100vh;
    position: fixed;
    background-color: #00000082;
	width:100%;
	top:0px;
	left:0px;
	bottom:0px;
	overflow:auto;
	right:0px;
}
#logoutpop{
	display:none;
}

.innerpop{
	background-color:white;
	width:95%;
	margin:0px auto;
	padding:22px;
	font-size: 24px;
}
.popheader{
	text-align: center;
    background-color: grey;
    color: white;
    font-size: 19px;
    padding: 10px;
    font-weight: bold;
}
#popbreak .innerpop{
	padding:0px;
	border: 1px solid #424242;
    border-radius: 4px;
    margin-top: 55px;
	font-size: 19px;
}
.pbtns{
	display:flex;
	margin-top:12px;
	justify-content:center;
	gap:6px;
	font-size:16px;
}
.pbtns a{
	display: inline-block;
    background-color: #23988d;
    color: white;
    padding: 6px 23px;
    border-radius: 3px;
	cursor:pointer;
}
.truck{
	width:96%;
	margin:0px auto;
	display:block;
}
.whitesec{
	padding:22px;
}
.innerpop .terminalslist{
	justify-content:left;
	gap: 11px;
}
.innerpop .terminalslist span{
    background-color: #3783e1;
    width: 165px;
    color: white;
    font-size: 15px;
    border-radius: 3px;
}
#popbreak{
	background-color:transparent;
}
#overmsg{
    position: absolute;
    top: 124px;
    width: 1110px;
    margin-left: 302px;
    border: 1px solid grey;
    padding: 0px;
    max-width: 100%;
	display:none;
}
input[type=button], input[type=submit]{
	max-width:100%;
}
img{
	max-width:100%;
}
#cdetails{
	display:block;
	z-index: 9999999999999999999;
}
#cdetails .innerpop{
    width: 591px;
    margin-top: 50px;
    padding: 0px;
    border: 1px solid grey;
	max-width:100%;
}
.full{
	width:100%;
}
.stwoimg{
	text-align:center;
}

.seltwo .activetwo:after{
    left: 12px;
    top: 3px;
}
.seltwo{
	gap:65px;
}
#headerlogout{
	z-index: 999999999999999999999;
	display:none;
}
#headerlogout .innerpop{
	padding: 0px;
    width: 300px;
	margin-top: 50px;
}
#headerlogout b{
	font-size: 17px;
    line-height: 27px;
    display: block;
}
@media only screen and (max-width: 768px) {
	.terminalslist{
		display: inline-block;
		text-align:center;
	}
	.two-col {
		grid-template-columns: repeat(1, 1fr);
	}
	.ctitle{
		font-size:10px
	}
	.ctitle img{
		width: 27px;
		
	}
	.ctitle{
		flex: 0 0 28%;
		gap:7px;
	}
	.check, .checktwo{
		width: 43px;
		height: 25px;
		font-size: 16px;
	}
	.fa-thumbs-up {
		font-size: 17px;
		font-size: 17px;
	}

	.seticon{
		width: 20px !important;
	}
	.five-col {
		grid-template-columns: repeat(2, 1fr);
	}
	.leftheader {
		gap: 16px;
		font-size: 10px;
	}
	.logout{
		padding: 7px 13px;
		
		margin-right: 10px !important;
		font-size: 11px;
	}
	header img {
		width: 41px;
	}
	.right-side {
		margin-top: 51px;
	}
	.innerpop {
		background-color: white;
		width: 75%;
		margin-right: 13px;
	}
    #overmsg {
        margin-left: 0px;
        font-size: 13px;
        right: 0px;
        left: 0px;
        width: 80%;
        margin: 0px auto;
        margin-right: 20px !important;
    }
}




.activeslide {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}