@import url("https://fonts.googleapis.com/css2?family=Tajawal&display=swap");
.circle-over {
  width: 750px;
  height: 750px;
  background: #1699A7;
  border: rgba(255, 255, 255, 0.5) 20px solid;
  position: absolute;
  top: -334px;
  left: -380px;
  border-radius: 500px;
  z-index: -3;
}

.profile-pic {
  width: 220px;
  height: 220px;
  background-size: cover;
  background-position: center;
  border-radius: 150px;
  position: relative;
  margin-left: auto;
}

.profile-pic .plus {
  position: absolute;
  bottom: 8px;
  right: 8px;
  height: 50px;
}

.profile-info-box {
  padding-top: 10px;
}

.profile-info-box .name {
  font-size: 32px;
  color: #1699A7;
  font-weight: bold;
  margin: 0;
}

.profile-info-box .phone-box {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-info-box .phone-box p {
  width: 100%;
  margin: 0;
}

.profile-info-box .phone-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color: #444;
}

.profile-info-box .phone-box a img {
  height: 20px;
  margin: 0 5px;
}

.profile-info-box .follows img {
  height: 17px;
  margin: 0 5px;
  vertical-align: middle;
}

.contact-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 50px 8%;
}

.contact-box a {
  width: 70px;
  height: 70px;
  background: #1699A7;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1%;
  position: relative;
  vertical-align: middle;
}

.contact-box a img {
  width: 36px;
}

.contact-box a p {
  color: #1699A7;
  position: absolute;
  bottom: -55px;
  font-size: 18px;
  text-align: center;
  right: 0;
  left: 0;
  font-weight: bold;
}

.side-links {
  background: #FCFCFC;
  border: #B8B8B8 1px solid;
  border-radius: 0 50px 0 0;
  padding: 22px 0;
  position: absolute;
  width: 100%;
  left: -9%;
  height: 100%;
}

.side-links li {
  padding: 7px 0;
}

.side-links li a {
  cursor: pointer;
  color: #222;
  padding: 8px 0px;
  display: block;
  width: 91%;
}

.side-links li a img {
  vertical-align: middle;
  width: 25px;
  margin: 0 25px;
}

.side-links li a.active {
  background: #1699A7;
  border-radius: 0 50px 50px 0;
  color: #fff;
}

.posts-box .pro-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
  margin-bottom: 75px;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}

.posts-box .pro-item .img {
  border-radius: 10px 0 0 10px;
  width: 230px;
  height: 164px;
  background-size: cover;
  background-position: center;
}

.posts-box .pro-item .content {
  border-radius: 0 10px 10px 0;
  padding: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
  background: #fff;
}

.posts-box .pro-item .name {
  margin: 0;
  font-size: 23px;
  color: #222;
  font-weight: bold;
}

.posts-box .pro-item .desc {
  font-size: 16px;
  color: #444;
  height: 44px;
  overflow: hidden;
}

.posts-box .pro-item .like-cmnt {
  padding: 1px 8px;
  display: inline-block;
  border-radius: 50px;
  border: #B8B8B8 1px solid;
}

.posts-box .pro-item .like-cmnt img {
  height: 15px;
}

.posts-box .pro-item .like-cmnt span {
  margin: 0 8px;
  font-size: 16px;
  line-height: 0;
  color: #222;
}

.posts-box .pro-item .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.posts-box .pro-item .flags-box span {
  border-radius: 50px;
  padding: 3px 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.posts-box .pro-item .flags-box span img {
  vertical-align: middle;
  margin: 0 3px;
}

.posts-box .toolbar-box {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
  border: #E4E4E4 1px solid;
  bottom: -50px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: -1;
}

.posts-box .toolbar-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  color: #222;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.posts-box .toolbar-box a span {
  white-space: nowrap;
}

.posts-box .toolbar-box a img {
  height: 20px;
  vertical-align: middle;
  margin: 0 3px;
}

.posts-box .toolbar-box a.red {
  color: #F44336;
}

.posts-box.my-fav .pro-item {
  margin-bottom: 27px;
}

.posts-box.my-fav .toolbar-box {
  width: auto;
  left: unset;
  right: 0;
  bottom: 0;
  z-index: 5;
  border: none;
}

.posts-box.my-fav .toolbar-box a {
  padding-right: 15px;
  padding-left: 15px;
}
/*# sourceMappingURL=profile.css.map */