/* body{
    background-color: -webkit-linear-gradient(left, #3931af, #00c6ff);
    background-color: linear-gradient(left, #3931af, #00c6ff);
} */

.single-userdetails-section .container.user-block {}

.single-userdetails-section .container .profile-work p {
    color: black !important;
    font-weight: bold;
}

.single-userdetails-section .row {
    margin-top: 0px !important;
}

.single-userdetails-section .profile-edit-btn {
    border: 0px;
    background-color: #fb1b26;
    color: #fff;
}

.single-userdetails-section .emp-profile {
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    /* background: #fff; */
    background: #ffffa85e;
}

.single-userdetails-section .profile-img {
    text-align: center;
}

.single-userdetails-section .profile-img img {
    width: 70%;
    height: 100%;
    background: white;
}

.single-userdetails-section .profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}

.single-userdetails-section .profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.single-userdetails-section .profile-head h5 {
    color: black;
    font-weight: bold;
}

.single-userdetails-section .profile-head h6 {
    color: black;
    font-weight: bold;
}

.single-userdetails-section .profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    background-color: #fb1b26;
    color: #fff;
    cursor: pointer;
}

.single-userdetails-section .proile-rating {
    font-size: 12px;
    color: black;
    font-weight: bold;
    margin-top: 5%;
}

.single-userdetails-section .proile-rating span {
    color: black;
    font-weight: bold;
    font-size: 15px;
    font-weight: 600;
}

.single-userdetails-section .profile-head .nav-tabs {
    margin-bottom: 5%;
}

.single-userdetails-section .profile-head .nav-tabs .nav-link {
    font-weight: 600;
    border: none;
}

.single-userdetails-section .profile-head .nav-tabs .nav-link.active {
    border: none;
    color: black;
    font-weight: bold;
}

.single-userdetails-section .profile-work {
    padding: 14%;
    margin-top: -15%;
}

.single-userdetails-section .profile-work p {
    font-size: 12px;
    color: black;
    font-weight: bold;
    font-weight: 600;
    margin-top: 10%;
}

.single-userdetails-section .profile-work span {
    color: black;
    font-weight: bold;
}

.single-userdetails-section .profile-work a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-weight: 600;
    font-size: 14px;
}

.single-userdetails-section .profile-work ul {
    list-style: none;
}

.single-userdetails-section .profile-tab label {
    font-weight: 600;
    font-weight: bold;
}

.single-userdetails-section .profile-tab p {
    font-weight: 600;
    color: black;
    font-weight: bold;
}

.single-userdetails-section label,
.single-userdetails-section p,
.single-userdetails-section h5 {
    color: black;
    font-weight: bold;
}