
.modal::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
}
.modal::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 8px;
}
.modal::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.modal {
  z-index: 1;
  width: 100%;
  overflow: scroll;
  padding-bottom: 2em; 
  max-height: 100%;
}

.modal-content {
  padding: 20px;
  border: none;
  width: 100%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.wrapper {
  width: 100%;
  display: flex;
  border-radius: 20px;
  background: #042c54;
}

.wrapper .left {
  width: 50%;
  background: linear-gradient(to right, #01a9ac, #01dbdf);
  padding: 30px 25px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
  color: #fff;
}

.wrapper .left img {
  border-radius: 5px;
  width: 100%;
}

.wrapper .left h4 {
  margin-bottom: 1px;
}

.wrapper .left p {
  font-size: 12px;
}

.wrapper .right {
   width: 100%;
  background: #fff;
  padding: 30px 25px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.wrapper .right .info,
.wrapper .right .projects {
  margin-bottom: 25px;
}

.wrapper .right .info h3,
.wrapper .right .projects h3 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e0e0;
  color: #353c4e;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.wrapper .right .info_data,
.wrapper .right .projects_data {
  display: flex;
  justify-content: space-between;
}

.wrapper .right .info_data .data,
.wrapper .right .projects_data .data {
  width: 45%;
}

.wrapper .right .info_data .data h4,
.wrapper .right .projects_data .data h4 {
  color: #353c4e;
  margin-bottom: 5px;
}

.wrapper .right .info_data .data p,
.wrapper .right .projects_data .data p {
  font-size: 13px;
  margin-bottom: 10px;
  color: #919aa3;
}

.wrapper .social_media ul {
  display: flex;
}

.wrapper .social_media ul li {
  background: linear-gradient(to right, #01a9ac, #01dbdf);
  margin-right: 10px;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
}

.wrapper .social_media ul li a {
  color: #fff;
  display: block;
  font-size: 18px;
}

.p_skills {
  padding: 10px;
  min-width: 110px;
  display: flex;
  align-items: center;
  background: #c8cace;
  border-radius: 25px;
  justify-content: space-around;
  font-size: 18px;
}
.data {
  width: 100% !important;
}
#res_skills {
  display: flex;
  width: 100%;
  column-gap: 3%;
  overflow: scroll;
}


#res_skills::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  border-radius: 8px;
}
#res_skills::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 8px;
}
#res_skills::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

#res_clientName {
  color: #fff;
}

span {
  color: black;
}

i {
  color: #000;
}

#res_description {
  color: #000;
}