

.card {
  width: 300px;
  display: flex;
  flex-direction: column;
  margin: 10px;
  height: 500px;
  padding: 35px;
  text-align: center;
  color: #f1f3f3;
  background-image: linear-gradient(
    135deg,
    rgba(#752e7c, 0.35),
    rgba(#734a58, 0.1) 15%,
    #1b2028 20%,
    #1b2028 100%
  );
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 20px;
  background-color: #1b2028;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
  position: relative;
}
.card-element{
  height: auto;
}
.popup{
	width: 60%;
	height: 60%;
	background: #fe5b02;
	border-radius: 6px;
	position: absolute;	
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.1);
	text-align: center;
	padding: 0 30px 30px;
	color: #fff;
	visibility: hidden;
	transition: transform 0.4s, top 0.4s;

}
.popup button{
	display: inline-block;
  	outline: none;
  	cursor: pointer;
  	font-size: 14px;
  	line-height: 1;
  	border-radius: 500px;
  	transition-property: background-color,border-color,color,box-shadow,filter;
  	transition-duration: .3s;
  	border: 1px solid transparent;
  	letter-spacing: 2px;
  	width: 50%;
  	text-transform: uppercase;
  	white-space: normal;
  	font-weight: 700;
  	text-align: center;
  	padding: 16px 14px 18px;
  	color: #fe5b02;
  	background-color: #fff;
  	height: auto;
	margin: 20px;

}
.open-popup{
	visibility: visible;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
}
.datechange{
  background-color: #DDD;
}
.calllog{
  width: 94.5%;
  margin: .75%;
  background-color: #1b2028;
  height: auto;
  padding: 35px;
  color: #f1f3f3;
  border-radius: 20px;
}

.activeorder{
  width: 95%;
  margin: 1%;
  background-color: #d3d9d4;
  height: auto;
  padding: 35px;
  color: #000000;
  display: inline-block;
  border-radius: 20px;
}
.activeorderdetails{
  width: 40%;
  display: inline-block;
}
.activeordertab{
  width: 12%;
  display: inline-block;
}
.deliveryrow-button{
  position: absolute;
  top: 400px;
  left: 45px;
  width: auto;
  display: inline-block;
  padding: 1%;
}  
.pickuprow-button{
  position: absolute;
  top: 350px;
  left: 10px;
  width: auto;
  display: inline-block;
  padding: 1%;
}  



body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    
  }
  
  .topnav {
    overflow: hidden;
    background-color: #333;
  }
  .wrapper{
    height: auto;
    width: 50%;
    margin: auto;
  }
  .deliverytop{
    width: 100%;
    background-color: #A5C9FF;
    text-align: center;
    font-size: large;
  }
  .pickuptop{
    width: 100%;
    background-color: #A5FFC9;
    text-align: center;
    font-size: large;
  }
  .datetop{
    width: 100%;
    background-color: #1b2028;
    text-align: center;
    font-size: large;
  }
  .deliveryrow{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;

    align-items: center;
    justify-content: center;
    background-color: #060606;
  }
  .pickuprow{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;

    align-items: center;
    justify-content: center;
    background-color: #060606;
  }

  input[type="file"]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 40px;
    width: auto;
    cursor: pointer;
    background-color: #fe5b02;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    transition: background-color 200ms;
  }
  
  /* file upload button hover state */
  input[type="file"]::file-selector-button:hover {
    background-color: #f8f8f2;
  }
  
  /* file upload button active state */
  input[type="file"]::file-selector-button:active {
    background-color: #f8f8f2;
  }
  







  
  .language{
    background-color: #060606;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
    vertical-align: top;
    padding: .5%;
      
  }
  .lang-content-image{
    display: inline-block;
    padding: 5px;
    background-color: #060606;
    text-align: center;
    width: 29%;
    height: auto;
    vertical-align: top;
      
  }
  .lang-content{
    display: inline-block;
    padding: 5px;
    background-color: #f8f8f2;
    text-align: center;
    width: 95%;
    height: auto;
    vertical-align: top;
      
  }
    

  label.cameraButton {
  display: inline-block;
  margin: 1em 0;

  /* Styles to make it look like a button */
  padding: 0.5em;
  border: 2px solid #666;
  border-color: #EEE #CCC #CCC #EEE;
  background-color: #DDD;
}

/* Look like a clicked/depressed button */
label.cameraButton:active {
  border-color: #CCC #EEE #EEE #CCC;
}

/* This is the part that actually hides the 'Choose file' text box for camera inputs */
label.cameraButton input[accept*="camera"] {
  display: none;
}
  .deliveryrow-address{
    width: auto;
    display: inline-block;
    padding: 1%;
  }


  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  .active {
    background-color: #04AA6D;
    color: white;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }

  .testenv {
    background-color: #fb0000;
    color: rgb(255, 255, 255);
    width: auto;
    height: auto;
    text-align: center;
    font-size: 16px;
    padding: 1px;
  }
  
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }

  .dropdown {
    float: left;
    overflow: hidden;
  }

  .dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }
  }
  

 

  /*Message Page Style */
  .container{
    width: 100%;
    min-height: 85%;
    display: flex;
  }
  .container2{
    width: 100%;
    min-height: 8%;
    display: flex;
    margin: 0;
  }
  .container3{
    text-align: center;
    width: 100%;
    min-height: 8%;
    padding: 5px;
  }
  .inputboxblank{
    min-height: 100%;
    background-color: #383e48;
    flex: 1;
    min-width: 25%
    
  }
  .inputbox{
    min-height: 100%;
    background-color: #f7f7f7;
    flex: 4;
    min-width: 20%
    
  }
  input[type=date] {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
  }

  input[type=button], input[type=submit], input[type=reset] {
    background-color: #fe5b02;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    width: 200px;
  }


.divTable { display: table;width: 80%; margin-bottom: 20px; margin-left: 10%; }
.divTableRow { display: table-row; }
.divTableHeading { background-color: #EEE; display: table-header-group; }
.divTableCell,.divTableHead { border: 0px solid #999999; display: table-cell; padding: 3px 10px; }
.divTableHeading { background-color: #EEE; display: table-header-group; font-weight: bold; }
.divTableHead { background-color: rgba(0,0,0,0.1); font-weight: bold;}
.divTableBody { display: table-row-group; }
  


  .contacts{
    min-height: 100%;
    background-color: #383e48;
    flex: 1;
    min-width: 25%  
    
  }
 
  .chat-box{
    min-width: 20%;
    position: relative;
    flex: 4;
    min-height: 100%;

    overflow-y: auto;
    padding: 10px 30px 20px 30px;
    background: #f7f7f7;
    box-shadow: inset 0 32px 32px -32px rgb(0 0 0 / 5%),
                inset 0 -32px 32px -32px rgb(0 0 0 / 5%);
  }
  .chat-box .text{
    position: absolute;
    top: 45%;
    left: 50%;
    width: calc(100% - 50px);
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .chat-box .chat{
    margin: 15px 0;
  }
  .chat-box .chat p{
    word-wrap: break-word;
    padding: 8px 16px;
    box-shadow: 0 0 32px rgb(0 0 0 / 8%),
                0rem 16px 16px -16px rgb(0 0 0 / 10%);
  }
  .chat-box .outgoing{
    display: flex;
  }
  .chat-box .outgoing .details{
    margin-left: auto;
    max-width: calc(100% - 130px);
  }
  .outgoing .details p{
    background: #333;
    color: #fff;
    border-radius: 18px 18px 0 18px;
  }
  .chat-box .incoming{
    display: flex;
    align-items: flex-end;
  }
  .chat-box .incoming img{
    height: 35px;
    width: 35px;
  }
  .chat-box .incoming .details{
    margin-right: auto;
    margin-left: 10px;
    max-width: calc(100% - 130px);
  }
  .incoming .details p{
    background: #fff;
    color: #333;
    border-radius: 18px 18px 18px 0;
  }
  .typing-area{
    padding: 18px 30px;
    display: flex;
    justify-content: space-between;
  }
  .typing-area input{
    height: 45px;
    width: calc(100% - 58px);
    font-size: 16px;
    padding: 0 13px;
    border: 1px solid #e6e6e6;
    outline: none;
    border-radius: 5px 0 0 5px;
  }
  .typing-area button{
    color: #fff;
    width: 55px;
    border: none;
    outline: none;
    background: #333;
    font-size: 19px;
    cursor: pointer;
    opacity: 0.7;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
  }
  .typing-area button.active{
    opacity: 1;
    pointer-events: auto;
  }
  .button-22 {
    align-items: center;
    appearance: button;
    background-color: #FFFFFF;
    border-style: none;
    box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    font-family: "RM Neue",sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    padding: 10px 21px;
    text-align: center;
    text-transform: none;
    transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    height: 85px;
  }
  
  .button-22:active {
    background-color: #006AE8;
  }
  
  .button-22:hover {
    background-color: #1C84FF;
  }
  .completecontainer{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;

    align-items: center;
    justify-content: center;
    background-color: #060606;
  }
  .form {
    background-color: #15172b;
    border-radius: 20px;
    box-sizing: border-box;
    height: auto;
    padding: 20px;
    width: 650px;
  }
  .subtitle {
    color: #eee;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
  }
  .input-container {
    height: 50px;
    position: relative;
    width: 100%;
  }
  
  .ic1 {
    margin-top: 40px;
  }
  .ic2 {
    margin-top: 30px;
  }
  
  .input {
    background-color: #303245;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: #eee;
    font-size: 18px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0;
    width: 100%;
  }
  .inputitem {
    background-color: #303245;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: #eee;
    font-size: 18px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0;
    width: 70%;
  }
  .inputcost {
    background-color: #303245;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: #eee;
    font-size: 18px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0;
    width: 29%;
  }
  
  .cut {
    background-color: #15172b;
    border-radius: 10px;
    height: 20px;
    left: 20px;
    position: absolute;
    top: -20px;
    transform: translateY(0);
    transition: transform 200ms;
    width: 76px;
  }
  
  .cut-short {
    width: 50px;
  }
  .input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}
.inputitem:focus ~ .cut,
.inputitem:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}


.placeholder {
  color: #65657b;
  font-family: sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-30px) translateX(10px) scale(0.75);
}
.inputitem:focus ~ .placeholder,
.inputitem:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-30px) translateX(10px) scale(0.75);
}

.input:not(:placeholder-shown) ~ .placeholder {
  color: #808097;
}
.inputitem:not(:placeholder-shown) ~ .placeholder {
  color: #808097;
}

.input:focus ~ .placeholder {
  color: #dc2f55;
}
.inputitem:focus ~ .placeholder {
  color: #dc2f55;
}

.submit {
  background-color: #fe5b02;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-top: 38px;
  outline: 0;
  text-align: center;
  width: 100%;
}

.submit:active {
  background-color: #06b;
}
.ui-datepicker {
  width: auto;
  height: auto;
  margin: 5px auto 0;
  font: 24pt Maax;
  background-color: #ddd;
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);*/
}
  .ui-datepicker table {
      width: 100%;
  }

.ui-datepicker-header {
  background: #ddd;
  color: #fe5b02;
  font-family:Maax;
  font-size: 18px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #111;
}
  


  
  @media screen and (max-width: 500px) {
  .inputitem {
    width: 69%;
  }
  .inputcost{
    width: 29%;
  }
  .form {
    width: auto;
  }
  .divTable { display: table;width: 100%; margin-bottom: 20px;}
  .contacts{
    font-size: xx-small;
    
  }
  .button-22 {
    padding: 8px 8px;
  }
  .chat-box .incoming{
    font-size: x-small;
  }
  .chat-box .outgoing{
    font-size: x-small;
  }
  .typing-area input{
    font-size: x-small;
  }
  .chat-box .outgoing .details{
    max-width: calc(80%);
  }
  .chat-box .incoming .details{
    max-width: calc(80%);
  }
  .calllog{
    width: 77%;
    margin: 2%;
  }
  .popup{
    width: 75%;
	  height: 85%;
  }
  .popup button{
    width: 90%;
  }
  .activeorder{
    width: 80%;
  }
  .divTable { margin-left: 0%;
  
  }
  
}

 

  