@import url(common.css);

/* PROFILE */
#profile
  {background-color: rgb(255, 234, 116); /* #E3EBE6 */
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  }
svg.star
  {position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  }
svg.star circle, svg.star path
  {fill: rgb(230, 180, 0);
  stroke: rgb(230, 180, 0);
  color: rgb(255, 234, 0);
  }
#profile .container
  {display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  border: 1px solid #000;
  width: 85%;
  padding: 30px;
  border-radius: 30px;
  background-color: beige;
  }

#profile .text
  {z-index: 100;
  margin-left: 20px;
  width: 50%;
  }
#profile .text .info
  {background: rgba(240, 168, 0, 0.929);
  color: #fff;
  border-spacing: 10px;
  padding: 20px;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
  font-size: 1.2rem;
  }
#profile .text .detail-info
  {border-spacing: 10px;}
#profile .text .detail-info .last-table
  {padding-bottom: 20px;}
#profile .info tr
  {height: 30px;}
#profile .info tr td:nth-child(1)
  {width: 30%;
  font-weight: bold;
  }
#profile .info tr td:nth-child(2)
  {width: 70%;}
#profile .detail-info tr td:nth-child(1)
  {width: 15%;
  }
#profile .detail-info tr td:nth-child(2)
  {width: 85%;
  }
#profile .detail-info .info-title
  {font-size: 1.2rem;
  vertical-align: top;
  }
#profile .photoskills
  {z-index: 100;
    display: flex;
    /* border: 1px solid #000; */
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
#profile .photoskills .profile
  {width: 40vw;
  height: 60vh;
  z-index: 1;
  /* border: 1px solid #000; */
  }
#profile .photoskills canvas
  {margin: auto;
  /* width: 70%; */
  /* border: 1px solid #000; */
  }
#profile .photoskills ul
  {display: flex;
  justify-content: space-around;
  top: 0;
  /* border: 1px solid #000; */
  }
  #profile .sublogo 
  {width: 35vw;
  /* border: 1px solid #000; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 ;
  }
#profile .sublogo li
  {/* border: 1px solid #666; */
    background-color: rgba(255, 255, 255, 0.884);
  padding: 10px;
  border-radius: 10px;
  }
#profile .sublogo li img
  {height: 30px;
  }
#profile ul svg
  {width: 30px;
  height: 30px;
  display: block;
  }