body{
  font-family: 'museo-sans';
}

html{
    font-family: 'museo-sans';
}


.user-info-box{
  position: fixed;
  z-index: 200;
  left: 45%;
  top: 190px;
  height: 350px;
  background-color: white;
  width: 40%;
  margin: auto;
  box-shadow: 1px 1px 4px 1px rgba(204, 204, 204, 0.29);
}

.right-img-box .hover-img-wrap{
  width: 100%;
  overflow: hidden;
}

.right-img-box .hover-img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boxes-wrap{
  display: flex;
  flex-direction: row;
}

.right-img-box{
  flex:2;
      position: relative;
}

.left-info-box{
  flex:3;
}

.rounded-hover-img{
  width: 100%;
  height: 100%;
}

.rounded-hover-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.friend-info {
    color: rgba(65, 65, 65, 0.69);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'museo-sans';
}

#friend-mood-age {
    margin-right: 5px;
    margin: 0 auto;
}

.dot {
  width: 5px;
  height: 5px;
  background: #E62739;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

#usr-info {
    margin-right: 5px;
}

.gender-icon {
    font-size: 15px;
}

.friend-city {
    color: rgba(65, 65, 65, 0.69);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    font-family: 'museo-sans';
}
.friend-location {
    font-size: 14px;
    margin-right: 2px;
    color: #E62739;
}

.user-location {
  font-size: 14px;
  margin-right: 2px;
  text-align: center;
  color: #757575;
  font-weight: 300;
}

.user-name{
  text-align: center;
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 3px !important;
}

.user-more-info-box{
  width: 90%;
  margin: auto;
  display: block;
  text-align: center;
  padding-left: 30px;
}

.one-info-box{
  margin-bottom: 0px;
  width: 40%;
  display: inline-block;
  margin-right: 20px;
}

.category-name{
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 5px !important;
    font-size: 11px !important;
    text-align: left;
    font-weight: 900 !important;
    color: #DADADA !important;
    font-family: 'museo-sans' !important;
}

.user-info{
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #797979;
    font-family: 'museo-sans';
    line-height: 26px;
    width: 90%;
    margin-bottom: 5px;
}

.icons-btns{
  position: absolute;
  top: 30px;
  right: -25px;
  display: flex;
  flex-direction: column;
}

.circle-btn{
  background-color: white;
  border: none;
  padding:  8px 10px;
  font-size: 18px;
  border-radius: 50%;
      margin-bottom: 10px;
      height: 40px;
}

.add-user{
  color:#3cb5d0;
}


.winks-btn{
  font-size: 20px;
  color:#ffbe0d;
}

.send-msg-icon{
  color:#3cb5d0;
}

.see-full-profile{
    background-color: white;
      border: 1px solid #3cb5d0;
      border-radius: 25px;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 11px;
      color: #3cb5d0;
      padding: 9px 15px;
      margin: auto;
      text-align: center;
      position: relative;
      display: block;
      margin-bottom: 15px;
          margin-top: 10px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #f7f7f7;
  position: absolute;
  top: -12px;
  left: 50%;
}

@media screen and ( max-width: 1150px){
  .user-info-box{
    width: 55%;
  }
}

@media screen and ( max-width: 840px){
  .user-info-box{
    width: 75%;
  }
}


@media screen and ( max-width: 640px){
  .user-info-box{
    width: 90%;
  }
}

@media screen and ( max-width: 550px){
  .boxes-wrap {
    flex-direction: column;
  }

  .icons-btns {
    position: absolute;
    top: auto;
    right: auto;
    display: flex;
    flex-direction: row;
    bottom: -25px;
    position: relative;
    text-align: center;
    display: block;
    margin-top: -55px;
  }
  .right-img-box {
    flex: 1;
    height: 185px;
  }
  .user-info-box {
    height: auto;
  }
}
