.profile-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 40vh;
}
.profile-image-cont{
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-image{
    height: 250px;
    width: 250px;
    border-radius: 50%;
    border: 2px solid rgb(141, 0, 169);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-image span{
   font-size: 13rem;
   color: #fff;
}
.profile-basic-data-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.edit-basic-data-container{
    align-items: start;
}
.profile-basic-data-container button,.profile-basic-data-container a{
    padding: 0.5rem 0.75rem;
  cursor: pointer;
  color: var(--fg);
  background: linear-gradient(#261a39, #261a39) padding-box,
    linear-gradient(to right, #00e5bc, #fb49ff) border-box;
  border-radius: 0.5rem;
  border: 0.15rem solid transparent;
  transition: all 0.3s ease-in-out;
}
.profile-basic-data-container button:hover,.profile-basic-data-container a:hover{

  background: linear-gradient(#261a39, #261a39) padding-box,
    linear-gradient(to right, #fb49ff, #00e5bc) border-box;
 
}
.profile-hr-bar{
    height: 3px;
    width: 100%;
    margin: 2rem auto;
    background-color: rgb(67, 67, 67);
    border-radius: 3px;
}
.skill-details-container{
    height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.skill-conainer{
    width: 100%;
}
.skill-card{
    max-height: 42vh;
    width: 98%;
    margin: auto;
    border-radius: 8px;
    box-shadow:  0 0 10px rgba(255, 255, 255, 0.6),
    0 0 20px rgba(255, 255, 255, 0.6);
    padding: 20px 20px 20px 30px;
}
.skill-head{
    /* width: auto; */
    border-radius: 4px;
    /* padding: 20px; */
    padding: 0.5rem 0.75rem;
    background: linear-gradient(#261a39, #261a39) padding-box,
    linear-gradient(to right, #00e5bc, #fb49ff) border-box;
    border: 0.15rem solid transparent;
    display: inline-block;
}
.skill-head h1{
    font-size: 2rem;
}
.skill-data{
    display: flex;
    justify-content: center;
    gap: 3px;
    align-items: center;
}
.skill-bar{
    height: 18px;
    width: 200px;
    /* color: #000000;
    background-color: aqua;
    font-size: 14px;
    text-align: center;
    border-radius: 8px; */
    position: relative;
}
.color-bar{
    height: 18px;
    width: var(--i);
    color: #000000;
    background-color: aqua;
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
}
.non-color-bar{
    height: 18px;
    width: 200px;
    /* color: #000000; */
    background-color: rgb(133, 133, 133);
    /* font-size: 14px; */
    /* text-align: center; */
    border-radius: 8px;
}
.he-main{
    border-left: 0.125rem solid var(--bg-alt-light);
    height: max-content;
}
.edu-details-container,.skill-Wallet-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.edu-card,.skill-Wallet{
    min-width: 30% !important;
    max-width: 330px !important;
    width: unset !important;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    /* box-shadow: -2px -2px 20px rgba(0, 0, 0, 0.1); */
    padding: 20px;
    /* width: 22%; */
    text-align: center;
}
.edu-card p,.skill-Wallet p{
    font-size: 16px !important;
    color: #666 !important;
    margin-bottom: 10px !important;
}
.edu-card .edu-level,.skill-Wallet .skill-Wallet-level{
    font-size: 14px !important;
    color: #333 !important;
    margin-bottom: 10px !important;
    color: #27ae60 !important;
    font-weight: bold !important;
    border-bottom: 3px solid #8d8d8d29;
    border-radius: 2px;
    padding-bottom: 15px;
    max-width: 78%;
    margin: auto;
}
.edu-card .college-name,.skill-Wallet .skill-Wallet-type{
    font-size: 16px !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}
.edu-card:hover ,.skill-Wallet:hover {
    transform: translateY(-5px);
    transition: transform 0.3s;
}
.profile-det-btn{
    display: flex;
    gap: 10px;
}
.main-close{
    float: right;
}
.edit-hr{
    border-top: 1px solid rgb(255 255 255);
}
.skill-present-cont .head,.edu-present-head,.summery-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.skill-present-cont .head span,.edu-present-head span,.summery-head span{
    font-size: 22px;
    font-weight: 600;
}
.skill-present-cards,.edu-present-cards{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
/* .edu-present-cards{
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
} */
.skill-present-card{
    display: flex;
    justify-content: space-between;
    min-width: 30%;
    max-width: 300px;
    border: 1px solid #8d8d8d29 ;
    padding: 20px;
    transition: all .5s ease-in-out;
}
.edu-present-card{
    min-width: 30%;
    max-width: 300px;
    border: 1px solid #8d8d8d29 ;
    padding: 20px;
    transition: all .5s ease-in-out;
    position: relative;
}
.skill-present-card:hover,edu-present-card:hover{
    transform: scale(1.02);
}
.skill-present-card-btn button{
    font-size: 12px;
}
.edu-action-btn{
    display: flex;
    justify-content: end;
}
.edu-got-year{
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #00e5bc;
    color: #000;
    display: inline-block;
    position: relative;
    left: -12%;

}
.edu-present-card p{
    font-size: 14px;
}
.modal h3, .modal label{
    color: #000!important;

}
.modal-header{
    border-bottom: 1px solid #001020;
}
.user-skill-card{
    border-radius: 8px;
    /* padding: 0.5rem 0.75rem; */
    background: linear-gradient(rgb(141, 0, 169), rgb(141, 0, 169)) padding-box,
    linear-gradient(to right, #00e5bc, #fb49ff) border-box;
    border: 0.15rem solid transparent;
    width: 400px;
}
.user-skill-card-hr{
    border-top: 1px solid rgba(17, 17, 17, 0.936);
    margin: 7px 0;
}
.user-skill-card-head{
    height: 50px;
    padding: 0 1rem;
    padding-right: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.user-card-profile-image{
    height: 40px;
    width: 40px;
    /* display: inline-block; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;

}
.user-card-profile-image i{
    /* color: #000; */
    font-size: 24px;
    /* margin-top: 10px; */
}
.user-skill-card-head a{
    color: #fff;
}
.user-skill-card-head a i{
    font-size: 24px;
}
.user-skill-card-content{
    background: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 1rem;
}
.summery-input{
    display: flex;
    flex-direction: column;
}