body {
  font-size: 14px;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}

.placeholder {
  min-height: 1em;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
  border-radius: 4px;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.3;
  }
}

.app_score_wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}

#modal {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

#install {
  display: none;
}

.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 295px;
  z-index: 9999;
  border-radius: 4px;
}

.modal-content .download {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.bg-green {
  background-color: #009a4b;
}

.bg-light-green {
  background-color: #d4ffe3;
}

.h-36 {
  height: 36px;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.m-auto {
  margin: 0 auto;
}
.pr-20 {
  padding-right: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.text-light-green {
  color: #2ab05b;
}
.border-light-green {
  border-color: #d4ffe3;
}
.border-radius-62 {
  border-radius: 62px;
}
.border-1 {
  border: 1px;
}
.top-0 {
  top: 0;
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
.position-absolute {
  position: absolute;
}
.left-0 {
  left: 0;
}

.font-600 {
  font-weight: 600;
}
.font-12 {
  font-size: 12px;
}
.justify-content-center {
  justify-content: center;
}
.h-40 {
  height: 40px;
}
.w-full {
  width: 100%;
}
.pr-20 {
  padding-right: 20px;
}
.pl-20 {
  padding-left: 20px;
}

.overflow-hidden {
  overflow: hidden;
}
.justify-content-center {
  justify-content: center;
}
.font-600 {
  font-weight: 600;
}
.font-12 {
  font-size: 12px;
}
.d-flex {
  display: flex;
}
.border-white {
  border-color: #fff;
}
.border-radius-62 {
  border-radius: 62px;
}
.border-1 {
  border: 1px;
}
.bg-blue {
  background-color: #0d57cf;
}
.align-items-center {
  align-items: center;
}
.text-white {
  color: #fff;
}
.download-app-button__android {
  background-color: #0d57cf;
}
.config-language-wait-for-apk.button__label {
  display: inline-flex;
  align-items: center;
}
.app-store-label-icon {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  display: inline-block;
  object-fit: contain;
  vertical-align: middle;
}
.h-60 {
  height: 44px;
}
.font-14 {
  font-size: 14px;
}
.installing,
.waiting {
  background-color: #8ba8df;
}
