@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


h1, h2, h3, h4, h5, h5{
     font-family: 'Roboto', sans-serif;
	 margin-bottom:60px;
	 font-weight:500;

}
p{
    font-family: 'Roboto', sans-serif;
}
a{
text-decoration:none;
color:#77549f;
transition:0.2s;
}
a:hover{
color:#532e88;
text-decoration: none;
}  
  
  
  .dhlbackground{
    
    background: linear-gradient(135deg, rgba(229, 45, 39,1) 0%, rgba(179, 18, 23,1) 100%);
    
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .dhlcard{
    position: fixed;
    top: 20%;
    left: 35%;
    bottom: 20%;
    right: 35%;
    border-radius:40px;
    padding:40px;
    background-color: #FFF;

  }
  #credittext{
	  position: fixed;bottom: 10px;right: 0%;left: 0%; text-align:center;color:white
  }
   @media (max-width: 1200px) {
	    .dhlcard{
			left: 20%;

			right: 20%;
		}
   }
   @media (max-width: 768px) {
	   .dhlcard{
	  top: 0;
    left: 0;
    bottom: 0;
    right: 0 ;
	border-radius:0;
	   }
	   #credittext{
		   color:black;
	   }
   }

   .dhlbackground input{
	   	padding:15px 20px 15px 20px !important;
	background-color:#fff;
	height:auto!important;
	border-radius:10px !important;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.1); 
box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.1);
color:#77549f;
border:none !important;
   }
  .tabledashboard{
    border-collapse: collapse !important;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border: none !important;
    width: 100%;

overflow: hidden;
}
.tabledashboard thead tr {
    background-color: #FFF;
    color: #black;
    text-align: left;
    
}
.tabledashboard th,
.tabledashboard td {
    padding: 12px 15px;
    
}
.tabledashboard tbody tr {
    border-bottom: 1px solid #dddddd;
}
.tabledashboard tbody tr{
    background-color: #FFF;
}
.tabledashboard tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.tabledashboard tbody tr:last-of-type {
    border-bottom: none;
}
.mainbg{
	   background-image: url("../imgs/bgnologo.jpg");
 
 /* Set a specified height, or the minimum height for the background image */
  min-height: 100vh;

  /* Set background image to fixed (don't scroll along with the page) */
  background-attachment: fixed;

  /* Center the background image */
  background-position: center;

  /* Set the background image to no repeat */
  background-repeat: no-repeat;

  /* Scale the background image to be as large as possible */
  background-size: cover;
}
.mainlogo{
	width:70%; 
	margin-top:40px;
	margin-bottom:100px;
	display: block;  
	margin-left: auto; 
	margin-right: auto;
}
@media (max-width: 768px) {
	.mainlogo{
	width:30%; 
margin-bottom:40px;

}
}
.btn_dashboard2{
	padding:20px;
	text-align:left;
	background-color:white;
	border:none;
	color:grey;
	font-weight:bold;
	transition:0.2s;
}
.btn_dashboard2:hover{
	
	color:black;
}
.btnadmin{
	background-color:#59546C;
	color:white;
	border-bottom:2px solid #38405F;
}
.btnadmin:hover{
	background-color:#38405F;
	color:#fff !important;
}
.link1{
	font-weight:bold !important;
}
.iconsingle{
	margin:0 10px 0 0;
	background-color:transparent;
	border:none;
	font-size:16px;
	transition:0.1s;
	color:#59546C;
}
.iconsingle:hover{
	color:#0E131F;
}
.whiteblock{
	padding:20px;
	border-radius:10px;

	background-color:white;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.buttonpageblock{
    margin-left: auto;
    margin-right: auto;
    display: table;
	color:white;
	margin-bottom: 100px;
}
.buttonpageblock button{
	margin-left:10px;
	margin-right:10px;
	background-color:transparent;
	border:none;
	color:white;
}
.bellicon i{
	transition:0.2s;
}
.bellicon i:hover{
	transform: scale(1.2);
	cursor:pointer;
}
  .popupbackground{
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      position: fixed;
      z-index: 1000000;
      top: 0;
      display:none;
     
  }
  .popupblock{
	 
    width: 40%;
    min-height: 300px;
    background-color: white;
    left: 30%;
    padding: 40px;
    border-radius: 20px;
    top: 20%;
    position: absolute;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.65);
  }
  
  @media (max-width: 1200px) {
    .popupblock{
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        top: 0;
        border-radius: 0;
    }
    .popupblock p{
        font-size: 12px;
    }
  }
  
  
  .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
border-radius:5px;
overflow:hidden;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  max-height:500px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.specialbtn1{
	margin-bottom:20px;
	width:50%;
margin: auto;
}
.specialbtn1 button{
	padding:20px;
	text-align:center;
	width:100%;
	background-color:transparent;
	border:none;
transition:0.2s;
}
.specialbtn1 button:hover{
	background-color:whitesmoke;

}
.specialbtn1 a{
	display: block;


}
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size:11px
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
 
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
#inputjan{
	display: block; 
	margin-right: auto; 
	margin-left: auto;
	width:400px;
	height:60px;
	border-radius:10px;
	border: 4px solid #e74c3c;
	color:black;
	font-size:32px;
	font-weight:bold;
	text-align:center;
}
@media (max-width: 768px) {
	#inputjan{
		width:100%;
	}
}
.stocklogdaylist{
	  list-style-type: none;
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
  padding: 0;
  overflow: hidden;
  margin-bottom:40px;
    text-align: center;
}
.stocklogdaylist li {
  float: left;
  
}

.stocklogdaylist li a {
  display: block;
  color: black;
  text-align: center;
  padding: 15px 25px;
  text-decoration: none;

}

.stocklogdaylist li a:hover {
  background-color: #111111;
  color: white;
}
.focus {
  background-color: #111111;
  color: white !important;
}

.clockbloc{
	text-align:center;
	color:white;
position: absolute;
bottom: 100px;
right: 0%;
left: 0%;
	padding:40px;
	font-family: 'Roboto', sans-serif;
}
#clock{
	font-size:66px;
	font-family: 'Oswald', sans-serif;
	font-weight:200;
	margin-bottom:0;
}
#date{
	font-size:22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
}
.menubloc{
	position:fixed;
	width:300px;
	height:100%;
	z-index:2;
	background-color:white;
}
.mainiconblock{
	  margin: auto;
  width: 60%;
  padding:5% 0;
height:100%;

}
.mainiconbtn{
	background:transparent;
	border:none;
	cursor:pointer;
	color:white;
	font-size:18px;
	transition:0.2s;
	padding:10px;
	font-family: 'Roboto', sans-serif;
}
.mainiconbtn:hover{
	transform: scale(1.2);
}
.mainiconbtn i{
	margin-bottom:10px
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  
}
.confirmationpopup{
padding: 15px 40px;
position:fixed;
z-index:10;
top:0;
width:100%;
left: 0;
}
.success{
	background-color:#202020;
	color:white;
}
.btnadmin2{
	padding:10px 20px;
	background-color:transparent;
	border:1px solid lightgrey;
	transition:0.2s;
	color:grey;
}
.btnadmin2:hover{
	background-color:whitesmoke;
}
.packingbloc{
	border-radius:10px;
	padding:20px;
	border:1px solid lightgrey;
	margin-bottom:20px;
	transition:0.2s;
}
.packingbloc:hover{
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.1); 
box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.1);
}


.collapsible {
  background-color: transparent;
  border-left:1px solid lightgrey !important;
	  border-right:1px solid lightgrey !important;
	   border-top:1px solid lightgrey !important;
  color: #555;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
   font-family:'Roboto', sans-serif;
	font-weight: 500;
	font-size:18px;
	transition:0.3s;
	 padding: 18px !important;
	 border-radius: 0px 10px 0px 0px;
	 
}
@media (max-width: 768px) {
	.collapsible {
		font-size:12px;
	}
}
.collapsible2 {
  background-color: transparent;
  cursor: pointer;  
  border: none; 
transition:0.3s;


	 
}






.content {
	 border-left:1px solid lightgrey !important;
	  border-right:1px solid lightgrey !important;
	   border-bottom:1px solid lightgrey !important;
  padding: 0 18px;
  max-height: 0;
  font-family:'Roboto', sans-serif;
	font-weight: 400;
	font-size:16px;
  overflow: hidden;
  line-height:25px;
  transition: max-height 0.2s ease-out;
  background-color: #FFF;
  margin-bottom:20px;
  border-radius: 0px 0px 10px 10px;
}
@media (max-width: 768px) {
	.collapsible {
		font-size:12px;
	}
	.content {
		font-size:12px;
	}
}
.content p{
	margin-top:20px;
	margin-bottom:20px;
}
.btn_inventory{
	border:none;
	
	width:30px;
	height:30px;
	color:white;
	transition-duration:0.2s;

}
.btn_inventory:hover{
	background-color:lightgrey !important;

}