:root {
  --white: #fff;
  --grey-bkgd: #eee;
  --primary-lbl-color: #666;
  --secondary-lbl-color: #888;
  --cornflower-blue: #7aa9e7;
  --klickpoints-orange: #f47d44;
  --red: red;
  --black: black;
  --logo-light-color: #fabe55;
  --logo-dark-color: #ff8600;
  --jade: #009173;
  --ice-mint: #a7cfb5;
}

.body {
  scrollbar-width: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease;
}

.top-banner {
  z-index: 95;
  background-color: var(--white);
  text-align: center;
  border-bottom: 1px solid #eee;
  width: 100%;
  height: 50px;
  padding: 7px 20px;
  display: flex;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.main-wrapper {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  overflow: hidden;
  height: calc(100% - 50px) !important;
}

.content-wrapper {
  outline: 0 !important;
}

.map-frame {
  position: absolute;
  inset: 0;
  outline: none !important;
}

.overlay-wrapper {
  z-index: 100;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  display: none;
  position: fixed;
  inset: 0;
}

.overlay-wrapper.dark {
  background-color: #000000e6;
}

.overlay-view {
  color: #696969;
  scrollbar-width: none;
  background-color: #fff;
  width: 800px;
  max-width: 100vw;
  height: 100%;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay-view-content {
  height: 100%;
  padding: 50px;
  position: relative;
  overflow-y: scroll;
}

.overlay-view-content.padding-for-bottom-btn {
  padding-bottom: 85px;
}

.overlay-view-content.grey-bkgd {
  background-color: var(--grey-bkgd);
}

.overlay-view-content.trans-details-view {
  padding: 130px 130px 65px;
}

.overlay-view-content.trans-details-view.padding-for-bottom-btn {
  padding-bottom: 85px;
}

.bottom-margin-50 {
  margin-bottom: 50px;
}

.subs-section-lbl {
  color: var(--primary-lbl-color);
  font-size: 15px;
}

.subs-section-cell {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  margin-top: 10px;
  padding: 15px;
  display: flex;
}

.cell-group-img {
  border-radius: 999px;
  width: 60px;
  height: 60px;
}

.cell-info-col {
  align-self: stretch;
}

.cell-info-col.no-shrink {
  flex: none;
}

.cell-group-lbl {
  font-size: 16px;
}

.cell-info-lbl {
  color: var(--secondary-lbl-color);
  font-size: 14px;
}

.cell-basic-price-lbl {
  color: var(--primary-lbl-color);
  flex: none;
  align-self: center;
  font-size: 15px;
}

.cell-basic-price-lbl.crossed {
  text-decoration: line-through;
}

.cell-basic-price-lbl.highlight-font-color-blue {
  color: var(--cornflower-blue);
}

.cell-basic-price-lbl.align-right {
  text-align: right;
}

.simple-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.simple-flex.flex-align-center {
  align-self: center;
}

.simple-flex.space-between {
  justify-content: space-between;
  width: 100%;
}

.view-close-bottom-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #666;
  width: 100%;
  height: 65px;
  font-size: 18px;
  line-height: 65px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.trans-cell {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  margin-top: 10px;
  padding: 15px;
  display: flex;
}

.trans-cell.with-badge {
  flex-flow: column;
  align-items: baseline;
  display: flex;
}

.trans-cell-badge {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-lines: 1;
  max-width: 100%;
  overflow: hidden;
}

.trans-cell-badge.top-right {
  text-align: right;
  background-color: #e6e6e6;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  align-self: flex-end;
  margin-top: -15px;
  margin-right: -15px;
  padding: 5px 12px;
  font-size: 15px;
  display: flex;
}

.top-margin-30 {
  margin-top: 30px;
}

.top-margin-15 {
  margin-top: 15px;
}

.top-margin-10 {
  margin-top: 10px;
}

.bold {
  font-weight: 700;
}

.highlight-font-color {
  color: var(--klickpoints-orange);
}

.hidden {
  display: none;
}

.group-still-pic-large {
  border: .5px solid #bfbfbf;
  border-radius: 50%;
  width: 180px;
  max-width: 40vw;
  height: 180px;
  max-height: 40vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.premium-view-group-name {
  color: #404040;
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
}

.premium-msg-box {
  color: #545454;
  text-align: center;
  white-space: pre-line;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 1.4;
}

.btn-default {
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-default.full-width-btn.alert-btn {
  background-color: var(--white);
  color: var(--red);
  border: 2px solid red;
}

.btn-default.full-width-btn.white-btn {
  background-color: var(--white);
  color: var(--black);
  border: 2px solid #000;
}

.top-margin-50 {
  margin-top: 50px;
}

.sub-opt-btn-top-left-badge {
  color: var(--white);
  max-lines: 1;
  background-color: #666;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  align-self: flex-start;
  margin-top: -21px;
  margin-bottom: 8px;
  margin-left: -21px;
  padding: 5px 10px;
  font-size: 14px;
}

.sub-opt-btn-topic-font {
  font-size: 17px;
  font-weight: 600;
}

.pay-sum-row {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.pay-sum-lbl {
  color: #404040;
  text-align: center;
  font-size: 16px;
}

.pay-sum-lbl.large {
  font-size: 20px;
  font-weight: 700;
}

.top-margin-35 {
  margin-top: 35px;
}

.sub-remarks-lbl {
  white-space: pre-wrap;
  max-lines: 0;
  width: 100%;
}

.full-width-btn {
  background-color: var(--black);
  color: var(--white);
  border-radius: 999px;
  width: 100%;
  padding: 15px;
  font-size: 16px;
}

.full-width-btn.silver-btn {
  color: var(--black);
  background-color: #dfe3eb;
}

.underlined-btn {
  color: #a6a6a6;
  width: 100%;
  text-decoration: underline;
}

.sub-opt-btn {
  background-color: var(--white);
  color: #999;
  white-space: pre-wrap;
  max-lines: 0;
  border: 1px solid #999;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
  font-size: 15px;
  display: flex;
}

.sub-opt-btn.large-bottom-padding {
  padding-bottom: 35px;
}

.sub-opt-btn.selected {
  border-color: var(--black);
  color: var(--black);
}

.sub-opt-state-badge {
  background-color: var(--black);
  color: var(--white);
  border-radius: 999px;
  margin-top: 10px;
  padding: 10px 15px;
}

.sub-opt-state-badge.alert {
  background-color: var(--red);
}

.trans-cell-place-img {
  border-radius: 999px;
  width: 60px;
  height: 60px;
}

.trans-cell-place-lbl {
  white-space: nowrap;
  max-lines: 1;
  text-overflow: ellipsis;
  align-self: center;
  max-width: 100%;
  font-size: 16px;
  overflow: hidden;
}

.cell-creator-badge-img {
  border: .5px solid #bfbfbf;
  border-radius: 999px;
  width: 35px;
  height: 35px;
}

.cell-creator-badge-lbl {
  color: #545454;
  align-self: center;
  font-size: 15px;
}

._2-col-1-row-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.subs-status-badge {
  color: var(--white);
  text-align: center;
  background-color: red;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
}

.full-decision-box {
  z-index: 999;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 95%;
  padding: 30px;
  transition: all .3s;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  box-shadow: 0 -2px 10px #0003;
}

.full-view-large-title-lbl {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.full-view-info-lbl {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

.absolute-btm-section {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

@media screen and (max-width: 991px) {
  .subs-section-cell, .trans-cell {
    display: flex;
  }

  .bold {
    font-weight: 700;
  }

  .premium-msg-box {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
  }

  .pay-sum-row.top-margin-50 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .overlay-view-content {
    padding: 40px;
  }
}

@media screen and (max-width: 479px) {
  .top-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .overlay-view-content {
    padding: 20px;
  }

  .overlay-view-content.padding-for-bottom-btn {
    padding-bottom: 80px;
  }

  .overlay-view-content.trans-details-view {
    padding: 30px 40px;
    overflow: scroll;
  }

  .overlay-view-content.trans-details-view.padding-for-bottom-btn {
    padding-bottom: 80px;
  }

  .subs-section-cell {
    padding: 10px;
  }

  .simple-flex.space-between.mobile-col {
    flex-flow: column;
  }

  .view-close-bottom-button {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
  }

  .trans-cell {
    padding: 10px;
  }

  .trans-cell-badge {
    margin-bottom: 5px;
  }

  .trans-cell-badge.top-right {
    margin-top: -10px;
    margin-right: -10px;
  }

  .sub-opt-btn-top-left-badge {
    margin-left: -16px;
  }

  .sub-opt-btn-topic-font {
    font-size: 16px;
  }

  .sub-opt-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .full-view-large-title-lbl.top-margin-15 {
    font-size: 26px;
    line-height: 26px;
  }

  .full-view-info-lbl {
    font-size: 16px;
  }
}
