@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
/* 1 - HELPERS */
/* Fonts */
/* font sizes */
/*button font sizes */
/* Colors */
/*background*/
/* 2 - LAYOUT */
@font-face {
  font-family: "roboto-light";
  src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
  font-family: "roboto-regular";
  src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: "roboto-medium";
  src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
  font-family: "raleway-medium";
  src: url(../fonts/Raleway-Medium.ttf);
}

@font-face {
  font-family: "raleway-bold";
  src: url(../fonts/Raleway-Bold.ttf);
}

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eee9e6;
  border-radius: 1rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c1bbb7;
  border-radius: 1rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c1bbb7;
  border-radius: 1rem;
}

/** media **/
body {
  background: #212529;
  color: #48494D;
  font-family: "roboto-regular", sans-serif;
  font-size: 0.875rem;
  padding: 2rem;
}

h4 {
  color: #242424;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

a {
  text-decoration: none;
}

p {
  font-size: 0.8rem;
}

hr:not([size]) {
  height: 3px;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: #f8f4f1;
  border: 0;
  opacity: 1;
}

/* de */
.de {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* content */
.de-content {
  background: #f6f7ff;
  border-radius: 1.5rem;
  padding: 0 22px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  padding: 1rem;
  /*general report */
}

.de-content .top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  border-bottom: solid 1px #bcbdca;
}

.de-content .top_container .left .breadcrumb-item a {
  color: #48494D;
}

.de-content .top_container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.de-content .top_container .dropdown.user-acc {
  padding-left: 0.5rem;
}

.de-content .top_container .dropdown .user.dropdown-toggle {
  background: transparent;
  border: 0px;
}

.de-content .top_container .dropdown .user.dropdown-toggle::after {
  border-top: 0em solid;
  border-right: 0em solid transparent;
  border-bottom: 0;
  border-left: 0em solid transparent;
}

.de-content .section-title {
  font-family: "raleway-bold", sans-serif;
  font-size: 1.25rem;
  padding-top: 2rem;
}

.de-content .general-report {
  background: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 1px 28px 10px -30px #adafc38c;
  box-shadow: 1px 28px 10px -30px #adafc38c;
  padding: 1rem;
  /**
    .report:before {
      content: "";
      width: 85%;
      background: #E3E4EE;
      border-radius: .375rem;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: .75rem;
      position: absolute;
      right: 0;
      left: 0;   
  }
**/
}

.de-content .general-report h4 {
  font-size: 1.875rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 0px;
}

.de-content .general-report .text-gray {
  color: #969696;
}

.search {
  border-radius: 2.5rem;
  background: #dddee4;
}

.de-content .top_container .left .breadcrumb-item a {
  color: #5c5f6b;
}

.breadcrumb-item.active {
  color: #000000;
}

.form-select {
  color: #99abba;
  font-size: 0.785rem;
}

input.form-control {
  color: #99abba;
  font-size: 0.785rem;
}

/** filters **/
.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e3e4ee;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filters.procure {
  background: #fff;
}

.filters.procure select {
  margin-top: -2px;
  padding: 0.45rem;
}

.filters.procure .left {
  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;
}

.filters.procure .left .filter-btn {
  border: solid 1px #9e9e9e;
  border-radius: 0.2rem;
  padding: 0.25rem 1.25rem;
  color: #000;
  text-decoration: none;
}

.filters.procure .right .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filters.procure .right .sort p {
  font-size: 0.8rem;
  margin: 0px;
}

.filters.procure .right .search {
  border-radius: 0.25rem;
}

.filters .form-select {
  min-width: 150px;
  border-radius: 1.25rem;
  font-size: 0.785rem;
}

.mw-210 {
    min-width: 210px !important;
}

.filters .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filters .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filters .right .form-select {
  margin-left: 0.785rem;
}

.filters .right form input {
  padding: 0.25rem;
  border: 0px;
  color: #99abba;
  border: 1px solid #ced4da;
  margin-left: 0.75rem;
  border-radius: 0.25rem;
  max-width: 120px;
}

/** legends **/
.legends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}

.legends .cat {
  padding-left: 1rem;
  padding-right: 1rem;
}

.legends .cat:last-child {
  border: 0px;
}

.legends .cat h4 {
    font-size: 1.5rem;
    margin: 0px;
}

.legends .cat p {
    color: #000;
    font-size: 0.85rem;
    margin-bottom: 0px;
    font-weight: 600;
}

/** table filters */
.table-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-filters .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-filters .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

table tr td {
  font-size: 0.75rem;
  text-align: left;
}

.de-table th {
  background: #d3dfff;
  border-bottom: 0px;
  font-size: 0.7rem;
}

.de-table th:first-child {
  border-radius: 0.5rem 0 0 0;
}

.de-table th:last-child {
  border-radius: 0 0.5rem 0 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: transparent;
  color: var(--bs-table-striped-color);
  background: #fbfbfb;
}

.table>thead {
  vertical-align: bottom;
  text-transform: uppercase;
  font-size: 0.75rem;
  background-color: #d3dfff;
  margin-top: 5rem;
}

.table-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-item:not(:first-child) .page-link {
  margin-left: 3px;
}

.page-link {
  color: #333;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: #ff3d60;
  border-color: #ff3d60;
}

.page-link.active {
  background-color: #ff3d60;
  border-color: #ff3d60;
  color: #fff;
}

.v-scroll {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/** order details **/
.order-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-details .cat {
  text-align: left;
}

.order-details .cat h5 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 0.75rem;
  font-weight: 600;
}

.order-details .cat p {
  margin-bottom: 0px;
  color: #969696;
}

.runner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.runner .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.runner .cat .text {
  padding-left: 0.5rem;
}

.align-right {
  text-align: right;
}

.customer-report.card {
  border: 0px;
}

.customer-report .clr-one {
  background: #ffdbdb;
  border-radius: 0.75rem;
}

.customer-report .clr-two {
  background: #ccdaff;
  border-radius: 0.75rem;
}

.customer-report .clr-three {
  background: #cbf3ff;
  border-radius: 0.75rem;
}

.customer-report h2 {
  margin-bottom: 0px;
  font-weight: 600;
}

.customer-report p {
  margin-bottom: 0px;
}

.btn_large {
  font-size: 1rem;
  margin-top: 2rem;
  background: #fff;
  border-radius: 0.4rem;
  padding: 0.5rem 2.5rem;
}

/** merchant details **/
.merchant-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.merchant-details .details {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sub-heading {
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: left;
}

.title {
  color: #3c4c79;
  font-size: 1rem;
  background: #dce2eb;
  padding: 0.75rem;
  font-weight: 600;
  border-radius: 0.25rem;
}

.accounting tr td {
  border: solid 1px #e8e8e8;
}

.accounting tr td p {
  margin-bottom: 0px;
  color: #969696;
  font-size: 0.7rem;
}

.accounting tr td h4 {
  font-size: 0.7rem;
  margin-bottom: 0px;
  margin-top: 0px;
}

.table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.7rem;
}

.table-head h4 {
  font-size: 0.8rem;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 0px;
}

.marketing-customers {
  background: #fdfdff;
  border-radius: 0.25rem;
  padding: 0.5rem;
}

.marketing-customers h4 {
  margin: 0px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

label {
  font-size: 0.7rem;
  text-align: left;
}

.runner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card {
  border-radius: 0.5rem;
}

.content-body .container-wrapper {
  max-width: 700px;
  margin: 0 auto;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.content-body .container-wrapper .card-box {
  background: #ffffff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  padding-bottom: 1rem;
}

.legends.merchant {
  background: #f6f7ff;
  padding: 1rem;
  border-radius: 0.5rem;
}

.legends.merchant .cat {
  padding-right: 0rem;
  width: 25%;
}

.modal-header {
  background: #fcfbfb;
  border-top-left-radius: calc(0.7rem - 1px);
  border-top-right-radius: calc(0.7rem - 1px);
}

.modal-content {
  border-radius: 0.7rem;
}

.modal-title {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "raleway-bold", sans-serif;
}

.modal-dialog {
  max-width: 700px;
}

.modal-dialog.w-50 {
  max-width: 500px;
}

/** orders popup **/
.runner-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: flex-end;
  flex-direction: flex-end;
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.runner-details p {
  margin-bottom: 0;
  color: #4d4f5c;
  line-height: 1;
}

.runner-details .pic {
  margin-left: 0.5rem;
}

p.label {
  font-size: 0.7rem;
  color: #222;
  margin-bottom: 0.2rem;
}

.order-range {
  padding: 1rem;
  border-bottom: 0.25rem solid #0000000a;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.order-range .bar-grey {
  width: 100%;
  height: 0.25rem;
  border-radius: 1rem;
  background-color: #818e94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.order-range .bar-grey .dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: -6px;
}

.order-range .bar-grey .dot span.circle {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #818e94;
  background-color: #fff;
}

.order-range .bar-grey .dot span.circle.done {
  background-color: #18d556;
  border-color: #fff;
}

.order-range .bar-grey .dot p {
  font-size: 0.7rem;
  margin-bottom: 0;
  margin-top: 0.25rem;
}

.order-range .bar-grey .dot:nth-child(even) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -3.4rem;
}

.order-range .bar-grey .dot:nth-child(even) p {
  margin-bottom: 0.25rem;
}

/*
Order-Runner-Details
**/
.order-runner-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0.75rem;
  border-bottom: 0.25rem solid #0000000a;
}

.order-runner-details .runner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.order-runner-details .runner-info p {
  margin-bottom: 0;
  font-size: 0.7rem;
}

.order-runner-details .runner-info .icon-img {
  width: 2rem;
  height: 2rem;
  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;
  background-color: #e6c9fc;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.order-runner-details .runner-info .icon-img img {
  width: 1rem;
  height: auto;
}

.order-items {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.order-items .address {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-right: 0.25rem;
}

.order-items .address .address-card {
  background-color: #e6e7f6;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  border-radius: 0.2rem;
}

.order-items .address .address-card h3 {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
}

.order-items .address .address-card p {
  font-size: 0.75rem;
}

.order-items .order-list {
  margin-left: 0.25rem;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.order-items {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.no-border {
  border-bottom: 0;
}

.data-table thead th {
  font-size: 0.75rem;
  border-bottom: 1px solid #458ee270;
  text-transform: uppercase;
  font-weight: 600;
}

.data-table thead tr {
  background-color: #d2d7f8;
}

tr:hover tr.active {
  -webkit-box-shadow: 0px 1px 2px 0px #e080a3;
  box-shadow: 0px 1px 2px 0px #e080a3;
  cursor: pointer;
  -webkit-transform: scaleY(1.05);
  transform: scaleY(1.05);
}

tr.active {
  -webkit-box-shadow: 0px 1px 3px 0px #e080a3;
  box-shadow: 0px 1px 3px 0px #e080a3;
  background-color: #ffe0eb !important;
}

.clr-secondary {
  color: #FF0861;
}

.btn-cancel {
  background: #B9B9B9;
  border-radius: 0.25rem;
  border: 0px;
  padding: 0.3rem 1rem;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: transparent;
  padding-left: 2.5rem;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.admin {
  cursor: pointer;
}
.order_status_filter{
  cursor: pointer;
}

.side-nav ul li a {
  padding: 0.75rem;
}

.side-nav ul li a:hover {
    color: #FF0861;
    /* border-radius: 2rem 0px 0px 2rem; */
}

.side-nav ul li a.active {
    color: #FF0861;
    background-color: #f6f7ff;
    width: 90%;
    padding-left: 20px !important;
    border-radius: 8px;
    /* border-radius: 2rem 0px 0px 2rem; */
}

.sub-nav {
  cursor: pointer;
}

.full-height {
  height: 100%;
}

.login-bg {
  background: #F6F6F6;
}

div.well {
  height: 250px;
}

.Absolute-Center {
  margin: auto;
  margin-top:15%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.Absolute-Center .login-logo {
  padding-bottom: 2rem;
  text-align: center;
}

.Absolute-Center.is-Responsive {
  width: 50%;
  height: 60%;
  min-width: 200px;
  max-width: 420px;
  padding: 40px;
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0px 10px 0px #d4d4d4;
  box-shadow: 0px 0px 10px 0px #d4d4d4;
}

@media screen and (max-width: 600px) {
  .Absolute-Center.is-Responsive {
    padding: 20px;
    width: 90%;
  }
}

#logo-container {
  margin: auto;
  margin-bottom: 10px;
  width: 200px;
  height: 30px;
}

.full-input {
  padding: 10px;
  color: #666;
  background: #fff;
  border-radius: 0.4rem;
}

input {
  outline: none;
  border: none;
  display: block;
  line-height: 1rem;
  font-size: 0.78rem;
  width: 100%;
  background: transparent;
}

label {
  display: block;
  font-size: 12px;
  color: #666;
}

.login-btn {
  background: #ff0861;
  padding: 0.75rem 2rem;
  border-radius: 0.2rem;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  display: block;
  text-align: center;
}

.login-btn:hover {
  color: #fff;
}

.check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
}

.check-box input {
  width: 20px;
}

.check-box label {
  padding-left: 0.25rem;
}

.form-check {
  width: 16px;
  height: 16px;
  margin-bottom: 0px;
  min-height: 0px;
}

.user-activity-session {
  text-align: left;
}

.user-activity-session ul {
  padding-top: 1rem;
}

.taxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 1px #efefef;
  padding-bottom: 1rem;
}

@media screen and (max-width: 1280px) {
    .fct-display {
        display: block;
    }

    .fct-display-none {
        display: none;
    }
}

@media screen and (min-width: 1280px) {
    .fct-display {
        display: none;
    }

    .fct-display-none {
        display: block;
    }
}

@media screen and (max-width: 1300px) {
    .filters {
        width: 100%;
        overflow: scroll;
    }
}

@media screen and (max-width: 768px) {
  .filters {
    width: 100%;
    overflow: scroll;
  }

  .general-report {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .de-content {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .de {
    display: block;
    padding: 0.75rem;
  }

  .filters {
    width: 100%;
    overflow: scroll;
  }

  .general-report {
    margin-bottom: 1.5rem;
  }

  .legends .cat {
    border-right: dashed 0px #a7afb7;
  }

  .de-content .top_container {
    display: block;
  }

  .legends.merchant .cat {
    padding-right: 0rem;
    width: 50%;
    margin-bottom: 1rem;
  }

  .content-body .container-wrapper {
    max-width: 700px;
    margin: 0 auto;
    -webkit-transform: translate(0, 5%);
    transform: translate(0, 5%);
  }

  .content-body .container-wrapper .card-box {
    margin: 1rem 0px;
  }

  .m-filters {
    display: block;
  }

  .m-orders {
    display: block;
  }

  .m-orders .cat {
    padding-bottom: 0.5rem;
  }

  .table-footer {
    display: block;
    margin: auto;
    text-align: center;
  }

  .table-footer .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5rem;
  }
}

.overflow-x {
  overflow-x: auto;
}

.cart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.cart a {
  background: #E3E4EE;
  border-radius: 100%;
}

.cart a .count {
  position: absolute;
  background: #fff;
  color: #ff0861;
  top: -12px;
  right: -5px;
  padding: 0 2px;
  border-radius: 100%;
  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;
}

.cart a .count p {
  margin: 0;
  padding: 0;
}

.browse-category {
  padding-top: 1.5rem;
}

.browse-category h4 {
  color: #444;
  font-size: 1rem;
}

.browse-cate .item-category {
  text-align: center;
}

.browse-cate .item-category p {
  margin-bottom: 0px;
  font-size: 0.8rem;
}

.browse-cate .item-category a {
  color: #000;
  text-decoration: none;
}

.item-category {
  text-align: center;
}

.owl-carousel .owl-nav button.owl-prev {
  font-size: 26px !important;
}

.owl-carousel .owl-nav button.owl-next {
  font-size: 26px !important;
}

.owl-theme .owl-nav {
  position: relative;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: -46px;
  left: -10px;
  right: auto;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: -46px;
  left: auto;
  right: -20px;
}

.owl-carousel .owl-item img {
  width: 95% !important;
  border: solid 1px #efefef;
  border-radius: 0.25rem;
}

/**
Toggle Tabs
**/
.toggle_tabs {
    border: 1px solid #ff0861;
    border-radius: 0.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 1rem;
}

.toggle_tabs .nav-link {
  border-left: 1px solid #ff0861;
  border-radius: 0;
  background-color: #fff;
  margin-bottom: 0;
  color: #000;
  padding: 5px 0.5rem;
}

.toggle_tabs .nav-link.active {
    background: #ff0861;
    border-radius: 0;
    color: #fff;
    border: 1px solid #ff0861;
}

.toggle_tabs .nav-link:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.toggle_tabs .nav-link:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* shopping cards start */
.shopping-wrap {
  margin-top: 1rem;
}

.shopping-wrap .shop-card {
  padding: 1rem;
}

.shopping-wrap .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shopping-wrap .top img {
  border-radius: 0.25rem;
  border: solid 1px #efefef;
  margin-right: 1rem;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.shopping-wrap .top h5 {
  color: #000;
}

.shopping-wrap .top h4 {
  color: #666666;
}

.shopping-wrap .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1rem;
}

.quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
}

.quantity input {
  padding: 10px 25px;
  background: #F0F4F8;
  border: unset;
  border-radius: 5px;
  width: 100px;
  text-align: center;
  font-size: 0.875rem;
}

.quantity input:focus {
  outline: none;
}

.quantity button {
  padding: 6px 20px;
  background: #F0F4F8;
  border: unset;
  border-radius: 5px;
  width: 100px;
  text-align: center;
  font-size: 0.875rem;
  color: #333;
}

.quantity button:hover {
  color: #000;
  background: #F0F4F8;
}

.quantity span {
  cursor: pointer;
  position: absolute;
  font-size: 0.875rem;
  height: 100%;
}

.quantity .minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 10px;
}

.quantity .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 10px;
}

.store-btns {
  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;
  background: #fff;
  border-radius: 0.25rem;
  padding: 1rem;
}

.store-btns button {
  font-size: 1rem;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

/* receive stock */
.receive-stock {
  background: #fff;
  margin-top: 1rem;
  border-radius: 0.5rem;
}

.receive-stock .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FCFBFB;
}

.receive-stock .head .back {
  background: #FFF0F0;
  padding: 1.5rem;
  border-top-left-radius: 0.5rem;
}

.receive-stock .head h4 {
  padding-left: 1rem;
}

.filter-btn {
  border: solid 1px #9e9e9e;
  border-radius: 0.2rem;
  padding: 0.45rem 1.5rem;
  color: #000;
  text-decoration: none;
}

/* product view */
.qty-uom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qty-uom .uom {
  padding-left: 2rem;
}

.qty-uom .offers {
  padding-left: 2rem;
  width: 250px;
}

.qty-uom .offers .offer {
  border: solid 1px #ff0861;
  padding: .25rem;
  border-radius: 0.25rem;
  color: #ff0861;
}

.order-price h1 {
  font-size: 2rem;
  font-weight: 600;
}

.prod-details h5 {
  margin: 0px;
  padding-bottom: 1.25rem;
}

.prod-details p {
  color: #A1A1A1;
  margin: 0px;
}

.perishable-non {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0rem 3rem;
}

.perishable-non .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  text-align: left;
}

.perishable-non .radio span {
  padding-left: 0.5rem;
}

.edit-stcok {
  position: absolute;
  top: 0px;
  right: 20px;
}

/* invoice */
.address-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.address-cards .head-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
}

.address-cards .invoice-addr {
  border-right: 1px dashed #a7a7a7;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.address-cards .invoice-addr span {
  font-size: 0.8rem;
}

.address-cards .delivery-addr {
  border-right: 1px dashed #707070;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.address-cards .delivery-addr span {
  font-size: 0.8rem;
}

.address-cards .contact-info {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.address-cards .contact-info span {
  font-size: 0.8rem;
}

.t-price {
  font-size: 1.3rem;
  font-weight: 600;
  width: 180px;
}

.btn-transtion {
  box-shadow: 0px 5px 2px -6px;
  -webkit-box-shadow: 0px 5px 2px -6px;
  -moz-box-shadow: 0px 5px 2px -6px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.btn-transtion:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0px 10px 18px -5px;
  -webkit-box-shadow: 0px 10px 18px -5px;
  -moz-box-shadow: 0px 10px 18px -5px;
}

.close-icon {
  text-align: right;
  cursor: pointer;
}

.left-nav .nav {
  display: block;
  margin-bottom: 2rem;
}

.left-nav .nav h4 {
  color: #986008;
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
}

.left-nav .nav .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
  width: auto;
}

#shopnow {
  background: rgba(0, 0, 0, 0.65);
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
}

#shopnow .nav-content {
  width: 40vw;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  padding: 1rem;
  z-index: 999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 500sec ease-in-out;
  transition: all 500sec ease-in-out;
}

#shopnow.overlay-on {
  opacity: 1;
}

#shopnow.overlay-on .nav-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.has-search .form-control {
  padding-left: 1.8rem;
}

.form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2rem;
  text-align: center;
  pointer-events: none;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -35px;
  z-index: 999;
  margin-top: .4rem;
}

.table> :not(caption)>*>* {
  border-bottom: 1px solid #d6d6d6;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 2.5rem !important;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 0.785rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: 0;
}

table.dataTable.no-footer {
  padding-top: 1rem;
}

.dataTables_length label {
  font-size: 14px;
}

.dataTables_length label select {
    border-radius: 2.5rem !important;
    width: auto;
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    padding: .375rem 1.75rem .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    vertical-align: middle;
    background-color: #fff;
    background-image: url("../img/icons/chevron-down.svg");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* td span {
  display: none;
}

td:hover~td span,
tr:hover span {
  display: inline-block;
} */
@media screen and (min-width: 768px) {

  .storetbl tr:hover td:last-child,
  .storetbl .active td:last-child {
    
    background-repeat: no-repeat;
    background-position: 40px;
    background-size: 15px;
  }

  .custtbl tr:hover td:last-child,
  .custtbl .active td:last-child {
    
    background-repeat: no-repeat;
    background-position: 90px;
    background-size: 15px;
  }

  .invoicetbl tr:hover td:last-child,
  .invoicetbl .active td:last-child {
    
    background-repeat: no-repeat;
    background-position: 130px;
    background-size: 15px;
  }

  .stocktbl tr:hover td:last-child,
  .stocktbl .active td:last-child {
    
    background-repeat: no-repeat;
    background-position: 60px;
    background-size: 15px;
  }

  .latertbl tr:hover td:last-child,
  .latertbl .active td:last-child {
    
    background-repeat: no-repeat;
    background-position: 130px;
    background-size: 15px;
  }

  .producttbl tr:hover td:last-child,
  .producttbl .active td:last-child {
    
    background-repeat: no-repeat;
    background-position: 83px;
    background-size: 15px;
  }

    .orderlist tr:hover td:last-child,
    .orderlist .active td:last-child {
        
        background-repeat: no-repeat;
        background-position: 90px;
        background-size: 15px;
    }

    .viewicon_orders tr:hover td:last-child,
    .viewicon_orders .active td:last-child {
        
        background-repeat: no-repeat;
        background-position: 72px;
        background-size: 15px;
    }

  /* .delivery tr:hover td:last-child,
  .delivery .active td:last-child {
    background-image: url(../img/tick-mark.svg);
    background-repeat: no-repeat;
    background-position: 140px;
    background-size: 22px;
  } */

  .customerlist tr:hover td:last-child,
  .customerlist .active td:last-child {
    
    background-repeat: no-repeat;
    background-position: 110px;
    background-size: 15px;
  }

  .merchantlist tr:hover td:last-child,
  .merchantlist .active td:last-child {
    
    background-repeat: no-repeat;
    background-position: 50px;
    background-size: 15px;
  }

  /* .executivelist tr:hover td:last-child,
  .executivelist .active td:last-child {
    
    background-repeat: no-repeat;
    background-position: 80px;
    background-size: 15px;
  } */

  .purchaselist tr:hover td:last-child,
  .purchaselist .active td:last-child {
    
    background-repeat: no-repeat;
    background-position: 100px;
    background-size: 15px;
  }
}

.rating-icon {
  width: 10px !important;
  height: 10px !important;
}

td {
  white-space: nowrap;
}

.table.dataTable tr.child span.dtr-title {
  display: none;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state~.read-more-trigger:before {
  content: 'View more';
}

.read-more-state:checked~.read-more-trigger:before {
  content: 'View more';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

.badge {
  font-size: inherit;
}

.le-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 12%;
  left: 32%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #F44336;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  margin: 0px;
  outline: none;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.le-checkbox:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #ffffff;
  width: 20px;
  height: 5px;
  border-radius: 40px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.le-checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #ffffff;
  width: 20px;
  height: 5px;
  border-radius: 40px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.le-checkbox:checked {
  background-color: #4CAF50;
}

.le-checkbox:checked:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate(-4px, 3px) rotate(45deg);
  transform: translate(-50%, -50%) translate(-4px, 3px) rotate(45deg);
  background-color: #ffffff;
  width: 12px;
  height: 5px;
  border-radius: 40px;
}

.le-checkbox:checked:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate(3px, 2px) rotate(-45deg);
  transform: translate(-50%, -50%) translate(3px, 2px) rotate(-45deg);
  background-color: #ffffff;
  width: 16px;
  height: 5px;
  border-radius: 40px;
}

.dropdowns-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdowns-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdowns:hover .dropdowns-content {
  display: block;
}

/* .selectedtr{
  -webkit-box-shadow: 0px 1px 2px 0px hsl(338, 61%, 69%);
  box-shadow: 0px 1px 2px 0px hsl(338, 61%, 69%);
  cursor: pointer;
  -webkit-transform: scaleY(1.05);
  transform: scaleY(1.05);
  
  background-repeat: no-repeat;
  background-position: 90px; 
  background-size: 15px;
} */
.itemdetails-scroll {
    height: 80vh;
    overflow-y: scroll;
}

.itemdetailstore-scroll {
    height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

#payee .modal-dialog {
  min-width: 990px !important;
}

.view-data div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* manikanta */
.fc-today-button{display:none}

.bg-height {
  height: 675px;
}

.img-block {
  text-align: center;
}

.product-block-1 p {
  color: #A1A1A1;
}

.product-price h4 {
  color: #A1A1A1;
  margin: 0px;
}

.product-base {
  padding-top: 0px !important;
}

.add-cart-btn {
  width: 100%;
  border: 1px solid #ff0861 !important;
}

.address-select {
  top: 18%;
  left: 85%;
}

.pay-height {
  height: 680px;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
  background-color: #ff0861;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.left-menu-check {
  background-color: #fff;
  height: 570px;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-y: auto;
}

.right-content-select {
  height: 608px;
  border-radius: 0.5rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.mt-35 {
  margin-top: .35rem;
}

.mb-6 {
  margin-bottom: 1.25rem;
}

.mt-35-align {
  vertical-align: middle;
}

.ck-editor__editable_inline {
  min-height: 150px;
}

.quote-imgs-thumbs--hidden {
  border: 2px dashed #ccc;
  border-radius: 0.25rem;
  margin: 1.5rem 0;
  padding: 0.75rem;
  height: 150px;
  width: 150px;
}

.img-preview-thumb {
  background: #fff;
  border: 1px solid #777;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
  box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
  margin-right: 1rem;
  max-width: 140px;
  padding: 0.25rem;
}

.no-tr:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: inherit;
  -webkit-transform: none;
  transform: none;
}

.dis-none {
  display: none;
}

.modal {
  overflow: auto !important;
}

.thumb-w {
  max-width: 200px;
}

.modal-md {
  max-width: 1200px;
}

.is-389 ul li img {
  width: 389px !important;
}

.is-309 ul li img {
  width: 309px !important;
}

.tabborder-right {
  border-right: 1px solid #ff0861 !important;
}

.dialog-s {
  max-width: 400px;
}

.txt-just {
  text-align-last: justify;
}

.py-20 {
  padding-top: 0.5 !important;
  padding-bottom: 0.5 !important;
}

.mx-75 {
  margin-left: .75rem;
  margin-right: .75rem;
}

.pay.active img,
.pay:hover img {
  -webkit-filter: invert(100%) sepia(0%) saturate(7172%) hue-rotate(329deg) brightness(98%) contrast(108%);
  filter: invert(100%) sepia(0%) saturate(7172%) hue-rotate(329deg) brightness(98%) contrast(108%);
}

.btn-pos:hover img {
  -webkit-filter: brightness(50);
  filter: brightness(50);
}

.btn-pos:focus {
  color: #ff0861 !important;
  background-color: #fff;
  border: 1px solid #ff0861;
}

.btn-pos {
  color: #ff0861;
  border: 1px solid #ff0861;
  background-color: #fff;
}

.btn-pos:hover {
  color: #fff;
  border: 1px solid #ff0861;
  background-color: #ff0861;
}

.store li {
  list-style: none;
}

.op-3 {
  opacity: 0.3;
}

@media screen and (max-width: 1024px) {
  .w-6 {
    width: 90%;
    margin: 10px 0;
  }
}

.form-switch .form-check-input:checked {
  background-color: #ff0861;
}

.fs-12 {
  font-size: 12px;
}

.checkout-delivery .delivery-details {
  border-radius: 5px;
  border: 1px solid #00000029;
}

.checkout-delivery .delivery-details .card .card-header {
  background-color: #fff;
}

.checkout-delivery .nav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.item-details label,
p,
.nav-link {
  font-size: 13px;
  font-weight: 300;
  color: #3c3c3c;
}

.checkout-delivery .nav-link p.number {
  width: 30px;
  height: 30px;
  background: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 20px;
}

.checkout-delivery .nav-link p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.item-details label,
p,
.nav-link {
  font-weight: 30;
}

.checkout-delivery .delivery-details .delivery-address .location label {
  display: block;
  font-size: 0.85rem;
  color: #000000b3;
}

.checkout-delivery .delivery-details .delivery-address .location input {
  border: unset;
  border-bottom: 1px dashed;
  padding: 5px 0;
  width: 100%;
  font-size: 0.75rem;
}

.checkout-delivery .delivery-details .delivery-address .save label {
  font-size: 0.75rem;
  margin-left: 5px;
  margin-bottom: 0;
}

.checkout-delivery .delivery-details .delivery-address .save select {
  padding: 5px;
  width: 150px;
  border: 1px solid #656565;
  font-size: 0.75rem;
}

.checkout-delivery .delivery-details .save-address h5 {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.save-address .addres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout-delivery .delivery-details .save-address .home {
  border-right: 1px dashed #707070;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkout-delivery .delivery-details .payment .credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-delivery .delivery-details .payment p {
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-left: 10px;
}

.checkout-delivery .delivery-details .delivery-time label {
  font-size: 0.875rem;
  line-height: 27px;
}

.checkout-delivery .delivery-details .select-time-n-date .date input,
.checkout-delivery .delivery-details .select-time-n-date .time input {
  text-indent: 1.25rem;
  font-size: 0.8rem;
}

.checkout-delivery .delivery-details .select-time-n-date h5 {
  font-size: 0.875rem;
}

.checkout-delivery .delivery-details .payment .COD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tickmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 1rem;
}

.checkout-delivery .delivery-details .save-address .home p {
  font-size: 0.75rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-delivery .delivery-details .save-address .home p img {
  margin-right: 5px;
  margin-bottom: 3px;
}

.checkout-delivery .delivery-details .save-address .home span {
  font-size: 0.75rem;
}

.checkout-delivery .delivery-details .save-address .office {
  border-right: 1px dashed #707070;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkout-delivery .delivery-details .save-address .office p img {
  margin-right: 5px;
  margin-bottom: 3px;
}

.checkout-delivery .delivery-details .save-address .other p img {
  margin-right: 5px;
  margin-bottom: 3px;
}

.checkout-delivery .delivery-details .save-address .office p {
  font-size: 0.75rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-delivery .delivery-details .save-address .office span {
  font-size: 0.75rem;
}

.checkout-delivery .delivery-details .save-address .other {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkout-delivery .delivery-details .save-address .other p {
  font-size: 0.75rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-delivery .delivery-details .save-address .other span {
  font-size: 0.75rem;
}

.checkout-delivery .delivery-details .accordion {
  margin-bottom: 0;
}

.checkout-delivery .delivery-details .accordion li {
  padding: 15px 20px;
  list-style: none;
  border-bottom: 1px solid #00000029;
}

.checkout-delivery .delivery-details .accordion li:last-child {
  border-bottom: unset;
}

.checkout-delivery .delivery-details .accordion .nav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.checkout-delivery .delivery-details .accordion .nav-link p {
  font-size: 0.875rem;
  color: #000;
  margin-bottom: 0;
}

.checkout-delivery .delivery-details .accordion .nav-link p.number {
  width: 30px;
  height: 30px;
  background: #F2968E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 20px;
}

.text-mute {
  color: #a1a5b7 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
}

.wh-em {
  width: 1.2em;
  height: 1.2em;
}

.form-check-input:checked {
  background-color: #ff0861;
  border-color: #ff0861;
}

table thead {
  background-color: #d3dfff;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3,
table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: transparent;
}

.table-bordered> :not(caption)>*>* {
  border: none;
}

.datecol {
  width: 450px;
}

.datepicker table tr td,
.datepicker table tr th,
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active,
.datepicker table tr td.highlighted {
  background-color: #fff;
}

.responsive-calendar .controls {
  text-align: center;
}

.responsive-calendar .controls a {
  cursor: pointer;
}

.responsive-calendar .controls h4 {
  display: inline;
}

.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
}

.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.285714285714286%;
  text-align: center;
}

.responsive-calendar .day a {
  color: #000000;
  display: block;
  cursor: pointer;
  padding: 20% 0 20% 0;
}

.responsive-calendar .day a:hover {
  background-color: #eee;
  text-decoration: none;
}

.responsive-calendar .day.header {
  border-bottom: 3px gray solid;
}

.responsive-calendar .day.active a {
  background-color: #1d86c8;
  color: #ffffff;
}

.responsive-calendar .day.active a:hover {
  background-color: #36a0e2;
}

.responsive-calendar .day.today a {
  background: #FF3333;
  color: #ffffff;
}

.responsive-calendar .day.active .not-current {
  background-color: #8fcaef;
  color: #ffffff;
}

.responsive-calendar .day.active .not-current:hover {
  background-color: #bcdff5;
}

.responsive-calendar .day.not-current a {
  color: #ddd;
}

.responsive-calendar .day .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}

.daterangepicker {
  display: none;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  border-radius: 4px;
  padding: 4px;
  font-size: 13px;
  font-family: sans-serif;
  line-height: 1.5em;
}

.daterangepicker button,
.daterangepicker form,
.daterangepicker li,
.daterangepicker ul {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
  outline: 0;
}

.daterangepicker .controls {
  /* min-width: 180px; */
  margin: 4px;
}

.daterangepicker .periods li,
.daterangepicker .ranges li {
  padding: 4px 9px;
  margin: 0;
  background: #f5f5f5;
  color: #08c;
  cursor: pointer;
}

.daterangepicker .periods li.active,
.daterangepicker .periods li:hover,
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #08c;
  color: #fff;
}

.daterangepicker .periods {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin: 0 auto 8px;
}

.daterangepicker .periods li:first-child {
  border-radius: 4px 0 0 4px;
}

.daterangepicker .periods li:last-child {
  border-radius: 0 4px 4px 0;
}

.daterangepicker .ranges {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.daterangepicker .ranges li {
  border-radius: 4px;
  margin-bottom: 8px;
  text-align: left;
}

.daterangepicker .custom-range-inputs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: -3px -3px 5px;
}

.daterangepicker .custom-range-inputs input {
  min-width: 50px;
  width: 50px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin: 3px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: auto;
  padding: .5em;
  font-size: 13px;
  color: #333;
}

.daterangepicker .custom-range-buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: -3px;
}

.daterangepicker .custom-range-buttons button {
  padding: 4px 9px;
  margin: 3px;
  border-radius: 4px;
  background: #f5f5f5;
  color: #08c;
}

.daterangepicker .custom-range-buttons button:hover {
  background: #dcdcdc;
}

.daterangepicker .custom-range-buttons button.apply-btn {
  background: #38A551;
  color: #fff;
}

.daterangepicker .custom-range-buttons button.apply-btn:hover {
  background: #2b7f3e;
}

.daterangepicker .arrow-left,
.daterangepicker .arrow-right {
  display: inline-block;
  position: relative;
  background-color: #333;
  width: 7px;
  height: 3px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.daterangepicker .arrow-left:before,
.daterangepicker .arrow-right:before {
  content: '';
  display: block;
  position: absolute;
  border: 5px solid transparent;
}

.daterangepicker .arrow-left {
  margin-left: 5px;
}

.daterangepicker .arrow-left:before {
  border-right-width: 6px;
  border-right-color: #333;
  -webkit-transform: translate(-10px, -3.5px);
  transform: translate(-10px, -3.5px);
}

.daterangepicker .arrow-right {
  margin-right: 5px;
}

.daterangepicker .arrow-right:before {
  border-left-width: 6px;
  border-left-color: #333;
  -webkit-transform: translate(6px, -3.5px);
  transform: translate(6px, -3.5px);
}

.daterangepicker.orientation-left:not(.standalone):before,
.daterangepicker.orientation-right:not(.standalone):before {
  position: absolute;
  top: -7px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
}

.daterangepicker.orientation-right:not(.standalone):before {
  left: 9px;
  content: '';
}

.daterangepicker.orientation-left:not(.standalone):before {
  right: 9px;
  content: '';
}

.daterangepicker.orientation-left:not(.standalone):after,
.daterangepicker.orientation-right:not(.standalone):after {
  position: absolute;
  top: -6px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker.orientation-right:not(.standalone):after {
  left: 10px;
}

.daterangepicker.orientation-left:not(.standalone):after {
  right: 10px;
}

.calendar,
.daterangepicker select.hidden {
  display: none;
}

.daterangepicker select {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 7px;
  height: auto;
  font-size: 13px;
  line-height: 1.5em;
  text-align: center;
  margin: 0 2px;
}

.daterangepicker select.month-select {
  -ms-flex: 10;
  -webkit-box-flex: 10;
  flex: 10;
  max-width: 75%;
}

.daterangepicker select.decade-select,
.daterangepicker select.year-select {
  -ms-flex: 11;
  -webkit-box-flex: 11;
  flex: 11;
  max-width: 75%;
}

.calendar {
  margin: 4px;
}

.calendar .calendar-header,
.calendar .calendar-table {
  min-width: 190px;
  margin-left: auto;
  margin-right: auto;
}

.calendar .calendar-title {
  padding: 4px 9px;
  margin: 0 auto 8px;
  text-align: center;
  display: block;
}

.calendar .calendar-header button {
  margin: 0;
  padding: 4px 0;
  width: 100%;
  border-radius: 4px;
  background: 0 0;
}

.calendar .calendar-header button:hover {
  background: #f5f5f5;
}

.calendar .calendar-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 6px 4px;
}

.calendar .calendar-header .calendar-selects {
  -ms-flex: 5;
  -webkit-box-flex: 5;
  flex: 5;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 2px;
}

.calendar .calendar-header .arrow {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
}

.calendar .calendar-header .arrow.arrow-hidden {
  visibility: hidden;
}

.calendar .calendar-table {
  height: 180px;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
  padding: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.calendar .calendar-table .table-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.calendar .calendar-table .table-row .table-col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  line-height: 1;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calendar .calendar-table .table-row .table-col .table-value-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.calendar .calendar-table .table-row .table-col .table-value-wrapper .table-value {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.calendar .calendar-table .table-row .table-col .week-day.unavailable,
.calendar .calendar-table .table-row .table-col.out-of-boundaries,
.calendar .calendar-table .table-row .table-col.unavailable {
  color: #bbb;
}

.calendar .calendar-table .table-row .table-col.in-range {
  background: rgba(0, 136, 204, 0.1);
}

.calendar .calendar-table .table-row .table-col.clickable {
  cursor: pointer;
}

.calendar .calendar-table .table-row .table-col.clickable:hover .table-value-wrapper {
  background: #eee;
  border-radius: 4px;
}

.calendar .calendar-table .table-row .table-col.end-date .table-value-wrapper,
.calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper {
  border-radius: 4px;
}

.calendar .calendar-table .table-row .table-col.end-date .table-value-wrapper,
.calendar .calendar-table .table-row .table-col.end-date .table-value-wrapper:hover,
.calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper,
.calendar .calendar-table .table-row .table-col.start-date .table-value-wrapper:hover {
  background: #08c;
  color: #fff;
}

.calendar .calendar-table .table-row .table-col.end-date.out-of-boundaries .table-value-wrapper,
.calendar .calendar-table .table-row .table-col.end-date.out-of-boundaries .table-value-wrapper:hover,
.calendar .calendar-table .table-row .table-col.start-date.out-of-boundaries .table-value-wrapper,
.calendar .calendar-table .table-row .table-col.start-date.out-of-boundaries .table-value-wrapper:hover {
  background: #bbb;
}

.calendar .calendar-table .table-row .table-col.start-date {
  border-radius: 4px 0 0 4px;
}

.calendar .calendar-table .table-row .table-col.end-date {
  border-radius: 0 4px 4px 0;
}

.calendar .calendar-table .table-row .table-col .week-day {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
}

.calendar .calendar-table .table-row.weekdays .table-col {
  font-weight: 700;
}

.daterangepicker.opened {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
}

.daterangepicker.expanded .calendar {
  display: block;
}

.daterangepicker.hide-periods .calendar .calendar-title,
.daterangepicker.hide-periods .periods,
.daterangepicker.hide-weekdays .weekdays,
.daterangepicker.single .calendar .calendar-title,
.daterangepicker.single .custom-range-buttons,
.daterangepicker.single .custom-range-inputs,
.daterangepicker.single .ranges,
.daterangepicker.standalone .custom-range-buttons {
  display: none;
}

.daterangepicker.standalone {
  position: static;
}

.daterangepicker.single {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.daterangepicker.single .controls {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.daterangepicker.single .controls .periods {
  margin-bottom: 0;
}

.daterangepicker.single .calendar .calendar-header {
  margin-left: 0;
  margin-right: 0;
}

.daterangepicker.single .calendar .calendar-table {
  border: none;
  padding: 0;
}

.daterangepicker.single.hide-periods .controls {
  display: none;
}

.daterangepicker.month-period .table-col,
.daterangepicker.year-period .table-col {
  font-size: 1.25em;
}

.daterangepicker.quarter-period .table-col {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-size: 2em;
}

.daterangepicker.quarter-period .table-col .months {
  font-size: .5em;
  opacity: .75;
}

.daterangepicker.orientation-left:not(.single) .controls {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.rounded-12 {
  border-radius: 1.25rem;
}

.text-pink {
  background-color: #fcc4c4;
}

.text-green {
  background-color: #baeefc;
}

.text-blue {
  background-color: #acc2f9;
}

.text-sand {
  background-color: #f9dc93;
}

.w-1000 {
  max-width: 1000px;
}

.general-report:hover,
.general-report.active {
  border: 1px solid #ff0861;
  -webkit-box-shadow: 1px 28px 10px -30px #ff0861;
  box-shadow: 1px 28px 10px -30px #ff0861;
  cursor: pointer;
}

.text-darkpink {
  color: #ff0861;
}

.accordion-button::after {
  background-image: url(../img/icons/UP-ARROW.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/icons/UP-ARROW.svg);
}

.ls-1 {
  letter-spacing: 0.2rem;
  word-spacing: 0.3rem;
}

.input-group .button-minus,
.input-group .button-plus {
    font-weight: bold;
    height: 20px;
    padding: 0;
    width: 38px;
    position: relative;
}

.input-group input[type='button'] {
    background-color: #eeeeee;
    min-width: 20px;
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.input-group input {
  border: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

.input-group {
  clear: both;
  /* margin: 15px 0; */
  position: relative;
}

.w-15 {
  width: 4.5rem;
}

.w-500 {
  width: 500px;
}

.popover-body {
  text-align: end;
}

.w-1150 {
  min-width: 1150px;
}

.box {
  padding: 0.5em;
  width: 100%;
  margin: 0.5em;
}

.box-2 {
  padding: 0.5em;
  width: calc(100%/2 - 1em);
}

.result,
.cropped {
  max-height: 250px;
}

.hide {
  display: none;
}

.dropdown.multiselect input[type="checkbox"] {
  display: none;
}

.dropdown.multiselect input[type="checkbox"]+label:before {
  content: '\00a0';
  width: 15px;
  display: inline-block;
  padding-right: 20px;
}

.dropdown.multiselect input[type="checkbox"]:checked+label:before {
  content: '\2714';
  padding-right: 20px;
}

#Segment,
#sub-segment,
#add-merchant-details,
#editproduct,
#editquantity,
#delquantity {
  z-index: 9999;
}

.overflow-150 {
  max-height: 150px;
  overflow-y: auto;
}

/*Page Not found*/
.error404page {
  height: 100px;
}

.body404,
.head404,
.eyes404,
.leftarm404,
.rightarm404,
.chair404,
.leftshoe404,
.rightshoe404,
.legs404,
.laptop404 {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/15979/404-character-new.png) 0 0 no-repeat;
  width: 200px;
  height: 200px;
}

.newcharacter404,
.torso404,
.body404,
.head404,
.eyes404,
.leftarm404,
.rightarm404,
.chair404,
.leftshoe404,
.rightshoe404,
.legs404,
.laptop404 {
  background-size: 750px;
  position: absolute;
  display: block;
}

.newcharacter404 {
  width: 400px;
  height: 600px;
  left: 50%;
  top: 20px;
  margin-left: -200px;
}

.torso404 {
  position: absolute;
  display: block;
  top: 138px;
  left: 0px;
  width: 389px;
  height: 252px;
  -webkit-animation: sway 20s ease infinite;
  animation: sway 20s ease infinite;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.body404 {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 389px;
  height: 253px;
}

.head404 {
  position: absolute;
  top: -148px;
  left: 106px;
  width: 160px;
  height: 194px;
  background-position: 0px -265px;
  -webkit-transform-origin: 50% 85%;
  transform-origin: 50% 85%;
  -webkit-animation: headTilt 20s ease infinite;
  animation: headTilt 20s ease infinite;
}

.eyes404 {
  position: absolute;
  top: 92px;
  left: 34px;
  width: 73px;
  height: 18px;
  background-position: -162px -350px;
  -webkit-animation: blink404 10s steps(1) infinite, pan 10s ease-in-out infinite;
  animation: blink404 10s steps(1) infinite, pan 10s ease-in-out infinite;
}

.leftarm404 {
  position: absolute;
  top: 159px;
  left: 0;
  width: 165px;
  height: 73px;
  background-position: -265px -341px;
  -webkit-transform-origin: 9% 35%;
  transform-origin: 9% 35%;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-animation: typeLeft 0.4s linear infinite;
  animation: typeLeft 0.4s linear infinite;
}

.rightarm404 {
  position: absolute;
  top: 148px;
  left: 231px;
  width: 157px;
  height: 91px;
  background-position: -442px -323px;
  -webkit-transform-origin: 90% 25%;
  transform-origin: 90% 25%;
  -webkit-animation: typeLeft 0.4s linear infinite;
  animation: typeLeft 0.4s linear infinite;
}

.chair404 {
  position: absolute;
  top: 430px;
  left: 55px;
  width: 260px;
  height: 220px;
  background-position: -12px -697px;
}

.legs404 {
  position: absolute;
  top: 378px;
  left: 4px;
  width: 370px;
  height: 247px;
  background-position: -381px -443px;
}

.leftshoe404 {
  position: absolute;
  top: 591px;
  left: 54px;
  width: 130px;
  height: 92px;
  background-position: -315px -749px;
}

.rightshoe404 {
  position: absolute;
  top: 594px;
  left: 187px;
  width: 135px;
  height: 81px;
  background-position: -453px -749px;
  -webkit-transform-origin: 35% 12%;
  transform-origin: 35% 12%;
  -webkit-animation: tapRight 1s linear infinite;
  animation: tapRight 1s linear infinite;
}

.laptop404 {
  position: absolute;
  top: 186px;
  left: 9px;
  width: 365px;
  height: 216px;
  background-position: -2px -466px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: tapWobble 0.4s linear infinite;
  animation: tapWobble 0.4s linear infinite;
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  20% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  25% {
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
  }

  45% {
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
  }

  50% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  70% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  75% {
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
  }

  90% {
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@keyframes sway {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  20% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  25% {
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
  }

  45% {
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
  }

  50% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  70% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  75% {
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
  }

  90% {
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@-webkit-keyframes headTilt {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  20% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  25% {
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
  }

  35% {
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
  }

  38% {
    -webkit-transform: rotateZ(2deg);
    transform: rotateZ(2deg);
  }

  42% {
    -webkit-transform: rotateZ(2deg);
    transform: rotateZ(2deg);
  }

  45% {
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
  }

  50% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  70% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  82% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  85% {
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
  }

  90% {
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@keyframes headTilt {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  20% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  25% {
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
  }

  35% {
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
  }

  38% {
    -webkit-transform: rotateZ(2deg);
    transform: rotateZ(2deg);
  }

  42% {
    -webkit-transform: rotateZ(2deg);
    transform: rotateZ(2deg);
  }

  45% {
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
  }

  50% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  70% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  82% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  85% {
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
  }

  90% {
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@-webkit-keyframes typeLeft {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  25% {
    -webkit-transform: rotateZ(7deg);
    transform: rotateZ(7deg);
  }

  75% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@keyframes typeLeft {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  25% {
    -webkit-transform: rotateZ(7deg);
    transform: rotateZ(7deg);
  }

  75% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@-webkit-keyframes typeRight {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  25% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }

  75% {
    -webkit-transform: rotateZ(7deg);
    transform: rotateZ(7deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@keyframes typeRight {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  25% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }

  75% {
    -webkit-transform: rotateZ(7deg);
    transform: rotateZ(7deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@-webkit-keyframes tapWobble {
  0% {
    -webkit-transform: rotateZ(-0.2deg);
    transform: rotateZ(-0.2deg);
  }

  50% {
    -webkit-transform: rotateZ(0.2deg);
    transform: rotateZ(0.2deg);
  }

  100% {
    -webkit-transform: rotateZ(-0.2deg);
    transform: rotateZ(-0.2deg);
  }
}

@keyframes tapWobble {
  0% {
    -webkit-transform: rotateZ(-0.2deg);
    transform: rotateZ(-0.2deg);
  }

  50% {
    -webkit-transform: rotateZ(0.2deg);
    transform: rotateZ(0.2deg);
  }

  100% {
    -webkit-transform: rotateZ(-0.2deg);
    transform: rotateZ(-0.2deg);
  }
}

@-webkit-keyframes tapRight {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  90% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@keyframes tapRight {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  90% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@-webkit-keyframes blink404 {
  0% {
    background-position: -162px -350px;
  }

  94% {
    background-position: -162px -350px;
  }

  98% {
    background-position: -162px -368px;
  }

  100% {
    background-position: -162px -350px;
  }
}

@keyframes blink404 {
  0% {
    background-position: -162px -350px;
  }

  94% {
    background-position: -162px -350px;
  }

  98% {
    background-position: -162px -368px;
  }

  100% {
    background-position: -162px -350px;
  }
}

@-webkit-keyframes pan {
  0% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  49% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  99% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}

@keyframes pan {
  0% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  49% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  99% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}

.error-text {
  position: absolute;
  top: -25px;
  left: 50px;
  height: 216px;
  background-position: -2px -466px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: tapWobble 0.4s linear infinite;
  animation: tapWobble 0.4s linear infinite;
  font-size: 10rem;
}

.error-info {
  position: absolute;
  top: 165px;
  left: 68px;
  height: 216px;
  background-position: -2px -466px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: tapWobble 0.4s linear infinite;
  animation: tapWobble 0.4s linear infinite;
}

.mw-210 {
  min-width: 210px !important;
}

.mw-950px {
  min-width: 950px;
}

.mw-450px {
  max-width: 450px;
}

.mt-75 {
  margin-top: 0.75rem;
}

.auto-btn {
  border: 1px solid #E0E0E0 !important;
  color: #757d85;
}

.fc-button-group {
  display: none;
}

.fc-left {
  display: none;
}

.fc-button-group {
  display: none;
}

.fc-left {
  display: none;
}

/***
nav 
***/
.side-nav {
  width: 230px;
  overflow-x: hidden;
  padding-bottom: 4rem;
  padding-bottom: 2.5rem;
}

.side-nav .side-menu {
    height: 50px;
    border-radius: .7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .25rem;
    padding-left: 1.25rem;
    position: relative;
}

.side-nav .side-menu.active {
    background: #f6f7ff !important;
    /* border-radius: 30px 0px 0px 30px; */
    width: 90%;
}

.side-nav .side-menu:hover {
    background: #f6f7ff !important;
    /* border-radius: 30px 0px 0px 30px; */
    width: 90%;
}

.side-nav .side-menu.active .side-menu_title {
  color: #FF0861;
}

.side-nav .side-menu.active img {
  -webkit-filter: invert(21%) sepia(57%) saturate(7172%) hue-rotate(329deg) brightness(98%) contrast(108%);
  filter: invert(21%) sepia(57%) saturate(7172%) hue-rotate(329deg) brightness(98%) contrast(108%);
}

/* .side-nav .side-menu.active::before {
    content: "";
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-image: url(../img/icons/Path-1.svg);
    background-repeat: no-repeat;
    margin-right: -0.05rem;
    position: absolute;
    top: 0;
    right: 0;
}

.side-nav .side-menu.active::before {
  margin-top: -30px;
  -webkit-transform: rotate(90deg) scale(1.04);
  transform: rotate(90deg) scale(1.04);
}

.side-nav .side-menu.active::after {
  margin-top: 50px;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.side-nav .side-menu.active::after {
    content: "";
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-image: url(../img/icons/Path-1.svg);
    background-repeat: no-repeat;
    margin-right: -0.05rem;
    position: absolute;
    top: 0;
    right: 0;
} */

.side-nav .side-menu:hover {
    background: transparent;
    /* border-radius: 30px 0px 0px 30px; */
    color: #363744;
}

.side-nav .side-menu:hover img {
  -webkit-filter: invert(19%) sepia(4%) saturate(2406%) hue-rotate(198deg) brightness(99%) contrast(91%);
  filter: invert(19%) sepia(4%) saturate(2406%) hue-rotate(198deg) brightness(99%) contrast(91%);
}

.side-nav .side-nav_devider {
    background-color: rgba(180, 184, 222, 0.8);
    height: 1px;
    position: relative;
    width: 95%;
    z-index: 10;
}

.side-nav ul {
  padding-left: 0px;
}

.side-nav ul li {
  list-style: none;
}

.side-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.side-nav ul li a .side-menu_title {
  padding-left: 1rem;
}

@media (max-width: 1279px) {
  .side-nav {
    width: 85px;
  }

  .side-nav ul li a .side-menu_title {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .side-nav {
    width: 65px;
  }
}

.mobile-menu {
  margin-left: -.75rem;
  margin-right: -.75rem;
}

.mobile-menu .menu-bar {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: .75rem;
  padding-right: .75rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-menu .menu-bar .logo {
  margin-bottom: 1rem;
  z-index: 10;
}

.header {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.content {
  padding: 40px 5% 20px;
  text-align: justify;
  max-height: 100%;
  color: #333;
  overflow-y: scroll;
}

.content img {
  width: 100%;
  position: relative;
  display: block;
  margin: 40px auto 30px;
}

@media (max-width: 480px) {
  .content {
    overflow-y: hidden;
  }
}

/* End container/placeholder */
/* Menu Header */
.header {
  overflow: hidden;
  height: 55px;
  width: 100%;
  z-index: 1;
  position: absolute;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.header.menu-open {
  height: 100%;
  background: #747bbc;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}

/* Menu List items */
.mobile-menu {
  clear: both;
}

.header ul.menu {
  position: relative;
  display: block;
  padding: 0px 40px 0;
  list-style: none;
  padding-top: 2rem;
}

.header ul.menu li.menu-item a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  line-height: 2.8;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header ul.menu li.menu-item a .side-menu_title {
  padding-left: 1rem;
  font-size: 0.8rem;
}

.header ul.menu li.menu-item a:hover {
  color: #363744;
}

.header ul.menu li.menu-item {
  margin-top: 5px;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header ul.menu li.menu-item:nth-child(1) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.header ul.menu li.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.header ul.menu li.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.header ul.menu li.menu-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.header ul.menu li.menu-item:nth-child(5) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.header ul.menu li.menu-item:nth-child(6) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.header ul.menu li.menu-item:nth-child(7) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.header.menu-open ul.menu li.menu-item {
  opacity: 1;
}

.header.menu-open ul.menu li.menu-item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.header.menu-open ul.menu li.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.header.menu-open ul.menu li.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.header.menu-open ul.menu li.menu-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.header.menu-open ul.menu li.menu-item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.header.menu-open ul.menu li.menu-item:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.header.menu-open ul.menu li.menu-item:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* Menu Icon */
.icon-container {
  position: relative;
  display: inline-block;
  z-index: 2;
  float: right;
  /* Simply change property to float left to switch icon side :) */
  height: 65px;
  width: 55px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.icon-container #menuicon {
  width: 20px;
  height: 10px;
  position: relative;
  display: block;
  margin: 0px auto 0;
  top: 50%;
}

#menuicon .bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#menuicon .bar.bar1 {
  -webkit-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
}

#menuicon .bar.bar2 {
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}

#menuicon .bar.bar3 {
  -webkit-transform: translateY(12px) rotate(0deg);
  transform: translateY(12px) rotate(0deg);
}

.menu-open .icon-container {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-open .icon-container #menuicon .bar {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.menu-open .icon-container #menuicon .bar.bar1 {
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}

.menu-open .icon-container #menuicon .bar.bar2 {
  -webkit-transform: translateY(3px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
}

.menu-open .icon-container #menuicon .bar.bar3 {
  display: none;
}

.m-user.dropdown {
  z-index: 10;
}

.m-user.dropdown img {
  padding-bottom: 0.5rem;
}

.user.dropdown-toggle {
  background: transparent;
  border: 0px;
  z-index: 10;
  padding: 0px;
  margin: 0px;
}

.user.dropdown-toggle::after {
  border-top: 0em solid;
  border-right: 0em solid transparent;
  border-bottom: 0;
  border-left: 0em solid transparent;
}

/* 3 - COMPONENTS */
.btn {
  font-size: 0.75rem;
  text-transform: uppercase;
  border-radius: 0.2rem;
  padding: 0.3rem 0.4rem;
}

.btn.btn-outline {
  border: 1px solid #48494D;
}

button:focus {
  outline: dotted 0px;
}

.btn-primery {
  background: #fff;
  color: #99ABBA;
  outline: 0;
  border: 0px;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0.4rem 1rem;
  border-radius: 1rem;
  font-size: 0.7rem;
}

.btn-primery.active {
  background: #ff0861;
  color: #fff;
}

.btn-primery:hover {
  background: #ff0861;
  color: #fff;
}

._btn-outline {
  border: 1px solid #ff0861;
  color: #000;
}

._btn-outline:hover {
  color: #fff;
  background: #ff0861;
}

.selct-location {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  color: #606060;
  font-size: 0.9rem;
  height: 3rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-control {
  font-size: 0.875rem;
}

/* 4 - MEDIA */
/* Using SCSS variables to store breakpoints */
@media (min-width: 768px) {
  body {
    padding: 1rem;
  }

  .container {
    max-width: 768px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (max-width: 600px) {
  body {
    padding: 0.5rem;
  }
}

@media (max-width: 1280px) {
    .dropdown-container {
        padding-left: 0;
    }

    .dropdown-container a {
        padding-left: 0 !important;
    }

}

.mw-950px {
    min-width: 950px;
}

.mw-350px {
    max-width: 450px;
}

.mt-75 {
    margin-top: 0.75rem;
}

/*# sourceMappingURL=main.css.map */

nav .fct {
    color: #fff;
    font-size: 1.1rem;
    /* letter-spacing: .2rem; */
    font-family: 'lato', sans-serif;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

nav .fct:hover {
    color: #c7c7c7;
}

.white-space-nowrap {
    white-space: nowrap;
}

nav .fct-sm {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: .2rem;
    margin-top: 12px;
    font-family: 'lato', sans-serif;
    margin-bottom: 25px;
}

nav .fct-sm:hover {
    color: #c7c7c7;
}

.rounded-pill-2-left {
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
}

.rounded-pill-2-right {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
}

.ml-50 {
    margin-left: -50px !important;
}

.form-control {
    border-radius: 2.5rem;
}

.form-select {
    border-radius: 2.5rem;
}

textarea.form-control {
    border-radius: .5rem;
}

.toggle_tabs .nav-link,
.toggle_tabs .nav-link:hover {
    border: 1px solid #ff0861;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.display tbody tr.odd:hover>.sorting_1,
table.dataTable.display tbody tr.even:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1 {
    background-color: transparent;
}

.responsive-calendar .controls {
    text-align: center;
}

.responsive-calendar .controls a {
    cursor: pointer;
}

.responsive-calendar .controls h4 {
    display: inline;
}

.responsive-calendar .day-headers,
.responsive-calendar .days {
    font-size: 0;
}

.responsive-calendar .day {
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: 14.285714285714286%;
    text-align: center;
}

.responsive-calendar .day a {
    color: #000000;
    display: block;
    cursor: pointer;
    padding: 20% 0 20% 0;
}

.responsive-calendar .day a:hover {
    background-color: #eee;
    text-decoration: none;
}

.responsive-calendar .day.header {
    border-bottom: 3px gray solid;
}

.responsive-calendar .day.active a {
    background-color: #1d86c8;
    color: #ffffff;
}

.responsive-calendar .day.active a:hover {
    background-color: #36a0e2;
}

.responsive-calendar .day.today a {
    background: #FF3333;
    color: #ffffff;
}

.responsive-calendar .day.active .not-current {
    background-color: #8fcaef;
    color: #ffffff;
}

.responsive-calendar .day.active .not-current:hover {
    background-color: #bcdff5;
}

.responsive-calendar .day.not-current a {
    color: #ddd;
}

.responsive-calendar .day .badge {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 1;
}

.phone-bg {
    background-color: #f4fbff;
}

.text-purple {
    background-color: #f4b3ff;
}

.fc-scroller {
    overflow: auto !important;
}

button:disabled,
button:disabled:hover {
    background-color: #a0a6ab;
    border: 1px solid #a0a6ab;
    color: #fff;
}

.dashboard_h4 h4 {
    font-size: 1.5rem;
}

.w-1200px {
    max-width: 1200px;
}

.statement_table {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.mw-150px {
    min-width: 150px
}

.utbox {
    display: none;
}

.ui-datepicker-clear-month {
    position: absolute;
    top: 9px;
    right: 32px;
    height: 100%;
    line-height: 100%;
    display: inline;
    cursor: pointer;
    color: red !important;
}

.ui-widget.ui-widget-content {
    border: none;
    width: 100%;
}

.ui-state-default {
    height: 50px;
    text-align: center !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}


.calendar {
    background: #fff;
    border-radius: 4px;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
    height: 501px; */
    perspective: 1000;
    transition: .9s;
    transform-style: preserve-3d;
    width: 100%;
}

.current-date {
    border-bottom: 1px solid rgba(73, 114, 133, .6);
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
}

.current-date h1 {
    color: #dfebed;
    font-size: 1.4em;
    font-weight: 300;
}

.week-days {
    color: #dfebed;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    padding: 30px 40px;
}

.days {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.weeks {
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0 40px;
}

.weeks div {
    display: flex;
    font-size: 1.2em;
    font-weight: 300;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.last-month {
    opacity: .3;
}

.weeks span {
    padding: 10px;
}

.weeks span.active {
    background: #f78536;
    border-radius: 50%;
}

.weeks span:not(.last-month):hover {
    cursor: pointer;
    font-weight: 600;
}

.event {
    position: relative;
}

.event:after {
    content: '•';
    color: #f78536;
    font-size: 1.4em;
    position: absolute;
    right: -4px;
    top: -4px;
}

/* Back - Event form */

.back {
    height: 100%;
    transform: rotateY(180deg);
}

.back input {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(73, 114, 133, .6);
    color: #dfebed;
    font-size: 1.4em;
    font-weight: 300;
    padding: 30px 40px;
    width: 100%;
}

.info {
    color: #dfebed;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 1.2em;
    padding: 30px 40px;
}

.info div:not(.observations) {
    margin-bottom: 40px;
}

.info span {
    font-weight: 300;
}

.info .date {
    display: flex;
    justify-content: space-between;
}

.info .date p {
    width: 50%;
}

.info .address p {
    width: 100%;
}

.actions {
    bottom: 0;
    border-top: 1px solid rgba(73, 114, 133, .6);
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
}

.actions button {
    background: none;
    border: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
    padding: 30px 0;
    text-transform: uppercase;
    width: 50%;
}

.actions button:first-of-type {
    border-right: 1px solid rgba(73, 114, 133, .6);
}

.actions button:hover {
    background: #497285;
    cursor: pointer;
}

.actions button:active {
    background: #5889a0;
    outline: none;
}

/* Flip animation */

.flip {
    transform: rotateY(180deg);
}

.front,
.back {
    backface-visibility: hidden;
}

.fc-button-group {
    display: none;
}

.fc-left {
    display: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #ff0861;
    color: #ffffff;
}

.left-blk{
  border: 1px solid #cecece;
  border-radius: 6px;
  padding: 6px;
}

.dp-down{
  display: flex;
}
.dp-down label{
  padding: 5px 8px 0px 0px;
}
.fleet-toggle{
  background-image: url(../img/download.svg) !important ;
  background-color: red;
}
/* .fleet-toggle :focus{
  background-color: #00d400 !important;
} */
.form-switch .fleet-toggle:checked {
  background-color: #00d400 !important;
  border: none;
}
.form-switch .form-check-input{
  background-image: url(../img/download.svg) !important;
  background-color: red;
}
.form-switch .form-check-input:checked{
  background-color: #00d400 !important;
  border: none;
}
.w-modal{
  max-width: 1000px !important;
}
.custom-modal{
  position:fixed;
  bottom:0px;
  right:0px;
  margin:0px;
  width: 444px;
}

.shift-manager-block{
  padding: 12px;
  background: #fff;
    border-radius: 6px;
}
.shift-manager-block p {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #ff0861;
  margin-bottom: 8px;
}

#customer_payout {
  z-index: 20000 !important;
}
.pac-container {
  z-index: 9999 !important;
}

.flex-container {
  display: flex;
  width: 100%;
}
.flex-item-right ,.flex-item-left{
font-size: 15px;
font-weight: bold;
text-align: left;
flex: 50%;

}

.flex-item-right-runner{
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  flex: 35%;
  
  }

.accordion-button.schedule-list-accr-btn:not(.collapsed) {
  color: #ff0861 !important;
  background-color: #fff;
}

.ml-0 {
  margin-left: 0;
}
.mr-sch-1{
  margin-right: 0.5rem;
}
.status-btn{
  top: 20px;
  position: absolute;
}
.sched-table-btn {
  padding: 0.25rem 0.85rem;
  font-size: 0.6rem !important;
}

.accordion.schedule-list table tr td{
  text-align: center;
}
.accordion.schedule-list table tr th{
  text-align: center;
}
a.transport_view_more{
  cursor: pointer;
}