.fileContainer{float:left; width:150px; min-height:100px; border:solid 1px #ccc; text-align:center; position:relative; background-color:#FFF; margin:3px; display:block;vertical-align: middle;}
.fileUrl{position:absolute; top:0px; left:0px; width:22px; cursor:pointer;}
.fileDelete{position:absolute; top:0px; right:0px; width:22px; cursor:pointer;}
.fileName{position:absolute; width:100%; bottom:0px; background-color:#eee; color:#555555; overflow: hidden;}
.mcClear{ clear: both }
.mcClearR{ clear: right }
.top-module-description { padding-left: 0!important; }
.top-logo img { padding-right:7px; }
.top-module-description > .top-module-title { margin-top:7px;margin-bottom:0; line-height: 1; }
.top-module-description > .top-module-sub-title { color:#EB3747; margin-top: -5px; padding-left: 2px; }
.top-module-description > .top-module-my-name { margin-top:15px}


input.content_wrapper_id, input.content_wrapper_class { max-width: 30% !important; min-width: 200px !important;}

#popup {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

#popup.hide {
    display: none !important;
}


#popup .content {
    position: relative;
    background-color: #ffa400;
    padding: 50px;
    width: 100%;
    max-width: 900px;
}

#popup .content #popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    opacity: 0.6;
    cursor: pointer;
}

#popup .content #popup-close:hover {
    opacity: 1;
}

#popup .content #popup-close .icon {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #3e3e3e;
}

#popup .content p {
    font-size: 25px;
    font-weight: 600;
    line-height: 42px;
    font-style: normal;
    color: #3e3e3e !important;
}
