.section { -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06); }
.layout-spacing {
    padding-bottom: 25px;
}
.form-control {
    padding: 8px 8px;   
}
.profile-edit-left {
    width: 30%;
    padding: 0 10px 20px 0px;
    position: relative;
    text-align: center;
}
.profile-edit-right {
    margin: 0px 0 0rem 25px;
    padding: 0px 0 0rem 10px;
    width: 70%
}
/* PROFILE EDIT LEFT */
.profile-edit-left::before {
    border-right: 5px solid #f5f6f8;
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    bottom: -1.5rem;
}
.profile-edit-left .nav-pills a {
    text-align: left !important;
    color: #6c757d;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    position: relative;
    border-radius: 6px;
    transition: all ease 0s;
}
.profile-edit-left .nav-pills a:hover {
    color: #6c757d;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    position: relative;
    background-color: #edf2fd;
    border-radius: 6px;
    transition: all ease 0.4s;
}
.profile-edit-left .nav-pills .nav-link.active{
    color: #fff;
    background: transparent;
    color: #2262c6 !important;
    font-weight: 700;
    transition: all ease 0.1s;
}
.profile-edit-left .nav-pills .nav-link.active:hover{
    color: #6c757d;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    position: relative;
    background-color: #edf2fd;
    border-radius: 6px;
    transition: all ease 0.4s;
}
.profile-edit-left .nav-pills a i{
    font-size: 17px;
    margin-right: 5px;
}
.img-thumbnail .dropify-wrapper {
    margin: 0 auto;
}
.form-group{
    position: relative;
}
.blockui-growl-message {
    display: none;
    text-align: left;
    padding: 15px;
    background-color: #8dbf42;
    color: #fff;
    border-radius: 3px;
}
.blockui-growl-message i {
    font-size: 20px;
}
.general-info .info h6, .about .info h5, 
.work-platforms .info h5, .contact .info h5,.social .info h5,
.skill .info h5, .edu-experience .info h5, .work-experience .info h5 {
    color: #3b3f5c;
    margin: 4px 8px 40px 8px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
/* General Infomation */
.general-info {
    /*background-color: #fff;*/
    border-radius: 6px;
}
.general-info .info { padding: 0px; }
.general-info .save-info { padding: 20px; }
.general-info .info .form { width: 100%; }
.general-info .info .upload { border-right: 1px solid #ebedf2; }
.general-info .info .upload p {
    font-size: 14px;
    font-weight: 600;
    color: #1b55e2;
}
.general-info .info .upload p i {
    font-size: 22px;
    color: #1b55e2;
    vertical-align: middle;
}
.general-info .info label {
    color: #2262c6;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    position: absolute;
    left: 25px;
    top: -9px;
    background: #ffffff;
    padding: 0px 7px;
    z-index: 1;
}
.general-info .info label.spl-left {
    left: 28px;
}
/* Image upload */
.general-info .info .dropify-wrapper {
    width: 120px;
    height: 120px;
    border: none;
    border-radius: 6px;
}
.general-info .info .dropify-wrapper .dropify-preview {
    background-color: #FFF; 
    padding: 0; 
}
.general-info .info .dropify-wrapper .dropify-clear {
    font-size: 16px;
    padding: 4px 8px;
    color: #FFF;
    border: none;
}
.general-info .info .dropify-wrapper .dropify-clear:hover { background-color: transparent; }
.general-info .info .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message { padding-top: 27px; }
.general-info .info .dropify-wrapper.touch-fallback { border: 1px solid #ebedf2; }
.general-info .info .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner { padding: 0; }
.general-info .info .dropify-wrapper.touch-fallback .dropify-clear { color: #515365; }
.general-info .info .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename { margin-top: 10px; }
/* Media Query */
@media(max-width: 575px) {
    .general-info .info > div {
        flex-direction: column;
    }
    .profile-edit-left {
        width: 100%;
    }
    .profile-edit-right {
        width: 100%;
        margin: 30px 0px 0px;
        padding: 0px;
    }
    .general-info .info .dropify-wrapper {
        width: 100%;
    }
    .general-info .info .form {
        width: 100%;
    }
} 
/* Tablet Media Query */
@media (min-width: 600px) and (max-width: 1068px) {
    .profile-edit-left {
        width: 40%;
    }
    .profile-edit-right {
        width: 60%;
    }
}

.file-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}


    .bed-icon {
        font-size: 22px;
        background: #83b3ff;
        color: white;
        height: 30px;
        width: 30px;
        text-align: center;
        padding-top: 4px;
        border-radius: 50%;
        margin-right: 10px;
    }

.file {
    display: flex;
    margin-top: 15px;
    margin-right: 15px;
    background: #edf4ff;
    border-radius: 10px;
    padding: 10px 20px 10px 10px;
    border-left: 4px solid transparent;
    cursor: pointer;
    transition: all ease 0.3s;
}

    .file:hover {
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.27);
        transition: all ease 0.3s;
    }

    .file.pdf {
        background: #fff3f4;
        border-left: 4px solid #dc3545;
    }

    .file.doc {
        background: #edf4ff;
        border-left: 4px solid #2262c6;
    }

    .file.xlsx {
        background: #e6ffd9;
        border-left: 4px solid #108a2c;
    }

    .file .file-icon {
        font-size: 22px;
        background: #83b3ff;
        color: white;
        height: 30px;
        width: 30px;
        text-align: center;
        padding-top: 4px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .file.pdf .file-icon {
        background: #ffcad0;
        color: #dc3545;
    }

    .file.doc .file-icon {
        background: #b0ceff;
        color: #2262c6;
    }

    .file.xlsx .file-icon {
        background: #108a2c;
    }

    .file p.main-title {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 7px;
        color: #2262c6;
    }

    .file.doc p.main-title {
        color: #2262c6;
    }

    .file.pdf p.main-title {
        color: #dc3545;
    }

    .file.xlsx p.main-title {
        color: #108a2c;
    }

    .file p.sub-title, .file p.date {
        font-size: 10px;
        font-weight: 600;
        margin-bottom: 0px;
        color: #c7c7c7;
    }
