#ppic {
  height: 300px;
  width: 300px;
  border-radius: 30px 30px 0 0;
}

.border {
  border-radius: 40px;
  border-color: rgb(173, 173, 173);
  border-width: 5px;
  border-style: solid;
}

#s90 {
  width: 300px;
  height: 20px;
}

#s89 {
  width: 315px;
  height: 355px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#s88 {
  height: 340px;
}

#profilePic {
  color: transparent;
  width: 100px;
  height: 30px;
}

#s91 {
  height: 35px;
  width: 95px;
  cursor: pointer;
  background-color: #ff7268;
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 0 0 30px 0;
}

.custom-file-upload {
  height: 35px;
  line-height: 35px;
  width: 200px;
  cursor: pointer;
  background-color: #d3d3d3; /* Green */
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 0 0 0 30px;
}

.custom-file-upload:hover {
  background-color: #c2c2c2;
}

#s91:hover {
  background-color: #ff5246;
}

#main_profile {
  display: flex;
  position: relative;
}

#left_side {
  width: 330px;
  position: relative;
}

#left_side::before {
  content: "";
  position: absolute;
  top: 400px; /* Center the border */
  bottom: 20px; /* Center the border */
  right: 0;
  border-right: 2px solid var(--main-color); /* Adjust color and thickness as needed */
}

#right_side {
  flex-grow: 1;
  padding-left: 20px;
  position: relative;
}

.h1 {
  margin-bottom: 2px;
  padding-left: 20px;
}

.h2 {
  color: var(--main-color);
  margin-top: 0px;
  font-size: 15px;
  padding-left: 20px;
}

.s {
  color: rgb(255, 0, 0);
}

.uu1 .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 95%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.uu1:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.uu1 {
  height: 60px;
  width: 60px;
  padding: 6px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.uu2 {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-color: var(--main-color);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

#prize {
  background-color: goldenrod;
}

.uu2:hover {
  background-color: var(--main-color-hover);
}

.uu {
  display: flex;
  flex-wrap: wrap;
}

.uu {
  position: relative;
  padding-bottom: 15px;
}

.uu:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 40px;
  border-bottom: 2px solid var(--main-color); /* Adjust color and thickness as needed */
}

#name_ {
  margin-bottom: 0px;
}

.dot {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 3px;
}

#prikker_div {
  padding-left: 23px;
}

#ajs72 {
  height: 0px;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 750px) {
  #right_side {
    position: relative;
    margin-top: 360px;
    padding-bottom: 500px;
  }

  #right_side::before {
    content: "";
    position: absolute;
    bottom: 430px; /* Center the border */
    right: 100px;
    left: 100px;
    border-bottom: 2px solid var(--main-color); /* Adjust color and thickness as needed */
  }

  #s89 {
    margin-left: calc(50% - 163px);
  }

  #ajs72 {
    /*height:calc(100% - 400px);*/
    height: 100%;
  }

  #left_side::before {
    content: "";
    position: absolute;
    top: 400px; /* Center the border */
    bottom: 20px; /* Center the border */
    right: 0;
    border-right: 0px solid var(--main-color); /* Adjust color and thickness as needed */
  }

  #left_side {
    margin-bottom: 40px;
    position: absolute;
    height: calc(100% - 820px);
    width: 100%;
  }
}