.profile-landingpage {
  background-color: white;
  overflow-x: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.profile-landingpage .dashboard__link-icon {
  background-image: url("/static/images/getfox-icon-white.ee9c526fd937.svg");
}

.landing_page__background--overlay {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.landing_page__background--overlay .popup-menu {
  top: 5px;
  right: 5px;
}

.landing_page__sidebar {
  width: 300px;
  min-height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: white;
  z-index: 20;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  transition: right 0.5s ease-out !important;
  overflow: hidden;
}

.landing_page__sidebar.sidebar-closed {
  right: -300px;
}

.landing_page__sidebar--content-wrap,
.landing_page__sidebar--content {
  width: 100%;
  height: 100%;
  position: relative;
}

.landing_page__sidebar--content {
  margin-top: 60px;
  height: calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.sidebar-close_button {
  background-color: #ff9c00;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}

.sidebar-close_button svg {
  width: 24px;
  height: 24px;
}

.sidebar-close_button:hover {
  background-color: #0060df;
}

.sidebar-header {
  height: 70px;
}

.button--landingpage {
  min-width: 36px;
  width: 36px;
  height: 36px;
  min-height: 36px;
  border-radius: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #0060df;
  background-color: #0060df;
  cursor: pointer;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
  margin-left: 5px;
  color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  transition: background-size 0.2s ease-in;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05);
}

.button--landingpage:hover {
  background-color: #ff9c00;
  border-color: #ff9c00;
  background-size: 58%;
}

.button--preview-landingpage {
  border-color: #2a9d8f;
  background-color: #2a9d8f;
  background-image: none;
}

.button--back-landingpage {
  border-color: #0060df;
  background-color: #0060df;
  background-image: none;
}

.button--back-landingpage svg {
  width: 65%;
  height: 65%;
  transition: all 0.2s ease-in !important;
}

.button--back-landingpage:hover svg {
  width: 58%;
  height: 58%;
}

.button--back-landingpage line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.button--settings-landingpage {
  border-color: #e76f51;
  background-color: #e76f51;
  background-image: none;
}

.button--preview-landingpage svg,
.button--settings-landingpage svg {
  width: 65%;
  height: 65%;
  transition: all 0.2s ease-in;
}

.button--preview-landingpage:hover svg,
.button--settings-landingpage:hover svg {
  width: 58%;
  height: 58%;
}

.landing_page__title {
  text-align: center;
  font-weight: 600;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: -10px;
  background-color: #ffffff;
}

.landing_page__block {
  border: 2px #f3f3f3 solid;
  margin: 0px 30px 30px 30px;
  padding: 30px 10px 20px 10px;
  border-radius: 10px;
}

.landing_page__block .input--text {
  padding: 7px;
  width: 80%;
  margin-bottom: 10px;
}

textarea.landingpage-desc {
  border-radius: 10px !important;
  background: #f6f6f6;
  font-size: 16px;
  font-weight: 300;
  color: #231f20;
  padding: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 80%;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  border-radius: 0px;
  max-width: 400px;
  resize: vertical;
  overflow: hidden;
  border: none;
}

.font-family-field,
.color-field {
  min-width: 36px;
  width: 36px;
  height: 36px;
  min-height: 36px;
  border-radius: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #0060df;
  background-color: #0060df;
  cursor: pointer;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
  margin-left: 5px;
  color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
}

.font-family-field:hover,
.color-field:hover {
  border-color: #ff9c00;
}

/*
.color-field.color-choosen {  
    border-color: #ff9c00;
}

.color-field.color-choosen:hover {  
    border-color: #0060df;
}
*/

.color-field {
  background-color: transparent;
}

.color-field:focus {
  outline: none;
}

.color-field-small {
  min-width: 30px;
  width: 30px;
  height: 30px;
  min-height: 30px;
  background-color: #231f20;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05);
}

.color-field-small-white {
  background-color: white;
}

.blend-color-field {
  background-image: url("/static/images/blend-color-icon.b87f12a5655e.svg");
}

.back-color-field {
  background-image: url("/static/images/back-color-icon.05250a753edd.svg");
}

.desc-color-field,
.text-color-field {
  background-image: url("/static/images/text-color-icon.4a6b62549947.svg");
}

.landing_page__title span {
  background-color: #ffffff;
  padding: 8px;
}

.update-landingpage--button {
  font-size: 14px;
  padding: 6px 10px 6px 10px;
  background-color: #0060df;
  margin-top: 10px;
}

.update-landingpage--button.js-changed {
  background-color: #2a9d8f;
}

.update-landingpage--button:hover {
  background-color: #ff9c00;
}

.landingpage__backphoto_preview {
  width: 130px;
  height: 100px;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.landingpage__backphoto_preview-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
.landingpage__backphoto_preview-wrap:hover {
    opacity: 0.8;
}
*/

.landing_page__introtext {
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: #231f20;
  padding: 20px 20px 0px 20px;
  max-width: 500px;
  border: none;
  text-align: center;
  margin: 0 auto;
}

.landing_page__introtext-button {
  margin-top: 20px;
}

.landing_page__back-button {
  padding: 10px 15px 10px 15px;
  font-weight: 600;
  font-style: italic;
  border-radius: 50px;
  background-color: #ffffff44;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05);
  font-size: 14px;
}

.landing_page__sub-header_wrap {
  margin-bottom: 30px;
}

.landing_page__sub-header {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px !important;
  text-shadow: 2px 2px #0006;
}

@media screen and (max-width: 850px) {
  .landing_page__sub-header_wrap {
    flex-direction: column !important;
  }

  .landing_page__sub-header {
    padding-right: 20px;
    margin-top: 30px !important;
    font-size: 28px !important;
  }
}

.landing_page__sidebar--info-form .landing_page__title {
  margin-top: 10px;
}

.landing_page__sub-thumb {
  position: relative;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05);
}

.font-family-field {
  background-image: url("/static/images/change-font-icon.f71e670e825a.svg");
  min-width: 40px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  font-size: 40px;
}

.font-family-field option:hover,
.font-family-field option {
  background-color: white;
  color: #231f20;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}

.landing_page__introtext--wrap {
  margin: 0 auto;
}

.landing_page__change-text-color-row {
  margin: 20px;
}

.landingpage__backphoto_position {
  padding: 3px;
  font-size: 12px;
  z-index: 1;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05);
}

.pos-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
  border: 3px #0060df solid;
  position: absolute;
  cursor: pointer;
}

.pos-dot.selected {
  background-color: #ff9c00;
}

.pos-dot:hover {
  background-color: #0060df;
}

.pos-dot-top {
  top: 3px;
  right: 50%;
  transform: translate(50%, 0);
}

.pos-dot-bottom {
  bottom: 3px;
  right: 50%;
  transform: translate(50%, 0);
}

.pos-dot-center {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.pos-dot-left {
  top: 50%;
  left: 3px;
  transform: translate(0, -50%);
}

.pos-dot-right {
  top: 50%;
  right: 3px;
  transform: translate(0, -50%);
}

.pos-dot-left-top {
  top: 3px;
  left: 3px;
}

.pos-dot-right-top {
  top: 3px;
  right: 3px;
}

.pos-dot-left-bottom {
  bottom: 3px;
  left: 3px;
}

.pos-dot-right-bottom {
  bottom: 3px;
  right: 3px;
}

.landing_page__header {
  margin: 0 auto;

  background-image: linear-gradient(to bottom, #2a9d8f, #2a9d8f00);
  padding-top: 20px;
  padding-bottom: 30px;
}

.landing_page__header .profiles-names {
  margin: 0 auto;
}

.landing_page__header .profile-logo-gfx {
  pointer-events: none;
  width: 125px;
  height: 125px;
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
}

.landing_page__header.no-background .profile-logo-gfx {
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.landing_page__header .profile-logo {
  width: 160px;
  height: 160px;
}

.landing_page__header .profile-photo__button {
  width: 70px;
  height: 70px;
}

.landing_page__header .profile-photo__button.trashbin {
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  bottom: 13px;
  right: 13px;
}
