:root{
    --base-clr: rgb(5, 13, 77);
    --line-clr: #42434a;
    --hover-clr: #0323b1;
    --text-clr: #e6e6ef;
    --accent-clr: #5e63ff;
    --secondary-clr: #b0b3c1;
    --span-clr: #cd9850;
}
#chk1{
  display: none;
}
*{
  
    margin: 0 auto;
    padding: 0 ;
}
a{
    text-decoration: none;
    color: var(--text-clr);
    transition: 400ms ease-in-out all;
}
.marquee{
  position: absolute;
  width: 100%;
  padding: 5px 15px;
  margin-top: 90px;
  background: var(--base-clr);
  box-shadow: 0 4px 8px rgba(10, 35, 46, 0.95);

  /* border: 2px solid red; */

}
.asign_driver{
  display: flex;
  flex-direction: column;
  /* border: 2px solid red; */
  box-shadow: 0 4px 8px rgba(10, 35, 46, 0.95);


}
.marquee marquee{
  font-size: 20px;
  color: #f8f8fa;
  /* border: 2px solid red; */
}
.adv {
  position: absolute;
  /* margin-top: 300px; */
  left: 0;
  top: 60px;
  display: flex;
  align-items: center;
  /* width: 100px; */
  height: 100px;
  /* background: red; */
  /* position: relative; */
  transition: 1s ease-in-out all;
  animation: mymove 5s infinite;
}
.adv img{
  width: 90px;
  height: 25px;
}
.adv p{
  font-weight: 600;
  /* color: var(); */
  font-size: 10px;
  font-style: italic;
}

@keyframes mymove {
  from {left: 0px;}
  to {
    left: 85%;
  }
}
h3{
  color: #dc2f55;
  font-size: 25px;
  padding-left: 10px;
  margin-bottom: 0px;
  border-left: 5px double var(--base-clr);
}
p{
  font-size: 20px;
  color: #050d4d;
}
.live-chat{
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid white;
}
.live-chat img{
  width: 40px;
  height: 40px;
  /* border: 1px solid red; */
}
body{
    /* min-height: 100vh; */
    /* min-height: 100vw; */

    min-width: 100vw;
    /* background: rgb(252, 3, 3); */
    background: rgb(167, 167, 167);

    /* color: var(--text-clr); */
    /* display: grid; */
    /* grid-template-columns: auto 2fr; */
}
/*  */
body {
  /* align-items: center; */
  /* background-color: #000; */
  /* display: flex; */
  /* justify-content: center; */
  /* height: 100vh; */
}
.fbd{
  margin-top: 120px;
}
.fbd1{
  margin-top: 120px;
  width: 40vw;
  margin-left: 15px;
  /* border: 2px solid rgb(0, 255, 34); */

}
.fbd1 iframe{
  /* margin-top: 120px; */
  border-radius: 20px;
  width: 100%;
  /* border: 2px solid rgb(0, 255, 34); */
  height: 600px;

}
.form{
  background-color: #15172b;
  border-radius: 20px;
  /* box-sizing: border-box; */
  /* height: 500px; */
  padding: 10px;
  width: 500px;
  /* margin-top: 650px; */
  /* border: 2px solid red; */

}
span{
  color: #dc2f55;
}
.or-frm{
  /* width: 100%; */
  /* border: 2px solid rgb(0, 255, 34); */

  display: flex;
  /* flex-direction: column; */
  width: 90vw;
  justify-content: center;
}
.xxxx{
  display: flex;
  justify-content: center;
  align-items: center;
  /* column-gap: 10px; */
  /* border: 2px solid red; */
}
.xxxx h3{
  color: #dc2f55;
  border: none;
  /* margin-bottom: -360px; */
}
#sec-sel, #sec-selx{
  display: none;
}
.title {
  color: #eee;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
}
.titlex {
  color: #eee;
  font-family: sans-serif;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
}

.subtitle {
  color: #eee;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.input-container {
  height: 50px;
  position: relative;
  /* width: 100%; */
  margin: 0px 10px;
}
.input-container p{
  color: #dc2f55;
  /* background: #dc2f55; */
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
    transition: 500ms ease-in-out all;

}
.input-container p:hover{
  border:2px solid #dc2f55;
  /* background: #dc2f55; */
  /* text-align: center; */
  /* border-radius: 5px; */
}

.ic1 {
  margin-top: 40px;
}

.ic2 {
  margin-top: 30px;
}

.ic2 p{
  /* background-color: #e3e4ec; */
  font-size: 15px;
}

.input {
  background-color: #303245;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 0px 0px 10px;
  width: 100%;
}

.cut {
  background-color: #15172b;
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  /* border: 2px solid red; */
  width: 200px;
}

.cut-short {
  width: 50px;
}

.input:focus ~ .cut,
.input: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);
}

.input:not(:placeholder-shown) ~ .placeholder {
  color: #808097;
}
.input:focus ~ .placeholder {
  color: #dc2f55;
}

.submit {
  background-color: #08d;
  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;
}
/*  */
.hero-cont{
  /* margin-top: 100px; */
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* border:2px solid red;  */
  background-image: url(img/appliances.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: change 30s infinite ease-in-out;
}
@keyframes change{
  0%{
  background-image: url(img/ilogo.png);

  }
   20%{
  background-image: url(img/fleet.png);

  }
  40%{
    background-image: url(img/serv.png);
  
  }
  60%{
    background-image: url(img/ilogo.png);
  
  }
  80%{
        background-image: url(img/team.png);
  }
 100%{
    background-image: url(img/1\ \(5\).jpg);
  
    }
}
.hero-cont .hero-flex{
  display: flex;
  flex-direction: column;
  align-items: center;
  /* opacity: 0.6; */
}
.hero-item1{
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(11, 6, 82, 0.7);
}
.hero-item1 .hero-itemdiv1{
  /* border:2px solid red;  */
  width: 50vw;
  z-index: 5;

}
.hero-item1 .hero-itemdiv1 h1{
  /* border:2px solid red;  */
  text-align: center;
  font-size: 80px;
  color: var(--text-clr);
  text-shadow: 2px 1px var(--span-clr);
}
.hero-item1 .hero-itemdiv1 span{
  color: var(--span-clr);
  font-size: 60px;
  text-shadow: 2px 1px var(--text-clr);

}
.hero-item1 .hero-itemdiv1 p{
  /* border:2px solid red;  */
  width: 450px;
  margin-top: 20px;
  color: white;
  margin-left: 150px;
  text-shadow: 4px 4px 6px rgb(4, 3, 66);
  /* line-height: 15px; */
}
.hero-item1 .hero-itemdiv1 a{
  position: absolute;
  /* border:2px solid red;  */
  border-radius: 10px;
  width: 150px;
  padding: 15px;
  margin-top: 50px;
  color: white;
  font-size: 25px;
  margin-left: 150px;
  background: var(--base-clr);
  box-shadow: 4px 4px 6px rgb(71, 71, 78);
  /* line-height: 15px; */
  transition: 500ms ease-in-out all;
}
.hero-item1 .hero-itemdiv1 a:hover{
  opacity: 0.8;
  color: var(--span-clr);
}
.hero-item1 .hero-itemdiv2{
  /* border:2px solid red;  */
  width: 50vw;
  height: 100vh;
}
.hero-item1 .hero-itemdiv2 img{
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.popxx-container {
  /* border:2px solid red;  */
 position: fixed;
 top:0;
 left:0;
 right:0;
 bottom: 0;
 background: rgba(10, 35, 46, 0.95);
 overflow: scroll;
 z-index: 150;
}
/* LOADING */
.containerq{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* border:2px solid var(--site-color-02);  */
}
.containerq .text{
  font-family:sans-serif ;
  font-size: 20px;
  font-weight: 500;
  /* border:2px solid var(--site-color-02);  */
}
.containerq .ring{
  position: absolute;
  width: 190px;
  height: 190px;
  border:2px solid transparent; 
  border-radius: 50%;
  --color: #ff8df9;
  border-bottom: 8px solid var(--color);
  animation: rotate1 1s linear infinite;
}
@keyframes rotate1{
  from{
      transform: rotateX(50deg) rotateZ(110deg);
  }
  to{
      transform: rotateX(50deg) rotateZ(470deg);

  }
}

.containerq .ring:nth-child(2){
  --color: #ff416a;
  animation-name: rotate2;
}
@keyframes rotate2{
  from{
      transform: rotateX(20deg) rotateY(50deg) rotateZ(20deg);
  }
  to{
      transform: rotateX(20deg) rotateY(50deg) rotateZ(380deg);
  }
}

.containerq .ring:nth-child(3){
  --color: var(--hover-clr);
  animation-name: rotate3;
}
@keyframes rotate3{
  from{
      transform: rotateX(40deg) rotateY(130deg) rotateZ(450deg);
  }
  to{
      transform: rotateX(20deg) rotateY(130deg) rotateZ(90deg);
  }
}

.containerq .ring:nth-child(4){
  --color: var(--text-clr);
  animation-name: rotate4;
}
@keyframes rotate4{
  from{
      transform: rotateX(70deg) rotateZ(270deg);
  }
  to{
      transform: rotateX(70deg) rotateZ(630deg);
  }
}
.containerq .image img{

  border-radius: 40%;
  animation: rotateimage 2s linear infinite;

}
@keyframes rotateimage{
  from{
      transform: rotateX(0deg) rotateY(10deg);
  }
  to{
      transform: rotateX(0deg) rotateY(40deg);
  }
}
.or-flex h1{
  color: #dc2f55;
  /* font-size: 40px; */
}

#sidebar{
    box-sizing: border-box;
    height: 100vh;
    border: 2px solid rgb(241, 230, 230);
    width: 250px;
    padding: 5px 1em;
    background-color: var(--base-clr);
    border-right: 1px solid var(--line-clr);
    position: sticky;
    top: 50px;
    align-items: start;

    transition: 300ms ease-in-out;
    overflow: hidden;
    z-index: 100;

}
#sidebar.close{
    padding: 25px;
    width: 550px;
    text-wrap: nowrap;
    /* border: 2px solid red; */

}
#sidebar ul{
    list-style: none;
}
#sidebar svg{
        flex-shrink: 0;
        fill: var(--text-clr);
    }
#sidebar > ul > li:first-child{
    display: flex;
    /* border: 2px solid red; */
    justify-content: flex-end;
    margin-bottom: 16px;
    .logo{
        font-weight: 600;
    }
}
#sidebar ul li.active a{
    color: var(--accent-clr);
    svg{
        fill: var(--accent-clr);
    }
}
#sidebar a, #sidebar .dropdown-btn, #sidebar .logo{
    /* border: 2px solid red; */
    border-radius: .5em;
    padding: .55em;
    text-decoration: none;
    color: var(--text-clr);
    display: flex;
    align-items: center;
    gap: 1em;

}
.dropdown-btn{
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
} 
#sidebar a span, #sidebar .dropdown-btn span{
    /* border: 2px solid red; */
    flex-grow: 1;
}

#sidebar a:hover, #sidebar .dropdown-btn:hover{
    background-color: var(--hover-clr);
}
#sidebar .sub-menu{
    display: grid;
    grid-template-rows: 0fr;
    transition: 300ms ease-in-out;
    >div{
        overflow: hidden;
    }
}
#sidebar .sub-menu a{
    padding-left: 2em;
}

#sidebar .sub-menu.show{
    grid-template-rows: 1fr;
}
.dropdown-btn svg{
    transition: 200ms ease;
}
.rotate svg:last-child{
    rotate: 180deg;
}
#toggle-btn{
    margin: auto;
    padding: 1em;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: .5em;
    svg{
        transition: rotate 150ms ease;
    }
}
#toggle-btn:hover{
    background: var(--hover-clr);

}
.navbar {
    display: none;
  }
  /*  ADD PRODUCT*/
 .head_m{
    height: 60px;
    top: 0;
    right: 0;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--secondary-clr);
    box-shadow: 0 4px 8px rgba(10, 35, 46, 0.95);
    z-index: 150;

}
 .head_m .logo{
  display: flex;
  align-items: center;
  width: 100px;
  height: 50px;
  margin-left: 20px;

}
 .head_m .logo img{
  width: 160px;
  height: 50px;
  margin-top: 0px;
  z-index: 152;
  /* border: 2px solid red; */

}
.head_m .logo p{
  /* border: 2px solid red; */
  margin-left: 10px;
}
.head_m .logo .wallet{
  /* border: 2px solid red; */
  margin-left: 10px;
}
 .head_m .search-box{
  margin-top: 20px;
  width: 400px;
  /* border: 2px solid red; */
  position: relative;
}
 .head_m ul{
  /* flex: 2; */
  display: flex;
  justify-content: space-evenly;
}
 .head_m ul li{
  list-style: none;
}
 .head_m ul li a{
  text-decoration: none;
  color: var(--base-clr);
  padding: 0px 5px;
  transition: 1000ms ease-in-out all;
}
 .head_m ul li a:hover{
  border-bottom: 2px solid var(--base-clr);
}
 .head_m .menu{
  display: none;
}
.head1{
  /* border: 2px solid red; */
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.head1 h1{
  margin-top: 20px;
  font-size: 40px;
  font-weight: 600;
  /* color: var(--base-clr); */
  text-shadow: 2px 2px 2px #050d4d;
}
.head1 p{
  color: var(--base-clr);
  font-size: 20px;
  font-style: italic;
  margin-bottom: 30px;
  /* text-size-adjust: 6px; */
  /* text-shadow: 2px 2px 2px #050d4d; */
}
#p_nbstopx{
  display: none;
}
#d_nbstopx{
  display: none;
}
.about-cont .about-flex{
  /* border: 2px solid rgb(255, 0, 0); */
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;

}
.about-cont .about-flex h1{
  position: absolute;
  width: 100%;
  left: 0;
  color: var(--text-clr);
  margin: 60px 0px;
  padding: 30px 0px;
  text-align: center;
  background: var(--base-clr);
  /* border: 2px solid rgb(255, 0, 0); */
  box-shadow: 0 4px 8px rgba(10, 35, 46, 0.95);

  /* border: 2px solid rgb(255, 0, 0); */
}
.about-cont .about-flex .about-item1 p{
  margin-top: 200px;
  /* width: 400px; */
  font-size: 20px;
  text-align: center;
  color: var(--base-clr);
  margin-bottom: 50px;
  /* border: 2px solid rgb(255, 0, 0); */
}

.about-cont .about-flex .about-itemx{
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; */
  /* border: 2px solid rgb(255, 0, 0); */
  /* margin-left: 90px; */

}
.about-cont .about-flex .about-itemx .about-it{
  /* border: 2px solid rgb(208, 255, 0); */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-cont .about-flex .about-itemx .about-it .about-img{
  width: 300px;
  height: 400px;
  margin: 30px;
  /* border: 2px solid rgb(255, 0, 0); */
  box-shadow: 0 4px 8px rgba(10, 35, 46, 0.95);
 
}
.about-cont .about-flex .about-itemx .about-it .about-img img{
  border-radius: 10px;
  width: 100%;
  height: 100%;
  /* border: 2px solid rgb(255, 0, 0); */
  /* box-shadow: 0 4px 8px rgba(10, 35, 46, 0.95); */
}
.about-cont .about-flex .about-itemx .about-txt{
  width: 400px;
  /* border: 2px solid rgb(0, 238, 255); */
}
.about-cont .about-flex .about-itemx .about-txt h3{
  width: 400px;
  margin-top: 20px;
  /* border: 2px solid rgb(255, 0, 0); */
}
.about-cont .about-flex .about-itemx .about-txt span{
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
}
.about-cont .about-item1{
}

/* FOOTER DIV */

.footer{
   /* border: 2px solid rgb(255, 0, 0);  */
   display: -webkit-flex;
  display: -moz-flew;
  display: -ms-; 
  display: flex;
  flex-flow: row wrap;
  padding: 50px;
  color: #ffff;
  background: var(--base-clr);
}
.footer > *{
  flex: 1 100%;
}
.footer-left{
  margin-right: 1.25em;
  margin-bottom: 2em;
}
.footer-left p{
  color: #999;
  margin: 30px 0px;
}
.footer-left div:nth-child(1){
  width: 150px;
  /* border: 2px solid red; */
}
.footer-left img{
  width: 100%;
}
.footer h2{
  font-size: 17px;
  font-weight: 600;
}
.footer ul{
  list-style: none;
  padding-left: 0px;
}
.footer li{
  line-height: 2em;
}
.footer-right{
  /* border: 2px solid rgb(255, 0, 0); */
  display: flex;
  flex-flow: row wrap;
}
.footer-right > *{
  flex: 1 50%;
  margin-right: 1.25em;
}
.footer .box a{
  color: #999;
}
.footer-bottom{
  padding-top: 50px;
  text-align: center;
  /* border: 2px solid rgb(255, 0, 0); */
}
.footer-bottom p{
  padding-right: 20%;
  color: #999;;
}
.socials a{
  background: #364a62;
  width: 40px;
  height: 40px;
  display: inline-block;
  /* border: 2px solid rgb(255, 0, 0); */
  margin-right: 10px;
  border-radius: 50%;
}
.socials a i{
  color: #e7f2f4;
  padding: 10px 12px;
  font-size: 20px;
}
/* ffffffffff */
  .footer .inputxx, textarea{
  /* border: 2px solid rgb(255, 0, 0); */

  width: 200px; /* Full width */
  padding: 5px; /* Some padding */ 
  border: 1px solid #ccc; 
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 10px;
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Add a background color and some padding around the form */
.cform{
  /* border: 2px solid rgb(255, 0, 0); */
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  /* width: 58px; */
}
.clabel{
  color: var(--base-clr);
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  width: 200px;
  /* border: 2px solid red; */
}
/* POP UP */
/* ==========================================POP CONT =================================================== */

/* POP UP IN DASHBORAD */
.popup-container, .popuppay-container, .popuprec-container, .popupuser-container{
  /* border:2px solid red;  */
 position: fixed;
 width: 99vw;
 top:0;
 left:0;
 right:0;
 bottom: 0;
 background: rgba(18, 3, 102, 0.8);
 z-index: 99999;
 overflow: scroll;
}
.popup-flex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
 background: rgba(202, 180, 179, 0.7);

}
.popup{
  background: var(--secondary-clr);
  width: 650px;
  padding: 30px 40px;
  position: absolute;
  /* transform: translate(-50%,-50%); */
  border: 8px;
  margin-top: 100vh;
  border-radius: 8px;
  /* display: none; */
}
.popup button{
  display: block;
  margin: 0 0 20px auto;
  background-color: transparent;
  font-size: 30px;
  border: none;
  color: var(--site-color-02);
  cursor: pointer;
}
.popup .pf-item{
  border-radius: 15px;
  box-shadow: 1px 0px 3px var(--base-clr);

  /* border: 2px solid red; */

}
.pf-item .pf-head{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--base-clr);
  border-radius: 15px 15px 0px 0px;
}
.pf-item .pf-head h1{
  margin-top: 20px;
}
.pf-item .pf-head p{
  font-size: 30px;
  color: var(--text-clr);
  margin-bottom: 15px;
  
}
.pf-item .pf-headx{
  margin-top: 40px;

  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 2px dotted var(--base-clr);
  /* background-color: var(--base-clr); */
  border-radius: 15px 15px 0px 0px;
}
.pf-item .pf-headx h1{
  margin-top: 10px;
  color: var(--base-clr);
}
.pf-item .inp-div{
  display: flex;
  column-gap: 20px;
  padding: 10px;
  justify-content: space-between;
  /* border: 1px solid rgb(21, 255, 0); */
  /* box-shadow: 1px 0px 3px var(--base-clr); */
}
.pf-item .inp-div p{
  font-size: 15px;
}
.pf-item .inp-div img{
  width: 120px;
  height: 120px;
  border-radius: 10px;
  box-shadow: 1px 0px 3px var(--base-clr);

}
.pf-head div img{
  display: none;
}
.pf-item .inp{
  /* width: 100%; */
  margin-left: 20px;
  font-size: 5px;
  /* display: flex; */
  /* border: 1px solid rgb(255, 30, 0); */
}
.pf-item .inp span{
  margin-left: 15px;
  font-size: 20px;
  font-weight: 700;
  /* border: 1px solid rgb(21, 255, 0); */
}
.pf-item .inp .statu{
  /* padding-top: 80px; */
  padding: 5px;
  border-radius: 5px;
  /* border: 1px solid rgb(255, 0, 0); */

}

.pf-item .inp .statu.delivered, .pf-item .inp .statu.ready{
  background-color: #86e49d;
  color: #006b21;
}

.pf-item .inp .statu.cancelled{
  background-color: #d893a3;
  color: #b30021;
}
.pf-item .inp .statu.pending{
  background-color: #ebc474;
  /* color: #006b21; */
}
.pf-item .inp .statu.report{
  background-color: red;
  /* color: #006b21; */
}
.act-btn{
  display: flex;
  justify-content: center;
}

/*POP UP */
  /* SIGNUP   */
  .sig{
  /* background-color: red; */
    width: 100vw;
  }
  /* SIGNUP   */
/* table */
.or-cont{
  width: 100%;
  /* float: right; */
  display: flex;
  justify-content: center;
  margin-top: 60px;
  position: absolute;
  background: var(--base-clr);
  padding: 20px 0px;
  /* border: 2px solid red; */

}
.or_table{
  position: absolute;
  width: 90vw;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
section.table{
  margin-top: 100px;
  margin: 100px 20px 0px;
  /* border: 2px solid red; */
  width: 40vw;
  height: 70vh;
  border-radius: .8rem;
  box-shadow: 0.4rem .8rem .6rem var(--base-clr);
  overflow: hidden;
}
.table_header{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 10%;
  color: white;
  padding: .8rem 10px;
  background-color: var(--base-clr);
}
.table_header a{
  background-color: var(--accent-clr);
  padding: 8px;
  border-radius: 10px;
}
.table_body{
  width: 99%;
  max-height: calc(89% - 1.8rem);
  border-radius: .6rem;
  margin: .1rem auto;
  overflow: auto;
}
.table_body::-webkit-scrollbar{
  width: .5rem;
  height: 0.5rem;
}
.table_body::-webkit-scrollbar-thumb{
  border-radius: .5rem;
  background-color: #050d4d;
  visibility: hidden;
}
.table_body:hover::-webkit-scrollbar-thumb{
  visibility: visible;
}
table{
  width: 100%;
}
td img{
  width: 25px;
  height: 25px;
  margin-right: .5rem;
  border-radius: 50%;
  vertical-align: middle;
} 
table, th, td{
  border-collapse: collapse;
  padding: .5rem;
  text-align: center;
  color: var(--base-clr);
}
thead th{
  position: sticky;
  top: 0;
  /* left: 0; */
  background: #999;
}
tbody tr:nth-child(even){
  background-color: #999;
}
tbody tr:hover{
  background-color: #9682f0;
}
tbody tr td .statu{
  padding: 3px;
  border-radius: 5px;
}
tbody tr td .statu.delivered, tbody tr td .statu.ready{
  background-color: #86e49d;
  color: #006b21;
}
tbody tr td .statu.cancelled{
  background-color: #d893a3;
  color: #b30021;
}tbody tr td .statu.pending{
  background-color: #ebc474;
  /* color: #006b21; */
}tbody tr td .statu.report{
  background-color: red;
  /* color: #006b21; */
}
.act-btn{
  display: flex;
  justify-content: center;
}
.act-btn .btn-pop{
  cursor: pointer;
  width: 60px;
  height: 90%;
  border-radius: 10px;
  border: none;
  background-color: var(--base-clr);
  color: var(--text-clr);
  padding: 5px;
  margin-right: 10px;
  transition: .5s ease-in-out all;
}
.act-btn .btn-pop:hover{
  width: 70px;
  height: 100%;
  border:2px solid var(--accent-clr);
  background-color: var(--hover-clr);
}
/* table */
/* LOGIN SIGNUP */
/* .remember-forget{
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin: 5px 0px 20px;
}
.remember-forget label input{
  accent-color: white;
  margin-right: 3px;
}
.remember-forget label:hover{
  color: var(--base-clr);
  text-decoration: underline;
}
.remember-forget a,.reg-link,button{
  color: white;
  text-decoration: none;
  background: none;
  border: none;
  font-weight: 700;
  transition: .5s ease-in-out all;
  /* border: 2px solid red; */
/* } */
.sl-btn .log-pop{
  width: 100px;
  position: relative;
  border-radius: 10px;
  margin-right: 10px;
  background: var(--span-clr);
  box-shadow: 0 4px 2px rgba(10, 35, 46, 0.95);
  /* margin-right: 770px; */

}
.logo .log-pop{
  position: relative;
  border-radius: 10px;
  background: var(--hover-clr);
  box-shadow: 0 4px 2px rgba(10, 35, 46, 0.95);
  /* margin-right: 770px; */
  margin-right: 10px;



  /* border: 2px solid red; */

}
.logo .logout{
  border-radius: 10px;
  font-size: 25px;
  padding: 5px;
  background: rgb(187, 4, 4);
  /* box-shadow: 0 4px 2px rgba(10, 35, 46, 0.95); */
  /* border: 2px solid red; */

}
.logo .logout:hover{
  background: rgb(241, 6, 6);
  
}
.remember-forget a:hover{
  border: 2px solid rgb(0, 238, 255);
}
.remember-forget a:hover{
  opacity: 0.8;

  /* text-decoration: underline; */
}
  
  /* Set a style for all buttons */
  button {
    background-color: var(--base-clr);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 400px;
  }
  
  /* Add a hover effect for buttons */
  button:hover {
    opacity: 0.8;
  }
  
  /* Extra style for the cancel button (red) */
  .cancelbtn {
    width: auto;
    margin-left: 20px;
    /* margin-top: -20px; */
    padding: 10px 18px;
    background-color: #f44336;
  }
  
  /* Center the avatar image inside this container */
  .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
  }
  
  /* Avatar image */
  img.avatar {
    width: 40%;
    border-radius: 50%;
  }
  
  /* Add padding to containers */
  .container{
    margin-top: 40px;
    padding: 16px;
    /* background-color: #050d4d; */
  }
 
  .containerf a, .container a{
    color: #0808f1;
  }
  .container button{
    margin-left: 15px;
    /* border: 2px solid red; */
    /* margin-right: 15px; */
  }
  /* The "Forgot password" text */
  span.psw {
    color: #0808f1;
    float: right;
    margin-right: 15px;
    padding-top: 16px;
  }
  
  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
    span.psw {
      display: block;
      float: none;
    }
    .cancelbtn {
      width: 100%;
    }
  }
      /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /* background-color: rgb(0,0,0); Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    padding-top: 60px;
  }
  
  /* Modal Content/Box */
  .modal-content {

    background-color: #15172b;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;

    width: 450px; /* Could be more or less, depending on screen size */
  }
   .modal-content h1{
    /* border: 1px solid red; */
    text-align: center;
    color: var(--base-clr);
    margin-top: -40px;
    margin-bottom: 40px;
  }
  /* The Close Button */
  .close{
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 105px;
    top: 0px;
    color: #fc0404;
    font-size: 55px;
    font-weight: bold;
  }
  
  /* Close button on hover */


  .close:hover,
  .close:focus {
    opacity: 0.8;
    color: red;
    cursor: pointer;
    /* border: 2px solid red; */

  }
  
  /* Add Zoom Animation */
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }
  
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
  }
  
  @keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
  }

/* LOGIN SIGNUP */
/* ffffffffff */
@media screen and (min-width: 600px) {
  .footer-right > *{
    flex: 1 0px;
  }
  .footer-left{
    flex: 1 0px;
  }
  .footer-right{
    flex: 2 0px;
  }
}
  /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
  @media(max-width: 1070px){

  }

  @media (max-width: 1000px) {
   .head_m .search-box button{
      position: absolute;
    }
   .head_m ul{
      position: fixed;
      top: 60px;
      right: -100%;
      background: rgba(5, 13, 77, 0.8);
      height: calc(100vh - 100px);
      width: 50%;
      height: 100%;
      flex-direction: column;
      align-items: center;
      transition: right 0.5s linear;
      /* color: white; */
    }
   .head_m ul li a{
      color: white;
      font-size: 20px;
    }
   .head_m .menu{
      display: block;
      width: 100px;
      text-align: center;
    }
    #sidebar{
      /* border: 2px solid red; */
     display: none;
  }
    #chk1:checked ~ ul{
      right: 0;
    }
     /* Hide the link that should open and close the navbar on small screens */
    
  .hhh{
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    /* align-items:baseline; */
    /* justify-content: space-around; */
    /* flex-flow: row wrap; */
      /* border: 2px solid red; */

  }
  }
  @media (max-width: 925px) {
    .about-cont .about-flex .about-itemx .about-it{
      /* border: 2px solid rgb(255, 0, 0); */
       display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px;
  width: 400px; 
    }
    .about-cont .about-flex .about-itemx .about-it .about-img{
      margin: 30px 0px; 
     
    }
  }

  
  /*  ADD PRODUCT*/
@media(max-width: 800px){
    body{
        grid-template-columns: 1fr;
    }
  {
        /* border: 2px solid red; */
        padding: 2em 1em 60px 1em;
    }

     .head_m .logo{
  display: flex;
  align-items: center;
  width: 100px;
  height: 50px;
  margin-left: 20px;
  /* border: 2px solid rgb(238, 255, 0); */


}
 .head_m .logo img{
  width: 100px;
  height: 30px;
  margin-top: 0px;
  z-index: 152;
  /* border: 2px solid red; */

}
    .container{
        border: none;
        padding: 0;
  }
  .or-frm{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90vw;
    /* border: 2px solid rgb(0, 255, 34); */

  }
  .fbd1{
    margin-top: 20px;
    width: 80vw;
    margin-left: 0px;
    /* border: 2px solid rgb(0, 255, 34); */
  
  }
  .fbd1 iframe{
    height: 300px;
  }
.navbar {
    display: flex;
    justify-content: center;
    background-color: var(--text-clr);
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 40px;
  }
  
  /* Style the links inside the navigation bar */
  .navbar a {
    float: left;
    display: flex;
    flex-direction: column;
    color: var(--base-clr);
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
  }
  .navbar a i{
    font-size: 25px;
    /* border: 2px solid red; */
  }
  /* Change the color of links on hover */
  .navbar a:hover {
    border-radius: 6px;
    background-color: var(--base-clr);
    color: var(--text-clr);
  }
  
  /* Add a green background color to the active link */
  .navbar a.active {
    background-color: var(--site-color-05);
    color: var(--site-color-03);
  }
  .hhh{
    /* border: 2px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0px;

    /* justify-content: center; */
  }
/* DOWN HEADER */


.popup{
  background: var(--secondary-clr);
  width: 450px;
  padding: 10px;
  /* border: 1px solid rgb(21, 255, 0); */

}
.pf-item .inp-div{
  /* width: 100%; */
  /* margin-left: 20px; */
  display: flex;
  column-gap: 5px;
  /* border: 1px solid rgb(21, 255, 0); */
}
.pf-item .inp-div img{
  width: 130px;
  height: 150px;
}
.or_table{
  flex-direction: column;
  align-items: center;
  
}
section.table{
  /* margin-top: 100px; */
  margin: 100px 20px 0px;
  /* border: 2px solid red; */
  width: 90vw;
  height: 70vh;
  border-radius: .8rem;
  box-shadow: 0.4rem .8rem .6rem var(--base-clr);
  overflow: hidden;
}
}
@media(max-width: 650px){
 .head_m .search-box{
    margin-top: 20px;
    width: 300px;
    /* border: 2px solid red; */
    position: relative;
  }
 .head_m .logo{
    width: 70px;
    /* height: 50px; */
    margin-left: 0px;
  }
 .head_m .logo img{
    margin-left: 0px;
  }
  .rowf{
    width: 440px;
    margin: 0px;
    padding: 0px;
    background: rgb(167, 167, 167);
    /* border: 2px solid rgb(251, 255, 0); */

  }
  .footer{
    padding: 15px;
  }
  .footer .inputxx, textarea{
  
    width: 70%;
  }
  .cform{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .popup{
    width: 85vw;
    padding: 5px;
    /* border: 1px solid rgb(21, 255, 0); */
  
  }
  .pf-item .inp-div img{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    box-shadow: 1px 0px 3px var(--base-clr);
  
  }
  .pf-item .inp-div{
    display: flex;
    padding: 10px;
    justify-content: center;
    /* border: 1px solid red; */
  }
  .pf-item .inp p{
    font-size: 15px;
    /* border: 1px solid rgb(255, 30, 0); */
  }
  .pf-item .inp span{
    font-size: 15px;
    /* margin-bottom: 30px; */
    /* border: 1px solid rgb(255, 30, 0); */
  }
  .hero-item1 .hero-itemdiv1 h1{
    font-size: 40px;
    margin-left: 20px;
    text-shadow: 2px 1px var(--span-clr);
  }
  .hero-item1 .hero-itemdiv1 p{
    width: 280px;
    margin-top: 20px;
    margin-left: 20px;
  }
  .hero-item1 .hero-itemdiv1 a{
    margin-left: 50px;
  }
  .container{
    width: 300px;
    /* border:2px solid red;  */
    /* background-color: #050d4d; */
  }
  .modal-content {
    /* background-color: #fefefe; */
    width: 290px; /* Could be more or less, depending on screen size */
  }
  .xxxx{
    display: flex;
    flex-direction: column;
    /* border: 2px solid red; */
  }
  .form{
    padding: 10px;
    width: 87vw;
    /* border: 2px solid red; */

  }
  .itemfm1{
    /* border: 2px solid red; */
    width: 100%;
  }
  .marquee{
    padding: 3px 10px;
  }
  .marquee marquee{
    font-size: 15px;
  }
  .adv {
    position: absolute;
    /* margin-top: 300px; */
    left: 0;
    top: 60px;
    display: flex;
    align-items: center;
    /* width: 100px; */
    height: 100px;
    /* background: red; */
    /* position: relative; */
    transition: 1s ease-in-out all;
    animation: mymove 5s infinite;
  }
  .adv img{
    width: 70px;
    height: 20px;
  }
}
@media(max-width: 500px){
  p{
    font-size: 15px;
  }
 .head_m .search-box{
    margin-top: 20px;
    width: 300px;
    /* border: 2px solid red; */
    position: relative;
  }
 .head_m .logo{
    width: 70px;
    /* height: 50px; */
    margin-left: 0px;
  }
 .head_m .logo img{
    width: 50px;
    height: 22px;
    margin-top: -5px;
    margin-left: 4px;
  }
  .pf-item .inp-div img{
    display: none;
  }
  .logo .logout{
    border-radius: 5px;
    font-size: 15px;
    /* padding: 5px; */
    /* background: rgb(187, 4, 4); */
    box-shadow: 0 1px 2px rgba(10, 35, 46, 0.95);
    /* border: 2px solid red; */
  
  }
  .pf-head .div-img img{
    /* border: 1px solid red; */
    background-color: var(--secondary-clr);
    border-radius: 30px;
  }
  .pf-head div img{
    padding: 5px;
    display: block;
    width: 100px;
    margin-bottom: -50px;
    height: 100px;
    border-radius: 10px;
  }
  .pf-item .pf-head p{
    font-size: 20px;
    color: var(--text-clr);
    margin-bottom: 15px;
  }
  .pf-item .inp-div{
    display: flex;
    padding: 10px;
    justify-content: space-between;
    /* border: 1px solid red; */
    margin-left: 0px;

  }
  .pf-item .inp-div:nth-child(2){
    /* width: 100%; */
    margin-left: 0px;
    font-size: 15px;
    margin-top: 50px;
    /* border: 1px solid rgb(255, 30, 0); */
  }
  /* .pf-item .pf-head{
    height: 150px;
  } */
 
h3{
  font-size: 20px;
}
.head1{
  width: 70%;
}
.head1 h1{
  font-size: 25px;
  text-shadow: 2px 2px 2px #050d4d;
}

.head_m .logo p{
  /* border: 2px solid red; */
  margin-left: 5px;
}
.about-cont{
  display: none;
  width: 90vw;
  /* border: 1px solid rgb(255, 238, 0); */

}

}
