.is-truncated {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;    -webkit-box-orient: vertical;}
.is-not-clickable {pointer-events: none!important;}
.is-toast {border-radius:var(--bulma-radius-large); background-color: hsla(var(--bulma-scheme-h), var(--bulma-scheme-s), var(--bulma-background-l), 0.5)!important; backdrop-filter: blur(10px);}

.fslightbox-slide-number-container {display:none}
.fslightbox-toolbar-button:nth-child(1) {display:none}

.modal {
  --bulma-modal-card-head-padding: 2rem;
  --bulma-modal-card-body-padding: 1.5rem;
}
.modal-background {background-color: hsla(var(--bulma-scheme-h), var(--bulma-scheme-s), var(--bulma-background-l), 0.25)!important; backdrop-filter: blur(10px);}
.modal .delete {background-color:transparent!important;border-radius:0}
.modal .delete:before {width:100%!important} 
.modal .delete:after {height:100%!important} 

:root {
 
--bulma-primary-h: 300deg;
--bulma-primary-l: 55%;
--bulma-link-h: 265deg;
--bulma-link-l: 55%;
--bulma-info-h: 180deg;
--bulma-info-l: 55%;
--bulma-success-h: 150deg;
--bulma-success-s: 100%;
--bulma-success-l: 55%;
--bulma-warning-h: 55deg;
--bulma-warning-l: 55%;
--bulma-danger-h: 320deg;
--bulma-danger-l: 55%; 
}
 
 /* --- MAINTENACE --- */ 
.maintenance {max-height:100dvh; overflow:hidden;  margin:0 auto} 
  
 
 
 
 /* --- LAYOUT --- */ 
 
.layout {height:100dvh;}
 	
 
    
/* --- HEADER --- */ 
.header {height:40px;} 
.header-logo {height:40px; width:40px} 
 
 
 
 
/* mobile */ 
@media screen and (max-width:768px){  
	
 
}

/*tablet and below*/
@media screen and (min-width:769px),print{
	
 
	
}

/*touch*/ 
@media screen and (max-width:1023px){
	 
}

/*desktop*/
@media screen and (min-width:1024px){
 
 
	
}	 

/*wide*/
@media screen and (min-width:1216px){
	 
}

/*full*/
@media screen and (min-width:1408px){
	  
} 

#query-monitor-main {display:none!important}