.input-tag {
  background: white;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 5px 0;
}

.input-tag input {
  width: 100%;
}

.input-tag__tags {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}

.input-tag__tags li {
  align-items: center;
  background: #85A3BF;
  border-radius: 2px;
  color: white;
  display: flex;
  font-weight: 300;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 10px;
}

.input-tag__tags li i {
  appearance: none;
  color: white;
  cursor: pointer;
  font-size: 12px;
  justify-content: center;
  line-height: 0;
  margin-left: 8px;
  padding: 0;
  margin-top: 3px;
}

.input-tag__tags li.input-tag__tags__input {
  background: none;
  flex-grow: 1;
  padding: 0;
}

/* Login css */
/* @media (min-width: 1399.98px) and (max-width: 2399.98px) {
  .login.login-1 .login-aside {
    width: 100%;
    max-width: 1000px;
  }

  .login.login-1 .login-form {
    width: 100%;
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  .login.login-1 .login-aside {
    width: 100%;
    max-width: 900px !important;
  }

  .login.login-1 .login-form {
    width: 100%;
    max-width: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .login.login-1 .login-aside {
    width: 100%;
    max-width: 800px !important;
  }
} */

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

.chatActive {
  background-color: #d3d3d333;
  border: 1px solid #d3d3d34a;
  border-radius: 5px;
}

.no-suggestions {
  color: #999;
  padding: 0.5rem;
}

.suggestions {
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  padding-left: 0;
}

.suggestions li {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.suggestion-active,
.suggestions li:hover {
  background-color: #3699FF;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}


input.file-upload {
  position: absolute;
  font-size: 20px;
  opacity: 0;
  left: 10px;
  top: 0;
}

.symbol.symbol-lg-230>img {
  width: 100%;
  max-width: 210px;
  height: 200px;
}


.snip1578 {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  display: inline-block;
  /* margin: 10px; */
  /* min-width: 230px; */
  /* max-width: 315px; */
  /* width: 100%; */
  color: #000;
  text-align: left;
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #a9a9a926
}

.snip1578 *,
.snip1578:before,
.snip1578:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1578 img {
  max-width: 35%;
  margin-left: 3%;
  backface-visibility: hidden;
  vertical-align: top;
  border-radius: 5px;
  width: 70px;
  height: 70px;
  margin: 7px;

}

.snip1578 figcaption {
  position: absolute;
  top: 0;
  left: 16%;
  right: 0;
  bottom: 0;
  padding: 15px;
}

.snip1578 h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
}

.snip1578 .icons {
  font-size: 1.6rem;
}

.snip1578 .icons a {
  color: #ccc;
}

.snip1578 .icons a:hover {
  color: #2980b9;
}

/* Business Card CSS */
/* .BusinessCard{
  box-shadow: 0 0px 14px 5px rgb(77 47 42 / 11%) !important;
  border-radius: 30px;
  border: 0px solid rgba(255, 255, 255, .3);
}
.businessBtn {
  width: 100%;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  padding: 1rem;
  background-color: #2980b9;
} */

.BusinessCard {
  overflow: hidden;
  box-shadow: 0px 2px 8px 0px #b0bec5;
  background-color: white;
  text-align: center;
  border-radius: 1rem;
  position: relative;
  margin: 0.5rem;
}

.banner-img {
  /* position: absolute; */
  /* background-image: url("assets/media/bg/bg-10.jpg"); */
  height: 8rem;
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.Business__profile-img {
  width: 9rem;
  clip-path: circle(55px at center);
  margin-top: 4.5rem;
}

.Business__name {
  font-weight: bold;
  font-size: 1.5rem;
}

.Business__description {
  margin: 1rem 2rem;
}

.Business__btn {
  width: 100%;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  padding: 1rem;
  background-color: #009297;
  border-radius: 0px;
}

.wrapper-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 20rem);
  justify-content: center;
}

/* User Card CSS */
.Usercard {
  width: 100%;
  height: 100vh;
  background-color: #ffe104;
  background-image: linear-gradient(147deg, #ffe104 0%, #f58a09 13%, #ff0003 66%, #ff0004 100%);
}

.Usercard-bg-txt {
  font-size: 9.5vw;
  font-weight: 900;
  opacity: 0.1;
  color: rgb(146, 140, 140);
  letter-spacing: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-14deg);
  white-space: nowrap;
  z-index: 0;
}

.Usercard-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 100px;
}

.Usercard-item {
  position: relative;
  /* width: 300px; */
  background-color: #f2f2f2;
  /* margin: 30px; */
  border-radius: 30px;
  box-shadow: 0 0px 14px 6px rgb(89 56 49 / 16%);
  overflow: hidden;
  /* z-index: 22; */
  transition: all 0.3s;
  border: 0px solid rgba(255, 255, 255, .3);
}

.Usercard-header {
  width: 100%;
  position: relative;
}

.Usercard-header__bg {
  width: calc(100% + 70px);
  height: 240px;
  border-radius: 50%;
  margin-left: 50%;
  margin-top: -60%;
  transform: translateX(-50%);
  z-index: 22;
  box-shadow: 0 0 28px 0px rgb(18 108 202);
  background-color: #0054cc;
  background-image: linear-gradient(281deg, #009e89 6%, #007eb8 38%, #0154cc 100%);
}

.Usercard-header__img {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50px);
  padding: 0;
  visibility: visible;
  border: 0px solid rgba(255, 255, 255, .6);
  display: block;
  box-shadow: 0px 9px 28px 8px rgba(93, 93, 93, 0.2);
  transition: all 0.5s;
}

.Usercard-header__text {
  width: 100%;
  margin-top: -30px;

}

.Usercard-header__name {
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #565656;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.Usercard-header__job {
  text-align: center;
  display: block;
  color: #525151;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.6;
}

.Usercard-process {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
}

.Usercard-item .process__item {
  display: flex;
  align-content: center;
  flex-direction: column;
  font-weight: 700;
  text-decoration: none;
}

.Usercard-item .process-icon {
  margin-left: auto;
  margin-right: auto;
  color: rgba(121, 121, 121, 0.69);
  font-size: 20px;
  margin-bottom: 5px;
  transition: all ease-in-out 0.3s;
}

.Usercard-item .process-icon.follow:hover {
  color: #005cbf;
  opacity: 0.6;
}

.Usercard-item .process-icon.message:hover {
  color: #4bd616;
  opacity: 0.6;
}

.Usercard-item .process-txt {
  text-align: center;
  color: #5f5e5e;
  font-size: 13px;
  font-weight: 700;
}

.Usercard-detail {
  /* width: 300px; */
  margin: 20px 0;
  padding: 0;
}

.Usercard-detail__li {
  /* width: 87%; */
  background: #ece9e9;
  border-radius: 10px;
  padding: 0px 10px;
  margin: 8px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all ease-in-out 0.3s;
}

.Usercard-detail__txt {
  min-width: 120px;
  font-weight: 700;
  color: #403f3f;
  font-size: 1.2rem;
}

.Usercard-detail__str {
  font-weight: 700;
  color: #403f3f;
  font-size: 1rem;
  opacity: 0.6;
  /* min-width: 95px; */
  text-align: right;
}

.Usercard-detail__icon {
  width: 25px;
  font-size: 14px;
  display: inline-flex;
  opacity: 0.7;
  transition: all ease-in-out 0.3s;
}

.Usercard-detail .like {
  color: #ff0047;
}

.Usercard-detail .follow {
  color: #005cbf;
}

.Usercard-detail .post {
  color: #1c7430;
}

.Usercard-social {
  display: flex;
  justify-content: center;
  background-color: #f5f4f7;
  height: 50px;
  border-top: 1px solid #d6d6d6;
}

.Usercard-social__item {
  width: 45px;
  height: 40px;
  margin: auto 3px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.Usercard-social__icon {
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  font-size: 24px;
  display: inline-block;
  left: 50%;
  color: #b5b4b4;
  transition: all ease-in-out 0.3s;
}

.Usercard-social__icon.facebook:hover {
  color: #3b5998;
}

.Usercard-social__icon.twitter:hover {
  color: #00aced;
}

.Usercard-social__icon.github:hover {
  color: #6e5494;
}

.Usercard-social__icon.codepen:hover {
  color: #404040;
}

.Usercard-social__icon.behence:hover {
  color: #1769ff;
}

@media all and (max-width: 1024px) {
  /* .Usercard-item:nth-child(2) {
    margin-top: 30px;
 }
  .Usercard-item:nth-child(3) {
    display: none;
 } */
}

@media all and (max-width: 768px) {
  .Usercard-bg-txt {
    font-size: 7.4vw;
  }

  /* .Usercard-item:nth-child(2) {
    display: none;
 } */
}

/* END */

.svg-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1E88E5;
  -webkit-clip-path: polygon(0 0, 14% 0, 48% 100%, 0% 100%);
  clip-path: polygon(0 0, 14% 0, 48% 100%, 0% 100%);
}

.svg-background2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.12);
  z-index: -9;
  -webkit-clip-path: polygon(0 0, 14% 0, 48% 100%, 0% 100%);
  clip-path: polygon(0 0, 14% 0, 48% 100%, 0% 100%);
}

.profile-img {
  position: absolute;
  width: 150px;
  height: 150px;
  margin-top: 55px;
  margin-left: 40px;
  border-radius: 50%;
}

.circle {
  position: absolute;
  width: 162px;
  height: 161px;
  left: 0;
  top: 0;
  background-color: #ECEFF1;
  border-radius: 50%;
  margin-top: 50.5px;
  margin-left: 35px;
}

.text-container {
  position: absolute;
  right: 0;
  margin-right: 40px;
  margin-top: 45px;
  max-width: 230px;
  text-align: center;
}

.title-text {
  color: #263238;
  font-size: 28px;
  font-weight: 600;
  margin-top: 5px;
}

.info-text {
  margin-top: 10px;
  font-size: 18px;
}

.desc-text {
  font-size: 14px;
  margin-top: 10px;
}

/* Login css */
@media (min-width: 1399.98px) and (max-width: 1900px) {
  .login.login-1 .login-aside {
    width: 100%;
    max-width: 60% !important;
  }

  .login.login-1 .login-form {
    width: 100%;
    max-width: 80%;
  }

  .loginLogo {
    max-height: 50px !important;
  }

  .loginHeader {
    font-size: 2rem !important;
  }
}

@media (min-width: 1399.98px) and (max-width: 1900px) {
  .login.login-1 .login-aside {
    width: 100%;
    max-width: 60% !important;
  }

  .login.login-1 .login-form {
    width: 100%;
    max-width: 80%;
  }

  .loginLogo {
    max-height: 50px !important;
  }

  .loginHeader {
    font-size: 2rem !important;
  }
}

@media (min-width: 800px) {
  .login.login-1 .login-aside {
    width: 100%;
    max-width: 900px;
  }

  .login.login-1 .login-form {
    max-width: 80% !important;
    width: 100%;
  }

  .loginLogo {
    max-height: 50px !important;
  }

  .loginHeader {
    font-size: 2rem !important;
  }
}

@media (min-width: 992px) {
  .login.login-1 .login-aside {
    width: 100%;
    max-width: 1198px;
  }

  .login.login-1 .login-form {
    max-width: 80% !important;
    width: 100%;
  }

  .loginLogo {
    max-height: 50px !important;
  }

  .loginHeader {
    font-size: 2rem !important;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .login.login-1 .login-aside {
    width: 100%;
    max-width: 60% !important;
  }

  .loginLogo {
    max-height: 50px !important;
  }

  .loginHeader {
    font-size: 2rem !important;
  }
}

@media (max-height: 700px) {
  .login.login-1 {
    height: 100%;
    min-height: 625px;
  }

  .loginLogo {
    max-height: 36px !important;
  }

  .loginHeader {
    font-size: 1.5rem !important;
  }
}

@media (max-height: 600px) {
  .login.login-1 {
    height: 100%;
    min-height: 568px;
  }

  .loginLogo {
    max-height: 36px !important;
  }

  .loginHeader {
    font-size: 2rem !important;
  }
}

@media (min-height: 700px) and (max-height: 800px) {
  .login.login-1 {
    height: 100%;
    min-height: 725px;
  }

  .loginLogo {
    max-height: 50px !important;
  }

  .loginHeader {
    font-size: 2rem !important;
  }
}

@media (min-height: 800px) and (max-height: 900px) {
  .login.login-1 {
    height: 100%;
    min-height: 852px;
  }

  .login.login-1 .login-form {
    height: 100%;
    max-height: 852px;
  }

  .loginLogo {
    max-height: 50px !important;
  }

  .loginHeader {
    font-size: 2rem !important;
  }
}

@media (min-height: 900px) and (max-height: 1080px) {
  .login.login-1 {
    height: 100%;
    min-height: 937px;
  }

  .loginLogo {
    max-height: 50px !important;
  }

  .loginHeader {
    font-size: 2rem !important;
  }
}

.login.login-1.login-signin-on .login-signin {
  display: block;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.btn-green {
  color: #ffffff;
  background-color: #3e8e49;
  border-color: #3e8e49;
}

.btn.btn-green:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-success:focus:not(.btn-text), .btn.btn-success.focus:not(.btn-text) {
  color: #ffffff;
  background-color: #3e8e49;
  border-color: #3e8e49;
}

.btn.btn-light-green {
  color: #3e8e49;
  background-color: #3e8e491c;
  border-color: transparent;
}

.btn.btn-light-green:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-success:focus:not(.btn-text), .btn.btn-success.focus:not(.btn-text) {
  color: #ffffff;
  background-color: #3e8e49;
  border-color: #3e8e49;
}