.session-reminder {
  position: fixed;
  right: calc((100% - 1170px) / 2);
  bottom: 24px;
  z-index: 10000;
  max-width: 450px;
  width: 100%;
  padding: 24px;
  background-color: #1B3248;
  box-shadow: 0px 40px 40px -35px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .session-reminder {
    right: calc((100% - 970px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .session-reminder {
    right: calc((100% - 750px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .session-reminder {
    right: 30px;
    max-width: calc(100vw - 60px);
  }
}
.session-reminder__header {
  display: grid;
  grid-template-columns: 1fr 24px;
  column-gap: 16px;
  margin-bottom: 12px;
}
.session-reminder__header-btn.-close {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%239C9C9C' d='M14 1.41 12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7 14 1.41Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
}
.session-reminder__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-variant-numeric: lining-nums tabular-nums;
  margin: 0;
}
.session-reminder__body {
  margin-bottom: 24px;
}
.session-reminder__text {
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.1px;
  color: #dbdbdb;
  font-variant-numeric: lining-nums tabular-nums;
  hyphens: none;
}
.session-reminder__text a, .session-reminder__text p, .session-reminder__text span {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.session-reminder__text p {
  margin: 0 0 15px 0;
}
.session-reminder__text p:last-child {
  margin-bottom: 0;
}
.session-reminder__text a {
  color: #fff;
  text-decoration: underline;
}
.session-reminder__text a:hover {
  text-decoration: none;
}
.session-reminder__footer {
  display: flex;
  gap: 4px;
}
.session-reminder__footer-btn {
  flex: 0 0 100%;
  height: 34px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  font-style: normal;
  font-variant-numeric: lining-nums tabular-nums;
}
.session-reminder__footer-btn.-accept {
  background-color: #fff;
  color: #0f0f0f;
}
.session-reminder__footer-btn.-reject {
  background-color: transparent;
  border: 1px solid #9c9c9c;
  color: #fff;
}

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