.uploadcare--powered-by {
  display: none
}



.submit-line {
  border-top: 2px solid #dad5d5;
  padding-top: 28px;
  margin-top: 20px;
  margin-bottom: 20px
}


.card-header {
  width: 290px;
  overflow-y: auto;
}

.dropdown-item:active {
  background-color: #0a535e;
}

.margin-auto {
  margin: auto;
}

.mheight-35 {
  height: 35px !important;
}

.outlet-card {
  width: 93%;
  height: inherit;
}

.outlet-card > .outlet-thumb {
  width: 180px;
  height: 180px
}

.outlet-card > .outlet-content {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 184px);
}






.vertical-align-middle {
  vertical-align: middle !important;
}




.ng-busy {
  z-index: 1002;
}

.ng-busy,
.ng-busy > *,
.ng-busy > dynamiccomponent > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.ng-busy-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: #fff;
  opacity: .7;
}

.ng-busy-default-wrapper {
  text-align: center;
}

.ng-busy-default-sign {
  position: relative;
  display: inline-block;
  z-index: 1003;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  border-top: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background: #f8f8f8;
  color: #333;
}

.ng-busy-default-text {
  display: inline-block;
  margin-left: 6px;
  max-width: 400px;
  font-size: 14px;
  text-align: left;
}

.pac-container:after {
  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

  background-image: none !important;
  height: 0px;
}

.sebm-google-map-container {
  height: 300px;
}

.ng-busy-default-spinner {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.ng-busy-default-spinner div {
  position: absolute;
  left: 44.5%;
  top: 37%;
  width: 10%;
  height: 26%;
  background: #666;
  border-radius: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-animation: busy-spinner-anim 1s linear infinite;
  animation: busy-spinner-anim 1s linear infinite;
}

.ng-busy-default-spinner .bar1 {
  -webkit-transform: rotate(0deg) translate(0, -142%);
  transform: rotate(0deg) translate(0, -142%);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.ng-busy-default-spinner .bar2 {
  -webkit-transform: rotate(30deg) translate(0, -142%);
  transform: rotate(30deg) translate(0, -142%);
  -webkit-animation-delay: -0.91666667s;
  animation-delay: -0.91666667s;
}

.ng-busy-default-spinner .bar3 {
  -webkit-transform: rotate(60deg) translate(0, -142%);
  transform: rotate(60deg) translate(0, -142%);
  -webkit-animation-delay: -0.83333333s;
  animation-delay: -0.83333333s;
}

.ng-busy-default-spinner .bar4 {
  -webkit-transform: rotate(90deg) translate(0, -142%);
  transform: rotate(90deg) translate(0, -142%);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.ng-busy-default-spinner .bar5 {
  -webkit-transform: rotate(120deg) translate(0, -142%);
  transform: rotate(120deg) translate(0, -142%);
  -webkit-animation-delay: -0.66666667s;
  animation-delay: -0.66666667s;
}

.ng-busy-default-spinner .bar6 {
  -webkit-transform: rotate(150deg) translate(0, -142%);
  transform: rotate(150deg) translate(0, -142%);
  -webkit-animation-delay: -0.58333333s;
  animation-delay: -0.58333333s;
}

.ng-busy-default-spinner .bar7 {
  -webkit-transform: rotate(180deg) translate(0, -142%);
  transform: rotate(180deg) translate(0, -142%);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.ng-busy-default-spinner .bar8 {
  -webkit-transform: rotate(210deg) translate(0, -142%);
  transform: rotate(210deg) translate(0, -142%);
  -webkit-animation-delay: -0.41666667s;
  animation-delay: -0.41666667s;
}

.ng-busy-default-spinner .bar9 {
  -webkit-transform: rotate(240deg) translate(0, -142%);
  transform: rotate(240deg) translate(0, -142%);
  -webkit-animation-delay: -0.33333333s;
  animation-delay: -0.33333333s;
}

.ng-busy-default-spinner .bar10 {
  -webkit-transform: rotate(270deg) translate(0, -142%);
  transform: rotate(270deg) translate(0, -142%);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.ng-busy-default-spinner .bar11 {
  -webkit-transform: rotate(300deg) translate(0, -142%);
  transform: rotate(300deg) translate(0, -142%);
  -webkit-animation-delay: -0.16666667s;
  animation-delay: -0.16666667s;
}

.ng-busy-default-spinner .bar12 {
  -webkit-transform: rotate(330deg) translate(0, -142%);
  transform: rotate(330deg) translate(0, -142%);
  -webkit-animation-delay: -0.08333333s;
  animation-delay: -0.08333333s;
}

@-webkit-keyframes busy-spinner-anim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}

@keyframes busy-spinner-anim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}

.table-header-bg > thead > tr > th,
.table-header-bg > thead > tr > td {
  color: #ffffff;
  background-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
  font-size: 12px;
}

.table-outlet-timings tbody {
  border-top: 15px solid white;
}

.table-row-center-vertical > tbody > tr > td, .table-row-center-vertical > thead > tr > th {
  vertical-align: middle;
}

.table-outlets > thead > tr > th {
  text-transform: none !important;
  padding: 8px;
  border-top: 1px solid #ddd;
  font-size: 12px;
  background: #fafbfc;
  font-weight: bold;
  text-align: center;
  color: #565656;
}

.table-outlets > tbody > tr > td {
  border: none;
}

.block > .nav-tabs > li.active > a,
.block > .nav-tabs > li.active > a:hover,
.block > .nav-tabs > li.active > a:focus {
  color: #FFFFFF;
  background-color: #333333;
  /*background-color: #212121;*/
  border-color: transparent;
}


.btn-white {
  background-color: #ffffff;
}

.navbar-brand {
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transition: .1s ease;
  transition: .1s ease;
}

.navbar-toggle {
  z-index: 3;
}


/* Fixed width button for the offer cards */

.btn-static {
  cursor: default;
}

.btn-static:active {
  -moz-box-shadow: inset 0 0 0px white;
  -webkit-box-shadow: inset 0 0 0px white;
  box-shadow: inset 0 0 0px white;
}


hr {
  margin-top: 20px;
  border-top: 1px solid #cccfd3;
  margin-bottom: 20px;
}

hr.dashed {
  border: 0 none;
  border-top: 1px dashed #d3d3d3;
  background: none;
  height: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

.square {
  width: 30%;
  padding-bottom: 30%;
}

.input-xxlg {
  height: 60px;
}

.material-icons.md-14 {
  font-size: 14px;
}

.btn-group-full {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.block-content.block-content-card {
  padding: 0px 16px 0px 16px;
}

.pop-over-header {
  height: 36px;
  position: relative;
  margin-bottom: 8px;
  text-align: center;
}

.pop-over-header-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #838c91;
  display: block;
  line-height: 36px;
  border-bottom: 1px solid #d6dadc;
  margin: 0 10px;
  overflow: hidden;
  padding: 0 32px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}

.popover-block {
  padding: 0 10px 10px;
}

.font-s8 {
  font-size: 8px !important;
}

.font-s9 {
  font-size: 9px !important;
}

.font-s10 {
  font-size: 10px !important;
}

.font-s11 {
  font-size: 11px !important;
}

.font-s12 {
  font-size: 12px !important;
}

.font-s13 {
  font-size: 13px !important;
}

.font-s14 {
  font-size: 14px !important;
}

.font-s15 {
  font-size: 15px !important;
}

.font-s16 {
  font-size: 16px !important;
}

.font-s17 {
  font-size: 17px !important;
}

.font-s18 {
  font-size: 18px !important;
}

.font-s20 {
  font-size: 20px !important;
}

.font-s24 {
  font-size: 24px !important;
}

.font-w500 {
  font-weight: 500 !important;
}

.font-w800 {
  font-weight: 800 !important;
}

.font-w900 {
  font-weight: 900 !important;
}

.mheight-300 {
  min-height: 300px;
}

.mheight-350 {
  min-height: 350px;
}

.fa-bg-circle {
  padding: 10px 11px;
  display: inline-block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0px 0px 2px #888;
  -webkit-box-shadow: 0px 0px 2px #888;
  box-shadow: 0px 0px 2px #888;
}

.block-hover {
  -webkit-box-shadow: 0 1px 8px 0 rgba(155, 155, 155, 0.5) !important;
  box-shadow: 0 1px 8px 0 rgba(155, 155, 155, 0.5) !important;
}

.block.top-block {
  padding-top: 45px;
}

.block-h450 {
  height: 450px;
}

.block-gray {
  background-color: #eeeeee;
}

.block-dashed {
  border: 1px dashed #bdbdbd;
}

google-map {
  height: 400px;
}

.bootstrap-tagsinput {
  width: 100%;
}



.form-bg {
  background-color: #edeff0;
}

.push-3-t {
  margin-top: 3px !important;
}

.push-3-l {
  margin-left: 3px !important;
}

.push-3-r {
  margin-right: 3px !important;
}

.push-12-t {
  margin-top: 12px !important;
}

.push-13-t {
  margin-top: 13px !important;
}

.push-17-t {
  margin-top: 17px !important;
}

.push-25-t {
  margin-top: 25px !important;
}

.push-25 {
  margin-bottom: 25px !important;
}

.push-30-t {
  margin-top: 30px !important;
}

.push-40-t {
  margin-top: 40px !important;
}

.push-42-t {
  margin-top: 42px !important;
}

.push-55-t {
  margin-top: 55px !important;
}

.push-60-t {
  margin-top: 60px !important;
}

.push-6-t {
  margin-top: 6px !important;
}

.push-8-t {
  margin-top: 8px !important;
}

.push-75-t {
  margin-top: 75px !important;
}

.push-175-t {
  margin-top: 175px !important;
}

.push-180-t {
  margin-top: 180px !important;
}

.push-18 {
  margin-bottom: 18px !important;
}

.push-13 {
  margin-bottom: 13px !important;
}

.push-350-t {
  margin-top: 350px !important;
}

.push-360-t {
  margin-top: 360px !important;
}

.pad-10 {
  padding: 10px 10px !important;
}

.pad-15 {
  padding: 15px 15px !important;
}

.pad-4-l-r {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.pad-5-l {
  padding-left: 5px !important;
}

.pad-5-l-r {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pad-8-l {
  padding-left: 8px !important;
}

.pad-8-r {
  padding-right: 8px !important;
}

.pad-30-l {
  padding-left: 30px !important;
}

.dashboard-header-pad {
  padding: 20px 24px !important;
}

.dashboard-redeem-header-pad {
  padding: 10px 24px !important;
}

.card-description {
  color: #0000;
  font-size: 13px;
  font-weight: 300
}

.empty-title-placeholder {
  background-color: #f5f5f5;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.empty-poll-options-placeholder {
  background-color: #f5f5f5;
  padding: 7px 160px 7px 12px;
}

.empty-description-placeholder {
  background-color: #f5f5f5;
  height: 80px;
  padding-left: 12px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.push-350-t {
  margin-top: 350px !important;
}

.push-360-t {
  margin-top: 360px !important;
}

.block-content.tab-content.tab-content-transparent {
  padding: 0;
}

.datepicker-inline {
  width: 100% !important;
}

.datepicker table {
  width: 100%;
}

.datepicker {
  font-size: 24px;
}

.datepicker tbody:before {
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent;
}

.datepicker-left {
  padding-left: 0px;
  padding-right: 60px;
}

.datepicker-right {
  padding-right: 0px;
  padding-left: 60px;
}

.disabled-button-bg {
  background-color: #d3d3d3;
}

.dashboard-title-heading {
  font-size: 16px;
  font-weight: bold;
  color: #4a4a4a;
}

.label-coupon {
  border: dashed 1px #57a9b1;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
  background-color: transparent;
  padding: 8px 8px;
}

.btn-boost {
  border: hidden;
  font-size: 10px;
  color: white;
  border-radius: 100px;
  background-color: #57a9b1;
  width: 68px;
  padding: 6px 0;
}

.btn-website {
  border: solid 1px #57a9b1;
  font-size: 10px;
  color: #57a9b1;
  font-weight: 400;
  border-radius: 2px;
  background-color: transparent;
  padding: 8px 8px;
}

.btn-salmon {
  border: hidden;
  font-size: 10px;
  border-radius: 1px;
  color: white;
  background-color: #FE7070;
  width: 68px;
  height: 30px;
  padding: 6px 0;
}

.btn-gray {
  font-size: 10px;
  border-radius: 1px;
  color: black;
  background-color: #f5f5f5;
  border: solid 1px #e9e9e9;
  width: 68px;
  height: 30px;
  padding: 6px 0;
}

.btn-boost:hover {
  opacity: 0.95;
}

.btn-boost:active {
  opacity: 0.85;
}

.btn-boost.button-height {
  height: 28px;
}

/* Not used */
.btn-boosted {
  font-size: 10px;
  border-radius: 20px;
  color: white;
  background-color: #bcbcbc;
  width: 68px;
  padding: 6px 0;
}

.col-md-offset-1_5 {
  margin-left: 13.2%;
}

.calendar-7-day-pad {
  padding: 0 5px;
}

.calendar-7-day {
  padding: 5px 0;
  text-align: center;
  border-radius: 1px;
  background-color: #ffffff;
  border: solid 2px #cdcdcd;
}

.calendar-7-day:hover, .calendar-7-day:active, .calendar-7-day:focus {
  border: solid 2px #fe7070;
}

.calendar-7-day:hover > .calendar-7-day-hover-red {
  color: #fe7070;
}

.calendar-nav-button {
  text-align: center;
  padding: 5px 14px;
  background-color: #fff;
  border: solid 2px #cdcdcd;
  border-radius: 2px
}

.calendar-nav-button:focus, .calendar-nav-button:hover {
  border: solid 2px #fe7070;
}

.calendar-nav-button:focus, .calendar-nav-button:hover > i {
  color: #fe7070;
}

.calendar-nav-button > i {
  color: #676767;
}

.line-height-1 {
  line-height: 1;
}

.line-height-1point5 {
  line-height: 1.5;
}

.line-height-1point7 {
  line-height: 1.7;
}

.line-height-2 {
  line-height: 2;
}

.ic-36 {
  width: 36px;
  height: 36px;
}

.ic-48 {
  width: 48px !important;
  height: 48px !important;
}

.ic-128 {
  width: 128px !important;
  height: 128px !important;
}

.vertical-stretch-container {
  display: table;
}

.vertical-stretch-container .vertical-stretch {
  float: none;
  display: table-cell;
  vertical-align: top;
}

.dashboard-post-image {
  width: 100%;
  height: 300px;
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
}

.dashboard-offer-image-container {
  display: inline-block;
  position: relative;
  width: 100%;
}

.dashboard-offer-image-container:after {
  content: '';
  display: block;
  margin-top: 100%;
}

.dashboard-offer-image-container div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dashboard-offer-image-container.aspect-ratio-7-10:after {
  margin-top: 70%;
}

.dashboard-offer-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
}

.dashboard-block {
  padding: 15px 15px !important;
}

.dashboard-block-offer {
  padding: 10px 15px;
}

.dashboard-block-margin {
  margin: 15px 15px;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.ic-96 {
  width: 96px;
  height: 96px;
}

.ic-72 {
  width: 72px;
  height: 72px;
}

.ic-84 {
  width: 84px;
  height: 84px;
}

.col-xs-1 {
  background: #00f;
  color: #FFF;
}

.col-half-offset {
  margin-left: 1.85%
}

.note-editor.note-frame {
  border: 1px solid #e6e6e6 !important;
}

.bootstrap-tagsinput {
  line-height: 1.42857143 !important;
  border: 1px solid #e6e6e6 !important;
}

.bootstrap-tagsinput {
  padding: 12px !important;
}

.bootstrap-tagsinput input {
  font-size: 14px;
  padding: 0 !important;
  text-align: left;
}

.table-outlet-timings tbody {
  border-top: 15px solid white;
}


/* Translucent background image */
.cropit-preview-background {
  opacity: .2;
}

/*
 * If the slider or anything else is covered by the background image,
 * use relative or absolute position on it
 */
input.cropit-image-zoom-input {
  /* position: relative; */
}

/* Limit the background image by adding overflow: hidden */
#image-cropper {
  overflow: hidden;
}

@media (min-width: 60px) {
  .card-avatar {
    width: 178px;
    height: 178px;
  }
}

/*@media (min-width: 1200px) and (max-width: 1599px) {*/
/*.card-avatar {*/
/*width: 50px;*/
/*height: 50px;*/
/*}*/
/*}*/
/*@media (min-width: 200px) and (max-width: 1199px){*/
/*.card-avatar2 {*/
/*width: 100px;*/
/*height: 100px;*/
/*}*/
/*}*/
.card-sub-details {
  color: #9b9b9b;
}

.authentication-form-sub-header {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #32373d;
}

.authentication-form-main-header {
  font-style: normal;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  text-align: center;
  color: #32373d;
}

@media (min-width: 1200px) {
  .col-lg-7-offset-2 {
    margin-left: 20%;
  }
}

.quiet-button {
  border-radius: 3px;
  color: #838c91;
  margin: 2px 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.team-section {
  padding: 7px 0;
}

.post-card-header-block {
  padding: 7px 8px 5px 14px;
}

@media (min-width: 1201px) {
  .block-no-pad-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .fp-btn {
    background: #5aac44;
    -webkit-box-shadow: 0 1px 0 #519839;
    box-shadow: 0 1px 0 #519839;
    color: #fff;
    text-decoration: none;
    padding: 7px;
    cursor: pointer;
  }

  .btn.wide {
    padding-left: 30px;
    padding-right: 30px;
  }

  @-webkit-keyframes three-quarters {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @-moz-keyframes three-quarters {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @-o-keyframes three-quarters {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes three-quarters {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  /* Styles for old versions of IE */
  button .btn-spinner {
    font-family: sans-serif;
    font-weight: 100;
    -webkit-animation: three-quarters 1250ms infinite linear;
    -moz-animation: three-quarters 1250ms infinite linear;
    -ms-animation: three-quarters 1250ms infinite linear;
    -o-animation: three-quarters 1250ms infinite linear;
    animation: three-quarters 1250ms infinite linear;
    border: 3px solid #fe7070;
    border-right-color: transparent;
    border-radius: 100%;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
  }

  button .btn-spinner:not(:required) {
    margin-left: -22px;
    opacity: 0;
    transition: 0.4s margin ease-out,
    0.2s opacity ease-out;
  }

  button.is-loading .btn-spinner {
    transition: 0.2s margin ease-in,
    0.4s opacity ease-in;
    margin-left: 5px;
    opacity: 1;
  }
}
.si-spin {
  -webkit-animation: si-spin 2s infinite linear;
  animation: si-spin 2s infinite linear;
}
@-webkit-keyframes si-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes si-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.si {
  display: inline-block;
}
