/*=============== GOOGLE FONTS ===============*/
  /* poppins-regular - latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/poppins-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* poppins-500 - latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local(''),
         url('../fonts/poppins-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/poppins-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* poppins-600 - latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local(''),
         url('../fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/poppins-v20-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* poppins-700 - latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('../fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/poppins-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* poppins-800 - latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: local(''),
         url('../fonts/poppins-v20-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/poppins-v20-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* poppins-900 - latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: local(''),
         url('../fonts/poppins-v20-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/poppins-v20-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }


* {
    box-sizing: border-box;
  }

  .dfoverlay_close{
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
    text-decoration: none;
  }
  
  .dfform-container {
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    min-width: 340px;
    height: 620px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 5px;
    font-family: 'Poppins', sans-serif;
  }
  
  .input-container {
    font-weight: bolder !important;
    background: #191919;
    padding-top: 2px !important;
    padding: 14px;
    color: #fff;
    border-color: #a6a6a6;
    font-size: 12px;
  }
  
  .boxheadline1 {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: .5rem;
      padding: 2rem 0;
  }

  .boxheadline1 .headline1_text {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
  }
  
  .boxheadline1 .avatar {
    position: relative;
    width: 100%;
      z-index: 1;
      border-radius: 50%;
      width: 3.5rem;
      height: 3.5rem;
      overflow: hidden;
      margin: 0;
      padding: 0;
      border: 2px solid rgba(255, 255, 255, 0.24);
  }
  
  .boxheadline1 .headline1_text h3 {
    color: hsl(0deg 0% 100%);
    font-size: 1.25rem !important;
    font-weight: 600;
    margin: 0;
  }
  
  .boxheadline1 .headline1_text p {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, .5);
    font-size: .813rem;
    letter-spacing: .4px;
    margin-top: 3px;
    
  }
  
  .boxheadline {
    text-align: center;
    background: #191919 !important;
    padding: 0 0 5px 0;
    font-size: 1rem;
    line-height: 23px;
  }
  
  .boxheadline span {
    font-weight: 700 !important;
    color: #ffffff;
  }

  .dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #414040;
    background: #00ff3edb;
    margin-right: 0.2rem;
    display: inline-block;
    margin-bottom: -1px;
  }

  img,
  picture{
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  
  .input_group {
      top: 190px;
      position: absolute;
      width: 100%;
      padding: 0 10px;
      transition: all 0.5s ease-in-out;
  }
  
  #loginform {
    left: -400px;
  }
  
  #emailform {
    left: 0px;
  }
  
  #logininfo {
    left: -400px;
  }
  
  #signupinfo {
    left: 0px;
  }
  
  .input-container .dfform-field {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 57px;
    margin: 20px 0 0;
    padding: 0;
    border: none;
    border-bottom: 2px solid #d9d9d9;
  }
  
  .input-container .dfform-field:before,
  .input-container .dfform-field:after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #297ee8;
    transition: 0.4s;
    border: none;
  }
  
  .input-container .dfform-field:before {
    right: 50%;
  }
  
  .input-container .dfform-field:after {
    left: 50%;
  }
  
  .input-container .dfform-field.focus:before,
  .input-container .dfform-field.focus:after {
    width: 50%;
  }
  
  .input-container .dfform-field label {
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 35px;
    top: 5px;
    width: auto;
    height: 45px;
    margin: 0;
    padding: 0;
    line-height: 45px;
    transform: translateY(0);
    color: #999;
    font-size: 14px;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border: none;
  }
  
  .input-container .dfform-field.focus label {
    top: 0;
    transform: translateY(-40%) scale(0.9);
    transition: 0.3s;
    color: #297ee8;
  }
  
  .input-container .dfform-field i {
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 5px;
    width: 25px;
    height: 45px;
    margin: 0;
    padding: 0;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #d9d9d9;
    transition: 0.4s;
  }
  
  .input-container .dfform-field.focus i {
    color: #297ee8;
  }
  
  .input-container .dfform-field input {
    display: inline-block;
    position: relative;
    z-index: 9;
    width: 100%;
    height: 45px;
    margin: 5px 0;
    padding: 0 35px;
    line-height: 45px;
    font-size: 1rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
  }
  
  .input-container .dfform-field input:focus,
  .input-container .dfform-field input:active,
  .input-container .dfform-field input:active:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  
  .dfform__field {
    width: 87% !important;
    border: 1px solid #a6a6a6 !important;
    background: #fff;
    padding: 9px !important;
    margin-bottom: 5px !important;
    color: #000;
  }
  .dfform__field:focus {
    background: #fff;
  }
  .dfform-container h2 {
    font-size: 18px;
    margin: 0 0 10px;
    text-align: center;
  }
  .dfform-title {
    margin-top: 1px;
    font-size: 12px;
  }
  .dfsubmit-container {
    margin: 25px 0;
    text-align: right;
    width: 100%;
  }
  #signup_close {
    position: absolute;
    right: -12px;
    z-index: 100;
    top: -17px;
    background-color: #b3b3b3;
    -webkit-border-radius: 200px;
    border-radius: 200px;
  }
  
  .well {
    margin-bottom: 20px !important;
    padding: 1px !important;
    background-color: #191919 !important;
    border: 1px solid #333132 !important;
    border-radius: 1px !important;
  }
  
  .toggle-btn {
    font-family: 'Poppins', sans-serif;
    height: 43px;
    width: 49%;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    position: relative;
  }
  
  .formnav {
      width: 260px;
      margin: 20px auto 0 auto;
      position: relative;
      box-shadow: 0px 0px 10px 5px #ffffff29;
      border-radius: 30px;
  }
  
  #formnav_btn {
      top: 0;
      left: 130px;
      position: absolute;
      width: 130px;
      height: 100%;
      background: linear-gradient(to right, #297ee8, #297ee8);
      border-radius: 30px;
      transition: all 0.5s ease-in-out;
  }
  
  .SignupButton {
    border: 2px solid #297ee8 !important;
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
    line-height: 23px;
    font-family: "Poppins", sans-serif;
    letter-spacing: .4px;
    background: transparent!important;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    color: #fff;
    text-decoration: none;
    width: 100%;
    vertical-align: text-bottom !important;
    transition: .3s;
    appearance: button;
    -webkit-appearance: button;
    cursor: pointer;
  }
  
  .SignupButton:hover {
    background: #297ee8 !important;
    color: #fff !important;
  }
  
  .SignupButton:focus {
    outline: none;
  }
  
  #tos_register {
    color: #8b8989;
    width: 10px !important;
    height: 10px !important;
    transform: scale(1.5);
    margin-right: 5px;
  }
  #tos {
    color: #8b8989;
    margin: 20px 0 0;
    font-weight: 600;
  }
  #tos a,
  #tos a:visited {
    color: #297ee8;
  }
  
  
  .dferror {
    clear: both;
    color: #ff4848;
    
    font-size: 11px;
    /* font-size: 100%; */
    /* font-weight: bolder !important; */
    line-height: 22px;
    font-weight: 600;
    letter-spacing: -0.2px;
  }

    /* Success message Popup */
    #erfolg {
      display: none;
    }
  
    .success_popup {
      max-width: 450px;
      width: 90%;
      margin: 1.6rem auto;
      padding: 2rem;
      font-size: 1rem;
      color: #ffffff;
      background-color: #282828;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      text-align: center;
      font-family: 'Poppins', sans-serif;
  }
  
  .success_image {
      margin-bottom: 1rem;
  }
  
  .success_image img {
      width: 100px;
      height: auto;
  }
  
  .success_title {
      font-size: 1.75rem;
      font-weight: 700;
      margin-bottom: 2rem;
      margin-top: 2rem;
      line-height: normal;
  }
  
  .success_subtitle {
      font-size: 1.25rem;
      line-height: normal;
      margin-bottom: 0.5rem;
  }
  
  #semail {
      display: block;
      font-size: 1.25rem;
      font-weight: bold;
      color: #ff6347;
      margin-bottom: 1rem;
      line-height: normal;
      word-wrap: break-word;
  }
  
  .success_text {
      font-size: 1.25rem;
      line-height: 1.5;
      margin-bottom: 0.5rem;
  }
   /* Success message Popup END */
  
  
  
  /* Error message Popup */
    #fehler {
      display: none;
    }
  
    .error_popup {
      max-width: 450px;
      width: 90%;
      margin: 1.6rem auto;
      padding: 2rem;
      font-size: 1rem;
      color: #ffffff;
      background-color: #282828;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      text-align: center;
      font-family: 'Poppins', sans-serif;
    }
  
    .error_image {
        margin-bottom: 2rem;
    }
  
    .error_image img {
        width: 100px;
        height: auto;
    }
  
    .error_title {
        font-size: 1.75rem;
        font-weight: 700;
        margin-top: 2rem;
        margin-bottom: 2rem;
        line-height: normal;
    }
  
    .error_text {
      font-size: 1.25rem;
      line-height: 1.5;
      margin-bottom: 0.5rem;
  }
  /* Error message Popup END */
  
  
  /* Responsive Adjustments */
  @media screen and (max-width: 768px) {
    .success_popup,
    .error_popup {
        padding: 1.5rem;
        margin: 1.2rem auto;
    }
  
    .success_title,
    .error_title {
        font-size: 1.5rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
  
    .success_subtitle,
    .success_text,
    .error_text {
        font-size: 1.1rem;
    }
  
    #semail {
        font-size: 1.1rem;
    }
  }
  
  @media screen and (max-width: 480px) {
  
  
    .success_title,
    .error_title {
        font-size: 1.25rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
  
    .success_subtitle,
    .success_text,
    .error_text {
        font-size: 1rem;
    }
  
    #semail {
        font-size: 1rem;
    }
  
    .success_image img,
    .error_image img {
        width: 80px;
    }
  }
  
  
  
    @media only screen and (max-width: 767px) {
      .dfform-container{
        min-width: 330px;
      }
  
      .dferror {
        letter-spacing: -0.4px;
      }
    }
    