body {
  color: #fff;
}

.button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button__inner-icon {
  margin: 0 4px;
  flex: 0 0 24px;
}
.button__inner-icon img,
.button__inner-icon svg {
  display: block;
}
.button__inner-text {
  margin: 0 4px;
}
.button-outline-grey {
  background: #302F2F;
  color: #fff;
  border: 1px solid #828282;
}
.button.create-pdf-single {
  flex: 0 0 100%;
  margin-top: 24px;
}

.dossier-content strong {
  font-weight: bold;
}
.dossier-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 20px;
  font-weight: normal;
  border-top: 1px solid #4F4F4F;
}
.dossier-content h3:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.dossier-content :not(.lock) h3 {
  background: linear-gradient(157.34deg, #3477F2 0.72%, #F5CCFC 99.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.dossier-content h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 20px;
}
.dossier-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 20px;
}
.dossier-content__group {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.dossier-content__group > *:last-child {
  margin-bottom: 0;
}
.dossier-content__group.lock h3 strong {
  cursor: not-allowed;
  padding-right: 23px;
  background-image: url("../img/lock.svg");
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0.4;
}
.dossier-content__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
}

.small-more-button {
  border: 1px solid #4F4F4F;
  padding: 1px 5px;
  font-size: 14px;
  border-radius: 10px;
  cursor: pointer;
  background: linear-gradient(157.34deg, #3477F2 0.72%, #F5CCFC 99.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.day-tip-modal__box {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #302F2F;
}
.day-tip-modal__box:last-child {
  border-bottom: 0;
}

.tarot-box__add-to-notes, .energy-modal-tip__notes-box {
  text-align: right;
}

.modal#modal-daily .modal-body {
  max-width: 1200px;
  background-color: #272727;
  padding: 40px 20px 60px 40px;
  background-image: url("../img/modal-avatar.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.modal-body-cookies {
  overflow: visible;
}
.modal-body-cookies .modal-content {
  padding: 0 40px;
  text-align: center;
  overflow: visible;
}

.cookies-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  margin-bottom: 20px;
}

.cookies-icon {
  margin-top: -90px;
  margin-bottom: 30px;
}
.cookies-icon img {
  display: block;
  margin: auto;
}

.cookies-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.9);
}

.cookies-actions {
  margin-top: 40px;
}
.cookies-actions > * {
  margin-bottom: 24px;
}
.cookies-actions > *:last-child {
  margin-bottom: 0;
}

.avatar-profile__share {
  display: flex;
  justify-content: flex-end;
}
.avatar-profile__share.left {
  justify-content: flex-start;
}

.share-button {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.share-button img {
  width: 30px;
  flex: 0 0 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.share-button span {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding-left: 12px;
  opacity: 0.9;
}

.form-item input {
  padding: 13px 24px;
}

.modal-share-direct-link {
  display: flex;
  align-items: center;
}

.modal-share-direct-link .form-item input {
  padding: 13px 24px;
}

.modal-share-direct-link .form-item {
  flex: 1 0;
  margin: 0 20px 0 0;
}

.modal-share-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
}

.modal-share-list {
  display: flex;
  margin: 40px 0;
}

.modal-share-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
}

.modal-share-item:last-child {
  margin-right: 0;
}

.modal-share-item:first-child {
  margin-left: 0;
}

.modal-share-item img {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
}

.modal-body, .modal-body.default {
  max-width: 608px;
}/*# sourceMappingURL=common.css.map */