﻿/*Variables*/
/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
body {
  font-family: 'Lato', sans-serif; }

/** popup and bar*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.bar-notification {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 15px 25px 15px 10px;
  line-height: 16px;
  color: #fff;
  opacity: 0.95; }

.bar-notification.success {
  background-color: #4bb07a; }

.bar-notification.error {
  background-color: #e4444c; }

.bar-notification .content {
  margin: 0 10px 0 0; }

.bar-notification .content a {
  color: #fff;
  text-decoration: underline; }

.bar-notification .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  margin: 7px;
  background: #fff url("../scss/Images/close.png") center no-repeat;
  cursor: pointer; }

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: #444; }

.ajax-loading-block-window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url("../scss/Images/loading.gif") center no-repeat; }

.please-wait {
  background: url("../scss/Images/ajax-loader-small.gif") no-repeat;
  padding-left: 20px;
  font-size: 14px; }

.ui-dialog {
  width: 500px !important;
  height: 500px;
  max-width: 90%;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif; }

.ui-dialog:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0,0,0,0.5);*/ }

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #eee;
  padding: 10px 15px;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px !important;
  font-weight: normal;
  cursor: auto !important; }

.ui-dialog-titlebar > span {
  float: left;
  font-size: 18px;
  color: #444;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important; }

.ui-dialog-titlebar button {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  border: none;
  overflow: hidden;
  background: url("../scss/Images/close.png") center no-repeat;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  top: 0 !important;
  right: 0 !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0;
  background: url("../scss/Images/close.png") center no-repeat !important;
  padding: 0 !important; }

.ui-dialog-titlebar button span {
  display: none !important; }

.ui-dialog-content {
  height: auto !important;
  padding: 15px;
  line-height: 20px;
  /*override jQuery UI styles, do not delete doubled properties*/
  background-color: #fff !important;
  padding: 15px !important;
  color: #777; }

.eu-cookie-bar-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 320px;
  height: 180px;
  margin: -90px 0 0 -160px;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 20px;
  text-align: center; }

.eu-cookie-bar-notification .text {
  margin-bottom: 20px;
  line-height: 20px; }

.eu-cookie-bar-notification button {
  min-width: 60px;
  margin: 5px 0 10px;
  border: none;
  background-color: #4ab2f1;
  padding: 8px 12px;
  font-size: 14px;
  color: #fff; }

.eu-cookie-bar-notification button:hover {
  background-color: #248ece; }

.eu-cookie-bar-notification a {
  display: block;
  color: #4ab2f1; }

.eu-cookie-bar-notification a:hover {
  text-decoration: underline; }

/*** From Itemdetails Page*/
.error {
  color: red; }

.btn-file {
  position: relative;
  overflow: hidden; }

.tableClass tr {
  height: 40px; }

#selectedFiles img {
  max-width: 200px;
  max-height: 200px;
  float: left;
  margin-bottom: 10px; }

input[type='file'] {
  color: transparent; }

.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  cursor: inherit;
  display: block;
  width: 127px;
  opacity: 0; }

input[readonly] {
  background-color: white !important;
  cursor: text !important; }

.img-wrap:hover .close {
  opacity: 1; }

.pac-container:after {
  content: none !important; }

.orange-circle-button {
  box-shadow: 2px 4px 0 2px rgba(0, 0, 0, 0.1);
  border: .5em solid #E84D0E;
  font-size: 1em;
  line-height: 1.1em;
  color: #ffffff;
  background-color: #e84d0e;
  margin: auto;
  border-radius: 50%;
  height: 9em;
  width: 9em;
  position: relative; }

.orange-circle-button:hover {
  color: #ffffff;
  background-color: #e84d0e;
  text-decoration: none;
  border-color: #ff7536; }

.orange-circle-button:visited {
  color: #ffffff;
  background-color: #e84d0e;
  text-decoration: none; }

.orange-circle-link-greater-than {
  font-size: 1em; }

.green-circle-button {
  box-shadow: 2px 4px 0 2px rgba(0, 0, 0, 0.1);
  border: .5em solid #4DBD33;
  font-size: 1em;
  line-height: 1.1em;
  color: #ffffff;
  background-color: #4DBD33;
  margin: auto;
  border-radius: 50%;
  height: 9em;
  width: 9em;
  position: relative; }

.green-circle-button:hover {
  color: #ffffff;
  background-color: #4DBD33;
  text-decoration: none;
  border-color: #8CDD81; }

.green-circle-button:visited {
  color: #ffffff;
  background-color: #4DBD33;
  text-decoration: none; }

.green-circle-link-greater-than {
  font-size: 1em; }

.long-textbox {
  width: 500px; }

#map-canvas {
  width: 100%;
  height: 100%; }

.pre-scrollablediv {
  max-height: 620px;
  overflow-y: scroll; }

#marker {
  position: absolute;
  width: 100px;
  padding: 6px;
  background: #fea513;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  transition: all .3s;
  border: 2px solid #fea513;
  color: #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  #marker:hover {
    border-color: #000;
    cursor: pointer; }
    #marker:hover:before {
      border-color: #000000 transparent !important; }
  #marker p {
    margin: 0;
    word-break: break-word; }
  #marker:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 6px 0;
    border-color: #fea513 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -6px;
    bottom: -7px;
    left: 50%; }
  #marker:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 6px 0;
    border-color: #fea513 transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: -6px;
    bottom: -9px;
    left: 50%; }

.image_container {
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute; }

.large {
  width: 100px;
  height: 100px;
  position: absolute; }

.exit {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 170px;
  z-index: 1100; }

.exit_image {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 170px;
  z-index: 1100;
  display: none;
  cursor: pointer; }

.addrdiv {
  color: green; }

.pclass {
  font-weight: normal !important;
  color: #161616 !important;
  font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif !important;
  margin: 0px !important;
  word-wrap: break-word !important;
  font-size: 13px !important;
  letter-spacing: 0.2px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px; }

.error {
  display: none;
  color: red;
  font-size: 11px;
  font-style: italic;
  margin: 4px 30px; }

/** ME **/
.searchBar {
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.2);
  padding: 0;
  z-index: 3;
  position: relative;
  position: relative; }
  .searchBar .btn-search {
    margin-top: 32px; }
  .searchBar .searchOptions {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .searchBar .searchOptions .form-group {
      margin: 0;
      display: flex;
      align-items: flex-end; }
      .searchBar .searchOptions .form-group .form-control {
        border-radius: 0;
        padding: 24px 16px 8px;
        border-top: 0;
        border-bottom: 0;
        height: auto; }
      .searchBar .searchOptions .form-group select.form-control {
        background: no-repeat url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC43MjciIGhlaWdodD0iMzAuNzI3Ij48cGF0aCBkPSJNMjkuOTk0IDEwLjE4M0wxNS4zNjMgMjQuODEyLjczMyAxMC4xODRhMi41IDIuNSAwIDExMy41MzYtMy41MzZsMTEuMDk1IDExLjA5M0wyNi40NjEgNi42NDdhMi41IDIuNSAwIDExMy41MzMgMy41MzZ6Ii8+PC9zdmc+");
        appearance: none;
        -webkit-appearance: none;
        background-position: 74px 33px;
        background-size: 12px;
        padding-right: 24px; }
    .searchBar .searchOptions .control-label {
      position: absolute;
      top: 6px;
      font-size: 12px;
      left: 18px;
      color: #999; }
    .searchBar .searchOptions .option + .option .form-control {
      border-left: 0; }
    .searchBar .searchOptions .sbrb {
      flex: 0 0 280px; }
    .searchBar .searchOptions .dte {
      flex: 0 0 140px; }
    .searchBar .searchOptions .fitsIn {
      position: relative;
      display: flex;
      padding-left: 16px;
      align-content: center;
      flex-direction: row;
      justify-content: center;
      flex: 0; }
      .searchBar .searchOptions .fitsIn .control-label {
        position: relative;
        top: unset;
        left: unset;
        margin: 0;
        margin-right: 8px;
        align-self: center; }
      .searchBar .searchOptions .fitsIn .mode_selection {
        margin: 0;
        display: block; }
        .searchBar .searchOptions .fitsIn .mode_selection label {
          border-radius: 0;
          padding: 4px;
          border: 1px solid #e2e2e2;
          box-shadow: none; }
        .searchBar .searchOptions .fitsIn .mode_selection:last-of-type label {
          padding: 6px 4px 5px; }
        .searchBar .searchOptions .fitsIn .mode_selection + .mode_selection label {
          border-left: none; }
  .searchBar .mode_selection svg {
    width: 26px;
    stroke: #333; }

.browseContainer {
  display: flex; }
  .browseContainer .map {
    height: calc(100vh - 134px);
    flex: 1;
    position: relative; }
  .browseContainer .delivery_list {
    width: 430px;
    height: calc(100vh - 134px);
    padding: 8px;
    z-index: 2; }

.page_offers {
  display: flex;
  height: calc(100vh - 78px); }
  .page_offers .dl_list {
    width: 430px;
    padding: 8px 0 8px 8px;
    z-index: 2;
    background: #ECEFF1; }
  .page_offers .dl_detail {
    flex: 1;
    display: flex;
    align-items: flex-start; }
  .page_offers .dl_details {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 78px);
    padding: 16px;
    display: none; }
    .page_offers .dl_details .close {
      display: none; }
  .page_offers .delivery_list {
    width: 100%;
    padding: 0;
    height: calc(100vh - 192px);
    overflow: visible; }

.mainContainer {
  height: calc(100vh - 240px); }

.form-group {
  position: relative; }

.icn-showPassword {
  position: absolute;
  right: 8px;
  top: 38px; }

input.input-validation-error {
  border-color: #dc3545;
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); }
  input.input-validation-error + .text-danger {
    font-size: 80%;
    color: #dc3545; }

.validation-summary-valid {
  display: none; }

.validation-summary-errors {
  display: block; }

textarea.input-validation-error {
  border-color: red; }

.input-group-prepend .input-group-text {
  background: #fff; }

.input-group-prepend + .form-control {
  border-left: none;
  padding-left: 0; }

.postItem .page__title {
  text-align: center;
  font-size: 30px;
  font-weight: 100; }

.postItem_container {
  padding: 16px;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  margin-bottom: 32px; }
  @media screen and (max-width: 580px) {
    .postItem_container {
      box-shadow: none; } }

.wzrd {
  padding: 1.5rem 0;
  z-index: 1;
  position: relative; }
  .wzrd ol {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .wzrd li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    color: #000000;
    list-style: none; }
  .wzrd.acntVerify li {
    width: 50%; }
  .wzrd .current ~ li {
    color: #666; }
    .wzrd .current ~ li:after {
      background-color: #666; }
    .wzrd .current ~ li:before {
      background-color: #fff;
      color: #666;
      border-color: #666; }
  .wzrd li:before {
    content: '';
    display: block;
    color: #333;
    background-color: #000000;
    border: 2px solid #000000;
    text-align: center;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 14px;
    position: relative;
    left: 50%;
    margin-bottom: 7px;
    margin-left: -7px;
    z-index: 1; }
  .wzrd li + li:after {
    content: "";
    display: block;
    width: 100%;
    background-color: #000000;
    height: 2px;
    position: absolute;
    left: -50%;
    top: 7px;
    z-index: 0; }

.fileinput-button {
  position: relative;
  overflow: hidden; }

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer; }

.thumb {
  height: 100px;
  box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

ul.thumb-Images {
  padding: 0;
  margin: 0 0 16px 0; }
  ul.thumb-Images li {
    display: inline-block;
    vertical-align: top; }
    ul.thumb-Images li + li {
      margin-left: 10px; }

.img-wrap {
  position: relative;
  display: inline-block;
  font-size: 0; }
  .img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    padding: 2px 2px;
    color: #000;
    font-weight: bolder;
    cursor: pointer;
    opacity: .5;
    font-size: 23px;
    line-height: 10px;
    border-radius: 50%; }
  .img-wrap:hover .close {
    opacity: 1; }

.FileNameCaptionStyle {
  font-size: 12px; }

.mode_selection {
  align-items: center;
  padding-left: 0;
  margin-right: 8px;
  display: inline-flex;
  /*&:last-of-type {
        label {
            height: 37px;
        }
    }*/ }
  .mode_selection input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none; }
    .mode_selection input[type="radio"]:hover + label::before {
      transform: scale(1.2);
      transition: border-color 100ms linear, transform 250ms cubic-bezier(0.2, 0, 0.1, 1); }
    .mode_selection input[type="radio"]:active + label::before {
      transform: scale(1.2);
      transition: border-color 100ms linear, transform 250ms cubic-bezier(0.2, 0, 0.1, 1); }
    .mode_selection input[type="radio"]:checked + label .mode_selection input[type="radio"]:focus + label {
      box-shadow: 0 0 4px 0 #000000; }
    .mode_selection input[type="radio"]:checked + label {
      background-color: #000000;
      color: #fff; }
      .mode_selection input[type="radio"]:checked + label svg {
        stroke: #fff;
        fill: #fff; }
  .mode_selection label, .mode_selection p {
    position: relative;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26), 0 -1px 0px rgba(0, 0, 0, 0.02);
    padding: 8px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 4px;
    width: 80px;
    text-align: center;
    display: block; }
    .mode_selection label svg, .mode_selection p svg {
      max-width: 40px;
      max-height: 70px;
      stroke: #333; }
    .mode_selection label span, .mode_selection p span {
      display: block; }

h2 {
  font-size: 20px;
  margin-top: 16px; }

.alignCheckbox {
  margin-top: 38px; }

.navbar-brand img {
  max-width: 220px; }

.bg-black {
  background: #000; }

.navbar-dark .navbar-nav .nav-link {
  color: #fff; }

.data-group {
  margin-bottom: 1rem;
  word-break: break-word; }
  .data-group p {
    margin: 0; }
  .data-group .label {
    font-size: 14px;
    color: #666; }

.page_inner {
  margin-top: 16px; }

.page_section + .page_section {
  margin-top: 24px; }

.page_section p span {
  display: block; }

.page_heading {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 16px; }
  .page_heading-sub {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600; }

.page_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 16px;
  height: 55px; }
  .page_header .close p {
    margin-bottom: 0; }

.page_actions input[type=button] + input[type=button] {
  margin-left: 16px; }

.badge-submitted {
  background-color: #fff178; }

.delivery {
  /*   &_details {
        height: calc(100vh - 165px);
        overflow-x: auto;
    }*/ }
  .delivery_list {
    border-right: 1px solid #e2e2e2;
    height: calc(100vh - 94px);
    overflow-x: auto;
    background: #ECEFF1;
    width: 430px;
    padding: 8px;
    z-index: 2; }
    .delivery_list ul {
      display: flex;
      flex-direction: column;
      padding-left: 0;
      margin-bottom: 0; }
      .delivery_list ul li {
        position: relative;
        display: block;
        padding: 8px 16px;
        background-color: #fff;
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.11);
        border-radius: 4px;
        margin: 4px 0; }
        .delivery_list ul li.active {
          color: #fff;
          background-color: #000000;
          border-color: #000000; }
          .delivery_list ul li.active .badge-light {
            color: #c5c5c5;
            background-color: #2f2f2f; }
          .delivery_list ul li.active .badge-warning {
            color: #fea513;
            background-color: #2f2f2f; }
          .delivery_list ul li.active .badge-success {
            color: #28a745;
            background-color: #2f2f2f; }
          .delivery_list ul li.active svg {
            fill: #fff; }
          .delivery_list ul li.active .dl_address {
            color: #fff; }
          .delivery_list ul li.active .bestFit_img {
            border: 1px solid #000000;
            background: #2d2d2d; }
          .delivery_list ul li.active:hover {
            cursor: pointer;
            background: #000;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11); }
        .delivery_list ul li:hover {
          cursor: pointer;
          background: #f5f7f9;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11); }
    .delivery_list .dl_header {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .delivery_list .dl_header p {
        margin-bottom: 0;
        word-break: break-all; }
    .delivery_list .dl_address {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 12px;
      color: #666;
      padding: 4px 0;
      line-height: 22px; }
      .delivery_list .dl_address .dl_address-from, .delivery_list .dl_address .dl_address-to {
        width: 140px; }
    .delivery_list .dl_footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      /*.badge-warning {
                color: #656565;
                background-color: #FFECB3;
            }*/ }
      .delivery_list .dl_footer .badge-success {
        color: #265813;
        background-color: #b9e289; }
      .delivery_list .dl_footer svg {
        margin-left: 8px;
        fill: #000; }
      .delivery_list .dl_footer svg.blinky {
        fill: #F44336; }
      .delivery_list .dl_footer .blinky {
        animation: animationFrames linear 1s;
        animation-iteration-count: infinite;
        transform-origin: 50% 50%;
        -webkit-animation: animationFrames linear 1s;
        -webkit-animation-iteration-count: infinite;
        -webkit-transform-origin: 50% 50%;
        -moz-animation: animationFrames linear 2s;
        -moz-animation-iteration-count: infinite;
        -moz-transform-origin: 50% 50%;
        -o-animation: animationFrames linear 2s;
        -o-animation-iteration-count: infinite;
        -o-transform-origin: 50% 50%;
        -ms-animation: animationFrames linear 2s;
        -ms-animation-iteration-count: infinite;
        -ms-transform-origin: 50% 50%; }

@keyframes animationFrames {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-moz-keyframes animationFrames {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes animationFrames {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-o-keyframes animationFrames {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-ms-keyframes animationFrames {
  .delivery_list .dl_footer 0% {
    opacity: 1; }
  .delivery_list .dl_footer 50% {
    opacity: 0.5; }
  .delivery_list .dl_footer 100% {
    opacity: 1; } }
      .delivery_list .dl_footer .bestFit_img svg {
        margin-left: 0; }
  .delivery_title {
    font-size: 24px;
    font-weight: 400;
    margin: 0; }
    .delivery_title span {
      display: block;
      font-size: 14px;
      font-weight: normal;
      margin-top: 4px;
      color: #666; }

.offerDetails {
  background: #ECEFF1;
  border-radius: 4px;
  text-align: center;
  padding: 10px; }
  .offerDetails p {
    margin-bottom: 8px; }
  .offerDetails .offer_amnt {
    font-weight: 600;
    font-size: 30px; }

.msgInd + .msgInd {
  margin-top: 32px; }

.msg_inline {
  margin-top: 8px;
  margin-left: 80px; }
  .msg_inline textarea {
    width: 100%;
    margin-bottom: 16px; }
  .msg_inline .button_group {
    display: flex;
    justify-content: space-between; }

.msgContent {
  display: flex;
  /*    &.self {
        flex-direction: row-reverse;

        .avatar {
            margin: 0 0 0 8px;
        }

        .msgBody {
            text-align: right;
            display: flex;
            flex-direction: column-reverse;

            p[name="spnMsg"] {
                border-radius: 8px 0 8px 8px;
                background: #ECEFF1;
                border: none;
                text-align: left;
            }
        }
    }*/ }
  .msgContent .avatar {
    margin: 0 8px 0 0; }
    .msgContent .avatar img {
      width: 30px; }
  .msgContent + .msgContent {
    margin-top: 8px;
    margin-left: 40px; }
  .msgContent .msgBody {
    max-width: 80%; }
    .msgContent .msgBody p {
      margin: 0; }
    .msgContent .msgBody p[name="spnMsgDate"] {
      font-size: 12px;
      color: #666; }
    .msgContent .msgBody p[name="spnMsg"] {
      border: 1px solid #CFD8DC;
      border-radius: 0 8px 8px 8px;
      padding: 8px 16px;
      margin-top: 8px; }
  .msgContent.self p[name="spnMsg"] {
    background: #ECEFF1; }

.priceTag {
  font-size: 22px; }

.itemTitle {
  font-size: 18px;
  margin-bottom: 8px; }

.bestFit_img {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 0 6px;
  display: inline-block;
  margin-top: 4px;
  background: #F5F5F5;
  font-size: 14px; }
  .bestFit_img svg {
    width: 26px;
    margin-right: 4px; }
  .bestFit_img p {
    margin: 0;
    display: flex;
    align-items: center; }

.itemDetailsContainer {
  opacity: 0;
  position: absolute;
  z-index: 1;
  background: #fff;
  height: calc(100vh - 160px);
  margin: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  width: 440px;
  padding: 16px; }
  .itemDetailsContainer #itemModals {
    height: 100%; }
  .itemDetailsContainer .id_content {
    display: flex;
    flex-direction: column;
    flex: 1 0;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
    overflow: hidden; }
  .itemDetailsContainer .id_header {
    display: flex;
    flex-direction: column;
    padding-bottom: 16px; }
    .itemDetailsContainer .id_header .id_heading {
      display: flex;
      justify-content: space-between;
      padding-bottom: 8px; }
    .itemDetailsContainer .id_header .id_loc {
      display: flex;
      align-items: center; }
      .itemDetailsContainer .id_header .id_loc img {
        width: 8px; }
      .itemDetailsContainer .id_header .id_loc p {
        margin: 0;
        font-size: 12px;
        color: #666; }
        .itemDetailsContainer .id_header .id_loc p + p {
          margin-left: 8px; }
    .itemDetailsContainer .id_header .bestFit_img {
      align-self: baseline;
      margin: 0;
      margin-left: 16px;
      background: #F5F5F5; }
      .itemDetailsContainer .id_header .bestFit_img svg {
        width: 22px; }
  .itemDetailsContainer .id_body {
    flex: 1;
    overflow-y: auto;
    height: calc(100vh - 200px); }
    .itemDetailsContainer .id_body h2 {
      margin-top: 24px;
      color: #666;
      font-weight: 400; }
    .itemDetailsContainer .id_body h2:first-of-type {
      margin-top: 0; }
  .itemDetailsContainer .id_footer {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-top: 16px; }
    .itemDetailsContainer .id_footer p {
      margin: 0; }

.page_offers .delivery_list ul {
  height: calc(100vh - 185px);
  overflow-y: auto;
  padding-right: 8px;
  padding-bottom: 8px; }

@media screen and (max-width: 900px) {
  .searchBar {
    overflow-x: scroll;
    z-index: 2; }
  .browseContainer .map {
    display: none;
    position: initial; }
  .browseContainer .delivery_list {
    width: 100%;
    height: calc(100vh - 56px - 78px);
    overflow-y: scroll;
    z-index: 0; }
  .page_offers .dl_detail {
    display: none; }
    .page_offers .dl_detail.hide {
      display: none; }
    .page_offers .dl_detail.show {
      display: block; }
  .page_offers .dl_details {
    position: absolute;
    top: 0;
    z-index: 20;
    right: 0;
    background: #fff;
    height: calc(100vh - 19px);
    margin: 10px;
    left: 0 !important; }
    .page_offers .dl_details .close {
      display: block; }
    .page_offers .dl_details .delivery_details {
      overflow-y: scroll; }
  .page_offers .dl_list {
    width: 100%;
    height: calc(100vh - 79px);
    overflow-y: scroll;
    z-index: 0; }
  .offerDetails {
    margin: 16px; }
  .page_header {
    flex-wrap: wrap;
    height: auto; }
    .page_header .delivery_title {
      margin-bottom: 8px; }
  .page .page_actions {
    flex: 1;
    margin-left: 28px; }
  .itemDetailsContainer {
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    z-index: 2; } }

.offr_block {
  text-align: center;
  max-width: 130px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600; }
  .offr_block .input-group-text, .offr_block .form-control {
    font-size: 20px;
    color: #333; }

.fee_block {
  background: #ECEFF1;
  padding: 16px;
  border-radius: 4px; }
  .fee_block div {
    display: flex;
    justify-content: space-between; }
    .fee_block div + div {
      margin-top: 8px;
      font-weight: 600;
      font-size: 20px; }

.itmFound {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #999; }

.btn-reply {
  margin-left: 26px;
  font-size: 14px;
  display: flex;
  align-items: center; }
  .btn-reply svg {
    fill: #1E88E5; }

.msgContent + .msgContent + .btn-reply {
  margin-left: 66px; }

.rating-disabled {
  display: flex;
  align-items: center; }
  .rating-disabled .avgRating {
    font-weight: 600;
    margin-left: 4px; }
  .rating-disabled .star {
    cursor: initial; }

.profile_block .usr_block {
  display: flex;
  padding: 0 0 16px 0;
  margin-bottom: 16px; }
  .profile_block .usr_block .usr_avatar {
    width: 100px;
    height: 100px; }
  .profile_block .usr_block .usr_details {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .profile_block .usr_block .usr_details p {
      margin: 0;
      font-weight: 600;
      font-size: 18px; }

.profile_block .noFdbck {
  padding: 8px;
  background: #eceff1;
  text-align: center;
  border-radius: 4px;
  color: #666; }

.profile_block .usr_feedbacks {
  padding: 16px; }
  .profile_block .usr_feedbacks .tlFdbck {
    font-size: 14px;
    color: #666; }
  .profile_block .usr_feedbacks .usr_feedback {
    display: flex;
    align-items: flex-start; }
    .profile_block .usr_feedbacks .usr_feedback + .usr_feedback {
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid #eceff1; }
    .profile_block .usr_feedbacks .usr_feedback .usr_msg p {
      margin-bottom: 0; }
    .profile_block .usr_feedbacks .usr_feedback .usr_msg .usr_fdbckDate {
      font-size: 14px;
      color: #666; }

.usr_avatar {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
  overflow: hidden;
  position: relative;
  margin-right: 8px; }
  .usr_avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160%; }
    .usr_avatar img.ava {
      width: 100%; }

#dvImages .usr_avatar {
  width: 120px;
  height: 120px; }
  #dvImages .usr_avatar img {
    height: auto; }
    #dvImages .usr_avatar img.thumb {
      width: 100%; }
  #dvImages .usr_avatar .close {
    float: none;
    font-size: 16px;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: 44px;
    left: 98px;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    font-family: sans-serif;
    font-weight: 600; }

#AcceptModal .modal-footer {
  justify-content: center; }

.acpt_offer {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center; }
  .acpt_offer .usr_avatar {
    margin-right: 0; }
  .acpt_offer #spnName {
    font-weight: 600;
    font-size: 18px; }
  .acpt_offer .offr p {
    font-size: 34px;
    font-weight: 600; }

@media screen and (min-width: 900px) and (max-width: 1024px) {
  .searchBar .searchOptions .sbrb {
    flex: 0 1 280px; } }

/*Bootstrap Overrides*/
.btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  border-radius: 3px; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary .focus {
    color: #000;
    background-color: #fea512;
    border-color: #fea512; }

.nav-primary {
  background: #fea513;
  color: #000 !important;
  border-radius: 3px; }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fea512; }

.navbar-collapse p.d-lg-none.text-white {
  padding: 16px 0;
  border-bottom: 1px solid #3c3c3c; }

textarea {
  resize: none; }

a, .btn-link {
  color: #1E88E5; }

.toast.show {
  z-index: 99; }

.modal-footer {
  justify-content: space-between; }

.hide {
  display: none; }

.show {
  display: block; }

.inner-page {
  background: #ECEFF1; }

.page_manage {
  display: flex; }
  @media screen and (max-width: 768px) {
    .page_manage {
      flex-direction: column; } }
  .page_manage .mobile_nav {
    display: block; }
    @media screen and (min-width: 768px) {
      .page_manage .mobile_nav {
        display: none; } }
    .page_manage .mobile_nav .btn {
      border-radius: 0; }
  @media screen and (max-width: 768px) {
    .page_manage .manage_nav {
      display: none; } }
  .page_manage .manage_nav .list-group-item {
    border: 0;
    padding: 0;
    background: transparent;
    border-left: 10px solid transparent; }
    .page_manage .manage_nav .list-group-item.active, .page_manage .manage_nav .list-group-item:hover {
      border-left: 10px solid #333; }
      .page_manage .manage_nav .list-group-item.active a, .page_manage .manage_nav .list-group-item:hover a {
        color: #333;
        text-decoration: none;
        font-weight: bold; }
    .page_manage .manage_nav .list-group-item:last-child, .page_manage .manage_nav .list-group-item:first-child {
      border-radius: 0; }
    .page_manage .manage_nav .list-group-item a {
      color: #666;
      display: block;
      padding: .75rem 1.25rem; }
  .page_manage .manage_content {
    padding: 32px 0 32px 0; }
    @media screen and (max-width: 580px) {
      .page_manage .manage_content {
        padding-top: 0; } }
    .page_manage .manage_content .verify_options .custom-control + .custom-control {
      margin-top: 16px; }
    .page_manage .manage_content .verify_options .btn {
      margin-top: 16px; }
    .page_manage .manage_content .verify_form .field_dob {
      width: 160px; }
    .page_manage .manage_content .verify_form .custom-control-label {
      font-size: 14px; }
    .page_manage .manage_content .verify_form .button_block {
      display: flex;
      margin-top: 16px;
      justify-content: space-between; }

.mobNum {
  width: 120px;
  margin-bottom: 1rem; }

.emailFld {
  width: 240px;
  margin-bottom: 1rem; }

.fnmFld, .lnmFld {
  max-width: 340px;
  margin-bottom: 1rem; }

.pwdFld {
  max-width: 240px;
  margin-bottom: 1rem; }

.stFld {
  max-width: 240px;
  margin-bottom: 1rem; }

.adrsbk, .pymntMthds {
  display: flex;
  margin-top: 16px;
  flex-wrap: wrap;
  margin-left: -8px; }
  .adrsbk .adrs, .adrsbk .pymntMthd, .pymntMthds .adrs, .pymntMthds .pymntMthd {
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    padding: 16px;
    flex: 1 0 236px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 8px;
    box-shadow: 0 0 10px #ececec; }
    @media screen and (min-width: 504px) {
      .adrsbk .adrs, .adrsbk .pymntMthd, .pymntMthds .adrs, .pymntMthds .pymntMthd {
        flex: 0 0 226px; } }
    .adrsbk .adrs .nm, .adrsbk .pymntMthd .nm, .pymntMthds .adrs .nm, .pymntMthds .pymntMthd .nm {
      font-weight: bold; }
    .adrsbk .adrs .actn, .adrsbk .pymntMthd .actn, .pymntMthds .adrs .actn, .pymntMthds .pymntMthd .actn {
      display: flex;
      justify-content: space-between;
      margin: 8px 0 0; }

.rcvPymnt {
  display: flex;
  flex-wrap: wrap; }
  .rcvPymnt .bnkDet, .rcvPymnt .blngAdrs {
    display: flex;
    flex-direction: column;
    flex: 1 0 250px;
    align-items: flex-start; }
  .rcvPymnt .bnkDetInfo + input[type=button] {
    margin: 8px 0 0; }

.nav-badge {
  position: relative;
  margin-right: 8px;
  display: flex; }
  .nav-badge a {
    padding-right: 0 !important; }
  .nav-badge span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    font-size: 11px;
    text-align: center;
    padding: 0;
    color: #fff;
    background-color: #c00; }

.btnGroup {
  display: flex;
  flex-direction: column;
  align-items: center; }

.badge-light {
  color: #4c4c4c;
  background-color: #e4e4e4; }

/*Homepage*/
.hmpg h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 32px;
  text-align: center; }

.hmpg_sctn {
  background-color: #F2F2F2;
  padding: 40px 0; }
  .hmpg_sctn.bg_white {
    background-color: #fff; }

.hmpg footer {
  background-color: #F2F2F2;
  padding: 40px 0; }
  .hmpg footer p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 16px; }
  .hmpg footer .f_mnu {
    text-align: center; }
    .hmpg footer .f_mnu ul, .hmpg footer .f_mnu li {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block; }
    .hmpg footer .f_mnu a {
      padding: 8px; }

.hmpg_hro {
  background: url("../../img/hmpg1.jpg");
  height: 60vh;
  background-size: cover;
  background-position: right;
  position: relative; }
  .hmpg_hro .cntnt {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 150px 150px 0;
    color: #fff;
    max-width: 900px;
    padding: 32px 64px 32px 32px;
    position: absolute;
    top: 150px; }
    .hmpg_hro .cntnt h1 {
      font-weight: 600;
      font-size: 48px;
      line-height: 57px; }
    .hmpg_hro .cntnt h2 {
      text-align: left;
      font-weight: 100;
      margin: 0; }
    .hmpg_hro .cntnt .actns {
      display: flex;
      padding: 16px 0; }
      .hmpg_hro .cntnt .actns .btn {
        padding: 13px 28px; }
        .hmpg_hro .cntnt .actns .btn + .btn {
          margin-left: 16px; }
      .hmpg_hro .cntnt .actns .btn-primary {
        background: #FEA513;
        color: #000;
        border-color: #FEA513; }

.sctn_srch .hmpg_srch {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .sctn_srch .hmpg_srch .srch {
    display: flex;
    width: 360px; }
    @media screen and (min-width: 768px) {
      .sctn_srch .hmpg_srch .srch {
        width: 500px; } }
    .sctn_srch .hmpg_srch .srch .search_input {
      background: #FFFFFF;
      border: 1px solid #FFFFFF;
      box-sizing: border-box;
      border-radius: 4px 0px 0px 4px;
      font-size: 16px;
      min-height: 40px;
      line-height: 20px;
      padding: 16px;
      background-color: #fff;
      max-width: 360px;
      width: 100%; }
    .sctn_srch .hmpg_srch .srch .btn_srch {
      padding: 13px 28px;
      background: #FEA513;
      border-radius: 0px 4px 4px 0px; }

.sctn_hiw .hmpg_hiw {
  padding: 40px 0; }
  .sctn_hiw .hmpg_hiw .steps {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .sctn_hiw .hmpg_hiw .steps .step {
      text-align: center;
      flex: 0 0 250px; }
      .sctn_hiw .hmpg_hiw .steps .step h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px; }
      .sctn_hiw .hmpg_hiw .steps .step p {
        font-size: 16px;
        line-height: 18px; }

.sctn_tgln {
  background-color: #F2F2F2;
  padding: 40px 0; }

.sctn_wht .hmpg_wht p {
  text-align: center;
  margin-bottom: 8px; }

.sctn_wht .hmpg_enbl {
  margin-top: 60px; }
  .sctn_wht .hmpg_enbl .steps {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .sctn_wht .hmpg_enbl .steps .step {
      text-align: center;
      flex: 0 0 250px; }
      .sctn_wht .hmpg_enbl .steps .step h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px; }
      .sctn_wht .hmpg_enbl .steps .step p {
        font-size: 16px;
        line-height: 18px; }

.noDelSelected {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  width: 320px;
  text-align: center;
  height: calc(100vh - 78px);
  justify-content: center; }
  .noDelSelected img {
    max-width: 100%; }

span#spnAmountMsg {
  padding-top: 13px;
  display: block;
  color: #de3500; }

.verifyImage {
  margin: 16px auto;
  position: relative;
  width: 100px;
  height: 100px;
  background: url("../../img/imgicon.svg") center no-repeat; }
  .verifyImage span {
    float: none;
    position: absolute;
    top: -5px;
    right: 0;
    cursor: pointer; }

.modal-body {
  overflow-y: auto;
  max-height: calc(100vh - 200px); }

.forgot_password {
  max-width: 480px;
  margin: 32px auto;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  padding: 24px;
  border-radius: 4px; }
  .forgot_password h1 {
    font-size: 22px;
    font-weight: bold; }
  .forgot_password .button_group {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .forgot_password .alert {
    margin-top: 24px; }
