 * {
   box-sizing: border-box;
 }

 .dash-deliver-btn-bgcolor {
   background-color: #465def !important;
 }

 .dash-new-full-main-cont {
   width: 100%;
   height: 96vh;
   font-family: 'Poppins', sans-serif;
   overflow: none;
   background-color: white;
   display: flex;
   flex-direction: column;
   align-items: center;
 }

 .dash-top-bg-image-cont {
   width: 100%;
   height: 40vh;
   background-image: url("https://res.cloudinary.com/dns3bxdp9/image/upload/v1634015411/cropped_rcfksu.jpg");
   background-size: cover;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: center;
 }

 .dash-user-icon-cont {
   text-align: center;
   position: absolute;
   z-index: 90;
   top: 3vh;
   right: 100px;
 }

 .dash-user-logo-btn {
   height: 35px;
   width: 35px;
   border-width: 0px;
   background-color: transparent;
   outline: none !important;
   box-sizing: content-box;
   /* float: left;
    margin-top: 5px;
    color: white; */
 }

 .dash-user-name {
   text-transform: capitalize;
   color: white;
   font-size: 15px;
 }

 .dash-cineplo-image {
   width: 150px;
   height: 40px;
   margin-top: 6vh;
 }

 .dash-bottom-content-main-cont {
   width: 90%;
   height: 77vh;
   position: absolute;
   z-index: 90;
   top: 20vh;
   right: 5%;
   left: 5%;
   background-color: white;
   border: 1px solid #D7D7D8;
   /* border-top-right-radius: 10px;
    border-top-left-radius: 10px; */
   border-radius: 10px;
 }

 /* .dash-main-container {
    width: 94%;
    background-color: #252628;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 30px;
    height: 80vh;
    overflow: none;
} */
 .dash-header-cont {
   width: 100%;
   background-color: #F0F5F9;
   height: 8vh;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   border-top-right-radius: 10px;
   border-top-left-radius: 10px;
 }

 .dash-header-inner-cont {
   height: 40px;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
 }

 .dash-date-small-cont {
   width: 100px;
   height: 40px;
 }

 .dash-date-icon {
   height: 40px;
 }

 .dash-header-items-cont {
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
 }

 .dash-items-content {
   color: #4D565F;
   font-size: 14px;
   font-weight: 300;
   margin: 0px;
   margin-right: 15px;
 }

 .dash-items-count {
   width: 32px;
   height: 30px;
   border-radius: 4px;
   border-width: 0px;
   background-color: blue;
   text-align: center;
   font-size: 16px;
   font-weight: bold;
   color: white;
   margin: 0px;
   padding: 5px;
 }

 .dash-logo-cont {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: center;
 }

 .dash-non-header-cont {
   width: 100%;
   display: flex;
   flex-direction: row;
   justify-content: center;
 }

 .dash-date-refresh-cont {
   width: 100%;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
   margin-top: 25px;
 }

 .dash-date-phone-main-cont {
   min-width: 29%;
   max-width: 50%;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
 }
 .dash-each-input-cont {
  width: 205px;
  height: 40px;
  padding: 10px;
  border: 1px solid #D9DAE6;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-right: 20px;
  /* margin-top: 15px; */
}

 .dash-phone-input-cont {
   width: 150px;
   height: 40px;
   padding: 5px;
   border: 1px solid #D9DAE6;
   border-radius: 6px;
   display: flex;
   flex-direction: row;
   justify-content: space-around;
   align-items: center;
   /* margin-top: 15px; */
 }

 .dash-phone-input {
   width: 70%;
   border: none;
   outline: none;
   padding: 0px;
 }

 .dash-search-icon-cont {
   width: 20%;
   text-align: right;
 }

 .dash-refresh-btn {
   width: 50px;
   height: 40px;
   background-color: white;
   border-radius: 4px;
   border: 1px solid #D7D7D8;
   outline: none !important;
 }

 .dash-date-cont {
   width: 150px;
   height: 40px;
   background-color: #FFFFFF;
   border-radius: 6px;
   border: 1px solid #D9DAE6;
   padding: 5px;
   margin-right: 20px;
   /* margin-top: 25px; */
 }

 .dash-date-inner-cont {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
 }

 /* .dash-date-cont {
    width: 200px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #D9DAE6;
    padding: 5px;
  } */
 /* .dash-today-btn {
    background-color: transparent;
    border-width: 0px;
    color: #2B2E4B;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
} */
 .dash-today-btn {
   width: 120px;
   background-color: transparent;
   border-width: 0px;
   color: #2B2E4B;
   font-size: 16px;
   font-weight: 500;
   cursor: pointer;
   padding: 0px;
   padding-top: 3px;
   outline: none !important;
 }

 .dash-order-cont {
   width: 100%;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
   margin-top: 35px;
 }

 .dash-user-pop-cont {
   width: 200px;
   background-color: white;
   border-radius: 5px;
   border: 1px solid #D9DAE6;
   position: absolute;
   z-index: 90;
   top: 80px;
   right: 50px;
 }

 .dash-user-pop-items {
   color: #2f3538;
   font-size: 14px;
   font-family: 'Poppins', sans-serif;
   font-weight: 400;
   padding: 10px;
   cursor: pointer;
   margin: 0px;
   outline: none;
 }

 .dash-user-pop-items:hover {
   color: #2f3538;
   font-size: 14px;
   font-family: 'Poppins', sans-serif;
   font-weight: 400;
   padding: 10px;
   cursor: pointer;
   background-color: #f0f4f7;
   margin: 0px;
   outline: none;
 }

 .dash-error-pop-item {
   width: 100%;
   border-width: 0px;
   color: red;
   font-size: 14px;
   font-family: 'Poppins', sans-serif;
   font-weight: 400;
   padding: 10px;
   cursor: pointer;
   background-color: white;
   text-align: left;
   margin: 0px;
   outline: none !important;
 }

 .dash-error-pop-item:hover {
   border-width: 0px;
   color: red;
   text-align: left;
   width: 100%;
   font-size: 14px;
   font-family: 'Poppins', sans-serif;
   font-weight: 400;
   padding: 10px;
   cursor: pointer;
   background-color: #f0f4f7;
   margin: 0px;
   outline: none !important;
 }

 .dash-category-main-cont {
   width: 23.5%;
   height: 52vh;
   overflow-y: auto;
   padding-right: 5px;
 }

 .dash-category-main-cont::-webkit-scrollbar {
   width: 4px;
   position: fixed;
 }

 /* Track */
 .dash-category-main-cont::-webkit-scrollbar-track {
   box-shadow: inset 0 0 5px grey;
   border-radius: 5px;
   margin-bottom: 5px;
 }

 /* Handle */
 .dash-category-main-cont::-webkit-scrollbar-thumb {
   background: #9C9C9C;
   border-radius: 5px;
 }

 .dash-new-order-cont {
   /* display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center; */
   /* margin-bottom: 20px;
    margin-top: 8px; */
   /* position: absolute;
   z-index: 90;
   top: 41vh; */
   /* right: 80%; */
   /* left: 14%; */
  position: absolute;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bouncecountbutton;
  z-index: 90;
  bottom: 57.4%;
  left: 14.5%;
}
.dash-movie-logo {
  width: 14px;
  margin-right: 2px;
}
.dash-movie-name {
  max-width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "POPPINS" !important;
  font-size: 12px !important;
}
.dash-margin-bot-4 {
  margin-bottom: 4px;
}
.dash-margin-bot-10 {
  margin-bottom: 10px;
}
 .dash-new-order-btn {
   width: 128px;
   height: 32px;
   color: #fff;
   background-color: #004182;
   font-size: 13px;
   border-width: 0px;
   border-radius: 20px;
   text-align: center;
   outline: none !important;
 }

 .dash-no-orders-heading {
   color: black;
   font-size: 16px;
   font-weight: 500;
   text-align: center;
   margin-top: 20vh;
   padding: 20px;
 }

 .dash-each-card {
   min-height: 280px;
   background-color: white;
   border-radius: 10px;
   /* padding: 2px; */
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border: 1px solid #D9DAE6;
 }

 .dash-each-card-top-cont {
   width: 100%;
   padding: 12px;
   padding-top: 0px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
 }

 .dash-each-card-top-cont-success {
   background-color: #00DC67;
 }

 .dash-each-card-top-cont-rejected {
   background-color: #FF4040;
 }

 .dash-each-card-top-cont-preparing {
   background-color: #FFC53D;
 }

 .dash-each-card-top-cont-delivered {
   background-color: #B1B1B1;
 }

 .dash-order-status-cont {
   text-align: center;
 }

 .dash-order-status-heading {
   font-weight: 500;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
   /* border-radius: 4px 4px 0px 0px;
      margin: 0px;
      width: 74px;
      height: 16px; */
   padding-left: 12px;
   padding-right: 12px;
   padding-bottom: 6px;
   padding-top: 6px;
   background-color: #FFFFFF;
   color: #24272D;
   font-size: 12px;
   font-family: "POPPINS";
   text-align: center;
 }

 .icons-style {
   filter: brightness(0) invert(1);
 }

 .dash-top-content {
   color: white;
   font-size: 10px;
   font-family: "POPPINS";
   margin: 0px;
   font-weight: 500;
 }
 .dash-f-s-14 {
   font-size: 14px;
 }

 .each-order-cont {
   margin: 10px 0 0px;
   padding-left: 7px;
   padding-right: 7px;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-self: center;
 }

 .dash-para-content {
   color: white;
   font-size: 10px;
   font-family: "POPPINS";
   margin: 0px;
   font-weight: 400;
 }

 .dash-each-card-bottom-cont {
   padding: 10px;
   background-color: white;
   border-bottom-left-radius: 16px;
   border-bottom-right-radius: 16px;
   border-top: none;
 }

 .dash-order-items {
   color: #24272D;
   font-size: 12px;
   font-weight: 400;
   width: 45%;
 }

 .dash-quantity-items {
   color: #000000;
   font-size: 12px;
   font-weight: 900;
   width: 10%;
   text-align: center;
 }

 .dash-each-item-cost {
   color: #24272D;
   font-size: 12px;
   font-weight: 500;
   width: 45%;
   text-align: right;
 }

 .dash-hr-line {
   margin: 0px;
   border: 1px solid #D9DAE6;
   margin-top: 10px;
 }
 .dash-instruction-heading {
  color: #000000;
  font-size: 12px;
  font-weight: 900;
  width: 100%;
  margin: 0px;
}
.dash-readmore {
  color: blue;
  cursor: pointer;
  border-width: 0px;
}
 .dash-instruction {
  color: #24272D;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
}
 .dash-btn {
   width: 90px;
   height: 30px;
   border-width: 0px;
   border-radius: 5px;
   color: white;
   text-align: center;
   margin: 7px;
   outline: none !important;
 }

 .dash-reject-btn {
   background-color: #FF4040;
 }

 .dash-accept-btn {
   background-color: #02b556;
 }

 .dash-deliver-btn {
   background-color: #02b556;
 }

 .dash-error-image-cont {
   width: 100%;
   height: 50vh;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
 }

 .dash-error-image {
   width: 40%;
   /* height: 400px; */
   /* margin-top: 6vh; */
 }

 .dash-user-main-icon-cinema-cont {
   width: 200px;
   height: 65px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   /* align-items: center; */
   position: absolute;
   z-index: 90;
   top: 3vh;
   right: 50px;
   font-family: 'Poppins', sans-serif;
 }

 .dash-user-main-icon-cont {
   width: 200px;
   height: 40px;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
 }

 .dash-user-short-name-cont {
   background: #7487FF;
   border-radius: 6px;
   height: 40px;
   width: 50px;
   /* margin-top: 5px; */
   text-align: center;
   padding: 5px;
 }

 .dash-user-short-name {
   text-transform: capitalize;
   color: white;
   font-weight: 5 00;
   font-size: 26px;
   margin: 0px;
 }

 .dash-user-cinema-name {
   color: white;
   font-weight: 400;
   font-size: 16px;
   margin: 0px;
   margin-top: 8px;
   font-family: 'Poppins', sans-serif !important;
 }

 .dash-user-name-mail-cont {
   height: 40px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   margin-right: 12px;
   margin-left: 12px;
   /* align-items: center; */
 }

 .dash-user-name {
   color: white;
   font-size: 13px;
   font-weight: 500;
   margin: 0px;
   max-width: 120px;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
 }

 .dash-user-email {
   color: white;
   font-size: 13px;
   margin: 0px;
   max-width: 120px;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow-x: hidden;
 }

 .dash-spinner-main-cont {
   margin-top: 25vh;
 }

 .dash-spin-border {
   width: 6rem;
   height: 6rem;
 }

 .phone-icon {
   width: 16px;
 }

/* Animation MGS */

@keyframes bouncecountbutton {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0px);
  }

}
