#new-register,
#login-register {
  background-color: #F9F9F9;
}

.container-um {
  background-color: #ffffff;
  max-width: 700px;
  border-radius: 50px;
}

#um-submit-btn {
  background: #662d91 !important;
}

#um-submit-btn:hover {
  background: #505050 !important;
}

#profileum {
  background-color: #F9F9F9;
  padding: 4rem 0;
}

.container-profile {
  background-color: #fff;
  border-radius: 5px;
}

.um-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.um-profile {
  padding: 3rem 0;
  max-width: 1000px;
  min-height: 90vh !important;
}

.um-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.um-header.no-cover .um-profile-photo.um-trigger-menu-on-click,
.um-form .um-header.no-cover .um-profile-photo {
  margin: unset !important;
}

.um-profile-nav {
  background: #fff !important;
  display: flex !important;
  justify-content: space-around !important;
}

.um-profile-nav .um-profile-nav-item a {
  color: var(--primary) !important;
  background: #F9F9F9 !important;
  padding: 10px 20px !important;
}

.um-profile-nav .um-profile-nav-item a:hover {
  border: 1px solid var(--primary)!important;
}

.um-profile-nav .um-profile-nav-item.active a {
  color: var(--primary) !important;
  background: #DADAFF !important;
  border: 1px solid var(--primary) !important;
}

.um-profile-nav .um-profile-nav-item.active a:hover {
  color: var(--primary) !important;
}

.um-profile .um-profile-body {
  max-width: unset !important;
}

.um-header.no-cover {
  border-bottom: none;
}

.ideas-container > #posts {
  margin-top: .5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.ideas-container > #posts > #no-posts {
  text-align: center;
  margin-top: 2rem;
}

.ideas-container > #posts > img#loading {
  margin: auto !important;
  margin-bottom: 200px !important;
}

.idea-box {
  border: 1px solid black;
}

.registered-on {
  margin: 0;
}

.registered-on,
.um-meta-text {
  display: flex;
}

div.um-profile-body.main.main-default
  > div.um-col-alt
  > div.um-left.um-half
  > input {
  background: #662d91 !important;
  transition: all ease 0.2s;
}

div.um-profile-body.main.main-default
  > div.um-col-alt
  > div.um-left.um-half
  > input:hover {
  background: #505050 !important;
}

.um-profile-headericon a:hover,
.um-profile-edit-a.active {
  color: #662d91 !important;
  transition: all ease 0.2s;
}


/* User profile img and main info on top */

.um-82.um .um-profile-photo a.um-profile-photo-img {
  height: 140px !important;
  width: 140px !important;
}

.um-main-meta .um-name a {
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #0B0B0B !important;
}

.um-main-meta .um-name p {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #848586 !important;
}

@media (max-width: 575.98px) {
  body div.uimob500 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
    width: 80px !important;
    height: 80px !important;
  }

  body div.uimob500 .um-header.no-cover .um-profile-photo {
    width: 80px !important
  }

  body div.uimob340 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
    width: 60px !important;
    height: 60px !important;
  }

  body div.uimob340 .um-header.no-cover .um-profile-photo {
    width: 60px !important
  }

  .um-main-meta .um-name a {
    font-size: 24px !important;
  }
  
  .um-main-meta .um-name p {
    font-size: 16px !important;
  }

  div.uimob340 .um-main-meta .um-name a {
    font-size: 20px !important;
  }
  
  div.uimob340 .um-main-meta .um-name p {
    font-size: 14px !important;
  }


}
@media (min-width: 576px) and (max-width: 767.98px) {
  div.uimob960 .um-profile-photo a.um-profile-photo-img{
    top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body div.uimob960 .um-profile-photo a.um-profile-photo-img{
    top: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
}

