.head-update-profile {
    height: 60px;
    padding-top: 16px;
    font-size: 20px;
    font-weight: bolder;
    text-shadow: 3px 3px 3px black;
    color: white;
    background: white;
    background: -webkit-linear-gradient(left, #6699FF, white);
    background: -o-linear-gradient(right, #6699FF, white);
    background: -moz-linear-gradient(right, #6699FF, white);
    background: linear-gradient(to right, #6699FF, white);
}

.label-input {
    font-size: 13px;
    color: gray;
    margin-left: 5px;
    margin-bottom: -10px;
}

.body-profile {
    height: 400px;
    margin-bottom: 20px;
    padding-top: 80px !important;
    padding: 2%;
    margin-top: 10px;
    background-color: #0B0B3B;
    /* background: -webkit-linear-gradient(#0B0B3B, white);
    background: -o-linear-gradient(#0B0B3B, white);
    background: -moz-linear-gradient(#0B0B3B, white);
    background: linear-gradient(#0B0B3B, white); */
}

.bg-profile {
    min-height: 500px;
    background-color: white;
    border-radius: 10px;
    box-shadow: lightgrey 3px 5px 15px;
    margin-bottom: 40px;
}

.profile-image-box {
    min-height: 500px;
    padding: 2%;
}

.image-profile {
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
    /* height: 465px; */
}

.upload-image-profile {
    width: 100px;
    height: 20px;
    margin-left: 23px;
}

.member-address {
    height: 100px;
    color: gray;
    font-size: 14px;
}

.upload-image-text-profile {
    /* width: 100px !important; */
    height: 15px;
    margin-top: -14px;
    margin-left: 30px;
    width: 100px;
    background-color: transparent !important;
    border: transparent;
    font-size: 10px;
    color: gray;
    font-weight: bold;
    text-align: right;
}

.box-profile {
    border: lightgray solid thin;
    box-shadow: 2px 4px 3px lightgray;
}

.input-profile {
    width: 100%;
    height: 40px;
    background-color: white;
    color: darkslategrey;
    border-color: transparent;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 16px;
    border: lightgrey solid thin;
}

.head-parent-profile {
    font-size: 20px;
    font-weight: bold;
}

.detail-parent-profile {
    min-height: 300px;
    margin-bottom: 20px;
    padding-top: 10px;
    border: gray 1px;
    border-style: dashed;
    padding: 3%;
}

.main-company-head {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 20px;
    color: #0B0B3B;
    text-shadow: lightgrey 2px 2px 2px;
}

.main-company-text {
    font-weight: bold;
    font-size: 28px;
    text-shadow: 2px 2px 2px white;
}

.detail-subcompany-profile {
    min-height: 700px;
    background: white;
    margin-bottom: 20px;
    padding-top: 10px;
}

.input-profile:focus {
    outline: none;
    border: gray solid thin !important;
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.box-input-profile {
    margin-bottom: 5px;
}

.box-map-profile {
    margin-bottom: 21px;
    min-height: 300px;
}

.options-height {
    font-size: 18px;
}

.username {
    font-size: 26px;
    font-weight: bold;
    text-shadow: 2px 2px 2px white;
}

.user-detail {
    font-size: 16px;
    color: darkslategrey;
    margin-bottom: 20px;
}

.sub-company-text {
    font-weight: bold;
    font-size: 18px;
    text-shadow: 2px 2px 2px white;
    margin-bottom: 20px;
}

.subcompany-user-detail {
    font-size: 14px;
    color: darkslategrey;
    margin-bottom: 18px;
}

.edit-profile {
    color: darkslategrey;
    font-size: 12px;
    line-height: 25px;
    margin-top: 100px;
}

.top-email {
    font-weight: bold;
    font-size: 12px;
    word-wrap: break-word;
}

.upload-btn-profile {
    width: 100%;
}

.modal-change-password {
    display: none;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.9);
}

.modal-change-password2 {
    display: none;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.9);
}

.modal-content-change-password {
    background-color: #fefefe;
    margin: 10% auto;
    /* 2% from the top and centered */
    padding: 20px;
    border: 1px solid lightgrey;
    width: 50%;
    min-height: 400px;
}

.close-change-password {
    color: #aaa;
    z-index: 1;
    font-size: 28px;
    font-weight: bold;
    margin-left: 98%;
    margin-top: -15px;
}

.close-change-password:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.change-password-box {
    min-height: 330px;
    border: lightgrey solid thin;
}

.error-change {
    margin-left: -10px;
    display: none;
    margin-top: 10px;
    margin-bottom: -20px;
}

@media screen and (max-width: 992px) {
    .modal-content-change-password {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .row-sm {
        width: 90%;
    }
    .img-profile {
        margin-top: -430px !important;
    }
    .body-profile {
        height: 450px;
        padding-top: 20px !important;
    }
    .input-profile {
        font-size: 12px;
    }
    .upload-btn-profile {
        font-size: 12px;
    }
    .label-input {
        font-size: 12px;
    }
    .edit-profile {
        margin-top: 40px;
    }
    .modal-content-change-password {
        width: 90%;
        margin-top: 10% auto;
    }
}