a:link {
  text-decoration: none;
  color: #fff;
}

a { color: #aaa; }
a:hover { color: #fff; }
a:visited { color: #fff; }

.b {
  background-color: #111;
  padding: 0px;
  margin: 0px;
  height: 100%;
  body{ font-family:"Sofia Pro Soft" !important; }
}

.top-nav {
  background-color: #222;
  color: #fff;
  font-size: 20px;
  display: flex;
}

.email-input {
  background-color: #111;
  border-radius: 5px 0 0 5px;
  padding: 15px;
  font-size:18px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px;
  width: 520px;
  color: #fff;
}

.signup-input {
  background-color: #111;
  padding: 15px;
  font-size:18px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px;
  border-radius: 5px;
  margin-top: 10px;
  width: 520px;
  color: #fff;
}


.upload-button {
  margin-left: -2px;
  align-content: center;
  transition: all 0.15s ease;
  background-color: #2836f7;
  color: #fff;
  border-radius: 0 5px 5px 0;
  width: 230px;
  padding: 15px;
  text-align: center;
  font-size: 20px;
}
.upload-button:hover {
  background-color: #424ef5;
  color: #fff;
  cursor: pointer;
}

.create-button {
  margin-top: 10px;
  align-content: center;
  transition: all 0.15s ease;
  background-color: #2836f7;
  color: #fff;
  border-radius: 5px;
  width: 490px;
  padding: 15px;
  text-align: center;
  font-size: 20px;
}
.create-button:hover {
  background-color: #424ef5;
  color: #fff;
  cursor: pointer;
}

.account-icon {
  transition: all 0.2s ease;
  filter: invert(100%);
  margin: 20px;
  opacity: 0.5;
}
.account-icon:hover {
  opacity: 0.9;
  cursor: pointer;
}


.help-button {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  margin-left: -2px;
  align-content: center;
  transition: all 0.15s ease;
  background-color: #424ef5;
  color: #fff;
  border-radius: 5px;
  width: 525px;
  padding: 15px;
  text-align: center;
  font-size: 20px;
}
.help-button:hover {
  background-color: #2836f7;
  color: #fff;
  cursor: pointer;
}


.skip-button {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  font-weight: 400;
  margin-left: -2px;
  align-content: center;
  transition: all 0.15s ease;
  background-color: #1a1a1a;
  /* background-color: #111; */
  color: #777;
  border-radius: 5px;
  width: 525px;
  padding: 15px;
  text-align: center;
  font-size: 20px;
}
.skip-button:hover {
  color: #fff;
  cursor: pointer;
  /* background-color: #1a1a1a; */
  background-color: #2a2a2a;
}

.logo {
  transition: all 0.2s ease;
  padding: 15px;
  display: flex;
  width: 125px;
  opacity: 0.9;
}

.logo:hover {
  cursor: pointer;
  background-color: #2c2c2c;
  opacity: 1.0;
}

.main {
  width: 100%;
  height: 100%;
  align-content: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.account {
  padding: 15px;
  transition: all 0.15s ease;
  margin-left: 7px;
  width: 110px;
  right: 0px;
  position: absolute;
  color: #ccc;
  font-weight: 400;
  font-size: 20;
  display: flex;
  opacity: 0.9;
}
.account:hover {
  background-color: #2c2c2c;
  cursor: pointer;
  color: #fff;
  opacity: 1.0;
}


.upload-item {
  background-color: #222;
  height: 50px;
  width: 775px;
  font-size: 15;
  display: flex;
  font-weight: 300;
  border-radius: 3px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #777;
}

.download-item {
  height: 100%;
  transition: all 0.15s ease;
  font-weight: 400;
  float: right;
  display: flex;
  opacity: 0.7;
}
.download-item:hover {
  background-color: #2a2a2a;
  cursor: pointer;
  opacity: 1.0;
}


.b-button {
  transition: all 0.2s ease;
  opacity: 0.5;
  display: flex;
  font-weight: 400;

}
.b-button:hover {
  opacity: 1.0;
  cursor: pointer;
}

.okay-button {
  background-color: #222;
  transition: all 0.15s ease;
  border: 1px solid #333;
  padding: 10px;
  width: 755px;
  font-size: 17;
  border-radius: 2px 2px 5px 5px;
  margin-top: -1px;
  text-align: center;
  color: #aaa;
}
.okay-button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #333;
}

.feedback-extend {
  display: none;
  z-index: 100;
  height: 25px;
  text-align: center;
  padding: 10px;
  padding-top: 5px;
  width: 250px;
  border-radius: 5px 0 0 0;
  right: 0px;
  color: #fff;
  top: 40%;
  background-color: #424ef5;
  position: fixed;
}
.feedback-show {
  text-align: left;
  font-weight: 300;
  height: 255px;
  text-align: center;
  width: 270px;
  border-radius: 0 0 5px 5px;
  right: 0px;
  color: #fff;
  margin-top: 7px;
  background-color: #222;
  position: fixed;
}

.feedback {
  height: 20px;
  font-size: 17;
  text-align: center;
  padding: 10px;
  padding-top: 8px;
  width: 80px;
  border-radius: 5px 0 0 5px;
  right: 0px;
  color: #fff;
  top: 45%;
  background-color: #424ef5;
  position: fixed;
}

.feedback:hover {
  width: 90px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.send-button {
  transition: all 0.15s ease;
  border: 1px solid #aaa;
  padding: 7px;
  padding-top: 5px;
  font-size: 17;
  border-radius: 5px;
  text-align: center;
  color: #aaa;
  width: 100px;
}
.send-button:hover {
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}



.x-button {
  transition: all 0.25s ease;
  font-weight: 300;
  border-radius: 5px;
  background-color: #171717;
  width: 242px;
  color: #ccc;
  margin: 10px;
  border: 1px solid #fff;
}

.x-button:hover {
  cursor: pointer;
  background-color: #4a56ff;
  border: 1px solid #0e1ce6;
  color: #fff;
}

.checkout-blue {
  transition: all 0.25s ease;
  background-color: #fff;
  color: #222;
  padding: 15px;
  border-radius: 0 0 4px 4px;
  font-weight: 400;
}
.x-button:hover .checkout-blue {
    background-color: #424ef5;
    color: #fff;
}

.xx-button {
  transition: all 0.25s ease;
  font-weight: 300;
  border-radius: 5px;
  width: 242px;
  color: #ccc;
  margin: 10px;
  background-color: #4a56ff;
  border: 1px solid #0e1ce6;
  color: #fff;
}
.xx-blue {
  transition: all 0.25s ease;
  background-color: #424ef5;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 4px 4px;
  font-weight: 400;
}


.support {
  transition: all 0.15s ease;
  border-radius: 5px;
  background-color: #424ef5;
  color: #fff;
  font-size: 17;
  width: 100px;
  padding: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.support:hover{
  background-color: #2836f7;
  color: #fff;
  cursor: pointer;
}

.mode-button {
  font-size: 17;
  transition: all 0.2s ease;
  padding: 5px;
  padding-top: 13px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 13px;
  color: #555;
  width: 350px;
  background-color: #1a1a1a;
}
.mode-button:hover {
  cursor: pointer;
  color: #ccc;
}

.selected-mode-button {
  background-color: #222;
  font-size: 17;
  transition: all 0.2s ease;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 350px;
  color: #fff;
}


.doodle {
  filter: invert(100%);
  height: 90px;
}

.upload-container {
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: center;
  padding-top: 15px;
}

.main-title {
  font-size: 37.555px; font-weight: 400; margin-top: 10px;
}

.copyr {
  opacity: 0.5;
  font-weight: 400;
}

.faq {
  width: 755px;
  height: 15px;
  text-align: center;
  padding: 10px;
  font-weight: 300;
  font-size: 22;
  margin-bottom: 10px;
}

.faq-item {
  text-align: left;
  background-color: #222;
  width: 745px;
  padding: 15px;
  font-size: 15;
  font-weight: 300;
  height: 20px;
  border-radius: 3px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #444;
}
.faq-title {
  padding: 7px;
}

.uploady {
  width: 755px;
  height: 15px;
  border-radius: 5px 5px 0 0;
  text-align: left;
  padding: 10px;
  background-color: #333;
}

.bottom-button-container {
  display: flex;
  justify-content: center;
}

  .processing {
    font-size: 17;
    margin-top: 20px;
    marign-bottom: 10px;
    font-weight: 300;
    color: #fff;
    background-color: #222;
    border-radius: 5px;
    padding: 10px;
    width: 760px;
    line-height: 1.5;
  }

  .credit {
    margin-left: 88%;
    margin-top: -18px;
    font-size: 17;
  }

  .add-credit {
    font-size: 35; text-align: center; font-weight: 400; margin-top: 10px;
  }

  .bottom-ico {
    filter: invert(100%);
  }


  .success {
    transition: all 0.2s ease;
    margin-top: 10px;
    border-radius: 5px;
    height: 20px;
    width: 760px;
    padding: 10px;
    background-color: #1a1a1a;
    color: #ddd;
  }
  .success:hover {
    cursor: pointer;
    background-color: #222;
    color: #fff;
  }
  /* .success {
    transition: all 0.2s ease;
    margin-top: 10px;
    border-radius: 5px;
    height: 20px;
    width: 760px;
    padding: 10px;
    background-color: #fff;
    color: #000;
  }
  .success:hover {
    cursor: pointer;
    background-color: #fff;
    color: #777;
  } */




/* ----------------------------- Responsive --------------------------------- */
@media only screen and (max-width: 850px){

  .success {
    width: 90%;
    height: 40px;
  }


  .bottom-ico {
    height: 10px;
  }

  .credit {
    margin-left: 75%;
  }


  .add-credit {
    font-size: 25;
  }


  .processing {
    width: 85%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 12;
  }


  .bottom-button-container {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }

  .signup-input {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }

  .create-button {
    margin: 5%;
    width: 80%;
  }

  .uploady {
    width: 90%;
  }

  .upload-item {
    width: 95%;
    overflow: hidden;
    font-size: 12;

  }

  .email-input {
    font-size: 15;
  }

  .faq {
    width: 90%;
    font-size: 10;
  }

  .faq-item {
    width: 90%;
    font-size: 10;
  }
  .okay-button {
    width: 90%;
    font-size: 10;
  }

  .doodle {
    width: 100%;
  }

  .upload-button {
    font-size: 15;
  }

  .upload-container {
    margin: 5%;
    width: 90%;
    padding-top: 0px;
  }

  .main-title {
    margin: 5%;
    font-size: 30;
    margin-top: 0px;
  }

  .selected-mode-button {
    font-size: 12;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mode-button {
    font-size: 12;
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-button {
    font-size: 10;
  }

  .copyr {
    font-size: 10;
  }

}


/* -------------------------------------------------------------------------- */

* {
  font-family: 'Sofia Pro Soft';
  /* -webkit-font-smoothing: antialiased; */
}

@font-face {
    font-family: 'Sofia Pro Soft';
    src: url('SofiaProSoftLight.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro Soft';
    src: url('SofiaProSoftRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro Soft';
    src: url('SofiaProSoft-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro Soft';
    src: url('SofiaProSoftMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
