.over-f {
    overflow: visible;
}

.btn-edit:hover {
    background-color: light-grey;
}

.icc {
    position: absolute;
    top: 19px;
    margin-left: 19px;
}

.icc:hover {
    color: #7cc523;
    fill: #7cc523;
}

svg.icc {
    margin-block: -7px;
    width: 25px;
    height: 25px;
    margin-left: 0px;
}

.icon {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 16px;
}
.dispf {
    justify-content: space-between;
}

#tb a {
    text-decoration: none;
    color: black;
    font-size: large;
    padding-left: 0px;
    font-size: 15px;
}

#tb a:hover {
    text-decoration: none;
    color: #7cc523;

}

.icon :hover {
    text-decoration: none;
    color: #7cc523;
}

.profile {
    padding-top: 64px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 900;
    padding-bottom: 20px;
}

.prof {
    width: 300px;
    height: 260px;
    padding: 3px;
}

.grey1 {
    color: #71767F;
}

.blue {
    color: rgb(6, 176, 206);
    padding-left: 5%;
}

.pad-ac {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 40px;
}

.bor-rad {
    border-radius: 28px !important;
}

.paa {
    padding-top: 19px;
    margin-left: 12px;
}

.pa {
    padding-left: 30px;

}

.pp {
    padding: 5px;
}

element.style {}

.btnpad {
    padding-top: 59px;
    padding-bottom: 22px;
}

.secu {
    padding: 0%;
    /*background-color: rgba(248, 248, 248, 0.973);*/
    border-radius: 3PX;
    width: 200px;
    font-size: small;
    text-align: start;

}

.sideicons {
    flex: 0 0 auto;
    width: 23%;
}

.h6,
h6 {
    /* font-size: 1rem; */
    font-size: .875rem;
}

.private {

    padding-top: 22px;
}

.h5,
h5 {
    font-size: 1rem;
    font-family: "sharp-grotesk-medium-20";
}

.disf {

    display: flex;

}

.card {


    padding: 10px !important;
    box-shadow: 0px -2px 18px 5px #eceaea !important;

}

.card {
    border-radius: 16px;
}

.profile {
    font-family: "grotesk-bold" !important;
}

/* .bo{
 font-weight: 900;
 font-size: 23px;
}
  */

.padd-ac-up {
    padding-bottom: 10px;
    padding-left: 23px;
}

.btn-postion {
    right: 72px;
    position: absolute;
}

.btn:hover {
    color: #7cc523;

}

.ic {
    padding-right: 10px;
}

@media only screen and (max-width: 600px) {

    .info {
        display: none;
    }


}

@media (width: 400px) {

    .info {
        width: 226px;
        height: 215px;
    }

    .card {
        width: 100% !important;
    }

}