.megamenu-first-section {
/**    padding-top: 144px;    **/
/** test changes by Franco **/
    padding-top: 90px;

}

.app-btn {
    background-color: #F78222 !important;
    border-color: #F78222 !important;
}

.app-figure {
    cursor: pointer;
    margin: 10px;
    position: relative;
    user-select: none;
}

.app-figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.app-figure:hover img {
    opacity: .7;
}

.copyright a {
    color: #F78222;
}

.toolbox-link {
    color: white !important;
    font-size: 26px;
    padding: 2px 20px 2px 20px !important;
    cursor: pointer;
}

.app-bg-orange {
    background-color: #F78222 !important;
}

.app-card-collapse-custom {
    border-top: none;
    border-radius: 0px !important;
}

.app-upload-label {
    font-weight: 600 !important;
    padding: 5px 0 0 0;
}

.app-collapse-header {
    user-select: none;
    cursor: pointer;
}

.app-collapse-header:hover {
    background-color: #DFDFDF;
}

.app-collapse-header h5 {
    font-size: 16px;
}

#app-canvas-wrapper {
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

.app-hidden {
    display: none;
}

#app-editor-container {
    display: none;
}

.app-color-box {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.app-font-box {
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #ff7e00;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.loading{
  position: fixed;
  top: 0px; 
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  background: #ff7e0066;
}
.loading.active{
	display: flex;
}
.loader{
  margin: auto;
  margin-top: 250px;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/** modifico altezza icone filtri **/
.img-fluid {
    max-width: 100%;
    max-height: 80px;
    height: auto;
}