.ever-popup-build {
  position: fixed;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: -9999px;
}

@media screen and (max-width: 1000px) {
  .ever-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 111;
    display: none;
    overflow: auto;
  }

  .ever-popup__body {
    position: static;
    float: none;
    display: block;
    margin: 0 auto;
    width: auto;
  }

  .ever-popup.show {
    display: block;
    align-items: center;
  }

  .ever-popup__inner {
    position: relative;
    margin: 0 auto;
    padding-top: 35px;
  }

  .ever-popup__close {
    width: 35px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .ever-popup__close:after,
  .ever-popup__close:before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 35px;
    height: 10px;
    background: #fff;
    transition: all 1s;
  }

  .ever-popup__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .ever-popup__close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.order-modal,
.users-online {
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 120px;
  width: 320px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  transition: all 1s;
  font-size: 19px;
  line-height: 22px;
  border-radius: 10px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.order-modal > div,
.users-online > div {
  margin: 10px;
}

.order-modal > div > span,
.users-online > div > span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 75px);
  margin-left: 10px;
}

.show-order,
.show-order-last {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}

.blink {
  color: red !important;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  text-decoration: line-through;
}

.blink_me {
  font-size: 24px;
  color: red;
  font-weight: 700;
}

.show-order-last:before,
.show-order:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.show-order-last:after,
.show-order-last:before,
.show-order:after,
.show-order:before {
  content: "";
  position: absolute;
  right: 0;
  top: -15px;
  width: 15px;
  height: 5px;
  background: red;
  transition: all 1s;
}

.show-order-last:after,
.show-order:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.everad-sprite {
  background: url("5c9c4b1226b9818d369a3c558e2e98201afad7da.png")
    no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

.everad-sprite-bucket {
  background-position: -5px -5px;
}

.everad-sprite-callback {
  background-position: -65px -5px;
}

.everad-sprite-online_user {
  background-position: -5px -65px;
}

@media screen and (max-width: 767px) {
  .order-modal,
  .users-online {
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 300px;
  }
}

@-moz-keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hide,
.flag-dropdown {
  display: none;
}

.error-box {
  color: #000;
  background: #de5042 !important;
  border-radius: 5px;
  text-align: center;
  width: 240px;
  font-size: 13px;
  line-height: 20px;
  margin: 5px auto !important;
  z-index: 100;
}
