@media (min-width: 768px) {
    
body {
  justify-content: center;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 244, 232, 0.95) 0, rgba(255, 244, 232, 0.35) 18%, transparent 38%),
    radial-gradient(circle at 86% 82%, rgba(89, 211, 207, 0.55) 0, rgba(89, 211, 207, 0.22) 28%, transparent 52%),
    radial-gradient(circle at 60% 15%, rgba(180, 210, 255, 0.45) 0, rgba(180, 210, 255, 0.15) 22%, transparent 42%),
    radial-gradient(circle at 25% 75%, rgba(255, 200, 220, 0.35) 0, rgba(255, 200, 220, 0.10) 20%, transparent 40%),
    linear-gradient(135deg, #f7f4ef 0%, #edf3f7 42%, #d9eef0 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: 0;
}

body::before {
  width: 70vw;
  height: 70vw;
  left: -28vw;
  bottom: -45vw;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 0 90px rgba(255, 255, 255, 0.24) inset;
}

body::after {
  width: 80vw;
  height: 44vw;
  right: -22vw;
  bottom: -16vw;
  border-radius: 50% 0 0 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(15, 159, 166, 0.14));
  transform: rotate(-8deg);
  filter: blur(1px);
}

/* Blob aggiuntivi tramite pseudo-elementi su html */
html::before,
html::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  filter: blur(60px);
}

html::before {
  width: 40vw;
  height: 40vw;
  top: -10vw;
  right: 10vw;
  background: radial-gradient(circle, rgba(160, 200, 255, 0.25), transparent 70%);
}

html::after {
  width: 30vw;
  height: 30vw;
  bottom: 5vw;
  left: 20vw;
  background: radial-gradient(circle, rgba(255, 180, 200, 0.20), transparent 70%);
}

body{background-image: url(https://www.comunicazione3.it/skz-ui/images/windows1.jpg);}
/* ===================================0 */

.navbar-light {
    background: none !important;
    border-bottom: 0 !important;
}
.main-menu.menu-light {box-shadow: none !important;background: none !important;border: 0;}
.main-menu.menu-light .navigation {
    border: 2px solid #ffffff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: 25px;
    height: calc( 100vh - 80px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.16)), rgb(255 255 255 / 28%) !important;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu {
    width: 84px;
    margin-left: -12px;
}


   
    .content{ margin-right: 2rem;  overflow: hidden;}


html body .content .content-wrapper {
     background-color: #ffffffaa !important;
    height: calc( 100vh - 80px);
     overflow: auto;
     border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
backdrop-filter: blur(7px);
}

/* Chrome, Edge, Safari */
.content-wrapper::-webkit-scrollbar {
  width: 8px;
  
}
.content-wrapper::-webkit-scrollbar-track {
  background: transparent;
  margin: 16px 0;
}

.content-wrapper::-webkit-scrollbar-thumb {
  background: rgba(80, 120, 130, 0.35);
  border-radius: 999px;
}

.content-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(80, 120, 130, 0.55);
}
#col-dx {
    height: fit-content;

}
body.vertical-layout.vertical-menu.menu-collapsed .content, body.vertical-layout.vertical-menu.menu-collapsed .footer {
    margin-left: 72px;
}
html body .content .content-wrapper {
    padding: 1.8rem;
    /* padding-bottom: 0; */
}
.brand-text{ margin-left: 2rem;}

.card {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
}


