.footer {
  background-color: #0c1425;
  padding-top: 32px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #8f909c; }
  .footer .links {
    display: flex;
    margin-top: 64px; }
    .footer .links > * {
      padding: 0px 32px; }
  .footer a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    color: #8f909c; }
  .footer .logged-in-made-by {
    display: none; }
  .footer.logged-in {
    background-color: #f5f6f7;
    align-items: flex-end;
    padding-right: 4%;
    padding-top: 64px; }
    .footer.logged-in > * {
      display: none; }
    .footer.logged-in .logged-in-made-by {
      display: flex;
      width: 100%; }
      .footer.logged-in .logged-in-made-by .credits {
        margin-left: auto; }
      .footer.logged-in .logged-in-made-by .logged-in-links {
        padding-left: 20px; }
        .footer.logged-in .logged-in-made-by .logged-in-links a {
          margin-right: 30px; }

body.show-auth-modal .auth-modal {
  display: flex;
  opacity: 1; }

.auth-modal {
  background: rgba(7, 15, 31, 0.8);
  position: fixed;
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  display: none;
  opacity: 0; }
  .auth-modal .auth-inner {
    border-radius: 8px;
    background-color: #ffffff;
    padding: 32px; }
    .auth-modal .auth-inner .signin-button:last-child {
      margin-bottom: 0; }
  .auth-modal .error-messages li {
    margin-top: 16px;
    text-align: center; }
  .auth-modal .consent {
    max-width: 300px;
    font-size: 12px;
    margin-top: 20px;
    text-align: center; }

.signin-button {
  width: 300px;
  height: 52px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px; }

.dribbble-signin {
  background-color: #f26798; }

.twitter-signin {
  background-color: #55acee; }

.facebook-signin {
  background-color: #3b5998; }

.google-signin {
  border: solid 1px #eaeaea;
  background-color: #ffffff;
  color: #727272 !important; }
  .google-signin img {
    padding: 12px 12px 12px 0; }

.login-with-email {
  display: flex;
  flex-direction: column; }
  .login-with-email span.header {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #979797; }
    .login-with-email span.header span {
      display: inline-block;
      padding: 0 16px; }
    .login-with-email span.header:before, .login-with-email span.header:after {
      content: '';
      border-top: 1px solid;
      height: 1px;
      width: 50%; }
  .login-with-email a {
    font-size: 16px;
    font-weight: 500;
    color: #0260ee;
    display: inline-block;
    text-decoration: none;
    width: 50%; }
    .login-with-email a:last-child {
      text-align: right; }

body.show-pro-modal .pro-modal {
  display: flex;
  opacity: 1; }

.pro-modal {
  background: rgba(7, 15, 31, 0.8);
  position: fixed;
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  display: none;
  opacity: 0; }
  .pro-modal .pro-modal-inner {
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.39;
    display: flex;
    overflow: scroll; }
    .pro-modal .pro-modal-inner .pro-feature-list {
      background-color: #0260ee;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      padding: 32px; }
      .pro-modal .pro-modal-inner .pro-feature-list .crown {
        color: #ffba00; }
        .pro-modal .pro-modal-inner .pro-feature-list .crown img {
          margin-right: 10px; }
      .pro-modal .pro-modal-inner .pro-feature-list .header {
        font-size: 24px;
        color: #fff;
        font-weight: bold; }
      .pro-modal .pro-modal-inner .pro-feature-list li {
        list-style: none;
        color: rgba(255, 255, 255, 0.6); }
        .pro-modal .pro-modal-inner .pro-feature-list li.separator {
          text-transform: uppercase;
          color: rgba(255, 255, 255, 0.3); }
    .pro-modal .pro-modal-inner .payment-info {
      background-color: #fff;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      color: #14213c;
      padding: 20px 40px; }
      .pro-modal .pro-modal-inner .payment-info .early-bird {
        font-weight: normal;
        text-align: center; }
      .pro-modal .pro-modal-inner .payment-info .plan-switcher {
        background-color: #d8d8d8;
        border-radius: 4px;
        display: flex;
        padding: 10px; }
        .pro-modal .pro-modal-inner .payment-info .plan-switcher .plan-button {
          font-size: 18px;
          font-weight: 500;
          line-height: 2.39;
          border: none;
          background: transparent;
          border-radius: 4px;
          padding: 0px 60px;
          cursor: pointer; }
          .pro-modal .pro-modal-inner .payment-info .plan-switcher .plan-button:focus {
            outline: none; }
          .pro-modal .pro-modal-inner .payment-info .plan-switcher .plan-button.active {
            background: #fff; }
          .pro-modal .pro-modal-inner .payment-info .plan-switcher .plan-button.annually-plan {
            margin-left: auto; }
      .pro-modal .pro-modal-inner .payment-info .plan-info-container {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px; }
        .pro-modal .pro-modal-inner .payment-info .plan-info-container .price {
          font-size: 40px;
          font-weight: bold;
          line-height: 1; }
          .pro-modal .pro-modal-inner .payment-info .plan-info-container .price span {
            font-size: 12px; }
        .pro-modal .pro-modal-inner .payment-info .plan-info-container .plan-info {
          color: #18cb63; }
        .pro-modal .pro-modal-inner .payment-info .plan-info-container .billed-annually {
          color: #aaa;
          font-size: 14px;
          font-weight: normal;
          line-height: 1; }
      .pro-modal .pro-modal-inner .payment-info .checkout-form label {
        font-size: 16px; }
      .pro-modal .pro-modal-inner .payment-info .checkout-form input,
      .pro-modal .pro-modal-inner .payment-info .checkout-form .StripeElement {
        font-size: 14px;
        font-weight: 500;
        color: #0e1823;
        height: 40px;
        border: solid 1px #8f909c;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 8px;
        outline: none;
        text-transform: uppercase; }
      .pro-modal .pro-modal-inner .payment-info .checkout-form .StripeElement.StripeElement--invalid {
        border-color: red; }
      .pro-modal .pro-modal-inner .payment-info .checkout-form .upgrade-to-pro-button {
        font-size: 24px;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
        border: none;
        padding: 16px 0px;
        border-radius: 6px;
        margin-top: 32px;
        outline: none;
        cursor: pointer;
        background: #0260ee;
        width: 100%; }
        .pro-modal .pro-modal-inner .payment-info .checkout-form .upgrade-to-pro-button:disabled {
          background: rgba(2, 96, 238, 0.6);
          cursor: default; }
      .pro-modal .pro-modal-inner .payment-info .checkout-form .email-address {
        margin: 0;
        display: flex;
        flex-direction: column; }
      .pro-modal .pro-modal-inner .payment-info .checkout-form .cvc-zip-expiry {
        display: flex; }
        .pro-modal .pro-modal-inner .payment-info .checkout-form .cvc-zip-expiry > .cvc {
          width: 20%;
          margin-right: 15px; }
        .pro-modal .pro-modal-inner .payment-info .checkout-form .cvc-zip-expiry > .expiry {
          width: 28%;
          margin-right: 15px; }
        .pro-modal .pro-modal-inner .payment-info .checkout-form .cvc-zip-expiry .card-address {
          margin: 0;
          display: flex;
          flex-direction: column;
          width: 50%; }
      .pro-modal .pro-modal-inner .payment-info .checkout-form .invalid-input {
        border: 1px solid red; }
      .pro-modal .pro-modal-inner .payment-info .checkout-form .stripe-errors {
        font-size: 14px;
        color: red; }
      .pro-modal .pro-modal-inner .payment-info .checkout-form .free-plan {
        width: 100%;
        border: none;
        color: #a3a6ad;
        font-weight: 500;
        font-size: 16px;
        margin-top: 20px;
        cursor: pointer;
        outline: none;
        background-color: transparent; }
      .pro-modal .pro-modal-inner .payment-info .checkout-form .secured-by {
        display: flex;
        justify-content: center;
        opacity: 0.8;
        color: black;
        font-size: 12px;
        text-decoration: none;
        font-weight: normal; }
        .pro-modal .pro-modal-inner .payment-info .checkout-form .secured-by span {
          font-weight: bold;
          margin-left: 2px; }

.signin-button {
  width: 300px;
  height: 52px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px; }

@media all and (max-width: 768px) {
  .pro-modal .close-modal-button {
    position: relative; }
  .pro-modal .pro-modal-inner {
    border-radius: 0;
    flex-direction: column;
    max-width: 320px;
    font-size: 16px; }
    .pro-modal .pro-modal-inner .payment-info {
      border-radius: 0;
      order: -1;
      padding: 5px 10px; }
      .pro-modal .pro-modal-inner .payment-info .plan-switcher .plan-button {
        font-size: 14px;
        padding: 0 30px; }
      .pro-modal .pro-modal-inner .payment-info .checkout-form .free-plan {
        background-color: transparent; }
    .pro-modal .pro-modal-inner .pro-feature-list {
      border-radius: 0;
      line-height: 2; }
      .pro-modal .pro-modal-inner .pro-feature-list .header {
        font-size: 20px; } }

