body {
	margin: 0% 5% 0% 5%;
    background-color: #222831;
    color: #EEEEEE;
}
.order-conainer{
	padding: 1%;
    background-color: #392E46;
    border-radius: 30px;
    box-shadow: 7px 7px 18px 0px black;
}
.order-number {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin: 0;
}
.	 {
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    margin: 0;
}
.order-date{
    text-align: center;
    font-size: 13px;
    color: #00d5f7;
    margin: 0;
}
.phone{
	text-align: center;
    color: #bdbdbd;
    margin: 0;
}

.address {
    font-size: 13px;
    margin: 0;
    text-align: center;
    font-weight: 400;
}
.item-number{
	margin: 0;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.order-status{
	margin: 0;
	text-align: center;
}
.table-dark td {
    vertical-align: middle;
}

.comment {
    margin: 0;
    width: 100%;
    min-height: 63px;
    max-height: 63px;
    height: 63px;
    background: transparent;
    border: 0;
    color: white;
    font-size: 13px;

}
.order-name{
    margin: 0;
}
th {
    text-align: center;
}
.fulfil-btn{
    width: 22%;
    background: none;
    border-width: 0;
    color: #343a40;
    font-size: 13px;
    transition: 1s;
    background-color: black;
    border-radius: 15%;
    font-size: 13px;
}
.fulfil-btn2{
    width: 100%;
    background: none;
    border-width: 0;
    color: #878787;
    font-size: 13px;
    transition: 1s;
    font-size: 13px;
}
.fulfil-btn:hover {
  color: white;
  border-color: white;
}



.popup {
  position: relative;
  display: inline-block;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 350px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 11;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  font-weight: 100;
    font-size: 14px;
        box-shadow: 0px 0px 39px;
        cursor: text;
        
}
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  animation: 1s;
}
.popup .hide {
  visibility: hidden;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}


/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
.itemno{
    float: left;
}
.itemsku{
    width: 120px;
    font-weight: 700;
    float: left;
}
.itemcode{
    width: 100px;
    text-align: center;
    color: #00e7ff;
    font-weight: 700;
    float: left;
}
}
.itemweight{
    width: 50px;
    float: right;
    font-weight: 700;
    color: #efff00;
}
thead{
    position: sticky;
    top: 10%;
    background: #0c0c0c;
    z-index: 10;
}
#onlinecheck{
    color: white;
    text-align: center;
    background-color: #000000db;
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.addneworder {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 4% 20% 0% 20%;
    transition: 1s;
    display: none;
}
.closeaddnew{
    font-weight: 500;
    float: right;
    font-size: x-large;
    position: absolute;
    top: 2%;
    right: 2%;
    cursor: pointer;
    }

.hey99{
    margin-bottom: 2%;
    text-transform: uppercase;
}
.cancelledbadge {
    font-weight: 100;
    font-size: 12px;
    color: #b3b3b3;
}
hr {
    height: 8px;
    // background-color: red;
    background-image: linear-gradient(90deg, red, transparent);
    margin-bottom:5px;
    border: 0;
    height: 1px;
}
.cancelitem{
    width: 10px;
}
.cancelitem:hover {
  color: red;
  transition: 0.5s;
  cursor: pointer;
}
.analysis {
    text-align: center;
    font-size: 12px;
    background-color: #00000040;
    border-radius: 10px;
    padding: 1px 10px;
}
.analysisno {
    font-size: 30px;
    margin: 0;
    font-weight: bold;
}
.row{
    margin: 10px;
}
.ddate {
    background: transparent;
    color: white;
    border: 0;
    width: 130px;
}
.zonesselect{
    color: #8f8f8f;
    background: transparent;
    border: 0;
    font-size: 12px;
}
.zonesselect option{
    color: black;
    background: transparent;
    font-size: 12px;
}
.analysisicons {
    position: absolute;
    right: 10%;
    height: 35px;
    width: 35px;
    background-color: #00ffff1a;
    text-align: center;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: aqua;
    font-size: 20px;
}
.card-body {
    background-color: #00000047;
    border-radius: 6px;
}
.btn-secondary{
    background-color: #00ffff1a;
    border: 0;
    font-size: 14px;
}

.headnavicons {
    height: 25px;
    width: 25px;
    vertical-align: middle;
    float: left ;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: aqua;
}
.inputsearch{
    background-color: transparent;
    border-color: aqua;
    margin-bottom: 10px;
    width: 2;
    border-width: thin;
    padding: 5px;
    border-radius: 5px;
    color: white;
    width: 100%;

}
.searchcontainer{
    position: sticky;
    top: 0;
    padding: 5px;
    background-color: #222831;
    z-index: 1;

}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 9px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: cyan;
    color: #222831;
    font-weight: bolder;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: 2s;
}

#myBtn:hover {
  background-color: #555;
}
.btn-group{
    margin-bottom: 5px;
}
.btn-success {
background: rgb(40,167,69);
background: linear-gradient(148deg, rgba(40,167,69,1) 0%, rgba(0,255,255,1) 100%);
}

.selectdatemon {
    background-color: transparent;
    color: aqua;
    font-weight: 500;
    border: 0;
}
a {
    color: #00ffff;
}
select option {
  margin: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
hr.style1{
	border-top: 1px solid #8c8b8b;
    background-image: none;
}
.form-container{
    margin: 3%;
    padding: 5% 3%;
    background-color: #0000004d;
    border-radius: 10px;
}

.icon-text {
  display: none;
}

.fulfil-btn:not(:has(i)) .icon-text {
  display: inline;
}
