@import url(https://fonts.googleapis.com/css2?family=Tajawal:wght@500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@500;700&display=swap);
*,
:focus {
  direction: rtl;
  outline: 0 !important;
}
::-moz-selection {
  background-color: #d23a3a !important;
  color: #fff !important;
}
::selection {
  background-color: #d23a3a !important;
  color: #fff !important;
}
body {
  position: relative;
  font-family: Tajawal, sans-serif;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  font-weight: 500;
}
li,
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:focus,
a:hover {
  cursor: pointer;
  text-decoration: none;
}
.line_a {
  text-decoration: underline;
}
.pure_button {
  font-size: 12px;
  border: 0;
  background-color: transparent;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page_content {
  position: relative;
  width: 100%;
  z-index: 98;
}
.section_color {
  background-color: #fafafa;
}
.section_shaps {
  position: relative;
  background: url(../images/shaps.png) center repeat;
}
.section_shaps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.94);
}
.section_shaps.colored::before {
  background-color: rgba(210, 58, 58, 0.98);
}
.min_100vh {
  min-height: 100vh;
}
.h-15 {
  height: 15px;
}
.h-30 {
  height: 30px;
}
.ltr_dir {
  letter-spacing: 1px;
  display: block;
  direction: ltr;
}
.p-15 {
  padding: 15px !important;
}
.p-15 .act_form {
  top: 13px;
}
.preloader {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}
.load_cont {
  position: relative;
  width: 290px;
}
.load_cont span {
  height: 19px;
  width: 5px;
  border-radius: 25px;
  background-color: #d23a3a;
  position: absolute;
  bottom: 30px;
  right: 45px;
  animation-direction: reverse;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  z-index: -1;
}
::-webkit-scrollbar {
  background-color: #fff;
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #3a3a3a;
  border-radius: 25px;
}
::-webkit-scrollbar {
  background-color: #fff;
  width: 1px;
  height: 10px;
  border-radius: 50px;
}
.red_bc {
  background-color: rgba(210, 58, 58, 0.8) !important;
}
.second_bc {
  background-color: rgba(58, 58, 58, 0.8) !important;
}
.green_bc {
  background-color: rgba(0, 150, 136, 0.8) !important;
}
.yellow_bc {
  background-color: rgba(255, 143, 22, 0.8) !important;
}
.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  line-height: 38px;
  height: 40px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  padding: 0 15px;
  background-color: #d23a3a;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-clip-path: circle(0 at 100% 50%);
  clip-path: circle(0 at 100% 50%);
  background-color: #3a3a3a;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.link i {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
}
.link span {
  position: relative;
  z-index: 999;
  line-height: 38px;
  height: 100%;
  width: 100%;
  display: block;
}
.link:hover {
  color: #fff;
}
.link:hover::before {
  -webkit-clip-path: circle(140% at 100% 50%);
  clip-path: circle(140% at 100% 50%);
}
.icon_link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  padding: 0;
  background-color: #3a3a3a;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0.9;
}
.icon_link i {
  line-height: 40px;
}
.icon_link:hover {
  color: #fff;
  opacity: 1;
}
.table-responsive ::-webkit-scrollbar-track {
  background-color: #fff;
  height: 3px;
  width: 1px;
}
.table-responsive ::-webkit-scrollbar-thumb {
  background-color: #3a3a3a;
  width: 1px;
  height: 3px;
}
.form-group {
  position: relative;
  margin: 15px 0;
  text-align: start;
}
@media all and (max-width: 575.98px) {
  .form-group {
    margin: 15px 0;
  }
}
label {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: start;
  color: #3a3a3a;
}
.new_address_wrap .remove_btn,
label .remove_btn {
  float: left;
  background-color: #d23a3a;
  border: 0;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0;
}
.new_address_wrap .row,
.phone_wrap .form-group {
  position: relative;
  background-color: #f9f9f9;
  margin: 15px auto;
}
.phone_wrap .form-group {
  padding: 15px;
}
.new_address_wrap .remove_btn {
  float: none;
  margin: auto;
  position: absolute;
  left: -5px;
  top: -5px;
}
label small {
  font-size: 90%;
  float: left;
}
@media all and (max-width: 767.98px) {
  label {
    font-size: 13px;
    text-align: right;
  }
}
.form-control {
  text-align: start;
  width: 100%;
  color: #3a3a3a;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin: 0;
  padding: 0 15px;
  line-height: 45px;
  height: 45px;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.form-control.min-inpt {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  padding: 0;
  text-align: center;
  margin: 5px;
}
.form-control:hover {
  outline: 0;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  outline: 0;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media all and (max-width: 767.98px) {
  .form-control {
    font-size: 13px;
  }
}
textarea.form-control {
  line-height: 22px;
  resize: none;
  min-height: 120px;
  padding: 15px;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #fafafa;
  opacity: 1;
  border: 0 !important;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  margin: 0;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #c1c6c8;
  line-height: 20px;
  font-size: 10px;
  z-index: 99;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
input[type="radio"] + label::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  content: "\f00c";
  color: #d23a3a;
  background-color: #fff;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.input-container {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  padding: 0 15px 0 0;
  height: 45px;
  line-height: 45px;
  background-color: transparent;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.input-container input[type="file"] {
  display: none;
}
.input-container .link {
  margin: 0 !important;
  float: left;
  height: 100%;
  font-size: 12px;
  padding: 0 10px;
  line-height: 45px;
}
.input-container .link span {
  line-height: 45px;
}
.upload_file {
  position: relative;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  overflow: hidden;
  margin: 40px auto 15px;
}
.upload_file > span {
  position: absolute;
  right: 0;
  background-color: #ffa545;
  width: 94px;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  border-radius: 2px;
  height: 50px;
}
.modal-body .upload_file .link {
  margin: 0;
  position: absolute;
  left: 0;
  height: 100%;
}
.modal-body .upload_file .link span {
  line-height: 50px;
}
.upload_file input {
  cursor: pointer;
  line-height: 45px;
  height: 50px;
}
.check_item {
  margin: 15px auto;
}
.check_block {
  display: inline-block;
  min-width: 155px;
}
.check_block img {
  width: 32px;
  display: inline-block;
  margin: 0 0 0 10px;
}
.check_block input[type="checkbox"] + label,
.check_block input[type="radio"] + label {
  padding: 10px 20px;
}
.check_block input[type="checkbox"] + label::before,
.check_block input[type="radio"] + label::before {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.check_block input[type="checkbox"]:checked + label,
.check_block input[type="radio"]:checked + label {
  color: #3a3a3a;
}
.check_block input[type="checkbox"]:checked + label::before,
.check_block input[type="radio"]:checked + label::before {
  content: "";
  background-color: rgba(0, 150, 136, 0.5);
  border: 0;
}
.check_block span {
  position: relative;
  z-index: 998;
  display: block;
  text-align: center;
}
.flex_justfy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 991.98px) {
  .flex_justfy .check_block {
    min-width: 140px;
  }
  .flex_justfy .check_block img {
    display: block;
    margin: auto auto 10px;
  }
}
@media all and (max-width: 767.98px) {
  .flex_justfy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_justfy .check_block {
    min-width: 47%;
    margin: 5px;
  }
  .flex_justfy .check_block img {
    display: inline-block;
    margin: 0 0 0 10px;
  }
}
@media all and (max-width: 575.98px) {
  .flex_justfy .check_block {
    min-width: 45%;
  }
  .flex_justfy .check_block input[type="checkbox"] + label,
  .flex_justfy .check_block input[type="radio"] + label {
    padding: 10px 5px;
    font-size: 14px;
  }
  .flex_justfy .check_block img {
    display: block;
    margin: auto auto 10px;
  }
}
.flex_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 15px -15px;
}
.flex_inline label {
  margin: 10px 0 10px 10px;
}
.flex_inline .form-control {
  max-width: 420px;
}
.flex_inline .link {
  height: 40px;
  line-height: 42px;
  min-width: 110px !important;
  margin: 15px 0 0 !important;
}
.flex_inline .link span {
  line-height: 42px;
}
@media all and (max-width: 575.98px) {
  .flex_inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex_inline label {
    width: 100%;
    margin-bottom: 10px;
  }
  .flex_inline .form-control,
  .flex_inline .link,
  .flex_inline .select2-container {
    margin: 10px auto !important;
  }
}
.password_input button {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 40px;
  border: 0;
  background-color: transparent;
  color: #c1c1c1;
}
.timer {
  font-size: 18px;
  color: #d23a3a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.timer div {
  display: inline-block;
  width: 15px;
  direction: ltr;
}
.jst-clearDiv,
.jst-hours {
  display: none !important;
}
.main_head {
  font-size: 26px;
  margin: 0 0 20px;
  line-height: 40px;
  font-weight: 700;
  color: #d23a3a;
}
.small_main_head {
  font-size: 17px;
  margin: 10px 0;
  line-height: 25px;
  font-weight: 700;
  color: #d23a3a;
}
.small_main_head p {
  display: inline-block;
  margin-right: 5px;
  font-weight: 400;
  font-size: 16px;
  vertical-align: middle;
  line-height: 35px;
  margin: 0 5px 0 0;
}
.sub_head {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.text {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 20px;
}
.text .red {
  color: #d23a3a;
}
@media all and (max-width: 575.98px) {
  .main_head {
    font-size: 24px;
    margin: 0 0 10px;
    line-height: 30px;
  }
  .small_main_head {
    font-size: 18px;
    margin: 5px 0;
    line-height: 20px;
  }
  .sub_head {
    font-size: 14px;
    line-height: 20px;
  }
  .text {
    font-size: 13px;
  }
}
.thanks {
  text-align: center;
}
.thanks .main_head {
  color: #3a3a3a;
  margin: 25px auto;
  font-size: 18px;
}
@media all and (max-width: 575.98px) {
  .thanks .main_head {
    font-size: 14px;
    line-height: 25px;
  }
}
.login {
  text-align: center;
  min-height: 100vh;
}
.login .container-fluid,
.login .row,
.login .side,
.login .side_form {
  height: 100vh;
}
.login .side {
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login .side img {
  margin: auto;
  width: 100%;
  max-width: 360px;
}
.login .side_form {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(210, 58, 58, 0.9);
}
.login .steps_title {
  font-size: 22px;
  text-align: center;
  background-color: #fff;
  max-width: 480px;
  margin: auto auto 30px;
}
.login .steps_title span {
  width: 70px;
  height: 70px;
  line-height: 60px;
  text-align: center;
  background-color: #d23a3a;
  border: 5px solid #fff;
  color: #fff;
  font-size: 22px;
  display: block;
  margin: auto;
  margin-bottom: -40px;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.login form {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 480px;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.login form .form-group .form-control {
  padding: 0 40px 0 15px;
  height: 60px;
  line-height: 60px;
}
.login form .form-group i {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 60px;
  height: 60px;
  width: 40px;
  border: 0;
  background-color: transparent;
  color: #3a3a3a;
  text-align: center;
  opacity: 0.5;
}
.login form .login_link {
  display: inline-block;
  text-align: right;
  color: #3a3a3a;
  margin-bottom: 15px;
}
.login form .link {
  margin: 15px auto 25px;
}
@media all and (min-width: 768px) {
  .login .container-fluid > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media all and (max-width: 991.98px) {
  .login form {
    max-width: 420px;
  }
}
@media all and (max-width: 767.98px) {
  .login .container-fluid,
  .login .row,
  .login .side,
  .login .side_form {
    height: auto;
  }
  .login .side {
    display: block;
    padding: 50px 0;
  }
  .login .side_form {
    display: block;
    padding: 70px 0 30px;
  }
}
@media all and (max-width: 767.98px) {
  .login .side img {
    width: 290px;
  }
  .login form {
    padding: 15px;
    max-width: 92%;
  }
}
.step_head {
  position: relative;
  background: url(../images/shaps.png) center repeat;
  padding: 30px 0 100px;
  text-align: center;
  overflow: hidden;
}
.step_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.94);
}
.step_head img {
  position: relative;
  margin: 15px auto 30px;
  max-width: 320px;
}
@media all and (max-width: 575.98px) {
  .step_head {
    padding: 15px 0 70px;
  }
  .step_head img {
    max-width: 270px;
  }
}
.step_nav {
  position: relative;
  margin: 30px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.step_nav.flex_start {
  align-items: flex-start;
}
.step_nav::before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 87%;
  height: 3px;
  background-color: #eee;
  border-radius: 3px;
  z-index: 1;
}
@media all and (min-width: 1460px) {
  .step_nav::before {
    width: 88% !important;
  }
}
.step_nav .nav-link {
  position: relative;
  margin-top: 35px;
  color: #3a3a3a;
  font-size: 16px;
  text-align: center;
}
.step_nav .nav-link span {
  direction: ltr;
  display: block;
}
.step_nav .nav-link::before {
  content: " ";
  position: absolute;
  display: block;
  top: -39px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 30px;
  border: none;
  background-color: #e7e7e7;
  color: #d23a3a;
  text-decoration: none;
  z-index: 98;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.step_nav .nav-link::after {
  content: " ";
  position: absolute;
  display: block;
  top: -31px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 14px;
  height: 14px;
  z-index: 99;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.step_nav .nav-link.active {
  color: #d23a3a;
  cursor: pointer;
}
.step_nav .nav-link.active::after {
  background-color: #d23a3a;
}
.step_nav .nav-link.done {
  color: #009688;
  cursor: pointer;
}
.step_nav .nav-link.done::after {
  background-color: #009688;
}
@media all and (max-width: 767.98px) {
  .step_nav::before {
    width: 80%;
  }
}
@media all and (max-width: 575.98px) {
  .step_nav::before {
    width: 80%;
  }
  .step_nav .nav-link {
    font-size: 14px;
    padding: 0;
  }
}
.register_steps {
  text-align: right;
  margin: -70px auto 25px;
  background-color: #fff;
  padding: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
@media all and (max-width: 575.98px) {
  .register_steps {
    padding: 15px;
  }
}
.register_steps .steps_title {
  font-size: 22px;
  margin: -70px auto 25px;
  text-align: center;
}
.register_steps .steps_title span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #d23a3a;
  color: #fff;
  font-size: 26px;
  display: block;
  margin: 10px auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.register_steps .main_head {
  font-size: 20px;
  margin-bottom: 15px;
}
.register_steps .small_main_head {
  font-size: 18px;
  margin: 15px 0;
}
.register_steps .main_head span,
.register_steps .small_main_head span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #009688;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.register_steps .sub_head {
  margin: 25px 0 0;
}
.register_steps .link {
  min-width: 115px;
  margin: 10px 0 0;
}
.register_steps .link.beside {
  margin-top: 30px;
  height: 45px;
  line-height: 45px;
  width: 100%;
}
.register_steps .link.beside span {
  line-height: 45px;
}
.register_steps .link.finish {
  background-color: #009688;
}
.register_steps .prev {
  background-color: #009688;
}
.register_steps .prev i {
  margin: 0 0 0 5px;
}
@media all and (max-width: 575.98px) {
  .register_steps .main_head {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .register_steps .small_main_head {
    font-size: 16px;
  }
}
.alert_hint {
  background-color: rgba(0, 150, 136, 0.09);
  padding: 15px;
  text-align: start;
  margin-bottom: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alert_hint .sub_head {
  margin: 0 0 10px;
}
.alert_hint h4 {
  font-size: 15px;
  margin: 15px auto;
}
.alert_hint .small_main_head {
  margin: 0;
}
@media all and (max-width: 575.98px) {
  .alert_hint {
    padding: 15px;
  }
}
.meals_wrap {
  display: none;
}
.select_all {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 20px;
  color: #3a3a3a;
}
.select_all .check_item {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.select_all .check_item label {
  width: 100%;
  height: 100%;
  padding: 0;
}
.select_all .check_item label::before {
  border-color: #ccc;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.meal_item {
  margin: 0 auto 15px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.meal_item .cover {
  overflow: hidden;
  position: relative;
}
.meal_item .cover .details {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(210, 58, 58, 0.85);
  color: #fff;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 25px;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.meal_item img {
  width: 100%;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.meal_item img.back {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.meal_item .cont .check_item {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.meal_item .cont .check_item label {
  width: 100%;
  height: 100%;
  padding: 0;
}
.meal_item .cont .check_item label::before {
  border-color: #ccc;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.meal_item .cont .check_item input[type="checkbox"]:checked + label::before,
.meal_item .cont .check_item input[type="radio"]:checked + label::before {
  background-color: #009688;
  color: #fff;
  border: 0;
}
.meal_item .cont h3 {
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
  color: #3a3a3a;
}
.meal_item .cont .details {
  font-size: 13px;
  margin: 0 0 5px;
}
.meal_item .cont p {
  font-size: 14px;
  margin: 0 0 5px;
  color: #3a3a3a;
}
.meal_item .cont p:last-child {
  color: #d23a3a;
}
.meal_item:hover img.front {
  opacity: 0;
}
.meal_item:hover img.back {
  opacity: 1;
}
.meal_item:hover .details {
  opacity: 1;
}
.gallery {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.gallery a {
  display: block;
  position: absolute;
}
.gallery img {
  display: block;
}
.tags_list {
  margin: 10px 0;
}
.tags_list li {
  margin: 5px auto;
  background-color: #009688;
  color: #fff;
  padding: 0 15px 0 40px;
  line-height: 35px;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  text-align: right;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.tags_list li a {
  color: #fff;
  display: inline-block;
  margin-right: 3px;
}
.tags_list li button {
  border: 0;
  background-color: #fff;
  color: #d23a3a;
  font-size: 10px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  position: absolute;
  left: 5px;
  top: 7px;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.resturant_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  line-height: 25px;
  margin: 10px auto;
  font-size: 15px;
}
@media all and (max-width: 575.98px) {
  .resturant_info li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.resturant_info li span {
  color: #3a3a3a;
  padding: 0;
  min-width: 130px;
  font-size: 14px;
  font-weight: 700;
}
.resturant_info li span.wide {
  width: 210px;
}
.meal_package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.meal_package li {
  width: 100%;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 15px;
}
.meal_package li span {
  font-size: 16px;
  margin-left: 5px;
}
.resturant_logo {
  width: 290px;
}
.input-container {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  padding: 0 15px 0 0;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  font-size: 16px;
}
.input-container input[type="file"] {
  display: none;
}
.input-container .link {
  margin: 0;
  float: left;
  height: 100%;
  font-size: 12px;
  padding: 0 10px;
  background-color: #009688;
}
.meal_congs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fdfdfd;
  padding: 15px;
  border-radius: 5px;
  margin: 0 auto 25px;
}
.meal_congs .meal_item {
  width: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 0 15px;
}
.meal_congs .meal_cong {
  width: 50%;
  padding: 0;
  background-color: transparent;
  margin: 0;
}
.meal_congs .meal_cong .form-group {
  margin: 10px 0;
}
.meal_congs .meal_cong .form-control {
  height: 40px;
  line-height: 40px;
}
@media all and (max-width: 991.98px) {
  .meal_congs .meal_item {
    width: 30%;
  }
}
@media all and (max-width: 767.98px) {
  .meal_congs .meal_item {
    width: 50%;
  }
}
@media all and (max-width: 420px) {
  .meal_congs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
  }
  .meal_congs .meal_cong,
  .meal_congs .meal_item {
    width: 80%;
    margin: 0 auto;
  }
}
.package_item {
  margin: 0 auto 15px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.package_item .sub_head {
  font-size: 18px;
  margin: 15px 0;
}
.package_item .details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (max-width: 575.98px) {
  .package_item .details {
    padding: 15px;
  }
  .package_item .sub_head {
    margin: 0 0 10px;
    font-size: 14px;
  }
}
.offers {
  margin: 0 auto 15px;
}
.offers li {
  font-size: 18px;
  padding: 0;
  margin: 10px 0;
  line-height: 25px;
}
.offers li span {
  margin-right: 15px;
}
@media all and (max-width: 991.98px) {
  .offers li {
    font-size: 16px;
    line-height: 20px;
  }
}
.deliv {
  display: inline-block;
  margin: 15px auto;
  position: relative;
  font-size: 16px;
  margin: 15px 0 0 20px;
  line-height: 25px;
  color: #3a3a3a;
  text-align: center;
}
.deliv i {
  display: block;
  text-align: center;
  font-size: 22px;
  margin: 0 auto 15px;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 150, 136, 0.2);
  border: 5px solid rgba(0, 150, 136, 0.1);
  color: #3a3a3a;
  line-height: 65px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.deliv span {
  font-size: 13px;
  display: block;
  line-height: 25px;
  font-weight: 700;
  margin: 5px 0 0;
  color: #d23a3a;
}
@media all and (max-width: 575.98px) {
  .deliv {
    display: block;
    margin: 15px auto;
  }
}
.cogs {
  min-height: calc(100vh - 283px);
}
.status {
  padding: 0 10px;
  line-height: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  text-align: center;
  display: inline-block;
  min-width: 90px;
  font-size: 12px;
  color: #fff;
  margin: auto;
}
a.table_link {
  color: #009688;
  margin-left: 5px;
}
a.action_link {
  background-color: #ebebeb;
  color: #3a3a3a;
  padding: 10px 15px;
  border-radius: 3px;
  margin: 5px 0 0 5px;
  font-size: 13px;
}
a.action_link.green_bc {
  color: #fff;
}
a.icon,
button.icon {
  display: inline-block;
  border: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #ebebeb;
  color: #3a3a3a;
  font-size: 11px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
a.icon.green_bc {
  color: #fff;
}
button.icon {
  color: #fff;
}
tr .action_td {
  width: 135px;
  padding: 10px 0;
  text-align: center;
}
@media all and (max-width: 991.98px) {
  tr .action_td {
    min-width: 135px !important;
  }
}
.table_img {
  width: 100px !important;
  min-width: 100px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.table_img_small {
  width: 50px !important;
  min-width: 50px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.table .link {
  font-weight: 500;
  line-height: 31px;
  height: 30px;
}
.table .link span {
  line-height: 31px;
}
.table .link i {
  margin: 0 5px;
}
.dt-buttons {
  float: left;
  margin: 0 0 15px;
}
.dt-buttons button {
  margin: 2px !important;
  line-height: 40px;
  padding: 0 5px;
  border-radius: 3px !important;
  background-color: #b2dfdb !important;
  color: #585858;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 14px;
  width: 70px !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}
a.dt-button:hover,
a.dt-button:hover:not(.disabled) {
  background-color: #d23a3a !important;
  color: #fff !important;
  border: 0 !important;
}
.dt-buttons a span {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #3a3a3a;
  text-align: center;
}
.dt-buttons a span i {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #3a3a3a;
  text-align: center;
  font-size: 14px;
}
.dataTables_length {
  float: left;
  text-align: left;
  margin: 15px auto 0;
}
.dataTables_length select {
  background-color: #f2f8f8;
  border: 0;
  margin: 0 10px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px 0 10px;
  border-radius: 0;
  color: #3a3a3a;
}
.dataTable {
  margin: 0 0 15px;
  border: 1px solid #f8f8f8;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  text-align: start;
  line-height: 25px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ebebeb !important;
  min-width: 70px;
  vertical-align: middle;
}
@media all and (max-width: 991.98px) {
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    min-width: 110px;
  }
}
.table > thead > tr > th {
  font-size: 13px;
}
.table > thead > tr > th .table > thead > tr > th {
  border: 1px solid #dee2e6;
  font-size: 12px;
  color: #009688;
  text-align: start;
}
table.dataTable.no-footer {
  margin-bottom: 5px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  margin: 0 0 10px;
  color: #3a3a3a;
  line-height: 30px;
  font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
}
.page-item.active .page-link {
  background-color: #d23a3a;
  border-color: #d23a3a;
}
.page-link {
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.page-item.disabled .page-link {
  font-size: 12px;
}
.wide_col {
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
}
.small_cell {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  padding: 0 5px !important;
  text-align: start !important;
}
.wide_cell {
  width: 200px !important;
  min-width: 200px !important;
}
.w-90 {
  min-width: 90px !important;
}
.table_input {
  width: 100%;
  max-width: 120px;
}
.modal {
  z-index: 9999;
  padding: 0 !important;
}
.modal .modal-dialog {
  margin: auto;
  top: 50px;
  width: 96%;
  max-width: 576px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.modal .modal-dialog.wide_width {
  max-width: 768px;
}
.modal .modal-content {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.modal-backdrop.show {
  opacity: 0.85;
  z-index: 9998;
}
.modal-open {
  overflow: hidden !important;
  padding: 0 !important;
}
.thanks {
  padding: 25px 25px 0;
  text-align: center;
  font-weight: 700;
}
.thanks img {
  margin: 25px auto;
  max-width: 290px;
}
.thanks .link {
  margin: 45px auto 15px;
}
.modal_title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.modal-body {
  padding: 25px;
}
.modal-body .icon_link {
  position: absolute;
  left: -20px;
  top: -20px;
  background-color: #d23a3a;
}
@media all and (max-width: 767.98px) {
  .modal-body .icon_link {
    left: 5px;
  }
}
.modal-body .link {
  margin: 15px auto 0;
}
.modal-body .alert_hint {
  padding: 15px;
  margin-bottom: 15px;
}
.modal-body .alert_hint .sub_head {
  font-size: 14px;
  margin: 0 0 5px;
}
.modal-body .alert_hint .text {
  font-size: 12px;
}
.modal-body textarea.form-control:disabled,
.modal-body textarea.form-control[readonly] {
  font-size: 11px;
  line-height: 20px;
  min-height: 80px;
  padding: 10px;
}
.bill {
  border: 1px solid #d9d9d9;
  padding: 15px;
}
.bill .client_item li {
  margin: 5px 0 0;
  font-size: 13px;
}
.bill .bill_info h3 {
  font-size: 16px;
}
.bill .bill_info.head_info h4 {
  margin: 0;
  font-size: 14px;
}
.bill .bill_info.head_info img {
  position: absolute;
  width: 55px;
  right: 0;
  margin: 0;
  top: 0;
}
.bill .bill_total {
  text-align: start;
  padding: 0;
}
.bill .qr img {
  width: 90px;
}
.bill .qr h3 {
  font-weight: 600;
  font-size: 15px;
  margin: 10px auto;
}
.bill .qr h4 {
  font-size: 14px;
  display: inline-block;
  margin: 0 15px;
}
.bill .widget {
  padding: 0 15px;
  margin: 10px auto;
  border: 1px solid #d9d9d9;
}
.bill .table {
  border: 1px solid #d9d9d9;
}
.bill .table tr,
.bill .table tr th {
  border: 0 !important;
}
.bill .table tr th {
  font-size: 12px;
  padding: 5px 15px;
}
.bill .bill_total li {
  font-size: 14px;
}
.nav-tabs {
  border: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.nav-tabs li {
  min-width: 24%;
}
.nav-tabs li .nav-link {
  padding: 0;
  border: 5px solid transparent;
  display: block;
  margin: 15px auto;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.nav-tabs li .nav-link.active {
  border: 5px solid #d23a3a;
}
@media all and (max-width: 575.98px) {
  .nav-tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-tabs li {
    min-width: 48%;
  }
  .nav-tabs li .nav-link {
    margin: 5px auto;
  }
}
.dash-tabs {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.dash-tabs li {
  display: inline-block;
  min-width: auto;
}
.dash-tabs li .nav-link {
  margin: 10px 0 0 5px;
  text-align: center;
  padding: 0 20px;
  line-height: 40px;
  border: 0;
  text-transform: uppercase;
  color: #3a3a3a;
  -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgb(0 0 0 / 15%);
  -o-box-shadow: 0 0.2rem 0.5rem 0 rgb(0 0 0 / 15%);
  box-shadow: 0 0.2rem 0.5rem 0 rgb(0 0 0 / 15%);
  font-size: 14px;
}
.dash-tabs li .nav-link.active {
  border: 0;
  color: #fff;
  background-color: #d23a3a;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.05);
}
.dash-tabs .widget_link {
  right: 0;
  left: auto;
  top: 0;
  font-size: 13px;
  height: 45px;
}
.dash-tabs .widget_link span {
  line-height: 45px;
}
@media all and (max-width: 767.98px) {
  .dash-tabs {
    text-align: end;
  }
}
@media all and (max-width: 575.98px) {
  .dash-tabs {
    text-align: start;
  }
  .dash-tabs.centered .widget_link {
    right: 0;
    left: auto;
    top: auto;
    position: relative;
    margin: 10px 0;
    display: block;
    width: 140px;
  }
}
@media all and (max-width: 420px) {
  .dash-tabs li {
    display: block;
    margin: 10px auto;
  }
  .dash-tabs .widget_link {
    width: 100%;
  }
}
.category_item {
  position: relative;
  width: 100%;
  min-height: 340px;
  overflow: hidden;
  display: block;
}
.category_item h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(30%, rgba(58, 58, 58, 0.7)),
    color-stop(60%, transparent)
  );
  background-image: linear-gradient(
    0deg,
    rgba(58, 58, 58, 0.7) 30%,
    transparent 60%
  );
  padding: 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.category_item img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: bottom;
  object-position: bottom;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.category_item img.back {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.category_item:hover img.front {
  opacity: 0;
}
.category_item:hover img.back {
  opacity: 1;
}
@media all and (max-width: 991.98px) {
  .category_item {
    min-height: 200px;
  }
  .category_item h3 {
    font-size: 16px;
    padding: 0 10px 20px;
  }
}
@media all and (max-width: 767.98px) {
  .category_item {
    min-height: 130px;
  }
  .category_item h3 {
    font-size: 13px;
    padding: 0 5px 15px;
  }
}
aside {
  position: fixed;
  right: 0;
  top: 0;
  width: 270px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  z-index: 9996;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.03);
}
aside .logo {
  display: block;
  position: relative;
  z-index: 99;
  width: 100%;
  padding: 25px;
}
aside .toggle-btn {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 35px;
  width: 35px;
  padding: 0;
  line-height: 35px;
  font-size: 12px;
  border: 0;
  color: #fff;
  font-weight: 500;
  background-color: #d23a3a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
aside .toggle-btn i {
  height: 35px;
  line-height: 35px;
}
aside ul {
  padding: 0 20px;
}
aside ul li a {
  display: block;
  position: relative;
  color: #3a3a3a;
  padding: 15px;
  line-height: 20px;
  margin: 10px 0;
  font-size: 13px;
  font-weight: 700;
  text-align: start;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
aside ul li a:hover {
  color: #009688;
}
aside ul li a i {
  margin-left: 5px;
}
aside ul li a span {
  background-color: #009688;
  position: absolute;
  left: 15px;
  width: 25px;
  height: 20px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 500;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
aside ul li.active a {
  background-color: rgba(0, 150, 136, 0.3);
}
header {
  position: fixed;
  right: 270px;
  top: 0;
  height: 80px;
  width: calc(100% - 270px);
  background-color: #fff;
  z-index: 999;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05);
}
header .side {
  opacity: 0;
  visibility: hidden;
}
header .side .toggle-btn {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  padding: 0;
  line-height: 40px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  border: 0;
  color: #3a3a3a;
  font-weight: 500;
  background-color: rgba(64, 64, 64, 0.1);
  margin: 0 0 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
header .side img {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
}
header .top-header-links li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
header .top-header-links li button {
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  border: 0;
  color: #3a3a3a;
  font-weight: 500;
  background-color: rgba(58, 58, 58, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
header .top-header-links li button img {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-left: 5px;
  padding: 5px;
  vertical-align: middle;
  background-color: rgba(58, 58, 58, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
header .top-header-links li button .count {
  position: absolute;
  top: -5px;
  left: -5px;
  margin: auto;
  color: #fff;
  background-color: #009688;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  z-index: 999;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
header .top-header-links li button i {
  font-size: 20px;
  line-height: 50px;
}
header .top-header-links li button.profile_btn {
  width: auto;
  background-color: transparent;
  font-weight: 700;
  font-size: 15px;
}
header .dropdown-menu {
  display: block !important;
  border: 0;
  background-color: #fff;
  border-top: 0;
  width: 260px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  right: auto;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: 150%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
header .dropdown-menu.profile-menu {
  width: 140px;
  left: 0;
}
header .dropdown-menu.profile-menu ul {
  text-align: start;
}
header .dropdown-menu.profile-menu ul li a:hover {
  color: #d23a3a;
}
header .dropdown-menu::before {
  content: " ";
  position: absolute;
  border: 7px solid transparent;
  border-bottom-color: #fff;
  left: 10px;
  top: -14px;
  z-index: 99;
}
header .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
header .dropdown-menu ul li {
  display: block;
  float: none;
}
header .dropdown-menu ul li a {
  display: block;
  margin: 5px auto;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 500;
  font-size: 13px;
  background-color: #fff;
}
header .dropdown-menu ul li a i {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  margin: auto;
  text-align: center;
  color: #3a3a3a !important;
}
header .dropdown-menu .drop-footer {
  display: block;
  position: relative;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  width: 100%;
}
header .dropdown-menu .drop-footer a {
  display: block;
  position: relative;
  text-align: center;
  line-height: 50px;
  color: #d23a3a;
  font-weight: 700;
  font-size: 14px;
}
header .dropdown-toggle::after {
  display: none;
}
@media all and (max-width: 420px) {
  header .toggle-btn,
  header .top-header-links li button,
  header .top-header-links li button img {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  header .side img {
    width: 90px;
  }
  header .top-header-links li button span {
    display: none;
  }
}
.item-list {
  text-align: start;
  direction: rtl;
  padding: 10px;
  position: relative;
  display: block;
  color: #3a3a3a;
  font-size: 14px;
  background-color: #fff;
  color: #3a3a3a;
  line-height: 18px;
  border-bottom: 1px solid #efefef;
}
.item-list:hover {
  color: #3a3a3a;
  background-color: #efefef;
}
.item-list img {
  float: right;
  height: 40px;
  width: 40px;
  background-color: #f6f6f6;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.item-list .item-content {
  display: block;
  padding: 0 50px 0 0;
}
.item-list .item-content > span {
  display: block;
  color: #009688;
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0 0;
}
.item-list .item-content > span i {
  color: #009688;
}
.items_list .item-list {
  display: block;
  color: #3a3a3a;
  border: 1px solid #ececec;
  margin: 15px auto;
  padding: 15px;
  font-size: 16px;
  line-height: 20px;
}
.items_list .item-list img {
  height: 70px;
  width: 70px;
}
.items_list .item-list .item-content {
  padding: 0 90px 0 0;
  min-height: 70px;
}
.items_list .item-list .item-content > span {
  font-size: 14px;
  line-height: 20px;
}
.items_list .item-list .link,
.items_list .item-list .noty_act {
  margin: 5px;
  line-height: 37px;
  height: 35px;
  padding: 0 10px;
  font-weight: 500;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.items_list .item-list .noty_act {
  padding: 0;
  left: 0;
}
.items_list .item-list .noty_act .link {
  position: relative;
}
.items_list .item-list .link span {
  line-height: 37px;
}
@media all and (max-width: 575.98px) {
  .items_list .item-list .link,
  .items_list .item-list .noty_act {
    left: auto;
    margin: 5px 0;
    position: relative;
  }
}
.dashboard_content {
  z-index: 998;
  position: fixed;
  right: 270px;
  top: 80px;
  height: calc(100% - 80px);
  width: calc(100% - 270px);
  background-color: #f1f1f1;
  padding-top: 25px;
  overflow-y: auto;
}
.widget {
  margin: auto;
  position: relative;
  text-align: start;
  overflow: hidden;
  background-color: #fff;
  padding: 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 auto 25px;
}
.pagenav li {
  display: inline-block;
}
.pagenav li a {
  color: #3a3a3a;
}
.widget .step_nav {
  margin: 0 auto;
}
@media all and (max-width: 575.98px) {
  .widget .w-100 .link {
    margin: 10px auto 0;
  }
}
.md-col {
  max-width: 992px;
}
.widget_link {
  position: absolute;
  left: 10px;
  top: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  color: #fff !important;
  background-color: #009688;
  font-size: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.widget_link span {
  line-height: 40px;
}
.widget_link i {
  margin: 0 0 0 5px;
}
.widget_title {
  color: #d23a3a;
  font-size: 17px;
  margin: 0 0 15px;
  line-height: 30px;
  font-weight: 700;
  width: 100%;
  position: relative;
}
.widget_title > i {
  font-size: 12px;
  margin-left: 5px;
}
.widget_title small {
  display: block;
  color: #3a3a3a;
}
.widget_title .widget_link {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.widget_border .widget_title .widget_link {
  left: 15px;
}
.widget_title .btns_group {
  top: 0;
}
.title_border {
  border-bottom: 1px solid #e0e0e0;
}
.act_form {
  position: absolute;
  left: 15px;
  top: 0;
  width: 140px;
}
.btns_group {
  position: absolute;
  left: 0;
  top: 15px;
}
.btns_group .link {
  display: inline-block;
}
.form_title {
  position: relative;
  margin: 0 auto 15px;
}
.form_title small {
  display: inline-block;
  margin-right: 5px;
  color: #d23a3a;
}
.form_title > span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #009688;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.form_title .link {
  position: absolute;
  left: 0;
}
@media all and (max-width: 575.98px) {
  .form_title {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 319px) {
  .form_title .link {
    position: relative;
    margin: 5px 10px 5px 0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
  .form_title .link span {
    height: 30px;
    line-height: 30px;
  }
}
.small_search {
  position: relative;
}
.small_search .link {
  height: 45px;
  line-height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.small_search .link span {
  line-height: 45px;
}
.small_search .link span i {
  margin: 0 0 0 5px;
}
.client_item {
  margin: 25px 0;
  border: 1px solid #ebebeb;
  padding: 15px 25px;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.client_item button {
  position: absolute;
  top: 15px;
  left: 15px;
  border: 0;
  background-color: #009688;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.client_item h3 {
  color: #d23a3a;
  font-size: 18px;
  margin: 10px 0;
}
.client_item li {
  margin: 10px 0;
  font-size: 14px;
}
.client_item li span {
  font-weight: 700;
  min-width: 110px;
  display: inline-block;
}
@media all and (max-width: 575.98px) {
  .client_item {
    padding: 15px;
  }
  .client_item h3 {
    margin-bottom: 10px;
  }
  .client_item li span {
    display: block;
  }
  .client_item button {
    position: relative;
    margin: 0 15px 0 0;
    top: auto;
  }
}
.bill_info {
  padding: 0;
  border: 0;
  margin: 0;
}
.head_info {
  padding: 0 65px 10px 0;
}
.bill_info h3 {
  margin-bottom: 10px;
}
.phone {
  direction: ltr;
}
.num {
  direction: ltr;
  text-align: start;
  display: block;
}
.data_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px auto;
}
.data_item i {
  height: 35px;
  min-width: 35px;
  line-height: 35px;
  font-size: 12px;
  color: #3a3a3a;
  text-align: center;
  margin-left: 10px;
  background-color: rgba(255, 143, 22, 0.4);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.data_item .cont {
  display: block;
  font-size: 14px;
}
.data_item .cont .w-100 {
  margin-top: 10px;
}
.data_item .cont a {
  font-size: 12px;
}
@media all and (max-width: 991.98px) {
  .data_item .cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .data_item .cont .w-100 {
    display: inline-block;
    width: auto !important;
  }
}
@media all and (max-width: 991.98px) {
  .data_item .cont {
    width: 100%;
    display: block;
  }
  .data_item .cont .w-100 {
    display: block;
    width: 100% !important;
  }
}
.wallet_filter {
  margin: 0 0 15px;
}
.wallet_filter .form-control,
.wallet_filter .select2-container,
.wallet_filter select {
  display: inline-block;
  vertical-align: middle;
  width: 180px !important;
  line-height: 35px;
  height: 35px;
  margin: 0 5px 5px 0;
}
.wallet_filter .link {
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  margin-bottom: 5px;
  background-color: #b2dfdb;
  color: #3c3d3d;
}
.wallet_filter .link span {
  line-height: 35px;
}
.wallet_filter .link:hover span {
  color: #fff;
}
.total_wallet {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin: 15px auto 0;
  background-color: #efefef;
  padding: 15px;
  display: block;
  width: 290px;
}
@media all and (max-width: 991.98px) {
  .wallet_filter .form-control {
    margin: 5px 0;
  }
  .wallet_filter .inline_data i {
    top: 5px;
    height: 35px;
  }
}
.new_order_list .w-50 {
  width: 48% !important;
}
@media all and (max-width: 767.98px) {
  .new_order_list .w-50 {
    width: 100% !important;
  }
}
.new_order_list li {
  line-height: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.new_order_list li small {
  display: block;
}
.new_order_list li button {
  left: 10px;
  top: 17px;
}
.transit_list {
  margin: 15px auto;
}
.transit_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 15px 20px;
  background-color: #f1f1f1;
  border-radius: 5px;
  overflow: hidden;
}
.transit_list li h3 {
  font-size: 14px;
  color: #3a3a3a;
  margin: 0;
  font-weight: 700;
}
.transit_list li h3 small {
  margin-top: 5px;
  display: block;
  font-size: 12px;
}
.transit_list li span {
  color: #009688;
  font-weight: 700;
  font-size: 16px;
}
.bill_total li {
  font-weight: 500;
  font-size: 15px;
  margin: 10px 0;
  color: #3a3a3a;
}
.bill_total li span {
  float: left;
  color: #009688;
}
.bill_total .hint {
  margin-top: 15px;
}
.bill_total .hint span {
  display: block;
  float: none !important;
  margin-right: 10px;
}
.order_meal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}
.order_meal_btns {
  position: absolute;
  top: 10px;
  left: 10px;
}
.order_meal_btns .icon_link {
  font-size: 12px;
  margin: 0;
}
.order_meal img {
  margin: 0;
  width: 155px;
  height: 155px;
}
.order_meal .cont {
  padding: 0 25px;
}
.order_meal .cont h3 {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.order_meal .cont p {
  margin: 0;
  font-size: 15px;
}
.order_meal .cont li {
  display: inline-block;
  min-width: 120px;
  font-size: 16px;
  padding: 0;
  margin: 10px 0;
  line-height: 25px;
}
.order_meal .cont li span {
  font-size: 15px;
  display: block;
  color: #009688;
}
.order_meal .cont li .form-control {
  height: 30px;
  font-size: 18px;
  padding: 0 10px;
  width: 70px;
  margin-top: auto;
  border: 0;
  background-color: #efefef;
  text-align: center;
}
.order_meal .cont .price {
  font-weight: 700;
  color: #d23a3a;
  margin-bottom: 0;
}
@media all and (max-width: 767.98px) {
  .order_meal .cont li {
    margin-bottom: 0;
  }
}
@media all and (max-width: 575.98px) {
  .order_meal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .order_meal .cont {
    padding: 15px 0 0;
  }
  .order_meal .cont li {
    min-width: 120px;
  }
  .order_meal .cont li span {
    display: inline-block;
    margin-left: 10px;
  }
}
.account_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  flex-direction: column;
}
.account_item .data li {
  margin: 10px 0;
  font-size: 15px;
}
.account_item .data li span {
  display: inline-block;
  font-weight: 700;
  min-width: 100px;
  margin-left: 10px;
  font-size: 13px;
}
.account_item .act {
  width: 100%;
  text-align: center;
}
.account_item .act .link {
  margin: 5px 0;
  line-height: 35px;
  height: 35px;
  padding: 0 15px;
}
.account_item .act .link span {
  line-height: 35px;
}
@media all and (max-width: 575.98px) {
  .account_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .account_item .data li {
    margin: 10px 0;
  }
  .account_item .data li span {
    display: block;
    margin-left: 0;
  }
  .account_item .act {
    width: 100%;
  }
  .account_item .act .link {
    margin: 5px 0;
    width: auto;
  }
}
.complaint_item li {
  margin: 15px auto;
  font-size: 15px;
}
.complaint_item li span {
  min-width: 120px;
  color: #d23a3a;
}
.complaint_item li span.w-100 {
  margin-bottom: 10px;
}
.orders_type .check_block {
  margin: 5px auto;
  min-width: 120px;
}
.orders_type .check_block i {
  margin-left: 5px;
}
.orders_type .check_block label {
  text-align: center;
}
.orders_type .check_block input[type="radio"]:checked + label span {
  color: #fff;
}
.orders_type .check_block.green input[type="radio"]:checked + label::before {
  background-color: #009688;
}
.orders_type .check_block.yellow input[type="radio"]:checked + label::before {
  background-color: #ff8f16;
}
.orders_type .check_block.red input[type="radio"]:checked + label::before {
  background-color: #d23a3a;
}
.inline_data {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 290px;
  width: 100%;
  margin: 0 5px 5px 0;
}
.inline_data i {
  color: #c1c6c8;
  left: 0;
  position: absolute;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-align: center;
  border-right: 1px solid #c1c6c8;
}
.inline_data input.form-control {
  width: 100% !important;
  height: 35px;
  line-height: 35px;
  direction: ltr;
  text-align: right;
  margin: 0;
}
.text_red {
  color: #d23a3a !important;
}
.qr_code {
  border: 1px solid #f1f1f1;
  text-align: center;
  padding: 25px;
  text-align: center;
}
.qr_code .qr {
  width: 120px;
  display: block;
  margin: auto auto 15px;
}
.qr_code .link {
  min-width: 120px;
}
.qr_code .icon_link {
  margin: 0;
  font-size: 12px;
  background-color: #d23a3a;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.widget_border {
  padding: 0;
}
.widget_border .widget_title {
  font-size: 15px;
  margin: 0;
  padding: 0 15px;
  line-height: 50px;
}
.widget_border .widget_title > span {
  line-height: 20px;
  margin-bottom: 15px;
}
.widget_border .client_item li {
  margin: 0;
  font-size: 14px;
  padding: 15px;
  border-top: 1px solid #f1f1f1;
}
.widget_border .client_item li span {
  display: block;
  margin-bottom: 5px;
  color: #009688;
}
.widget_border .order_meal {
  margin: 0;
  border: solid #f1f1f1;
  border-width: 1px 0 0;
}
.widget_border .order_meal .cont h3 {
  font-size: 16px;
  margin: 10px 0;
}
.widget_border .order_meal .cont p {
  font-size: 14px;
}
.widget_border .bill_total {
  border-top: 1px solid #f1f1f1;
}
.widget_border .bill_total li {
  margin: 10px 15px;
}
.widget_border .kitchen_info {
  margin: 0;
  border: solid #ebebeb;
  border-width: 1px 0 0 0;
}
.widget_border .kitchen_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget_border .kitchen_info ul li {
  min-width: 33.33%;
  border: 0;
  padding: 0;
  margin: 0 0 15px;
}
@media all and (max-width: 767.98px) {
  .widget_border .kitchen_info ul li {
    min-width: 50%;
  }
}
@media all and (max-width: 575.98px) {
  .widget_border .kitchen_info ul li {
    min-width: 100%;
  }
}
.send_order {
  padding: 25px;
  border-top: 1px solid #ececec;
  text-align: center;
}
.send_order .form-group {
  max-width: 768px;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.send_order .form-group .link {
  height: 100%;
  line-height: 50px;
  margin: 0 10px 0 0 !important;
}
.send_order .form-group .link span {
  line-height: 50px;
}
.add_new {
  border: 0;
  background-color: #33aba0;
  color: #fff;
  line-height: 25px;
  display: block;
  font-size: 12px;
  margin: -5px 0 10px;
  border-radius: 25px;
  padding: 0 10px;
  float: left;
}
@media all and (max-width: 1200px) {
  .dashboard_content,
  header {
    width: 100%;
    right: 0;
  }
  header .side {
    opacity: 1;
    visibility: visible;
  }
  aside {
    right: -270px;
    z-index: 9998;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
  }
  aside .toggle-btn {
    display: block;
    z-index: 9998;
  }
  aside.move {
    right: 0;
  }
}
.counter {
  position: relative;
  text-align: center;
  color: #fff;
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  overflow: hidden;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.counter i {
  font-size: 18px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.counter h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  width: 100%;
}
.counter h3 span {
  margin-top: 10px;
  color: #fff;
  display: block;
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: 700;
}
@media all and (max-width: 420px) {
  .col-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.management_dashboard {
  direction: ltr;
  font-family: "Open Sans", sans-serif;
}
.management_dashboard * {
  direction: ltr;
}
.management_dashboard .client_item li span {
  min-width: 160px;
}
.management_dashboard label {
  text-align: left;
  font-size: 13px;
  text-transform: capitalize;
}
.management_dashboard .btns_group {
  right: 0;
  left: auto;
}
.management_dashboard .widget_border .widget_title .widget_link {
  right: 15px;
  left: auto;
  top: 5px;
}
.management_dashboard .hint {
  font-size: 14px;
}
.management_dashboard .widget_title > i {
  margin: 0 3px 0 0;
  vertical-align: top;
  display: inline-block;
  line-height: 50px;
}
.management_dashboard
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.management_dashboard .form-control {
  font-size: 14px;
}
.management_dashboard input[type="checkbox"] + label,
.management_dashboard input[type="radio"] + label {
  position: relative;
  padding-right: 0;
  padding-left: 30px;
}
.management_dashboard input[type="checkbox"] + label::before,
.management_dashboard input[type="radio"] + label::before {
  right: auto;
  left: 0;
}
.management_dashboard .select2-results__option {
  text-align: left;
  font-size: 14px;
}
.management_dashboard .link {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.management_dashboard header {
  right: auto;
  left: 270px;
}
.management_dashboard header .side .toggle-btn {
  margin: 0 10px 0 0;
}
.management_dashboard header .top-header-links li {
  margin-right: 0;
  margin-left: 12px;
}
.management_dashboard header .top-header-links li button img {
  margin-right: 5px;
  margin-left: 0;
}
.management_dashboard header .top-header-links li button span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.management_dashboard header .top-header-links li button .count {
  right: -5px;
  left: auto;
}
.management_dashboard header .dropdown-menu {
  right: 0;
  left: auto;
}
.management_dashboard header .dropdown-menu.profile-menu {
  left: auto;
  right: 0;
}
.management_dashboard header .dropdown-menu::before {
  right: 10px;
  left: auto;
}
.management_dashboard header .dropdown-menu .drop-footer a {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.management_dashboard .item-list {
  direction: ltr;
}
.management_dashboard .item-list img {
  float: left;
}
.management_dashboard .item-list .item-content {
  padding: 0 0 0 50px;
  font-size: 12px;
}
.management_dashboard .items_list .item-list .item-content {
  padding: 0 0 0 90px;
}
.management_dashboard .items_list .item-list .link {
  left: auto;
  right: 15px;
}
@media all and (max-width: 575.98px) {
  .management_dashboard .items_list .item-list .link {
    right: auto;
  }
}
.management_dashboard aside {
  right: auto;
  left: 0;
  -webkit-box-shadow: 0 -0.5rem 1rem 0 rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 -0.5rem 1rem 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 -0.5rem 1rem 0 rgba(0, 0, 0, 0.03);
}
.management_dashboard aside .toggle-btn {
  left: auto;
  right: 5px;
}
.management_dashboard aside ul li a {
  direction: ltr;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
}
.management_dashboard aside ul li a i {
  margin-left: 0;
  margin-right: 5px;
}
.management_dashboard aside ul li a span {
  width: 30px;
  left: auto;
  right: 15px;
  letter-spacing: 0;
  line-height: 20px;
}
.management_dashboard .dashboard_content {
  right: auto;
  left: 270px;
}
.management_dashboard .act_form {
  left: auto;
  right: 15px;
}
.management_dashboard .widget_title {
  text-transform: capitalize;
  font-size: 16px;
  margin-left: 5px;
}
.management_dashboard .widget_title small {
  line-height: 15px;
}
.management_dashboard .widget_link {
  left: auto;
  right: 0;
  bottom: auto;
}
.logo_rest {
  width: 260px;
  margin: 0;
  background-color: #fcfcfc;
  padding: 15px;
  margin-bottom: 15px;
}
.management_dashboard .widget_link i {
  margin: 0 5px 0 0;
}
.management_dashboard .form_title small {
  margin-right: 0;
  margin-left: 5px;
}
.management_dashboard .form_title > span {
  margin-right: 5px;
  margin-left: 0;
}
.management_dashboard .form_title .link {
  left: auto;
  right: 0;
}
@media all and (max-width: 319px) {
  .management_dashboard .form_title .link {
    margin: 5px 0 5px 10px;
  }
}
.management_dashboard .step_nav {
  display: flex;
  align-items: flex-start;
}
.management_dashboard .step_nav:before {
  width: 88%;
}
.management_dashboard .step_nav .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.management_dashboard .counter {
  text-align: left;
  text-transform: uppercase;
}
.management_dashboard .counter h3 {
  font-size: 15px;
}
.management_dashboard .counter h3 span {
  font-size: 24px;
}
.management_dashboard .counter i {
  font-size: 15px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
}
.management_dashboard .preparation_time {
  background-color: transparent;
  direction: rtl;
}
.management_dashboard .preparation_time span {
  color: #d23a3a;
}
.management_dashboard table.dataTable {
  direction: ltr;
  text-align: left;
}
.management_dashboard .table > thead > tr > th {
  text-transform: capitalize;
}
.management_dashboard .dt-buttons {
  float: right;
}
.management_dashboard .dataTables_length {
  float: right;
}
.management_dashboard .dataTables_wrapper .dataTables_info {
  float: right;
}
.management_dashboard .dataTables_wrapper .dataTables_paginate {
  float: left;
}
.management_dashboard table.dataTable thead .sorting:after,
.management_dashboard table.dataTable thead .sorting_asc:after {
  left: auto;
  right: 0.5em;
}
.management_dashboard table.dataTable thead .sorting:before,
.management_dashboard table.dataTable thead .sorting_asc:before {
  left: auto;
  right: 1em;
}
.management_dashboard div.dataTables_wrapper div.dataTables_length select {
  padding: 0 15px 0 10px;
}
.management_dashboard div.dataTables_wrapper div.dataTables_filter,
.management_dashboard div.dataTables_wrapper div.dataTables_filter label {
  text-align: left;
}
.management_dashboard div.dataTables_wrapper div.dataTables_filter input {
  margin: 0 0 0 10px;
}
.management_dashboard div.dataTables_wrapper div.dataTables_length label {
  line-height: 40px;
}
.management_dashboard .order_meal .cont h3 {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 0;
}
.management_dashboard .order_meal .cont p {
  font-size: 14px;
}
.management_dashboard .order_meal .cont li {
  font-size: 17px;
  min-width: 160px;
}
.management_dashboard .order_meal .cont li span {
  font-size: 16px;
}
.management_dashboard .meal_item .cont h3 {
  margin: 10px 0;
  font-size: 14px;
}
.management_dashboard .category_item {
  min-height: 240px;
  margin-bottom: 25px;
}
.management_dashboard .modal_title {
  font-size: 16px;
  text-transform: uppercase;
}
.management_dashboard .dash-tabs {
  margin-bottom: 25px;
}
.management_dashboard .dash-tabs .nav-link {
  min-width: 140px;
  margin: 5px 10px 0 0;
}
.management_dashboard .tab-content {
  padding: 0 15px;
}
.management_dashboard .right_btn {
  position: absolute;
  right: 0;
  top: 0;
}
.management_dashboard .right_btn .link {
  line-height: 30px;
  height: 30px;
}
.management_dashboard .right_btn .link span {
  line-height: 30px;
}
.management_dashboard .input-container {
  padding: 0 0 0 15px;
}
.management_dashboard .input-container .link {
  float: right;
}
.management_dashboard .upload_img_view {
  width: 100px;
  margin-bottom: 15px;
}
.management_dashboard .meal_item .check_item {
  margin: 0 5px 0 0;
}
.management_dashboard .tags_list {
  margin: 10px 0;
}
.management_dashboard .tags_list li {
  margin: 0 0 0 10px;
  padding: 0 40px 0 15px;
}
.management_dashboard .tags_list li button {
  right: 5px;
  left: auto;
}
.management_dashboard .bill_total li span {
  float: right;
}
.management_dashboard .client_item {
  text-align: left;
}
.management_dashboard .wallet_filter .form-control,
.management_dashboard .wallet_filter .inline_data {
  margin: 0 0 5px 5px;
}
.management_dashboard .inline_data i {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: 1px solid #c1c6c8;
}
.management_dashboard .new_order .order_cont li .side,
.management_dashboard .new_order .order_cont li span {
  left: auto;
  right: 0;
}
.management_dashboard .order_meal .cont .order_prices li span {
  display: block;
  position: relative;
}
@media all and (max-width: 1200px) {
  .management_dashboard .dashboard_content,
  .management_dashboard header {
    right: auto;
    left: 0;
  }
  .management_dashboard aside {
    right: auto;
    left: -270px;
  }
  .management_dashboard aside.move {
    left: 0;
    right: auto;
  }
}
.flex_group {
  max-width: 360px;
  margin-bottom: 15px;
}
.flex_group .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex_group .flex .link {
  margin-left: 15px;
}
.search-align {
  line-height: 45px;
  margin: 15px auto;
}
.inline-search {
  max-width: 576px;
}
.inline-search .link span {
  line-height: 43px;
}
.inline-search .link {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.new_order {
  border: 1px solid #eee;
  margin: 15px auto;
}
.new_order .order_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  flex-direction: column;
}
.new_order .order_head img {
  margin: 0 auto 5px;
  width: 100px;
  background-color: #eee;
  display: block;
  border-radius: 50%;
  padding: 5px;
  border: 5px solid #f3f3f3;
}
.new_order .order_head .resturant_img {
  width: 100%;
  padding: 5px 5px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.new_order .order_head .cont {
  line-height: 25px;
  padding: 10px 15px;
  text-align: start;
  width: 100%;
  border-top: 1px solid #eee;
}
.new_order .order_head .cont span {
  display: block;
  font-size: 13px;
  direction: ltr;
  text-align: right;
  letter-spacing: 1px;
}
.new_order .order_cont {
  border: solid #eee;
  border-width: 1px 0;
  padding: 15px;
}
.new_order .order_cont h3 {
  color: #d23a3a;
  font-size: 18px;
  margin: 10px 0;
}
.new_order .order_cont h3 span {
  margin-right: 25px;
}
.new_order .order_cont .details {
  font-size: 12px;
  margin: 10px 0 0;
}
.new_order .order_cont li {
  padding-inline-end: 30px;
  margin: 10px auto;
}
.new_order .order_cont li p {
  display: block;
  margin: 0;
  font-size: 14px;
}
.new_order .order_cont li .side,
.new_order .order_cont li span {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
.new_order .order_cont li .side span {
  position: relative;
  display: block;
  margin-right: 3px;
}
.new_order .order_act h3 {
  margin: 10px 0;
  font-size: 20px;
  color: #d23a3a;
}
.new_order .order_act {
  padding: 15px 5px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.new_order .order_act button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 12px;
  padding: 0 20px;
  width: 100%;
}
.new_order .order_act .icon_link {
  font-size: 12px;
  min-width: 45px !important;
  width: 45px;
  border-radius: 3px;
  padding: 0;
}
.hold {
  text-align: right;
}
.hold h3 {
  text-align: center;
  margin: 0 0 25px;
}
.hold li {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
}
.hold .alert_hint {
  margin: 15px 0 0;
}
.hold_item .cont,
.hold_item .cover,
.hold_item .form-group {
  opacity: 0.4;
}
.hold_item .link {
  opacity: 1;
}
.rest_img {
  width: 120px;
  margin: 15px 0;
  padding: 15px;
  background-color: #f1f1f1;
  border-radius: 5px;
}
.preparation_time {
  overflow: hidden;
  display: flex;
  vertical-align: middle;
  text-align: center;
  background-color: #d23a3a;
  align-items: center;
  justify-content: center;
  border-radius: 3px 3px 0 0;
  flex-direction: row-reverse;
  letter-spacing: 1px;
}
.preparation_time.timeline_time {
  background-color: transparent;
  margin-top: -20px;
}
.preparation_time.timeline_time span {
  color: #000;
  font-size: 16px;
}
.preparation_time span {
  font-size: 20px;
  overflow: hidden;
  position: relative;
  color: #fff;
  direction: ltr;
  line-height: 50px;
  display: block;
}
.management_dashboard .inline_form {
  max-width: 290px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px 0;
}
.management_dashboard .inline_form label {
  width: 100%;
}
.management_dashboard .inline_form .form-control {
  width: 213px;
  height: 40px;
  line-height: 40px;
}
.management_dashboard .inline_form button {
  margin-left: 15px;
}
table tr td .preparation_time span {
  line-height: 30px;
  font-size: 13px;
  border-radius: 25px;
}
@media print {
  .dashboard_content,
  .modal-body .icon_link,
  .modal_title,
  .print_btn,
  aside,
  header {
    display: none;
  }
}
