/* .pageCover{
    background-color:#f1f1f1;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0%;
    margin-right: 0%;
    margin-left: 0%;
     background-color: #ccc;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 52%;
   display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
 } */
 .pageCover{
   /*  background-color:#f1f1f1; */
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0%;
    margin-right: 0%;
    margin-left: 0%;
 }
.containter{
/* 	outline: none;
  display: flex;
  flex-direction: column; 
  align-items: center;
  margin: 10px 0; */
}
.cardbox{
	background-color: #e0d8d8;
    padding: 86px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 4px rgb(207, 207, 207);
    margin-top: 50px;
    text-align: center;
/*     height: 50%;
 */    width: 53%;
    margin-left: 23%;
}
.cargoShipImg{
    position: absolute; 
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
 }
 .bkgNoTxtBox{
    padding-left: 45px;
    font-size: 14px;
    width: 86%;
    border-radius: 5px;
    border-block-width: 1px;
    border-inline-start-width: 1px;
    border-inline-end-width: 1px;
    height: 42px;
 }
.searchBtnImg{
	background-image:url(../img/searchbtn.png);
    position: absolute;
    height: 42px;
    width: 50px;
    margin-left: 10px;
    border: 0px;
 }
.emailBtn{
	background-image:url(../img/sendemail1.png);
    position: absolute;
    background-color:#f1f1f1;
    height: 42px;
    width: 42px;
    margin-left: 10px;
    border-radius: 5px;
    border: 0px;
}
.PrintReciptBtn{
	background-image:url(../img/fluent_print-16-regular.png);
    position: absolute;
    height: 42px;
    width: 42px;
    border-radius: 5px;
    border: 0px;
} 
.backBtn{
	background-image:url(../img/backBtn.png);
    position: absolute;
    height: 42px;
    width: 42px;
    border-radius: 5px;
    border: 0px;
}
.emailBtn :hover {   
   background-color:#18589c;
  } 
.cardbox1{
	background-color: #f1f1f1;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.accordion-toggle {
    cursor: pointer;
}
.hiddenRow {
    padding: 0px;
    background-color: #eeeeee;
}
.carbox2{
	background-color: white;
	padding: 10px;
	width:82%;
	margin-left: 0%;
	border-radius:5px;
	padding-left: 30px;
	padding-right: 30px;
}
.detailsIcon{
	width:34px;
	height:34px;
}
#place{
	font-size:12px;
}
#details{
	font-size:12px;
}
#date{
	font-size:12px;
}

