.client_details_all{
padding: 0 5%;
}
.client_title {
    margin-top: 50px;
}
.client_forms{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.client_forms input{
    height: 50px;
    width: 100%;
    padding-left: 2%;
}

.client_submit button{
    width: 100%;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-family: "Caudex", serif;
    background-color: #010080;
    border: none;
    color: #fff;
}

.profile_all {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

#img-preview {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-block: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#file-input {
    display: none;
}

.label {
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    background-color: #010080;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
}

.proff{
    height: 30px;
    width: 30px;
    border: 1px solid;
}