@import url('./datepicker.css');

p {
  margin: 0;
}

div.establishmentName {
  max-width: 250px;
  padding: 0 0.75em 0.75em;
}
div.establishmentName > span {
  font-weight: normal;
  font-family: OpenSans;
  font-size: 14px;
  color: black;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.wrapper {
  padding: 20px 20px 60px;
  min-height: calc( 100vh - 60px );
}

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

.full-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.btn-info {
  color: #fff!important;
  background-color: #379bff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: none!important;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info:focus:active,
.btn-info:hover:active,
.btn-info:focus:hover {
  background-color: #379bff !important;
  border: none!important;
  opacity: 0.85;
}

.btn-save {
  background-color: #379bff !important;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.btn-info.btn-info--block,
.btn-info.btn-info--block:hover,
.btn-info.btn-info--block:active,
.btn-info.btn-info--block:focus,
.btn-info.btn-info--block:focus:active,
.btn-info.btn-info--block:hover:active,
.btn-info.btn-info--block:focus:hover {
  background-color: #d9534f !important;
}

.btn-info.btn-info--grey,
.btn-info.btn-info--grey:hover,
.btn-info.btn-info--grey:active,
.btn-info.btn-info--grey:focus,
.btn-info.btn-info--grey:focus:active,
.btn-info.btn-info--grey:hover:active,
.btn-info.btn-info--grey:focus:hover {
  background-color: #999 !important;
}

.btn-info.btn-info--white,
.btn-info.btn-info--white:hover,
.btn-info.btn-info--white:active,
.btn-info.btn-info--white:focus,
.btn-info.btn-info--white:focus:active,
.btn-info.btn-info--white:hover:active,
.btn-info.btn-info--white:focus:hover {
  background-color: white !important;
}

.btn-info.btn-info--success,
.btn-info.btn-info--success:hover,
.btn-info.btn-info--success:active,
.btn-info.btn-info--success:focus,
.btn-info.btn-info--success:focus:active,
.btn-info.btn-info--success:hover:active,
.btn-info.btn-info--success:focus:hover {
  background-color: #4BB543 !important;
}

*[disabled]:not(.av-input):not(.av-btn),
.btn-info[disabled] {
  background-color: rgb(235, 235, 228)!important;
  color: #666!important;
  pointer-events: none;
}

.custom-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.av-modal--backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  opacity: 0;
  visibility: hidden;
}

.av-modal--backdrop.in {
  opacity: 1;
  visibility: visible;
}

.av-modal {
  position: absolute;
  top: 10%;
  left: 50%;
  min-width: 250px;
  background: white;
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.configured{
  top: 33%!important;
}
[class*="av-modal--"] {
  padding: 1em;
  padding-bottom: 0;
}

.av-modal--head {
  position: relative;
  padding-right: 1.75em;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.av-modal--close {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0;
  cursor: pointer;
  font-size: 1em;
  color: #777;
}

.av-modal--text {
  padding: 0;
}


.av-modal--input {
  padding: 0;
  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;
  position: relative;
}

.av-modal--input input:not(.av-input),
.av-modal--input select:not(.av-input),
.av-modal--input textarea:not(.av-input) {
  background-color: #efefef;
  border: none;
  border-radius: 4px;
  padding: 0.5em;
  font-family: OpenSans-SemiBold, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.av-modal--input textarea {
  resize: none;
}

.av-modal--input > i {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.25em;
  color: #abbbd5;
}

.av-modal--head div.center {
  text-align: center;
}

.av-modal--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;
  padding: 1em;
  padding-bottom: 5px;
}

.av-modal--footer div.btn {
  max-width: 49%;
}

.av-modal--tabs {
  padding: 0;
  padding-top: 1em;
}

.av-modal--tabs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 1px;
  padding: 0;
}

.av-modal--tabs-head > div {
  cursor: pointer;
  width: 49%;
  height: 40px;
  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;
  transition: background-color 250ms;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-transition: background-color 250ms;
  -moz-transition: background-color 250ms;
  -ms-transition: background-color 250ms;
  -o-transition: background-color 250ms;
}

.av-modal--tabs-head > div:not(.active):hover {
  background-color: #dcdcdc;
}

.av-modal--tabs-head > div.active {
  border: 1px solid #ccc;
  border-bottom-color: white;
}

.av-modal--tabs-body {
  border: 1px solid #ccc;
  padding: 1em;
}

.av-modal--tabs-body > div:not(.active) {
  display: none;
}

.av-modal--tabs-body > div.active {
  display: block;
}

.switch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}

.switch-container,
.switch-container * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-container > input[type=radio],
.switch-container > input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

.switch-container > span {
  pointer-events: none;
}

.switch-container > div {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 25px;
  background: #4c6089;
  display: block;
  border-radius: 100px;
  position: relative;
  -webkit-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -ms-transition: background-color 300ms;
}

.switch-container > div:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 21px;
  transition: 150ms;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -ms-transition: 150ms;
  -o-transition: 150ms;
}

.switch-container > input:checked + div {
  background: #379bff;
}

.switch-container > input:checked + div:after {
  left: calc(100% - 2px);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.switch-container > div:active:after {
  width: 25px;
}
.configured{
  max-width:600px
}
.config-first-p{
  font-weight: 300;
  color:#F39200; 
  font-size: 24px!important; 
  text-align:center; 
  font-weight:300
}
.config-second-p{
  color: black;
   font-weight: 900;
    font-size: 16px; 
    line-height: 16px;

}
.config-third-p{
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}
.config-button{
  justify-content: center;
   margin-bottom:20px; 
   margin-top:20px
}
@media (max-width: 767px) {
  .configured{
    min-width: 90vw;
    top:15vw!important;
    padding-bottom: 32px!important;
  }
  .config-first-p{
    font-size: 18px!important; 

  }
  .config-second-p{

      font-size: 14px; 

  }
  .config-third-p{
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
  }
  .config-button{
    margin-bottom:0px;
    padding-bottom: 24px!important;
  }
  .wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.list-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-component > .list--empty:only-of-type {
  display: block !important;
}

.list--empty span {
  color: white !important;
}

.card-container,
.no-results-card,
.list--empty {
  padding: 5px 10px;
  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;
  width: 100%;
}

.card {
  width: 100%;
  padding: 1em;
  border-radius: 5px;
  background: white;
  -webkit-transition: -webkit-box-shadow 150ms;
  transition: -webkit-box-shadow 150ms;
  -o-transition: box-shadow 150ms;
  transition: box-shadow 150ms;
  transition: box-shadow 150ms, -webkit-box-shadow 150ms;
  -webkit-box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
          box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
}

.no-results-card > .card,
.list--empty > .card {
  background: #d9534f;
  color: white;
  cursor: default;
  pointer-events: none;
}

.no-results-card > .card > .card--head,
.list--empty > .card > .card--head {
  margin: 0;
  padding: 0;
}

.no-results-card > .card > .card--head > span,
.list--empty > .card > .card--head > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.no-results-card > .card > .card--head > span > i,
.list--empty > .card > .card--head > span > i {
  margin-right: 10px;
}

.card,
.card * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.card:hover {
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
          box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
}

.card--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;
  padding-bottom: 5px;
  font-family: OpenSans-Bold, sans-serif;
}

.card--body {
  overflow: auto;
  padding: 0;
  -webkit-transition: max-height 250ms ease-in, padding 250ms;
  -o-transition: max-height 250ms ease-in, padding 250ms;
  transition: max-height 250ms ease-in, padding 250ms;
}

.card--body.no-overflow {
  overflow: initial;
}

.card > .card--head > span > i {
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  -webkit-transition: transform 250ms;
  -moz-transition: transform 250ms;
  -ms-transition: transform 250ms;
  -o-transition: transform 250ms;
}

.card[data-open="open"] > .card--head > span > i {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.card[data-open="false"] > .card--body {
  max-height: 0px;
  transition: max-height 250ms ease-in, padding 250ms;
  -webkit-transition: max-height 250ms ease-in, padding 250ms;
  -moz-transition: max-height 250ms ease-in, padding 250ms;
  -ms-transition: max-height 250ms ease-in, padding 250ms;
  -o-transition: max-height 250ms ease-in, padding 250ms;
}

.card[data-open="open"] > .card--body{
  max-height: 500px;
  padding: 10px 0;
  -webkit-transition: max-height 250ms ease-in, padding 250ms;
  -o-transition: max-height 250ms ease-in, padding 250ms;
  transition: max-height 250ms ease-in, padding 250ms;
}

.card--footer {
  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-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .card-container {
      width: 50%;
  }

  .av-modal {
    top: 20%;
  }
  .configured{
    top: 35%!important;

  }
}

@media (min-width: 992px) {
  .card-container {
    width: calc(100% / 3);
  }
}

.checker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.5em;
}

.cbx span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding-bottom: 0.2em;
}

.cbx span:last-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
}

.cbx span:last-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 100ms ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
}

.cbx span:last-child {
  padding-left: 8px;
}

.cbx:hover span:last-child {
  border-color: #506EEC;
}

.inp-cbx:checked ~ span:last-child {
  background: #506EEC;
  border-color: #506EEC;
  animation: wave 100ms ease;
  -webkit-animation: wave 100ms ease;
}

.inp-cbx:checked ~ span > svg {
  stroke-dashoffset: 0;
}

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

/* iOS Fixes */

@supports (-webkit-overflow-scrolling: touch) {
  /* iOS viewport fix */
  /* footer,
  .custom-backdrop,
  #cdp-cookies,
  #row-dispo-scroll-container {
    padding-bottom: 30px !important;
  } */

  .wrapper {
    padding-bottom: 90px;
    min-height: calc( 100vh - 90px );
  }

  .av-modal--footer {
    padding-bottom: 50px !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 1),
       only screen and (min-device-width: 320px) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 2),
       only screen and (min-device-width: 320px) and (max-device-height: 568px) and (-webkit-device-pixel-ratio: 2),
       only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2),
       only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3),
       only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3),
       only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 2),
       only screen and (min-device-width : 375px) and (max-device-height : 812px) and (-webkit-device-pixel-ratio : 3),
       only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 3) {
  /* iPhoneX viewport fix */
  /* footer,
  .custom-backdrop,
  #cdp-cookies,
  #row-dispo-scroll-container {
    padding-bottom: 30px!important;
  } */

  .wrapper {
    padding-bottom: 90px;
    min-height: calc( 100vh - 90px );
  }

  .av-modal--footer {
    padding-bottom: 50px !important;
  }
}
