/* Global font settings */
* {
  font-family: "Cantarell", sans-serif;
  font-size: 10pt;
  color: black;
  text-shadow: 0px 0px 5px rgba(255,255,255,0.25);
}
.large-title {
  color: black;
  font-weight: 300;
  font-size: 24pt;
}

.title-1 {
  color: black;
  font-weight: 800;
  font-size: 20pt;
}

.title-2 {
  color: black;
  font-weight: 800;
  font-size: 15pt;
}

.title-3 {
  color: black;
  font-weight: 700;
  font-size: 15pt;
}

.title-4 {
  color: black;
  font-weight: 700;
  font-size: 13pt;
}

.heading, row.button .title, listview > header {
  color: black;
  font-weight: 700;
  font-size: 11pt;
}

.body {
  color: black;
  font-weight: 400;
  font-size: 11pt;
}

.caption {
  color: black;
  font-weight: 400;
  font-size: 9pt;
}

.caption-heading {
  color: black;
  font-weight: 700;
  font-size: 9pt;
}
/* Window styling */
window {
background-color: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  
  color: #FFFFFF;
  box-shadow: inset 0px -0px 50px 0px rgba(255,255,255,0.1),
  0px 0px 35px rgba(0,0,0,0.5);
   /* Very subtle inner highlight */
  animation: border-color-animation 1s ease-out, all 1s ease;
  transition: all 0.25s ease;
  
}
window:hover {


}
.toolbar,
toolbar {
  padding: 6px;
  border-spacing: 0;
}
@keyframes border-color-animation {
  0% { border-color: #4a5568; 
  box-shadow: inset 0px -0px 50px 0px #4a5568; }
  25% { border-color: #f56565; 
  box-shadow: inset 0px -0px 50px 0px #f56565;}
  50% { border-color: #48bb78;
  box-shadow: inset 0px -0px 50px 0px #48bb78;}
  75% { border-color: #3182ce; 
  box-shadow: inset 0px -0px 50px 0px #3182ce;}
  100% { border-color: rgba(255,255,255,0.1); 
  box-shadow: inset 0px -0px 50px 0px rgba(255,255,255,0.1);}
}
@keyframes border-color-focus {
 0% { border-color: rgba(255,255,255,0.1); 
  box-shadow: inset 0px -0px 50px 0px rgba(0,0,0,0.1);}
 
  50% { border-color: rgba(255,255,255,0.5);
  box-shadow: inset 0px -0px 50px 0px rgba(255,255,255,0.5);}
  
  100% { border-color: rgba(255,255,255,0.1); 
  box-shadow: inset 0px -0px 50px 0px rgba(0,0,0,0.1);}
}
@keyframes button-color-animation {
  0% { border-color: rgba(0,0,0,0.1);  }
  50% { border-color: rgba(255,255,255,0.1); }
  100% { border-color: rgba(0,0,0,0.1);  }
}
@keyframes pop-border-color-animation {
  0% { border-color: #4a5568; 
  box-shadow: inset 0px -0px 250px 0px #4a5568; }
  25% { border-color: #f56565; 
  box-shadow: inset 0px -0px 250px 0px #f56565;}
  50% { border-color: #48bb78;
  box-shadow: inset 0px -0px 250px 0px #48bb78;}
  75% { border-color: #3182ce; 
  box-shadow: inset 08px -0px 250px 0px #3182ce; }
  100% { border-color: rgba(255,255,255,0.1); }
}
GtkDialog {
background-color: rgba(0,0,0,0.15);
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  color: black;
  animation: border-color-animation 1s ease-out, all 1s ease;
  transition: all 0.25s ease;
}
/* Button styling */
windowcontrols button.close {
  background-color: rgba(255, 0, 0, 0.25);
  color: white;
  border-color: transparent;
  box-shadow: 
     inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 0, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 0, 0.5), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(255, 255, 255, 0.1),
    -4px -4px 10px rgba(255, 0, 0, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1); /* Soft outer shadow 2 */
}
windowcontrols button.close:hover {
  background-color: rgba(255, 50, 50, 0.35);
  color: white;
  border-color: #e56e56;
  background-color: rgba(255, 0, 0, 0.5);
  box-shadow:
  inset 0.25px 0.25px 0.1px 0px rgba(255, 100, 0, 1), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 100, 0, 1), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(255, 50, 0, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1), 0px 3px 15px rgba(255, 50, 0, 0.5); /* Soft outer shadow 2 */
}

windowcontrols button.close:active {

  transform: scale(0.975);
  background-color: rgba(255, 100, 100, 0.1);
  box-shadow: inset 0 0 15px 5px rgba(0,0,0,0.1);
}


button {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15); /* Very thin, subtle white border */
  box-shadow: 
     inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(255, 255, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.075); /* Soft outer shadow 2 */
  color: black;

  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  border: rgba(255,255,255,0.1);
  transition: all 100ms ease-out;
  margin: 2px;
 
}
@keyframes boing-out {
  0%{transform:scale(0.975);}
  25%{transform:scale(1.15);}
  50%{transform:scale(1);}
  75%{transform:scale(1.05);}
  100%{transform:scale(1);}
}
@keyframes boing-out-small {
  0%{transform:scale(0.975);}
  25%{transform:scale(1.05);}
  50%{transform:scale(1);}
  75%{transform:scale(1.01);}
  100%{transform:scale(1);}
}
@keyframes boing-out-slider {
  0%{transform:scale(2);}
  25%{transform:scale(0.8);}
  50%{transform:scale(1.25);}
  75%{transform:scale(0.95);}
  100%{transform:scale(1);}
}
button.disabled {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255,255,255,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.16);
  padding: 0.5rem 1rem;
  border-radius: 25px;
  border: 1px solid rgba(255,255,255,0.15);
  transition: all 100ms ease;
}
button:hover {
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 
    inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 1), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 1), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(255, 255, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1), 0px 4px 20px rgba(255, 255, 255, 0.15); /* Soft outer shadow 2 */
              
  transform: scale(1.05);
  
}

button:active {

  transform: scale(0.975);
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 15px 5px rgba(0,0,0,0.1);
  
}
button:not(:active) {

  
  animation: boing-out 0.5s ease-out;
  transition: 100ms ease all;
}

/* Primary button */
button.suggested-action {

  color: white;
  border-color: #5e96ff;
 background-color: rgba(0, 50, 255, 0.25);
  box-shadow:
  inset 0.25px 0.25px 0.1px 0px rgba(0, 255, 255, 1), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(0, 255, 255, 1), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(0, 150, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1), 0px 3px 15px rgba(0, 150, 255, 0.25); /* Soft outer shadow 2 */
}

button.suggested-action:hover {

  border-color: #3d79d6;
   background-color: rgba(0, 150, 255, 0.5);
  box-shadow:
  inset 0.25px 0.25px 0.1px 0px rgba(0, 255, 255, 1), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(0, 255, 255, 1), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(0, 150, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1), 0px 3px 15px rgba(0, 150, 255, 0.5); /* Soft outer shadow 2 */
  
}

button.suggested-action:active {

  transform: scale(0.975);
  background-color: rgba(0, 255, 255, 0.1);
  box-shadow: inset 0 0 15px 5px rgba(0,0,0,0.1);
}

/* Destructive button */
button.destructive-action {
  background-color: rgba(255, 0, 0, 0.25);
  color: white;
  border-color: transparent;
  box-shadow: 
     inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 0, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 0, 0.5), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(255, 255, 255, 0.1),
    -4px -4px 10px rgba(255, 0, 0, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1); /* Soft outer shadow 2 */
}
button.destructive-action:hover {
  background-color: rgba(255, 50, 50, 0.35);
  color: white;
  border-color: #e56e56;
 background-color: rgba(255, 0, 0, 0.5);
  box-shadow:
  inset 0.25px 0.25px 0.1px 0px rgba(255, 100, 0, 1), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 100, 0, 1), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(255, 50, 0, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1), 0px 3px 15px rgba(255, 50, 0, 0.5); /* Soft outer shadow 2 */
}

button.destructive-action:active {

  transform: scale(0.975);
  background-color: rgba(255, 100, 100, 0.1);
  box-shadow: inset 0 0 15px 5px rgba(0,0,0,0.1);
}
/* Entry (text input) */
entry {
color: black;
outline-width: 0px;
outline-style: none;
  background-color: rgba(255,255,255,0.1);
  border: 1px solid rgba(0,0,0,0);
  border-radius: 20px;
  padding: 0.5rem 1rem;
  margin: 10px;
  box-shadow: 
    inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    
    -4px -4px 10px rgba(255, 255, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1); /* Soft outer shadow 2 */
    transition: all 0.1s ease;
}

entry:focus {
outline-width: 0px;
outline-style: none;
  border: 1px solid rgba(0,0,0,0);
  transform: scale(1.1);
}
entry:active {
outline-width: 0px;
outline-style: none;
  border: 1px solid rgba(0,0,0,0);
  transform: scale(0.975);
}
entry:not(:active) {
animation: boing-out-small 0.5s ease-out;
transition: 100ms ease all;
}
entry image.left {
  margin-left: 0px;
  margin-right: 6px;
  margin-top: -6px;
  margin-bottom: -6px;
}
entry image.right {
  margin-left: 0px;
  margin-right: 6px;
  margin-top: -6px;
  margin-bottom: -6px;
}

spinbutton {
border: none;
}
selection {
background-color: rgba(0,255,255,0.1);
border: 2px rgba(0,255,255,0.25);
border-radius: 20px;


}
.view .rubberband,
.view .selection-rectangle {
background-color: rgba(0,255,255,0.1);
border: 2px rgba(0,255,255,0.25);
border-radius: 20px;
}
/* Checkbox and Radio */
check, radio {
  color: white;
  margin: 4px;
  padding: 4px;
}

check:checked, radio:checked {
  color: #5e96ff;
}

/* Header bar */
headerbar {
  background-color: rgba(255, 255, 255, 0);
  color: black;
  border-radius: 25px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-left:10px;
   padding-right:10px;
   
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1), inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.35), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5),inset 0px 10px 10px rgba(0,0,0,0.01), inset 0px -10px 10px rgba(255,255,255,0.05);
  max-height: 10px;
  margin: 10px;
  transition: all 100ms ease;
}
headerbar:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: black;
  border-radius: 25px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
 padding-left:10px;
   padding-right:10px;
  
 box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15), inset 1px 0.25px 0.1px 0px rgba(255, 255, 255, 0.4), /* Very subtle inner highlight */
    inset -0.5px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5),inset 0px 10px 10px rgba(0,0,0,0.01), inset 0px -10px 10px rgba(255,255,255,0.02);
  height: 4px;
  margin: 10px;
  transform:scale(1.01);
}
headerbar:active {
  background-color: rgba(255, 255, 255, 0.0);
  color: black;
  border-radius: 25px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-left:10px;
   padding-right:10px;
  
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1), inset 0px 10px 10px rgba(0,0,0,0.1);
  height: 4px;
  margin: 10px;
  transform:scale(0.9999);
}
headerbar button {
  background color: rgba(0, 0, 0, 0.1);
  
  /* Very thin, subtle white border */
  box-shadow: 
    inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5),
    inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(255, 255, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.075); /* Soft outer shadow 2 */
  color: black;

  padding: 0.5rem 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 2px;
  margin-right: 2px;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  border: rgba(0,0,0,0.1);
  transition: all 100ms ease;
  }
  headerbar button.flat {
  min-height: 0px;
height: 0px;
  }
headerbar button image {
  max-height: 16px;
}
headerbar .title-button {
   background-color: rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.15); /* Very thin, subtle white border */
  box-shadow: 
    inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    0px 1px 3px rgba(0, 0, 0, 0.05), /* Soft outer shadow 1 */
    0px 4px 10px rgba(0, 0, 0, 0.1); /* Soft outer shadow 2 */
  color: black;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  border: rgba(255,255,255,0.1);
  transition: all 100ms ease;
}
headerbar entry,
headerbar spinbutton,
headerbar label,
headerbar box,
headerbar scrolledwindow {
outline-width: 0px;
outline-style: none;
min-height: 0px;
height: 0px;
padding: 0px;
margin: 0px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: rgba(0,0,0,0);
}
seperator {
 background-color: rgba(0,0,0,0.2);


  border-radius: 20px;
 
  min-height: 3px;
 margin: 5px 0px 5px 0px;
 box-shadow: inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5), 2px 2px 5px rgba(0,0,0,0.1);
  
}
scale trough {
color: black;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  box-shadow: 
     inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    -4px -4px 10px rgba(255, 255, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.075);

  padding: 3px;
  transition: all 0.1s ease;
margin: 0 10px;

  
}

scale slider {
background-color: rgba(0, 150, 255, 0.5);
  box-shadow:
  inset 0.25px 0.25px 0.1px 0px rgba(0, 255, 255, 1), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(0, 255, 255, 1), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(0, 150, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1), 0px 3px 15px rgba(0, 150, 255, 0.5); /* Soft outer shadow 2 */
  border-radius: 10px;
  min-width: 36px;
  min-height: 18px;
  transition: all 0.1s ease;
}
scale slider:active {
background-color: rgba(255,255,255,0.1);
box-shadow: 
    inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.75), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.75), /* Very subtle inner highlight */
  0px 2px 5px rgba(0, 0, 0, 0.1),
  -4px -4px 10px rgba(255, 255, 255, 0.1),
              0px 8px 16px rgba(0, 0, 0, 0.1); /* Slightly more pronounced on hover */
              transform: scale(2);
}
scale slider:not(:active) {
animation: boing-out-slider 0.5s ease-out;
transition: 100ms ease all;
}
tabbar {
  background-color: rgba(255, 255, 255, 0);
  color: black;
  border-radius: 25px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-left:3px;
   padding-right:3px;
   padding-top:3px;
   padding-bottom:3px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15), inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5);
  max-height: 10px;
  margin: 10px;
  margin-top: 0px;
  margin-bottom: 8px;
  transition: all 100ms ease;
}
tabbar:hover {
  
  transition: all 100ms ease;
  transform: scale(1.01);
}
tabbar:active {
  
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25), inset 0px 10px 10px rgba(0,0,0,0.1);
  
  transition: all 100ms ease;
  transform: scale(0.999);
}
tabbar tab {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15); /* Very thin, subtle white border */
  box-shadow: 
     inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05);
  color: black;

  padding: 0px 0px;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  border: rgba(255,255,255,0.1);
  transition: all 100ms ease-out;
  margin: 2px;
}
tabbar tab button {
  background-color: rgba(255, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15); /* Very thin, subtle white border */
  box-shadow: 
     inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
   
  color: black;

  padding: 4px 4px;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  border: rgba(255,255,255,0.1);
  transition: all 100ms ease-out;
  margin: 3px;
}
tabbar tab button:hover {
  background-color: rgba(255, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15); /* Very thin, subtle white border */
  box-shadow: 
     inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
   -30px 0px 40px 10px red;
  color: black;

  padding: 4px 4px;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  border: rgba(255,255,255,0.1);
  transition: all 100ms ease-out;
  margin: 3px;
}
tabbar tab button:active {
  background-color: rgba(255, 0, 0, 0.1);
  
  box-shadow: 
     inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
   -50px 0px 100px 50px red;
  
  transition: all 100ms ease-out;
 
}


windowhandle {
min-height: 0px;
height: 0px;
padding: 0px;
margin: 0px;
margin-left: 2px;
  margin-right: 2px;
  background-color: rgba(0,0,0,0);
}
.NautilusPathBar {
    min-height: 0px; /* Adjust to match desired button height */
    padding: 0;
    margin: 0;
    background-color: rgba(0,0,0,0);
}

/* 4. Target the menu-button (like "Home") within the NautilusPathBar */
/* The "menu-button.flat" selector is very precise for breadcrumbs */
.NautilusPathBar menubutton.flat {
    min-height: 0px; /* Make the button itself smaller */
    min-width: 0px;  /* Make it square or adjust as needed */
    padding: 0px 0px; /* Keep some horizontal padding for text/icon */
    margin: 0;        /* Remove margin around buttons */
    font-size: 12px; 
    background-color: rgba(0,0,0,0);/* Adjust font size for the "Home" text */
}

scrolledwindow {
background-color: rgba(255,255,255,0);
color: black;
}
.nautilus-window > dialog-host > widget > widget > toastoverlay > overlay-split-view > widget > toolbarview > revealer > windowhandle > box > widget > headerbar > windowhandle > box > widget > box > stack > box {
  background-color: rgba(255, 255, 255, 0);
  
}
stackswitcher {
  background-color: rgba(255,255,255,0);
}
GtkGridView {
  background-color: rgba(255, 255, 255, 1);

}
.nautilus-canvas-item:selected {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
}
.nautilus-canvas-item {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Adds a shadow to the text */
}

.nautilus-canvas-item:hover {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}
/* List boxes */

list {
  background-color: transparent;
  color: black;
  
  
 
  margin: 2px;
  padding: 2px;
  transition: all 0.1s ease;

}

list > row {
  background-color: rgba(255,255,255,0);
  color: black;
  padding: 0px;
  border-radius: 100px;
  transition: all 0.1s ease;
  padding: 2px;
  margin: 2px;
}


/* Scrollbar */
scrollbar {
  -GtkScrollbar-has-backward-stepper: 1;
  -GtkScrollbar-has-forward-stepper: 1;
}
scrollbar slider {
   background-color: rgba(0, 50, 255, 0.25);
  box-shadow:
  inset 0.25px 0.25px 0.1px 0px rgba(0, 255, 255, 1), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(0, 255, 255, 1), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(0, 150, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1), 0px 3px 15px rgba(0, 150, 255, 0.25); /* Soft outer shadow 2 */
  border-radius: 10px;
  min-width: 5px;
  min-height: 12px;
  margin: 5px;
  transition: all 0.1s ease;
}

scrollbar slider:hover {
  background-color: rgba(0, 150, 255, 0.5);
  box-shadow:
  inset 0.25px 0.25px 0.1px 0px rgba(0, 255, 255, 1), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(0, 255, 255, 1), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(0, 150, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1), 0px 3px 15px rgba(0, 150, 255, 0.5); /* Soft outer shadow 2 */
  transform: scale(1.05);
}
scrollbar slider:active {
  background-color: rgba(0,100,200,0.35);
  transform: scale(0.98);
}
/* Notebook (tabs) */
.notebook {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 15px;
  margin: 8px 0;
}

.notebook > header {
  background-color: rgba(255, 255, 255, 0.1);
}

.notebook > header > tabs > tab {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15); /* Very thin, subtle white border */
  box-shadow: 
     inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(255, 255, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1); /* Soft outer shadow 2 */
  color: black;

  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  border: rgba(255,255,255,0.1);
  transition: all 100ms ease-out;
  margin: 2px;
}

notebook > header > tabs > tab:checked {
  background-color: rgba(100, 100, 100, 0.25);
  color: black;
}

/* Switch */
switch {
color: black;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  box-shadow: 
     inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(255, 255, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1); /* Soft outer shadow 2 */
  min-width: 40px;
  min-height: 20px;
  padding: 3px;
  margin: 3px;
  transition: all 0.1s ease;
}
switch:hover {
background-color: rgba(255,255,255,0.25);
 box-shadow: 
    inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 1), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 1), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(255, 255, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1), 0px 4px 20px rgba(255, 255, 255, 0.15); /* Soft outer shadow 2 */
  transform: scale(1.05);
}
switch:active {
  
  transform: scale(0.98);
}


switch:checked {
   background-color: rgba(0, 150, 255, 0.5);
  box-shadow:
  inset 0.25px 0.25px 0.1px 0px rgba(0, 255, 255, 1), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(0, 255, 255, 1), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(0, 150, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1), 0px 3px 15px rgba(0, 150, 255, 0.5); /* Soft outer shadow 2 */

}

switch slider {
background-color: rgba(255, 255, 255, 0.1);
  box-shadow:
  inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 1), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 1), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(255, 255, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1), 0px 3px 15px rgba(255, 255, 255, 0.15); /* Soft outer shadow 2 */
  border-radius: 10px;
  min-width: 36px;
  min-height: 18px;
  transition: all 0.1s ease;
}

switch slider:active {
background-color: rgba(255,255,255,0.1);
box-shadow: 
   inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.75), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.75), /* Very subtle inner highlight */
  0px 2px 5px rgba(0, 0, 0, 0.15),
  -4px -4px 10px rgba(255, 255, 255, 0.1),

              0px 8px 16px rgba(0, 0, 0, 0.1); /* Slightly more pronounced on hover */
              transform: scale(2);
}
switch slider:not(:active) {
animation: boing-out-slider 0.5s ease-out;
transition: 100ms ease all;
}
@keyframes slide-pop {
  0% { 
  margin-top: -52px;
  opacity: 100%; 
  }
  100% { 
  margin-top: 10px;
  opacity: 100%;
  }

}
/* Base menu and popover styles */
.menu,
.menu.context-menu,
.popover.menu {

color: black;
outline-width: 0px;
outline-style: none;
  /* Existing glassmorphism styles */
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  text-align: left;
  padding: 10px 2px 10px 2px;
  margin: 5px 15px 20px 15px;
  border: 1px rgba(255,255,255,1);
  /* More pronounced box-shadow for a floating effect */
  box-shadow: 
   inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   
    -4px -4px 10px rgba(255, 255, 255, 0.1),
  0px 10px 20px rgba(0, 0, 0, 0.1); /* Soft outer shadow 2 */
    min-width: 250px;
    animation: slide-pop 0.2s ease-out;
}



/* Menu items */
popover modelbutton,
popover .modelbutton,
popover button.model,
popover button.flat {
margin: 2px 3px 2px 3px;
text-align: left;
     border: 1px rgba(255,255,255,1);
     border-radius: 50px;
  padding: 0.25rem 0.5rem;
 
  transition: all 100ms ease;
}

/* Hover states */
popover modelbutton:hover,
popover .modelbutton:hover,
popover button.model:hover,
popover button.flat:hover {
   
}
/* Disabled buttons */
popover modelbutton:disabled,
popover button.flat:disabled {
    color: rgba(0, 50, 255, 0.5);
    
}

/* Pressed/active state */
popover modelbutton:active,
popover button.flat:active,
popover modelbutton:checked,
popover button.flat:checked {
    
    transform: scale(0.9);
}
popover modelbutton label {
margin-right: auto;
text-align: left;
}
.emoji-chooser {
color: black;
outline-width: 0px;
outline-style: none;
  /* Existing glassmorphism styles */
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  text-align: left;
  padding: 10px 2px 10px 2px;
  margin: 5px 15px 20px 15px;
  border: 1px rgba(255,255,255,1);
  /* More pronounced box-shadow for a floating effect */
  box-shadow: 
   inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   
    -4px -4px 10px rgba(255, 255, 255, 0.1),
  0px 10px 20px rgba(0, 0, 0, 0.1); /* Soft outer shadow 2 */
    min-width: 250px;
    animation: slide-pop 0.2s ease-out;
}
/* Drop-down (combo box) */
dropdown {

  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 10px 5px 10px 5px;
  text-align: left;
  
    transition: all 0.2s ease;
  animation: slide-pop 0.25s ease;
  color: black;
  min-width: 250px;
}
dropdown.searchbar {
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 2px;
  text-align: left;
    transition: all 0.2s ease;
  animation: slide-pop 0.25s ease;
  color: black;
}
/* About dialog main container */
.about {
    background-color: rgba(255, 255, 255, 1);
    padding: 8px;
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 15px;
}

/* About dialog header with app icon */
.about headerbar {
    min-height: 38px;
    padding: 0;
}

/* App name and version in about dialog */
.about-title {
    background: transparent;
    color: black;
    padding: 8px;
}

/* Credits, license boxes */
.about-page {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Credits, license, etc. scrolled windows */
.about scrolledwindow {
    background-color: transparent;
    border: none;
}

/* Links in about dialog */
.about-link {
    color: #78aeff;  /* Or your theme's accent color */
}

/* Credits grid */
.about-grid {
    background: transparent;
    padding: 8px;
}

/* Credit section titles */
.about-grid-title {
    color: black;
    font-weight: bold;
    padding: 8px;
}

/* Context menu styling */

/* Menu items inside popovers */



/* Sidebar styling */
.sidebar,
.navigation-sidebar {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset -4px 8px 25px -4px rgba(255,255,255,0.1);
  padding: 6px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 25px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  box-shadow: 
    /* Very subtle inner highlight */
     inset 0px 10px 10px rgba(0,0,0,0),
    0px 1px 3px rgba(0, 0, 0, 0.05), /* Soft outer shadow 1 */
    0px 10px 15px rgba(0, 0, 0, 0.08); /* Soft outer shadow 2 */
  transition: all 100ms ease;
}
.sidebar:hover,
.navigation-sidebar:hover {
  background-color: rgba(255, 255, 255, 0.05);
  
  box-shadow:  /* Very subtle inner highlight */

    0px 1px 3px rgba(0, 0, 0, 0.06), /* Soft outer shadow 1 */
    0px 10px 15px rgba(0, 0, 0, 0.1);
  
  transform:scale(1.005);
}
.sidebar:active,
.navigation-sidebar:active {
  background-color: rgba(255, 255, 255, 0.0);
  
  
 
  transform:scale(0.999);
}
/* Sidebar items */
.sidebar row,
.navigation-sidebar row {
margin: 3px;
  
  color: black;

  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  border: rgba(255,255,255,0.1);
  transition: all 100ms ease;
}

/* Sidebar item hover */
.sidebar row:hover,
.navigation-sidebar row:hover {
  background-color: rgba(255, 255, 255, 0.25);

  box-shadow: 
    inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 1), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 1), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(255, 255, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.075), 0px 4px 20px rgba(255, 255, 255, 0.15); /* Soft outer shadow 2 */
  transform: scale(1.05);
}

/* Selected sidebar item */
.sidebar row:selected,
.navigation-sidebar row:selected {
  background-color: rgba(0, 150, 255, 0.5);
  box-shadow:
  inset 0.25px 0.25px 0.1px 0px rgba(0, 255, 255, 1), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(0, 255, 255, 1), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(0, 150, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.075), 0px 3px 15px rgba(0, 150, 255, 0.5); /* Soft outer shadow 2 */
  transform: scale(1);
  color: black;
}
.sidebar row:not(:selected),
.navigation-sidebar row:not(:selected) {

  
  animation: boing-out 0.5s ease-out;
  transition: 100ms ease all;
}


/* Sidebar headers/separators */
.sidebar separator,
.navigation-sidebar separator {

  background-color: rgba(0,0,0,0.2);


  border-radius: 20px;
 
  min-height: 3px;
 margin: 5px 0px 5px 0px;
 box-shadow: inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5), 2px 2px 5px rgba(0,0,0,0.1);
}

/* Sidebar section headers */
.sidebar .header,
.navigation-sidebar .header {
  padding: 8px;
  color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  font-weight: bold;
}

/* Sidebar scrollbar */
.sidebar scrollbar,
.navigation-sidebar scrollbar {
  background-color: transparent;
}

.sidebar scrollbar slider,
.navigation-sidebar scrollbar slider {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}

/* Sidebar expanders (arrows) */
.sidebar expander,
.navigation-sidebar expander {
  color: rgba(255, 255, 255, 0.1);
}

/* Sidebar icons */
.sidebar image,
.navigation-sidebar image {
  color: rgba(0, 0, 0, 0.7);
  padding: 0px 5px;
  margin: 0 3px 0 1px;
}

.card {
color: black;
background-color: rgba(255,255,255,0.1);
border-radius: 20px;
border: 1px transparent;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1), inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.15), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5),inset 0px 10px 10px rgba(0,0,0,0.0), inset 0px -10px 10px rgba(255,255,255,0.0);
padding: 7px;
margin: 3px;
}

.boxed-list {
color: black;
background-color: rgba(255,255,255,0.1);
border-radius: 20px;
border: 1px transparent;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1), inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.15), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5),inset 0px 10px 10px rgba(0,0,0,0.0), inset 0px -10px 10px rgba(255,255,255,0.0);
padding: 7px;
margin: 3px;
}

.boxed-list row .seperator {
  background-color: rgba(0,0,0,0.2);


  border-radius: 20px;
 
  min-height: 3px;
 margin: 5px 0px 5px 0px;
 box-shadow: inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5), 2px 2px 5px rgba(0,0,0,0.1);
}
imae {
  min-height: 128px;
  min-width: 128px;
}
tooltip {
  background-color: rgba(255,255,255,0.25);
  border: 1px solid rgba(255, 255, 255, 0.15); /* Very thin, subtle white border */
  box-shadow: 
     inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
    inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.5), /* Very subtle inner highlight */
   /* Soft outer shadow 1 */
   inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
    -4px -4px 10px rgba(255, 255, 255, 0.1),
  4px 4px 10px rgba(0, 0, 0, 0.1); /* Soft outer shadow 2 */
  color: black;

  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  border: rgba(255,255,255,0.1);

  transition: all 1s ease;
  animation: spinning-light 3s linear infinite, tooltip-amin 0.5s ease;
  margin: 10px;
  
  
}

@keyframes tooltip-anim {
  0% {opacity: 0%;}
  
  100% {opacity: 100%;}
}
@keyframes spinning-light {
  /* Top-Left */
  0% {
    box-shadow: 
      /* Animated inset highlights */
      inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.75),
      inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.75),
      /* Static inset shadow */
      inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
      /* Animated outer shadows */
      -4px -4px 10px rgba(255, 255, 255, 0.1), /* Outer light source shadow */
      4px 4px 10px rgba(0, 0, 0, 0.1); /* Outer dark shadow */
  }
  /* Top-Right */
  25% {
    box-shadow: 
      inset -0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.75),
      inset 0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.75),
      inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
      4px -4px 10px rgba(255, 255, 255, 0.1),
      -4px 4px 10px rgba(0, 0, 0, 0.1);
  }
  /* Bottom-Right */
  50% {
    box-shadow: 
      inset -0.25px -0.25px 0.1px 0px rgba(255, 255, 255, 0.75),
      inset 0.1px 0.25px 0.1px 0px rgba(255, 255, 255, 0.75),
      inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
      4px 4px 10px rgba(255, 255, 255, 0.1),
      -4px -4px 10px rgba(0, 0, 0, 0.1);
  }
  /* Bottom-Left */
  75% {
    box-shadow: 
      inset 0.25px -0.25px 0.1px 0px rgba(255, 255, 255, 0.75),
      inset -0.1px 0.25px 0.1px 0px rgba(255, 255, 255, 0.75),
      inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
      -4px 4px 10px rgba(255, 255, 255, 0.1),
      4px -4px 10px rgba(0, 0, 0, 0.1);
  }
  /* Return to start */
  100% {
    box-shadow: 
      inset 0.25px 0.25px 0.1px 0px rgba(255, 255, 255, 0.75),
      inset -0.1px -0.25px 0.1px 0px rgba(255, 255, 255, 0.75),
      inset 10px 10px 10px -10px rgba(0, 0, 0, 0.05),
      -4px -4px 10px rgba(255, 255, 255, 0.1),
      4px 4px 10px rgba(0, 0, 0, 0.1);
  }
}

