:root {
 --sidebar-width: 180px;
 --sidebar-width-hover: 180px;
}
.license-popup {
 background-color: transparent;
 --swal-border-top: transparent;
}
.swal2-popup {
 box-shadow:none;
}
.license-features, .license-container, .input#swal2-input {
 display: none!important;
}
.button-secondary {
 background-color: transparent!important;
 color: transparent;
 --button-surface: transparent;
 --button-box-shadow-active: transparent;
 border-bottom-color: transparent;
}
.swal2-cancel.button.button-secondary.button:hover {
 background-color: transparent!important;
 color: transparent;
}
.swal2-container.swal2-backdrop-show {
    background-color: transparent;
}