@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Averia+Sans+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

html,
body {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #231f20;
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 300px;
  scroll-behavior: smooth;
  background: white;
}

html.sign-in,
body.sign-in {
  height: 100%;
  display: grid;
}

body.log-in {
  background-image: url("/static/images/how-background-item.8b3d0bff508e.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 40%;
}

h2,
h3,
h4,
p {
  margin: 0;
}

h3 {
  margin-bottom: 20px;
}

div,
h2,
p,
a,
input,
li,
select,
button {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  outline: none;
}

input:focus {
  outline: auto;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

embed {
  width: 100%;
  min-height: calc(100vh - 185px);
}

video {
  outline: none;
}

a.link {
  cursor: pointer;
}

.dashboard-page ul.messages {
  transition: all 0.3s ease-in;
  opacity: 0;
  width: 100%;
  margin-top: 10px;
}

@media screen and (min-width: 950px) {
  .dashboard-page ul.messages {
    width: calc(100% - 250px);
  }
}

ul.messages li {
  color: white;
  border-radius: 40px;
  padding: 20px 30px;
  background-size: 30px;
  font-style: italic;
  text-align: left;
}

ul.messages li.info,
ul.messages li.success {
  background-color: #0060df;
}

ul.messages li.error {
  background-color: #e20c31;
}

ul.messages li svg {
  width: 20px;
  margin-right:6px;
}

.date-picker input::-webkit-inner-spin-button,
.date-picker input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.w-100 {
  width: 100%;
}

.df {
  display: -webkit-flex;
  display: flex;
}

.df-col {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.df-row {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.df-f1 {
  -webkit-flex: 1 !important;
  flex: 1 0;
}

.df-space {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 !important;
  flex: 1 0 auto;
}

.df-c {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.df-lc {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.df-rc {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
}

.df-cr {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.df-tr {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.df-ct {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.df-lt {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.df-lb {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.f1 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 !important;
  flex: 1 0;
}

.f2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 2 !important;
  flex: 2 0;
}

.fc {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.fct {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flc {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.frc {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.frt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.fcol {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

ul.errorlist {
  list-style: none;
  padding: 0px 5px;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

.js-hidden {
  display: none !important;
}

ul.errorlist li,
.error-message {
  color: white;
  margin: 0 auto;
  background: #e20c31 url("/static/images/alert-circle.ade91c88f254.svg") no-repeat;
  background-position: 5px 5px;
  border-radius: 30px;
  padding: 5px 10px 5px 30px;
  background-size: 20px;
  background-position: 5px 50%;
  font-style: italic;
  display: block;
  font-size: 14px;
  text-align: left;
  width: fit-content;
}

ul.errorlist li:not(:first-child) {
  margin-top: 4px;
}

.page-content {
  padding: 0 20px;
  min-height: 400px;
}

.page-content--df {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 1200px;
  min-height: 400px;
  padding: 0 20px;
}

.add-link__api {
  background-color: #f3f3f3;
  padding: 30px;
  border: #e6e6e6 1px solid;
  margin-bottom: 20px;
  border-radius: 10px;
}

.add-link__api .error-message {
  margin-top: 20px;
}

.add-link__api--disabled {
  width: 400px;
  z-index: 100;
  position: absolute;
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.075);
  margin-top: 30px;
  top: 0;
}

.add-link__button--api {
  display: block;
  border-radius: 10px;
  padding: 10px;
  color: black;
  margin-left: 10px;
  margin-right: 10px;
}

.add-link__button--api svg {
  width: 30px;
  height: 30px;
}

form.user-form {
  margin: 10px auto;
  max-width: 320px;

  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 40px 40px 70px 40px;
}

form.user-form--login .password-unhide {
  right: 25px;
}

.get-link__link-widget {
  margin: 10px auto;
  max-width: 400px;
  min-width: 300px;
  width: 100%;

  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  overflow: hidden;

  position: relative;
}

.pass-access-block p,
.needs-sign-row p,
.form-text p,
.license-information p {
  color: #231f20;
  font-style: italic;
  text-align: left;
}

.active-from--date,
.active-to--date {
  display: inline-flex;
  margin-bottom: 20px;
}

.active-from--date p,
.active-to--date p {
  font-size: 16px;
  color: #231f20;
  font-style: italic;
  width: 80px;
  text-align: right;
  margin-top: 7px;
  margin-right: 10px;
}

.select-input {
  padding: 6px 7px;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  border-style: solid;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 300;
}

.select-input,
form.page-content--add-link select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url("/static/images/arrow-down.f04755764a15.svg");
  padding-right: 24px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: center;
}

.profile-language .select-input {
  font-size: 20px;
}

.page-content--add-link--overlay {
  position: relative;
}

input.input--text,
.date-picker input {
  border-width: 2px;
  border-color: #f6f6f6;
  border-style: none;
  border-radius: 10px;
  background: #f6f6f6;
  height: 35px;
  width: 140px;
  font-size: 16px;
  font-weight: 300;
  color: #231f20;
  padding-left: 13px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 !important;
  flex: 1 0;
}

form.form--contact-details select,
form.form--contact-details input[type="text"],
form.user-form textarea,
form.user-form input[type="text"],
form.user-form input[type="email"],
form.user-form input[type="password"] {
  border-width: 2px;
  border-color: #f6f6f6;
  border-style: none;
  border-radius: 10px;
  background-color: #f6f6f6;
  height: 44px;
  width: 284px;
  font-size: 22px;
  font-weight: 300;
  color: #231f20;
  padding-left: 13px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 2px;
}

form.user-form input[type="password"] {
  padding-right: 50px;
  width: 236px;
}

.input--password-access {
  width: 120px !important;
}

.row--password-access {
  position: relative;
}

input .error {
  border-width: 2px;
  border-color: #ff9c00;
  background: #f6f6f6;
}

a {
  text-decoration: none;
  color: #231f20;
}

a:hover {
  text-decoration: underline;
}

a.button,
.get-link__button,
.linkdenied__download-link,
button {
  background: #ff9c00;
  border-radius: 60px;
  border-style: none;
  padding: 13px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  padding-left: 45px;
  padding-right: 45px;
  cursor: pointer;
  transition: color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  user-select: none;
}

a.button:hover,
button:hover {
  background: #0060df;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
}

.getfox-logo {
  height: 65px;
  margin-right: 30px;
}

.getfox-logo svg {
  height: 65px;
}

.getfox-tagline svg,
.getfox-tagline {
  height: 22px;
}

.getfox-logo--footer {
  height: 35px;
  margin-right: 20px;
}

.getfox-logo--footer svg {
  height: 35px;
}

.getfox-tagline--footer svg,
.getfox-tagline--footer {
  height: 15px;
}

.button--google-sign {
  font-weight: 600;
  border:2px solid lightblue;
  border-radius: 30px;
  margin-top:20px;
  transition: ease-in background-color .2s;
}

.button--google-sign:hover {
  background-color: #0060df;
  color: white;
  text-decoration:  none;
}

button.sign-in--button,
button.create-account--button {
  margin-top: 40px;
}

h2.header-line--light {
  font-weight: 350;
  font-size: 30px;
  font-style: italic;
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
}

h2.header-line--bold {
  font-weight: 800;
  font-size: 40px;
  font-style: italic;
  text-align: right;
  margin: 0 auto;
}

h2.header-line--bold--console {
  text-align: left;
  margin: initial;
}

h2.users__header-line {
  margin-bottom: 20px;
}

h2.header-title--bold {
  font-weight: 700;
  font-size: 46px;
  font-style: italic;
  text-align: center;
  margin: 0 auto;
}

.form-header {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.sign-up--link,
.have-account--link {
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 30px;
  max-width: 400px;
  font-size: 18px;
}

.copyright {
  font-size: 11px;
  color: #737373;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 20px;
}

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


form.form--profile input[name="username"],
form.user-login--signup input.input--username,
form.user-login--signup input[name="username"] {
  padding-left: 87px;
  width: 202px;
}

p.p--username,
form.user-login--signup p:first-of-type {
  position: relative;
  display: unset;
}

p.p--username:before,
form.user-login--signup p:first-of-type::before {
  content: "";
  width: 75px;
  height: 40px;
  background-image: url("/static/images/gfox-username-input.8025ea851795.svg");
  background-size: 75px;
  background-repeat: no-repeat;
  left: 10px;
  top: 0px;
  position: absolute;
  z-index: 10;
}

.user-form__field-password {
  position: relative;
}

.gain-access-desc--password,
.get-link__field--password {
  position: relative;
  margin-bottom: 40px;
}

.get-link__field--password input {
  min-width: 200px;
  font-size: 20px !important;
  height: 40px !important;
}

.password-unhide {
  width: 25px;
  height: 25px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
  top: 10px;
  position: absolute;
  z-index: 10;
  opacity: 0.4;
  cursor: pointer;
}

.password-unhide.js-hidden {
  display: block !important;
}

.row--password-access .password-unhide {
  width: 20px;
  height: 20px;
  right: 10px;
}

.password-unhide path {
  transition: ease-in fill 0.1s;
}
.password-unhide:hover path {
  fill: #0060df;
}

.password-unhide .password-unhide__eye-icon {
  display: none;
}

.password-unhide .password-unhide__eye-off {
  display: block;
}

.password-unhide.js-hidden .password-unhide__eye-icon {
  display: block;
}

.password-unhide.js-hidden .password-unhide__eye-off {
  display: none;
}

.forgot--link {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  font-weight: 300;
}

.add-link--checkbox,
.agreement--checkbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 10px;
  min-width: 20px;
}

.agreement-desc {
  font-size: 12px;
  width: 250px;
  text-align: left;
  margin-top: 15px;
  display: inline-block;
}

.nft-ready a,
.agreement-desc a {
  text-decoration: underline;
}

.nft-ready a:hover,
.agreement-desc a:hover {
  text-decoration: none;
}

.nft-ready a {
  color: #1f0571;
}

.sign-in--overlay {
  width: 100%;
  height: 100%;
  border: 0;
}

.sign-in--left-column {
  height: 100%;
  background: url("/static/images/back-lightyellow-gradient.47998ec5b876.png") no-repeat;
  background-size: cover;
}

.sign-in--right-column {
  height: 100%;
  min-height: 500px;
  background: url("/static/images/ig-background.55464b9b39c3.png") no-repeat;
  background-size: cover;
}

.forgot-pass--desc {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  padding: 30px;
}

.add-links__content {
  position: relative;
  flex-direction: row-reverse;
}

.add-links__content--disabled {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: calc(100% + 180px);
  top: 180px;
  z-index: 50;
  display: none;
}

.add-links__content--disabled.js-enabled {
  display: block;
}

.add-link-overlay--close {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ff9c00;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 101;
}

.add-link-overlay--close svg {
  width: 30px;
  height: 30px;
}

.add-link-overlay--close:hover {
  background-color: #0060df;
}

.add-link__content--disabled {
  width: 840px;
  margin: 0 auto;
}

.button-links__bottom {
  margin-top: 40px;
  margin-bottom: 30px;
}

.profile-connected-desc {
  width: 100%;
  font-size: 18px;
  margin-left: 10px;
  margin-right: 40px;
}

.profile__fb-link:hover {
  text-decoration: none;
}

.profile-connected-desc p {
  font-size: 14px;
}

.top-header--dashboard {
  margin-bottom: 60px;
}

@media screen and (max-width: 1800px) {
  .sign-in--left-column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 2 !important;
    flex: 2 0;
  }

  .sign-in--right-column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 !important;
    flex: 1 0;
  }
}

@media screen and (max-width: 1400px) {
  .sign-in--left-column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 !important;
    flex: 1 0;
  }

  .sign-in--right-column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 !important;
    flex: 1 0;
  }
}

@media screen and (max-width: 1200px) {
  ul.user-list__stats a {
    flex-direction: column;
  }
}

@media screen and (max-width: 950px) {
  html,
  body {
    height: auto;
  }

  .shop-link-list-content li {
    padding: 15px !important;
  }

  .shop-link-row-first {
    width: 100%;
  }

  .shop-link-list-content li {
    border-radius: 30px !important;
    flex-direction: column !important;
  }

  .dashboard__link-first-items {
    width: 100%;
  }

  .dashboard__link-item {
    margin-bottom: 60px !important;
  }

  .sign-stripe-input-row {
    margin-top: 10px !important;
  }

  .dashboard-page .menu-link--add,
  .dashboard-page .menu-link--addgroup {
    display: none;
  }

  .dashboard__link-item:hover {
    background-color: white !important;
  }

  .not-show_on_landing {
    background-color: #f8f8f8 !important;
  }

  .not-show_on_landing:hover {
    background-color: #f8f8f8 !important;
  }

  .dashboard__link-name {
    margin-right: 0px !important;
  }

  .add-link__button--stripe {
    margin-top: 10px !important;
  }

  .landing_page__header .landing_page__username a {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .icon-edit,
  .icon-reorder {
    visibility: visible !important;
  }

  .landing_page__link-row {
    font-size: 17px !important;
  }

  .landing_page__username {
    margin-left: auto !important;
  }

  .preview-sidebar {
    width: auto !important;
  }

  .dashboard_with_preview {
    flex-direction: column !important;
  }

  .date-picker input {
    width: 100% !important;
  }

  .console-column--left {
    max-width: 100%;
    margin: 10px auto !important;
    margin-bottom: 10px !important;
    padding: 20px 0px 20px 0px !important;
  }

  .profiles-names {
    flex-direction: column !important;
  }

  .get-link__content .profile-logo-gfx {
    margin-right: 0 !important;
  }

  .profiles-names-row {
    margin-top: 20px;
  }

  .add-link-overlay--close {
    width: 30px !important;
    height: 30px !important;
    top: 20px !important;
  }

  .add-link__api--disabled {
    width: 350px !important;
    margin-top: 60px !important;
  }

  .add-link__content--disabled {
    width: 350px !important;
  }

  .add-link__autofilled h5 {
    font-size: 20px !important;
  }

  .choose-link-column--left {
    width: 300px !important;
    height: 300px !important;
  }

  .choose-link-columns {
    flex-direction: column-reverse !important;
  }

  .license {
    padding: 20px !important;
  }

  .dashboard__sort-by {
    margin-left: auto !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  .password-unhide {
    right: 20px;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .footer-link {
    margin-left: 15px !important;
    margin-right: 0px !important;
  }

  .copyright-footer {
    flex-direction: column !important;
    align-items: flex-end;
  }

  .dashboard__link-status {
    max-width: none !important;
    margin-left: 43px !important;
    margin-right: 10px !important;
    margin-bottom: 10px;
  }

  .top-header--dashboard {
    flex-direction: column !important;
    margin-bottom: 35px;
  }

  .search-header--input {
    width: 100%;
  }

  .user-list--panel h3 {
    text-align: left !important;
    margin-left: 10px !important;
  }

  .dashboard__link {
    margin-top: 10px;
    word-break: break-all;
  }

  .dashboard__link__buttons {
    width: 100%;
  }

  ul.user-list__stats {
    margin: 10px !important;
  }

  .add-link__autofilled .get-link__appreciation {
    font-size: 20px !important;
  }

  .page-content--dashboard .add-icon--button {
    width: 25px !important;
    height: 25px !important;
  }

  .storage-header--info {
    font-size: 15px !important;
    margin-bottom: 30px !important;
  }

  .add-link__save-link {
    font-size: 22px !important;
  }

  .edit-link__del-link {
    font-size: 16px !important;
    margin-right: 10px !important;
    background-size: 22px !important;
  }

  .no-worries--comp {
    margin-top: 310px !important;
    width: auto !important;
  }

  .add-link__api--header {
    font-size: 18px !important;
  }

  .no-worries--comp .no-worries--desc {
    width: 260px !important;
  }

  .no-worries--comp svg {
    width: 250px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .no-worries--comp .no-worries--desc {
    font-size: 18px !important;
    margin-left: 0px !important;
  }

  .no-worries--comp .no-worries--desc li::marker {
    font-size: 30px !important;
  }

  .add-links__content--disabled {
    top: 100px;
  }

  .button-links__bottom {
    margin-bottom: 30px;
    margin-top: 30px !important;
  }

  .add-link_desc_bottom {
    padding: 10px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  form.user-form {
    padding: 30px 20px 40px 20px;
    max-width: 280px !important;
  }

  .profile-column {
    padding: 0px !important;
    padding-bottom: 40px !important;
    width: auto !important;
  }

  .profile-connected {
    padding: 20px !important;
  }

  .profile-connected--info {
    flex-direction: column !important;
  }

  .api-icon--profile {
    margin-right: 0px !important;
  }

  .dashboard__button {
    margin-top: 10px !important;
  }

  .stats-link__columns {
    flex-direction: column-reverse;
  }

  .profile-columns {
    flex-direction: column-reverse;
  }

  .dashboard__link-id {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    word-break: break-all;
  }

  .dashboard__link-item {
    flex-direction: column;
    border-radius: 25px !important;
  }

  .page-content--dashboard-columns {
    flex-direction: column;
  }

  .add-link__input--resource-name {
    font-size: 20px !important;
  }

  .desc--widget-right {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .add-link__button--api {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  .add-link__button--api svg {
    width: 20px !important;
    height: 20px !important;
  }

  .add-link__button--api--label {
    margin-left: 10px !important;
  }

  .page-content--add-link {
    width: auto !important;
    max-width: 100% !important;
  }

  .console-column {
    width: 100% !important;
  }

  .console-column--left {
    margin-top: 60px;
    margin-bottom: 0px;
  }

  .console-column--right {
    margin-top: 10px !important;
  }

  .console-column--right {
    padding: 0px !important;
  }

  .add-link__columns--top {
    height: auto !important;
  }

  .add-link__columns--top {
    flex-direction: column;
  }

  .add-links__content {
    flex-direction: column-reverse;
  }

  .agreement-desc {
    width: 200px;
  }

  .sign-in--left-column,
  .sign-in--right-column {
    height: auto;
  }

  .nft-ready {
    font-size: 18px !important;
  }

  .ig-advert {
    font-size: 28px !important;
  }

  .forgot-pass--desc {
    font-size: 18px;
  }

  h2.header-line--bold {
    font-size: 36px;
    margin-top: 10px !important;
  }

  .landing_page__sub-header_wrap h2.header-line--bold {
    text-align: center !important;
  }

  .sign-in--overlay {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  form.user-form {
    margin: 10px auto;
    min-width: 280px;
    max-width: 280px;
    text-align: center;
    padding: 30px 20px 50px 20px;
  }

  form.user-form {
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.05);
  }

  form.user-form input[type="text"],
  form.user-form input[type="email"] {
    width: 250px;
  }

  form.user-form input[type="password"] {
    width: 202px;
  }

  form.form--profile input[name="username"],
  form.user-login--signup input.input--username,
  form.user-login--signup input[name="username"] {
    padding-left: 87px;
    width: 166px !important;
  }

  form.user-login--signup input[name="username"] {
    padding-left: 87px;
    width: 165px;
    background-size: 85px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 15px;
  }

  a.button,
  button {
    padding: 13px;
    color: #ffffff;
    font-size: 22px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .ig-advert--overlay {
    top: 80px !important;
  }

  .top-bar--console .getfox-tagline {
    display: none;
  }
}

.ig-advert--overlay {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.85)
  );
  height: 350px;
  top: calc(50% - 175px);
  position: relative;
}

.ig-advert {
  padding-top: 50px;
  font-size: 32px;
  color: #1f0571;
  font-style: italic;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.nft-getfox {
  height: 50px;
  margin-top: -10px;
  margin-right: 10px;
}

.get-more {
  color: #1f0571;
  font-weight: 300;
  font-size: 26px;
}

.try-tagline {
  display: inline-flex;
  margin-top: 10px;
}

.try1,
.try2 {
  color: #1f0571;
  font-style: italic;
  font-size: 24px;
  font-weight: 300;
  margin: 10px;
}

.try2 {
  margin-left: 0;
}

#logo-getfox-try {
  height: 50px;
}

#logo-getfox-try .cls-1 {
  fill: #1f0571 !important;
}

.nft-ready {
  color: #1f0571;
  font-style: italic;
  font-size: 24px;
  font-weight: 300;
  margin: 10px;
  display: inline-flex;
}

.top-bar--console {
  padding: 30px;
}
.top-bar--console,
.page-content {
  max-width: 1200px;
  margin: 0 auto;
}

.top-bar--console .getfox-logo svg,
.top-bar--console .getfox-logo {
  height: 45px;
}

.top-bar--console .getfox-tagline {
  height: 20px;
  margin-top: 15px;
}

.top-bar--console .getfox-tagline svg {
  height: 20px;
}

.desc--widget-right {
  -webkit-user-select: none;
  user-select: none;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.console-column {
  width: 50%;
  height: 100%;
}

.console-column--left {
  padding: 20px 20px 20px;
  max-width: 450px;
}

.console-column--stats {
  width: calc(50% - 80px);
}

.console-column--left {
  padding-right: 20px;
}

.console-column--right {
  padding-right: 40px;
  position: relative;
  height: 90%;
}

.console-column--settings {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}

.user-alert--circle {
  height: 40px;
  width: 40px;
  min-width: 40px;
  background-color: #e6e6e6;
  border-radius: 50%;
  display: inline-block;
  margin-left: 0px;
  margin-right: 25px;
  background-image: url("/static/images/user-alert.3d8f79d6bf69.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.add-link__api--desc {
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}

.add-link__api--desc a,
.add-link__api--desc span {
  color: #0060df;
}

.add-link__button--ig {
  margin-top: 20px;
  margin-bottom: 20px;
}

.add-link__button--api {
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  display: inline-flex;
}

.add-link__api--header {
  font-size: 22px;
  text-align: center;
  font-weight: 300;
  margin-top: 20px;
}

.add-link__button--ig {
  background: linear-gradient(to right, #e20c31, #9c3a89);
}

.add-link__button--ig:hover {
  background: linear-gradient(to right, #9c3a89, #9c3a89);
}

.add-link__button--fb {
  background: linear-gradient(to left, #0062e0, #19afff);
}

.add-link__button--fb:hover {
  background: linear-gradient(to left, #0062e0, #0062e0);
}

.add-link__button--api:hover {
  text-decoration: none;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
}

.add-link__button--api .ig-icon {
  height: 30px;
  width: 30px;
}

.needs-sign-row .add-link__button--api svg {
  height: 15px;
  width: 15px;
}

.needs-sign-row .add-link__button--api {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.grayed-out {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

div.sm-button > a {
  pointer-events: none;
}

.sm-button--not-connected {
  cursor: pointer;
}

.disabled {
  pointer-events: none;
}

textarea.disabled,
select.disabled,
input.disabled {
  user-select: none;
  color: #aaa;
}

.add-link__button--api--label {
  -webkit-user-select: none;
  user-select: none;
  margin-left: 10px;
  white-space: nowrap;
}

.button--add-resource span {
  -webkit-user-select: none;
  user-select: none;
}

p.p--add-resource {
  padding-right: 10px;
}

p.p--add-resource span {
  font-weight: 600;
  word-break: break-word;
}

.button--add-resource {
  background: url("/static/images/download-icon-white.88c5e42e1208.svg") no-repeat;
  background-position: 13px 18px;
  border: #0060df 2px solid;
  background-color: #0060df !important;
  background-size: 30px !important;
  color: white !important;
  font-weight: bold;
  font-size: 24px;
  padding: 20px;
  border-radius: 40px !important;
  padding-left: 50px !important;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.button--add-resource--short:hover,
.button--add-resource--short {
  padding: 20px !important;
  border-radius: 50% !important;
  background-position: 5px 5px !important;
}

.button--add-resource:hover {
  background: url("/static/images/download-icon-blue.bbe8fe588331.svg") no-repeat;
  background-position: 13px 18px;
  background-color: white !important;
  color: #0060df !important;
}

.date-picker {
  position: relative;
}

.date-picker--calendar-icon {
  pointer-events: none;
  width: 24px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  background-image: url("/static/images/calendar-icon.168d842e78a0.svg");
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 1;
}

.date-picker--calendar-icon:hover {
  opacity: 0.7;
}

.upload-resource--notif {
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto;
  border-radius: 60px;
  padding: 20px;
  border-width: 2px;
  border-style: solid;
  border-color: #f3f3f3;
  background: #f3f3f3;
  margin-top: 20px;
  margin-bottom: 0px;
}

.add-link__save-link {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-weight: bold;
  font-size: 30px;
  background: #ff9c00;
  border-radius: 40px;
  color: #ffffff;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
  border: none;
}

.button--delete-profile,
.edit-link__del-link {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 300;
  font-size: 20px;
  border: #ff9c00 2px solid;
  border-radius: 40px;
  color: #9b9b9b;
  padding: 15px;
  padding-left: 45px;
  padding-right: 25px;
  margin-right: 30px;
  background-size: 26px;
  background-image: url("/static/images/trash-icon.d83aba2fcb18.svg");
  background-repeat: no-repeat;
  background-position: 14px 50%;
  background-color: white;
}

.button--delete-profile:hover,
.edit-link__del-link:hover {
  background-color: #f3f3f3;
  border: #0060df 2px solid;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
}

.button--delete-profile {
  background-image: url("/static/images/account-remove.bd7d44351639.svg");
  font-size: 14px;
  padding: 10px;
  padding-left: 35px;
  padding-right: 15px;
  margin-right: 0px;
  background-size: 18px;
  background-position: 10px 10px;
  border: #c5c5c5 1px solid;
  /*display: inline-flex;*/
  margin-top: 30px;
  display: none;
}

.want-delete__link {
  color: #9b9b9b;
  font-style: italic;
  display: inline-flex;
  margin-top: 40px;
  cursor: pointer;
}

.add-link__save-link.disabled {
  cursor: default;
  background: grey;
}

.add-link__save-link:hover {
  background: #0060df;
  text-decoration: none;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
}

.add-link__save-link.disabled:hover {
  background: grey;
  text-decoration: none;
}

.upload-resource--desc {
  position: relative;
  font-style: italic;
  color: gray;
  font-size: 15px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: left;  
}

.upload-resource--desc svg {
  width: 30px;
  height: 30px;
  position: absolute;
  transform: translateX(-10px);
}

.upload-resource--desc p {
  margin-left: 30px;
}

.upload-resource--desc .storage-ask--link {
  margin-left: 0;
}

.add-link_desc_bottom {
  padding: 30px;
  border: #e6e6e6 1px solid;
  padding-top: 50px;
  padding-bottom: 50px;
}

.add-link__columns--top {
  height: 140px;
}

div.add-link__upload {
  position: relative;
}

div.add-link__upload.added {
  background: #ffeccf url("/static/images/file-fox-icon.47063e104ef8.svg") no-repeat;
  background-position: 20px 30px;
  background-size: 30px;
  padding-left: 30px;
  padding: 25px;
  border-radius: 25px;
  padding-left: 60px;
}

label.button--add-resource span {
  font-weight: 300;
  font-size: 1.25rem;
}

.button--cta-large {
  cursor: pointer;
  border-radius: 30px;
  background-color: #ff9c00;
  padding: 20px 30px;
}

input[type="file"] {
  display: none;
}

div.add-link__link-url {
  padding: 10px 0;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  width: 100%;
}

img.add-link__link-icon {
  height: 30px;
  margin-right: 10px;
}

div.add-link__resource-name {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  width: calc(100% - 30px) !important;
  z-index: 10;
  padding: 15px;
}

.add-link__url-name {
  background-color: white;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 50px;
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}

div.add-link__resource-name.no-background {
  position: relative !important;
}

.add-link__resource-name--input {
  margin-right: 10px;
}

div.shop-link__upload-background-result,
div.edit-link__upload-background-result {
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

div.add-link__license,
div.add-link__background-photo {
  position: relative;
}

div.add-link__background-photo {
  height: 200px;
  background: url("/static/images/common-background.8463a234fcb4.png") no-repeat;
  background-size: cover;
  background-position: center;
}

div.add-link__background-photo:hover {
  opacity: 0.8;
}

.add-link__autofilled--overlay p {
  font-size: 14px;
  font-style: italic;
  color: #9b9b9b;
  font-weight: 300;
  margin-top: 2px;
  margin-left: 5px;
}

.add-link__autofilled h3 {
  font-size: 60px;
  font-weight: 600;
  font-style: italic;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #231f20;
}

.add-link__autofilled h4 {
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #231f20;
}

.add-link__autofilled h5 {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #231f20;
}

a.page--download-link__link--open-page {
  font-size: 1.5rem;
  padding: 20px 20px 40px;
}

.get-link__profile {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #231f20;
  text-decoration: underline;
  cursor: pointer;
  word-break: break-all;
}

.get-link__profile:hover {
  text-decoration: none;
  color: #0060df;
}

.add-link__autofilled .get-link__appreciation {
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #231f20;
}

.add-link__autofilled--overlay {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.add-link__autofilled--overlay svg {
  width: 24px;
  height: 24px;
}

.add-link__autofilled--overlay > div {
  margin: 10px;
}

.add-link__autofilled--icon {
  width: 24px;
  height: 24px;
}

label.button--add-background {
  cursor: pointer;
  background-color: white;
  position: absolute;
  top: 10px;
  right: 10px;
}

.add-link__button {
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border-radius: 50%;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  transition: ease-in background-color 0.2s;
}

.add-link__button:hover {
  background-color: #0060df;
}

.add-link__button--edit-license {
  background-image: url("/static/images/edit-icon-white.486cb8741085.svg");
  background-color: #9b9b9b;
}

.add-link__button--edit-resource-name {
  background-image: url("/static/images/edit-icon.fee1878b7c3f.svg");
  margin-right: 5px;
  margin-top: 5px;
}

.add-link__button--background-photo {
  background-image: url("/static/images/download-icon.7fd04deb6f3b.svg");
  position: absolute;
  bottom: 20px;
  right: 20px;

  /*z-index:1;
  /pointer-events:none; */
}

.trashbin {
  background-image: url("/static/images/trash-icon.d83aba2fcb18.svg");
  position: absolute;
  bottom: 20px;
  right: 20px;
  top: auto;
}

.add-link__input--resource-name {
  color: white;
  border: none;
  background: transparent;
  font-size: 21.5px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  border-radius: 30px;
  padding: 0 15px;
  font-weight: 600;
  font-style: italic;
}

.add-link__input--url-name {
  color: #231f20;
  border: none;
  background: transparent;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  border-radius: 30px;
  width: 100%;
  padding: 3px 10px;
  text-align: center;
}

div.add-link__autofilled {
  position: relative;
}

div.add-link__license {
  height: 60px;
}

div.add-link__license.hidden {
  display: none;
}

div.add-link__button--edit-license {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

div.add-link__license p {
  color: #231f20;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  width: 100%;
}

div.add-link__license span {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.dashboard__links {
  background-color: white;
  width: 100%;
}

.search-header--input {
  position: relative;
}

.search__input {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  border-radius: 20px;
  border: none;
  background-color: #f4f4f4;
  padding: 5px;
  padding-left: 10px;
  padding-right: 35px;
  max-width: 130px;
}

.dashboard-search__button {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 3px;
  right: 3px;
}

.dashboard-search__button svg {
  position: absolute;
  width: 26px;
  height: 26px;
}

.dashboard__link-name {
  font-size: 16px;
  word-break: break-all;
  margin-right: 10px;
  font-weight: 600;
}

.searchable span,
.dashboard__link-name span,
.dashboard__link span {
  font-weight: 600;
  color: #0060df;
  background-color: #ffeccd;
}

.orders__customer-name {
  font-weight: 600;
}

.shop-link-list-content p.searchable {
  margin: 0;
}

.dashboard__link-icon-main {
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-size: cover;
  min-width: 40px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.05);
}

.dashboard__link-icon {
  background-image: url("/static/images/getfox-icon.7f90297b0c8b.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-size: cover;
  min-width: 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05);
}

.dashboard__link-item {
  padding: 10px 15px;
  margin-bottom: 30px;
  background-color: white;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  font-style: italic;
  position: relative;
  word-break: break-all;
}

.dashboard__link-item.disabled {
  opacity: 0.5;
}

.not-show_on_landing {
  background-color: #f8f8f8;
}

.dashboard__link-item--paused {
  background-color: #fffbf6;
  /*border:2px #ffeccf solid;*/
}

.dashboard__link-item:hover {
  background-color: #f3f3f3;
}

.dashboard__link-status {
  max-width: 60px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.dashboard__link-status--active {
  color: #0060df;
}

.dashboard__link-status--paused {
  color: #ff9c00;
}

.dashboard__link-status--pending {
  color: lightskyblue;
}

.dashboard__link-id {
  cursor: pointer;
  display: block !important;
  margin-right: 10px;
  background-image: url("/static/images/open-in-new-icon.83743a449883.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 16px;
  padding-right: 22px;
}

.orders__list-item-button,
.dashboard__button--edit-link {
  padding: 5px 10px;
  background-color: #ff9c00;
}

.get-link__content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.get-link__content .profile-logo {
  width: 120px;
  height: 120px;
  position: unset;
}

.get-link--widget {
  padding: 20px;
}

.get-link--widget .add-link__autofilled--overlay,
.get-link--widget .add-link__button {
  display: none;
}

.add-link--widget .add-link__button {
  display: block;
}

.get-link__button {
  font-size: 24px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 60px;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
}

.get-link__button span {
  font-size: 14px;
  font-weight: 300;
}

.profile-logo {
  width: 200px;
  height: 200px;
  position: relative;
}

.profile-logo-gfx {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.get-link__content .profile-logo-gfx {
  min-width: 90px;
  width: 90px;
  height: 90px;
  min-height: 90px;
  margin: 0;
}

.profiles-names {
  margin-top: 20px;
}

.profile-photo__button {
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  z-index: 1;
  pointer-events: none;
}

.profile-logo:hover .profile-photo__button {
  background-color: #0060df;
}

.profile-photo__button.trashbin {
  width: 40px;
  height: 40px;
  top: unset;
  left: unset;
  -webkit-transform: unset;
  transform: unset;
  z-index: 1;
  pointer-events: all;
}

.profile-columns .profile-logo {
  overflow: unset;
}

.profile-columns .profile-logo:hover {
  opacity: 0.8;
}

.profile-link--href {
  font-weight: 700;
  word-break: break-all;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
  font-style: italic;
  font-size: 26px;
  margin-top: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.profile-link--href:hover {
  text-decoration: none;
}

.profile-link--href-icon {
  background: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05);
}

.profile-link--href-icon svg {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.profile-link--href:hover {
  text-decoration: none;
}

.profile-link--href:hover {
  border-color: #0060df;
  background-color: #f3f3f3;
}

.having-trouble--footer {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.footer-header {
  padding-right: 20px;
}

.page-content--dashboard {
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
}

.page-content--dashboard-columns {
  margin: 0 auto;
}

.page-content--dashboard .no-links-desc {
  font-style: italic;
  font-size: 24px;
  padding: 25px;
  font-weight: 300;
}

.add-button--dashboard {
  position: relative;
  margin-bottom: 40px;
}

.add-button--dashboard-icon {
  padding-left: 60px;
}

.page-content--dashboard .add-icon--button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 18px;
  left: 18px;
  border: 0;
}

.dashboard-column--left {
  width: 250px;
  height: 251px;
  background: url("/static/images/add-link-photo.506121134f5a.png") no-repeat center center;
}

.dashboard-column--center {
  width: 50px;
}

.dashboard__button {
  min-width: 32px;
  width: 32px;
  height: 32px;
  background: #f3f3f3;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-size: 60% !important;
  padding: 0;
  margin: 0;
  background-position: center !important;
  margin-left: 7px;
  box-shadow: unset !important;
}

.dashboard__button:hover {
  background-color: white;
}

.dashboard__button--stats-link {
  background-image: none;
  right: 10px;
}

.orders__list-item-button svg,
.dashboard__button--delete-link svg,
.dashboard__button--edit-link svg,
.dashboard__button--stats-link svg {
  min-width: 60%;
  width: 60%;
  height: 60%;
}

.dashboard__button--pause-link {
  background-image: url("/static/images/pause-icon.829370525e91.svg") !important;
  right: 10px;
}

.dashboard__button--pause-link.dashboard__button--pause-link--paused {
  background-image: url("/static/images/unpause-icon2.624a66e6ddc5.svg") !important;
  right: 10px;
}

.dashboard__button--delete-link {
  cursor: pointer;
}

.orders__list-item-button,
.dashboard__button--delete-link,
.dashboard__button--edit-link {
  background-image: none;
  right: 10px;
}

.profile-columns {
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
}

.profile-columns form.user-form {
  box-shadow: none;
  padding: 0;
}

.profile-column {
  padding: 30px;
  width: 50%;
  margin: 0 auto;
}

.profile-column__content {
  max-width: 450px;
  width: 100%;
}

.profile-column__ig-thumb {
  margin-bottom: 20px;
}

.profile-connected {
  flex-direction: column;
  display: flex;
  border: #e6e6e6 1px solid;
  padding: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  position: relative;
  border-radius: 10px;
}

.api-icon--profile {
  border-radius: 50%;
  width: 55px;
  min-width: 55px;
  height: 55px;
  margin-left: 0px;
  margin-right: 10px;
}

.ig-icon--profile {
  background-image: linear-gradient(to right, #e20c31, #9c3a89);
}

.fb-icon--profile {
  background-image: linear-gradient(to left, #0062e0, #19afff);
}

.add-link__button--twitter {
  background: linear-gradient(to right, #1d9bf0, #36d8ff);
}

.api-icon--profile svg,
.api-icon--profile img {
  width: 30px;
  height: 30px;
  margin-top: 1px;
}

.profile-connected--name {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 400;
  font-style: italic;
  word-break: break-all;
}

body.sign-in .copyright-footer {
  display: none;
}

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

.simplepicker-wrapper {
  z-index: 99;
}

ul.errorlist--product-image {
  line-height: 0.875em;
  margin: 0 auto;
  max-width: 260px;
}

button.mdc-dialog__close {
  position: fixed;
  right: 20px;
  top: 20px;
}

span.mdc-button__label,
div.mdc-dialog__content {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  letter-spacing: normal !important;
}

.no-worries--comp {
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  padding-top: 30px;
  flex-direction: column;
}

.no-worries--comp svg {
  width: 350px;
  margin-left: auto;
  margin-right: 30px;
  border: 0;
}

.no-worries--comp .no-worries--desc {
  width: 320px;
  font-size: 22px;
  color: white;
  font-style: italic;
  margin-left: auto;
  flex-direction: column;
  font-weight: 300;
  margin-right: 0px;
  margin-top: 0px;
}

.no-worries--comp .no-worries--desc li {
  margin-bottom: 15px;
  list-style: lower-roman url("/static/images/checkbox-marked-circle.49364baf6897.svg")
    outside;
  line-height: 30px;
}

.no-worries--comp .no-worries--desc li::marker {
  font-size: 56px;
}

.upload-profile-photo--desc {
  font-size: 18px;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.mdc-dialog {
  z-index: 102 !important;
}

.mdc-dialog__surface {
  border-radius: 30px !important;
}

.mdc-dialog .mdc-dialog--resource__surface {
  max-width: calc(100vw - 40px) !important;
}

.mdc-button {
  background: #ff9c00 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}

.mdc-button__label {
  color: white !important;
  text-indent: unset;
  padding: 8px !important;
  text-transform: capitalize !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  margin-bottom: 2px !important;
}

.mdc-dialog__actions {
  padding: 20px !important;
}

.mdc-dialog__content {
  font-weight: 300 !important;
  font-style: italic !important;
  font-size: 20px !important;
  outline: none;
}

.storage-header--info__icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  margin-right: 10px;
  background: #0060df;
  background-size: 60%;
}

.storage-header--info__icon svg {
  width: 60%;
  height: auto;
}

.storage-ask--link {
  font-style: italic;
  color: #0060df;
  text-decoration: underline;
  margin-left: 10px;
}

.storage-ask--link:hover {
  text-decoration: none;
}

.preview-link {
  word-break: break-all;
}

.preview-link__desc {
  text-align: center;
  font-style: italic;
  color: #0060df;
  font-size: 13px;
  margin-top: -10px;
  width: 100%;
}

.footer-link-fox {
  color: #ff9c00;
  text-decoration: underline;
  margin-left: 5px;
}

.footer-link-fox:hover {
  text-decoration: none;
}

.footer-link {
  margin-right: 15px;
}

a.footer-link:hover {
  text-decoration: underline;
}

.user-list--panel,
.stats-chart {
  width: 100%;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.stats-chart--scroll {
  overflow-x: auto;
  overflow-y: hidden;
}

.user-list--panel h3,
.stats-chart h3 {
  font-style: italic;
  text-align: center;
  margin-bottom: 0px;
}

.stats-link__columns {
  width: 100%;
}

.user-list--panel {
  overflow: hidden;
  min-height: 356px;
}

.user-list--panel h3 {
  background: url("/static/images/users-list-icon2.78d41baacae9.svg") no-repeat;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

a.download-users-list__button {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
}

a.download-users-list__button svg {
  width: 20px;
  height: auto;
}

ul.user-list__stats {
  max-height: 262px;
  margin: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

ul.orders__list.js-loading,
ul.dashboard__links.js-loading,
ul.user-list__stats.js-loading {
  pointer-events: none;
}

ul.orders__list.js-loading li,
ul.dashboard__links.js-loading li,
ul.user-list__stats.js-loading li {
  opacity: 0.5;
}
.stats-chart--scroll,
ul.orders__list,
.dashboard__links,
.user-list__stats {
  scrollbar-width: thin;
  scrollbar-color: #0060df transparent;
}

.stats-chart--scroll::-webkit-scrollbar,
.dashboard__links::-webkit-scrollbar,
.user-list__stats::-webkit-scrollbar {
  width: 12px;
}

.stats-chart--scroll::-webkit-scrollbar,
.dashboard__links::-webkit-scrollbar,
.user-list__stats::-webkit-scrollbar-track {
  background: transparent;
}

.stats-chart--scroll::-webkit-scrollbar,
.dashboard__links::-webkit-scrollbar,
.user-list__stats::-webkit-scrollbar-thumb {
  background-color: #0060df;
  border-radius: 20px;
  border: 3px solid transparent;
}

li.user__stats {
  flex-direction: row;
  display: flex;
  background-image: url("/static/images/user-star-icon.c39c8adf149e.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 5px;
  padding-left: 40px;
  font-style: italic;
  background-color: white;
  border: 1px #e6e6e6 solid;
  border-radius: 25px;
  position: relative;
  margin-bottom: 15px;
  margin-right: 10px;
}

li.user__stats.followed {
  background-image: url("/static/images/user-heart-icon-green.ddb5a4a72973.svg");
}

.user-list__stats--row {
  margin-right: 10px;
}

.user-list__stats--row__name {
  width: 100%;
  text-align: left;
}

.user-list__stats--row__name a {
  color: #0060df;
  text-decoration: underline;
}

.user-list__stats--row--icon {
  padding-left: 20px;
  font-size: 12px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.user-list__stats--row__views {
  background-image: url("/static/images/eye-icon.ac2c49e2e1f6.svg");
}

.user-list__stats--row__download {
  background-image: url("/static/images/download-icon2.e1b9ed1e7f82.svg");
}

.user-list__stats--row__followers {
  background-image: url("/static/images/user-heart-icon.04aa4e6c81d7.svg");
}

.user__stats--column-left {
  width: 100%;
}

.no-user-stats--icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.access-denied--icon {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 0;
}

.linkdenied {
  font-size: 22px;
  font-style: italic;
}

.input--add-profile {
  pointer-events: none;
}

.user-login--signup input {
  -webkit-user-modify: read-write-plaintext-only;
  -moz-user-modify: read-write-plaintext-only;
}

.password-score {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 280px;
}

.password-score__label {
  color: #8e95aa;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-style: italic;
  max-width: 180px;
  text-align: left;
}

.password-score__blocks-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.password-score__block:not(.password-score__block:last-child) {
  margin-right: 10px;
}
.password-score__block {
  width: 15px;
  height: 8px;
  background-color: #dde4ee;
  border-radius: 35px;
  -moz-transition: background-color 300ms ease-in;
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}

.license h2 {
  max-width: none;
}

.license {
  margin: 0 auto;
  padding: 50px;
  max-width: 1000px;
}

.password-score__block.js-active {
  background-color: green;
}

.dashboard__sort-by {
  margin-right: 10px;
  margin-left: 10px;
}
.dashboard__sort-by p {
  margin-right: 6px;
  font-style: italic;
}

.dashboard__sort-by-wrapper {
  border-radius: 20px;
  background-color: #f4f4f4;
  padding-right: 4px;
}

.select--sort-by {
  font-size: 1.125rem;
  font-weight: 300;
  font-style: italic;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  background: none;
  padding: 5px 10px;
  border-radius: 15px;
  border-width: 0;
  color: #231f20;
  max-width: 100px;
}

.button--delete-profile {
  cursor: pointer;
}

.block {
  margin-bottom: 10px;
}

.block--lg {
  margin-bottom: 20px;
}

.profile-language .lang-icon {
  width: 40px;
  height: 40px;
  background: url("/static/images/lang-icon.d362fa4758f9.svg") no-repeat 50% 50%;
  background-size: 30px 30px;
  margin-right: 10px;
}

.mdc-dialog--resource__closer {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}

.mdc-dialog__resource-link {
  outline: none;
  color: white;
}

.mdc-dialog__resource-image {
  max-width: 100%;
  max-height: 100%;
}

.mdc-dialog__resource-file-handler {
  display: none !important;
}

.mdc-dialog__resource-file-handler.js-enabled {
  display: block !important;
}

@media screen and (max-width: 480px) {
}

.mdc-dialog--resource__container {
  height: 100%;
  width: 100%;
}
.mdc-dialog--resource__surface {
  width: 100%;
  height: 100%;
  max-height: calc(100% - 40px) !important;
  max-width: 100% !important;
  overflow: auto;
}

.video-js {
  max-width: 100%;
  outline: none;
}

.video-dimensions {
  width: 100% !important;
  height: 100% !important;
}

.vjs-big-play-button {
  content: "" !important;
  background-color: transparent !important;
  background-image: url("/static/images/play-icon.fda27c59daa8.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 150px !important;
  border-color: transparent !important;
  border-width: 0px !important;
  cursor: pointer !important;
  width: 4em !important;
  height: 4em !important;
  margin-top: -2em !important;
  margin-left: -2em !important;
  outline: none;
}

.vjs-big-play-button .vjs-icon-placeholder {
  display: none !important;
}

.vjs-big-play-button:hover {
  opacity: 0.7 !important;
}

.mdc-dialog--resource .mdc-dialog__surface {
  background-color: black !important;
}

.view-link--button {
  background-image: url("/static/images/play-icon.fda27c59daa8.svg");
  background-size: 70px;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  display: inline-block;
  cursor: pointer;
}

.button--preview-resource:hover {
  opacity: 0.7;
}

.button--preview-resource {
  margin: 0px auto;
  color: #0060df;
  font-style: italic;
  font-weight: 800;
  font-size: 22px;
  cursor: pointer;
  padding-right: 10px;
}

.mdc-dialog--resource__closer:hover {
  opacity: 0.7;
}

.no-worries-desc1 {
  font-size: 14px;
  font-style: italic;
  margin-top: 20px;
}

.no-worries-desc2 {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.no-worries-button {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  color: #0060df;
  text-decoration: underline;
}

.gain-access-desc {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px !important;
}

.choose-link-column--left {
  width: 400px;
  height: 400px;
  background: url("/static/images/add-link-pre-step.ac943341eacf.png") no-repeat center
    center;
  background-size: contain;
}

.choose-link-column--center {
  min-width: 60px;
  width: 60px;
}

.choose-link-columns {
  margin: 0 auto;
  max-width: 850px;
  margin-top: 20px;
  margin-bottom: 50px;
  flex-direction: row-reverse;
}

.choose-link-desc {
  font-style: italic;
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 400;
}

.choose-link-button {
  margin-bottom: 25px;
  font-size: 24px;
  font-style: italic;
  cursor: pointer;
  padding-left: 0px;
  margin-left: 0px;
  font-weight: 700;
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  padding: 10px;
  border-radius: 20px;
  background-color: white;
}

.choose-link-button:hover {
  color: #0060df;
  text-decoration: none;
}

.choose-link-button:hover:before {
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
  border-color: #ffaf00;
}

.choose-link-button svg {
  width: 37px;
  min-width: 37px;
  height: 37px;
  min-height: 37px;
}

.choose-link-button__icon {
  border-color: #efefef;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  margin-right: 20px;
  border-color: #efefef;
  border-radius: 50%;
  width:37px;
  height:37px;
}

.choose-link-button:hover .choose-link-button__icon {
  border-color: #ffaf00;
}

.choose-link-button:hover svg {
  transform: scale(76%);
}

.choose-link-button.grayed {
  color: #c0c0c0;
  cursor: none;
  pointer-events: none;
}

.button--add-thumbnail {
  min-width: 50px;
  width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 20px;
  margin-left: 5px;
  border-radius: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #0060df;
  background-color: #0060df;
  cursor: pointer;
  background-image: url("/static/images/download-icon-white.88c5e42e1208.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.button--add-thumbnail:hover {
  background-image: url("/static/images/download-icon-blue.bbe8fe588331.svg");
  background-color: white !important;
  color: #0060df !important;
}

.button--add-thumbnail svg {
  width: 30px;
}

.thumbnail-upload {
  position: relative;
}

.upload-thumbnail-result {
  width: 56px;
  height: 56px;
  position: absolute;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.upload-thumbnail-result.thumb:hover {
  background-image: url("/static/images/trash-icon-white.e99a8af14e59.svg") !important;
  background-color: #ff9c00;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.profile-connected--info-content {
  margin: 0 auto;
}

.profile-connected--info {
  margin-top: 15px;
  margin-bottom: 25px;
  position: relative;
}

.landing_page__menu {
  padding: 10px;
  background-color: #2a9d8f;
  position: relative;
}

.landing_page__content {
  max-width: 800px;
  margin: 0 auto;
  width: calc(100% - 40px);
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.landing_page__link-row--clickable {
  cursor: pointer;
}

.landing_page__link-row {
  background-color: #fffe;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 35px;
  border-radius: 100px;
  padding: 5px;
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.05);
  position: relative;
  min-height: 56px;
}

.landingpage__copy-link {
  position: absolute !important;
  right: 20px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
}

.landing_page__link-row.landingpage__link-row--edit.with-thumb {
  padding-right: 75px;
}

.landing_page__link-row.with-thumb {
  padding-left: 75px;
  padding-right: 75px;
}

.landing_page__link-row:hover {
  background-color: #f8f8f8;
}

.links-list__link-text,
.landing_page__link-row a {
  font-style: italic;
  font-weight: 600;
  -webkit-user-select: none;
  user-select: none;
}

.landingpage__shoplinkproduct-attributes span {
  margin-left: 2px;
  margin-right: 2px;
}

.landingpage__copy-link path {
  transition: fill 0.1s ease-out;
}

.landingpage__copy-link.js-copied path {
  fill: #0060df;
}

.links-list__link-text:hover,
.landing_page__link-row a:hover {
  color: #5f5f5f;
  text-decoration: none;
}

.landing_page__link-row:hover .links-list__link-text,
.landing_page__link-row:hover a {
  color: #5f5f5f;
}

.profiles-names-row {
  margin-top: 20px;
}

.landingpage__profiles-names-row {
  padding-top: 10px;
}

.profile-landingpage .profile-link--href {
  margin-left: 8px;
  margin-right: 8px;
}

.landing_page__header.no-background .profile-link--href {
  color: #231f20;
}

.landing_page__username a {
  color: white;
  font-weight: 800;
}

.landing_page__header .landing_page__username a {
  color: white;
  text-shadow: 2px 2px #0006;
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-resource-thumb {
  width: 56px;
  height: 56px;
  background: #ececec;
  border-radius: 70px;
  background-size: cover;
  position: absolute;
  left: 3px;
  border: 2px solid #ececec;
  background-position: center;
}

.url-label {
  font-style: italic;
  font-size: 16px;
  color: #231f20;
  margin-right: 20px;
}

.add-link__urlbutton {
  box-shadow: none;
  margin-top: 3px;
  margin-right: 15px;
  margin-left: 10px;
}

.dashboard__link-link-type {
  background-color: transparent !important;
}

.link-type {
  margin: 0 auto;
  max-width: 24px;
  width: 24px;
  height: 24px;
  margin-bottom: -2px;
  margin-right: 5px;
  border: 0;
  border-radius: 50%;
}

.dashboard__link-link-type svg {
  width: 34px;
  height: 34px;
  margin-right: 5px;
}

.header-button--dashboard-icon--add-link path {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ffffff;
}

.header-button--dashboard-icon--add-group line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.landing_page__username {
  text-align: center;
  font-style: italic;
  font-size: 34px;
  margin: 0 auto;
  margin-left: 10px;
}

.profile-landingpage .profiles-names-row {
  margin: 0 auto;
}

.button--delete-user-background,
.button--add-landingpage_back {
  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-image: url("/static/images/photo-add-icon.b7018445dfca.svg");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.button--add-landingpage_back:hover {
  background-image: url("/static/images/photo-add-icon-blue.49a7c17a70f4.svg");
  background-color: white !important;
  color: #0060df !important;
}

.button--delete-user-background {
  background-image: url("/static/images/photo-delete-icon.7caa721791c1.svg") !important;
  background-color: #ff9c00 !important;
  border-color: #ff9c00;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
}

.button--delete-user-background:hover {
  background-color: #0060df !important;
  border-color: #0060df;
}

.icon-edit {
  min-width: 20px;
  width: 20px;
  height: 20px;
  min-height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
}

.dashboard__link-item:hover .icon-edit,
.landing_page__link-row:hover .icon-edit {
  visibility: visible;
}

.landing_page__links-list .icon-edit {
  position: absolute !important;
  right: 50px;
}

.icon-reorder:hover,
.icon-edit:hover {
  opacity: 0.6;
}

.icon-reorder {
  min-width: 20px;
  width: 20px;
  height: 20px;
  min-height: 20px;
  visibility: hidden;
}

.landing_page__links-list .icon-reorder {
  position: absolute !important;
  right: 20px;
}

.dashboard__link-item:hover .icon-reorder,
.landing_page__link-row:hover .icon-reorder {
  visibility: visible;
}

.landing_page__content-add-link {
  margin-top: 20px;
  margin-bottom: 60px;
}

.preview-overlay {
  margin-top: 15px;
  transform: translateX(0%) translateY(0%);
}

.preview-mobile {
  background-color: #231f20;
}

.preview-mobile {
  transform: scale(0.5) translateX(-50%) translateY(0)
    translate3d(0px, 0px, 0px);
  border: 20px #231f20 solid;
  border-radius: 80px;
  transform-origin: top left;
  width: 360px;
  height: 720px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  background-color: #231f20;
}

.preview-sidebar {
  width: 250px;
  height: 500px;

  margin-left: 20px;
}

.links_page_preview {
  text-align: center;
  font-style: italic;
  font-size: 12px;
}

.links_page_preview svg {
  width: 15px;
  height: 15px;
}

.links_page_preview p {
  font-weight: 600;
}

.links_page_preview a {
  color: #0060df;
}

.add-link__api_icon--type {
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
  border: 0;
}

.button--delete-user-background {
  background-color: white;
}

.button--add-landingpage_back.js-hidden,
.button--delete-user-background.js-hidden {
  display: none;
}

.preview-mobile-iframe {
  background-color: #231f20;
  background-image: url("/static/images/getfox-icon-white.ee9c526fd937.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px;
  border: none;
  width: 100%;
  height: 100%;
}

.sortable-list__handler {
  cursor: pointer;
}

.clr-field button {
  display: none;
}

button.clr-preview,
.clr-swatches button {
  padding: 0;
}

.show_on_landing-block {
  margin-bottom: 20px;
}

.links_group-block {
  padding: 10px 10px 10px 20px;

  border-radius: 30px;
  margin-bottom: 30px;
  background-color: #ffeccd;
}

.select-input-links-group {
  border-radius: 30px;
  background-color: white;
  width: 100%;
}

.links_group-block p {
  font-style: italic;
}

.url-row-desc {
  font-style: italic;
  font-size: 15px;
  color: gray;
  margin-top: 15px;
  margin-left: 50px;
}

.links-group-has-folder {
  margin-left: 50px;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05);
}

.links-group-has-folder::after {
  content: "";
  position: absolute;
  background-image: url("/static/images/sub-link-line.c329f7deb886.svg");
  background-position: center;
  background-size: 100%;
  left: -60px;
  top: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}

div.profile-disconnect--button {
  width: 30px;
  min-width: 30px;
  height: 30px;
  top: calc(50% - 30px);
  right: 0;
  background-color: #ff9c00;
  border-radius: 30px;
  position: absolute !important;
  cursor: pointer;
}

.profile-disconnect--button:hover {
  background-color: #0060df;
}

.profile-disconnect--button svg {
  width: 18px;
  height:auto;
}

.stats__list-item-icon {
  margin-right: 5px;
}
.stats__list-item-icon svg {
  display: block;
  max-width: 20px;
  width: 20px;
  height: 20px;
}

.stats__list-item-value {
  white-space: nowrap;
  font-size: 0.75rem;
}

.landing_page__link-row span.product-price {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-right:6px;
}

.landing_page__link-row span.product-buy-now {
  font-size: 16px;
  font-weight: 400;
  color: #ff9c00 !important;
}

.landing_page__link-row span.product-label {
  font-size: 16px;
  font-weight: 800;
  color: #0060df;
}

.link__image_profile {
  width: 50px;
  height: 50px;
  background-color: #eeeeee;
  margin: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.link__publisher-name {
  font-style: italic;
  font-size: 14px;
  margin-right: 10px;
}

.link__publisher-name a {
  color: #0060df;
  text-decoration: underline;
}

.link__publisher-name a:hover {
  text-decoration: none;
}

.needs-sign-row {
  margin-bottom: 30px;
}

.text-fb-url {
  margin: 15px;
  border: 2px #0060df solid;
  padding: 7px;
  font-style: italic;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  min-width: 150px;
  padding-right: 35px;
  padding-left: 30px;
  background-position: 10px center !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
}

.change-fb-url-form {
  position: relative;
}

.change-fb-url_button {
  background-color: #0060df;
  max-width: 26px;
  width: 26px;
  height: 26px;
  padding: 0;
  position: absolute;
  right: 20px;
  background-image: url("/static/images/check-bold-icon.a2392a7875f9.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}

.change-fb-url_button.js-changed {
  background-color: #2a9d8f;
}

.change-fb-url_button:hover {
  background-image: url("/static/images/check-bold-icon.a2392a7875f9.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-color: #ff9c00;
}

.change-fb-url-row {
  position: relative;
}

.profiles-names-row-getlink {
  font-weight: 700;
  word-break: break-all;
}

.allowed-countries-row,
.pay_by-row {
  margin-bottom: 30px !important;
}

.free-shipment-row {
  margin-bottom: 40px;
}

.pay_by-desc {
  margin-left: 10px;
}

.pay_by-desc span {
  color: #9b9b9b;
}

.free-by-days,
.paid-by-days {
  margin-left: 10px;
}

.footer-link-getfox {
  color: #737373;
}

.text-fb-url.ig-url-icon,
.user-list__stats--row__name.ig_icon {
  background: white url("/static/images/ig-icon-black.42ab2b02dd6e.svg") no-repeat;
}

.text-fb-url.fb-url-icon,
.user-list__stats--row__name.fb_icon {
  background: white url("/static/images/fb-icon-black.52329070197f.svg") no-repeat;
}

.text-fb-url.twitter-url-icon,
.user-list__stats--row__name.twitter_icon {
  background: white url("/static/images/twitter-icon-black.812cd3ae282b.svg") no-repeat;
}

.user-list__stats--row__name.with-icon {
  background-size: 15px;
  background-position: 5px center;
  padding-left: 28px;
}

.sign-now-info {
  margin: 0 auto;
  max-width: 280px !important;
  font-size: 14px !important;
  font-style: italic !important;
  color: #0060df !important;
  line-height: 18px !important;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px;
}

.sign-stripe-input-row {
  margin-top: 25px;
}

.sign-stripe-info {
  margin: 10px auto;
  max-width: 280px !important;
  font-size: 14px !important;
  font-style: italic !important;
  color: #979797 !important;
  line-height: 18px !important;
  text-align: center;
}

.sign-now-info strong {
  text-decoration: underline;
  color: #0060df !important;
}

.header-button--dashboard {
  background-color: #ff9c00;
  padding: 10px 15px 10px 10px;
  border-radius: 30px;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}

.header-button--dashboard:hover {
  background-color: #0060df;
  text-decoration: none;
}

.header-button--dashboard svg {
  width: 16px;
  height: 16px;
  border: 0;
}

.header-button--dashboard-text {
  margin-left: 5px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.top-header--dashboard-buttons {
  margin-bottom: 25px;  
}

.dashboard__button_status {
  min-width: 77px;
  height: 32px;
  background-color: #f3f3f3;
  border-radius: 16px;
  padding: 0px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 7px;
  margin-right: 7px;
  position: relative;
  cursor: pointer;
}

.dashboard__button_status svg {
  transform: scale(1.375);
  max-width: 14px;
}

.dashboard__button_status:hover {
  background-color: white;
}

.dashboard__button_status p {
  margin-top: -2px;
  margin-left: 5px;
  white-space: nowrap;
}

.pass-access-block {
  margin-bottom: 15px;
}

.locked-access-img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

.get-link__field--password-form {
  margin-bottom: 20px;
}

.stats-content .console-column--left {
  padding: 0 !important;
  margin-right: 50px;
  max-width: none !important;
}

.user__stats--column-date p {
  max-width: 140px;
  white-space: break-spaces !important;
}

.button--show-all-orders {
  background-color: #0060df;
  color: white;
  border-radius: 30px;
  font-weight: 700;
  font-style: italic;
  padding: 5px 10px 7px 10px;
  transition: background-color .2s ease-out;
}

.button--show-all-orders:hover {
  background-color: #ff9c00;
  text-decoration: none;
}

.button--show-all-orders svg {
  max-width: 24px;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.show-all-orders {
  margin: 30px 10px 30px 10px;
}

.show-all-orders__text--description {
  font-style: italic;
  font-weight: 300;
  color: #737373; 
  user-select: none;
}

.shop-link-list-content {
  width: 100%;
}

.shop-link-list-content li {
  margin: 40px 0px 20px 0px;
  padding: 5px;
  border-radius: 60px;
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.075);
}
/* declined */
.shop-link-list-content li .order-status--2 svg path {
  fill: #d62828 !important;
}

/* declined */
li.user__stats .user__stats--column-status--2,
.shop-link-list-content li .order-status--2 {
  color: #d62828;
}

/* complete */
.shop-link-list-content li .order-status--6 svg path {
  fill: #2a9d8f !important;
}

/* complete */
li.user__stats .user__stats--column-status--6,
.shop-link-list-content li .order-status--6 {
  color: #2a9d8f;
}

/* declined */
.shop-link-list-content li.shop-link--2 {
  background-color: #d6282811;
}

/* complete */
.shop-link-list-content li.shop-link--6 {
  background-color: #2a9d8f22;
}

.shop-link-list-content p,
.shop-link-list-content div {
  margin: 10px;
}

.shop-link-row-first {
  font-style: italic;
}

.order__link-resource-thumb {
  min-width: 70px;
  width: 70px;
  height: 70px;
  background: #ececec;
  background-position-x: 0%;
  background-position-y: 0%;
  background-image: none;
  background-size: auto;
  border-radius: 70px;
  background-size: cover;
  border: 5px solid #ececec;
  background-position: center;
  margin-right: 20px;
}

.console-column--right-header {
  max-width: 450px;
}

.top-header--dashboard-orders {
  margin-top: 40px;
}

.access-order__header {
  margin-bottom: 40px;
  font-size: 1.125rem;
  line-height: 1em;
}

.enable-apikey--switch {
  margin-bottom: 20px;
}

.api-key__input {
  width: 100% !important;
  color: #ccc !important;
  margin-bottom: 0px !important;
}

.apikey-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
}

.apikey-icon svg {
  width: 30px;
  height: 30px;
}

.p--apikey {
  margin-bottom: 20px;
}

.apikey--button-icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  padding: 10px;
  margin-left: 10px;
  cursor: pointer;
  background-color: #f4f4f4;
  border-radius: 50%;
}

.apikey--button-icon:hover {
  opacity: 0.6;
}

.apikey--button-icon:active {
  background-color: #0060df;
}

.apikey--input-row {
  max-width: 200px;
  margin-right: 5px;
}

.web3-wallet--disconnected,
.web3-wallet--connected {
  display: none;
}

.web3-wallet--disconnected.js-active,
.web3-wallet--connected.js-active {
  display: flex;
  margin-bottom: 45px;
  font-weight: 300;
}

.choose-link--header {
  font-size: 30px !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.sidebar-choose-link {
  z-index: 92 !important;
  position: fixed !important;
  background-color: aliceblue !important;
}

@keyframes fade-in-out {
  5%,
  90% {
    opacity: 0;
  }
  15%,
  80% {
    opacity: 1;
  }
  99% {
    height: initial;
  }
  100% {
    height: 0;
  }
}

ul.messages {
  opacity: 0;
}

.js-fade {
  animation: fade-in-out 6s linear forwards;
}

.button--theme-blue {
  border: #0060df 2px solid;
  background-color: #0060df;
  color: white;
  font-weight: bold;
  padding: 20px;
  border-radius: 40px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.button--theme-blue:hover {
  background-color: white;
  color: #0060df;
  text-decoration: none;
}

form.form--contact-details {
  border: #e6e6e6 1px solid;
  border-radius: 10px;
  padding: 40px;
}

form.form--contact-details * {
  box-sizing: border-box;
}

select:required:invalid {
  color: gray;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: black;
}

input[type="checkbox"].form-input {
  width:20px;
  height:20px;
  margin:10px 10px 10px 0;
}

form.form--contact-details option {
  font-size: 1rem;
}

.form-field {
  margin-bottom:10px;
}

.form-text {
  color: #231f20;
  line-height: 1em;
}

.form-input--2n {
  width: 50%;
}

.form-input--left {
  margin-right: 5px;
}

.form-input--right {
  margin-left: 5px;
}

.columns {
  display: flex;
  flex-direction: column;
}

.column {
  display: flex;
  flex: 1 0;
}

.column--right {
  margin-left: 5px;
}

.column--left {
  margin-right: 5px;
  margin-bottom: 20px;
}

.contact-details--fullname_row,
.contact-details--city_row {
  flex-direction: column;
}

form.form--contact-details select,
form.form--contact-details input[type="text"] {
  width: 100%;
}

@media screen and (min-width: 950px) {

  .top-header--dashboard-buttons {
    display: none;
  }
  
  .columns {
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
  }
  .column--left {
    margin-bottom: 0;
  }

  .contact-details--fullname_row,
  .contact-details--city_row {
    flex-direction: row;
  }  

  form.form--contact-details select,
  form.form--contact-details input[type="text"] {
    width: 100%;
  }
  
}

.form-text--contact-desc {
  font-style: italic;
  font-weight: 500;
}

.form-text--contact-header {
  font-style: italic;
}

.contact-details--switch-row {
  margin-top: 10px;
  margin-bottom: 30px;
}

.contact-details--header-links {
  margin-bottom: 5px;
}

.contact-details--button {
  margin-top: 20px;
}

.form--contact-details.active {
  background-color: #ffffff;
}

.form--contact-details {
  background-color: #f3f3f3;
}

.links-group-dashboard {
  background-color: antiquewhite;
}

.links-group-dashboard.not-show_on_landing {
  background-color: #f8f8f8 !important; 
}

.preview-mobile:hover .preview-mobile-overlay {
  visibility: visible;
}

.preview-mobile-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  position: absolute;
  font-size: 28px;
  color: white;
  font-weight: 700;
  font-style: italic;
  text-decoration: none !important;
}

.preview-mobile-overlay svg {
  width: 50%;
  min-width: 50%;
}

.preview-mobile-overlay .preview-mobile-icon {
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05);
  background-color: #0060df;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin-bottom: 30px;  
}

.dashboard__link-item .add-link--button {

  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  margin-bottom: 3px;
  margin-right: 10px !important;
  cursor: pointer;
  display: flex !important;

}


.links-group-dashboard.js-selected {
  box-shadow: 0px 0px 0px 5px rgba(255, 156, 0, 0.5);
}


.dashboard__link-item.not-show_on_landing .dashboard__link-link-type {
  filter: grayscale(1);
  opacity: 0.5;
}

.api-permissions {
  border: 1px solid gray;
  padding:10px;
}

.api-permissions-info h4 {
  margin-bottom: 10px;
}

.api-permissions-info {
  border: 1px solid gray;
  padding:10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.api-permissions-info p {
  color: grey;
}

.api-permissions-info span {
  color:white;
  padding:2px 5px;
  border-radius: 6px;
  margin-left:6px;
  font-size: .75rem;
}

.api-permissions-info__level--All {
  background-color: green;
}

.api-permissions-info__level--Read {
  background-color: #0060df;
}