/* quicksand-300 - latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/fonts/quicksand-v30-latin-300.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("/fonts/quicksand-v30-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-regular - latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("/fonts/quicksand-v30-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("/fonts/quicksand-v30-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-500 - latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/fonts/quicksand-v30-latin-500.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("/fonts/quicksand-v30-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-600 - latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/fonts/quicksand-v30-latin-600.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("/fonts/quicksand-v30-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-700 - latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/fonts/quicksand-v30-latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("/fonts/quicksand-v30-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Reseting */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
}

body {
  background: #f2f2f2 !important;
}

p {
  font-size: 1.2em;
}

.h1,
h1 {
  font-size: calc(1.2rem + 1.5vw);
  font-weight: 400;
}

a,
a:hover {
  color: #5692b4;
  text-decoration: none;
}

a.a-p {
  font-size: 1em !important;
}

.wrapper {
  max-width: 900px;
  min-height: 500px;
  margin: 80px auto;
  padding: 40px 30px 30px 30px;
  /*background-color: #ecf0f3;
    border-radius: 15px;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
*/
}

.logo {
  width: 200px;
  height: 200px;
  margin: auto;
}

.logo img {
  width: 100%;
  object-fit: cover;
  background: #f2f2f2;
  border-radius: 50%;
  box-shadow: 8px 8px 16px #c9c9c9, -8px -8px 16px #ffffff;

  /*
    background: linear-gradient(315deg, #d4d8db, #fdffff);
    box-shadow:  -10px -10px 16px #bdc0c2,
                 10px 10px 16px #ffffff;
    /*
    box-shadow:  8px 8px 16px #bdc0c2,
             -8px -8px 16px #ffffff;
    /*
    background: #ecf0f3;
    box-shadow: inset 8px 8px 16px #bdc0c2,
                inset -8px -8px 16px #ffffff;
    /*
    background: linear-gradient(145deg, #fdffff, #d4d8db);
    box-shadow:  8px 8px 20px #d4d8db,
             -8px -8px 20px #ffffff;
    */
}

.wrapper .name {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 1.3px;
  padding-left: 10px;
  color: #555;
}

.wrapper .form-field input {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background: none;
  font-size: 1.1em;
  color: #666;
  padding: 12px 15px 10px 10px;
  /* border: 1px solid red; */
}

.wrapper .form-field,
.wrapper .link-field {
  padding-left: 10px;
  height: 40px;
  margin-bottom: 20px;
  /*border-radius: 10px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;*/

  border-radius: 5px;
  background: #f2f2f2;
  box-shadow: inset 5px 5px 5px #cecece, inset -5px -5px 5px #ffffff;
  transition: all 0.2s ease;
}

.wrapper .form-field-textarea {
  padding-left: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
}

.wrapper .link-field {
  font-size: 1.2rem;
  color: #666;
  padding: 10px 15px 10px 10px;
}

.wrapper .form-field .fas {
  color: #555;
}

.wrapper .btn {
  /*
    box-shadow: none;
    width: 100%;
    max-width: 300px;
    height: 40px;
    background-color: #5692b4;
    color: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #b1b1b1,
        -3px -3px 3px #fff;
    letter-spacing: 1.3px;
    */

  position: relative;
  transition: all 0.2s ease;
  letter-spacing: 0.025em;
  font-size: 1.1em;
  border-color: #cecece;
  box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
}

.wrapper .btn:hover {
  color: #31344b;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
  transition: all 0.5s ease;
}

.wrapper a {
  text-decoration: none;
  font-size: 1em;
  color: #5692b4;
}

.wrapper a:hover {
  color: #039be5;
}
.marg-left {
  margin-left: 35px;
}

.neu-up {
  width: 100%;
  margin-bottom: 25px;
  padding: 8px 18px 8px 18px;
  border-radius: 10px;
  background: #ecf0f3;
  -webkit-box-shadow: 12px 12px 19px #c9cccf, -12px -12px 19px #ffffff;
  box-shadow: 12px 12px 19px #c9cccf, -12px -12px 19px #ffffff;
  overflow-wrap: anywhere;
}

#copyBtn {
  background-color: #778899;
}

#copyBtn:hover {
  background-color: #5b6f84;
}

#qrBtn {
  margin-bottom: 15px;
}

.error {
  min-height: 25px;
  margin-bottom: 15px;
  padding-left: 20px;
  font-weight: 500;
  margin-top: -15px;
  font-size: 14px;
}

.lb-image {
  width: 100% !important;
  height: 100% !important;
}

.lb-outerContainer,
.lb-Container {
  width: 40vh !important;
  height: 40vh !important;
}

div#lightbox {
  top: 50% !important;
  transform: translate(0px, -50%);
}

a.chart-title .wrapper {
  font-size: 1em;
}

.hp-name {
  display: none;
}

@media (max-width: 940px) {
  .wrapper {
    margin: 30px 20px;
    padding: 40px 15px 15px 15px;
  }
}

@media (max-width: 400px) {
  .lb-outerContainer,
  .lb-Container {
    width: 90% !important;
    background-color: #fff0 !important;
    margin: 15px !important;
  }
}
