@-webkit-keyframes scalePulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scalePulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
* {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

input::placeholder {
  color: #bbb !important;
}

.page {
  padding: 50px 0;
}

.frontpage__btn, .frontpage__item, .frontpage__header, .stats-form, .popupBtn-row, .header-row, .timeInterval-list__links-row, .timeInterval-list__input-row, .container-list__link-row, .container-list__time-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.divider {
  margin-top: 30px;
  height: 1px;
  border-bottom: 3px solid #999;
}

.container-list__links {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.container-list__item {
  padding: 1.5rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  position: relative;
}
.container-list__delete-btn {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.container-list__time-row {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.container-list__time-item {
  width: 48%;
}
.container-list__link-row {
  align-items: flex-end;
  margin-bottom: 15px;
}
.container-list__link-item:nth-child(1) {
  width: 60%;
}
.container-list__link-item:nth-child(3) {
  width: 15%;
}
.container-list__link-name {
  width: 15%;
}
.container-list__link-delete {
  text-align: right;
  width: 5%;
}

.timeInterval-list {
  margin-top: 20px;
}
.timeInterval-list__item {
  padding: 1rem;
  background-color: #eee;
  position: relative;
}
.timeInterval-list .links-update__form:nth-child(even) {
  background-color: #eee;
}
.timeInterval-list__input-row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.timeInterval-list__links-row {
  align-items: flex-end;
  margin-bottom: 10px;
}
.timeInterval-list__links-row .form-control {
  font-size: 15px;
}
.timeInterval-list__input-container {
  width: 48%;
}
.timeInterval-list .links-list__item:nth-child(2) {
  width: 60%;
}
.timeInterval-list .links-list__item:nth-child(4) {
  width: 12%;
}
.timeInterval-list .links-list__name {
  width: 12%;
}
.timeInterval-list .links-list__delete {
  text-align: right;
  width: 10%;
}

.btn-update-interval {
  margin-right: 15px;
}

.header-row {
  align-items: flex-end;
}
.header-row h3 {
  margin-bottom: 0;
}
.header-row .header-span {
  margin-top: 8px;
}

.header-clicks {
  font-size: 20px;
  line-height: 1.5;
}
.header-clicks span {
  font-weight: bold;
}

.addInterval-popup {
  border-radius: 5px;
  margin: 0;
  padding: 0;
  width: 700px;
  display: none;
}
.addInterval-popup__title {
  font-size: 30px;
  font-weight: 600;
  padding: 15px 20px;
  background-color: #e4e4e4;
}
.addInterval-popup__body {
  padding: 20px;
}
.addInterval-popup__body-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.addInterval-popup__body-title .btn {
  vertical-align: bottom;
  font-size: 14px;
  line-height: 1;
  padding: 5px 12px;
}
.addInterval-popup__body-title .btn i {
  font-size: 12px;
}
.addInterval-popup__body-subTitle {
  font-size: 15px;
  color: #848484;
  line-height: 1;
  margin-bottom: 15px;
}

.timeInterval-list__container {
  gap: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  margin-top: 30px;
}
@media all and (max-width: 1440px) {
  .timeInterval-list__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 768px) {
  .timeInterval-list__container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.css-add-link-update.btn {
  vertical-align: bottom;
  font-size: 14px;
  line-height: 1;
  padding: 5px 12px;
}
.css-add-link-update.btn i {
  font-size: 12px;
}

.css-remove-interval {
  position: absolute;
  top: 15px;
  right: 15px;
}

.timeInterval-list__links-list {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.stats-hint {
  color: #999;
}
.stats-hint p, .stats-hint i {
  margin: 0;
  font-size: 10px;
}

.stats-item {
  display: flex;
  flex-direction: row;
  font-size: 17px;
}
.stats-item div {
  border-right: 1px solid #ddd;
  padding: 7px 10px;
  border-bottom: 1px solid #ddd;
}
.stats-item div:last-child {
  border-right: none;
}
.stats-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.stats-item_bold {
  font-weight: bold;
}
.stats-item__link {
  width: 20%;
}
.stats-item__name, .stats-item__count, .stats-item__today, .stats-item__visits {
  width: 14%;
}
.stats-item__yesterday, .stats-item__thisweek, .stats-item__lastweek, .stats-item__thismonth, .stats-item__lastmonth, .stats-item__thisyear {
  width: 8%;
}
@media all and (max-width: 1440px) {
  .stats-item__link {
    width: 22.5%;
  }
  .stats-item__name, .stats-item__count, .stats-item__today {
    width: 7%;
  }
  .stats-item__yesterday, .stats-item__thisweek, .stats-item__lastweek, .stats-item__thismonth, .stats-item__lastmonth, .stats-item__thisyear {
    width: 9.3%;
  }
}

.stats-list__items .stats-item:last-child div {
  border-bottom: none;
}

.stats-form__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.stats-form__title_second {
  margin-top: 30px;
}
.stats-form__title .btn {
  line-height: 1;
  margin-left: 10px;
  vertical-align: bottom;
}

.stats-form__container {
  margin-bottom: 20px;
}

.stats-form {
  align-items: flex-end;
  flex-wrap: wrap;
}
.stats-form__input-container {
  width: 48%;
}
.stats-form__btn {
  width: 100%;
  margin-top: 18px;
}
.stats-form__btn .btn {
  width: 100%;
}

.header {
  padding-bottom: 15px;
}
.header .btn {
  margin-right: 15px;
  border: 2px solid #0d6efd;
  padding: 8px 15px;
  line-height: 1;
}
.header .btn:last-child {
  margin-right: 0;
}
.header .btn-empty {
  background-color: #fff;
  color: #0d6efd;
}
.header__link {
  display: inline-block;
  margin-right: 15px;
  color: #0d6efd;
  background-color: #fff;
  border: 2px solid #0d6efd;
  line-height: 1;
  padding: 8px 15px;
  border-radius: 15px;
  text-decoration: none;
}
.header__link:last-child {
  margin-right: 0;
}

.stats-settings {
  width: 21.5%;
  padding-top: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media all and (max-width: 1440px) {
  .stats-settings {
    width: 28.5%;
  }
}
.stats-settings .stats-form__title {
  margin-bottom: 0;
}
.stats-settings .form-control {
  line-height: 1;
}
.stats-settings .btn {
  line-height: 1;
  padding: 7px 13px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
}

.stats-item_clear div {
  background-color: #eee;
  border-right: 1px solid #ddd;
  padding: 7px 10px;
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.stats-item_clear div:nth-child(1) {
  border-right: none;
}

.body-frontpage {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
}
@media all and (max-width: 768px) {
  .body-frontpage {
    height: auto;
  }
}

.frontpage__gray {
  display: none;
}
@media all and (max-width: 768px) {
  .frontpage__gray {
    display: block;
    position: absolute;
    background-color: #f2f2f2;
    height: 220px;
    width: 100%;
    bottom: 5vh;
    left: 0;
  }
}

.frontpage {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  position: relative;
}
@media all and (max-width: 768px) {
  .frontpage {
    height: auto;
    display: block;
  }
}
.frontpage__link-redirect {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: transparent;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.frontpage__container {
  width: 400px;
  position: relative;
}
@media all and (max-width: 768px) {
  .frontpage__container {
    width: 100%;
    padding-top: 3vh;
  }
}
.frontpage__header {
  text-align: center;
  line-height: 1;
  align-items: center;
  background-color: #2CAE1B;
  color: #fff;
  height: 10vh;
  padding: 0 20px 0 14%;
}
.frontpage__header-logo {
  width: 14%;
  line-height: 1;
}
.frontpage__header-logo img {
  display: inline-block;
  width: 100%;
}
.frontpage__header-text {
  width: 80%;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
.frontpage__arrow {
  text-align: center;
  line-height: 1;
  height: 4vh;
}
.frontpage__arrow img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.frontpage__logos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 30px;
  margin-bottom: 2vh;
  margin-top: 2vh;
}
.frontpage__logo {
  width: 48%;
}
.frontpage__logo-img {
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.frontpage__logo-img img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 105px;
  max-width: 105px;
}
.frontpage__logo-img_pt {
  padding: 20px 0;
}
.frontpage__logo-img_pt img {
  width: 100%;
  max-width: none;
  max-height: none;
}
.frontpage__logo-text {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
.frontpage__list {
  padding-left: 70px;
  margin-bottom: 3vh;
  height: 13vh;
}
@media all and (max-width: 768px) {
  .frontpage__list {
    padding-left: 70px;
  }
}
.frontpage__item {
  align-items: center;
  margin-bottom: 5px;
}
.frontpage__item-img {
  width: 5%;
}
.frontpage__item-img img {
  display: inline-block;
  width: 100%;
}
.frontpage__item-text {
  width: 91%;
  font-size: 22px;
}
.frontpage__image {
  text-align: center;
  line-height: 1;
  margin-bottom: 1vh;
  height: 16vh;
}
.frontpage__image img {
  display: inline-block;
  width: auto;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.frontpage__note {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  height: 8vh;
}
.frontpage__note span {
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}
.frontpage__btn {
  width: 90%;
  margin: 0 auto;
  background-color: #ffb261;
  color: #fff;
  padding: 0 20px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
}
.frontpage__btn:hover {
  color: #fff;
}
.frontpage__btn-img {
  width: 7%;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .frontpage__btn-img {
    width: 9%;
  }
}
.frontpage__btn-img img {
  display: inline-block;
  width: 100%;
}
.frontpage__btn-text {
  width: 82%;
  font-weight: 700;
  font-size: 24px;
}
@media all and (max-width: 768px) {
  .frontpage__btn-text {
    width: 74%;
  }
}

.frontpage_ver6 .frontpage__logo {
  width: 80%;
}
.frontpage_ver6 .frontpage__logo-img img {
  max-width: 100%;
}
.frontpage_ver6 .frontpage__logos {
  justify-content: center;
}
.frontpage_ver6 .v6-wa__title {
  margin: 5px 0 15px;
  font-size: 30px;
  text-align: center;
  color: #2CAE1B;
  font-weight: bold;
}
.frontpage_ver6 .v6-wa__title img {
  display: inline-block;
  width: 60px;
}
.frontpage_ver6 .v6-wa__text {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 25px;
  font-size: 19px;
}
.frontpage_ver6 .v6-wa__image {
  text-align: center;
  line-height: 1;
}
.frontpage_ver6 .v6-wa__image img {
  display: inline-block;
  width: 25%;
}
@media all and (max-width: 375px) {
  .frontpage_ver6 .v6-wa__image img {
    width: 17%;
  }
}
.frontpage_ver6 .frontpage__btn-text {
  width: 80%;
  font-size: 22px;
}
.frontpage_ver6 .frontpage__btn {
  width: 82%;
  -webkit-animation: scalePulse 1.4s infinite;
  -o-animation: scalePulse 1.4s infinite;
  animation: scalePulse 1.4s infinite;
}
.frontpage_ver6 .frontpage__btn_no-animate {
  animation: none;
}
.frontpage_ver6 .frontpage__btn_email {
  width: 80%;
  opacity: 0.8;
  padding: 7px 13px;
}
.frontpage_ver6 .frontpage__btn_email .frontpage__btn-text {
  font-size: 13px;
}
.frontpage_ver6 .frontpage__item-text {
  font-size: 25px;
}
@media all and (max-width: 375px) {
  .frontpage_ver6 .frontpage__item-text {
    font-size: 23px;
  }
}
.frontpage_ver6 .frontpage__list {
  height: 14vh;
  padding-left: 18%;
  position: relative;
  z-index: 10;
  min-height: 165px;
}
@media all and (max-width: 375px) {
  .frontpage_ver6 .frontpage__list {
    padding-left: 15%;
    min-height: 120px;
  }
}
.frontpage_ver6 .frontpage__separate {
  font-size: 27px;
  text-align: center;
  margin: 15px auto;
  padding: 0 30px;
}
.frontpage_ver6 .frontpage__separate_small {
  font-size: 12px;
}
.frontpage_ver6 .frontpage__row {
  margin: 10px 0;
}

.popup {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  text-align: center;
}
.popup p {
  font-weight: bold;
  font-size: 22px;
}
.popup__button {
  background-color: #b8efb0;
  border: none;
  border-radius: 5px;
  padding: 5px 25px;
}

@media screen and (max-width: 850px) and (orientation: landscape) {
  .landscape-br {
    display: none;
  }
  .frontpage__container {
    padding-top: 3vh;
    width: 100%;
  }
  .frontpage__btn {
    height: 13vh;
    justify-content: center;
  }
  .frontpage__btn-img {
    width: 6%;
    margin-right: 25px;
  }
  .frontpage__btn-text {
    min-width: 60%;
    width: auto;
  }
  .frontpage__gray {
    height: 95px;
  }
  .landscape-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 30vh;
  }
  .frontpage__list {
    padding-left: 25px;
    height: auto;
    margin-bottom: 0;
  }
  .frontpage__image {
    height: auto;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .frontpage__image img {
    width: 100px;
  }
  .frontpage__note {
    height: auto;
  }
  .frontpage__logos {
    height: 35vh;
  }
  .frontpage__logo {
    width: 50%;
  }
  .frontpage__logo-img {
    margin-bottom: 0;
  }
  .frontpage__logo-img_pt img {
    width: 50%;
  }
  .frontpage__logo-text {
    padding-top: 10px;
  }
}
.chatWindow, .formWindow {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
  background-color: white;
  height: 100svh;
  margin: auto auto;
}
@supports (-webkit-touch-callout: none) {
  .chatWindow, .formWindow {
    height: -webkit-fill-available;
  }
}
.chatWindow__header {
  padding: 10px;
  border-bottom: 1px solid #212121;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
}
.chatWindow__header p {
  margin: 0;
}
@media (max-width: 420px) {
  .chatWindow__header p {
    font-size: 0.8rem;
  }
}
.chatWindow__header p:last-child {
  color: #4FCE5D;
}
.chatWindow__wrapper {
  height: 100%;
  max-width: 600px;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  width: 100%;
}
.chatWindow__messageContainer {
  width: 100%;
  padding: 20px 15px 5px 15px;
  text-align: right;
  flex: 1;
  overflow-y: auto;
  position: relative;
}
.chatWindow__hint {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.6;
  padding: 10px 0;
  border-top: 1px solid #212121;
}
.chatWindow__message {
  font-size: 0.8rem;
  margin-bottom: 10px;
  padding: 4px 10px;
  width: fit-content;
  margin-left: auto;
  border-radius: 6px;
  background: linear-gradient(90deg, #FFBD39 0%, #FA9531 70%);
  max-width: 70%;
  color: white;
}
.chatWindow__message_owner {
  background: #efefef;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
  color: #212121;
}
.chatWindow__inputField {
  width: 100%;
  margin: 5px auto;
  border: none;
  border-top: 1px solid #212121;
  padding: 15px 15px;
}
.chatWindow__inputField::placeholder {
  font-size: 0.8rem;
}
.chatWindow__inputField:focus {
  border-top: 1px solid #EFC50F;
}
.chatWindow__inputContainer {
  position: relative;
}
.chatWindow__button {
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 55px;
  height: 55px;
  aspect-ratio: 1/1;
  border: none;
  transition: all 0.2s ease;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23212121%3B%7D%0A%3C%2Fstyle%3E%09%20%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%2235.1%2C37.2%2035.1%2C47.2%2056.4%2C50%2035.1%2C52.8%2035.1%2C62.8%2064.9%2C50%20%22%2F%3E%0A%3C%2Fsvg%3E) no-repeat 100% center;
}
.chatWindow__button:hover {
  scale: 1.1;
}
.chatWindow__loader {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.chatWindow__loader_active {
  padding: 10px 35px;
}
.chatWindow .dot-flashing, .formWindow .dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #EFC50F;
  color: #EFC50F;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.chatWindow .dot-flashing::before, .formWindow .dot-flashing::before, .chatWindow .dot-flashing::after, .formWindow .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.chatWindow .dot-flashing::before, .formWindow .dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #EFC50F;
  color: #EFC50F;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.chatWindow .dot-flashing::after, .formWindow .dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #EFC50F;
  color: #EFC50F;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}
@keyframes dot-flashing {
  0% {
    background-color: #EFC50F;
  }
  50%, 100% {
    background-color: rgba(152, 128, 255, 0.2);
  }
}

.formWindow form {
  max-width: 420px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding: 0 10px;
}
.formWindow__inputContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  width: 100%;
}
.formWindow__inputContainer input {
  width: 100%;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid #212121;
  padding: 4px 12px 4px;
}
.formWindow__inputContainer input::placeholder {
  font-size: 0.8rem;
}
.formWindow__button {
  margin-top: 20px;
  height: 55px;
  aspect-ratio: 1/1;
  border: none;
  transition: all 0.2s ease;
  padding: 0 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 150px;
  color: white;
  background: #4FCE5D;
}
.formWindow__button:hover {
  scale: 1.1;
}
.formWindow__errors {
  color: red;
  display: none;
}
.formWindow__errors_show {
  display: block;
}
.formWindow__header {
  font-weight: bold;
  text-align: left;
  font-size: 1.2rem;
  width: 100%;
  margin-bottom: -20px;
}
.formWindow__subHeader {
  font-size: 0.8rem;
  color: #949494;
}

/*# sourceMappingURL=app.css.map */
