.wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.speedometer {
  overflow: hidden;
  width: 210px;
  height: 120px;
  position: relative;
}
.speedometer .customer-satisfaction {
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: center;
  color: #2e384d;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 60px;
}
.speedometer::after {
  background-color: #fff;
  height: 10px;
  width: 130px;
  margin: 0 auto;
  left: 0;
  bottom: 0;
  content: '';
  position: absolute;
  border-radius: 1px;
  z-index: 40;
  right: 0;
}
.speedometer .dial {
  padding-top: 20px;
  overflow: hidden;
}
.speedometer .needle {
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  width: 12px;
  margin: 0 auto;
  z-index: 50;
}
.speedometer .needle .inner {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMSBUaW55Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLXRpbnkuZHRkIj48c3ZnIHZlcnNpb249IjEuMSIgYmFzZVByb2ZpbGU9InRpbnkiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEycHgiIGhlaWdodD0iMTEzcHgiIHZpZXdCb3g9IjAgMCAxMiAxMTMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM2NzY3NjciIGQ9Ik0wLjA2NywxMDYuMzQ0Yy0wLjAxNiwwLjEzNS0wLjAyNCwwLjU0My0wLjAzMiwwLjY4MWwtMC4wMTIsMC40MTFoMC4wMDVjLTAuMDAxLDAtMC4wMTEtMC4xNDYtMC4wMTEtMC4wODFjMC4wMDYsMy4xOSwyLjY4OSw1LjYzNSw1Ljk5NSw1LjYyOWMzLjMwNC0wLjAwNyw1Ljk3OC0yLjY2Niw1Ljk3MS01Ljg1NmMtMC4wMDEtMC40MTUtMC4wNS0wLjg1My0wLjEzNi0xLjI0Mkw2LjAxMiwwLjEyNEwwLjA2NywxMDYuMzQ0eiIvPjwvc3ZnPg==);
  background-size: 100%;
  height: 112px;
  width: 12px;
  position: relative;
  transform: rotate(90deg);
  transform-origin: bottom center;
}
.speedometer .needle .top, .speedometer .needle .bottom {
  display: none;
  position: absolute;
}
.speedometer .needle .top {
  border-color: transparent;
}
.speedometer .needle .bottom {
  background-color: transparent;
}
.speedometer .bar {
  position: relative;
  overflow: hidden;
  height: 95px;
}
.speedometer .half-circle {
  height: 95px;
  width: 190px;
  border-radius: 190px 190px 0 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform-origin: bottom center;
}
.speedometer .half-circle-bg {
  background-color: #32e4b6;
  z-index: 10;
}
.speedometer .half-circle-speed {
  background-color: #0590dd;
  z-index: 20;
}
.speedometer .half-circle-cover {
  background-color: #fff;
  height: 65px;
  width: 130px;
  border-radius: 190px 190px 0 0;
  background: #fff;
  margin: 0 auto;
  top: auto;
  bottom: 0;
  z-index: 30;
}
.speedometer .animated {
  transform: rotate(-80deg);
  transform-origin: bottom center;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.scaled-90 .speedometer {
  width: 189px;
  height: 108px;
  position: relative;
  margin: 20px auto;
}
.scaled-90 .speedometer::after {
  height: 9px;
  width: 117px;
}
.scaled-90 .speedometer .dial {
  padding-top: 18px;
}
.scaled-90 .speedometer .bar {
  position: relative;
  overflow: hidden;
  height: 85.5px;
}
.scaled-90 .speedometer .half-circle {
  height: 85.5px;
  width: 171px;
  border-radius: 171px 171px 0 0;
  transform-origin: bottom center;
}
.scaled-90 .speedometer .half-circle-cover {
  height: 58.5px;
  width: 117px;
  border-radius: 171px 171px 0 0;
}
.scaled-90 .speedometer .needle {
  width: 10.8px;
}
.scaled-90 .speedometer .needle .inner {
  height: 100.8px;
  width: 10.8px;
}
.scaled-80 .speedometer {
  width: 168px;
  height: 96px;
  position: relative;
  margin: 20px auto;
}
.scaled-80 .speedometer::after {
  height: 8px;
  width: 104px;
}
.scaled-80 .speedometer .dial {
  padding-top: 16px;
}
.scaled-80 .speedometer .bar {
  position: relative;
  overflow: hidden;
  height: 76px;
}
.scaled-80 .speedometer .half-circle {
  height: 76px;
  width: 152px;
  border-radius: 152px 152px 0 0;
  transform-origin: bottom center;
}
.scaled-80 .speedometer .half-circle-cover {
  height: 52px;
  width: 104px;
  border-radius: 152px 152px 0 0;
}
.scaled-80 .speedometer .needle {
  width: 9.6px;
}
.scaled-80 .speedometer .needle .inner {
  height: 89.6px;
  width: 9.6px;
}
.scaled-70 .speedometer {
  width: 147px;
  height: 84px;
  position: relative;
  margin: 20px auto;
}
.scaled-70 .speedometer::after {
  height: 7px;
  width: 91px;
}
.scaled-70 .speedometer .dial {
  padding-top: 14px;
}
.scaled-70 .speedometer .bar {
  position: relative;
  overflow: hidden;
  height: 66.5px;
}
.scaled-70 .speedometer .half-circle {
  height: 66.5px;
  width: 133px;
  border-radius: 133px 133px 0 0;
  transform-origin: bottom center;
}
.scaled-70 .speedometer .half-circle-cover {
  height: 45.5px;
  width: 91px;
  border-radius: 133px 133px 0 0;
}
.scaled-70 .speedometer .needle {
  width: 8.4px;
}
.scaled-70 .speedometer .needle .inner {
  height: 78.4px;
  width: 8.4px;
}
.scaled-60 .speedometer {
  width: 126px;
  height: 72px;
  position: relative;
  margin: 20px auto;
}
.scaled-60 .speedometer::after {
  height: 6px;
  width: 78px;
}
.scaled-60 .speedometer .dial {
  padding-top: 12px;
}
.scaled-60 .speedometer .bar {
  position: relative;
  overflow: hidden;
  height: 57px;
}
.scaled-60 .speedometer .half-circle {
  height: 57px;
  width: 114px;
  border-radius: 114px 114px 0 0;
  transform-origin: bottom center;
}
.scaled-60 .speedometer .half-circle-cover {
  height: 39px;
  width: 78px;
  border-radius: 114px 114px 0 0;
}
.scaled-60 .speedometer .needle {
  width: 7.2px;
}
.scaled-60 .speedometer .needle .inner {
  height: 67.2px;
  width: 7.2px;
}
.scaled-50 .speedometer {
  width: 105px;
  height: 60px;
  position: relative;
  margin: 20px auto;
}
.scaled-50 .speedometer::after {
  height: 5px;
  width: 65px;
}
.scaled-50 .speedometer .dial {
  padding-top: 10px;
}
.scaled-50 .speedometer .bar {
  position: relative;
  overflow: hidden;
  height: 47.5px;
}
.scaled-50 .speedometer .half-circle {
  height: 47.5px;
  width: 95px;
  border-radius: 95px 95px 0 0;
  transform-origin: bottom center;
}
.scaled-50 .speedometer .half-circle-cover {
  height: 32.5px;
  width: 65px;
  border-radius: 95px 95px 0 0;
}
.scaled-50 .speedometer .needle {
  width: 6px;
}
.scaled-50 .speedometer .needle .inner {
  height: 56px;
  width: 6px;
}
.percent-100 .speedometer.play .animated, .percent-100-sm .speedometer.play .animated {
  animation-name: to-100;
}
.percent-100-static .animated, .percent-100-static-sm .animated {
  animation: none;
  transform: rotate(90deg);
}
.percent-66 .speedometer.play .animated, .percent-66-sm .speedometer.play .animated {
  animation-name: to-66;
}
.percent-66-static .animated, .percent-66-static-sm .animated {
  animation: none;
  transform: rotate(29.88deg);
}
.percent-60 .speedometer.play .animated, .percent-60-sm .speedometer.play .animated {
  animation-name: to-60;
}
.percent-60-static .animated, .percent-60-static-sm .animated {
  animation: none;
  transform: rotate(18deg);
}
.percent-40 .speedometer.play .animated, .percent-40-sm .speedometer.play .animated {
  animation-name: to-40;
}
.percent-40-static .animated, .percent-40-static-sm .animated {
  animation: none;
  transform: rotate(-18deg);
}
.percent-33 .speedometer.play .animated, .percent-33-sm .speedometer.play .animated {
  animation-name: to-33;
}
.percent-33-static .animated, .percent-33-static-sm .animated {
  animation: none;
  transform: rotate(-30.06deg);
}
.percent-30 .speedometer.play .animated, .percent-30-sm .speedometer.play .animated {
  animation-name: to-30;
}
.percent-30-static .animated, .percent-30-static-sm .animated {
  animation: none;
  transform: rotate(-36deg);
}
.percent-16 .speedometer.play .animated, .percent-16-sm .speedometer.play .animated {
  animation-name: to-16;
}
.percent-16-static .animated, .percent-16-static-sm .animated {
  animation: none;
  transform: rotate(-60.12deg);
}
@keyframes to-100 {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes to-66 {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(29.88deg);
  }
}
@keyframes to-60 {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(18deg);
  }
}
@keyframes to-40 {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(-18deg);
  }
}
@keyframes to-33 {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(-30.06deg);
  }
}
@keyframes to-30 {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(-36deg);
  }
}
@keyframes to-16 {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(-60.12deg);
  }
}
@media (max-width: 71.875em) {
  .speedometer {
    width: 189px;
    height: 108px;
    position: relative;
    margin: 20px auto;
  }
  .speedometer::after {
    height: 9px;
    width: 117px;
  }
  .speedometer .dial {
    padding-top: 18px;
  }
  .speedometer .bar {
    position: relative;
    overflow: hidden;
    height: 85.5px;
  }
  .speedometer .half-circle {
    height: 85.5px;
    width: 171px;
    border-radius: 171px 171px 0 0;
    transform-origin: bottom center;
  }
  .speedometer .half-circle-cover {
    height: 58.5px;
    width: 117px;
    border-radius: 171px 171px 0 0;
  }
  .speedometer .needle {
    width: 10.8px;
  }
  .speedometer .needle .inner {
    height: 100.8px;
    width: 10.8px;
  }
}
@media (max-width: 64.0625em) {
  .speedometer {
    width: 168px;
    height: 96px;
    position: relative;
    margin: 20px auto;
  }
  .speedometer::after {
    height: 8px;
    width: 104px;
  }
  .speedometer .dial {
    padding-top: 16px;
  }
  .speedometer .bar {
    position: relative;
    overflow: hidden;
    height: 76px;
  }
  .speedometer .half-circle {
    height: 76px;
    width: 152px;
    border-radius: 152px 152px 0 0;
    transform-origin: bottom center;
  }
  .speedometer .half-circle-cover {
    height: 52px;
    width: 104px;
    border-radius: 152px 152px 0 0;
  }
  .speedometer .needle {
    width: 9.6px;
  }
  .speedometer .needle .inner {
    height: 89.6px;
    width: 9.6px;
  }
}
@media (max-width: 56.25em) {
  .speedometer {
    width: 147px;
    height: 84px;
    position: relative;
    margin: 20px auto;
  }
  .speedometer::after {
    height: 7px;
    width: 91px;
  }
  .speedometer .dial {
    padding-top: 14px;
  }
  .speedometer .bar {
    position: relative;
    overflow: hidden;
    height: 66.5px;
  }
  .speedometer .half-circle {
    height: 66.5px;
    width: 133px;
    border-radius: 133px 133px 0 0;
    transform-origin: bottom center;
  }
  .speedometer .half-circle-cover {
    height: 45.5px;
    width: 91px;
    border-radius: 133px 133px 0 0;
  }
  .speedometer .needle {
    width: 8.4px;
  }
  .speedometer .needle .inner {
    height: 78.4px;
    width: 8.4px;
  }
}
@media (max-width: 51.5625em) {
  .speedometer {
    width: 126px;
    height: 72px;
    position: relative;
    margin: 20px auto;
  }
  .speedometer::after {
    height: 6px;
    width: 78px;
  }
  .speedometer .dial {
    padding-top: 12px;
  }
  .speedometer .bar {
    position: relative;
    overflow: hidden;
    height: 57px;
  }
  .speedometer .half-circle {
    height: 57px;
    width: 114px;
    border-radius: 114px 114px 0 0;
    transform-origin: bottom center;
  }
  .speedometer .half-circle-cover {
    height: 39px;
    width: 78px;
    border-radius: 114px 114px 0 0;
  }
  .speedometer .needle {
    width: 7.2px;
  }
  .speedometer .needle .inner {
    height: 67.2px;
    width: 7.2px;
  }
}
.tooltip {
  display: block !important;
  z-index: 10000;
}
.tooltip .tooltip-inner {
  background: #fff;
  color: #8798ad;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 20px 0 rgba(46, 91, 255, 0.1);
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #fff;
}
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}
body {
  background: #f4f6fc;
}
header .content, header .actions, header .actions .datepicker-trigger, .sidebar-container, .main-container, .main-container .box-w-50, .main-container .box-w-25, .main-container .face {
  display: inline-block;
}
.face-1, .face-2, .face-3, .face-4, .face-5 {
  width: 40px;
  height: 40px;
}
.main-container .face {
  text-align: center;
}
body {
  font-family: 'Rubik', sans-serif;
}
input[type="text"].form-control {
  border: solid 1px #e0e7ff;
  background-color: rgba(224, 231, 255, 0.2);
  font-size: 15px;
  color: #2e384d;
  width: 350px;
  padding: 10px;
  border-radius: 4px;
}
.color-blue-light {
  color: #6495ed;
}
header {
  position: fixed;
  width: 100%;
  z-index: 120;
  box-shadow: 0 0 20px 0 rgba(46, 91, 255, 0.07);
  background: white;
}
header .content {
  padding: 20px;
  background: #fff;
  color: #fff;
  width: 5%;
}
header .asd__day-title {
  font-size: 14px;
}
header .asd__month-name {
  font-size: 14px;
  color: #000;
  margin-bottom: 45px;
}
header .asd__month {
  padding: 15px 15px 15px 15px;
}
header .actions {
  color: #bfc5d2;
  font-size: 28px;
  padding-top: 10px;
}
header .actions .datepicker-trigger input {
  border: 0 solid;
  font-size: 15px;
  width: 200px;
  vertical-align: text-top;
  padding-top: 7px;
}
header .actions a {
  margin: 0 10px;
}
.sidenav {
  z-index: 100;
  width: 105px;
  max-width: 105px;
}
.face-1 {
  background: url("../img/faces/1.png");
  -webkit-background-size: 100%;
  background-size: 100%;
}
.face-1.active {
  background: url("../img/faces/1_1.png");
  -webkit-background-size: 100%;
  background-size: 100%;
}
.face-2 {
  background: url("../img/faces/2.png");
  -webkit-background-size: 100%;
  background-size: 100%;
}
.face-2.active {
  background: url("../img/faces/2_2.png");
  -webkit-background-size: 100%;
  background-size: 100%;
}
.face-3 {
  background: url("../img/faces/3.png");
  -webkit-background-size: 100%;
  background-size: 100%;
}
.face-3.active {
  background: url("../img/faces/3_3.png");
  -webkit-background-size: 100%;
  background-size: 100%;
}
.face-4 {
  background: url("../img/faces/4.png");
  -webkit-background-size: 100%;
  background-size: 100%;
}
.face-4.active {
  background: url("../img/faces/4_4.png");
  -webkit-background-size: 100%;
  background-size: 100%;
}
.face-5 {
  background: url("../img/faces/5.png");
  -webkit-background-size: 100%;
  background-size: 100%;
}
.face-5.active {
  background: url("../img/faces/5_1.png");
  -webkit-background-size: 100%;
  background-size: 100%;
}
.f15 {
  font-size: 15px;
}
.f12 {
  font-size: 12px;
}
.sidebar-container .toggle {
  text-decoration: none;
  font-size: 2em;
  color: #b0bac9;
  -webkit-transition: all 0.15s ease-out 0;
  -moz-transition: all 0.15s ease-out 0;
  transition: all 0.45s ease-out 0;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1;
  cursor: pointer;
}
.sidebar-container .sidebar {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: -10px;
  -webkit-transition: all 0.15s ease-out 0;
  -moz-transition: all 0.15s ease-out 0;
  transition: all 0.15s ease-out 0;
  width: 80px;
  background: #fff;
}
.sidebar-container .sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 100px;
}
.sidebar-container .sidebar li a {
  color: #b0bac9;
  font-size: 1.2em;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
  padding: 20px 30px;
  display: block;
  border-left: 2px solid #fff;
}
.sidebar-container .sidebar li a span {
  display: none;
  font-size: 15px;
  padding-top: 2px;
  vertical-align: top;
  padding-left: 5px;
}
.sidebar-container .sidebar a:hover, .sidebar-container .sidebar a.active {
  background: #eaeeff;
  border-left: 2px solid #da2727;
}
.sidebar-container .sidebar a:hover .text, .sidebar-container .sidebar a.active .text {
  color: #da2727;
}
.sidebar-container #slide:checked + .container .sidebar {
  width: 215px;
  left: 0;
  transition: width 0.05s;
  box-shadow: 0 0 20px 0 rgba(46, 91, 255, 0.07);
}
.sidebar-container #slide:checked + .container .sidebar .text {
  display: inline-block;
}
.sidebar-container #slide:checked + .container .sidebar li a {
  padding: 20px;
}
.sidebar-container #slide:checked + .container .toggle {
  left: 20px;
}
.sidebar-container #slide {
  display: none;
}
.clear {
  clear: both;
}
.main-container .box-w-50, .main-container .box-w-25 {
  padding: 20px 20px 0px 20px;
  background: #f4f6fc;
}
.main-container .box-w-50 .content-box, .main-container .box-w-25 .content-box {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(46, 91, 255, 0.07);
  border-radius: 1px;
  padding: 20px;
}
.main-container .box-w-50 .content-box .number, .main-container .box-w-25 .content-box .number {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.6px;
  color: #2e384d;
}
.main-container .box-w-50 .content-box .percentage, .main-container .box-w-25 .content-box .percentage {
  font-size: 16px;
  color: #2db744;
  display: none;
}
.main-container .box-w-50 .content-box .percentage.red, .main-container .box-w-25 .content-box .percentage.red {
  color: #e84a50;
  font-weight: 100;
}
.main-container .box-w-50 .content-box .percentage.green, .main-container .box-w-25 .content-box .percentage.green {
  color: #2db744;
  font-weight: 100;
}
.main-container {
  background: #f4f6fc;
  width: 100%;
  height: 100%;
  padding: 40px 0 40px 3%;
}
.main-container .content {
  width: 1400px;
  margin: 0 auto;
}
.main-container .box-title {
  font-size: 13px;
  letter-spacing: 1.2px;
  color: #8798ad;
  text-transform: uppercase;
  font-weight: 100;
}
.main-container .box-title .extra-info {
  color: #8798ad;
  font-weight: bold;
}
.main-container .face-feedbacks .face-store-name {
  color: #2e384d;
  font-weight: bold;
  font-size: 15px;
}
.main-container .face-feedbacks .face-feedback {
  color: #8798ad;
  font-size: 15px;
  font-weight: 100;
}
.main-container .sales .sale {
  color: #8798ad;
  font-size: 15px;
}
.main-container .sales .sale-number {
  color: #2e384d;
  font-weight: bold;
  font-size: 15px;
}
.main-container .face {
  text-align: center;
}
.main-container .face .face-number {
  font-size: 28px;
  color: #8798ad;
  font-weight: 100;
  margin-top: 10px;
}
.row.make-columns {
  -moz-column-width: 19em;
  -webkit-column-width: 19em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
}
.row.make-columns > div {
  display: inline-block;
  padding: 0.5rem;
  width: 100%;
}
.translate-container {
  vertical-align: top;
  margin-top: 20px;
}
.translate {
  margin-top: 15px;
  vertical-align: top;
  text-transform: capitalize;
}
.translate .small-circle {
  width: 15px;
  height: 15px;
  border-radius: 10px;
}
.translate .text {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #2e384d;
  vertical-align: text-bottom;
  margin-left: 10px;
}
.container-main {
  background: #f4f6fc;
  padding-top: 65px;
}
.offset-md-1 {
  margin-left: 2%;
}
.login {
  margin-top: 10%;
}
.login input[type="text"], .login input[type="password"] {
  border: solid 1px #e0e7ff;
  background-color: rgba(224, 231, 255, 0.2);
  font-size: 15px;
  color: #2e384d;
  width: 350px;
  padding: 10px;
  border-radius: 4px;
}
.login input[type="button"] {
  border: solid 1px #e0e7ff;
  background-color: #2e5bff;
  border-radius: 4px;
  width: 350px;
  padding: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.login .title {
  font-size: 34px;
  color: #2e384d;
  font-weight: 300;
}
.login .info {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #8798ad;
}
.login label {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.1px;
  color: #b0bac9;
  display: block;
  text-transform: uppercase;
}
.login .banner {
  background: url("../img/login-banner.jpg");
  -webkit-background-size: 100%;
  background-size: cover;
  width: 760px;
  height: 100%;
  top: 0;
  position: fixed;
  right: 0;
  max-width: 50%;
}
.login .errors {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #e84a50;
}
.unsatisfied .number {
  font-size: 48px;
  font-weight: 300;
  color: #2e384d;
}
.unsatisfied .text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.1px;
  color: #b0bac9;
}
.rotate-45 {
  transform: rotate(45deg);
}
.rotate-135 {
  transform: rotate(135deg);
}
.loading {
  background: url("../img/loading.svg");
  width: 60px;
  height: 60px;
}
.background-white {
  background: white !important;
}
.store .name {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #2e384d;
  vertical-align: text-bottom;
  margin-left: 10px;
  vertical-align: top;
}
.store .link {
  color: #2e5bff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}
.table-head {
  color: #bfc5d2;
  text-transform: uppercase;
  font-size: 12px;
}
.stores .title {
  color: #2e384d;
  font-size: 25px;
  padding-left: 20px;
  font-weight: 300;
}
.search-input {
  border: 1px solid #e0e7ff;
  border-right: 0px solid #fff;
  border-radius: 3px 0 3px 3px;
  width: 80%;
  padding: 7px;
}
.search-btn {
  border: 1px solid #e0e7ff;
  border-left: 0 solid #fff;
  padding: 11px;
  border-radius: 3px 3px 3px 0;
}
.cursor-pointer {
  cursor: pointer;
}
.overflow-hidden {
  overflow: hidden;
}
.color-blue {
  color: #2e5bff !important;
}
.logo {
  background: url("../img/logo_orig.jpg");
  background-size: 100%;
  width: 100px;
  height: 35px;
  vertical-align: top;
  margin-top: 15px;
  margin-left: 130px;
  float: left;
  position: relative;
}
.logo .eyes {
  background: url(../img/logo-eyes.png);
  width: 10px;
  height: 25px;
  background-size: 6px;
  background-repeat: no-repeat;
  position: absolute;
}
.logo .eyes.left {
  top: 12px;
  left: 9px;
  animation: blink-animation 4s steps(10, start) infinite;
  -webkit-animation: blink-animation 4s steps(10, start) infinite;
}
.logo .eyes.right {
  top: 12px;
  left: 23px;
}
.asd__keyboard-shortcuts-trigger-wrapper {
  display: none;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.hidden {
  display: none;
}
.btn {
  background-color: #2e5bff;
  color: #fff;
}
