/* Css effect input*/
.email-form-group {
  position: relative;
}

.has-content {
  top: -20px !important;
}

.effect-input {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0;
  background-color: transparent;

  box-shadow: none !important;
  padding: 0;
}

.effect-input ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;

  height: 2px;
  background-color: #ff007a;
  transition: 0.4s;
}
.effect-input:focus ~ .focus-border,
.effect-16 ~ .focus-border {
  width: 100%;
  transition: 0.4s;
}
.effect-input ~ label {
  position: absolute;
  left: 0;
  width: 100%;
  top: -1px;

  color: rgb(143, 139, 139);
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
}

.effect-input:focus ~ label {
  top: -20px;
  font-size: 14px;
  color: #ff007a;
  transition: 0.3s;
  outline: none !important;
  z-index: 1;
}

/* Singin popup */

.account-popup-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background: rgba(20, 31, 114, 0.6);
  opacity: 1;
  z-index: 99;
  overflow-y: hidden;
  display: none;
}

.account-popup {
  position: relative;
  float: left;
  width: 460px;
  background: #ffffff;
  z-index: 1;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;

  left: 50%;
  margin-left: -230px;
  margin-top: 140px;
  margin-bottom: 60px;

  padding: 40px 60px;
}

.close-popup {
  background-color: #fb236a;
}

.account-popup .close-popup {
  position: absolute;
  top: -20px;
  width: 50px;
  height: 50px;
  float: none;
  margin: 0;
  right: -20px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.account-popup > form {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.account-popup > form .cfield {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 19px;
  border: 2px solid #e8ecec;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.account-popup > form .cfield input {
  float: left;
  width: 100%;
  background: no-repeat;
  margin: 0;
  font-family: Open Sans;
  font-size: 13px;
  color: #474747;
  padding: 16px 45px 16px 15px;
}

.account-popup > form button {
  float: left;
  width: 100%;
  height: 60px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin-top: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
/* 
.account-popup > form button {
  background-color: #141f72;
} */

#signin-email {
  margin-top: 70px !important;
  text-align: left;
}

#signin-password {
  margin-top: 140px;
  text-align: left;
}

.account-popup form a {
  float: left;
  width: 100%;
  /* height: 60px; */
  /* font-size: 17px; */
  font-weight: bold;
  letter-spacing: 0.3px;
  margin-top: 120px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.extra-login {
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: center;
  position: relative;
}

.extra-login::before {
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
  height: 1px;
  background: #d8dcdc;
  content: "";
}

.extra-login > span {
  width: auto;
  float: none;
  display: inline-block;
  background: #ffffff;
  padding: 1px 20px;
  z-index: 1;
  position: relative;
  font-family: Open Sans;
  font-size: 13px;
  color: #6e6969;
  text-transform: capitalize;
}

.google {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  margin: 5px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  color: #1c1c24;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
  cursor: pointer;
  text-align: center;
}

.google svg {
  position: relative;
  top: 4px;
}

/* Singin popup */
.signup-popup-box #signup-name {
  margin-top: 70px;
}

.signup-popup-box #signup-email {
  margin-top: 130px;
}

.signup-popup-box #signup-password {
  margin-top: 130px;
}

.btn-submit {
  margin-top: 120px;
  width: 100%;
  border-radius: 8px;
}

.error-mess {
  color: red;
  font-size: 13px;
  font-weight: 500;
}

.mg-t-5 {
  margin-top: 0.5rem;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #555;
  vertical-align: middle;

  max-width: 100%;
  cursor: text;
  border-radius: 0 !important;
  padding: 0 !important;

  min-width: 100% !important;
  min-height: 58%;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;

  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput-custom .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

.fa-circle:before {
  content: "\f111";
  font-size: 11px !important;
}

textarea.form-control {
  border-radius: 5px !important;
}

.ts-footer-custom {
  padding: 32px 0 18px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ts-extra-feature.banner-content-wrap {
    height: 100px;
    align-items: center;
    display: flex;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .ts-extra-feature.banner-content-wrap {
    height: 150px;
    align-items: center;
    display: flex;
  }

  .banner-btn {
    display: flex;
    align-items: center;
  }

  .btn.btn-join-room {
    padding: 0 20px !important;
    height: 40px !important;
    line-height: 40px !important;
  }

  .code-room {
    margin: 0 !important;
  }

  .banner-btn.wow.fadeInUp {
    margin-top: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .ts-extra-feature.banner-content-wrap {
    padding: 15px 40px !important;
  }

  .banner-btn {
    display: flex;
    align-items: center;
  }

  .btn.btn-join-room {
    padding: 0 20px !important;
    height: 40px !important;
    line-height: 40px !important;
  }

  .code-room {
    margin: 20px 0 0 0 !important;
  }

  .banner-btn.wow.fadeInUp {
    margin-top: 20px !important;
  }
}
