#files-input{   opacity:0;cursor:pointer;width:100%;height:5px;}  #files-add{   cursor:pointer;display:inline-block }  .files-remove > i{   padding:10px;}  #files-container li{   list-style-type:none;}   #project-name-required-form-overlay, #project-name-required-mirror-form-overlay{   position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.7);display:none;z-index:999999;overflow:scroll;-webkit-overflow-scrolling:touch;overflow-x:hidden;text-align:center;font-size:18px;}  .project-name-required-form-container, .project-name-required-mirror-form-container{   display:inline-block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:white;border:1px solid #c1bfbf;padding:15px;}  .project-name-required-mirror:hover{   cursor:pointer;opacity:0.5;}  .project-name-required-mirror{   padding:20px;background:#C91B71;}  .project-name-required-mirror > p{   color:white;}  .pink{   color:#C91B71;}  .project-name-required-form-container p{   padding:2px;line-height:1.5;}  .project-to-addon{   all:unset;font-size:12px;display:block;}  .project-name-required-form-container > #project-to-addon-close{   cursor:pointer;text-align:right;padding:5px;}  #project-to-addon-close:hover{   opacity:0.5;}  .project-name-btn-container{   display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;margin-top:15px;}  .project-to-addon-container{   width:250px;margin-right:10px;margin-left:10px;}  .project-to-addon-container > img{   width:100%;}  .project-to-addon-container > .info{   background:#ca1d61;color:white;font-size:16px;}  .project-name-btn, .project-to-addon{   cursor:pointer;}  .project-name-btn:hover, .project-to-addon:hover{   opacity:0.5;}  .smart input[type="text"], .smart-change input[type="text"]{   margin-top:25%;text-align:center;height:35px;width:80%;}  .smart input[type="checkbox"], .smart-change input[type="checkbox"]{   margin-bottom:25%;}  .project-to-addon-container > .caption-center-relative{   position:relative;top:-50%;color:#ca1d61;font-weight:bold;text-shadow:2px 2px 1px whitesmoke;}  @media (max-width:650px){   .project-name-required-form-container, .project-name-required-mirror-form-container{     left:0;top:0;width:100%;height:100%;-webkit-transform:none;transform:none;padding:0;} }   