body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Roboto", sans-serif;
  background-color: #f9f9fa;
}

html {
  scroll-behavior: smooth;
}

h1 {
  color: #050d16;
  font-size: 32px;
  line-height: 40px;
  margin: 10px 0;
}

h2 {
  color: #050d16;
  font-size: 26px;
}

h3 {
  color: #050d16;
  font-size: 24px;
}

h4 {
  color: #050d16;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  color: #050d16;
  font-size: 16px;
  line-height: 24px;
}

h6 {
  color: #050d16;
  font-size: 16px;
  line-height: 24px;
}

p {
  color: rgba(5, 13, 22, 0.74);
  font-size: 14px;
  line-height: 22px;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none !important;
}

.container {
  max-width: 1200px;
}

.orders-ui-block {
  padding: 20px 0 0;
  display: inline-block;
  width: 100%;
  padding-top: 126px;
}

.switch-block {
  float: right;
}

.npo-block {
  width: 100%;
  background-color: #dee4ea;
  margin-bottom: 0px;
  transform: translate3d(0, 0, 0);
}

.npo-block.sticky {
  position: sticky;
  top: 56px;
  z-index: 99;
}

.npo-block .col-sm-6:last-child {
  padding-left: 27px;
}

.title {
  color: #728193;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  width: 100%;
  margin-bottom: 15px;
  padding: 18px 0;
  margin-bottom: 0;
}

.npo-block.sticky .title {
  padding: 14px 0;
}

.new-notification a {
  background-color: #108A61;
  margin-bottom: 18px;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 500;
  line-height: 21px;
  padding: 7px;
  display: block;
}

.new-notification i {
  width: 32px;
  height: 32px;
  background-color: #0a8d31;
  border-radius: 100%;
  color: #fff;
  line-height: 32px;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 20px;
}

.schedule-order-block {
  margin-top: 0px;
  display: inline-block;
  width: 100%;
}

.order-listing .panel-default {
  border: 0;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(11, 20, 31, 0.07),
    0 3px 5px 0 rgba(11, 20, 31, 0.12);
  margin-bottom: 20px;
  padding: 0;
}

.order-listing .panel-default .panel-title {
  margin: 0;
  padding-right: 0px;
}

.order-listing .panel-default .heading-text {
  color: #0b141f;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.order-listing .panel-default .heading-text .time-block {
  opacity: 0.4;
  color: #0b141f;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  padding-left: 10px;
  text-transform: initial;
}

.order-listing .panel-default .price-text {
  opacity: 0.74;
  color: #4a5159;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  text-transform: capitalize;
  font-weight: normal;
}

.sc-block {
  color: #728193;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  background-color: #f7f8f9;
  padding: 11px 0;
  border-radius: 0 0 6px 6px;
}

.order-list-block .left-ui-block {
  padding-right: 11px;
}

.order-list-block .col-sm-6:first-child:after {
  background: #dee4ea;
  height: 100%;
  width: 1px;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
}

.order-list-block .preparing-order-block {
  padding-left: 11px;
}

.order-list-block .col-sm-6 {
  padding-bottom: 30px;
  padding-top: 20px;
}

.order-no {
  height: 20px;
  width: 20px;
  border: 1.33px solid #6c7e90;
  border-radius: 12px;
  background-color: #6d7e8f;
  display: inline-block;
  border-radius: 100%;
  color: #f9f9fa;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin-left: 5px;
}

.order-listing .panel-heading {
  position: relative;
  padding: 14px 16px;
}

.order-listing .panel-heading:after {
  position: absolute;
  display: none;
  content: "";
  height: 38px;
  width: 4px;
  border-radius: 0 39px 39px 0;
  background-color: #108A61;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
}

.order-listing .panel-heading a:before {
  font-family: "Material Icons";
  content: "\E313";
  float: right;
  transition: all 0.5s;
  color: #0b141f;
  opacity: 0.3;
  font-size: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
}

.order-listing .panel-heading.active a:before {
  -webkit-transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  top: 50%;
  content: "\E316";
}

.preparing-order-block .order-listing .panel-default .panel-title {
  padding-right: 20px;
}

.new-tag {
  background-color: rgba(8, 170, 56, 0.09);
  color: #10782f;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.schedule-tag {
  background-color: rgba(202, 115, 6, 0.09);
  color: #bd700d;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.detail-heading {
  height: 30px;
  width: 100%;
  background-color: #f5f5f6;
}

.detail-heading label {
  opacity: 0.72;
  color: #0b141f;
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 8px 26px;
  text-transform: uppercase;
}

.detail-content ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.detail-content li .left-content p {
  opacity: 0.87;
  color: #0b141f;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.detail-content li {
  padding: 10px 16px;
  border-bottom: 1px solid #f5f5f6;
}

.detail-content li .left-content span {
  opacity: 0.8;
  color: #3c434c;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 14px;
}

.detail-content ul li .left-content {
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  position: relative;
}

.detail-content ul li .right-content {
  width: 115px;
  display: inline-block;
  vertical-align: middle;
}

.detail-content li .right-content p,
.detail-content li .right-content span {
  opacity: 0.7;
  color: #0b141f;
  font-size: 15px;
  line-height: 16px;
  text-align: right;
  display: block;
  margin: 0;
}

.detail-content li .right-content p {
  margin-bottom: 4px;
}

.detail-content li.taxs-block .left-content p {
  color: #80858b;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
}

.detail-content li.total-block .left-content span {
  opacity: 0.5;
  color: #0b141f;
  font-size: 11px;
  font-style: italic;
  line-height: 11px;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
  margin-top: 4px;
}

.detail-content li.total-block .right-content p {
  color: #0b141f;
  font-size: 25px;
  line-height: 32px;
  text-align: right;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 1;
}

.detail-content li.total-block .right-content p small {
  font-size: 13px;
  font-weight: normal;
}

.detail-content li.special-note-block .left-content p {
  opacity: 0.6;
  color: #0b141f;
  font-size: 10px;
  letter-spacing: 0.4px;
  line-height: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.detail-content li.special-note-block .left-content {
  padding: 0 16px;
}

.detail-content li.special-note-block {
  padding: 10px 0 15px;
}

.detail-content li.special-note-block .special-note {
  background-color: #fdeff1;
  padding: 0 16px;
  position: relative;
}

.detail-content li.special-note-block .special-note p {
  background-color: #fdeff1;
  padding: 10px 0;
  opacity: 0.8;
  color: #0b141f;
  font-size: 13px;
  font-style: italic;
  line-height: 15px;
  margin: 0;
  padding-left: 22px;
}

.detail-content li.special-note-block .special-note:before {
  position: absolute;
  content: "";
  background: url("../images/quote.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 9;
  top: 11px;
}

.detail-content .button-block {
  text-align: right;
  padding: 16px;
  position: sticky;
  bottom: 0;
  z-index: 9;
  transition: 0.2s ease-in-out;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.65) 0%,
    rgba(255, 255, 255, 1) 99%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.65) 0%,
    rgba(255, 255, 255, 1) 99%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.65) 0%,
    rgba(255, 255, 255, 1) 99%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#ffffff', GradientType=0);
}

.grey-btn {
  height: 50px;
  width: auto;
  border-radius: 4px;
  background-color: #ffffff;
  color: #728193;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 48px;
  text-transform: uppercase;
  padding: 0;
  border: 1px solid #e1e4e8;
  background: #fff;
  padding: 0 20px;
}

.green-btn {
  height: 50px;
  border-radius: 4px;
  background-color: #06a535;
  border: 1px solid #099532;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 48px;
  text-transform: uppercase;
  margin-left: 15px;
  transition: 0.2s ease-in-out;
  padding: 0 20px;
  margin-right: 0;
}

.green-btn:hover {
  background: #05902e;
  border-color: #05902e;
  color: #fff;
}

.schedule-order-block .panel-heading:after {
  position: absolute;
  content: "";
  height: 38px;
  width: 4px;
  border-radius: 0 39px 39px 0;
  background-color: #d37926;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

/*prepare*/

.preparing-order-block .order-listing .panel-default .panel-title a {
  width: 100%;
  display: inline-block;
  line-height: normal;
  padding-right: 0;
}

.preparing-order-block .order-listing .panel-default .panel-title .left-block {
  width: calc(100% - 170px);
  display: inline-block;
}

.preparing-order-block .order-listing .panel-default .panel-title .right-block {
  width: 150px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}

.preparing-order-block
  .order-listing
  .panel-default
  .panel-title
  .left-block
  label {
  opacity: 0.8;
  color: #0b141f;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  margin-bottom: 5px;
  width: 100%;
  cursor: pointer;
}

.preparing-order-block .panel-heading:after {
  display: none;
}

.preparing-order-block
  .order-listing
  .panel-default
  .panel-title
  .left-block
  h4 {
  color: #0b141f;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
}

.preparing-order-block
  .order-listing
  .panel-default
  .panel-title
  .right-block
  label {
  opacity: 0.4;
  color: #0b141f;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  text-align: right;
  margin: 0;
  margin-bottom: 6px;
}

.preparing-order-block
  .order-listing
  .panel-default
  .panel-title
  .right-block
  p {
  opacity: 0.8;
  color: #0b141f;
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  margin-bottom: 0;
  font-weight: normal;
}

.prepare-bottom-block {
  padding: 15px 16px;
}

.profile-left-block figure {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 0;
}

.profile-left-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-left-block figcaption {
  width: calc(100% - 55px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}

.profile-left-block figcaption h4 {
  margin-bottom: 0;
  color: #0b141f;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 3px;
}

.profile-left-block figcaption p {
  color: #696e75;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 0;
}

.contact-btn {
  height: 50px;
  width: auto;
  border: 1px solid #e0e3e7;
  border-radius: 6px;
  color: #077527;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 50px;
  padding: 0 18px;
}

.contact-btn:hover {
  color: #077527;
  background: rgba(8, 170, 56, 0.09);
  border-color: rgba(8, 170, 56, 0.2);
}

.contact-btn i {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.profile-left-block {
  display: inline-block;
  width: calc(100% - 205px);
  vertical-align: middle;
}

.profile-right-block {
  width: 190px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.preparing-order-block .panel-heading {
  border-bottom: 1px solid #eaeaeb;
  padding: 15px 16px;
}

.mint-box {
  height: 48px;
  width: 48px;
  display: inline-block;
  border-radius: 5.6px;
  background-color: rgba(216, 127, 10, 0.09);
  color: #d87f0a;
  font-size: 19px;
  font-weight: normal;
  text-align: center;
  padding-top: 5px;
  vertical-align: middle;
  line-height: 24px;
}

.mint-box span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
}

.mint-content {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: middle;
}

.mint-content p {
  color: #696e75;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 19px;
  padding-left: 15px;
  margin-bottom: 0;
}

.green-btn i {
  vertical-align: middle;
  font-size: 18px;
  position: relative;
  top: -1px;
  margin-right: 6px;
}

.grey-btn i {
  vertical-align: middle;
  margin-right: 4px;
  font-size: 19px;
  position: relative;
  top: -1px;
}

.v-icon {
  height: 12px;
  width: 12px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 2px;
  border: 0.78px solid #14a815;
  border-radius: 1.56px;
  background-color: #ffffff;
}

.v-icon:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background-color: #14a815;
  border-radius: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.nv-icon {
  height: 12px;
  width: 12px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 2px;
  border: 0.78px solid #da241e;
  border-radius: 1.56px;
  background-color: #ffffff;
}

.nv-icon:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background-color: #da241e;
  border-radius: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.custom-items {
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 0px;
}

.custom-items table {
  width: 100%;
}

.custom-items table td {
  padding: 0;
}

.custom-items table td label {
  opacity: 0.5;
  color: #0b141f;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 5px;
}

.custom-items table th label {
  opacity: 0.5;
  color: #0b141f;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 5px;
}

.custom-items table th {
  margin: 0px 0 0 0;
  padding: 6px 0 0 0;
  line-height: 14px;
}

.custom-items table td p {
  color: #0b141f;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 8px;
}

.custom-items table td:last-child {
  width: 90px;
  text-align: right;
  vertical-align: middle;
  opacity: 0.7;
  color: #0b141f;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

.detail-content li.total-block {
  padding-left: 0;
}

.schedule-today-block .label-heading {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
  color: #384a5c;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
}

.order-listing .panel-default .panel-title a {
  display: block;
  cursor: pointer;
  padding-right: 90px;
}

.schedule-today-block {
  margin-top: 16px;
}

label.label-heading .order-no {
  padding: 0;
}

/*== modal css */

.modal .modal-dialog {
  max-width: 382px;
  margin: 0 auto;
}

.modal {
  font-family: "Roboto", sans-serif;
}

#pause-order.modal .modal-dialog {
  max-width: 382px;
  margin: 0 auto;
}

.modal-content {
  border: none;
  box-shadow: 0 10px 20px 0 rgba(11, 20, 31, 0.12),
    0 24px 40px 0 rgba(11, 20, 31, 0.14);
  background: #fff;
  border-radius: 6px;
}

.modal.show .modal-dialog {
  max-width: 472px;
}

#bids-list.modal.show .modal-dialog {
  max-width: 900px;
}

#bids-list .result-listing {
  margin: 0 !important;
}

.modal-backdrop {
  background: #000;
}

.modal .modal-title {
  color: #0b141f;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  border-bottom: 1px solid #eaeaeb;
  padding: 20px 20px 15px;
  border-radius: 6px 6px 0 0;
}

.modal-body {
  padding: 20px 20px 0;
}

.btn1 {
  opacity: 0.5;
  color: #0b141f;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  line-height: 16px;
  background: none;
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
}

.btn2 {
  height: 48px;
  width: auto;
  padding: 0 24px;
  border: 1px solid #06a535;
  border-radius: 6px;
  background-color: #00a72d;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
}

.modal-body {
  padding-bottom: 0;
}

.cancel-btn {
  color: #e91a34;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  opacity: 1;
  width: 100%;
  text-align: left;
  padding: 0;
}

.btn2 i {
  vertical-align: middle;
  font-size: 17px;
  margin-right: 5px;
}

.popup-content-block ul {
  margin-bottom: 0;
}

.popup-content-block ul li.text-field {
  margin-bottom: 0;
}

.popup-content-block ul {
  padding: 0;
  list-style: none;
}

.popup-content-block ul li {
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.popup-content-block ul li input {
  opacity: 0;
  position: absolute;
}

.radio-block label {
  position: relative;
  padding-left: 40px;
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
}

.radio-block label:before {
  height: 22px;
  width: 22px;
  background-color: #eaeaeb;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.radio-block input:checked + label:before {
  background-color: #e91a34;
}

.radio-block label:after {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  left: 6px;
}

.radio-block input:checked + label:after {
  opacity: 1;
}

.radio-block label p {
  margin-bottom: 0;
  opacity: 0.72;
  color: #0b141f;
  font-size: 12px;
  line-height: 14px;
}

.modal-footer {
  padding: 16px;
  border: none;
}

.incriment-btn-block {
  position: absolute;
  right: 0;
  top: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.decriment-btn {
  height: 36px;
  width: 36px;
  border: 1px solid rgba(11, 20, 31, 0.12);
  border-radius: 6px;
  background: #fff;
  color: #00a72d;
  vertical-align: top;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  margin-right: 10px;
}

.incriment-btn {
  height: 36px;
  width: 36px;
  border: 1px solid rgba(11, 20, 31, 0.12);
  border-radius: 6px;
  background: #fff;
  color: #00a72d;
  vertical-align: top;
  font-size: 24px;
  line-height: normal;
}

.incriment-btn-block button:focus {
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.incriment-btn-block button {
  cursor: pointer;
}

.text-field textarea {
  height: 52px;
  width: 100%;
  border: 1px solid #eaeaeb;
  border-radius: 6px;
  background-color: #f7f7f7;
  padding: 12px 16px;
  resize: none;
  overflow: hidden;
  color: #0b141f;
}

.text-field textarea:focus {
  outline: none;
  box-shadow: none;
}

.order-id {
  opacity: 0.6;
  color: #0b141f;
  font-size: 14px;
  line-height: 16px;
  float: right;
  text-align: right;
  padding-top: 7px;
}

.popup-content-block ul li h4 {
  color: #0b141f;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
}

.popup-content-block ul li p {
  opacity: 0.72;
  color: #0b141f;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}

#help-order .popup-content-block ul li {
  margin-bottom: 0;
  position: relative;
  padding: 13px 16px;
  transition: 0.2s ease-in-out;
}

#help-order .popup-content-block ul li:after {
  font-family: "Material Icons";
  content: "\E315";
  transition: all 0.5s;
  color: #0b141f;
  opacity: 0.3;
  font-size: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

#help-order .popup-content-block ul li:hover {
  background: #f6f6f6;
}

#help-order .modal-body {
  padding: 10px 0px 20px;
}

#oos-order .modal-dialog {
  max-width: 472px;
}

.oos-block .left-content {
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  position: relative;
}

.oos-block .right-content {
  width: 115px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.oos-block .left-content p {
  opacity: 0.87;
  color: #0b141f;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.oos-block li {
  border-bottom: 1px solid #f5f5f6;
}

.oos-block .custom-items {
  padding-bottom: 5px;
}

.oos-block .custom-items label {
  padding-left: 0;
}

.oos-block .custom-items label:before {
  display: none;
}

.oos-block .custom-items table td:last-child {
  text-align: left;
  opacity: 1;
}

.oos-block .custom-items table th label {
  margin-bottom: 5px;
}

.oos-block .custom-items table td p {
  color: #0b141f;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 0px;
  opacity: 1;
}

#oos-order .modal-body {
  padding: 4px 0 0 !important;
}

#request-callback .modal-body {
  padding-bottom: 0 !important;
}

#oos-order .modal-body li {
  padding: 0px 0px 0px;
  margin-bottom: 0;
}

.stock-items-block {
  padding: 13px 16px;
}

.os-check-box {
  display: inline-block !important;
}

.os-check-box input {
  position: absolute;
  opacity: 0;
}

.os-check-box label:before {
  width: 23px;
  height: 23px;
  border: 1px solid #dddddd;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.os-check-box {
  width: 24px;
}

.os-check-box label {
  padding-left: 0;
  cursor: pointer;
  position: relative;
  top: -5px;
  display: inline-block;
  width: 24px;
  margin-bottom: 0;
}

.os-check-box input:checked + label:before {
  background: linear-gradient(180deg, #5ede44 0%, #33c123 100%);
  border: none;
}

/*.os-check-box label:after{content: ''; position: absolute; left: 6px; top:50%; background: white; width: 2px; height: 2px; box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
 4px -6px 0 white, 4px -8px 0 white; -webkit-transform: rotate(45deg) translateY(-50%); transform: rotate(45deg) translateY(-50%); opacity: 0;}*/

.os-check-box label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 11px;
  height: 6px;
  -webkit-transform: rotate(-40deg) translateY(-50%);
  transform: rotate(-40deg) translateY(-50%);
  opacity: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: -2px;
}

.os-check-box input:checked + label:after {
  opacity: 1;
}

.alternate-items {
  background-color: #eef0f2;
  margin-top: 0;
  padding-bottom: 15px;
}

.alternate-items .heading-block {
  padding: 15px 16px 12px;
  position: relative;
  margin-bottom: 0px;
}

.alternate-items .heading-block p {
  opacity: 0.8;
  color: #0b141f;
  font-size: 13px;
  letter-spacing: 0.13px;
  line-height: 16px;
  margin-bottom: 0;
  padding-right: 60px;
}

.oos-block ul li:last-child {
  border-bottom: 0;
}

.oos-block {
  margin-bottom: 50px;
}

.change-btn {
  color: #e91a34;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14px;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.change-btn:hover {
  color: #e91a34;
}

#oos-order .modal-body .alternate-items li {
  border-bottom: 0;
  padding: 5px 16px;
}

.out-stock .left-content p {
  text-decoration: line-through;
}

#request-callback .modal-dialog {
  max-width: 472px;
}

.callback-block {
  padding-top: 8px;
}

.callback-block .cl-block {
  width: 115px;
  display: inline-block;
  vertical-align: middle;
}

.callback-block .cr-block {
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: middle;
}

.callback-block .cr-block h3 {
  color: #0b141f;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 8px;
}

.callback-block .cr-block p {
  opacity: 0.72;
  color: #0b141f;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

#request-callback .modal-body {
  overflow: hidden;
}

.callback-block .phone-icon {
  background-color: rgba(20, 168, 21, 0.09);
  width: 125px;
  height: 125px;
  display: inline-block;
  border-radius: 100%;
  margin-left: -30px;
  vertical-align: middle;
  text-align: center;
  line-height: 125px;
}

/*== login page ==*/

.login-page {
  display: block;
  max-width: 450px;
  width: 100%;
  padding: 30px 30px 42px;
  margin: auto;
  position: relative;
  left: 0;
  right: 0;
  top: 50%;
  max-height: 100%;
  transform: translateY(-50%);
  border: 2px solid #ffffff;
  box-shadow: 0 1px 5px 0 rgba(11, 20, 31, 0.07),
    0 3px 5px 0 rgba(11, 20, 31, 0.12);
  background: #fff;
  border-radius: 6px;
}

.login-logo {
  text-align: center;
  margin-bottom: 34px;
}

.login-head {
  margin-bottom: 34px;
  /* display: none; */
}

.login-head h2 {
  color: #0662ac;
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.35px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 8px;
  color: #0a263c;
}

.login-head h2 span {
  color: #108A61;
}

.login-head p {
  opacity: 0.6;
  color: #0a263c;
  font-size: 16px;
  letter-spacing: -0.13px;
  line-height: 20px;
  text-align: center;
  margin: 0;
}

.form-block-section {
  display: block;
}

.form-block-section .form-group {
  margin-bottom: 24px;
}

.form-block-section label {
  display: none;
  margin-bottom: 0.5rem;
}

.form-block-section .textfield {
  height: 48px;
  line-height: 48px;
  width: 100%;
  font-weight: normal;
  border: 1px solid rgba(11, 20, 31, 0.12);
  border-radius: 6px;
  background-color: #f7f7f7;
  color: #0b141f;
  font-size: 16px;
  padding: 0 12px;
  opacity: 0.6;
  transition: all 0.4s ease !important;
}

.form-block-section .btn-primary-full {
  width: 100%;
  height: 50px;
  border: 1px solid #108A61;
  border-radius: 6px;
  background-color: #108A61;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
  cursor: pointer;
  transition: all 0.5s ease !important;
  box-shadow: none;
  letter-spacing: normal;
  margin-bottom: 27px;
}

#root {
  height: 100%;
  background-color: #f9f9fa;
}

.forgot-text {
  color: #8a8e94;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.form-block-section .form-group .textfield-block {
  position: relative;
}

.form-block-section .form-group:first-child .textfield-block:after {
  background: url("../images/login_user.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  right: 10px;
  top: 14px;
}

.form-block-section .form-group:nth-child(2) .textfield-block:after {
  background: url("../images/login_pwd.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  right: 10px;
  top: 14px;
  background-repeat: no-repeat;
}

.error {
  color: #da241e;
  font-size: 13px;
}

/*== menu page css ==*/

.sidebar-ui-block {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(11, 20, 31, 0.07),
    0 3px 5px 0 rgba(11, 20, 31, 0.12);
  margin-bottom: 20px;
  position: sticky;
  top: 75px;
}

.sidebar-heading {
  padding: 16px 95px 16px 16px;
  position: relative;
  border-bottom: 1px solid #f4f4f5;
  margin-bottom: 16px;
}

.sidebar-heading h4 {
  color: #0b141f;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.sidebar-heading .add-text-btn {
  display: inline-block;
  color: #00a631;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.menulist-ui ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}

.menulist-ui li {
  margin-bottom: 4px;
}

.menulist-ui li a {
  border: none;
  padding: 9px 60px 9px 22px;
  border-radius: 0 !important;
}

.menulist-ui li p {
  opacity: 0.8;
  color: #0b141f;
  font-size: 15px;
  line-height: 18px;
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.menulist-ui li a.active p {
  color: #e91a34;
}

.item-no {
  height: 24px;
  width: auto;
  padding: 0 9px;
  display: inline-block;
  border-radius: 12px;
  background-color: #f4f4f5;
  color: #3c434c;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.menulist-ui li a.active {
  background: none;
}

.menulist-ui li a:before {
  background-color: #e91a34;
  opacity: 0;
  width: 0px;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 2px 0 14px 0 rgba(233, 26, 52, 0.18);
  position: absolute;
  content: "";
  transition: 0.2s ease-in-out;
}

.menulist-ui li a.active:before {
  background-color: #e91a34;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 2px 0 14px 0 rgba(233, 26, 52, 0.18);
  position: absolute;
  content: "";
  opacity: 1;
}

.menulist-ui li a.active:after {
  background: linear-gradient(270deg, #ffffff 0%, #e91a34 100%);
  transition: 0.1s ease-in-out;
  opacity: 0.05;
  width: 57px;
  height: 100%;
  position: absolute;
  left: 4px;
  top: 0;
  content: "";
}

/*.menulist-ui li a.active:after{ width:57px; transition: 0.2s ease-in-out; opacity: 0.05;}*/

.menulist-ui li a:hover {
  background: #f8f8f8;
}

.menulist-ui li a {
  position: relative;
}

.menulist-ui li a .ed-btn {
  position: absolute;
  right: 10px;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #f8f8f8;
  opacity: 0;
}

.menulist-ui li a:hover .ed-btn {
  opacity: 1;
}

.menulist-ui li a .ed-btn button {
  background: none;
  border: none;
  display: inline-block;
  font-size: 15px;
  position: relative;
  line-height: normal;
  z-index: 1;
  cursor: pointer;
}

.menulist-ui li a .ed-btn button:focus {
  outline: none;
}

.menulist-ui li a .ed-btn button i {
  font-size: 15px;
  position: relative;
  top: 3px;
  color: #0b141f;
}

/*.menulist-ui li a .ed-btn button:focus[aria-describedby=""]{ display: none; }*/

.menulist-ui li a .ed-btn button:after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: rgba(11, 20, 31, 0.1);
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  top: -2px;
  opacity: 0;
}

.menulist-ui li a:hover .ed-btn button:after {
  opacity: 1;
}

.right-ui-block {
  margin-top: 20px;
  margin-bottom: 30px;
}

.menu-top-block {
  margin-bottom: 20px;
}

.menu-top-block .tl-block {
  display: inline-block;
  width: auto;
}

.menu-top-block .tl-block h4 {
  color: #0b141f;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

.menu-top-block .tl-block h4 .r-item-no {
  height: 24px;
  width: auto;
  border-radius: 12px;
  background-color: #728193;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
  padding: 0 9px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}

.menu-top-block .tr-block {
  display: inline-block;
  width: auto;
  float: right;
}

.add-text-btn i {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 6px;
  position: relative;
  top: -1px;
}

.green-btn .w-plus-icon {
  font-size: 16px;
  vertical-align: top;
}

.search-ui {
  position: relative;
}

.search-ui input {
  height: 52px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(11, 20, 31, 0.07),
    0 3px 5px 0 rgba(11, 20, 31, 0.12);
  opacity: 0.6;
  color: #0b141f;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  padding: 0 12px 0 42px;
  border: none;
  border-radius: 6px;
}

.search-ui input:focus {
  outline: none;
}

.search-ui button {
  position: absolute;
  top: 17px;
  padding: 0;
  left: 12px;
  outline: none;
  border: none;
  cursor: pointer;
  background: none;
  line-height: normal;
}

.search-ui button i {
  font-size: 22px;
  color: #728193;
  line-height: normal;
}

.cs-check-box {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cs-check-box .os-check-box {
  width: 100%;
}

.cs-check-box li {
  display: inline-block;
  width: 49%;
  background: #fff;
  padding: 0;
  border-radius: 6px;
}

.cs-check-box li label {
  color: #0b141f;
  font-size: 16px;
  top: 0;
  width: 100%;
  padding: 14px;
  padding-left: 45px;
}

.search-block .col-lg-4 {
  padding-left: 0;
}

.cs-check-box li:first-child {
  width: 46%;
}

.cs-check-box li:last-child {
  float: right;
}

.cs-check-box .os-check-box label:before {
  left: 10px;
}

.cs-check-box .os-check-box label:after {
  left: 18px;
}

.item-heading {
  color: #728193;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.74px;
  line-height: 15px;
  margin-bottom: 14px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}

.r-items-block {
  margin-top: 24px;
}

.list-block {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(11, 20, 31, 0.07),
    0 3px 5px 0 rgba(11, 20, 31, 0.12);
  padding: 20px 0 5px;
}

.list-block table {
  width: 100%;
}

.item-name {
  position: relative;
  padding-left: 20px;
}

.list-block h3 {
  width: auto;
  color: #0b141f;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  position: relative;
  padding-bottom: 7px;
  padding: 0 0 7px;
  display: inline-block;
  margin-left: 20px;
}

.list-block h3:after {
  height: 2px;
  width: 15px;
  background-color: #ec132d;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
}

.list-block table tr {
  border-bottom: 1px solid #eeeef0;
}

.list-block table tr:last-child {
  border-bottom: none;
}

.list-block table td {
  padding: 13px 20px 13px 10px;
}

.list-block table td:first-child {
  width: 420px;
}

.item-name p {
  color: #0b141f;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 3px;
}

.item-name span {
  opacity: 0.7;
  color: #0b141f;
  font-size: 15px;
  line-height: 18px;
}

.item-name .v-icon,
.item-name .nv-icon {
  top: 4px;
}

.edit-btn {
  height: 38px;
  width: auto;
  padding: 0 20px;
  border-radius: 6px;
  background-color: #f2f3f4;
  display: inline-block;
  color: #788697;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  vertical-align: middle;
  margin-right: 12px;
  transition: 0.2s ease-in-out;
}

.edit-btn:focus,
.delete-btn:focus {
  outline: none;
  box-shadow: none;
}

.edit-btn:hover {
  background: #e7e8e8;
}

.chk-edit-btn {
  padding: 10px 20px !important;
}

.delete-btn {
  height: 38px;
  width: auto;
  padding: 0 20px;
  border-radius: 6px;
  background-color: #fff2f3;
  display: inline-block;
  color: #ec132d;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  vertical-align: middle;
  transition: 0.2s ease-in-out;
}

.delete-btn:hover {
  background: #fde9eb;
}

.delete-btn i,
.edit-btn i {
  padding-right: 7px;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.stock-field {
  width: 160px;
  border: 1px dotted #ccd1d8;
  vertical-align: middle;
  padding: 9px 8px;
}

.stock-field label {
  margin-bottom: 0;
  vertical-align: middle;
  color: #717d8b;
  font-size: 11px;
  line-height: 14px;
  cursor: pointer;
}

.stock-field .switch-slider {
  height: 14px;
  width: 34px;
  background-color: rgba(0, 166, 49, 0.5);
  display: inline-block;
  border-radius: 20px;
  position: relative;
  vertical-align: middle;
  margin-right: 7px;
  border-radius: 6px;
}

.stock-field .switch-slider:after {
  height: 20px;
  width: 20px;
  background-color: #00a631;
  box-shadow: 0 0 1px 0 rgba(0, 166, 49, 0.16),
    0 1px 1px 0 rgba(0, 166, 49, 0.13);
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  content: "";
  top: -3px;
  left:0px;
  transition: 0.2s ease-in-out;
}

.list-block table tr td:last-child {
  text-align: right;
  padding: 20px 20px 20px 0px;
}

.list-block table td:first-child {
  padding-left: 20px;
}

.stock-field.on-btn .switch-slider {
  background-color: rgba(0, 166, 49, 0.5);
}

.stock-field.on-btn .switch-slider:after {
  background-color: #00a631;
  box-shadow: 0 0 1px 0 rgba(0, 166, 49, 0.16),
    0 1px 1px 0 rgba(0, 166, 49, 0.13);
  transform: translateX(17px);
}

.stock-field.on-btn {
  border: 1px solid transparent;
}

.stock-field.off-btn .switch-slider {
  background-color: #ccd1d8;
}

.stock-field.off-btn .switch-slider:after {
  background-color: #838f9e;
  box-shadow: 0 0 1px 0 rgba(0, 166, 49, 0.16),
    0 1px 1px 0 rgba(0, 166, 49, 0.13);
}

.stock-field.off-btn {
  border: 1px dashed #ccd1d8;
}

.stock-field.off-btn .switch span,
.stock-field.on-btn .switch span {
  vertical-align: middle;
  width: 95px;
  display: inline-block;
}

.modal.fade .modal-dialog.modal-dialog-zoom {
  -webkit-transform: translate(0, 0) scale(0.5);
  transform: translate(0, 0) scale(0.5);
}

.modal.show .modal-dialog.modal-dialog-zoom {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.menu-btn-ui {
  display: inline-block;
  width: auto;
  height: 42px;
  padding: 0 20px;
  position: fixed;
  right: 0;
  bottom: 35px;
  background: #00a631;
  line-height: 42px;
  color: #fff;
  z-index: 99;
  border-radius: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  outline: none;
  box-shadow: none;
  border-color: #00a631;
  box-shadow: 0 9px 15px 0 rgba(5, 183, 58, 0.21);
  cursor: pointer;
}

.menu-btn-ui:focus {
  outline: none;
  box-shadow: none;
  color: #fff;
}

.modal .modal-dialog {
  /*height: 100%; */
  margin: 20px auto;
}

/* Add new item page  css */

.ani-ui-block .menu-top-block {
  margin-top: 20px;
}

.add-left-block .fields-ui-block {
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(11, 20, 31, 0.07),
    0 3px 5px 0 rgba(11, 20, 31, 0.12);
  border-radius: 12px;
}

.add-left-block .heading {
  display: block;
  position: relative;
  padding: 18px 24px 15px;
  border-bottom: 1px solid #e5f1ff;
}

.add-left-block .heading h4 {
  color: #0b141f;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.74px;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  padding-right: 110px;
  margin-bottom: 0;
}

.add-left-block .heading h4:after {
  display: none;
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  background: #e91a34;
  bottom: -24px;
  left: 0px;
}

.ani-ui-block .form-block {
  padding: 22px 22px;
  margin-bottom: 30px;
}

.ani-ui-block .form-group {
  /*margin-bottom: 32px;*/
  margin-bottom: 24px;
  position: relative;
}

.ani-ui-block .form-group label,
.selectbox-block label {
  color: #0c1f36;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 8px;
}

.ani-ui-block .form-group input {
  height: 42px;
  border: 1px solid #e3e8f1;
  border-radius: 2px;
  background-color: #fafcfe;
  padding: 0 12px;
  width: 100%;
  margin-bottom: 0px;
}

.ani-ui-block .form-group input:focus {
  outline: none;
}

.ani-ui-block .form-block .cs-check-box li {
  /*border: 1px solid #E0E3E7;*/
  /*padding: 14px 5px 14px 13px;*/
  padding: 0;
  position: relative;
}

.ani-ui-block .form-block .cs-check-box li label {
  padding: 17px 5px 14px 45px;
  height: 52px;
  border: 1px solid #e0e3e7;
  border-radius: 6px;
  font-size: 13px;
}

.pl-8 {
  padding: 0 15px 0 8px;
}

.helping-text {
  color: #8e9aa9;
  font-size: 12px;
  line-height: 14px;
  display: block;
  width: 100%;
  margin-top: 10px;
}

.all-taxes .form-group {
  display: inline-block;
  padding-right: 20px;
  vertical-align: top;
}

.all-taxes .form-group input {
  border: 1px solid rgba(11, 20, 31, 0.12);
  border-radius: 6px;
  background-color: #f7f7f7;
}

.ani-ui-block .form-group input::-webkit-input-placeholder {
  color: rgba(60, 67, 76, 0.6);
}

.ani-ui-block .form-group input::-moz-placeholder {
  color: rgba(60, 67, 76, 0.6);
}

.ani-ui-block .form-group input:-ms-input-placeholder {
  color: rgba(60, 67, 76, 0.6);
}

.ani-ui-block .form-group input:-moz-placeholder {
  color: rgba(60, 67, 76, 0.6);
}

/*.all-taxes .form-group input::-webkit-input-placeholder {color:#0B141F;}
.all-taxes .form-group input::-moz-placeholder {color:#0B141F;}
.all-taxes .form-group input:-ms-input-placeholder { color:#0B141F;}
.all-taxes .form-group input:-moz-placeholder {color:#0B141F;}*/

.price-block {
  display: inline-block;
  width: 200px;
  border: 1px dashed #ccd1d8;
  min-width: 190px;
  padding: 6px 11px;
  height: 52px;
  vertical-align: middle;
}

.price-block p {
  margin-bottom: 0;
  color: #0b141f;
  font-size: 32px;
  letter-spacing: -1.2px;
  line-height: 38px;
  display: inline-block;
}

.price-block span {
  color: #8e9aa9;
  font-size: 12px;
  line-height: 14px;
  margin-left: 4px;
}

.price-block sup {
  color: #868a90;
  font-family: "PingFang SC";
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  top: -11px;
}

.selectbox-block .form-group {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

/*.selectbox-block .form-group:first-child{ display: inline-block; vertical-align: top; margin-right: 20px; width: 376px;}*/

.selectbox-block .bootstrap-select {
  width: 100% !important;
  height: 42px;
}


.selectbox-block .bootstrap-select button {
  border: 1px solid rgba(11, 20, 31, 0.12);
  border-radius: 6px;
  background: transparent;
  height: 42px;
}

.selectbox-block .bootstrap-select button:focus,
.selectbox-block .bootstrap-select button:active {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.show > .btn-light.dropdown-toggle {
  background: none;
  border-color: #ccd1d8;
}

.ani-ui-block .form-group.ri-block {
  display: inline-block;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  padding-right: 0;
}

.ri-block .cs-check-box {
  width: 100%;
}

.ri-block .cs-check-box li {
  float: none;
  width: 100%;
  height: 52px;
  padding: 0 !important;
  position: relative;
}

.ri-block .cs-check-box li label {
  color: #0b141f;
  font-size: 16px;
  line-height: 19px;
  padding: 17px 5px 14px 45px;
}

.ri-block .cs-check-box li label span {
  opacity: 0.6;
  color: #0b141f;
  font-size: 12px;
  line-height: 14px;
  display: block;
  margin-top: 4px;
}

.selectbox-block .form-group.ri-block {
  vertical-align: bottom;
}

.form-group textarea {
  height: 122px;
  display: block;
  border: 1px solid rgba(11, 20, 31, 0.12);
  border-radius: 6px;
  background-color: #f7f7f7;
  width: 100%;
  resize: none;
  padding: 10px 10px;
}

.form-group textarea:focus {
  outline: none;
}

.ani-ui-block .form-group.desc-block {
  margin-bottom: 0;
}

.add-new-btn {
  height: 52px;
  width: auto;
  padding: 0 24px;
  border: 1px solid #e0e3e7;
  border-radius: 6px;
  background-color: #ffffff;
  vertical-align: middle;
  color: #788697;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
  vertical-align: middle;
  transition: 0.2s ease-in-out;
  line-height: 50px;
}

.add-new-btn:hover {
  border-color: #d4d6d8;
  color: #788697;
}

.add-new-btn i {
  vertical-align: middle;
  margin-right: 9px;
  font-size: 20px;
  color: #788697;
  position: relative;
  top: -1px;
}

.mt-25 {
  margin-top: 25px;
}

.b-label {
  min-height: 16px;
}

.upload-ui-block {
  height: 285px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(11, 20, 31, 0.07),
    0 3px 5px 0 rgba(11, 20, 31, 0.12);
  padding: 12px;
  margin-bottom: 10px;
}

.up-img-block {
  height: 234px;
  width: 100%;
  border-radius: 6px;
  background-color: #eff0f0;
  margin-bottom: 6px;
  display: block;
  position: relative;
  overflow: hidden;
}

.up-content-block p {
  color: #8e9aa9;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  display: inline-block;
}

.up-content-block span {
  color: #8e9aa9;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  float: right;
  margin-top: 6px;
}

.upload-right-block p {
  color: #657486;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.up-img-block input {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.up-img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.file-btn-block {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}

.file-btn-block li {
  display: inline-block;
  list-style: none;
}

.file-btn-block li a {
  text-decoration: underline;
}

.file-btn-block li .ci-btn {
  color: #e92039;
  font-size: 12px;
  line-height: 14px;
  padding-right: 25px;
}

.file-btn-block li .di-btn {
  color: #728193;
  font-size: 12px;
  line-height: 14px;
  background: none;
}

.filname-text {
  color: #0b141f;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.file-left-block {
  width: calc(100% - 180px);
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.file-right-block {
  display: inline-block;
  width: 170px;
  text-align: right;
}

.filename-block {
  display: none;
}

.image-loader-block {
  background-color: rgba(255, 255, 255, 0.91);
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  text-align: center;
  display: none;
}

.image-loader-block figure {
  width: 60px;
  display: inline-block;
  margin-bottom: 35px;
}

.loader-content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.loader-content .progress {
  height: 8px;
  background: rgba(168, 176, 185, 0.5);
  max-width: 280px;
  margin: auto;
}

.loader-content figcaption p {
  color: #0b141f;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.2px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.save-button-block button {
  margin-left: auto;
  margin-right: 0px;
}

.save-button-block {
  margin-bottom: 30px;
}

.ln-block label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*.row1 .form-group:first-child{width: 376px; display: inline-block; margin-right: 20px;}*/

/*.row1 .form-group:nth-child(2){width:calc(100% - 400px); display: inline-block; vertical-align:top;}*/

.row1 .form-group > label {
  min-height: 13px;
  display: inline-block;
}

.cs-check-box .os-check-box label:before {
  background-color: #eaeaeb;
  border-color: #eaeaeb;
}

.ri-block .cs-check-box .os-check-box label {
  padding-right: 100%;
}

.ri-block .cs-check-box .os-check-box label span {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
}

.addon-block .form-group {
  width: 311px;
  display: inline-block;
  margin-right: 20px;
}

/*.addon-block .form-group:nth-child(3){ width: 150px; }
.addon-block .form-group:nth-child(4){ display: inline-block; width: 52px; margin-right: 0;}*/

.addon-btn-block {
  background-color: #f3fff7;
  border: 1px solid rgba(11, 20, 31, 0.12);
  border-radius: 6px;
  height: 52px;
  width: 52px;
  padding: 0;
  font-size: 30px;
  color: #00a631;
}

.addon-btn-block:focus,
.addon-btn-block:hover {
  color: #00a631;
}

.addon-text input {
  font-size: 12px;
  color: #0b141f;
}

.add-left-block .heading h4 .add-text-btn {
  position: absolute;
  right: 20px;
  color: #00a631;
}

.multiple-variant .form-group {
  width: 313px;
  display: inline-block;
  margin-right: 22px;
}

/*.multiple-variant .form-group:nth-child(4){    display: inline-block; width: 52px; margin-right: 0; vertical-align: bottom;}*/

.multiple-variant .form-group.v-price {
  display: inline-block;
  width: 25%;
  float: left;
}

.multiple-variant .form-group.v-action {
  display: inline-block;
  width: 20%;
  float: left;
  margin-right: 0;
}

/*.multiple-variant .form-group:first-child{ width: 48%; float: left;}*/

.multiple-variant .form-group .cs-check-box li {
  width: 100%;
  background: none;
  border: none;
}

.multiple-variant .form-group .cs-check-box li label {
  margin-bottom: 0;
  background: #fff;
  border-color: rgba(11, 20, 31, 0.12);
  padding: 0;
  cursor: pointer;
}

.delete-varient {
  display: inline-block;
  width: 60px;
  vertical-align: top;
  float: left;
  margin-left: 10px;
  margin-top: 8px;
}

.delete-varient a {
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 16px;
  background: #abb8c8;
  border: none;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
}

.delete-varient a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
}

.multiple-ui-addon .cs-check-box li input {
  z-index: 9;
  cursor: pointer;
}

.multiple-ui-addon .cs-check-box li label:before {
  transform: translate(-50%, -50%);
  left: 50%;
}

.multiple-ui-addon .cs-check-box li label:after {
  left: 43%;
}

.multiple-ui-addon .cs-check-box li label {
  margin-bottom: 0;
}

.checkbox-block {
  width: 59px;
  display: inline-block;
  float: left;
}

.final-price-block {
  display: none;
  animation: animateElement linear 0.3s;
  animation-iteration-count: 1;
}

.final-price-block.active {
  display: inline-block;
  width: 100%;
}

.multiple-variant {
  display: none;
  /*margin: 0 -22px;*/
  padding-bottom: 0;
  margin-bottom: 0px;
  border-radius: 0 0 6px 6px;
}

.multiple-variant .col-lg-12 {
  padding: 0 15px;
}

.multiple-variant .col-lg-12:first-child .form-group {
  width: 100%;
}

.multiple-variant.active {
  display: block;
}

.order-list-block.past-order-block .preparing-order-block {
  padding-left: 0;
}

.dropdown-toggle::after {
  border: none;
  content: "\E313";
  font-family: "Material Icons";
  font-size: 24px;
  top: 50%;
  position: absolute;
  right: 10px;
  width: 20px;
  height: auto;
  transform: translateY(-50%);
  color: #0b141f;
  opacity: 0.3;
}

.dropup .dropdown-toggle::after {
  border: none;
  content: "\E313";
  font-family: "Material Icons";
  font-size: 24px;
  top: 50%;
  position: absolute;
  right: 10px;
  width: 20px;
  height: auto;
  transform: translateY(-50%);
  color: #0b141f;
  opacity: 0.3;
}

.mv-btn {
  background-color: #00a631;
  border: 1px solid #00a631;
  color: #fff;
  line-height: 50px;
}

.mv-btn:hover,
.mv-btn:focus {
  color: #fff;
}

.ani-ui-block .multiple-variant .form-group {
  margin-bottom: 24px;
}

.ani-ui-block .multiple-variant .form-group input {
  border: 1px solid rgba(11, 20, 31, 0.12);
  background-color: #ffffff;
  font-size: 16px;
}

.ani-ui-block .multiple-variant label {
  margin-bottom: 14px;
  color: #0b141f;
  line-height: 16px;
  font-size: 14px;
}

.remove-addon-btn {
  background: #e91a34;
  color: #fff;
  border-color: #e91a34;
  font-size: 42px;
  line-height: normal;
}

.remove-addon-btn:hover,
.remove-addon-btn:focus {
  color: #fff;
}

.remove-btn {
  background: rgba(233, 26, 52, 0.1);
  color: rgba(233, 26, 52, 0.7);
  border-color: rgba(233, 26, 52, 0.3);
  font-size: 42px;
  line-height: normal;
}

.remove-btn:hover,
.remove-btn:focus {
  color: rgba(233, 26, 52, 0.7);
}

.multiple-variant .add-on-field {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.multiple-variant .add-on-field .form-group {
  float: left;
  vertical-align: top;
}

.no-margin .form-group {
  margin-bottom: 20px;
}

.addon-field-outer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  animation: animateElement linear 0.3s;
  animation-iteration-count: 1;
}

.addon-field-outer .form-group {
  float: left;
  margin-right: 23px;
}

.addon-full-block .row.addon-category .form-group {
  width: 311px;
  display: inline-block;
  margin-right: 20px;
}

.addon-field-outer .form-group:nth-child(4) {
  vertical-align: bottom;
  margin-top: 26px;
}

.addon-field-outer .form-group.addon-text {
  width: 140px;
  margin-right: 20px;
}

.addon-field-outer .form-group.addon-text .bootstrap-select {
  width: 100%;
}

.addon-field-outer .form-group.addon-text .bootstrap-select button {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(11, 20, 31, 0.12);
  background: #fff;
  outline: none;
  box-shadow: none;
}

.addon-field-outer .form-group.addon-text .bootstrap-select button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.addon-field-outer .form-group:nth-child(4) {
  margin-top: 0;
}

.addon-field-outer .form-group label {
  min-height: 16px;
  display: none;
}

.addon-field-outer:first-child .form-group .addon-btn-block {
  margin-top: 24px;
}

.addon-field-outer:first-child .form-group label {
  display: block;
}

.mb-0 {
  margin-bottom: 0;
}

.multiple-variant .form-group .cs-check-box li .os-check-box {
  position: relative;
}

.multiple-variant .form-group .cs-check-box li .os-check-box input {
  width: 100%;
  height: 100%;
  z-index: 1;
  border: none;
  background: none;
}

.multiple-variant
  .form-group
  .cs-check-box
  li
  .os-check-box
  input:checked
  + label:before {
  background: linear-gradient(180deg, #5ede44 0%, #33c123 100%);
  border-color: none;
}

.multiple-variant
  .form-group
  .cs-check-box
  li
  .os-check-box
  input:checked
  + label:after {
  opacity: 1;
  margin-top: -2px;
  left: 8px;
}

.multiple-ui-addon .form-group.v-name {
  width: 48%;
  float: left;
}

.multiple-ui-addon .form-group.v-price {
  width: 25%;
  float: left;
  padding: 0 10px 0 0;
}

.multiple-ui-addon .form-group.v-action {
  width: 20%;
  float: left;
  margin-right: 0;
  line-height: normal;
  margin-top: 20px;
}

.multiple-ui-addon .form-group {
  margin-bottom: 20px;
}

/*== new css ==*/

.basic-details .form-group {
  vertical-align: top;
}

.form-group.w-52 {
  width: 52%;
  display: inline-block;
  margin-right: 20px;
}

.form-group.w-45 {
  width: 43%;
  display: inline-block;
}

.w-100 {
  width: 100%;
}

.w-100 textarea {
  height: 64px;
  background: #fff;
}

.w-36 {
  width: 36%;
}

.mb-0 {
  margin-bottom: 0;
}

.ani-ui-block .form-block .cs-check-box.rs-checkbox li label {
  padding: 15px 45px 15px 15px;
}

.ani-ui-block .form-block .cs-check-box.rs-checkbox li label span {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  top: 3px;
}

.ani-ui-block .form-block .cs-check-box.rs-checkbox li label span {
  width: 16px;
  height: 16px;
}

.ani-ui-block .form-block .cs-check-box.rs-checkbox li label span:before {
  width: 8px;
  height: 8px;
}

.cs-check-box.rs-checkbox .os-check-box label:before {
  right: 14px;
  left: inherit;
  border-radius: 100%;
  width: 22px;
  height: 22px;
}

.cs-check-box.rs-checkbox .os-check-box label:after {
  left: inherit;
  right: 18px;
}

/*== add new item changes ==*/

.row1 .cs-check-box .os-check-box label:before {
  right: 14px;
  left: inherit;
  border-radius: 100%;
  width: 22px;
  height: 22px;
}

.row1 .cs-check-box .os-check-box label:after {
  left: inherit;
  right: 18px;
}

.ani-ui-block .form-block .row1 .cs-check-box li label {
  padding: 15px 45px 15px 15px;
  margin-bottom: 0;
}

.ani-ui-block .form-block .row1 .cs-check-box li label span {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  top: 3px;
}

.ani-ui-block .form-block .row1 .cs-check-box li label span:before {
  width: 8px;
  height: 8px;
}

.selectbox-block .form-group.ri-block ul li label {
  border: none;
}

.ani-ui-block .form-block .cs-check-box li label:before {
  border-radius: 100%;
}

.ri-block .cs-check-box .os-check-box label span {
  position: relative;
  content: "";
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 4px !important;
  margin-top: 2px !important;
  transform: inherit;
}

.basic-details .form-block {
  margin-bottom: 0;
  /*padding-bottom: 0;*/
}

.price-ui-block .form-block {
}

.price-ui-block .heading h4 {
  padding-top: 0;
}

.ani-ui-block .price-ui-block .form-block .item-type-ui .cs-check-box li {
  width: auto;
  margin-right: 40px;
  display: inline-block;
}

.ani-ui-block
  .price-ui-block
  .form-block
  .item-type-ui
  .cs-check-box
  li:last-child {
  float: none;
}

.ani-ui-block .price-ui-block .form-block .item-type-ui .cs-check-box li label {
  border: none;
}

.ani-ui-block .form-group.item-type-ui {
  margin-bottom: 0px;
}

.ani-ui-block .item-type-ui .cs-check-box .os-check-box label {
  padding: 17px 5px 14px 33px;
}

.item-type-ui .cs-check-box .os-check-box label:after {
  left: 8px;
}

.item-type-ui .cs-check-box .os-check-box label:before {
  left: 0px;
}

/*.all-taxes .form-group{ width: 246px; }*/

.all-taxes .form-group input {
  background: none;
}

/*.all-taxes .form-group:nth-child(2){ width: 246px; }*/

.addon-full-block .row.addon-category .form-group.addon-name {
  width: 100%;
}

.cc-item .left-block {
  display: inline-block;
  width: 190px;
  margin-right: 24px;
}

.cc-item .right-block {
  display: inline-block;
}

.cc-item .right-block .form-group {
  width: 90px;
  display: inline-block;
  text-align: center;
}

.cc-item .right-block .form-group:nth-child(2) {
  width: auto;
  padding: 0 15px;
}

.cc-item .right-block .form-group input {
  text-align: center;
}

.cc-item label {
  opacity: 0.87;
  color: #0b141f;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 10px;
}

.ani-ui-block .form-block .inline-checkboxs .cs-check-box li label {
  border: none;
  padding: 17px 5px 14px 30px;
}

.inline-checkboxs .cs-check-box .os-check-box label:before {
  left: 0;
}

.inline-checkboxs .cs-check-box .os-check-box label:after {
  left: 8px;
}

.addon-field-outer .form-group:first-child {
  width: 450px;
}

.addon-field-outer .form-group:nth-child(2) {
  width: 180px;
}

.addon-field-outer .form-group:nth-child(3) {
  display: inline-block;
  padding: 0px;
  width: auto;
  margin-right: 0;
}

.addon-field-outer:first-child .form-group .delete-icon {
  margin-top: 28px;
}

.addon-field-outer .form-group .delete-icon {
  margin-top: 0px;
}

.addon-field-outer .form-group .delete-icon a {
  height: 44px;
  line-height: 44px;
  display: inline-block;
  padding: 10px;
  color: #b9bbbf;
  position: relative;
  z-index: 1;
  transition: 0.2s ease-in-out;
}

.addon-field-outer .form-group .delete-icon a:hover {
  color: #e91a34;
}

.addon-field-outer .form-group .delete-icon a:hover:after {
  opacity: 1;
  transform: scale(1);
}

.addon-field-outer .form-group .delete-icon a:after {
  position: absolute;
  left: 4px;
  content: "";
  height: 34px;
  width: 34px;
  border-radius: 100%;
  display: inline-block;
  background: rgba(233, 26, 52, 0.09);
  z-index: -1;
  top: 8px;
  transition: 0.2s ease-in-out;
  opacity: 0;
  transform: scale(0.4);
}

.add-left-block .heading .right-block {
  display: inline-block;
  width: 290px;
  text-align: right;
}

.add-left-block .heading .left-block {
  display: inline-block;
  width: calc(100% - 300px);
}

.add-left-block .heading .right-block .add-text-btn {
  color: #00a631;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 14px;
}

.add-left-block .heading .right-block .add-text-btn i {
  margin-right: 5px;
  margin-left: 0;
}

.remove-text-btn {
  color: #808e9e;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 14px;
  text-transform: uppercase;
  margin-left: 20px;
  vertical-align: middle;
  transition: 0.2s ease-in-out;
}

.remove-text-btn i {
  margin-right: 5px;
  color: #8391a1;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 2px;
  position: relative;
  transition: 0.2s ease-in-out;
  top: -2px;
}

.remove-text-btn:hover,
.remove-text-btn:hover i {
  color: #e91a34;
}

.add-text-btn {
  color: #1669f1;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 16px;
  padding: 0 10px;
}

.add-text-btn:first-child {
  padding-left: 0;
}

.add-text-btn i {
  margin-right: 4px;
}

.add-text-btn span {
  font-size: 10px;
}

.add-text-btn span:before {
  margin-right: 4px;
  color: #1669f1;
}

.add-text-btn:hover {
  color: #1669f1;
}

.ad-btn {
  padding-left: 0;
}

.final-price-ui {
  display: inline-block;
}

.price-ui-block .form-block {
  padding-bottom: 0;
}

.add-more-blocks {
  margin-top: -10px;
}

.price-block .left-block {
  display: inline-block;
  width: 65px;
  vertical-align: top;
}

.price-block .right-block {
  width: calc(100% - 75px);
  display: inline-block;
  vertical-align: top;
}

.price-block .right-block span {
  vertical-align: top;
}

.price-block .right-block .red-bg {
  color: #e91a34;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
  top: 4px;
}

.multiple-ui-addon .cs-check-box li {
  float: none !important;
  width: 100% !important;
}

.multiple-ui-addon .cs-check-box li label {
  width: 100%;
  padding: 0 !important;
}

.multiple-ui-addon {
  animation: animateElement linear 0.3s;
  animation-iteration-count: 1;
}

/* past order page css start */

.past-order-block .preparing-order-block .panel-title .right-block {
  position: relative;
  width: 150px !important;
}

.past-order-block .preparing-order-block .panel-title .left-block {
  width: calc(100% - 160px) !important;
  position: relative;
  padding-right: 120px;
}

.tag {
  padding: 4px 12px;
  font-size: 12px;
  position: absolute;
  right: 0px;
  display: inline-block;
  background: #ccc;
  border-radius: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
}

.tag.complete-tag {
  color: #2680db;
  background-color: rgba(8, 88, 170, 0.09);
}

.tag.cancel-tag {
  color: #e91a34;
  background-color: rgba(233, 26, 52, 0.09);
}

.top-title {
  margin-bottom: 18px;
}

.top-title h4 {
  color: #0b141f;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.cancel-order-ui .top-title h4 {
  color: #e91a34;
}

.order-list-block.past-order-block .col-sm-6:first-child:after {
  display: none;
}

.month-title p {
  color: #728193;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.74px;
  line-height: 15px;
  margin-bottom: 12px;
}

.past-order-block .order-listing {
  margin-bottom: 14px;
  display: inline-block;
  width: 100%;
}

.add-on-field,
.multiple-variant,
.final-price-ui {
  animation: animateElement linear 0.3s;
  animation-iteration-count: 1;
}

@keyframes animateElement {
  0% {
    opacity: 0;
    transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

/*==== business page css start ===*/

.odl-block {
  display: inline-block;
  width: 100%;
  background-color: #121f2e;
  padding-top: 16px;
  padding-bottom: 28px;
}

.od-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}

.od-menu li {
  display: inline-block;
  margin-right: 40px;
}

.od-menu li a {
  color: #728193;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  padding-bottom: 7px;
}

.od-menu li a.active {
  color: #ffffff;
}

.od-menu li a:after {
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: #e91a34;
  content: "";
  left: 0;
  bottom: 0px;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.od-menu li a.active:after {
  opacity: 1;
}

.lgrey-btn {
  height: 44px;
  border-radius: 6px;
  background-color: rgba(144, 164, 189, 0.09);
  padding: 0 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.74px;
  border: none;
  line-height: 44px;
  transition: 0.2s ease-in-out;
}

.lgrey-btn i {
  font-size: 18px;
  vertical-align: middle;
  color: #929faf;
  margin-left: 7px;
  position: relative;
  top: -1px;
  transition: 0.2s ease-in-out;
}

.lgrey-btn:hover i {
  transform: translate3d(5px, 0, 0);
}

.lgrey-btn:hover {
  color: #fff;
  background-color: rgba(144, 164, 189, 0.19);
}

.order-detail-ui {
  margin-top: 23px;
}

.odc-ui {
  display: inline-block;
  width: 20%;
  float: left;
}

.odc-ui h4 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -0.54px;
  line-height: 36px;
  margin-bottom: 12px;
}

.odc-ui p {
  color: #9fb4ce;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.74px;
  line-height: 16px;
  text-transform: uppercase;
}

.order-content-block {
  padding: 30px 0;
}

.od-box-ui {
  width: 100%;
  display: inline-block;
  min-height: 360px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 1px 5px 0 rgba(11, 20, 31, 0.07),
    0 3px 5px 0 rgba(11, 20, 31, 0.12);
  padding: 0px;
  margin-bottom: 30px;
}

.od-heading {
  margin-bottom: 0px;
  padding: 20px;
}

.od-heading p {
  color: #0b141f;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  width: calc(100% - 110px);
  display: inline-block;
  margin-bottom: 0;
}

.od-heading p span {
  opacity: 0.7;
  color: #0b141f;
  font-size: 12px;
  line-height: 16px;
  margin-left: 5px;
}

.rtext-btn {
  width: 100px;
  color: #e91a34;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.74px;
  line-height: 16px;
  display: inline-block;
  text-transform: uppercase;
  text-align: right;
}

.rtext-btn:hover {
  color: #e91a34;
}

.graph-ui {
  max-height: 240px;
  min-height: 240px;
  padding: 20px;
}

.rt-block ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.rt-block ul li {
  display: inline-block;
  width: 31%;
  vertical-align: top;
}

.rt-block h4 {
  color: #0b141f;
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 0;
}

.rt-block p {
  opacity: 0.5;
  color: #0b141f;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 4px;
}

.rt-block ul li:first-child {
  width: 36%;
}

.rt-block ul li:first-child p {
  margin-top: 4px;
  margin-bottom: 0;
  opacity: 1;
}

.rt-block ul li:first-child p i {
  color: #f4b31f;
  opacity: 1;
  font-size: 19px;
}

.rt-block ul li:first-child p i:last-child {
  color: #e1e2e4;
}

.rt-block {
  border-bottom: 1px solid #eeeef0;
  padding: 20px;
  margin-bottom: 23px;
}

.rating-listing-block {
  padding: 0 20px;
  max-height: 390px;
  overflow-y: hidden;
  position: relative;
  transition: 0.2s ease-in-out;
  scroll-behavior: smooth;
}

.rating-listing-block.active {
  overflow-y: auto;
}

.rating-listing-ui {
  margin-bottom: 32px;
  position: relative;
}

.rating-listing-ui h4 {
  color: #0b141f;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 7px;
  padding-right: 95px;
}

.rating-listing-ui p {
  opacity: 0.8;
  color: #0b141f;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}

.od-heading .price {
  color: #05b73a;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.t-readmore {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.73) 58.12%,
    #ffffff 100%
  );
  height: 65px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 6px 6px;
}

.rating-listing-block.active .t-readmore {
  display: none;
}

.rating-icon {
  position: absolute;
  right: 0px;
  top: 0;
}

.rating-icon i {
  font-size: 18px;
  color: #f4b31f;
}

.rating-block {
  padding-top: 10px;
}

.bs-order-listing {
  padding: 10px 20px 0;
}

.bs-order-listing ul {
  padding: 0;
  list-style: none;
}

.bs-order-listing li {
  margin-bottom: 20px;
}

.bs-left-block {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: middle;
}

.bs-left-block p {
  margin-bottom: 0;
  color: #0b141f;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 3px;
}

.bs-left-block .price-text {
  opacity: 0.7;
  color: #0b141f;
  font-size: 15px;
  line-height: 18px;
}

.bs-left-block .v-icon {
  top: 4px;
}

.bs-right-block {
  display: inline-block;
  width: 95px;
  text-align: right;
  vertical-align: middle;
  margin-bottom: 0;
}

.bs-right-block p {
  margin-bottom: 0;
}

/*====setting ====*/

.cover-ui-block {
  margin-top: 28px;
}

.cover-image-block {
  height: 345px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.cover-image-block figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  margin-bottom: 0;
}

.cover-image-block figure img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.cover-image-block figcaption {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(11, 20, 31, 0.8) 100%
  );
  padding: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 6px 6px;
}

.cover-image-block figcaption p {
  margin-bottom: 0;
  opacity: 0.9;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  text-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5), 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.cover-image-block figcaption h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.5), 0 12px 24px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}

.edit-cover {
  height: 42px;
  width: 165px;
  border-radius: 21px;
  background-color: rgba(10, 22, 31, 0.5);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.56px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  vertical-align: middle;
}

.edit-cover i {
  margin-right: 8px;
  font-size: 17px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

.edit-cover:hover {
  color: #fff;
  background-color: rgba(10, 22, 31, 0.8);
}

.rating-text-block {
  height: 32px;
  border-radius: 16px;
  background-color: #05b73a;
  box-shadow: 0 3px 8px 0 rgba(5, 183, 58, 0.17);
  display: inline-block;
  padding: 0 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  vertical-align: middle;
  margin-left: 15px;
}

.setting-ui-block {
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(11, 20, 31, 0.07),
    0 3px 5px 0 rgba(11, 20, 31, 0.12);
  padding: 16px;
  margin-bottom: 30px;
}

.setting-ui-block .setting-left-ui {
  width: 26px;
  vertical-align: top;
  display: inline-block;
  line-height: normal;
}

.setting-ui-block .setting-right-ui {
  width: calc(100% - 35px);
  vertical-align: middle;
  display: inline-block;
  padding-left: 10px;
}

.setting-right-ui h5 {
  color: #0b141f;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0px;
  font-weight: normal;
}

.setting-right-ui p {
  opacity: 0.72;
  color: #0b141f;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 18px;
  min-height: 34px;
  display: -webkit-box;
  margin-top: 4px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tag-ui {
  height: 32px;
  border: 1px solid rgba(255, 217, 222, 0.5);
  border-radius: 4px;
  background-color: rgba(255, 232, 235, 0.5);
  color: #e91e37;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  padding: 0 10px;
}

.tag-ui:hover {
  color: #e91e37;
}

.setting-left-ui i {
  color: #858a8f;
}

.setting-ui-block a {
  width: 100%;
  display: inline-block;
}

.fs {
  font-size: 12px;
}

/* add new category popup */

.modal-footer {
  padding: 16px 20px 20px;
}

.popup-content-block .form-group label {
  display: inline-block;
  width: 100%;
  opacity: 0.87;
  color: #0b141f;
  font-size: 14px;
  line-height: 16px;
}

.popup-content-block .form-group input {
  width: 100%;
  border: 1px solid rgba(11, 20, 31, 0.12);
  border-radius: 6px;
  background-color: #f7f7f7;
  height: 48px;
  padding: 0 22px;
}

.popup-content-block .form-group input:focus {
  outline: none;
}

.popup-content-block .form-group {
  margin-bottom: 30px;
}

.form-group .bootstrap-select button {
  border: 1px solid rgba(11, 20, 31, 0.12);
  border-radius: 6px;
  background: transparent;
  height: 42px;
}

.form-group .bootstrap-select button:focus {
  outline: none !important;
}

.form-group .bootstrap-select .dropdown-menu li {
  margin-bottom: 0;
}

.form-group .bootstrap-select {
  width: 100% !important;
  height: 42px;
}

.form-group .bootstrap-select .css-1s2u09g-control{
  height: 42px;
  background-color: #f9f9fb;
  border: 1px solid #E3E8F1;
}

#add-new-category .modal-dialog {
  max-width: 620px;
}

.available-block .form-group {
  vertical-align: top;
  float: left;
}

.available-block .form-group:first-child {
  width: 40%;
  display: inline-block;
  margin-right: 20px;
}

.available-block .form-group:nth-child(2),
.available-block .form-group:nth-child(4) {
  width: 122px;
  display: inline-block;
}

.available-block .form-group:nth-child(3) {
  display: inline-block;
  width: 38px;
  vertical-align: middle;
}

.add-more-category .available-block:first-child .form-group .b-label {
  display: block;
}

.add-more-category .available-block .b-label {
  display: none;
}

.available-block .form-group .timing-selecter {
  width: 128px;
  display: inline-block;
}

.available-block .form-group label {
  vertical-align: top;
}

.available-block .form-group .select-label {
  display: inline-block;
  width: 36px;
  text-align: center;
  float: left;
  vertical-align: middle;
  height: 42px;
  line-height: 42px;
}

.available-block .form-group {
  vertical-align: top;
}

.available-block .delete-icon {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  margin-top: 10px;
}

.available-block .delete-icon a {
  color: #b9bbbf;
  line-height: normal;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.2s ease-in-out;
}

.available-block .delete-icon a:after {
  position: absolute;
  left: -5px;
  content: "";
  height: 34px;
  width: 34px;
  border-radius: 100%;
  display: inline-block;
  background: rgba(233, 26, 52, 0.09);
  z-index: -1;
  top: -6px;
  transition: 0.2s ease-in-out;
  opacity: 0;
  transform: scale(0.4);
}

.available-block .delete-icon a:hover {
  color: #e91a34;
}

.available-block {
  display: inline-block;
}

.available-block .delete-icon a:hover:after {
  opacity: 1;
  transform: scale(1);
}

#add-new-category .addmore-btn {
  margin-top: -5px;
  margin-bottom: 20px;
}

.timing-selecter .bootstrap-select .dropdown-menu.inner {
  max-height: 125px;
}

.available-block {
  display: inline-block;
  width: 100%;
  animation: animateElement linear 0.3s;
  animation-iteration-count: 1;
}

.available-block .form-group {
  margin-bottom: 16px;
}

/* discount coupon css */

.discount-coupon-ui {
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  position: relative;
}

.discount-coupon-ui.active {
  background: #fff5f7;
}

.discount-coupon-ui:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  background-color: #ee0633;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate3d(-3px, 0, 0);
  transition: 0.2s ease-in-out;
}

.discount-coupon-ui.active:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.2s ease-in-out;
}

.ds-heading {
  position: relative;
  padding-right: 85px;
  margin-bottom: 8px;
}

.coupon-name {
  height: 28px;
  width: auto;
  color: #fb810b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 26px;
  text-align: center;
  border: 1px dashed #fb810b;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 0 8px;
  display: inline-block;
  background: #fff;
}

.applied-msg {
  color: rgba(37, 44, 60, 0.4);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.43px;
  line-height: 14px;
  text-align: center;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  display: none;
}

.applied-msg i {
  font-size: 16px;
  color: #2e9629;
  vertical-align: middle;
  margin-right: 2px;
  position: relative;
  top: -1px;
}

.discount-coupon-ui.active .applied-msg {
  display: inline-block;
}

.apply-btn {
  color: #ee0633;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.43px;
  line-height: 14px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}

.apply-btn:hover {
  color: #ee0633;
}

.rc-btn {
  color: #ee0633;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.43px;
  line-height: 14px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}

.rc-btn:hover {
  color: #ee0633;
}

.ds-content h5 {
  opacity: 0.9;
  color: #091223;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  margin-bottom: 8px;
}

.ds-content p {
  color: rgba(41, 49, 63, 0.87);
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 15px;
}

.md-btn {
  color: #2b90ea;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.md-btn:hover {
  color: #2b90ea;
}

#discount-modal .modal-body {
  padding: 0;
}

.modal-footer {
  position: relative;
}

.modal-body {
  max-height: 510px;
  overflow-y: auto;
  padding-bottom: 0px;
}

#discount-modal .modal-footer:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 20px;
  top: -20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.73) 58.12%,
    #ffffff 100%
  );
}

/* prepartion modal*/

.Prepration-modal-ui {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.Prepration-modal-ui i {
  color: #ec132d;
  font-size: 40px;
}

.Prepration-modal-ui p {
  opacity: 0.9;
  color: #091223;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 5px;
}

.Prepration-modal-ui {
}

.Prepration-modal-ui input::-webkit-outer-spin-button,
.Prepration-modal-ui input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

.Prepration-modal-ui .quanti-invitati-op {
  cursor: pointer;
  user-select: none;
  margin-bottom: 20px;
  position: relative;
}

#prepration-modal .modal-dialog {
  max-width: 350px;
}

#prepration-modal .modal-footer {
  text-align: center;
  justify-content: center;
}

#prepration-modal .modal-footer button {
  padding: 0 30px;
  height: 48px;
  width: 100%;
  text-transform: uppercase;
}

.Prepration-modal-ui .form-item {
  border: 1px solid #eaeaeb;
  width: 200px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 6px;
  height: 48px;
  position: relative;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.04);
}

.Prepration-modal-ui .form-item input {
  width: 40px;
  border: none;
  background: none;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  opacity: 0.9;
}

.Prepration-modal-ui .form-item input:focus {
  outline: none;
}

.time-title {
  opacity: 0.9;
  display: inline-block;
  margin-left: -3px;
}

.Prepration-modal-ui .quanti-invitati-op.minus-icon {
  cursor: pointer;
  user-select: none;
  margin-bottom: 0;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #06a535;
  font-size: 42px;
  line-height: 30px;
}

.Prepration-modal-ui .quanti-invitati-op.plus-icon {
  cursor: pointer;
  user-select: none;
  margin-bottom: 0px;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #06a535;
  font-size: 26px;
}

.ani-ui-block .form-block .ri-block .cs-check-box li label:before {
  border-radius: 4px;
}

/* out of stock popup*/

.calender-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: normal;
  color: #788697;
}

#stock-modal .modal-dialog {
  max-width: 420px;
}

#stock-modal .modal-body {
  padding-bottom: 0 !important;
  transition: 0.2s ease-in-out;
}

.set-datepicker {
  display: none;
  width: 100%;
  padding-left: 40px;
  margin-top: 10px;
  animation: animateElement linear 0.3s;
  animation-iteration-count: 1;
}

.set-datepicker.active {
  display: inline-block;
}

.popup-content-block ul li .set-datepicker input {
  opacity: 1;
  position: relative;
}

.set-datepicker span {
  font-size: 14px;
  color: #0b141f;
  opacity: 0.7;
}

.set-datepicker input {
  font-size: 14px;
}

/*.chevron-left:before, .chevron-right:before{ display: none !important; }*/

/*.chevron-right:before{ content:"\e079"; font-family: 'Glyphicons Halflings'; font-size:20px; }*/

.addon-full-block .row .btn.add-text-btn.ad-btn {
  margin-bottom: 20px;
}

.w-30 {
  width: 30% !important;
  display: inline-block;
  float: left;
}

.w-20 {
  width: 20% !important;
  display: inline-block;
  float: left;
}

.addon-block .form-group.w-25 {
  width: 20% !important;
  display: inline-block;
  float: left;
  margin-right: 0;
}

#order-timing-modal .modal-dialog {
  max-width: 620px;
}

/* restarunt info popup */

.restaurant-cover-img {
  height: 200px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.restaurant-cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.restaurant-detail {
  display: inline-block;
  width: 100%;
}

.restaurant-detail .content-block li {
  margin-bottom: 5px;
}

.restaurant-detail .icon-block {
  display: inline-block;
  line-height: normal;
}

.restaurant-detail .content-block {
  display: inline-block;
  width: calc(100% - 30px);
  padding-left: 8px;
  padding-top: 10px;
}

.restaurant-detail .content-block label {
  font-size: 13px;
  margin-bottom: 5px;
  color: #696969;
}

.restaurant-detail .content-block p {
  color: #0b141f;
  opacity: 1;
  font-size: 15px;
}

.restaurant-detail .icon-block i {
  color: #b6b9bc;
}

.restaurant-detail ul {
  margin-bottom: 20px;
}

#restaurant-info-modal .popup-content-block ul li {
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
}

.change-password-ui {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.change-password-ui .icon-block {
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
}

.change-password-ui .pswd-content-block {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: middle;
}

.change-password-ui .pswd-content-block p {
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 500;
}

.change-password-ui a .pswd-content-block p,
.change-password-ui a .icon-block i {
  color: #e91e37;
}

.help-btn:hover {
  color: rgba(11, 20, 31, 0.7);
}

.help-btn i {
  margin-right: 5px;
  margin-top: -1px;
  vertical-align: middle;
  font-size: 20px;
  display: inline-block;
}

.modal-footer .close-btn {
  border: 1px solid rgba(11, 20, 31, 0.3) !important;
  border-radius: 4px;
  color: rgba(11, 20, 31, 0.5);
  opacity: 1;
  height: 48px;
  line-height: 46px;
  float: right;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}

.modal-footer .close-btn:hover {
  border: 1px solid rgba(11, 20, 31, 0.7) !important;
  color: rgba(11, 20, 31, 0.8);
}

#restaurant-info-modal .modal-footer {
  display: inline-block;
  width: 100%;
}

.help-btn {
  vertical-align: middle;
  color: #858a8f;
  font-size: 15px;
  margin-top: 12px;
  display: inline-block;
  transition: 0.2s ease-in-out;
}

.cover-content {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(11, 20, 31, 0.8) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  padding-top: 30px;
}

.cover-content h2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 22px;
}

.cover-content p {
  color: #fff;
  margin-bottom: 0;
  line-height: normal;
  font-size: 14px;
}

/* business popup css start  */

#business-detail-modal .modal-dialog {
  max-width: 900px;
}

#business-detail-modal .modal-footer:before {
  display: none;
}

#business-detail-modal .modal-body {
  max-height: auto;
  overflow-y: inherit;
}

.filter-result-block {
  display: inline-block;
}

.download-block {
  display: inline-block;
}

.popup-content-block .filter-block .fomr-group {
  margin-bottom: 0;
}

.result-listing table thead {
  background: #f2f2f2;
}

.filter-block .btn {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
}

.filter-block .col-sm-7:last-child {
  padding-left: 0;
  text-align: right;
  padding-top: 26px;
}

.filter-block .btn i {
  vertical-align: middle;
  margin-right: 5px;
}

.filter-result-block {
  display: inline-block;
  width: 160px;
  text-align: center;
}

.filter-result-block .btn1 {
  border: 1px solid #d6d6d6;
  display: inline-block;
  padding: 0 10px;
  width: 100%;
  opacity: 0.9;
  color: #8e8e8e;
  transition: 0.2s ease-in-out;
}

.filter-result-block .btn1:hover {
  opacity: 1;
  background: #d5dde6;
}

.result-listing table {
  width: 100%;
  border: 1px solid #f2f2f2;
}

.result-listing table td,
.result-listing table th {
  border: 1px solid #f2f2f2;
  border-collapse: collapse;
  padding: 8px 15px;
  text-align: center;
}

.result-listing table td:first-child,
.result-listing table th:first-child {
  text-align: center;
}

.result-listing {
  margin: 20px 0 0;
}

.result-listing table td a {
  font-size: 14px !important;
}

.filter-block .form-group {
  margin-bottom: 0;
}

.filter-block .form-group input {
  border: 1px solid rgba(11, 20, 31, 0.12);
  background: #fff;
  height: 36px;
  padding-left: 10px;
}

.calender-block {
  display: inline-block;
  width: 100%;
  position: relative;
}

.calender-block:after {
  position: absolute;
  content: "insert_invitation";
  font-family: "Material Icons";
  right: 12px;
  top: 44px;
  line-height: normal;
  font-size: 18px;
  color: #6c757d;
}

.pagination ul {
  width: 100%;
  text-align: right;
  margin-top: 20px;
}

.popup-content-block .pagination ul li {
  display: inline-block;
  vertical-align: top;
}

.popup-content-block .pagination ul li a {
  display: inline-block;
  padding: 0;
  height: 36px;
  text-align: center;
  line-height: 36px;
  line-height: 34px;
  width: 36px;
  border: 1px solid #e2e2e2;
  color: #ccc;
  border-radius: 4px;
  position: relative;
}

.popup-content-block .pagination ul li a.active {
  background: #06a535;
  color: #fff;
  border: 1px solid #06a535;
}

.popup-content-block .pagination ul li a i {
  display: inline-block;
  /*padding:5px 8px; border: 1px solid #e2e2e2;*/
  color: #ccc;
  line-height: normal;
  font-size: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.previous-btn,
.next-btn {
  /*padding: 0 !important; border:0!important; */
}

/* admin css start  */

.menulist-ui.list-group li {
  display: inline-block;
  width: 100%;
}

.menulist-ui.list-group {
  padding: 10px 0;
  display: inline-block;
}

.menulist-ui.list-group li a {
  position: relative;
}

.menulist-ui.list-group li a:before {
  background-color: #e91a34;
  opacity: 0;
  width: 0px;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 2px 0 14px 0 rgba(233, 26, 52, 0.18);
  position: absolute;
  content: "";
  transition: 0.2s ease-in-out;
}

.menulist-ui.list-group li a.active:before {
  background-color: #e91a34;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 2px 0 14px 0 rgba(233, 26, 52, 0.18);
  position: absolute;
  content: "";
  opacity: 1;
}

.menulist-ui li a.active:after {
  background: linear-gradient(270deg, #ffffff 0%, #e91a34 100%);
  transition: 0.1s ease-in-out;
  opacity: 0.05;
  width: 57px;
  height: 100%;
  position: absolute;
  left: 4px;
  top: 0;
  content: "";
}

.result-listing table {
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(13, 23, 42, 0.12),
    0 8px 11px 0 rgba(13, 23, 42, 0.02);
}

.result-listing table thead {
  background: #eff2f7;
}

.result-listing table th {
  font-size: 14px;
  color: #74839a;
  font-weight: 500;
  padding: 7px 10px;
  text-align: left;
}

.result-listing table td {
  color: #050d16;
  font-size: 14px;
  text-align: left;
}

.result-listing table td:last-child {
  width: 160px;
}

.result-listing table td .table-btn-block a {
  display: inline-block;
}

.result-listing table td .table-btn-block btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transform-origin: center;
  transform: scale(0);
  background-color: rgba(15, 119, 239, 0.06);
  transition: all 0.3s ease;
  border-radius: 40px;
}

.result-listing table td .table-btn-block btn:hover:before {
  transform: scale(1);
}

.result-listing table td .table-btn-block .btn {
  width: 38px;
  height: 38px;
  display: inline-block;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  line-height: 38px;
  margin: 0 2px;
}

.result-listing table td .table-btn-block .btn.delete-btn {
  background: #f2f3f4;
}

.result-listing table td .table-btn-block .btn i {
  padding-right: 0;
  color: rgba(5, 6, 5, 0.5);
  font-size: 20px;
  transition: all 0.4s ease;
}

.result-listing table td .table-btn-block .btn:hover i {
  color: #74839a;
}

.pagination ul li {
  margin: 0 4px;
  display: inline-block;
}

.pagination ul {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.pagination ul li a {
  display: inline-block;
  width: auto;
  padding: 5px 15px;
  background: #e3e4e4;
  border-radius: 2px;
  color: #787d84;
  font-size: 16px;
}

.pagination ul li.active a {
  background: #06a535;
  color: #fff;
}

.add-left-block .fields-ui-block {
  margin-bottom: 20px;
}

.form-block .form-group input {
  height: 42px;
}

.selectbox-block .css-2o5izw,
.selectbox-block .css-vj8t7z {
  height: 42px;
}

.selectbox-block.multiselect-ui .css-2o5izw,
.selectbox-block.multiselect-ui .css-vj8t7z {
  height: auto;
  min-height: 42px;
}

.selectbox-block .css-vj8t7z,
.select-ui .css-vj8t7z {
  border: 1px solid #e3e8f1;
  border-radius: 2px;
  background-color: #fafcfe;
}

.selectbox-block .css-vj8t7z:hover {
  border: 1px solid #fafcfe;
}

.css-d8oujb {
  display: none;
}

.css-1ep9fjw {
  color: #0c1f36 !important;
}

.css-1wy0on6 svg {
  width: 16px;
}

.form-group .bootstrap-select input {
  height: 32px !important;
}

.od-menu {
  margin-top: 10px;
}

.shop-manager .popup-content-block {
  width: 100%;
  background: #fff;
  margin-top: 15px;
  box-shadow: 0 1px 5px 0 rgba(11, 20, 31, 0.07),
    0 3px 5px 0 rgba(11, 20, 31, 0.12);
}

.shop-manager .popup-content-block .available-block .form-group:first-child {
  width: 210px;
}

.shop-manager .popup-content-block .available-block .form-group:nth-child(2),
.available-block .form-group:nth-child(4) {
  width: 190px;
  margin-right: 0;
}

.available-block .form-group:nth-child(3),
.available-block .form-group:nth-child(5) {
  margin-right: 0;
}

.status-ui {
  display: inline-block;
}

.status-ui .stock-field {
  width: 40px;
  border: none;
}

.status-ui .stock-field.off-btn {
  border: none;
}

.comingsoon {
  margin: 19px 0;
}

/* admin css end  */

.imageshowpanel {
  max-width: 330px;
  display: inline-block;
  width: 100%;
  height: 250px;
}

.imageshowpanel img {
  max-width: 100% !important;
  height: 100%;
  border-radius: 6px;
}

.reload-btn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  background: #06203f;
}

.reload-btn i {
  line-height: normal;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 4px;
  position: relative;
  margin-top: -2px;
}

.reorder-list ul li {
  list-style-type: none;
  margin: 0 0 20px 0;
}

.reorder-list ul li input {
  width: auto;
  float: left;
  margin: 0 15px 0 0;
}

.msg-ui {
  background: #fff;
  text-align: center;
  padding: 30px 20px;
  margin: auto;
  margin-top: 20px;
  max-width: 400px;
  width: 100%;
}

.msg-ui figure {
  width: 52px;
  margin: auto;
  margin-bottom: 15px;
}

.msg-ui figure img {
  width: 100%;
}

.msg-ui h4 {
  font-size: 20px;
  margin: 0 0 5px 0;
  color: #091223;
  line-height: 24px;
}

.msg-ui p {
  font-size: 14px;
  color: rgba(9, 18, 35, 0.5);
  margin: 0;
  line-height: 21px;
}

.margin-fromtop {
  margin-top: 20px;
}

.no-categories-block figcaption {
  text-align: center;
}

.no-categories-block figure {
  width: 60px;
  display: inline-block;
  margin-bottom: 22px;
}

.no-categories-block figure img {
  width: 100%;
}

.no-menu-block {
  padding: 0 18px 18px;
}

.no-categories-inner-ui {
  padding: 60px 10px 30px;
  background-color: #f3f3f5;
  text-align: center;
}

.no-categories-inner-ui .btn {
  height: 42px;
  border: 1px solid #e3e3ea;
  border-radius: 4px;
  background-color: #ffffff;
  display: inline-block;
  line-height: 42px;
  padding: 0 30px;
  color: #00a631;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.no-categories-inner-ui .btn:hover {
  background: rgba(0, 166, 49, 0.1);
  border-color: rgba(0, 166, 49, 0.3);
}

.no-categories-inner-ui h5 {
  opacity: 0.87;
  color: #0e1722;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  margin-bottom: 6px;
}

.no-categories-inner-ui p {
  color: #5b6168;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  margin-bottom: 38px;
}

@media only screen and (max-height: 500px) {
  .modal-body {
    padding-bottom: 0;
    overflow-y: auto;
    max-height: 375px;
    padding-bottom: 0px !important;
  }
  .modal-footer {
    position: relative;
  }
  .modal-footer:before {
    position: absolute;
    display: none;
    content: "";
    width: 100%;
    left: 0;
    height: 60px;
    top: -60px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.73) 58.12%,
      #ffffff 100%
    );
  }
}

@media only screen and (max-width: 1199px) {
  .list-block table td:first-child {
    width: 345px;
  }
  .pl-8 {
    padding-right: 15px;
  }
  .ani-ui-block .form-block .cs-check-box li label {
    padding: 17px 5px 14px 40px;
  }
  .addon-block .form-group,
  .multiple-variant .form-group {
    width: 40.2%;
  }
  .addon-block .form-group:last-child,
  .multiple-variant .form-group:nth-child(3) {
    width: 11%;
  }
  .row1 .form-group:first-child {
    width: 57%;
  }
  .row1 .form-group:nth-child(2) {
    width: 38%;
  }
  .all-taxes .form-group:nth-child(2) {
    padding-left: 20px;
  }
  .ani-ui-block .form-group.ri-block/*, .selectbox-block .form-group:first-child*/ {
    width: 100%;
  }
  .past-order-block
    .preparing-order-block
    .order-listing
    .panel-default
    .panel-title
    .left-block
    h4 {
    font-size: 16px;
  }
  .tag {
    font-size: 12px;
    line-height: normal;
    right: 0px;
  }
  .detail-content .button-block {
    position: relative;
    bottom: inherit;
  }
  .addon-full-block .row.addon-category .form-group {
    width: 40.2%;
  }
  .addon-block .form-group:nth-child(3),
  .addon-field-outer .form-group.addon-text {
    width: 20%;
  }
  .addon-block .form-group:last-child {
    width: 8%;
  }
  .selectbox-block .form-group {
    width: 48% !important;
  }
  .multiple-variant .form-group:nth-child(4) {
    width: 8%;
  }
  .multiple-variant .form-group:nth-child(2),
  .multiple-variant .form-group:nth-child(3) {
    width: 20%;
  }
  .tag-ui {
    padding: 0 8px;
  }
  .setting-ui-block {
    padding: 10px;
  }
  .setting-ui-block .setting-right-ui {
    padding-left: 5px;
  }
  .ani-ui-block .form-block .row1 .cs-check-box li label {
    padding: 15px 36px 15px 10px;
  }
  .row1 .cs-check-box .os-check-box label:before {
    right: 6px;
  }
  .row1 .cs-check-box .os-check-box label:after {
    right: 10px;
  }
  .addon-field-outer .form-group:first-child {
    width: 60%;
  }
  .addon-field-outer .form-group:nth-child(2) {
    margin-right: 10px;
    width: 25%;
  }
  /*.row1 .form-group:nth-child(2) .b-label{ display: none; }
		.row1 .form-group:nth-child(2){ width: 100%; }*/
  .row1 .form-group:first-child {
    width: 52%;
  }
  .row1 .form-group:nth-child(2) {
    width: 44%;
  }
  .cc-item .right-block .form-group {
    width: 35%;
  }
  .cc-item .right-block,
  .cc-item .left-block {
    width: 45%;
  }
  /*.multiple-variant .form-group:nth-child(3){ max-width: 20%; }*/
  .multiple-ui-addon .form-group.v-action {
    width: 24%;
  }
  .multiple-ui-addon .form-group.v-name {
    width: 44%;
  }
  .w-36 {
    width: 48%;
    display: inline-block;
  }
}

@media only screen and (max-width: 1100px) {
  .list-block table td:first-child {
    width: 38%;
  }
  .cs-check-box li label {
    padding: 14px 8px 14px 40px;
  }
  .tag {
    font-size: 10px;
  }
  .ani-ui-block .form-block .row1 .cs-check-box li label {
    font-size: 12px;
    padding: 15px 30px 15px 10px;
  }
  .row1 .form-group:nth-child(2) {
    width: 42%;
  }
  .selectbox-block .form-group.ri-block ul li label {
    font-size: 14px;
  }
  .selectbox-block .form-group {
    width: 47% !important;
  }
}

@media only screen and (max-width: 1100px) {
  /*.row1 .form-group:first-child{ width: 100%; }
.row1 .form-group:nth-child(2){ width: 100%; }
.row1 .form-group:nth-child(2) .b-label{ display: none; }*/
  .addon-full-block .col-md-8,
  .addon-full-block .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-side-nav {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  .preparing-order-block
    .order-listing
    .panel-default
    .panel-title
    .left-block
    h4,
  .order-listing .panel-default .heading-text {
    font-size: 15px;
  }
  .preparing-order-block
    .order-listing
    .panel-default
    .panel-title
    .left-block
    h4 {
    line-height: 20px;
  }
  .preparing-order-block
    .order-listing
    .panel-default
    .panel-title
    .right-block
    p {
    font-size: 15px;
  }
  .profile-left-block figcaption h4 {
    font-size: 13px;
  }
  .orders-ui-block {
    padding-top: 124px;
  }
  .new-tag,
  .schedule-tag {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    transform: initial;
    margin-bottom: 3px;
  }
  .mobile-side-nav {
    display: block;
  }
  .order-listing .panel-default .panel-title {
    padding-right: 40px;
  }
  .profile-left-block {
    width: 100%;
  }
  .profile-right-block {
    width: auto;
    text-align: left;
    padding-left: 55px;
    margin-top: 5px;
    display: block;
  }
  .contact-btn i {
    font-size: 17px;
  }
  .contact-btn {
    height: 46px;
    line-height: 44px;
    padding: 0 10px;
    font-size: 13px;
    width: auto;
  }
  .preparing-order-block
    .order-listing
    .panel-default
    .panel-title
    .right-block {
    vertical-align: top;
  }
  /* .sidebar-ui-block {
    display: inline-block;
    transform: translate3d(-50%, 0, 0);
    transition: 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: relative;
  }
  .cs-check-box li label {
    padding: 14px 8px 14px 40px;
  }
  .sidebar-ui-block:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.76) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.76) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.76) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17ffffff', endColorstr='#c2ffffff', GradientType=0);
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 30px;
    left: 0;
  }
  .sidebar-ui-block:before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.76) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.76) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.76) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#c2ffffff', GradientType=0);
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 40px;
    left: 0;
  }
  .sidebar-ui-block {
    position: fixed;
    background: #fff;
    bottom: 76px;
    z-index: 99;
    top: inherit;
    height: 300px;
    overflow: hidden;
    width: 287px;
    margin: auto;
    left: 50%;
    transform: translate3d(-50%, 90px, 10px);
    padding: 15px;
  } */
  .sidebar-ui-block ul {
    overflow-y: scroll;
    height: 100%;
  }
  .menulist-ui {
    height: 100%;
  }
  .menu-btn-ui {
    display: block;
  }
  .sidebar-heading {
    display: none;
  }
  .menu {
    position: relative;
    overflow: hidden;
  }
  .menu:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    transition: 0.2s ease-in-out;
  }
  .menu .sidebar-ui-block {
    display: block;
    transform: translate3d(-50%, 42px, 10px);
    visibility: visible;
    opacity: 1;
  }
  .menulist-ui li a.active:after,
  .menulist-ui li a.active:before {
    display: none;
    transform: translate3d(0, 0, 0);
  }
  .menulist-ui li a.active,
  .menulist-ui li a,
  .menulist-ui li {
    transform: translate3d(0, 0, 0);
  }
  .menulist-ui li a {
    padding-left: 10px;
  }
  .menulist-ui li a.active {
    color: #e91a34;
  }
  .menu-btn-ui img {
    width: 20px;
    margin-right: 3px;
    position: relative;
    top: -1px;
    color: #fff;
  }
  .right-ui-block {
    margin-bottom: 80px;
  }
  .upload-right-block {
    box-shadow: 0 1px 5px 0 rgba(11, 20, 31, 0.07),
      0 3px 5px 0 rgba(11, 20, 31, 0.12);
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 5px;
  }
  .upload-right-block .upload-ui-block {
    width: 370px;
    display: inline-block;
    box-shadow: none;
  }
  .upload-right-block > p {
    display: inline-block;
    width: calc(100% - 380px);
    text-align: left;
    font-size: 16px;
    vertical-align: top;
    padding: 20px;
  }
  .tag {
    position: absolute;
    right: auto;
    left: -2px;
    top: -20px;
    transform: inherit;
  }
  .preparing-order-block .panel-heading {
    padding-top: 30px;
  }
  .past-order-block .preparing-order-block .panel-title .left-block {
    padding-right: 0;
  }
  .f-width {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .caret::before {
    right: 0;
  }
}

.row {
  position: relative;
}

.content-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #0000000f;
}

.content-loader:before {
  content: "Loading...";
  color: black;
  position: absolute;
  z-index: 100;
  opacity: 1;
  left: 44%;
  top: 20px;
}

.custom-design-images img {
  width: auto;
  height: 150px;
}

.invoice-heading-ui {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.invoice-heading-ui p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}

.f-in {
  position: relative;
  padding-bottom: 18px;
}

.form-in {
  position: relative;
  margin-bottom: 18px;
}

.form-in.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-in.phone select {
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-in.phone input {
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-in.phone > div:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  min-width: 80px;
}

.form-in.phone > div:nth-child(2) {
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.vendor-details-modal .info-ui p {
  font-size: 14px;
  color: #2c2c30;
  word-break: break-word;
}

.inLoader {
  position: absolute;
  background-color: #f5f5fa;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  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;
}

.inLoader > div {
  position: relative;
}

.Loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5fa;
  z-index: 1050;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #108A61;
  border-radius: 50%;
  animation: loading 1.5s cubic-bezier(0.7, -0.02, 0.36, 0.97) infinite;
  transform-origin: bottom center;
  position: relative;
}

@keyframes loading {
  0% {
    transform: translateY(0px);
    background-color: #108A61;
  }
  50% {
    transform: translateY(20px);
    background-color: rgba(#108A61, 0.4);
  }
  100% {
    transform: translateY(0px);
    background-color: #108A61;
  }
}

.inLoader.sm .circle {
  animation: loading-sm 1.5s cubic-bezier(0.7, -0.02, 0.36, 0.97) infinite;
  width: 5px;
  height: 5px;
}

.inLoader.field-loader {
  top: 26px;
  bottom: 28px;
  left: 1px;
  right: 2px;
}

.inLoader.field-loader > div {
  bottom: 6px;
}

@keyframes loading-sm {
  0% {
    transform: translateY(0px);
    background-color: #108A61;
  }
  50% {
    transform: translateY(8px);
    background-color: rgba(#108A61, 0.4);
  }
  100% {
    transform: translateY(0px);
    background-color: #108A61;
  }
}

.circle-1 {
  animation-delay: 0.1s;
}
.circle-2 {
  animation-delay: 0.2s;
}
.circle-3 {
  animation-delay: 0.3s;
}
.circle-4 {
  animation-delay: 0.4s;
}
.circle-5 {
  animation-delay: 0.5s;
}
.circle-6 {
  animation-delay: 0.6s;
}
.circle-7 {
  animation-delay: 0.7s;
}
.circle-8 {
  animation-delay: 0.8s;
}

.inLoader.sm .circle-1 {
  animation-delay: 0.1s;
}
.inLoader.sm .circle-2 {
  animation-delay: 0.2s;
}
.inLoader.sm .circle-3 {
  animation-delay: 0.3s;
}
.inLoader.sm .circle-4 {
  animation-delay: 0.4s;
}
.inLoader.sm .circle-5 {
  animation-delay: 0.5s;
}
.inLoader.sm .circle-6 {
  animation-delay: 0.6s;
}
.inLoader.sm .circle-7 {
  animation-delay: 0.7s;
}
.inLoader.sm .circle-8 {
  animation-delay: 0.8s;
}

.blog-detail-wrpr {
  border-radius: 22px;
  padding: 50px;
  overflow: auto;
  height: 100%;
}

.blog-detail-wrpr .top-bar {
  gap: 10px;
  margin-bottom: 22px;
}

.blog-detail-wrpr .top-bar .blog-owner {
  gap: 4px;
}

.blog-detail-wrpr .top-bar .blog-owner .blog-owner-img {
  width: 18px;
  height: 18px;
  border-radius: 20px;
}

.blog-detail-wrpr .top-bar .blog-owner .blog-owner-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-detail-wrpr .top-bar .blog-date {
  border-left: 1px solid #8B8D9D;
  padding-left: 10px;
}

.blog-detail-wrpr .title-wrpr .blog-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.31;
  letter-spacing: -0.02em;
}

.blog-detail-wrpr .title-wrpr .blog-tag-wrpr {
  gap: 10px;
  margin-bottom: 32px;
}

.blog-detail-wrpr .title-wrpr .blog-tag-wrpr .blog-tag {
  background: #FBFBFB;
  border: 1px solid #EAEBEC;
  border-radius: 6px;
  padding: 4px 16px;
}

.blog-detail-wrpr .blog-img-wrpr {
  margin-bottom: 40px;
}

.blog-detail-wrpr .blog-para {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
}

.blog-species {
  padding: 4px 10px;
  border-radius: 8px;
  background: lightgrey;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
}

.blog-species.dog {
  background: #FFEBF8;
  color: #E817A0;
}

.blog-species.wild {
  background: #418B86;
  color: #17AA37;
}

.blog-species.conservation {
  background: #FFF6F1;
  color: #F07522;
}

td.td-action .action-section {
  display: flex;
  align-items: center;
  gap: 20px;
}
.action-section .act-button {
  min-width: 14px;
  position: relative;
  z-index: 2;
}
.action-section .act-button.edit-btn img {
  width: 15px;
}
.more-links {
  position: absolute;
  background: white;
  box-shadow: 0px -2px 12px rgb(29 47 143 / 14%), 0px 2px 12px rgb(29 47 143 / 14%);
  border-radius: 4px;
  right: 15px;
  min-width: 165px;
  top: 65px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.more-links .more-menus {
  padding: 12px;
  margin-bottom: 0px;
}
.more-links .more-menus .menu-links {
  margin: 0;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.more-links .more-menus .menu-links:last-child {
  padding-bottom: 0px;
}
.more-links .more-menus .menu-links .sb-clnt {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #414766;
  display: flex;
  align-items: center;
  display: block;
  width: 100%;
  text-align: left;
  padding: 5px;
}
.more-links .more-menus .menu-links .sb-clnt:hover{
  background: rgba(0, 166, 49, 0.2);
}

.more-links.active {
  opacity: 1;
  z-index: 3;
  pointer-events: all;
}