.bg-none {
    height: 750px;
}

/* Account-setting */
.form-setting {
    padding: 20px;
    margin: 10px;
}

.sub-menu1 {
    top: 100%;
    right: 10%;
    width: 320px;
    transition: max-height .5s;
}

.bd-setting {
    background-color: #eee;
    border-radius: 20px;
    padding: 10px 0;
}

.bd-setting label {
    color: #1E1E1F;
}

.sub-dropdown1 {
    padding: 20px;
    margin: 10px;
}

.sub-menu-link1 {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #474747;
    padding: 10px;
    margin: 10px;
}

.sub-menu-link1:hover {
    transition: 0.2s;
    transform: translate(20px);
}

.sub-menu-link1 .border-customize1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    padding: 8px;
    margin-right: 15px;
    color: #474747;
}

.sub-menu-link1 .icon-color {
    color: #fff;
}

.sub-menu-link1 p {
    margin: auto;
    width: 100%;
}

.sub-menu-link1 span i {
    transition: transform .5s;
}

.sub-menu-link1:hover span {
    transform: translateX(5px);
}

.sub-customize1 {
    color: #fff;
    background-color: #ff8e14;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}

.pd-3-top {
    margin-top: 35px;
}

.pd-3 {
    padding: 0 50px;
}

.pd-3-bt {
    margin-bottom: 35px;
}

.personal-info {
    margin: 50px 0 0 50px;
}

.profile-container {
    /* position: relative; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-left: 40px;
    /* margin-top: 40px; */
}

.label-input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    background-color: #ff8e14;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hidden file input */
#profileInput {
    display: none;
}

.overlay1 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    /* display: none; */
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* background: linear-gradient(to right, #F4A261, #FFC52D); */
    opacity: 0;
    z-index: 999;
}

.profile-image:hover .overlay1 {
    opacity: .7;
}

.fa-camera {
    z-index: 1000;
    color: white;
    font-size: 24px;
}