/* GTK NAMED COLORS
   ----------------
   use responsibly! */
/* widget text/foreground color */
@define-color theme_fg_color #ffffff;
/* text color for entries, views and content in general */
@define-color theme_text_color #ffffff;
/* widget base background color */
@define-color theme_bg_color #121113;
/* text widgets and the like base background color */
@define-color theme_base_color #1c1b1d;
/* base background color of selections */
@define-color theme_selected_bg_color #e78a53;
/* text/foreground color of selections */
@define-color theme_selected_fg_color #121113;
/* base background color of disabled widgets */
@define-color insensitive_bg_color #161517;
/* text foreground color of disabled widgets */
@define-color insensitive_fg_color #898889;
/* disabled text widgets and the like base background color */
@define-color insensitive_base_color #1c1b1d;
/* widget text/foreground color on backdrop windows */
@define-color theme_unfocused_fg_color #898889;
/* text color for entries, views and content in general on backdrop windows */
@define-color theme_unfocused_text_color #ffffff;
/* widget base background color on backdrop windows */
@define-color theme_unfocused_bg_color #121113;
/* text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color #1f1d20;
/* base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #e78a53;
/* text/foreground color of selections on backdrop windows */
@define-color theme_unfocused_selected_fg_color #121113;
/* widgets main borders color */
@define-color borders #2b2b2b;
/* widgets main borders color on backdrop windows */
@define-color unfocused_borders #292829;
/* these are pretty self explicative */
@define-color warning_color #fbcb97;
@define-color error_color #e75353;
@define-color success_color #5f8787;
@define-color fg_color #ffffff;
@define-color text_color #ffffff;
@define-color bg_color #121113;
@define-color base_color #1c1b1d;
@define-color selected_bg_color #e78a53;
@define-color selected_fg_color #121113;
@define-color unfocused_fg_color #898889;
@define-color unfocused_text_color #ffffff;
@define-color unfocused_bg_color #121113;
@define-color unfocused_base_color #1f1d20;
@define-color unfocused_selected_bg_color #e78a53;
@define-color unfocused_selected_fg_color #121113;
/* these colors are exported for the window manager and shouldn't be used in applications,
read if you used those and something break with a version upgrade you're on your own... */
@define-color wm_title shade(#ffffff, 1.8);
@define-color wm_unfocused_title #898889;
@define-color wm_highlight rgba(0, 0, 0, 0);
@define-color wm_borders_edge rgba(255, 255, 255, 0.1);
@define-color wm_bg_a shade(#121113, 1.2);
@define-color wm_bg_b #121113;
@define-color wm_shadow alpha(black, 0.35);
@define-color wm_border alpha(black, 0.18);
@define-color wm_button_hover_color_a shade(#121113, 1.3);
@define-color wm_button_hover_color_b #121113;
@define-color wm_button_active_color_a shade(#121113, 0.85);
@define-color wm_button_active_color_b shade(#121113, 0.89);
@define-color wm_button_active_color_c shade(#121113, 0.9);
@define-color content_view_bg #1c1b1d;
@define-color text_view_bg #1c1b1d;
@define-color budgie_tasklist_indicator_color #e78a53;
@define-color budgie_tasklist_indicator_color_active #e78a53;
@define-color placeholder_text_color #d2d2d2;
@define-color STRAWBERRY_100 #ff8c82;
@define-color STRAWBERRY_300 #ed5353;
@define-color STRAWBERRY_500 #c6262e;
@define-color STRAWBERRY_700 #a10705;
@define-color STRAWBERRY_900 #7a0000;
@define-color ORANGE_100 #ffc27d;
@define-color ORANGE_300 #ffa154;
@define-color ORANGE_500 #f37329;
@define-color ORANGE_700 #cc3b02;
@define-color ORANGE_900 #a62100;
@define-color BANANA_100 #fff394;
@define-color BANANA_300 #ffe16b;
@define-color BANANA_500 #f9c440;
@define-color BANANA_700 #d48e15;
@define-color BANANA_900 #ad5f00;
@define-color LIME_100 #d1ff82;
@define-color LIME_300 #9bdb4d;
@define-color LIME_500 #68b723;
@define-color LIME_700 #3a9104;
@define-color LIME_900 #206b00;
@define-color MINT_100 #89ffdd;
@define-color MINT_300 #43d6b5;
@define-color MINT_500 #28bca3;
@define-color MINT_700 #0e9a83;
@define-color MINT_900 #007367;
@define-color BLUEBERRY_100 #8cd5ff;
@define-color BLUEBERRY_300 #64baff;
@define-color BLUEBERRY_500 #3689e6;
@define-color BLUEBERRY_700 #0d52bf;
@define-color BLUEBERRY_900 #002e99;
@define-color BUBBLEGUM_100 #fe9ab8;
@define-color BUBBLEGUM_300 #f4679d;
@define-color BUBBLEGUM_500 #de3e80;
@define-color BUBBLEGUM_700 #bc245d;
@define-color BUBBLEGUM_900 #910e38;
@define-color GRAPE_100 #e4c6fa;
@define-color GRAPE_300 #cd9ef7;
@define-color GRAPE_500 #a56de2;
@define-color GRAPE_700 #7239b3;
@define-color GRAPE_900 #452981;
@define-color COCOA_100 #a3907c;
@define-color COCOA_300 #8a715e;
@define-color COCOA_500 #715344;
@define-color COCOA_700 #57392d;
@define-color COCOA_900 #3d211b;
@define-color SILVER_100 #fafafa;
@define-color SILVER_300 #d4d4d4;
@define-color SILVER_500 #abacae;
@define-color SILVER_700 #7e8087;
@define-color SILVER_900 #555761;
@define-color SLATE_100 #95a3ab;
@define-color SLATE_300 #667885;
@define-color SLATE_500 #485a6c;
@define-color SLATE_700 #273445;
@define-color SLATE_900 #0e141f;
@define-color BLACK_100 #666;
@define-color BLACK_300 #4d4d4d;
@define-color BLACK_500 #333;
@define-color BLACK_700 #1a1a1a;
@define-color BLACK_900 #000;
/*****************
* Drawing mixins *
*****************/
/*********
* Common *
*********/
*, button:link,
button:visited {
  padding: 0;
  outline-color: rgba(255, 255, 255, 0.3);
  outline-style: dashed;
  outline-offset: -3px;
  outline-width: 0px;
  -gtk-secondary-caret-color: #e78a53; }

/***********
 * Widgets *
 ***********/
/***************
* Action bars *
***************/
.action-bar, actionbar > revealer > box {
  background-color: black;
  border: solid #2b2b2b;
  border-width: 1px 0 0 0;
  color: #ffffff;
  box-shadow: none; }
  .action-bar:backdrop, progressbar:backdrop progress.action-bar, progressbar:backdrop trough.action-bar, label:backdrop selection.action-bar, actionbar > revealer > box:backdrop {
    background-color: black;
    box-shadow: none; }
  .action-bar:first-child, .linked.vertical > combobox:first-child > box > button.action-bar.combo, .linked:not(.vertical) > combobox:first-child > box > button.action-bar.combo, combobox.linked button.action-bar:nth-child(2):dir(rtl), actionbar > revealer > box:first-child {
    border-radius: 6px 6px 0px 0px;
    border-width: 1px 1px 0px 1px; }
  .action-bar:last-child, .linked.vertical > combobox:last-child > box > button.action-bar.combo, .linked:not(.vertical) > combobox:last-child > box > button.action-bar.combo, combobox.linked button.action-bar:nth-child(2):dir(ltr), actionbar > revealer > box:last-child {
    border-radius: 0 0 6px 6px;
    border-width: 0px 1px 1px 1px; }

/*********************
 * App Notifications *
 *********************/
.app-notification,
.app-notification.frame {
  padding: 10px;
  border-radius: 0 0 5px 5px;
  background-color: rgba(18, 17, 19, 0.93);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px);
  background-clip: padding-box; }
  .app-notification:backdrop, progressbar:backdrop progress.app-notification, progressbar:backdrop trough.app-notification, label:backdrop selection.app-notification,
  .app-notification.frame:backdrop,
  progressbar:backdrop progress.frame,
  progressbar:backdrop trough.frame,
  label:backdrop selection.frame {
    background-image: none;
    transition: 200ms ease-out; }
  .app-notification border,
  .app-notification.frame border {
    border: none; }

toast {
  padding: 5px;
  background-color: #2e2c2f;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  color: #ffffff; }
  toast:backdrop {
    background-image: none;
    transition: 200ms ease-out; }
  toast button {
    padding: 2px; }
  toast button.circular.flat.image-button, toast .selection-mode windowcontrols button.circular.image-button, .selection-mode windowcontrols toast button.circular.image-button, toast notebook > header > tabs > arrow.circular.image-button {
    padding: 2px; }
    toast button.circular.flat.image-button:hover, toast .selection-mode windowcontrols button.circular.image-button:hover, .selection-mode windowcontrols toast button.circular.image-button:hover, toast notebook > header > tabs > arrow.circular.image-button:hover {
      color: #121113;
      outline-color: rgba(18, 17, 19, 0.3);
      background-color: #e75353;
      text-shadow: none; }

/***************
 * Base States *
 ***************/
.background {
  color: #ffffff;
  background-color: #121113; }
  .background:backdrop, progressbar:backdrop progress.background, progressbar:backdrop trough.background, label:backdrop selection.background {
    color: #898889;
    background-color: #121113;
    text-shadow: none;
    -gtk-icon-shadow: none; }

/*
   These wildcard seems unavoidable, need to investigate.
   Wildcards are bad and troublesome, use them with care,
   or better, just don't.
   Everytime a wildcard is used a kitten dies, painfully.
*/
.gtkstyle-fallback {
  color: #ffffff;
  background-color: #121113; }
  .gtkstyle-fallback:hover {
    color: #ffffff;
    background-color: #2c292e; }
  .gtkstyle-fallback:active {
    color: #ffffff;
    background-color: black; }
  .gtkstyle-fallback:disabled, label:disabled selection.gtkstyle-fallback {
    color: #898889;
    background-color: #161517; }
  .gtkstyle-fallback:selected {
    color: #121113;
    background-color: #e78a53; }

.view, iconview,
.history-view,
textview > text {
  color: #ffffff;
  background-color: #1c1b1d; }
  .view:backdrop, progressbar:backdrop progress.view, progressbar:backdrop trough.view, label:backdrop selection.view, iconview:backdrop,
  .history-view:backdrop,
  progressbar:backdrop progress.history-view,
  progressbar:backdrop trough.history-view,
  label:backdrop selection.history-view,
  textview > text:backdrop {
    color: #d2d2d2;
    background-color: #1f1d20; }
  .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected,
  .history-view:selected:focus,
  .history-view:selected,
  textview > text:selected:focus,
  textview > text:selected {
    border-radius: 3px; }

textview > text {
  background-color: transparent; }

textview border {
  background-color: #171618; }

.rubberband,
rubberband,
columnview.view > rubberband,
flowbox columnview.view > rubberband,
.content-view columnview.view > rubberband,
treeview.view > rubberband,
flowbox treeview.view > rubberband,
.content-view treeview.view > rubberband,
.content-view rubberband,
flowbox rubberband {
  border: 1px solid #e16c26;
  background-color: rgba(225, 108, 38, 0.2); }

flowbox flowboxchild {
  padding: 3px;
  border-radius: 3px; }
  flowbox flowboxchild:selected {
    outline-offset: -2px; }

gridview {
  padding: 10px; }
  gridview > child {
    padding: 7px; }
    gridview > child box {
      border-spacing: 5px; }

label {
  caret-color: currentColor; }
  label.separator {
    color: #ffffff; }
    label.separator:backdrop, progressbar:backdrop progress.separator, progressbar:backdrop trough.separator, label:backdrop selection.separator {
      color: #898889; }
  label selection {
    background-color: #e78a53;
    color: #121113; }
  label:disabled {
    color: #898889; }
    label:disabled:backdrop, progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled, label:backdrop selection:disabled {
      color: #38353b; }
  label:backdrop {
    color: #898889; }

.dim-label, .titlebar .subtitle,
headerbar .subtitle, label.separator {
  opacity: 0.55;
  text-shadow: none; }

window.assistant .sidebar {
  background-color: #1c1b1d;
  border-top: 1px solid #2b2b2b; }
  window.assistant .sidebar:backdrop, window.assistant progressbar:backdrop progress.sidebar, progressbar:backdrop window.assistant progress.sidebar, window.assistant progressbar:backdrop trough.sidebar, progressbar:backdrop window.assistant trough.sidebar, window.assistant label:backdrop selection.sidebar, label:backdrop window.assistant selection.sidebar {
    background-color: #1f1d20;
    border-color: #292829; }

window.assistant.csd .sidebar {
  border-top-style: none; }

window.assistant .sidebar label {
  padding: 6px 12px; }

window.assistant .sidebar label.highlight {
  background-color: #414142; }

window.aboutdialog image.large-icons {
  -gtk-icon-size: 128px; }

.osd popover.background > arrow,
.osd popover.background > contents, popover.background.touch-selection > arrow,
popover.background.touch-selection > contents, popover.background.magnifier > arrow,
popover.background.magnifier > contents, .osd .scale-popup, .app-notification,
.app-notification.frame, .osd {
  color: #ffffff;
  border: none;
  background-color: rgba(18, 17, 19, 0.93);
  background-clip: padding-box;
  outline-color: rgba(255, 255, 255, 0.3);
  text-shadow: 0 1px black;
  -gtk-icon-shadow: 0 1px black; }
  .osd popover.background > arrow:backdrop,
  .osd popover.background > contents:backdrop, popover.background.touch-selection > arrow:backdrop,
  popover.background.touch-selection > contents:backdrop, popover.background.magnifier > arrow:backdrop,
  popover.background.magnifier > contents:backdrop, .osd .scale-popup:backdrop, .osd progressbar:backdrop progress.scale-popup, progressbar:backdrop .osd progress.scale-popup, .osd progressbar:backdrop trough.scale-popup, progressbar:backdrop .osd trough.scale-popup, .app-notification:backdrop, progressbar:backdrop progress.app-notification, progressbar:backdrop trough.app-notification, label:backdrop .osd selection.scale-popup, .osd label:backdrop selection.scale-popup, label:backdrop selection.app-notification, .osd:backdrop, progressbar:backdrop progress.osd, progressbar:backdrop trough.osd, label:backdrop selection.osd {
    text-shadow: none;
    -gtk-icon-shadow: none; }

/***********
 * Buttons *
 ***********/
@keyframes needs_attention {
  from {
    background-image: radial-gradient(farthest-side, #f0b896 0%, rgba(240, 184, 150, 0) 0%); }
  to {
    background-image: radial-gradient(farthest-side, #f0b896 95%, rgba(240, 184, 150, 0)); } }

notebook > header > tabs > arrow, combobox:drop(active) button.combo, .selection-mode windowcontrols button,
button {
  min-height: 22px;
  min-width: 16px;
  padding: 4px 6px;
  border: 1px solid #2b2b2b;
  border-radius: 6px;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-weight: normal;
  color: #ffffff;
  background-color: #1b1a1c;
  text-shadow: none; }
  notebook > header > tabs > arrow.flat, notebook > header > tabs > arrow, combobox:drop(active) button.flat.combo, combobox:drop(active) .selection-mode windowcontrols button.combo, .selection-mode windowcontrols combobox:drop(active) button.combo, .selection-mode windowcontrols button,
  button.flat {
    border-color: transparent;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0);
    text-shadow: none;
    -gtk-icon-shadow: none;
    transition: none; }
    notebook > header > tabs > arrow:hover, combobox:drop(active) button.flat.combo:hover, combobox:drop(active) .selection-mode windowcontrols button.combo:hover, .selection-mode windowcontrols combobox:drop(active) button.combo:hover,
    button.flat:hover,
    .selection-mode windowcontrols button:hover {
      transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-duration: 500ms;
      color: #121113;
      outline-color: rgba(18, 17, 19, 0.3);
      background-color: #e78a53;
      text-shadow: none; }
      notebook > header > tabs > arrow:hover:active, combobox:drop(active) button.flat.combo:hover:active,
      button.flat:hover:active,
      .selection-mode windowcontrols button:hover:active {
        transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  notebook > header > tabs > arrow:hover, combobox:drop(active) button.combo:hover, .selection-mode windowcontrols button:hover,
  button:hover {
    color: #121113;
    outline-color: rgba(18, 17, 19, 0.3);
    background-color: #e78a53;
    text-shadow: none;
    -gtk-icon-filter: brightness(1.2); }
  notebook > header > tabs > arrow:active, combobox:drop(active) button.combo:active, notebook > header > tabs > arrow:checked, combobox:drop(active) button.combo:checked, .selection-mode windowcontrols button:active, .selection-mode windowcontrols button:checked,
  button:active,
  button:checked {
    color: #121113;
    outline-color: rgba(18, 17, 19, 0.3);
    background-color: #e47b3d;
    text-shadow: none;
    transition-duration: 50ms; }
  .selection-mode windowcontrols button:backdrop, notebook > header > tabs > arrow:backdrop, combobox:drop(active) button.combo:backdrop, combobox:drop(active) progressbar:backdrop progress.combo, progressbar:backdrop combobox:drop(active) progress.combo, combobox:drop(active) progressbar:backdrop trough.combo, progressbar:backdrop combobox:drop(active) trough.combo,
  button:backdrop.flat,
  button:backdrop {
    color: #d2d2d2;
    outline-color: rgba(255, 255, 255, 0.3);
    background-color: #1f1d20;
    text-shadow: none;
    transition: 200ms ease-out;
    -gtk-icon-filter: none; }
    notebook > header > tabs > arrow:backdrop:active, combobox:drop(active) button.combo:backdrop:active, combobox:drop(active) progressbar:backdrop progress.combo:active, progressbar:backdrop combobox:drop(active) progress.combo:active, combobox:drop(active) progressbar:backdrop trough.combo:active, progressbar:backdrop combobox:drop(active) trough.combo:active, notebook > header > tabs > arrow:backdrop:checked, combobox:drop(active) button.combo:backdrop:checked, combobox:drop(active) progressbar:backdrop progress.combo:checked, progressbar:backdrop combobox:drop(active) progress.combo:checked, combobox:drop(active) progressbar:backdrop trough.combo:checked, progressbar:backdrop combobox:drop(active) trough.combo:checked,
    button:backdrop.flat:active,
    button:backdrop.flat:checked,
    button:backdrop:active,
    button:backdrop:checked {
      color: rgba(18, 17, 19, 0.7);
      outline-color: rgba(255, 255, 255, 0.3);
      background-color: #e78a53;
      text-shadow: none; }
      notebook > header > tabs > arrow:backdrop:active label, combobox:drop(active) button.combo:backdrop:active label, combobox:drop(active) progressbar:backdrop progress.combo:active label, progressbar:backdrop combobox:drop(active) progress.combo:active label, combobox:drop(active) progressbar:backdrop trough.combo:active label, progressbar:backdrop combobox:drop(active) trough.combo:active label, notebook > header > tabs > arrow:backdrop:checked label, combobox:drop(active) button.combo:backdrop:checked label, combobox:drop(active) progressbar:backdrop progress.combo:checked label, progressbar:backdrop combobox:drop(active) progress.combo:checked label, combobox:drop(active) progressbar:backdrop trough.combo:checked label, progressbar:backdrop combobox:drop(active) trough.combo:checked label,
      button:backdrop.flat:active label,
      button:backdrop.flat:checked label,
      button:backdrop:active label,
      button:backdrop:checked label {
        color: rgba(18, 17, 19, 0.7); }
    notebook > header > tabs > arrow:backdrop:disabled, combobox:drop(active) button.combo:backdrop:disabled, combobox:drop(active) progressbar:backdrop progress.combo:disabled, progressbar:backdrop combobox:drop(active) progress.combo:disabled, combobox:drop(active) progressbar:backdrop trough.combo:disabled, progressbar:backdrop combobox:drop(active) trough.combo:disabled,
    button:backdrop.flat:disabled,
    button:backdrop:disabled {
      color: #d2d2d2;
      border-color: rgba(43, 43, 43, 0.3);
      background-color: #161517;
      text-shadow: none; }
      notebook > header > tabs > arrow:backdrop:disabled:active, combobox:drop(active) button.combo:backdrop:disabled:active, combobox:drop(active) progressbar:backdrop progress.combo:disabled:active, progressbar:backdrop combobox:drop(active) progress.combo:disabled:active, combobox:drop(active) progressbar:backdrop trough.combo:disabled:active, progressbar:backdrop combobox:drop(active) trough.combo:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked, combobox:drop(active) button.combo:backdrop:disabled:checked, combobox:drop(active) progressbar:backdrop progress.combo:disabled:checked, progressbar:backdrop combobox:drop(active) progress.combo:disabled:checked, combobox:drop(active) progressbar:backdrop trough.combo:disabled:checked, progressbar:backdrop combobox:drop(active) trough.combo:disabled:checked,
      button:backdrop.flat:disabled:active,
      button:backdrop.flat:disabled:checked,
      button:backdrop:disabled:active,
      button:backdrop:disabled:checked {
        color: rgba(18, 17, 19, 0.7);
        outline-color: rgba(255, 255, 255, 0.3);
        background-color: #e78a53;
        text-shadow: none; }
  progressbar:backdrop progress.flat, progressbar:backdrop trough.flat, notebook > header > tabs > arrow:backdrop, combobox:drop(active) button.flat.combo:backdrop, combobox:drop(active) .selection-mode windowcontrols button.combo:backdrop, .selection-mode windowcontrols combobox:drop(active) button.combo:backdrop, combobox:drop(active) progressbar:backdrop progress.combo, progressbar:backdrop combobox:drop(active) progress.combo, combobox:drop(active) progressbar:backdrop trough.combo, progressbar:backdrop combobox:drop(active) trough.combo, label:backdrop selection.flat, notebook > header > tabs > arrow:disabled, combobox:drop(active) button.flat.combo:disabled, combobox:drop(active) .selection-mode windowcontrols button.combo:disabled, .selection-mode windowcontrols combobox:drop(active) button.combo:disabled, label:disabled selection.flat,
  button.flat:backdrop,
  .selection-mode windowcontrols button:backdrop,
  button.flat:disabled,
  .selection-mode windowcontrols button:disabled,
  button.flat:backdrop:disabled {
    border-color: transparent;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0);
    text-shadow: none;
    -gtk-icon-shadow: none; }
  notebook > header > tabs > arrow:disabled, combobox:drop(active) button.combo:disabled, .selection-mode windowcontrols button:disabled,
  button:disabled {
    color: #d2d2d2;
    border-color: rgba(43, 43, 43, 0.3);
    background-color: #161517;
    text-shadow: none; }
    notebook > header > tabs > arrow:disabled:active, combobox:drop(active) button.combo:disabled:active, notebook > header > tabs > arrow:disabled:checked, combobox:drop(active) button.combo:disabled:checked,
    button:disabled:active,
    button:disabled:checked {
      color: rgba(18, 17, 19, 0.7);
      outline-color: rgba(255, 255, 255, 0.3);
      background-color: #e78a53;
      text-shadow: none; }
      notebook > header > tabs > arrow:disabled:active label, combobox:drop(active) button.combo:disabled:active label, notebook > header > tabs > arrow:disabled:checked label, combobox:drop(active) button.combo:disabled:checked label,
      button:disabled:active label,
      button:disabled:checked label {
        color: rgba(18, 17, 19, 0.7); }
  notebook > header > tabs > arrow.image-button, combobox:drop(active) button.image-button.combo, .selection-mode windowcontrols button.image-button,
  button.image-button {
    min-width: 24px;
    padding-left: 4px;
    padding-right: 4px; }
  notebook > header > tabs > arrow.image-button.circular, combobox:drop(active) button.image-button.circular.combo, notebook > header > tabs > arrow.image-button.sidebar-button, combobox:drop(active) button.image-button.sidebar-button.combo,
  button.image-button.circular,
  button.image-button.sidebar-button {
    padding: 6px 4px;
    border-radius: 50px;
    box-shadow: none; }
  notebook > header > tabs > arrow.text-button, combobox:drop(active) button.text-button.combo, .selection-mode windowcontrols button.text-button,
  button.text-button {
    padding-left: 16px;
    padding-right: 16px; }
  notebook > header > tabs > arrow.text-button.image-button, combobox:drop(active) button.text-button.image-button.combo,
  button.text-button.image-button {
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 6px; }
    notebook > header > tabs > arrow.text-button.image-button label, combobox:drop(active) button.text-button.image-button.combo label,
    button.text-button.image-button label {
      padding-left: 8px;
      padding-right: 8px; }
  notebook > header > tabs > arrow:drop(active), combobox:drop(active) button.combo:drop(active), combobox:drop(active) button.combo, .selection-mode windowcontrols button:drop(active), combobox:drop(active) .selection-mode windowcontrols button.combo, .selection-mode windowcontrols combobox:drop(active) button.combo,
  button:drop(active),
  combobox:drop(active) button.combo {
    color: #e78a53;
    border-color: #e78a53;
    box-shadow: inset 0 0 0 1px #e78a53; }

row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled), row:selected .selection-mode windowcontrols button:not(:active):not(:checked):not(:hover):not(disabled), .selection-mode windowcontrols row:selected button:not(:active):not(:checked):not(:hover):not(disabled) {
  color: #121113;
  border-color: transparent; }
  row:selected progressbar:backdrop progress:not(disabled), progressbar:backdrop row:selected progress:not(disabled), row:selected progressbar:backdrop trough:not(disabled), progressbar:backdrop row:selected trough:not(disabled), row:selected label:backdrop selection:not(disabled), label:backdrop row:selected selection:not(disabled), row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, row:selected .selection-mode windowcontrols button:not(:active):not(:checked):not(:hover):not(disabled):backdrop, .selection-mode windowcontrols row:selected button:not(:active):not(:checked):not(:hover):not(disabled):backdrop {
    color: #898889; }

.selection-mode windowcontrols button.osd,
button.osd {
  min-width: 24px;
  min-height: 20px;
  color: #ffffff;
  border-radius: 6px;
  outline-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border-color: #2b2b2b;
  background-color: rgba(18, 17, 19, 0.93);
  background-clip: padding-box;
  text-shadow: 0 1px black;
  -gtk-icon-shadow: 0 1px black;
  outline-color: rgba(255, 255, 255, 0.3);
  border: none;
  box-shadow: none; }
  
  button.osd.image-button {
    min-width: 32px; }
  
  button.osd:hover {
    color: white;
    border-color: #2b2b2b;
    background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93));
    background-clip: padding-box;
    text-shadow: 0 1px black;
    -gtk-icon-shadow: 0 1px black;
    outline-color: rgba(255, 255, 255, 0.3);
    border: none;
    box-shadow: none; }
  
  button.osd:active,
  button.osd:checked {
    color: white;
    border-color: #2b2b2b;
    background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93));
    background-clip: padding-box;
    text-shadow: none;
    -gtk-icon-shadow: none;
    outline-color: rgba(255, 255, 255, 0.3);
    border: none;
    box-shadow: none; }
  progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled, label:backdrop selection.osd:disabled, label:disabled selection.osd,
  button.osd:disabled:backdrop,
  button.osd:disabled {
    color: #898889;
    border-color: #2b2b2b;
    background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5));
    background-clip: padding-box;
    box-shadow: none;
    text-shadow: none;
    -gtk-icon-shadow: none;
    border: none; }
  progressbar:backdrop progress.osd, progressbar:backdrop trough.osd, label:backdrop selection.osd,
  button.osd:backdrop {
    color: #ffffff;
    border-color: #2b2b2b;
    background-image: linear-gradient(to bottom, rgba(18, 17, 19, 0.93), rgba(18, 17, 19, 0.93));
    background-clip: padding-box;
    box-shadow: none;
    text-shadow: none;
    -gtk-icon-shadow: none;
    border: none; }

popover.background.touch-selection button, popover.background.magnifier button, .app-notification button,
.app-notification.frame button, .osd .selection-mode windowcontrols button, .selection-mode windowcontrols .osd button, .osd button {
  color: #ffffff;
  border-color: #2b2b2b;
  background-color: rgba(18, 17, 19, 0.93);
  background-clip: padding-box;
  text-shadow: 0 1px black;
  -gtk-icon-shadow: 0 1px black;
  outline-color: rgba(255, 255, 255, 0.3); }
  popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .app-notification button:hover, .osd button:hover {
    color: white;
    border-color: #2b2b2b;
    background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93));
    background-clip: padding-box;
    text-shadow: 0 1px black;
    -gtk-icon-shadow: 0 1px black;
    outline-color: rgba(255, 255, 255, 0.3); }
  progressbar:backdrop progress:active, progressbar:backdrop trough:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, .app-notification button:active, progressbar:backdrop progress:checked, progressbar:backdrop trough:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .app-notification button:checked, .osd label:backdrop selection:active, label:backdrop .osd selection:active, .osd label:backdrop selection:checked, label:backdrop .osd selection:checked, .osd button:active:backdrop, .osd button:active, .osd button:checked:backdrop, .osd button:checked {
    color: white;
    border-color: #2b2b2b;
    background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93));
    background-clip: padding-box;
    text-shadow: none;
    -gtk-icon-shadow: none;
    outline-color: rgba(255, 255, 255, 0.3); }
  progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .osd button:disabled:backdrop, .osd button:disabled {
    color: #898889;
    border-color: #2b2b2b;
    background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5));
    background-clip: padding-box;
    box-shadow: none;
    text-shadow: none;
    -gtk-icon-shadow: none; }
  popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop, .osd button:backdrop {
    color: #ffffff;
    border-color: #2b2b2b;
    background-image: linear-gradient(to bottom, rgba(18, 17, 19, 0.93), rgba(18, 17, 19, 0.93));
    background-clip: padding-box;
    box-shadow: none;
    text-shadow: none;
    -gtk-icon-shadow: none; }
  popover.background.touch-selection button.flat, popover.background.touch-selection .selection-mode windowcontrols button, .selection-mode windowcontrols popover.background.touch-selection button, popover.background.magnifier button.flat, popover.background.magnifier .selection-mode windowcontrols button, .selection-mode windowcontrols popover.background.magnifier button, .app-notification button.flat, .app-notification .selection-mode windowcontrols button, .selection-mode windowcontrols .app-notification button, .osd button.flat, .osd .selection-mode windowcontrols button, .selection-mode windowcontrols .osd button {
    border-color: transparent;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0);
    text-shadow: none;
    -gtk-icon-shadow: none;
    box-shadow: none;
    text-shadow: 0 1px black;
    -gtk-icon-shadow: 0 1px black; }
    popover.background.touch-selection button.flat:hover, popover.background.touch-selection .selection-mode windowcontrols button:hover, .selection-mode windowcontrols popover.background.touch-selection button:hover, popover.background.magnifier button.flat:hover, popover.background.magnifier .selection-mode windowcontrols button:hover, .selection-mode windowcontrols popover.background.magnifier button:hover, .app-notification button.flat:hover, .app-notification .selection-mode windowcontrols button:hover, .selection-mode windowcontrols .app-notification button:hover, .osd button.flat:hover, .osd .selection-mode windowcontrols button:hover, .selection-mode windowcontrols .osd button:hover {
      color: white;
      border-color: #2b2b2b;
      background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93));
      background-clip: padding-box;
      text-shadow: 0 1px black;
      -gtk-icon-shadow: 0 1px black;
      outline-color: rgba(255, 255, 255, 0.3); }
    popover.background.touch-selection button.flat:disabled, popover.background.touch-selection .selection-mode windowcontrols button:disabled, .selection-mode windowcontrols popover.background.touch-selection button:disabled, popover.background.magnifier button.flat:disabled, popover.background.magnifier .selection-mode windowcontrols button:disabled, .selection-mode windowcontrols popover.background.magnifier button:disabled, .osd label:disabled selection.flat, label:disabled .osd selection.flat, .osd button.flat:disabled, .osd .selection-mode windowcontrols button:disabled, .selection-mode windowcontrols .osd button:disabled {
      color: #898889;
      border-color: #2b2b2b;
      background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5));
      background-clip: padding-box;
      box-shadow: none;
      text-shadow: none;
      -gtk-icon-shadow: none;
      background-image: none;
      border-color: transparent;
      box-shadow: none; }
    progressbar:backdrop progress.flat, progressbar:backdrop trough.flat, popover.background.touch-selection button.flat:backdrop, popover.background.touch-selection .selection-mode windowcontrols button:backdrop, .selection-mode windowcontrols popover.background.touch-selection button:backdrop, popover.background.magnifier button.flat:backdrop, popover.background.magnifier .selection-mode windowcontrols button:backdrop, .selection-mode windowcontrols popover.background.magnifier button:backdrop, .osd label:backdrop selection.flat, label:backdrop .osd selection.flat, .osd button.flat:backdrop, .osd .selection-mode windowcontrols button:backdrop, .selection-mode windowcontrols .osd button:backdrop {
      border-color: transparent;
      background-color: transparent;
      background-image: none;
      box-shadow: inset 0 1px rgba(255, 255, 255, 0);
      text-shadow: none;
      -gtk-icon-shadow: none; }
    popover.background.touch-selection button.flat:active, popover.background.touch-selection .selection-mode windowcontrols button:active, .selection-mode windowcontrols popover.background.touch-selection button:active, popover.background.magnifier button.flat:active, popover.background.magnifier .selection-mode windowcontrols button:active, .selection-mode windowcontrols popover.background.magnifier button:active, .app-notification button.flat:active, .app-notification .selection-mode windowcontrols button:active, .selection-mode windowcontrols .app-notification button:active, popover.background.touch-selection button.flat:checked, popover.background.touch-selection .selection-mode windowcontrols button:checked, .selection-mode windowcontrols popover.background.touch-selection button:checked, popover.background.magnifier button.flat:checked, popover.background.magnifier .selection-mode windowcontrols button:checked, .selection-mode windowcontrols popover.background.magnifier button:checked, .app-notification button.flat:checked, .app-notification .selection-mode windowcontrols button:checked, .selection-mode windowcontrols .app-notification button:checked, .osd button.flat:active, .osd .selection-mode windowcontrols button:active, .selection-mode windowcontrols .osd button:active, .osd button.flat:checked, .osd .selection-mode windowcontrols button:checked, .selection-mode windowcontrols .osd button:checked {
      color: white;
      border-color: #2b2b2b;
      background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93));
      background-clip: padding-box;
      text-shadow: none;
      -gtk-icon-shadow: none;
      outline-color: rgba(255, 255, 255, 0.3); }

.selection-mode windowcontrols button,
button.suggested-action {
  border: none;
  box-shadow: none;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(to right, #e78a53 0%, #e78a53 100%); }
  
  button.suggested-action label,
  .selection-mode windowcontrols button label {
    color: #fff; }
  .selection-mode windowcontrols button, notebook > header > tabs > arrow.suggested-action,
  button.suggested-action.flat {
    box-shadow: none;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(to right, #e78a53 0%, #e78a53 100%); }
    .selection-mode windowcontrols button label, notebook > header > tabs > arrow.suggested-action label,
    button.suggested-action.flat label {
      color: #fff; }
  
  button.suggested-action:hover,
  .selection-mode windowcontrols button:hover {
    color: white;
    outline-color: rgba(255, 255, 255, 0.3);
    background-color: #e78a53;
    text-shadow: none;
    opacity: 0.85; }
  
  button.suggested-action:active,
  .selection-mode windowcontrols button:active,
  button.suggested-action:checked,
  .selection-mode windowcontrols button:checked {
    color: white;
    outline-color: rgba(255, 255, 255, 0.3);
    background-color: #e78a53;
    text-shadow: none; }
  progressbar:backdrop progress.suggested-action, progressbar:backdrop trough.suggested-action, label:backdrop selection.suggested-action, progressbar:backdrop progress.flat, progressbar:backdrop trough.flat, notebook > header > tabs > arrow.suggested-action:backdrop, label:backdrop selection.flat,
  button.suggested-action:backdrop,
  .selection-mode windowcontrols button:backdrop,
  button.suggested-action.flat:backdrop {
    color: #d2d2d2;
    outline-color: rgba(255, 255, 255, 0.3);
    background-color: #e78a53;
    text-shadow: none; }
    progressbar:backdrop progress.suggested-action label, progressbar:backdrop trough.suggested-action label, label:backdrop selection.suggested-action label, progressbar:backdrop progress.flat label, progressbar:backdrop trough.flat label, notebook > header > tabs > arrow.suggested-action:backdrop label, label:backdrop selection.flat label,
    button.suggested-action:backdrop label,
    .selection-mode windowcontrols button:backdrop label,
    button.suggested-action.flat:backdrop label {
      color: rgba(255, 255, 255, 0.5); }
    progressbar:backdrop progress.suggested-action:active, progressbar:backdrop trough.suggested-action:active, label:backdrop selection.suggested-action:active, progressbar:backdrop progress.suggested-action:checked, progressbar:backdrop trough.suggested-action:checked, label:backdrop selection.suggested-action:checked, progressbar:backdrop progress.flat:active, progressbar:backdrop trough.flat:active, notebook > header > tabs > arrow.suggested-action:backdrop:active, label:backdrop selection.flat:active, progressbar:backdrop progress.flat:checked, progressbar:backdrop trough.flat:checked, notebook > header > tabs > arrow.suggested-action:backdrop:checked, label:backdrop selection.flat:checked,
    button.suggested-action:backdrop:active,
    .selection-mode windowcontrols button:backdrop:active,
    button.suggested-action:backdrop:checked,
    .selection-mode windowcontrols button:backdrop:checked,
    button.suggested-action.flat:backdrop:active,
    button.suggested-action.flat:backdrop:checked {
      color: rgba(18, 17, 19, 0.7);
      outline-color: rgba(255, 255, 255, 0.3);
      background-color: #e78a53;
      text-shadow: none; }
      progressbar:backdrop progress.suggested-action:active label, progressbar:backdrop trough.suggested-action:active label, label:backdrop selection.suggested-action:active label, progressbar:backdrop progress.suggested-action:checked label, progressbar:backdrop trough.suggested-action:checked label, label:backdrop selection.suggested-action:checked label, progressbar:backdrop progress.flat:active label, progressbar:backdrop trough.flat:active label, notebook > header > tabs > arrow.suggested-action:backdrop:active label, label:backdrop selection.flat:active label, progressbar:backdrop progress.flat:checked label, progressbar:backdrop trough.flat:checked label, notebook > header > tabs > arrow.suggested-action:backdrop:checked label, label:backdrop selection.flat:checked label,
      button.suggested-action:backdrop:active label,
      .selection-mode windowcontrols button:backdrop:active label,
      button.suggested-action:backdrop:checked label,
      .selection-mode windowcontrols button:backdrop:checked label,
      button.suggested-action.flat:backdrop:active label,
      button.suggested-action.flat:backdrop:checked label {
        color: rgba(18, 17, 19, 0.7); }
    progressbar:backdrop progress.suggested-action:disabled, progressbar:backdrop trough.suggested-action:disabled, label:backdrop selection.suggested-action:disabled, label:disabled selection.suggested-action:backdrop, label:disabled progressbar:backdrop progress.suggested-action, progressbar:backdrop label:disabled progress.suggested-action, label:disabled progressbar:backdrop trough.suggested-action, progressbar:backdrop label:disabled trough.suggested-action, label:backdrop label:disabled selection.suggested-action, label:disabled label:backdrop selection.suggested-action, progressbar:backdrop progress.flat:disabled, progressbar:backdrop trough.flat:disabled, notebook > header > tabs > arrow.suggested-action:backdrop:disabled, label:backdrop selection.flat:disabled, label:disabled selection.flat:backdrop, label:disabled progressbar:backdrop progress.flat, progressbar:backdrop label:disabled progress.flat, label:disabled progressbar:backdrop trough.flat, progressbar:backdrop label:disabled trough.flat, label:backdrop label:disabled selection.flat, label:disabled label:backdrop selection.flat,
    button.suggested-action:backdrop:disabled,
    .selection-mode windowcontrols button:backdrop:disabled,
    button.suggested-action.flat:backdrop:disabled {
      color: #d2d2d2;
      border-color: rgba(43, 43, 43, 0.3);
      background-color: #e78a53;
      text-shadow: none; }
      progressbar:backdrop progress.suggested-action:disabled label, progressbar:backdrop trough.suggested-action:disabled label, label:backdrop selection.suggested-action:disabled label, label:disabled selection.suggested-action:backdrop label, label:disabled progressbar:backdrop progress.suggested-action label, progressbar:backdrop label:disabled progress.suggested-action label, label:disabled progressbar:backdrop trough.suggested-action label, progressbar:backdrop label:disabled trough.suggested-action label, label:backdrop label:disabled selection.suggested-action label, label:disabled label:backdrop selection.suggested-action label, progressbar:backdrop progress.flat:disabled label, progressbar:backdrop trough.flat:disabled label, notebook > header > tabs > arrow.suggested-action:backdrop:disabled label, label:backdrop selection.flat:disabled label, label:disabled selection.flat:backdrop label, label:disabled progressbar:backdrop progress.flat label, progressbar:backdrop label:disabled progress.flat label, label:disabled progressbar:backdrop trough.flat label, progressbar:backdrop label:disabled trough.flat label, label:backdrop label:disabled selection.flat label, label:disabled label:backdrop selection.flat label,
      button.suggested-action:backdrop:disabled label,
      .selection-mode windowcontrols button:backdrop:disabled label,
      button.suggested-action.flat:backdrop:disabled label {
        color: rgba(255, 255, 255, 0.5); }
      progressbar:backdrop progress.suggested-action:disabled:active, progressbar:backdrop trough.suggested-action:disabled:active, label:backdrop selection.suggested-action:disabled:active, label:disabled selection.suggested-action:backdrop:active, label:disabled progressbar:backdrop progress.suggested-action:active, progressbar:backdrop label:disabled progress.suggested-action:active, label:disabled progressbar:backdrop trough.suggested-action:active, progressbar:backdrop label:disabled trough.suggested-action:active, label:backdrop label:disabled selection.suggested-action:active, label:disabled label:backdrop selection.suggested-action:active, progressbar:backdrop progress.suggested-action:disabled:checked, progressbar:backdrop trough.suggested-action:disabled:checked, label:backdrop selection.suggested-action:disabled:checked, label:disabled selection.suggested-action:backdrop:checked, label:disabled progressbar:backdrop progress.suggested-action:checked, progressbar:backdrop label:disabled progress.suggested-action:checked, label:disabled progressbar:backdrop trough.suggested-action:checked, progressbar:backdrop label:disabled trough.suggested-action:checked, label:backdrop label:disabled selection.suggested-action:checked, label:disabled label:backdrop selection.suggested-action:checked, progressbar:backdrop progress.flat:disabled:active, progressbar:backdrop trough.flat:disabled:active, notebook > header > tabs > arrow.suggested-action:backdrop:disabled:active, label:backdrop selection.flat:disabled:active, label:disabled selection.flat:backdrop:active, label:disabled progressbar:backdrop progress.flat:active, progressbar:backdrop label:disabled progress.flat:active, label:disabled progressbar:backdrop trough.flat:active, progressbar:backdrop label:disabled trough.flat:active, label:backdrop label:disabled selection.flat:active, label:disabled label:backdrop selection.flat:active, progressbar:backdrop progress.flat:disabled:checked, progressbar:backdrop trough.flat:disabled:checked, notebook > header > tabs > arrow.suggested-action:backdrop:disabled:checked, label:backdrop selection.flat:disabled:checked, label:disabled selection.flat:backdrop:checked, label:disabled progressbar:backdrop progress.flat:checked, progressbar:backdrop label:disabled progress.flat:checked, label:disabled progressbar:backdrop trough.flat:checked, progressbar:backdrop label:disabled trough.flat:checked, label:backdrop label:disabled selection.flat:checked, label:disabled label:backdrop selection.flat:checked,
      button.suggested-action:backdrop:disabled:active,
      .selection-mode windowcontrols button:backdrop:disabled:active,
      button.suggested-action:backdrop:disabled:checked,
      .selection-mode windowcontrols button:backdrop:disabled:checked,
      button.suggested-action.flat:backdrop:disabled:active,
      button.suggested-action.flat:backdrop:disabled:checked {
        color: rgba(18, 17, 19, 0.7);
        outline-color: rgba(255, 255, 255, 0.3);
        background-color: #e78a53;
        text-shadow: none; }
  .selection-mode windowcontrols button:backdrop, progressbar:backdrop progress.flat, progressbar:backdrop trough.flat, notebook > header > tabs > arrow.suggested-action:backdrop, progressbar:backdrop notebook > header > tabs > progress.suggested-action, progressbar:backdrop notebook > header > tabs > trough.suggested-action, label:backdrop selection.flat, .selection-mode windowcontrols button:disabled, notebook > header > tabs > arrow.suggested-action:disabled, label:disabled selection.flat,
  button.suggested-action.flat:backdrop,
  button.suggested-action.flat:disabled,
  button.suggested-action.flat:backdrop:disabled {
    border-color: transparent;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0);
    text-shadow: none;
    -gtk-icon-shadow: none;
    color: rgba(231, 138, 83, 0.8); }
  label:disabled selection.suggested-action,
  button.suggested-action:disabled,
  .selection-mode windowcontrols button:disabled {
    color: #d2d2d2;
    border-color: rgba(43, 43, 43, 0.3);
    background-color: #e78a53;
    text-shadow: none;
    opacity: 0.75; }
    label:disabled selection.suggested-action:active, label:disabled selection.suggested-action:checked,
    button.suggested-action:disabled:active,
    .selection-mode windowcontrols button:disabled:active,
    button.suggested-action:disabled:checked,
    .selection-mode windowcontrols button:disabled:checked {
      color: rgba(18, 17, 19, 0.7);
      outline-color: rgba(255, 255, 255, 0.3);
      background-color: #e78a53;
      text-shadow: none; }
      label:disabled selection.suggested-action:active label, label:disabled selection.suggested-action:checked label,
      button.suggested-action:disabled:active label,
      .selection-mode windowcontrols button:disabled:active label,
      button.suggested-action:disabled:checked label,
      .selection-mode windowcontrols button:disabled:checked label {
        color: rgba(18, 17, 19, 0.7); }
  .osd button.suggested-action, .osd .selection-mode windowcontrols button, .selection-mode windowcontrols .osd button {
    color: #ffffff;
    border-color: #2b2b2b;
    background-color: rgba(231, 138, 83, 0.5);
    background-clip: padding-box;
    text-shadow: 0 1px black;
    -gtk-icon-shadow: 0 1px black;
    outline-color: rgba(255, 255, 255, 0.3); }
    .osd button.suggested-action:hover, .osd .selection-mode windowcontrols button:hover, .selection-mode windowcontrols .osd button:hover {
      color: white;
      border-color: #2b2b2b;
      background-image: linear-gradient(to bottom, rgba(231, 138, 83, 0.7), rgba(231, 138, 83, 0.7));
      background-clip: padding-box;
      text-shadow: 0 1px black;
      -gtk-icon-shadow: 0 1px black;
      outline-color: rgba(255, 255, 255, 0.3); }
    .osd progressbar:backdrop progress:active, progressbar:backdrop .osd progress:active, .osd progressbar:backdrop trough:active, progressbar:backdrop .osd trough:active, .osd label:backdrop selection:active, label:backdrop .osd selection:active, .osd progressbar:backdrop progress:checked, progressbar:backdrop .osd progress:checked, .osd progressbar:backdrop trough:checked, progressbar:backdrop .osd trough:checked, .osd label:backdrop selection:checked, label:backdrop .osd selection:checked, .osd button.suggested-action:active:backdrop, .osd button.suggested-action:active, .osd .selection-mode windowcontrols button:active, .selection-mode windowcontrols .osd button:active, .osd button.suggested-action:checked:backdrop, .osd button.suggested-action:checked, .osd .selection-mode windowcontrols button:checked, .selection-mode windowcontrols .osd button:checked {
      color: white;
      border-color: #2b2b2b;
      background-image: linear-gradient(to bottom, #e78a53, #e78a53);
      background-clip: padding-box;
      text-shadow: none;
      -gtk-icon-shadow: none;
      outline-color: rgba(255, 255, 255, 0.3); }
    .osd progressbar:backdrop progress:disabled, progressbar:backdrop .osd progress:disabled, .osd progressbar:backdrop trough:disabled, progressbar:backdrop .osd trough:disabled, .osd label:backdrop selection.suggested-action:disabled, label:backdrop .osd selection.suggested-action:disabled, .osd label:disabled selection.suggested-action, label:disabled .osd selection.suggested-action, .osd button.suggested-action:disabled:backdrop, .osd button.suggested-action:disabled, .osd .selection-mode windowcontrols button:disabled, .selection-mode windowcontrols .osd button:disabled {
      color: #898889;
      border-color: #2b2b2b;
      background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5));
      background-clip: padding-box;
      box-shadow: none;
      text-shadow: none;
      -gtk-icon-shadow: none; }
    .osd progressbar:backdrop progress.suggested-action, progressbar:backdrop .osd progress.suggested-action, .osd progressbar:backdrop trough.suggested-action, progressbar:backdrop .osd trough.suggested-action, .osd label:backdrop selection.suggested-action, label:backdrop .osd selection.suggested-action, .osd button.suggested-action:backdrop, .osd .selection-mode windowcontrols button:backdrop, .selection-mode windowcontrols .osd button:backdrop {
      color: #ffffff;
      border-color: #2b2b2b;
      background-image: linear-gradient(to bottom, rgba(231, 138, 83, 0.5), rgba(231, 138, 83, 0.5));
      background-clip: padding-box;
      box-shadow: none;
      text-shadow: none;
      -gtk-icon-shadow: none; }

.selection-mode windowcontrols button.destructive-action,
button.destructive-action {
  border: none;
  box-shadow: none;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(to right, #e75353, #e75353); }
  
  button.destructive-action label {
    color: #fff; }
  .selection-mode windowcontrols button.destructive-action, notebook > header > tabs > arrow.destructive-action,
  button.destructive-action.flat {
    box-shadow: none;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(to right, #e78a53 0%, #e78a53 100%); }
    .selection-mode windowcontrols button.destructive-action label, notebook > header > tabs > arrow.destructive-action label,
    button.destructive-action.flat label {
      color: #fff; }
  
  button.destructive-action:hover {
    color: white;
    outline-color: rgba(255, 255, 255, 0.3);
    background-color: #e75353;
    text-shadow: none;
    opacity: 0.85; }
  
  button.destructive-action:active,
  button.destructive-action:checked {
    color: white;
    outline-color: rgba(255, 255, 255, 0.3);
    background-color: #e75353;
    text-shadow: none; }
  progressbar:backdrop progress.destructive-action, progressbar:backdrop trough.destructive-action, label:backdrop selection.destructive-action, progressbar:backdrop progress.flat, progressbar:backdrop trough.flat, notebook > header > tabs > arrow.destructive-action:backdrop, label:backdrop selection.flat,
  button.destructive-action:backdrop,
  button.destructive-action.flat:backdrop {
    color: #d2d2d2;
    outline-color: rgba(255, 255, 255, 0.3);
    background-color: #e75353;
    text-shadow: none; }
    progressbar:backdrop progress.destructive-action label, progressbar:backdrop trough.destructive-action label, label:backdrop selection.destructive-action label, progressbar:backdrop progress.flat label, progressbar:backdrop trough.flat label, notebook > header > tabs > arrow.destructive-action:backdrop label, label:backdrop selection.flat label,
    button.destructive-action:backdrop label,
    button.destructive-action.flat:backdrop label {
      color: rgba(255, 255, 255, 0.5); }
    progressbar:backdrop progress.destructive-action:active, progressbar:backdrop trough.destructive-action:active, label:backdrop selection.destructive-action:active, progressbar:backdrop progress.destructive-action:checked, progressbar:backdrop trough.destructive-action:checked, label:backdrop selection.destructive-action:checked, progressbar:backdrop progress.flat:active, progressbar:backdrop trough.flat:active, notebook > header > tabs > arrow.destructive-action:backdrop:active, label:backdrop selection.flat:active, progressbar:backdrop progress.flat:checked, progressbar:backdrop trough.flat:checked, notebook > header > tabs > arrow.destructive-action:backdrop:checked, label:backdrop selection.flat:checked,
    button.destructive-action:backdrop:active,
    button.destructive-action:backdrop:checked,
    button.destructive-action.flat:backdrop:active,
    button.destructive-action.flat:backdrop:checked {
      color: rgba(18, 17, 19, 0.7);
      outline-color: rgba(255, 255, 255, 0.3);
      background-color: #e78a53;
      text-shadow: none; }
      progressbar:backdrop progress.destructive-action:active label, progressbar:backdrop trough.destructive-action:active label, label:backdrop selection.destructive-action:active label, progressbar:backdrop progress.destructive-action:checked label, progressbar:backdrop trough.destructive-action:checked label, label:backdrop selection.destructive-action:checked label, progressbar:backdrop progress.flat:active label, progressbar:backdrop trough.flat:active label, notebook > header > tabs > arrow.destructive-action:backdrop:active label, label:backdrop selection.flat:active label, progressbar:backdrop progress.flat:checked label, progressbar:backdrop trough.flat:checked label, notebook > header > tabs > arrow.destructive-action:backdrop:checked label, label:backdrop selection.flat:checked label,
      button.destructive-action:backdrop:active label,
      button.destructive-action:backdrop:checked label,
      button.destructive-action.flat:backdrop:active label,
      button.destructive-action.flat:backdrop:checked label {
        color: rgba(18, 17, 19, 0.7); }
    progressbar:backdrop progress.destructive-action:disabled, progressbar:backdrop trough.destructive-action:disabled, label:backdrop selection.destructive-action:disabled, label:disabled selection.destructive-action:backdrop, label:disabled progressbar:backdrop progress.destructive-action, progressbar:backdrop label:disabled progress.destructive-action, label:disabled progressbar:backdrop trough.destructive-action, progressbar:backdrop label:disabled trough.destructive-action, label:backdrop label:disabled selection.destructive-action, label:disabled label:backdrop selection.destructive-action, progressbar:backdrop progress.flat:disabled, progressbar:backdrop trough.flat:disabled, notebook > header > tabs > arrow.destructive-action:backdrop:disabled, label:backdrop selection.flat:disabled, label:disabled selection.flat:backdrop, label:disabled progressbar:backdrop progress.flat, progressbar:backdrop label:disabled progress.flat, label:disabled progressbar:backdrop trough.flat, progressbar:backdrop label:disabled trough.flat, label:backdrop label:disabled selection.flat, label:disabled label:backdrop selection.flat,
    button.destructive-action:backdrop:disabled,
    button.destructive-action.flat:backdrop:disabled {
      color: #d2d2d2;
      border-color: rgba(43, 43, 43, 0.3);
      background-color: #e75353;
      text-shadow: none; }
      progressbar:backdrop progress.destructive-action:disabled label, progressbar:backdrop trough.destructive-action:disabled label, label:backdrop selection.destructive-action:disabled label, label:disabled selection.destructive-action:backdrop label, label:disabled progressbar:backdrop progress.destructive-action label, progressbar:backdrop label:disabled progress.destructive-action label, label:disabled progressbar:backdrop trough.destructive-action label, progressbar:backdrop label:disabled trough.destructive-action label, label:backdrop label:disabled selection.destructive-action label, label:disabled label:backdrop selection.destructive-action label, progressbar:backdrop progress.flat:disabled label, progressbar:backdrop trough.flat:disabled label, notebook > header > tabs > arrow.destructive-action:backdrop:disabled label, label:backdrop selection.flat:disabled label, label:disabled selection.flat:backdrop label, label:disabled progressbar:backdrop progress.flat label, progressbar:backdrop label:disabled progress.flat label, label:disabled progressbar:backdrop trough.flat label, progressbar:backdrop label:disabled trough.flat label, label:backdrop label:disabled selection.flat label, label:disabled label:backdrop selection.flat label,
      button.destructive-action:backdrop:disabled label,
      button.destructive-action.flat:backdrop:disabled label {
        color: rgba(255, 255, 255, 0.5); }
      progressbar:backdrop progress.destructive-action:disabled:active, progressbar:backdrop trough.destructive-action:disabled:active, label:backdrop selection.destructive-action:disabled:active, label:disabled selection.destructive-action:backdrop:active, label:disabled progressbar:backdrop progress.destructive-action:active, progressbar:backdrop label:disabled progress.destructive-action:active, label:disabled progressbar:backdrop trough.destructive-action:active, progressbar:backdrop label:disabled trough.destructive-action:active, label:backdrop label:disabled selection.destructive-action:active, label:disabled label:backdrop selection.destructive-action:active, progressbar:backdrop progress.destructive-action:disabled:checked, progressbar:backdrop trough.destructive-action:disabled:checked, label:backdrop selection.destructive-action:disabled:checked, label:disabled selection.destructive-action:backdrop:checked, label:disabled progressbar:backdrop progress.destructive-action:checked, progressbar:backdrop label:disabled progress.destructive-action:checked, label:disabled progressbar:backdrop trough.destructive-action:checked, progressbar:backdrop label:disabled trough.destructive-action:checked, label:backdrop label:disabled selection.destructive-action:checked, label:disabled label:backdrop selection.destructive-action:checked, progressbar:backdrop progress.flat:disabled:active, progressbar:backdrop trough.flat:disabled:active, notebook > header > tabs > arrow.destructive-action:backdrop:disabled:active, label:backdrop selection.flat:disabled:active, label:disabled selection.flat:backdrop:active, label:disabled progressbar:backdrop progress.flat:active, progressbar:backdrop label:disabled progress.flat:active, label:disabled progressbar:backdrop trough.flat:active, progressbar:backdrop label:disabled trough.flat:active, label:backdrop label:disabled selection.flat:active, label:disabled label:backdrop selection.flat:active, progressbar:backdrop progress.flat:disabled:checked, progressbar:backdrop trough.flat:disabled:checked, notebook > header > tabs > arrow.destructive-action:backdrop:disabled:checked, label:backdrop selection.flat:disabled:checked, label:disabled selection.flat:backdrop:checked, label:disabled progressbar:backdrop progress.flat:checked, progressbar:backdrop label:disabled progress.flat:checked, label:disabled progressbar:backdrop trough.flat:checked, progressbar:backdrop label:disabled trough.flat:checked, label:backdrop label:disabled selection.flat:checked, label:disabled label:backdrop selection.flat:checked,
      button.destructive-action:backdrop:disabled:active,
      button.destructive-action:backdrop:disabled:checked,
      button.destructive-action.flat:backdrop:disabled:active,
      button.destructive-action.flat:backdrop:disabled:checked {
        color: rgba(18, 17, 19, 0.7);
        outline-color: rgba(255, 255, 255, 0.3);
        background-color: #e78a53;
        text-shadow: none; }
  .selection-mode windowcontrols button.destructive-action:backdrop, progressbar:backdrop progress.flat, progressbar:backdrop trough.flat, notebook > header > tabs > arrow.destructive-action:backdrop, progressbar:backdrop notebook > header > tabs > progress.destructive-action, progressbar:backdrop notebook > header > tabs > trough.destructive-action, label:backdrop selection.flat, .selection-mode windowcontrols button.destructive-action:disabled, notebook > header > tabs > arrow.destructive-action:disabled, label:disabled selection.flat,
  button.destructive-action.flat:backdrop,
  button.destructive-action.flat:disabled,
  button.destructive-action.flat:backdrop:disabled {
    border-color: transparent;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0);
    text-shadow: none;
    -gtk-icon-shadow: none;
    color: rgba(231, 83, 83, 0.8); }
  label:disabled selection.destructive-action,
  button.destructive-action:disabled {
    color: #d2d2d2;
    border-color: rgba(43, 43, 43, 0.3);
    background-color: #e75353;
    text-shadow: none;
    opacity: 0.75; }
    label:disabled selection.destructive-action:active, label:disabled selection.destructive-action:checked,
    button.destructive-action:disabled:active,
    button.destructive-action:disabled:checked {
      color: rgba(18, 17, 19, 0.7);
      outline-color: rgba(255, 255, 255, 0.3);
      background-color: #e75353;
      text-shadow: none; }
      label:disabled selection.destructive-action:active label, label:disabled selection.destructive-action:checked label,
      button.destructive-action:disabled:active label,
      button.destructive-action:disabled:checked label {
        color: rgba(18, 17, 19, 0.7); }
  .osd button.destructive-action {
    color: #ffffff;
    border-color: #2b2b2b;
    background-color: rgba(231, 83, 83, 0.5);
    background-clip: padding-box;
    text-shadow: 0 1px black;
    -gtk-icon-shadow: 0 1px black;
    outline-color: rgba(255, 255, 255, 0.3); }
    .osd button.destructive-action:hover {
      color: white;
      border-color: #2b2b2b;
      background-image: linear-gradient(to bottom, rgba(231, 83, 83, 0.7), rgba(231, 83, 83, 0.7));
      background-clip: padding-box;
      text-shadow: 0 1px black;
      -gtk-icon-shadow: 0 1px black;
      outline-color: rgba(255, 255, 255, 0.3); }
    .osd progressbar:backdrop progress:active, progressbar:backdrop .osd progress:active, .osd progressbar:backdrop trough:active, progressbar:backdrop .osd trough:active, .osd label:backdrop selection:active, label:backdrop .osd selection:active, .osd progressbar:backdrop progress:checked, progressbar:backdrop .osd progress:checked, .osd progressbar:backdrop trough:checked, progressbar:backdrop .osd trough:checked, .osd label:backdrop selection:checked, label:backdrop .osd selection:checked, .osd button.destructive-action:active:backdrop, .osd button.destructive-action:active, .osd button.destructive-action:checked:backdrop, .osd button.destructive-action:checked {
      color: white;
      border-color: #2b2b2b;
      background-image: linear-gradient(to bottom, #e75353, #e75353);
      background-clip: padding-box;
      text-shadow: none;
      -gtk-icon-shadow: none;
      outline-color: rgba(255, 255, 255, 0.3); }
    .osd progressbar:backdrop progress:disabled, progressbar:backdrop .osd progress:disabled, .osd progressbar:backdrop trough:disabled, progressbar:backdrop .osd trough:disabled, .osd label:backdrop selection.destructive-action:disabled, label:backdrop .osd selection.destructive-action:disabled, .osd label:disabled selection.destructive-action, label:disabled .osd selection.destructive-action, .osd button.destructive-action:disabled:backdrop, .osd button.destructive-action:disabled {
      color: #898889;
      border-color: #2b2b2b;
      background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5));
      background-clip: padding-box;
      box-shadow: none;
      text-shadow: none;
      -gtk-icon-shadow: none; }
    .osd progressbar:backdrop progress.destructive-action, progressbar:backdrop .osd progress.destructive-action, .osd progressbar:backdrop trough.destructive-action, progressbar:backdrop .osd trough.destructive-action, .osd label:backdrop selection.destructive-action, label:backdrop .osd selection.destructive-action, .osd button.destructive-action:backdrop {
      color: #ffffff;
      border-color: #2b2b2b;
      background-image: linear-gradient(to bottom, rgba(231, 83, 83, 0.5), rgba(231, 83, 83, 0.5));
      background-clip: padding-box;
      box-shadow: none;
      text-shadow: none;
      -gtk-icon-shadow: none; }

.selection-mode windowcontrols .stack-switcher > button, .stack-switcher > button {
  outline-offset: -3px; }
  .selection-mode windowcontrols .stack-switcher > button > label, .stack-switcher > button > label {
    padding-left: 6px;
    padding-right: 6px; }
  .selection-mode windowcontrols .stack-switcher > button > image, .stack-switcher > button > image {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px; }
  .selection-mode windowcontrols .stack-switcher > button.text-button, .stack-switcher > button.text-button {
    padding-left: 10px;
    padding-right: 10px; }
  .selection-mode windowcontrols .stack-switcher > button.image-button, .stack-switcher > button.image-button {
    padding-left: 2px;
    padding-right: 2px; }
  .stack-switcher > button.needs-attention:active > label,
  .stack-switcher > button.needs-attention:active > image, .stack-switcher > button.needs-attention:checked > label,
  .stack-switcher > button.needs-attention:checked > image {
    animation: none;
    background-image: none; }

.inline-toolbar .selection-mode windowcontrols button, .selection-mode windowcontrols .inline-toolbar button, .inline-toolbar .selection-mode windowcontrols button:backdrop, .selection-mode windowcontrols .inline-toolbar button:backdrop, .inline-toolbar button, .inline-toolbar button:backdrop {
  border-radius: 6px;
  border-width: 1px; }

.primary-toolbar .selection-mode windowcontrols button, .selection-mode windowcontrols .primary-toolbar button, .primary-toolbar button, .primary-toolbar .raised button {
  -gtk-icon-shadow: none; }
  .primary-toolbar button:hover, .primary-toolbar button:focus, .primary-toolbar .raised button:hover, .primary-toolbar .raised button:focus {
    color: #121113;
    outline-color: rgba(18, 17, 19, 0.3);
    background-color: #e78a53;
    text-shadow: none; }

stacksidebar row.needs-attention > label, .selection-mode windowcontrols .stack-switcher > button.needs-attention > label,
.selection-mode windowcontrols .stack-switcher > button.needs-attention > image, .stack-switcher > button.needs-attention > label,
.stack-switcher > button.needs-attention > image {
  animation: needs_attention 150ms ease-in;
  background-image: radial-gradient(farthest-side, #f0b896 96%, rgba(240, 184, 150, 0));
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  background-position: right 3px, right 2px; }
  stacksidebar row.needs-attention > label:backdrop {
    background-size: 6px 6px, 0 0; }
  stacksidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl),
  .stack-switcher > button.needs-attention > image:dir(rtl) {
    background-position: left 3px, left 2px; }

/* oldstyle toolbar buttons */
.toolbar > button,
.toolbar > :not(.linked) > button,
.toolbar :not(.linked) > menubutton > button,
.toolbar :not(.linked) > scalebutton > button,
.toolbar :not(.linked) > dropdown > button,
.toolbar :not(.linked) > colorbutton > button,
.toolbar :not(.linked) > fontbutton > button,
.toolbar :not(.linked) > appchooserbutton > button,
.toolbar :not(.linked) > combobox > box > button {
  margin: 1px;
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  text-shadow: none;
  -gtk-icon-shadow: none; }
  .toolbar > button:hover, .toolbar > button:active, .toolbar > button:checked,
  .toolbar > :not(.linked) > button:hover,
  .toolbar > :not(.linked) > button:active,
  .toolbar > :not(.linked) > button:checked,
  .toolbar :not(.linked) > menubutton > button:hover,
  .toolbar :not(.linked) > menubutton > button:active,
  .toolbar :not(.linked) > menubutton > button:checked,
  .toolbar :not(.linked) > scalebutton > button:hover,
  .toolbar :not(.linked) > scalebutton > button:active,
  .toolbar :not(.linked) > scalebutton > button:checked,
  .toolbar :not(.linked) > dropdown > button:hover,
  .toolbar :not(.linked) > dropdown > button:active,
  .toolbar :not(.linked) > dropdown > button:checked,
  .toolbar :not(.linked) > colorbutton > button:hover,
  .toolbar :not(.linked) > colorbutton > button:active,
  .toolbar :not(.linked) > colorbutton > button:checked,
  .toolbar :not(.linked) > fontbutton > button:hover,
  .toolbar :not(.linked) > fontbutton > button:active,
  .toolbar :not(.linked) > fontbutton > button:checked,
  .toolbar :not(.linked) > appchooserbutton > button:hover,
  .toolbar :not(.linked) > appchooserbutton > button:active,
  .toolbar :not(.linked) > appchooserbutton > button:checked,
  .toolbar :not(.linked) > combobox > box > button:hover,
  .toolbar :not(.linked) > combobox > box > button:active,
  .toolbar :not(.linked) > combobox > box > button:checked {
    color: #ffffff;
    outline-color: rgba(255, 255, 255, 0.3);
    background-color: #2c292e;
    text-shadow: none; }
  .toolbar > button:disabled,
  .toolbar > :not(.linked) > button:disabled,
  .toolbar :not(.linked) > menubutton > button:disabled,
  .toolbar :not(.linked) > scalebutton > button:disabled,
  .toolbar :not(.linked) > dropdown > button:disabled,
  .toolbar :not(.linked) > colorbutton > button:disabled,
  .toolbar :not(.linked) > fontbutton > button:disabled,
  .toolbar :not(.linked) > appchooserbutton > button:disabled,
  .toolbar :not(.linked) > combobox > box > button:disabled {
    opacity: 0.5; }

.linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl), spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > combobox:only-child > box > button.combo, .linked:not(.vertical) > combobox:last-child > box > button.combo, .linked:not(.vertical) > combobox:first-child > box > button.combo, combobox.linked button:nth-child(2):dir(rtl), combobox.linked button:nth-child(2):dir(ltr), .inline-toolbar .selection-mode windowcontrols button, .selection-mode windowcontrols .inline-toolbar button, .inline-toolbar .selection-mode windowcontrols button:backdrop, .selection-mode windowcontrols .inline-toolbar button:backdrop, .inline-toolbar button, .inline-toolbar button:backdrop, .selection-mode windowcontrols .linked > button, .selection-mode windowcontrols .linked > button:hover, .selection-mode windowcontrols .linked > button:active, .selection-mode windowcontrols .linked > button:checked, .selection-mode windowcontrols .linked > button:backdrop, .linked > button, .linked > button:hover, .linked > button:active, .linked > button:checked, .linked > button:backdrop {
  border: 1px solid #2b2b2b;
  border-radius: 0;
  border-right-style: none;
  box-shadow: none; }
  .linked > combobox > box > button.combo:disabled:dir(ltr), .linked > combobox > box > button.combo:disabled:dir(rtl), spinbutton.vertical.linked:not(.vertical) > text:disabled, .linked:not(.vertical) > spinbutton:disabled:not(.vertical), .linked:not(.vertical) > entry:disabled, .linked:not(.vertical) > combobox:only-child > box > button.combo:disabled, .linked:not(.vertical) > combobox:last-child > box > button.combo:disabled, .linked:not(.vertical) > combobox:first-child > box > button.combo:disabled, combobox.linked button:disabled:nth-child(2):dir(rtl), combobox.linked button:disabled:nth-child(2):dir(ltr), .inline-toolbar progressbar:backdrop progress:disabled, progressbar:backdrop .inline-toolbar progress:disabled, .inline-toolbar progressbar:backdrop trough:disabled, progressbar:backdrop .inline-toolbar trough:disabled, .inline-toolbar button:disabled, .inline-toolbar button:disabled:backdrop, .selection-mode windowcontrols .linked > button:disabled, progressbar:backdrop .linked > progress:disabled, progressbar:backdrop .linked > trough:disabled, .linked > button:disabled, .linked > button:disabled:hover, .linked > button:disabled:active, .linked > button:disabled:checked, .linked > button:disabled:backdrop {
    color: #d2d2d2;
    border-color: rgba(43, 43, 43, 0.3);
    background-color: #161517;
    text-shadow: none;
    color: #898889; }

spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > combobox:only-child > box > button.combo:first-child, .linked:not(.vertical) > combobox:last-child > box > button.combo:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, combobox.linked button:nth-child(2):dir(rtl), combobox.linked button:first-child:nth-child(2):dir(ltr), combobox.linked .linked.vertical > combobox:first-child > box > button.combo:nth-child(2):dir(ltr), .inline-toolbar progressbar:backdrop progress:first-child, progressbar:backdrop .inline-toolbar progress:first-child, .inline-toolbar progressbar:backdrop trough:first-child, progressbar:backdrop .inline-toolbar trough:first-child, .inline-toolbar button:first-child, .inline-toolbar .linked.vertical > combobox:first-child > box > button.combo, .inline-toolbar button:first-child:backdrop, .selection-mode windowcontrols .linked > button:first-child, progressbar:backdrop .linked > progress:first-child, progressbar:backdrop .linked > trough:first-child, .linked > button:first-child, .linked.vertical > combobox:first-child > box.linked > button.combo, .linked > button:first-child:hover, .linked > button:first-child:active, .linked > button:first-child:checked, .linked > button:first-child:backdrop {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > combobox:only-child > box > button.combo:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .linked:not(.vertical) > combobox:first-child > box > button.combo:last-child, combobox.linked button:last-child:nth-child(2):dir(rtl), combobox.linked .linked.vertical > combobox:last-child > box > button.combo:nth-child(2):dir(rtl), combobox.linked button:nth-child(2):dir(ltr), .inline-toolbar progressbar:backdrop progress:last-child, progressbar:backdrop .inline-toolbar progress:last-child, .inline-toolbar progressbar:backdrop trough:last-child, progressbar:backdrop .inline-toolbar trough:last-child, .inline-toolbar button:last-child, .inline-toolbar .linked.vertical > combobox:last-child > box > button.combo, .inline-toolbar button:last-child:backdrop, .selection-mode windowcontrols .linked > button:last-child, progressbar:backdrop .linked > progress:last-child, progressbar:backdrop .linked > trough:last-child, .linked > button:last-child, .linked.vertical > combobox:last-child > box.linked > button.combo, .linked > button:last-child:hover, .linked > button:last-child:active, .linked > button:last-child:checked, .linked > button:last-child:backdrop {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right-style: solid; }

spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .linked:not(.vertical) > combobox:last-child > box > button.combo:only-child, .linked:not(.vertical) > combobox:first-child > box > button.combo:only-child, combobox.linked button:only-child:nth-child(2):dir(rtl), combobox.linked .linked.vertical > combobox:only-child > box > button.combo:nth-child(2):dir(rtl), combobox.linked button:only-child:nth-child(2):dir(ltr), combobox.linked .linked.vertical > combobox:only-child > box > button.combo:nth-child(2):dir(ltr), .inline-toolbar progressbar:backdrop progress:only-child, progressbar:backdrop .inline-toolbar progress:only-child, .inline-toolbar progressbar:backdrop trough:only-child, progressbar:backdrop .inline-toolbar trough:only-child, .inline-toolbar button:only-child, .inline-toolbar .linked.vertical > combobox:only-child > box > button.combo, .inline-toolbar button:only-child:backdrop, .selection-mode windowcontrols .linked > button:only-child, progressbar:backdrop .linked > progress:only-child, progressbar:backdrop .linked > trough:only-child, .linked > button:only-child, .linked.vertical > combobox:only-child > box.linked > button.combo, .linked > button:only-child:hover, .linked > button:only-child:active, .linked > button:only-child:checked, .linked > button:only-child:backdrop {
  border-radius: 6px;
  border-style: solid; }

.linked.vertical > combobox > box > button.combo, spinbutton.vertical.linked > text, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry, .linked.vertical > combobox:only-child > box > button.combo, .linked.vertical > combobox:last-child > box > button.combo, .linked.vertical > combobox:first-child > box > button.combo, .selection-mode windowcontrols .linked.vertical > button, .selection-mode windowcontrols .linked.vertical > button:hover, .selection-mode windowcontrols .linked.vertical > button:active, .selection-mode windowcontrols .linked.vertical > button:checked, .selection-mode windowcontrols .linked.vertical > button:backdrop, .linked.vertical > button, .linked.vertical > button:hover, .linked.vertical > button:active, .linked.vertical > button:checked, .linked.vertical > button:backdrop {
  border-style: solid solid none solid;
  border-radius: 0; }

spinbutton.vertical.linked > text:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child, .linked.vertical > combobox:only-child > box > button.combo:first-child, .linked.vertical > combobox:last-child > box > button.combo:first-child, .linked.vertical > combobox:first-child > box > button.combo, combobox.linked .linked.vertical > combobox:only-child > box > button.combo:nth-child(2):dir(rtl), combobox.linked .linked.vertical > combobox:last-child > box > button.combo:nth-child(2):dir(rtl), .selection-mode windowcontrols .linked.vertical > button:first-child, combobox.linked label:backdrop .selection-mode windowcontrols .linked.vertical > button:nth-child(2):dir(rtl), .selection-mode windowcontrols combobox.linked label:backdrop .linked.vertical > button:nth-child(2):dir(rtl), .linked.vertical > button:first-child, .linked:not(.vertical) > combobox:first-child > box.linked.vertical > button.combo, combobox.linked .linked.vertical > button:nth-child(2):dir(rtl), .linked.vertical > button:first-child:hover, .linked.vertical > button:first-child:active, .linked.vertical > button:first-child:checked, .linked.vertical > button:first-child:backdrop, progressbar:backdrop .linked.vertical > progress:first-child, progressbar:backdrop .linked.vertical > trough:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

spinbutton.vertical.linked > text:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child, .linked.vertical > combobox:only-child > box > button.combo:last-child, .linked.vertical > combobox:last-child > box > button.combo, .linked.vertical > combobox:first-child > box > button.combo:last-child, combobox.linked .linked.vertical > combobox:only-child > box > button.combo:nth-child(2):dir(ltr), combobox.linked .linked.vertical > combobox:first-child > box > button.combo:nth-child(2):dir(ltr), .selection-mode windowcontrols .linked.vertical > button:last-child, combobox.linked label:backdrop .selection-mode windowcontrols .linked.vertical > button:nth-child(2):dir(ltr), .selection-mode windowcontrols combobox.linked label:backdrop .linked.vertical > button:nth-child(2):dir(ltr), .linked.vertical > button:last-child, .linked:not(.vertical) > combobox:last-child > box.linked.vertical > button.combo, combobox.linked .linked.vertical > button:nth-child(2):dir(ltr), .linked.vertical > button:last-child:hover, .linked.vertical > button:last-child:active, .linked.vertical > button:last-child:checked, .linked.vertical > button:last-child:backdrop, progressbar:backdrop .linked.vertical > progress:last-child, progressbar:backdrop .linked.vertical > trough:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-style: solid; }

spinbutton.vertical.linked > text:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child, .linked.vertical > combobox:only-child > box > button.combo, .linked.vertical > combobox:last-child > box > button.combo:only-child, .linked.vertical > combobox:first-child > box > button.combo:only-child, .selection-mode windowcontrols .linked.vertical > button:only-child, .linked.vertical > button:only-child, .linked:not(.vertical) > combobox:only-child > box.linked.vertical > button.combo, .linked.vertical > button:only-child:hover, .linked.vertical > button:only-child:active, .linked.vertical > button:only-child:checked, .linked.vertical > button:only-child:backdrop, progressbar:backdrop .linked.vertical > progress:only-child, progressbar:backdrop .linked.vertical > trough:only-child {
  border-radius: 6px;
  border-style: solid; }

.scale-popup button:backdrop:hover, .scale-popup button:backdrop:disabled, .scale-popup button:backdrop, .scale-popup button:hover, button:link:hover, button:link:active, button:link:checked,
button:visited:hover,
button:visited:active,
button:visited:checked, button:link,
button:visited, modelbutton.flat:backdrop, progressbar:backdrop progress.flat, progressbar:backdrop trough.flat, modelbutton.flat:backdrop:hover, progressbar:backdrop progress.flat:hover, progressbar:backdrop trough.flat:hover,
label:backdrop selection.flat, modelbutton.flat,
.menuitem.button.flat,
.selection-mode windowcontrols button.button,
notebook > header > tabs > arrow.button {
  background-color: transparent;
  background-image: none;
  border-color: transparent;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
  text-shadow: none;
  -gtk-icon-shadow: none; }

/* menu buttons */
modelbutton.flat,
.menuitem.button.flat,
.selection-mode windowcontrols button.button,
notebook > header > tabs > arrow.button {
  min-height: 26px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 6px;
  outline-offset: -2px; }
  modelbutton.flat:hover,
  .menuitem.button.flat:hover,
  .selection-mode windowcontrols button.button:hover,
  notebook > header > tabs > arrow.button:hover {
    background-color: #222222; }
  modelbutton.flat check:last-child,
  modelbutton.flat radio:last-child,
  .menuitem.button.flat check:last-child,
  .selection-mode windowcontrols button.button check:last-child,
  notebook > header > tabs > arrow.button check:last-child,
  .menuitem.button.flat radio:last-child,
  .selection-mode windowcontrols button.button radio:last-child,
  notebook > header > tabs > arrow.button radio:last-child {
    margin-left: 8px; }
  modelbutton.flat check:first-child,
  modelbutton.flat radio:first-child,
  .menuitem.button.flat check:first-child,
  .selection-mode windowcontrols button.button check:first-child,
  notebook > header > tabs > arrow.button check:first-child,
  .menuitem.button.flat radio:first-child,
  .selection-mode windowcontrols button.button radio:first-child,
  notebook > header > tabs > arrow.button radio:first-child {
    margin-right: 8px; }

modelbutton.flat arrow {
  background: none; }
  modelbutton.flat arrow:hover {
    background: none; }
  modelbutton.flat arrow.left {
    -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
  modelbutton.flat arrow.right {
    -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }

button.color {
  padding: 4px; }
  button.color colorswatch:only-child, button.color colorswatch:only-child overlay {
    border-radius: 0; }

notebook button, list button, .view button, iconview button, popover button {
  box-shadow: none; }
  notebook button:backdrop, list button:backdrop, .view button:backdrop, iconview button:backdrop, popover button:backdrop {
    box-shadow: none; }

notebook .linked > button, list .linked > button, .view .linked > button, iconview .linked > button, popover .linked > button {
  box-shadow: none; }

toggle-group {
  padding: 3px; }
  toggle-group toggle {
    padding: 0 4px; }
    toggle-group toggle:checked {
      background-color: #e78a53; }
      toggle-group toggle:checked, toggle-group toggle:checked label {
        color: #121113; }

/*
  * Gnome 48 accent color buttons
  * Gnome papers - buttons in context menu
*/
button.accent-button, button.accent-button:backdrop, progressbar:backdrop progress.accent-button, progressbar:backdrop trough.accent-button, label:backdrop selection.accent-button, button.color-button, button.color-button:backdrop, progressbar:backdrop progress.color-button, progressbar:backdrop trough.color-button, label:backdrop selection.color-button {
  min-height: 24px;
  min-width: 24px;
  padding: 3px;
  border-radius: 100%;
  background: var(--accent-bg-color);
  outline: none;
  background-clip: content-box;
  box-shadow: none;
  border: none; }

button.accent-button:hover, button.color-button:hover {
  box-shadow: 0 0 0 3px #0f0f10;
  background-color: var(--accent-bg-color); }

button.accent-button:checked, button.accent-button:checked:backdrop, progressbar:backdrop progress:checked, progressbar:backdrop trough:checked, label:backdrop selection:checked, button.color-button:checked, button.color-button:checked:backdrop {
  box-shadow: 0 0 0 3px var(--accent-bg-color);
  background-color: var(--accent-bg-color); }

/************
 * Calendar *
 ***********/
calendar {
  color: #ffffff;
  border: 1px solid #2b2b2b;
  font-feature-settings: "tnum"; }
  calendar > header {
    border-bottom: 1px solid #2b2b2b; }
    calendar > header > button {
      border: none;
      box-shadow: none;
      background: none;
      border-radius: 0; }
    calendar > header > button:backdrop {
      background: none; }
  calendar > grid > label.today {
    box-shadow: inset 0px -2px #e78a53; }
    calendar > grid > label.today:selected {
      box-shadow: none; }
  calendar > grid > label:focus {
    outline-color: #e78a53;
    outline-offset: -2px;
    outline-width: 2px;
    outline-style: solid; }
  calendar > grid > label.day-number {
    padding: 4px; }
    calendar > grid > label.day-number:selected {
      border-radius: 3px; }
    calendar > grid > label.day-number:checked {
      background-color: alpha(#e78a53,0.3); }
  calendar > grid > label.day-number.other-month {
    color: alpha(currentColor,0.3); }

/*************************
 * Check and Radio Items *
 *************************/
check {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png"));
  -gtk-icon-shadow: none; }

radio {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-dark.png"), url("../assets/radio-unchecked@2.png"));
  -gtk-icon-shadow: none; }

check:hover {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-hover-dark.png"), url("../assets/checkbox-unchecked-hover@2.png"));
  -gtk-icon-shadow: none; }

radio:hover {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-hover-dark.png"), url("../assets/radio-unchecked-hover@2.png"));
  -gtk-icon-shadow: none; }

check:active {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-active-dark.png"), url("../assets/checkbox-unchecked-active@2.png"));
  -gtk-icon-shadow: none; }

radio:active {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-active-dark.png"), url("../assets/radio-unchecked-active@2.png"));
  -gtk-icon-shadow: none; }

check:backdrop {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-backdrop-dark.png"), url("../assets/checkbox-unchecked-backdrop@2.png"));
  -gtk-icon-shadow: none; }

radio:backdrop {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop-dark.png"), url("../assets/radio-unchecked-backdrop@2.png"));
  -gtk-icon-shadow: none; }

check:disabled {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-insensitive-dark.png"), url("../assets/checkbox-unchecked-insensitive@2.png"));
  -gtk-icon-shadow: none; }

radio:disabled {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-insensitive-dark.png"), url("../assets/radio-unchecked-insensitive@2.png"));
  -gtk-icon-shadow: none; }

check:disabled:backdrop, progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-insensitive-dark.png"), url("../assets/checkbox-unchecked-insensitive@2.png"));
  -gtk-icon-shadow: none; }

radio:disabled:backdrop, progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-insensitive-dark.png"), url("../assets/radio-unchecked-insensitive@2.png"));
  -gtk-icon-shadow: none; }

check:checked {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png"));
  -gtk-icon-shadow: none; }

radio:checked {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-dark.png"), url("../assets/radio-checked@2.png"));
  -gtk-icon-shadow: none;
  background: none; }

check:checked:hover {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-hover-dark.png"), url("../assets/checkbox-checked-hover@2.png"));
  -gtk-icon-shadow: none; }

radio:checked:hover {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-hover-dark.png"), url("../assets/radio-checked-hover@2.png"));
  -gtk-icon-shadow: none;
  background: none; }

check:checked:active {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-active-dark.png"), url("../assets/checkbox-checked-active@2.png"));
  -gtk-icon-shadow: none; }

radio:checked:active {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active-dark.png"), url("../assets/radio-checked-active@2.png"));
  -gtk-icon-shadow: none;
  background: none; }

check:checked:backdrop, progressbar:backdrop progress:checked, progressbar:backdrop trough:checked, label:backdrop selection:checked {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-backdrop-dark.png"), url("../assets/checkbox-checked-backdrop@2.png"));
  -gtk-icon-shadow: none; }

radio:checked:backdrop, progressbar:backdrop progress:checked, progressbar:backdrop trough:checked, label:backdrop selection:checked {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop-dark.png"), url("../assets/radio-checked-backdrop@2.png"));
  -gtk-icon-shadow: none;
  background: none; }

check:checked:disabled, label:disabled selection:checked {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-insensitive-dark.png"), url("../assets/checkbox-checked-insensitive@2.png"));
  -gtk-icon-shadow: none; }

radio:checked:disabled, label:disabled selection:checked {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-insensitive-dark.png"), url("../assets/radio-checked-insensitive@2.png"));
  -gtk-icon-shadow: none;
  background: none; }

check:checked:disabled:backdrop, progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled, label:disabled selection:checked:backdrop, label:disabled progressbar:backdrop progress:checked, progressbar:backdrop label:disabled progress:checked, label:disabled progressbar:backdrop trough:checked, progressbar:backdrop label:disabled trough:checked, label:backdrop selection:checked:disabled, label:disabled label:backdrop selection:checked, label:backdrop label:disabled selection:checked {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-insensitive-dark.png"), url("../assets/checkbox-checked-insensitive@2.png"));
  -gtk-icon-shadow: none; }

radio:checked:disabled:backdrop, progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled, label:disabled selection:checked:backdrop, label:disabled progressbar:backdrop progress:checked, progressbar:backdrop label:disabled progress:checked, label:disabled progressbar:backdrop trough:checked, progressbar:backdrop label:disabled trough:checked, label:backdrop selection:checked:disabled, label:disabled label:backdrop selection:checked, label:backdrop label:disabled selection:checked {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-insensitive-dark.png"), url("../assets/radio-checked-insensitive@2.png"));
  -gtk-icon-shadow: none;
  background: none; }

check:indeterminate {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed.png"), url("../assets/checkbox-mixed@2.png"));
  -gtk-icon-shadow: none; }

radio:indeterminate {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed.png"), url("../assets/radio-mixed@2.png"));
  -gtk-icon-shadow: none; }

check:indeterminate:hover {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-hover.png"), url("../assets/checkbox-mixed-hover@2.png"));
  -gtk-icon-shadow: none; }

radio:indeterminate:hover {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-hover.png"), url("../assets/radio-mixed-hover@2.png"));
  -gtk-icon-shadow: none; }

check:indeterminate:active {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-active.png"), url("../assets/checkbox-mixed-active@2.png"));
  -gtk-icon-shadow: none; }

radio:indeterminate:active {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png"));
  -gtk-icon-shadow: none; }

check:indeterminate:backdrop, progressbar:backdrop progress:indeterminate, progressbar:backdrop trough:indeterminate, label:backdrop selection:indeterminate {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-backdrop.png"), url("../assets/checkbox-mixed-backdrop@2.png"));
  -gtk-icon-shadow: none; }

radio:indeterminate:backdrop, progressbar:backdrop progress:indeterminate, progressbar:backdrop trough:indeterminate, label:backdrop selection:indeterminate {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop.png"), url("../assets/radio-mixed-backdrop@2.png"));
  -gtk-icon-shadow: none; }

check:indeterminate:disabled, label:disabled selection:indeterminate {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-insensitive.png"), url("../assets/checkbox-mixed-insensitive@2.png"));
  -gtk-icon-shadow: none; }

radio:indeterminate:disabled, label:disabled selection:indeterminate {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png"));
  -gtk-icon-shadow: none; }

check:indeterminate:disabled:backdrop, progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled, label:disabled selection:indeterminate:backdrop, label:disabled progressbar:backdrop progress:indeterminate, progressbar:backdrop label:disabled progress:indeterminate, label:disabled progressbar:backdrop trough:indeterminate, progressbar:backdrop label:disabled trough:indeterminate, label:backdrop selection:indeterminate:disabled, label:disabled label:backdrop selection:indeterminate, label:backdrop label:disabled selection:indeterminate {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-insensitive.png"), url("../assets/checkbox-mixed-insensitive@2.png"));
  -gtk-icon-shadow: none; }

radio:indeterminate:disabled:backdrop, progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled, label:disabled selection:indeterminate:backdrop, label:disabled progressbar:backdrop progress:indeterminate, progressbar:backdrop label:disabled progress:indeterminate, label:disabled progressbar:backdrop trough:indeterminate, progressbar:backdrop label:disabled trough:indeterminate, label:backdrop selection:indeterminate:disabled, label:disabled label:backdrop selection:indeterminate, label:backdrop label:disabled selection:indeterminate {
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png"));
  -gtk-icon-shadow: none; }

check:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png"));
  -gtk-icon-shadow: none; }

radio:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png"));
  -gtk-icon-shadow: none; }

check:hover:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png"));
  -gtk-icon-shadow: none; }

radio:hover:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png"));
  -gtk-icon-shadow: none; }

check:active:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png"));
  -gtk-icon-shadow: none; }

radio:active:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png"));
  -gtk-icon-shadow: none; }

check:backdrop:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png"));
  -gtk-icon-shadow: none; }

radio:backdrop:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png"));
  -gtk-icon-shadow: none; }

check:disabled:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png"));
  -gtk-icon-shadow: none; }

radio:disabled:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png"));
  -gtk-icon-shadow: none; }

check:disabled:backdrop:selected, progressbar:backdrop progress:disabled:selected, progressbar:backdrop trough:disabled:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png"));
  -gtk-icon-shadow: none; }

radio:disabled:backdrop:selected, progressbar:backdrop progress:disabled:selected, progressbar:backdrop trough:disabled:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png"));
  -gtk-icon-shadow: none; }

check:checked:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png"));
  -gtk-icon-shadow: none; }

radio:checked:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png"));
  -gtk-icon-shadow: none; }

check:checked:hover:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png"));
  -gtk-icon-shadow: none; }

radio:checked:hover:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png"));
  -gtk-icon-shadow: none; }

check:checked:active:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png"));
  -gtk-icon-shadow: none; }

radio:checked:active:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png"));
  -gtk-icon-shadow: none; }

check:checked:backdrop:selected, progressbar:backdrop progress:checked:selected, progressbar:backdrop trough:checked:selected, label:backdrop selection:checked:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png"));
  -gtk-icon-shadow: none; }

radio:checked:backdrop:selected, progressbar:backdrop progress:checked:selected, progressbar:backdrop trough:checked:selected, label:backdrop selection:checked:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png"));
  -gtk-icon-shadow: none; }

check:checked:disabled:selected, label:disabled selection:checked:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png"));
  -gtk-icon-shadow: none; }

radio:checked:disabled:selected, label:disabled selection:checked:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png"));
  -gtk-icon-shadow: none; }

check:checked:disabled:backdrop:selected, progressbar:backdrop progress:disabled:selected, progressbar:backdrop trough:disabled:selected, label:disabled selection:checked:backdrop:selected, label:disabled progressbar:backdrop progress:checked:selected, progressbar:backdrop label:disabled progress:checked:selected, label:disabled progressbar:backdrop trough:checked:selected, progressbar:backdrop label:disabled trough:checked:selected, label:backdrop selection:checked:disabled:selected, label:disabled label:backdrop selection:checked:selected, label:backdrop label:disabled selection:checked:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png"));
  -gtk-icon-shadow: none; }

radio:checked:disabled:backdrop:selected, progressbar:backdrop progress:disabled:selected, progressbar:backdrop trough:disabled:selected, label:disabled selection:checked:backdrop:selected, label:disabled progressbar:backdrop progress:checked:selected, progressbar:backdrop label:disabled progress:checked:selected, label:disabled progressbar:backdrop trough:checked:selected, progressbar:backdrop label:disabled trough:checked:selected, label:backdrop selection:checked:disabled:selected, label:disabled label:backdrop selection:checked:selected, label:backdrop label:disabled selection:checked:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png"));
  -gtk-icon-shadow: none; }

check:indeterminate:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png"));
  -gtk-icon-shadow: none; }

radio:indeterminate:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png"));
  -gtk-icon-shadow: none; }

check:indeterminate:hover:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png"));
  -gtk-icon-shadow: none; }

radio:indeterminate:hover:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png"));
  -gtk-icon-shadow: none; }

check:indeterminate:active:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png"));
  -gtk-icon-shadow: none; }

radio:indeterminate:active:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png"));
  -gtk-icon-shadow: none; }

check:indeterminate:backdrop:selected, progressbar:backdrop progress:indeterminate:selected, progressbar:backdrop trough:indeterminate:selected, label:backdrop selection:indeterminate:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png"));
  -gtk-icon-shadow: none; }

radio:indeterminate:backdrop:selected, progressbar:backdrop progress:indeterminate:selected, progressbar:backdrop trough:indeterminate:selected, label:backdrop selection:indeterminate:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png"));
  -gtk-icon-shadow: none; }

check:indeterminate:disabled:selected, label:disabled selection:indeterminate:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png"));
  -gtk-icon-shadow: none; }

radio:indeterminate:disabled:selected, label:disabled selection:indeterminate:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png"));
  -gtk-icon-shadow: none; }

check:indeterminate:disabled:backdrop:selected, progressbar:backdrop progress:disabled:selected, progressbar:backdrop trough:disabled:selected, label:disabled selection:indeterminate:backdrop:selected, label:disabled progressbar:backdrop progress:indeterminate:selected, progressbar:backdrop label:disabled progress:indeterminate:selected, label:disabled progressbar:backdrop trough:indeterminate:selected, progressbar:backdrop label:disabled trough:indeterminate:selected, label:backdrop selection:indeterminate:disabled:selected, label:disabled label:backdrop selection:indeterminate:selected, label:backdrop label:disabled selection:indeterminate:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png"));
  -gtk-icon-shadow: none; }

radio:indeterminate:disabled:backdrop:selected, progressbar:backdrop progress:disabled:selected, progressbar:backdrop trough:disabled:selected, label:disabled selection:indeterminate:backdrop:selected, label:disabled progressbar:backdrop progress:indeterminate:selected, progressbar:backdrop label:disabled progress:indeterminate:selected, label:disabled progressbar:backdrop trough:indeterminate:selected, progressbar:backdrop label:disabled trough:indeterminate:selected, label:backdrop selection:indeterminate:disabled:selected, label:disabled label:backdrop selection:indeterminate:selected, label:backdrop label:disabled selection:indeterminate:selected {
  -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png"));
  -gtk-icon-shadow: none; }

.view.content-view check, iconview.content-view check,
.view.content-view.check,
iconview.content-view.check {
  -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png"));
  -gtk-icon-shadow: none; }

.view.content-view radio, iconview.content-view radio,
.view.content-view.radio,
iconview.content-view.radio {
  -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked.png"), url("../assets/radio-unchecked@2.png"));
  -gtk-icon-shadow: none; }

.view.content-view check:hover, iconview.content-view check:hover,
.view.content-view.check:hover,
iconview.content-view.check:hover {
  -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-hover.png"), url("../assets/checkbox-unchecked-hover@2.png"));
  -gtk-icon-shadow: none; }

.view.content-view radio:hover, iconview.content-view radio:hover,
.view.content-view.radio:hover,
iconview.content-view.radio:hover {
  -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-hover.png"), url("../assets/radio-unchecked-hover@2.png"));
  -gtk-icon-shadow: none; }

.view.content-view check:active, iconview.content-view check:active,
.view.content-view.check:active,
iconview.content-view.check:active {
  -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-active.png"), url("../assets/checkbox-unchecked-active@2.png"));
  -gtk-icon-shadow: none; }

.view.content-view radio:active, iconview.content-view radio:active,
.view.content-view.radio:active,
iconview.content-view.radio:active {
  -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-active.png"), url("../assets/radio-unchecked-active@2.png"));
  -gtk-icon-shadow: none; }

.view.content-view check:backdrop, iconview.content-view check:backdrop,
.view.content-view.check:backdrop,
progressbar:backdrop progress.check,
progressbar:backdrop trough.check {
  -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-backdrop.png"), url("../assets/checkbox-unchecked-backdrop@2.png"));
  -gtk-icon-shadow: none; }

.view.content-view radio:backdrop, iconview.content-view radio:backdrop,
.view.content-view.radio:backdrop,
progressbar:backdrop progress.radio,
progressbar:backdrop trough.radio {
  -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-backdrop.png"), url("../assets/radio-unchecked-backdrop@2.png"));
  -gtk-icon-shadow: none; }

.view.content-view check:disabled, iconview.content-view check:disabled,
.view.content-view.check:disabled {
  -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-insensitive.png"), url("../assets/checkbox-unchecked-insensitive@2.png"));
  -gtk-icon-shadow: none; }

.view.content-view radio:disabled, iconview.content-view radio:disabled,
.view.content-view.radio:disabled {
  -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-insensitive.png"), url("../assets/radio-unchecked-insensitive@2.png"));
  -gtk-icon-shadow: none; }

.view.content-view check:disabled:backdrop, iconview.content-view check:disabled:backdrop,
.view.content-view.check:disabled:backdrop,
progressbar:backdrop progress:disabled,
progressbar:backdrop trough:disabled {
  -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-backdrop-insensitive.png"), url("../assets/checkbox-unchecked-backdrop-insensitive@2.png"));
  -gtk-icon-shadow: none; }

.view.content-view radio:disabled:backdrop, iconview.content-view radio:disabled:backdrop,
.view.content-view.radio:disabled:backdrop,
progressbar:backdrop progress:disabled,
progressbar:backdrop trough:disabled {
  -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-backdrop-insensitive.png"), url("../assets/radio-unchecked-backdrop-insensitive@2.png"));
  -gtk-icon-shadow: none; }

checkbutton.text-button, radiobutton.text-button {
  padding: 2px 0;
  outline-offset: 0; }
  checkbutton.text-button label:not(:only-child):first-child, checkbutton.text-button .linked.vertical > combobox:first-child > box > button.combo:not(:only-child), checkbutton.text-button .linked:not(.vertical) > combobox:first-child > box > button.combo:not(:only-child), checkbutton.text-button combobox.linked button:not(:only-child):nth-child(2):dir(rtl), combobox.linked checkbutton.text-button button:not(:only-child):nth-child(2):dir(rtl), radiobutton.text-button label:not(:only-child):first-child, radiobutton.text-button .linked.vertical > combobox:first-child > box > button.combo:not(:only-child), radiobutton.text-button .linked:not(.vertical) > combobox:first-child > box > button.combo:not(:only-child), radiobutton.text-button combobox.linked button:not(:only-child):nth-child(2):dir(rtl), combobox.linked radiobutton.text-button button:not(:only-child):nth-child(2):dir(rtl) {
    margin-left: 4px; }
  checkbutton.text-button label:not(:only-child):last-child, checkbutton.text-button .linked.vertical > combobox:last-child > box > button.combo:not(:only-child), checkbutton.text-button .linked:not(.vertical) > combobox:last-child > box > button.combo:not(:only-child), checkbutton.text-button combobox.linked button:not(:only-child):nth-child(2):dir(ltr), combobox.linked checkbutton.text-button button:not(:only-child):nth-child(2):dir(ltr), radiobutton.text-button label:not(:only-child):last-child, radiobutton.text-button .linked.vertical > combobox:last-child > box > button.combo:not(:only-child), radiobutton.text-button .linked:not(.vertical) > combobox:last-child > box > button.combo:not(:only-child), radiobutton.text-button combobox.linked button:not(:only-child):nth-child(2):dir(ltr), combobox.linked radiobutton.text-button button:not(:only-child):nth-child(2):dir(ltr) {
    margin-right: 4px; }

check,
radio {
  margin: 0 4px;
  min-height: 16px;
  min-width: 16px;
  border: none; }
  menu menuitem check, menu menuitem radio {
    margin: 0; }
    menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled {
      min-height: 14px;
      min-width: 14px;
      background-image: none;
      background-color: transparent;
      box-shadow: none;
      -gtk-icon-shadow: none;
      color: inherit;
      border-color: currentColor;
      animation: none; }

/*****************
 * Color Chooser *
 *****************/
colorswatch, colorswatch:drop(active) {
  border-style: none; }

colorswatch.top {
  border-top-left-radius: 5.5px;
  border-top-right-radius: 5.5px; }
  colorswatch.top overlay {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }

colorswatch.bottom {
  border-bottom-left-radius: 5.5px;
  border-bottom-right-radius: 5.5px; }
  colorswatch.bottom overlay {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

colorswatch.left, colorswatch:first-child:not(.top) {
  border-top-left-radius: 5.5px;
  border-bottom-left-radius: 5.5px; }
  colorswatch.left overlay, colorswatch:first-child:not(.top) overlay {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }

colorswatch.right, colorswatch:last-child:not(.bottom) {
  border-top-right-radius: 5.5px;
  border-bottom-right-radius: 5.5px; }
  colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }

colorswatch.dark overlay {
  color: #121113; }
  colorswatch.dark overlay:hover {
    border-color: #2b2b2b; }
  colorswatch.dark overlay:backdrop {
    color: rgba(18, 17, 19, 0.5); }

colorswatch.light overlay {
  color: #ffffff; }
  colorswatch.light overlay:hover {
    border-color: #2b2b2b; }
  colorswatch.light overlay:backdrop {
    color: #d2d2d2; }

colorswatch:drop(active) {
  box-shadow: none; }
  colorswatch:drop(active).light overlay {
    border-color: #e78a53;
    box-shadow: inset 0 0 0 2px #2b2b2b, inset 0 0 0 1px #e78a53; }
  colorswatch:drop(active).dark overlay {
    border-color: #e78a53;
    box-shadow: inset 0 0 0 2px #2b2b2b, inset 0 0 0 1px #e78a53; }

colorswatch overlay {
  box-shadow: inset 0 3px 2px -2px rgba(0, 0, 0, 0.5);
  border: 1px solid #2b2b2b; }
  colorswatch overlay:hover {
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3); }
  colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover {
    border-color: #2b2b2b;
    box-shadow: none; }

colorswatch#add-color-button {
  border-radius: 5px 5px 0 0; }
  colorswatch#add-color-button:only-child, .linked.vertical > combobox:only-child > box > button#add-color-button.combo, .linked:not(.vertical) > combobox:only-child > box > button#add-color-button.combo {
    border-radius: 5px; }
  colorswatch#add-color-button overlay {
    font-weight: normal;
    color: #ffffff;
    background-color: #1b1a1c;
    text-shadow: none; }
    colorswatch#add-color-button overlay:hover {
      color: #ffffff;
      outline-color: rgba(255, 255, 255, 0.3);
      background-color: #1c1b1d;
      text-shadow: none; }
    colorswatch#add-color-button overlay:backdrop {
      color: #d2d2d2;
      outline-color: rgba(255, 255, 255, 0.3);
      background-color: #1f1d20;
      text-shadow: none; }

colorswatch:disabled {
  opacity: 0.5; }
  colorswatch:disabled overlay {
    border-color: rgba(0, 0, 0, 0.6);
    box-shadow: none; }

row:selected colorswatch {
  box-shadow: 0 0 0 2px #121113; }

colorswatch#editor-color-sample {
  border-radius: 4px; }
  colorswatch#editor-color-sample overlay {
    border-radius: 4.5px; }

colorchooser .popover.osd {
  border-radius: 5px; }

/**************
 * ComboBoxes *
 **************/
combobox arrow {
  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
  min-height: 16px;
  min-width: 16px; }

combobox:drop(active) {
  box-shadow: none; }

/***********
 * Dialogs *
 ***********/
messagedialog, .messagedialog, .dialog {
  background-color: #121113; }
  messagedialog .titlebar:not(headerbar), .messagedialog .titlebar:not(headerbar), .dialog .titlebar:not(headerbar) {
    background-color: #121113; }
  messagedialog .titlebar, .messagedialog .titlebar, .dialog .titlebar {
    min-height: 20px;
    background-image: none;
    background-color: #121113;
    border-style: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  messagedialog.csd.background, .messagedialog.csd.background, .dialog.csd.background {
    background-color: #121113;
    color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.messagedialog .message-area,
.messagedialog .response-area,
.dialog .dialog-action-area,
.alert.floating .response-area,
.alert.floating .body-scrolled-window {
  padding: 26px; }

filechooser .dialog-action-box {
  border-top: 1px solid #2b2b2b; }
  filechooser .dialog-action-box:backdrop, filechooser progressbar:backdrop progress.dialog-action-box, progressbar:backdrop filechooser progress.dialog-action-box, filechooser progressbar:backdrop trough.dialog-action-box, progressbar:backdrop filechooser trough.dialog-action-box, filechooser label:backdrop selection.dialog-action-box, label:backdrop filechooser selection.dialog-action-box {
    border-top-color: #292829; }

filechooser #pathbarbox {
  border-bottom: 1px solid #121113; }

filechooserbutton:drop(active) {
  box-shadow: none;
  border-color: transparent; }

/****************
 * Text Entries *
 ****************/
spinbutton.vertical > text, spinbutton:not(.vertical),
entry {
  min-height: 28px;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid;
  border-radius: 6px;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #ffffff;
  border-color: #2b2b2b;
  background-color: #1c1b1d; }
  spinbutton.vertical > text image.left, spinbutton:not(.vertical) image.left,
  entry image.left {
    padding-left: 0;
    padding-right: 6px; }
  spinbutton.vertical > text image.right, spinbutton:not(.vertical) image.right,
  entry image.right {
    padding-left: 6px;
    padding-right: 0; }
  spinbutton.vertical > text undershoot.left, spinbutton:not(.vertical) undershoot.left,
  entry undershoot.left {
    background-color: transparent;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
    padding-left: 1px;
    background-size: 1px 10px;
    background-repeat: repeat-y;
    background-origin: content-box;
    background-position: left center;
    border: none;
    box-shadow: none; }
  spinbutton.vertical > text undershoot.right, spinbutton:not(.vertical) undershoot.right,
  entry undershoot.right {
    background-color: transparent;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
    padding-right: 1px;
    background-size: 1px 10px;
    background-repeat: repeat-y;
    background-origin: content-box;
    background-position: right center;
    border: none;
    box-shadow: none; }
  spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical),
  entry.flat:focus-within,
  entry.flat {
    min-height: 0;
    padding: 2px;
    background-image: none;
    border-color: transparent;
    box-shadow: none;
    border-radius: 0; }
  spinbutton.vertical > text:focus-within, spinbutton:focus-within:not(.vertical),
  entry:focus-within {
    border-color: #e16c26;
    box-shadow: 0px 0px 1px 1px #e78a53 inset; }
  spinbutton.vertical > text:disabled, spinbutton:disabled:not(.vertical),
  entry:disabled {
    color: #898889;
    border-color: rgba(43, 43, 43, 0.3);
    background-color: #161517;
    box-shadow: none; }
  spinbutton.vertical > text:backdrop, spinbutton:backdrop:not(.vertical),
  entry:backdrop {
    color: #d2d2d2;
    border-color: #292829;
    background-color: #1f1d20;
    box-shadow: none;
    transition: 200ms ease-out; }
  spinbutton.vertical > text:backdrop:disabled, spinbutton:backdrop:disabled:not(.vertical),
  entry:backdrop:disabled {
    color: #38353b;
    border-color: rgba(43, 43, 43, 0.3);
    background-color: #161517;
    box-shadow: none; }
  spinbutton.vertical > text.error, spinbutton.error:not(.vertical),
  entry.error {
    color: #ffffff;
    border-color: #2b2b2b;
    background-color: #1c1b1d;
    color: #e75353;
    border-color: #771111; }
    spinbutton.vertical > text.error:focus-within, spinbutton.error:focus-within:not(.vertical),
    entry.error:focus-within {
      border-color: #771111;
      box-shadow: 0px 0px 1px 1px #e78a53 inset; }
    spinbutton.vertical > text.error:selected, spinbutton.error:selected:not(.vertical),
    entry.error:selected:focus,
    entry.error:selected {
      background-color: #e75353; }
  spinbutton.vertical > text.warning, spinbutton.warning:not(.vertical),
  entry.warning {
    color: #ffffff;
    border-color: #2b2b2b;
    background-color: #1c1b1d;
    color: #fbcb97;
    border-color: #d77408; }
    spinbutton.vertical > text.warning:focus-within, spinbutton.warning:focus-within:not(.vertical),
    entry.warning:focus-within {
      border-color: #d77408;
      box-shadow: 0px 0px 1px 1px #e78a53 inset; }
    spinbutton.vertical > text.warning:selected, spinbutton.warning:selected:not(.vertical),
    entry.warning:selected:focus,
    entry.warning:selected {
      background-color: #fbcb97; }
  spinbutton.vertical > text image, spinbutton:not(.vertical) image,
  entry image {
    color: #d2d1d2; }
    spinbutton.vertical > text image:hover, spinbutton:not(.vertical) image:hover,
    entry image:hover {
      color: #ffffff; }
    spinbutton.vertical > text image:active, spinbutton:not(.vertical) image:active,
    entry image:active {
      color: #e78a53; }
    spinbutton.vertical > text image:backdrop, spinbutton:not(.vertical) image:backdrop,
    entry image:backdrop {
      color: #747374; }
  spinbutton.vertical > text:drop(active), spinbutton:drop(active):not(.vertical),
  entry:drop(active):focus-within,
  entry:drop(active) {
    border-color: #e78a53;
    box-shadow: inset 0 0 0 1px #e78a53; }
  .osd spinbutton.vertical > text, .osd spinbutton:not(.vertical), .osd entry {
    color: #ffffff;
    border-color: #2b2b2b;
    background-color: rgba(43, 43, 43, 0.5);
    box-shadow: none;
    text-shadow: 0 1px black;
    -gtk-icon-shadow: 0 1px black; }
    .osd spinbutton.vertical > text:focus-within, .osd spinbutton:focus-within:not(.vertical), .osd entry:focus-within {
      color: #ffffff;
      border-color: #e78a53;
      background-color: rgba(43, 43, 43, 0.5);
      background-clip: padding-box;
      text-shadow: 0 1px black;
      -gtk-icon-shadow: 0 1px black; }
    .osd spinbutton.vertical > text:backdrop, .osd spinbutton:backdrop:not(.vertical), .osd entry:backdrop {
      color: #ffffff;
      border-color: #2b2b2b;
      background-color: rgba(43, 43, 43, 0.5);
      background-clip: padding-box;
      box-shadow: none;
      text-shadow: none;
      -gtk-icon-shadow: none; }
    .osd spinbutton.vertical > text:disabled, .osd spinbutton:disabled:not(.vertical), .osd entry:disabled {
      color: #898889;
      border-color: #2b2b2b;
      background-color: rgba(42, 41, 43, 0.5);
      background-clip: padding-box;
      box-shadow: none;
      text-shadow: none;
      -gtk-icon-shadow: none; }

spinbutton.vertical > text progress, spinbutton:not(.vertical) progress,
entry progress {
  margin: 2px -6px;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  border-width: 0 0 2px;
  border-color: #e78a53;
  border-style: solid;
  box-shadow: none; }
  spinbutton.vertical > text progress:backdrop, spinbutton:not(.vertical) progress:backdrop, spinbutton.vertical > text progressbar:backdrop progress, spinbutton:not(.vertical) progressbar:backdrop progress, progressbar:backdrop spinbutton.vertical > text progress, progressbar:backdrop spinbutton:not(.vertical) progress,
  entry progress:backdrop,
  entry progressbar:backdrop progress,
  progressbar:backdrop entry progress {
    background-color: transparent; }

spinbutton.vertical.linked:not(.vertical) > text:drop(active) + text, spinbutton.vertical.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + text, spinbutton.vertical.linked:not(.vertical) > text:drop(active) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + spinbutton:not(.vertical), spinbutton.vertical.linked:not(.vertical) > text:drop(active) + button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + button, spinbutton.vertical.linked:not(.vertical) > text:drop(active) + menubutton > button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + menubutton > button, spinbutton.vertical.linked:not(.vertical) > text:drop(active) + dropdown > button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + dropdown > button, spinbutton.vertical.linked:not(.vertical) > text:drop(active) + colorbutton > button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + colorbutton > button, spinbutton.vertical.linked:not(.vertical) > text:drop(active) + fontbutton > button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + fontbutton > button, spinbutton.vertical.linked:not(.vertical) > text:drop(active) + filechooserbutton > button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + filechooserbutton > button, spinbutton.vertical.linked:not(.vertical) > text:drop(active) + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + combobox > box > button.combo, spinbutton.vertical.linked:not(.vertical) > text:drop(active) + entry, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + entry, .linked:not(.vertical) > entry:drop(active) + button, .linked:not(.vertical) > entry:drop(active) + menubutton > button, .linked:not(.vertical) > entry:drop(active) + dropdown > button, .linked:not(.vertical) > entry:drop(active) + colorbutton > button, .linked:not(.vertical) > entry:drop(active) + fontbutton > button, .linked:not(.vertical) > entry:drop(active) + filechooserbutton > button, .linked:not(.vertical) > entry:drop(active) + combobox > box > button.combo, spinbutton.vertical.linked:not(.vertical) > entry:drop(active) + text, .linked:not(.vertical) > entry:drop(active) + spinbutton:not(.vertical), .linked:not(.vertical) > entry:drop(active) + entry {
  border-left-color: #e78a53; }

spinbutton.vertical.linked:not(.vertical) > text:focus-within, .linked:not(.vertical) > spinbutton:focus-within:not(.vertical), .linked:not(.vertical) > entry:focus-within {
  border-color: #e16c26;
  box-shadow: 0px 0px 1px 1px #e78a53 inset;
  border-right-style: solid; }
  spinbutton.vertical.linked:not(.vertical) > text:focus-within + .popup button, .linked:not(.vertical) > spinbutton:focus-within:not(.vertical) + .popup button, .linked:not(.vertical) > entry:focus-within + .popup button {
    border-left-color: #e78a53; }

spinbutton.vertical.linked:not(.vertical) > text + .popup button, .linked:not(.vertical) > spinbutton:not(.vertical) + .popup button, .linked:not(.vertical) > entry + .popup button {
  border-radius: 0px 6px 6px 0px; }

spinbutton.vertical.linked > text:not(:disabled) + entry:not(:disabled), .linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled), spinbutton.vertical.linked > text:not(:disabled) + text:not(:disabled), spinbutton.vertical.linked > spinbutton:not(:disabled):not(.vertical) + text:not(:disabled), spinbutton.vertical.linked > text:not(:disabled) + spinbutton:not(:disabled):not(.vertical), .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):not(.vertical), .linked.vertical > entry:not(:disabled) + entry:not(:disabled), spinbutton.vertical.linked > entry:not(:disabled) + text:not(:disabled), .linked.vertical > entry:not(:disabled) + spinbutton:not(:disabled):not(.vertical) {
  border-top-color: #212021;
  background-image: linear-gradient(to bottom, #1c1b1d, #1c1b1d); }
  spinbutton.vertical.linked > text:not(:disabled) + entry:not(:disabled):backdrop, .linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled):backdrop, progressbar:backdrop spinbutton.vertical.linked > text:not(:disabled) + progress:not(:disabled), progressbar:backdrop .linked.vertical > spinbutton:not(:disabled):not(.vertical) + progress:not(:disabled), progressbar:backdrop spinbutton.vertical.linked > text:not(:disabled) + trough:not(:disabled), progressbar:backdrop .linked.vertical > spinbutton:not(:disabled):not(.vertical) + trough:not(:disabled), spinbutton.vertical.linked > text:not(:disabled) + text:not(:disabled):backdrop, spinbutton.vertical.linked > spinbutton:not(:disabled):not(.vertical) + text:not(:disabled):backdrop, spinbutton.vertical.linked > text:not(:disabled) + spinbutton:not(:disabled):backdrop:not(.vertical), .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):backdrop:not(.vertical), .linked.vertical > entry:not(:disabled) + entry:not(:disabled):backdrop, progressbar:backdrop .linked.vertical > entry:not(:disabled) + progress:not(:disabled), progressbar:backdrop .linked.vertical > entry:not(:disabled) + trough:not(:disabled), spinbutton.vertical.linked > entry:not(:disabled) + text:not(:disabled):backdrop, .linked.vertical > entry:not(:disabled) + spinbutton:not(:disabled):backdrop:not(.vertical) {
    border-top-color: #222122;
    background-image: linear-gradient(to bottom, #1f1d20, #1f1d20); }

spinbutton.vertical.linked > text:disabled + text:disabled, spinbutton.vertical.linked > spinbutton:disabled:not(.vertical) + text:disabled, spinbutton.vertical.linked > text:disabled + spinbutton:disabled:not(.vertical), .linked.vertical > spinbutton:disabled:not(.vertical) + spinbutton:disabled:not(.vertical), spinbutton.vertical.linked > text:disabled + entry:disabled, .linked.vertical > spinbutton:disabled:not(.vertical) + entry:disabled, spinbutton.vertical.linked > entry:disabled + text:disabled, .linked.vertical > entry:disabled + spinbutton:disabled:not(.vertical), .linked.vertical > entry:disabled + entry:disabled {
  border-top-color: #212021; }

spinbutton.vertical.linked > text + text:focus:not(:only-child), spinbutton.vertical.linked > spinbutton:not(.vertical) + text:focus:not(:only-child), spinbutton.vertical.linked > text + spinbutton:focus:not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + spinbutton:focus:not(:only-child):not(.vertical),
spinbutton.vertical.linked > text + entry:focus:not(:only-child),
.linked.vertical > spinbutton:not(.vertical) + entry:focus:not(:only-child), spinbutton.vertical.linked > entry + text:focus:not(:only-child), .linked.vertical > entry + spinbutton:focus:not(:only-child):not(.vertical),
.linked.vertical > entry + entry:focus:not(:only-child) {
  border-top-color: #e16c26; }

spinbutton.vertical.linked > text + text:drop(active):not(:only-child), spinbutton.vertical.linked > spinbutton:not(.vertical) + text:drop(active):not(:only-child), spinbutton.vertical.linked > text + spinbutton:drop(active):not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + spinbutton:drop(active):not(:only-child):not(.vertical),
spinbutton.vertical.linked > text + entry:drop(active):not(:only-child),
.linked.vertical > spinbutton:not(.vertical) + entry:drop(active):not(:only-child), spinbutton.vertical.linked > entry + text:drop(active):not(:only-child), .linked.vertical > entry + spinbutton:drop(active):not(:only-child):not(.vertical),
.linked.vertical > entry + entry:drop(active):not(:only-child) {
  border-top-color: #e78a53; }

spinbutton.vertical.linked > text:focus:not(:only-child) + text, spinbutton.vertical.linked > spinbutton:focus:not(:only-child):not(.vertical) + text, spinbutton.vertical.linked > text:focus:not(:only-child) + spinbutton:not(.vertical), .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + spinbutton:not(.vertical),
spinbutton.vertical.linked > text:focus:not(:only-child) + entry,
.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + entry,
spinbutton.vertical.linked > text:focus:not(:only-child) + button,
.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + button,
spinbutton.vertical.linked > text:focus:not(:only-child) + combobox > box > button.combo,
.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + combobox > box > button.combo, spinbutton.vertical.linked > entry:focus:not(:only-child) + text, .linked.vertical > entry:focus:not(:only-child) + spinbutton:not(.vertical),
.linked.vertical > entry:focus:not(:only-child) + entry,
.linked.vertical > entry:focus:not(:only-child) + button,
.linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo {
  border-top-color: #e16c26; }

spinbutton.vertical.linked > text:drop(active):not(:only-child) + text, spinbutton.vertical.linked > spinbutton:drop(active):not(:only-child):not(.vertical) + text, spinbutton.vertical.linked > text:drop(active):not(:only-child) + spinbutton:not(.vertical), .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + spinbutton:not(.vertical),
spinbutton.vertical.linked > text:drop(active):not(:only-child) + entry,
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + entry,
spinbutton.vertical.linked > text:drop(active):not(:only-child) + button,
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + button,
spinbutton.vertical.linked > text:drop(active):not(:only-child) + combobox > box > button.combo,
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + combobox > box > button.combo, spinbutton.vertical.linked > entry:drop(active):not(:only-child) + text, .linked.vertical > entry:drop(active):not(:only-child) + spinbutton:not(.vertical),
.linked.vertical > entry:drop(active):not(:only-child) + entry,
.linked.vertical > entry:drop(active):not(:only-child) + button,
.linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo {
  border-top-color: #e78a53; }

treeview entry:focus-within:dir(rtl), treeview entry:focus-within:dir(ltr) {
  background-color: #1c1b1d;
  transition-property: color, background; }

treeview entry.flat, treeview entry {
  border-radius: 0;
  background-image: none;
  background-color: #1c1b1d; }
  treeview entry.flat:focus-within, treeview entry:focus-within {
    border-color: #e78a53; }

/*************
 * Expanders *
 *************/
expander {
  min-width: 16px;
  min-height: 16px;
  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
  expander:dir(rtl) {
    -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
  expander:hover {
    color: white; }
  expander:checked {
    -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }

/****************
 * Floating Bar *
 ****************/
.floating-bar {
  background-color: #121113;
  border-width: 1px;
  border-style: solid solid none;
  border-color: #2b2b2b;
  border-radius: 3px 3px 0 0;
  box-shadow: none; }
  .floating-bar.bottom.left {
    border-left-style: none;
    border-top-left-radius: 0; }
  .floating-bar.bottom.right {
    border-right-style: none;
    border-top-right-radius: 0; }
  .floating-bar > button {
    padding: 4px; }
  .floating-bar:backdrop, progressbar:backdrop progress.floating-bar, progressbar:backdrop trough.floating-bar, label:backdrop selection.floating-bar {
    background-color: #121113;
    border-color: #292829; }

/**********
 * Frames *
 **********/
frame > border,
.frame {
  box-shadow: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 1px solid #2b2b2b; }
  frame > border.flat,
  .frame.flat,
  .selection-mode windowcontrols button.frame,
  notebook > header > tabs > arrow.frame {
    border-style: none; }
  frame > border:backdrop,
  .frame:backdrop,
  progressbar:backdrop progress.frame,
  progressbar:backdrop trough.frame,
  label:backdrop selection.frame {
    border-color: #292829; }

actionbar > revealer > box {
  padding: 6px;
  border-top: 1px solid #2b2b2b; }
  actionbar > revealer > box:backdrop {
    border-color: #292829; }

scrolledwindow viewport.frame {
  border-style: none; }

scrolledwindow overshoot.top {
  background-image: radial-gradient(farthest-side at top, #454545 85%, rgba(69, 69, 69, 0)), radial-gradient(farthest-side at top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  background-size: 100% 3%, 100% 50%;
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  border: none;
  box-shadow: none; }
  scrolledwindow overshoot.top:backdrop, scrolledwindow progressbar:backdrop progress.top, progressbar:backdrop scrolledwindow progress.top, scrolledwindow progressbar:backdrop trough.top, progressbar:backdrop scrolledwindow trough.top, scrolledwindow label:backdrop selection.top, label:backdrop scrolledwindow selection.top {
    background-image: radial-gradient(farthest-side at top, #292829 85%, rgba(41, 40, 41, 0));
    background-size: 100% 3%;
    background-repeat: no-repeat;
    background-position: top;
    background-color: transparent;
    border: none;
    box-shadow: none; }

scrolledwindow overshoot.bottom {
  background-image: radial-gradient(farthest-side at bottom, #454545 85%, rgba(69, 69, 69, 0)), radial-gradient(farthest-side at bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  background-size: 100% 3%, 100% 50%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: transparent;
  border: none;
  box-shadow: none; }
  scrolledwindow overshoot.bottom:backdrop, scrolledwindow progressbar:backdrop progress.bottom, progressbar:backdrop scrolledwindow progress.bottom, scrolledwindow progressbar:backdrop trough.bottom, progressbar:backdrop scrolledwindow trough.bottom, scrolledwindow label:backdrop selection.bottom, label:backdrop scrolledwindow selection.bottom {
    background-image: radial-gradient(farthest-side at bottom, #292829 85%, rgba(41, 40, 41, 0));
    background-size: 100% 3%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: transparent;
    border: none;
    box-shadow: none; }

scrolledwindow overshoot.left {
  background-image: radial-gradient(farthest-side at left, #454545 85%, rgba(69, 69, 69, 0)), radial-gradient(farthest-side at left, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  background-size: 3% 100%, 50% 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-color: transparent;
  border: none;
  box-shadow: none; }
  scrolledwindow overshoot.left:backdrop, scrolledwindow progressbar:backdrop progress.left, progressbar:backdrop scrolledwindow progress.left, scrolledwindow progressbar:backdrop trough.left, progressbar:backdrop scrolledwindow trough.left, scrolledwindow label:backdrop selection.left, label:backdrop scrolledwindow selection.left {
    background-image: radial-gradient(farthest-side at left, #292829 85%, rgba(41, 40, 41, 0));
    background-size: 3% 100%;
    background-repeat: no-repeat;
    background-position: left;
    background-color: transparent;
    border: none;
    box-shadow: none; }

scrolledwindow overshoot.right {
  background-image: radial-gradient(farthest-side at right, #454545 85%, rgba(69, 69, 69, 0)), radial-gradient(farthest-side at right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  background-size: 3% 100%, 50% 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-color: transparent;
  border: none;
  box-shadow: none; }
  scrolledwindow overshoot.right:backdrop, scrolledwindow progressbar:backdrop progress.right, progressbar:backdrop scrolledwindow progress.right, scrolledwindow progressbar:backdrop trough.right, progressbar:backdrop scrolledwindow trough.right, scrolledwindow label:backdrop selection.right, label:backdrop scrolledwindow selection.right {
    background-image: radial-gradient(farthest-side at right, #292829 85%, rgba(41, 40, 41, 0));
    background-size: 3% 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-color: transparent;
    border: none;
    box-shadow: none; }

scrolledwindow undershoot.top {
  background-color: transparent;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
  padding-top: 1px;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-origin: content-box;
  background-position: center top;
  border: none;
  box-shadow: none; }

scrolledwindow undershoot.bottom {
  background-color: transparent;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
  padding-bottom: 1px;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-origin: content-box;
  background-position: center bottom;
  border: none;
  box-shadow: none; }

scrolledwindow undershoot.left {
  background-color: transparent;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
  padding-left: 1px;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  background-origin: content-box;
  background-position: left center;
  border: none;
  box-shadow: none; }

scrolledwindow undershoot.right {
  background-color: transparent;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
  padding-right: 1px;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  background-origin: content-box;
  background-position: right center;
  border: none;
  box-shadow: none; }

scrolledwindow junction {
  border-color: transparent;
  border-image: linear-gradient(to bottom, #2b2b2b 1px, transparent 1px) 0 0 0 1/0 1px stretch;
  background-color: #171618; }
  scrolledwindow junction:dir(rtl) {
    border-image-slice: 0 1 0 0; }
  scrolledwindow junction:backdrop {
    border-image-source: linear-gradient(to bottom, #292829 1px, transparent 1px);
    background-color: #0a0a0b;
    transition: 200ms ease-out; }

separator {
  background: rgba(0, 0, 0, 0.1); }

/************
 * Popovers *
 ************/
GraniteWidgetsPopOver {
  border: 1px solid #1c1b1d;
  background: #1c1b1d;
  color: #ffffff; }
  GraniteWidgetsPopOver .button {
    background-image: none;
    background: none;
    border: none; }
    GraniteWidgetsPopOver .button:active, GraniteWidgetsPopOver .button:active:hover {
      color: #e78a53; }
  GraniteWidgetsPopOver > .frame {
    border: none; }
  GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar {
    border: none;
    background: none; }

GraniteWidgetsStaticNotebook .frame {
  border: none; }

.popover_bg {
  background-color: #1c1b1d;
  background-image: none;
  border: 1px solid #1c1b1d;
  color: #ffffff; }

/***********
 * Welcome *
 **********/
GraniteWidgetsWelcome {
  background-color: #1c1b1d; }
  GraniteWidgetsWelcome GtkLabel {
    color: #ffffff; }
  GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 {
    color: rgba(255, 255, 255, 0.8); }

/**************
* Source List *
***************/
.source-list {
  background-color: #121113;
  border: solid #2b2b2b;
  color: #ffffff;
  border-right-width: 1px; }
  .source-list .category-expander {
    color: transparent; }
  .source-list .badge {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.4);
    color: #121113;
    border-radius: 10px;
    padding: 0 6px;
    margin: 0 3px;
    border-width: 0; }
    .source-list .badge:selected:backdrop, .source-list progressbar:backdrop progress:selected, progressbar:backdrop .source-list progress:selected, .source-list progressbar:backdrop trough:selected, progressbar:backdrop .source-list trough:selected, .source-list label:backdrop selection:selected, label:backdrop .source-list selection:selected, .source-list .badge:selected:hover:backdrop, .source-list progressbar:backdrop progress:hover, progressbar:backdrop .source-list progress:hover, .source-list progressbar:backdrop trough:hover, progressbar:backdrop .source-list trough:hover, .source-list label:backdrop selection:hover, label:backdrop .source-list selection:hover {
      background-color: rgba(0, 0, 0, 0.2);
      color: #050506; }
  .source-list row,
  .source-list .list-row {
    border: none;
    padding: 0; }
    .source-list row > GtkLabel,
    .source-list row > label,
    .source-list .list-row > GtkLabel,
    .source-list .list-row > label {
      padding-left: 6px;
      padding-right: 6px; }

/**************
* Text Styles *
**************/
.h1 {
  font-size: 24px; }

.h2 {
  font-weight: 300;
  font-size: 18px; }

.h3 {
  font-size: 11px; }

.h4,
.category-label {
  font-size: 12px;
  padding: 6px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2); }

/**************
* Storage Bar *
**************/
.storage-bar .trough {
  border: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  background-image: none;
  background-color: transparent;
  padding: 8px 6px; }

.storage-bar .fill-block {
  background-color: #fbcb97;
  border: none;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  transition: all 200ms ease-in-out;
  padding: 8px 6px; }
  .storage-bar .fill-block:first-child, .storage-bar combobox.linked button.fill-block:nth-child(2):dir(rtl), combobox.linked .storage-bar button.fill-block:nth-child(2):dir(rtl), .storage-bar .linked:not(.vertical) > combobox:first-child > box > button.fill-block.combo, .storage-bar .linked.vertical > combobox:first-child > box > button.fill-block.combo {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); }
  .storage-bar .fill-block:last-child, .storage-bar combobox.linked button.fill-block:nth-child(2):dir(ltr), combobox.linked .storage-bar button.fill-block:nth-child(2):dir(ltr), .storage-bar .linked:not(.vertical) > combobox:last-child > box > button.fill-block.combo, .storage-bar .linked.vertical > combobox:last-child > box > button.fill-block.combo {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); }
  .storage-bar .fill-block.empty-block {
    background-color: #1c1b1d; }
  .storage-bar .fill-block.app {
    background-color: #5f8787; }
  .storage-bar .fill-block.audio {
    background-color: #e78a53; }
  .storage-bar .fill-block.photo {
    background-color: #e75353; }
  .storage-bar .fill-block.video {
    background-color: #fbcb97; }
  .storage-bar .fill-block .legend {
    padding: 12px;
    border-radius: 4px; }

/***************
 * Header bars *
 ***************/
.titlebar, .titlebar:not(headerbar),
headerbar {
  padding: 0 6px;
  min-height: 38px;
  background: #121113;
  color: #ffffff;
  border-radius: 0; }
  .titlebar:backdrop, progressbar:backdrop progress.titlebar, progressbar:backdrop trough.titlebar, label:backdrop selection.titlebar,
  headerbar:backdrop {
    border-color: #292829;
    transition: 200ms ease-out; }
  .titlebar .title,
  headerbar .title {
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px; }
  .titlebar .subtitle,
  headerbar .subtitle {
    font-size: smaller;
    padding-left: 12px;
    padding-right: 12px; }
  .titlebar entry, .titlebar:not(headerbar) entry,
  headerbar entry {
    min-height: 24px; }
  .titlebar .linked > button:hover,
  .titlebar .linked > button:backdrop,
  .titlebar headerbar .linked > button:hover,
  .titlebar headerbar .linked > button:backdrop, .titlebar .path-bar-box button,
  headerbar .path-bar-box .titlebar button, .titlebar .linked > button,
  .titlebar headerbar .linked > button,
  headerbar .linked > button:hover,
  headerbar .linked > button:backdrop,
  headerbar .path-bar-box button,
  headerbar .linked > button {
    border-radius: 0;
    border-right-style: none;
    box-shadow: none; }
    .titlebar .path-bar-box button:first-child, .titlebar .linked > button:first-child, .titlebar combobox.linked .path-bar-box button:nth-child(2):dir(rtl), .titlebar .path-bar-box combobox.linked button:nth-child(2):dir(rtl), .titlebar combobox.linked .linked > button:nth-child(2):dir(rtl), combobox.linked .titlebar .path-bar-box button:nth-child(2):dir(rtl), combobox.linked .titlebar .linked > button:nth-child(2):dir(rtl), .titlebar .path-bar-box .linked:not(.vertical) > combobox:first-child > box > button.combo, .titlebar .linked:not(.vertical) > combobox:first-child > box.linked > button.combo, .titlebar .path-bar-box .linked.vertical > combobox:first-child > box > button.combo, .titlebar .linked.vertical > combobox:first-child > box.linked > button.combo,
    headerbar .linked > button:first-child:hover,
    headerbar .linked > button:first-child:backdrop,
    headerbar progressbar:backdrop .linked > progress:first-child,
    progressbar:backdrop headerbar .linked > progress:first-child,
    headerbar progressbar:backdrop .linked > trough:first-child,
    progressbar:backdrop headerbar .linked > trough:first-child,
    headerbar .path-bar-box button:first-child,
    headerbar .linked > button:first-child,
    headerbar combobox.linked .path-bar-box button:nth-child(2):dir(rtl),
    headerbar .path-bar-box combobox.linked button:nth-child(2):dir(rtl),
    headerbar combobox.linked .linked > button:nth-child(2):dir(rtl),
    combobox.linked headerbar .path-bar-box button:nth-child(2):dir(rtl),
    combobox.linked headerbar .linked > button:nth-child(2):dir(rtl),
    headerbar .path-bar-box .linked:not(.vertical) > combobox:first-child > box > button.combo,
    headerbar .linked:not(.vertical) > combobox:first-child > box.linked > button.combo,
    headerbar .path-bar-box .linked.vertical > combobox:first-child > box > button.combo,
    headerbar .linked.vertical > combobox:first-child > box.linked > button.combo {
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px; }
    .titlebar .path-bar-box button:last-child, .titlebar .linked > button:last-child, .titlebar combobox.linked .path-bar-box button:nth-child(2):dir(ltr), .titlebar .path-bar-box combobox.linked button:nth-child(2):dir(ltr), .titlebar combobox.linked .linked > button:nth-child(2):dir(ltr), combobox.linked .titlebar .path-bar-box button:nth-child(2):dir(ltr), combobox.linked .titlebar .linked > button:nth-child(2):dir(ltr), .titlebar .path-bar-box .linked:not(.vertical) > combobox:last-child > box > button.combo, .titlebar .linked:not(.vertical) > combobox:last-child > box.linked > button.combo, .titlebar .path-bar-box .linked.vertical > combobox:last-child > box > button.combo, .titlebar .linked.vertical > combobox:last-child > box.linked > button.combo,
    headerbar .linked > button:last-child:hover,
    headerbar .linked > button:last-child:backdrop,
    headerbar progressbar:backdrop .linked > progress:last-child,
    progressbar:backdrop headerbar .linked > progress:last-child,
    headerbar progressbar:backdrop .linked > trough:last-child,
    progressbar:backdrop headerbar .linked > trough:last-child,
    headerbar .path-bar-box button:last-child,
    headerbar .linked > button:last-child,
    headerbar combobox.linked .path-bar-box button:nth-child(2):dir(ltr),
    headerbar .path-bar-box combobox.linked button:nth-child(2):dir(ltr),
    headerbar combobox.linked .linked > button:nth-child(2):dir(ltr),
    combobox.linked headerbar .path-bar-box button:nth-child(2):dir(ltr),
    combobox.linked headerbar .linked > button:nth-child(2):dir(ltr),
    headerbar .path-bar-box .linked:not(.vertical) > combobox:last-child > box > button.combo,
    headerbar .linked:not(.vertical) > combobox:last-child > box.linked > button.combo,
    headerbar .path-bar-box .linked.vertical > combobox:last-child > box > button.combo,
    headerbar .linked.vertical > combobox:last-child > box.linked > button.combo {
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
      border-right-style: solid; }
    .titlebar .path-bar-box button:only-child, .titlebar .linked > button:only-child, .titlebar .path-bar-box .linked:not(.vertical) > combobox:only-child > box > button.combo, .titlebar .linked:not(.vertical) > combobox:only-child > box.linked > button.combo, .titlebar .path-bar-box .linked.vertical > combobox:only-child > box > button.combo, .titlebar .linked.vertical > combobox:only-child > box.linked > button.combo,
    headerbar .linked > button:only-child:hover,
    headerbar .linked > button:only-child:backdrop,
    headerbar progressbar:backdrop .linked > progress:only-child,
    progressbar:backdrop headerbar .linked > progress:only-child,
    headerbar progressbar:backdrop .linked > trough:only-child,
    progressbar:backdrop headerbar .linked > trough:only-child,
    headerbar .path-bar-box button:only-child,
    headerbar .linked > button:only-child,
    headerbar .path-bar-box .linked:not(.vertical) > combobox:only-child > box > button.combo,
    headerbar .linked:not(.vertical) > combobox:only-child > box.linked > button.combo,
    headerbar .path-bar-box .linked.vertical > combobox:only-child > box > button.combo,
    headerbar .linked.vertical > combobox:only-child > box.linked > button.combo {
      border-radius: 6px;
      border-style: solid; }
  .titlebar .path-bar-box button:active, .titlebar .linked > button:active, .titlebar .path-bar-box button:checked, .titlebar .linked > button:checked,
  headerbar .path-bar-box button:active,
  headerbar .linked > button:active,
  headerbar .path-bar-box button:checked,
  headerbar .linked > button:checked {
    color: #fff;
    outline-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(231, 138, 83, 0.7);
    text-shadow: none; }
    .titlebar progressbar:backdrop progress:active, progressbar:backdrop .titlebar progress:active, .titlebar progressbar:backdrop trough:active, progressbar:backdrop .titlebar trough:active, .titlebar .path-bar-box button:active:backdrop, .titlebar .linked > button:active:backdrop, .titlebar label:backdrop selection:active, label:backdrop .titlebar selection:active, .titlebar progressbar:backdrop progress:checked, progressbar:backdrop .titlebar progress:checked, .titlebar progressbar:backdrop trough:checked, progressbar:backdrop .titlebar trough:checked, .titlebar .path-bar-box button:checked:backdrop, .titlebar .linked > button:checked:backdrop, .titlebar label:backdrop selection:checked, label:backdrop .titlebar selection:checked,
    headerbar progressbar:backdrop progress:active,
    progressbar:backdrop headerbar progress:active,
    headerbar progressbar:backdrop trough:active,
    progressbar:backdrop headerbar trough:active,
    headerbar .path-bar-box button:active:backdrop,
    headerbar .linked > button:active:backdrop,
    headerbar label:backdrop selection:active,
    label:backdrop headerbar selection:active,
    headerbar progressbar:backdrop progress:checked,
    progressbar:backdrop headerbar progress:checked,
    headerbar progressbar:backdrop trough:checked,
    progressbar:backdrop headerbar trough:checked,
    headerbar .path-bar-box button:checked:backdrop,
    headerbar .linked > button:checked:backdrop,
    headerbar label:backdrop selection:checked,
    label:backdrop headerbar selection:checked {
      color: rgba(18, 17, 19, 0.5); }
      .titlebar progressbar:backdrop progress:active label, progressbar:backdrop .titlebar progress:active label, .titlebar progressbar:backdrop trough:active label, progressbar:backdrop .titlebar trough:active label, .titlebar .path-bar-box button:active:backdrop label, .titlebar .linked > button:active:backdrop label, .titlebar label:backdrop selection:active label, label:backdrop .titlebar selection:active label, .titlebar progressbar:backdrop progress:checked label, progressbar:backdrop .titlebar progress:checked label, .titlebar progressbar:backdrop trough:checked label, progressbar:backdrop .titlebar trough:checked label, .titlebar .path-bar-box button:checked:backdrop label, .titlebar .linked > button:checked:backdrop label, .titlebar label:backdrop selection:checked label, label:backdrop .titlebar selection:checked label,
      headerbar progressbar:backdrop progress:active label,
      progressbar:backdrop headerbar progress:active label,
      headerbar progressbar:backdrop trough:active label,
      progressbar:backdrop headerbar trough:active label,
      headerbar .path-bar-box button:active:backdrop label,
      headerbar .linked > button:active:backdrop label,
      headerbar label:backdrop selection:active label,
      label:backdrop headerbar selection:active label,
      headerbar progressbar:backdrop progress:checked label,
      progressbar:backdrop headerbar progress:checked label,
      headerbar progressbar:backdrop trough:checked label,
      progressbar:backdrop headerbar trough:checked label,
      headerbar .path-bar-box button:checked:backdrop label,
      headerbar .linked > button:checked:backdrop label,
      headerbar label:backdrop selection:checked label,
      label:backdrop headerbar selection:checked label {
        color: rgba(18, 17, 19, 0.5); }
  .titlebar splitbutton.image-button > button:not(.toggle),
  headerbar splitbutton.image-button > button:not(.toggle) {
    border-radius: 6px 0px 0px 6px; }
  .titlebar splitbutton.image-button menubutton.popup button.toggle,
  headerbar splitbutton.image-button menubutton.popup button.toggle {
    border-radius: 0px 6px 6px 0px; }
  .titlebar .path-bar-box .dim-label, .titlebar .path-bar-box label.separator, .titlebar .path-bar-box .subtitle,
  headerbar .path-bar-box .dim-label,
  headerbar .path-bar-box label.separator,
  headerbar .path-bar-box .subtitle {
    color: transparent;
    margin-right: -6px; }
  .titlebar .path-bar-box button:last-child, .titlebar .path-bar-box combobox.linked button:nth-child(2):dir(ltr), combobox.linked .titlebar .path-bar-box button:nth-child(2):dir(ltr), .titlebar .path-bar-box .linked:not(.vertical) > combobox:last-child > box > button.combo, .titlebar .path-bar-box .linked.vertical > combobox:last-child > box > button.combo,
  headerbar .path-bar-box button:last-child,
  headerbar .path-bar-box combobox.linked button:nth-child(2):dir(ltr),
  combobox.linked headerbar .path-bar-box button:nth-child(2):dir(ltr),
  headerbar .path-bar-box .linked:not(.vertical) > combobox:last-child > box > button.combo,
  headerbar .path-bar-box .linked.vertical > combobox:last-child > box > button.combo {
    margin-left: -1px;
    border-radius: 0px; }
    .titlebar .path-bar-box button:last-child:active, .titlebar .path-bar-box combobox.linked button:active:nth-child(2):dir(ltr), combobox.linked .titlebar .path-bar-box button:active:nth-child(2):dir(ltr), .titlebar .path-bar-box .linked:not(.vertical) > combobox:last-child > box > button.combo:active, .titlebar .path-bar-box .linked.vertical > combobox:last-child > box > button.combo:active, .titlebar .path-bar-box button:last-child:checked, .titlebar .path-bar-box combobox.linked button:checked:nth-child(2):dir(ltr), combobox.linked .titlebar .path-bar-box button:checked:nth-child(2):dir(ltr), .titlebar .path-bar-box .linked:not(.vertical) > combobox:last-child > box > button.combo:checked, .titlebar .path-bar-box .linked.vertical > combobox:last-child > box > button.combo:checked,
    headerbar .path-bar-box button:last-child:active,
    headerbar .path-bar-box combobox.linked button:active:nth-child(2):dir(ltr),
    combobox.linked headerbar .path-bar-box button:active:nth-child(2):dir(ltr),
    headerbar .path-bar-box .linked:not(.vertical) > combobox:last-child > box > button.combo:active,
    headerbar .path-bar-box .linked.vertical > combobox:last-child > box > button.combo:active,
    headerbar .path-bar-box button:last-child:checked,
    headerbar .path-bar-box combobox.linked button:checked:nth-child(2):dir(ltr),
    combobox.linked headerbar .path-bar-box button:checked:nth-child(2):dir(ltr),
    headerbar .path-bar-box .linked:not(.vertical) > combobox:last-child > box > button.combo:checked,
    headerbar .path-bar-box .linked.vertical > combobox:last-child > box > button.combo:checked {
      border-radius: 0px 6px 6px 0px; }
  .titlebar .path-bar-box button:first-child, .titlebar .path-bar-box combobox.linked button:nth-child(2):dir(rtl), combobox.linked .titlebar .path-bar-box button:nth-child(2):dir(rtl), .titlebar .path-bar-box .linked:not(.vertical) > combobox:first-child > box > button.combo, .titlebar .path-bar-box .linked.vertical > combobox:first-child > box > button.combo,
  headerbar .path-bar-box button:first-child,
  headerbar .path-bar-box combobox.linked button:nth-child(2):dir(rtl),
  combobox.linked headerbar .path-bar-box button:nth-child(2):dir(rtl),
  headerbar .path-bar-box .linked:not(.vertical) > combobox:first-child > box > button.combo,
  headerbar .path-bar-box .linked.vertical > combobox:first-child > box > button.combo {
    border-radius: 6px 0px 0px 6px; }
    .titlebar .path-bar-box button:first-child:active, .titlebar .path-bar-box combobox.linked button:active:nth-child(2):dir(rtl), combobox.linked .titlebar .path-bar-box button:active:nth-child(2):dir(rtl), .titlebar .path-bar-box .linked:not(.vertical) > combobox:first-child > box > button.combo:active, .titlebar .path-bar-box .linked.vertical > combobox:first-child > box > button.combo:active, .titlebar .path-bar-box button:first-child:checked, .titlebar .path-bar-box combobox.linked button:checked:nth-child(2):dir(rtl), combobox.linked .titlebar .path-bar-box button:checked:nth-child(2):dir(rtl), .titlebar .path-bar-box .linked:not(.vertical) > combobox:first-child > box > button.combo:checked, .titlebar .path-bar-box .linked.vertical > combobox:first-child > box > button.combo:checked,
    headerbar .path-bar-box button:first-child:active,
    headerbar .path-bar-box combobox.linked button:active:nth-child(2):dir(rtl),
    combobox.linked headerbar .path-bar-box button:active:nth-child(2):dir(rtl),
    headerbar .path-bar-box .linked:not(.vertical) > combobox:first-child > box > button.combo:active,
    headerbar .path-bar-box .linked.vertical > combobox:first-child > box > button.combo:active,
    headerbar .path-bar-box button:first-child:checked,
    headerbar .path-bar-box combobox.linked button:checked:nth-child(2):dir(rtl),
    combobox.linked headerbar .path-bar-box button:checked:nth-child(2):dir(rtl),
    headerbar .path-bar-box .linked:not(.vertical) > combobox:first-child > box > button.combo:checked,
    headerbar .path-bar-box .linked.vertical > combobox:first-child > box > button.combo:checked {
      border-radius: 6px; }
  .titlebar .path-bar-box widget > .text-button:last-child, .titlebar .path-bar-box combobox.linked widget > button.text-button:nth-child(2):dir(ltr), combobox.linked .titlebar .path-bar-box widget > button.text-button:nth-child(2):dir(ltr),
  headerbar .path-bar-box widget > .text-button:last-child,
  headerbar .path-bar-box combobox.linked widget > button.text-button:nth-child(2):dir(ltr),
  combobox.linked headerbar .path-bar-box widget > button.text-button:nth-child(2):dir(ltr) {
    border-radius: 0px 6px 6px 0px;
    color: #fff;
    outline-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(231, 138, 83, 0.7);
    text-shadow: none; }
    .titlebar .path-bar-box widget > .text-button:last-child:backdrop, .titlebar .path-bar-box progressbar:backdrop widget > progress:last-child, progressbar:backdrop .titlebar .path-bar-box widget > progress:last-child, .titlebar .path-bar-box progressbar:backdrop widget > trough:last-child, progressbar:backdrop .titlebar .path-bar-box widget > trough:last-child, .titlebar .path-bar-box widget > .text-button:last-child:backdrop label, .titlebar .path-bar-box progressbar:backdrop widget > progress:last-child label, progressbar:backdrop .titlebar .path-bar-box widget > progress:last-child label, .titlebar .path-bar-box progressbar:backdrop widget > trough:last-child label, progressbar:backdrop .titlebar .path-bar-box widget > trough:last-child label,
    headerbar .path-bar-box widget > .text-button:last-child:backdrop,
    headerbar .path-bar-box progressbar:backdrop widget > progress:last-child,
    progressbar:backdrop headerbar .path-bar-box widget > progress:last-child,
    headerbar .path-bar-box progressbar:backdrop widget > trough:last-child,
    progressbar:backdrop headerbar .path-bar-box widget > trough:last-child,
    headerbar .path-bar-box widget > .text-button:last-child:backdrop label,
    headerbar .path-bar-box progressbar:backdrop widget > progress:last-child label,
    progressbar:backdrop headerbar .path-bar-box widget > progress:last-child label,
    headerbar .path-bar-box progressbar:backdrop widget > trough:last-child label,
    progressbar:backdrop headerbar .path-bar-box widget > trough:last-child label {
      color: rgba(18, 17, 19, 0.5); }
    .titlebar .path-bar-box widget > .text-button:last-child:only-child, .titlebar .path-bar-box combobox.linked widget > button.text-button:only-child:nth-child(2):dir(ltr), combobox.linked .titlebar .path-bar-box widget > button.text-button:only-child:nth-child(2):dir(ltr),
    headerbar .path-bar-box widget > .text-button:last-child:only-child,
    headerbar .path-bar-box combobox.linked widget > button.text-button:only-child:nth-child(2):dir(ltr),
    combobox.linked headerbar .path-bar-box widget > button.text-button:only-child:nth-child(2):dir(ltr) {
      border-radius: 6px; }
  .selection-mode.titlebar button:backdrop:active, .selection-mode.titlebar button:backdrop:checked,
  headerbar.selection-mode button:backdrop.flat:active,
  headerbar.selection-mode notebook > header > tabs > arrow:backdrop:active,
  headerbar.selection-mode button:backdrop.flat:checked,
  headerbar.selection-mode notebook > header > tabs > arrow:backdrop:checked,
  headerbar.selection-mode button:backdrop:active,
  headerbar.selection-mode button:backdrop:checked {
    border-color: #e16c26; }
    .selection-mode.titlebar button:backdrop:active label, .selection-mode.titlebar button:backdrop:checked label,
    headerbar.selection-mode button:backdrop.flat:active label,
    headerbar.selection-mode notebook > header > tabs > arrow:backdrop:active label,
    headerbar.selection-mode button:backdrop.flat:checked label,
    headerbar.selection-mode notebook > header > tabs > arrow:backdrop:checked label,
    headerbar.selection-mode button:backdrop:active label,
    headerbar.selection-mode button:backdrop:checked label {
      color: rgba(231, 138, 83, 0.6); }
  .tiled .titlebar, .maximized .titlebar, .tiled headerbar.titlebar, .maximized headerbar.titlebar {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); }
  .tiled .titlebar, .maximized .titlebar, .tiled headerbar, .maximized headerbar {
    border-radius: 0; }
  .default-decoration.titlebar,
  headerbar.default-decoration {
    padding: 5px 4px;
    min-height: 20px; }
    .default-decoration.titlebar button.titlebutton,
    headerbar.default-decoration button.titlebutton {
      min-height: 20px;
      min-width: 20px;
      margin: 0;
      padding: 0; }

headerbar entry,
headerbar spinbutton,
headerbar separator:not(.sidebar),
headerbar button,
headerbar menubutton {
  margin-top: 3px;
  margin-bottom: 3px; }

headerbar menubutton > button,
headerbar spinbutton > button,
headerbar splitbutton > button,
headerbar splitbutton > menubutton,
headerbar entry > menubutton {
  margin-top: 0px;
  margin-bottom: 0px; }

headerbar switch {
  margin-top: 0;
  margin-bottom: 0; }

headerbar separator {
  background: transparent; }

.background:not(.tiled):not(.maximized) .titlebar {
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px rgba(0, 0, 0, 0.1); }
  .background:not(.tiled):not(.maximized) .titlebar:backdrop, .background:not(.tiled):not(.maximized) .titlebar {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }

window:not(.tiled):not(.maximized) separator:first-child + headerbar:backdrop, window:not(.tiled):not(.maximized) separator:first-child + headerbar, window:not(.tiled):not(.maximized) headerbar:first-child:backdrop, window:not(.tiled):not(.maximized) progressbar:backdrop progress:first-child, progressbar:backdrop window:not(.tiled):not(.maximized) progress:first-child, window:not(.tiled):not(.maximized) progressbar:backdrop trough:first-child, progressbar:backdrop window:not(.tiled):not(.maximized) trough:first-child, window:not(.tiled):not(.maximized) headerbar:first-child {
  border-top-left-radius: 6px; }

window:not(.tiled):not(.maximized) headerbar:last-child:backdrop, window:not(.tiled):not(.maximized) progressbar:backdrop progress:last-child, progressbar:backdrop window:not(.tiled):not(.maximized) progress:last-child, window:not(.tiled):not(.maximized) progressbar:backdrop trough:last-child, progressbar:backdrop window:not(.tiled):not(.maximized) trough:last-child, window:not(.tiled):not(.maximized) headerbar:last-child {
  border-top-right-radius: 6px; }

window.csd > .titlebar:not(headerbar) {
  padding: 0;
  background-color: transparent;
  background-image: none;
  border-style: none;
  border-color: transparent;
  box-shadow: none; }

.titlebar:not(headerbar) > separator {
  background: #121113; }

.sidebar-pane .top-bar, .sidebar-pane .top-bar headerbar, .content-pane .top-bar, .content-pane .top-bar headerbar {
  background-color: #121113; }

.raised.top-bar {
  background-color: #121113; }

/**************
 * GtkInfoBar *
 **************/
.error, .question, .warning, .info,
infobar {
  text-shadow: none;
  color: #ffffff;
  background-color: #121113;
  border-bottom: 1px solid black;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.15); }

.error, .question, .warning, .info {
  text-shadow: none;
  color: #121113;
  border: none; }
  .error .label, .question .label, .warning .label, .info .label {
    color: #121113; }
    .error .label:backdrop, .error progressbar:backdrop progress.label, progressbar:backdrop .error progress.label, .error progressbar:backdrop trough.label, progressbar:backdrop .error trough.label, .question .label:backdrop, .question progressbar:backdrop progress.label, progressbar:backdrop .question progress.label, .question progressbar:backdrop trough.label, progressbar:backdrop .question trough.label, .warning .label:backdrop, .warning progressbar:backdrop progress.label, progressbar:backdrop .warning progress.label, .warning progressbar:backdrop trough.label, progressbar:backdrop .warning trough.label, .info .label:backdrop, .info progressbar:backdrop progress.label, progressbar:backdrop .info progress.label, .info progressbar:backdrop trough.label, progressbar:backdrop .info trough.label, .error label:backdrop selection.label, .question label:backdrop selection.label, .warning label:backdrop selection.label, .info label:backdrop selection.label, label:backdrop .error selection.label, label:backdrop .question selection.label, label:backdrop .warning selection.label, label:backdrop .info selection.label {
      color: rgba(18, 17, 19, 0.5); }
  .error button, .question button, .warning button, .info button {
    border-radius: 2px;
    border: none;
    background: rgba(28, 27, 29, 0.98);
    color: #ffffff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }
    .error button .label, .question button .label, .warning button .label, .info button .label {
      color: #ffffff; }
    .error button:active, .question button:active, .warning button:active, .info button:active {
      background: #1c1b1d;
      color: #ffffff;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); }
      .error button:active:backdrop, .error progressbar:backdrop progress:active, progressbar:backdrop .error progress:active, .error progressbar:backdrop trough:active, progressbar:backdrop .error trough:active, .question button:active:backdrop, .question progressbar:backdrop progress:active, progressbar:backdrop .question progress:active, .question progressbar:backdrop trough:active, progressbar:backdrop .question trough:active, .warning button:active:backdrop, .warning progressbar:backdrop progress:active, progressbar:backdrop .warning progress:active, .warning progressbar:backdrop trough:active, progressbar:backdrop .warning trough:active, .info button:active:backdrop, .info progressbar:backdrop progress:active, progressbar:backdrop .info progress:active, .info progressbar:backdrop trough:active, progressbar:backdrop .info trough:active, .error label:backdrop selection:active, .question label:backdrop selection:active, .warning label:backdrop selection:active, .info label:backdrop selection:active, label:backdrop .error selection:active, label:backdrop .question selection:active, label:backdrop .warning selection:active, label:backdrop .info selection:active {
        background: rgba(28, 27, 29, 0.8);
        color: rgba(255, 255, 255, 0.5);
        box-shadow: none; }
    .error button:hover, .question button:hover, .warning button:hover, .info button:hover, .error button:focus, .question button:focus, .warning button:focus, .info button:focus {
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); }
    .error button:disabled, .question button:disabled, .warning button:disabled, .info button:disabled {
      background: rgba(28, 27, 29, 0.6);
      color: rgba(255, 255, 255, 0.5);
      box-shadow: none; }
      .error button:disabled:backdrop, .error progressbar:backdrop progress:disabled, progressbar:backdrop .error progress:disabled, .error progressbar:backdrop trough:disabled, progressbar:backdrop .error trough:disabled, .question button:disabled:backdrop, .question progressbar:backdrop progress:disabled, progressbar:backdrop .question progress:disabled, .question progressbar:backdrop trough:disabled, progressbar:backdrop .question trough:disabled, .warning button:disabled:backdrop, .warning progressbar:backdrop progress:disabled, progressbar:backdrop .warning progress:disabled, .warning progressbar:backdrop trough:disabled, progressbar:backdrop .warning trough:disabled, .info button:disabled:backdrop, .info progressbar:backdrop progress:disabled, progressbar:backdrop .info progress:disabled, .info progressbar:backdrop trough:disabled, progressbar:backdrop .info trough:disabled {
        background: rgba(28, 27, 29, 0.5);
        color: rgba(255, 255, 255, 0.5);
        box-shadow: none; }
    .error button:backdrop, .question button:backdrop, .warning button:backdrop, .info button:backdrop {
      background: rgba(28, 27, 29, 0.8);
      color: rgba(255, 255, 255, 0.5);
      box-shadow: none; }

.info, .info:backdrop, progressbar:backdrop progress.info, progressbar:backdrop trough.info, label:backdrop selection.info {
  color: #5f8787;
  background-color: transparent; }

.warning, .warning:backdrop, progressbar:backdrop progress.warning, progressbar:backdrop trough.warning, label:backdrop selection.warning {
  color: #fbcb97;
  background-color: transparent; }

.question, .question:backdrop, progressbar:backdrop progress.question, progressbar:backdrop trough.question, label:backdrop selection.question {
  color: #5f8787;
  background-color: transparent; }

.error, .error:backdrop, progressbar:backdrop progress.error, progressbar:backdrop trough.error, label:backdrop selection.error {
  color: #e75353;
  background-color: transparent; }

banner revealer widget {
  background: #1f1d20;
  padding: 5px;
  color: #ffffff; }

levelbar.horizontal trough > block {
  min-height: 5px;
  border-radius: 5px; }
  levelbar.horizontal trough > block:dir(rtl) {
    border-radius: 0 5px 5px 0; }
  levelbar.horizontal trough > block:dir(ltr) {
    border-radius: 5px 0 0 5px; }
  levelbar.horizontal trough > block.empty, levelbar.horizontal trough > block.full {
    border-radius: 5px; }

levelbar.horizontal.discrete trough > block {
  min-height: 2px;
  margin: 1px;
  min-width: 24px;
  border-radius: 0; }
  levelbar.horizontal.discrete trough > block:first-child {
    border-radius: 2px 0 0 2px; }
  levelbar.horizontal.discrete trough > block:last-child {
    border-radius: 0 2px 2px 0; }

levelbar.vertical trough > block {
  min-width: 5px;
  border-radius: 5px; }

levelbar.vertical.discrete > trough > block {
  min-width: 2px;
  margin: 1px 0;
  min-height: 32px; }

levelbar > trough {
  padding: 0; }

levelbar > trough > block {
  border: 1px solid; }
  levelbar > trough > block.low {
    border-color: #fbcb97;
    background-color: #fbcb97; }
  levelbar > trough > block.high, levelbar > trough > block:not(.empty) {
    border-color: #e78a53;
    background-color: #e78a53; }
  levelbar > trough > block.full {
    border-color: #5f8787;
    background-color: #5f8787; }
  levelbar > trough > block.empty {
    background-color: #363437;
    border-color: #363437; }

/*********
 * Links *
 *********/
*:link, button:link,
button:visited {
  color: #e78a53; }
  *:link:visited,
  button:visited {
    color: rgba(231, 138, 83, 0.5); }
    *:selected *:link:visited,
    *:selected button:visited, button:selected:link *:link:visited,
    button:selected:visited *:link:visited,
    button:selected:link button:visited,
    button:selected:visited button:visited {
      color: #67412d; }
  *:link:hover, button:hover:link,
  button:hover:visited {
    color: #eda880; }
    *:selected *:link:hover, *:selected button:hover:link,
    *:selected button:hover:visited, button:selected:link *:link:hover,
    button:selected:visited *:link:hover, button:selected:link button:hover:link,
    button:selected:visited button:hover:link,
    button:selected:link button:hover:visited,
    button:selected:visited button:hover:visited {
      color: #271d19; }
  *:link:active, button:active:link,
  button:active:visited {
    color: #e78a53; }
    *:selected *:link:active, *:selected button:active:link,
    *:selected button:active:visited, button:selected:link *:link:active,
    button:selected:visited *:link:active, button:selected:link button:active:link,
    button:selected:visited button:active:link,
    button:selected:link button:active:visited,
    button:selected:visited button:active:visited {
      color: #3d2920; }
  *:link:backdrop:backdrop:hover, *:link:backdrop:backdrop:hover:selected, *:link:backdrop, progressbar:backdrop progress:link, progressbar:backdrop trough:link, button:backdrop:link,
  button:backdrop:visited, label:backdrop selection:link {
    color: #e78a53; }
  *:link:selected, button:selected:link,
  button:selected:visited, *:selected *:link, *:selected button:link,
  *:selected button:visited, button:selected:link *:link,
  button:selected:visited *:link, button:selected:link button:link,
  button:selected:visited button:link,
  button:selected:link button:visited,
  button:selected:visited button:visited {
    color: #3d2920; }

button:link,
button:visited {
  text-shadow: none; }
  button:link:hover, button:link:active, button:link:checked,
  button:visited:hover,
  button:visited:active,
  button:visited:checked {
    text-shadow: none; }
  button:link > label,
  button:visited > label {
    text-decoration-line: underline; }

/*********
 * Lists *
 *********/
list, listview {
  background-color: #1c1b1d;
  border-color: #2b2b2b; }
  list, list label, listview, listview label {
    color: #ffffff; }
  list:backdrop, listview:backdrop {
    background-color: #1f1d20;
    border-color: #292829; }
  list.horizontal row.separator, list.separators.horizontal > row:not(.separator), listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator) {
    border-left: 1px solid #2b2b2b; }
  list:not(.horizontal) row.separator, list.separators:not(.horizontal) > row:not(.separator), listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator) {
    border-bottom: 1px solid #2b2b2b; }

row:hover {
  transition: none; }

row:backdrop {
  transition: 200ms ease-out; }

row.activatable.has-open-popup, row.activatable:hover {
  background-color: rgba(255, 255, 255, 0.05); }

row.activatable:active {
  box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); }

row.activatable:backdrop:hover, progressbar:backdrop progress.activatable:hover, progressbar:backdrop trough.activatable:hover, label:backdrop selection.activatable:hover {
  background-color: transparent; }

row.activatable:selected:active {
  box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); }

row.activatable:selected.has-open-popup, row.activatable:selected:hover {
  background-color: rgba(231, 138, 83, 0.5); }

row.activatable:selected:backdrop, progressbar:backdrop progress:selected, progressbar:backdrop trough:selected, label:backdrop selection:selected {
  background-color: rgba(231, 138, 83, 0.6); }

row.activatable.button {
  font-weight: normal;
  color: #ffffff;
  background-color: #1b1a1c;
  text-shadow: none; }

row .view, row iconview {
  background-color: transparent; }

columnview > listview > row {
  padding: 0; }
  columnview > listview > row > cell {
    padding: 0px 6px; }
    columnview > listview > row > cell:not(:first-child) {
      border-left: 1px solid transparent; }

columnview.column-separators > listview > row > cell {
  border-left-color: #2b2b2b; }

columnview.data-table > listview > row > cell {
  padding-top: 2px;
  padding-bottom: 2px; }

treeexpander {
  border-spacing: 4px; }

/********************************************************
 * Data Tables                                          *
 * treeview like tables with individual focusable cells *
 * https://gitlab.gnome.org/GNOME/gtk/-/issues/2929     *
 ********************************************************/
columnview row:not(:selected) cell editablelabel:not(.editing):focus-within {
  outline: 2px solid #2b2b2b; }

columnview row:not(:selected) cell editablelabel.editing:focus-within {
  outline: 2px solid #e78a53; }

columnview row:not(:selected) cell editablelabel.editing text selection {
  background-color: rgba(231, 138, 83, 0.6);
  color: transparent; }
  columnview row:not(:selected) cell editablelabel.editing text selection:focus-within {
    background-color: #e78a53;
    color: #ffffff; }

/*******************************************************
 * Rich Lists                                          *
 * Large list usually containing lots of widgets       *
 * https://gitlab.gnome.org/GNOME/gtk/-/issues/3073    *
 *******************************************************/
.rich-list {
  /* rich lists usually containing other widgets than just labels/text */ }
  .rich-list > row {
    padding: 8px 12px;
    min-height: 32px;
    /* should be tall even when only containing a label */ }
    .rich-list > row > box {
      border-spacing: 12px; }

/********************************************************
 * Complex Lists                                        *
 * Put padding on the cell content so event controllers *
 * can cover the whole area.                            *
 ********************************************************/
columnview.complex > listview > row > cell {
  padding: 0; }
  columnview.complex > listview > row > cell > *, columnview.complex > listview > row > cell > button:link,
  columnview.complex > listview > row > cell > button:visited {
    padding: 8px 6px; }

columnview.complex.data-table > listview > row > cell {
  padding: 0; }
  columnview.complex.data-table > listview > row > cell > *, columnview.complex.data-table > listview > row > cell > button:link,
  columnview.complex.data-table > listview > row > cell > button:visited {
    padding-top: 2px;
    padding-bottom: 2px; }

.boxed-list-separate {
  background-color: transparent; }

/*********
 * Menus *
 *********/
menubar,
.menubar {
  background-color: #121113;
  color: #ffffff;
  padding: 0px;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); }
  menubar > item,
  .menubar > item {
    min-height: 16px;
    padding: 4px 8px; }
    menubar > item:hover,
    .menubar > item:hover {
      box-shadow: inset 0 -3px #e78a53; }
    menubar > item:disabled,
    .menubar > item:disabled {
      color: #898889;
      box-shadow: none; }

menu,
.menu,
.context-menu {
  padding: 2px 0px;
  background: #121113;
  border: none;
  border-radius: 5px;
  font: initial; }
  .csd menu, .csd .menu, .csd .context-menu {
    border: none; }
  menu:backdrop,
  .menu:backdrop,
  progressbar:backdrop progress.menu,
  progressbar:backdrop trough.menu,
  label:backdrop selection.menu,
  .context-menu:backdrop,
  progressbar:backdrop progress.context-menu,
  progressbar:backdrop trough.context-menu,
  label:backdrop selection.context-menu {
    background-color: #1c1b1d; }
  menu menuitem,
  .menu menuitem,
  .context-menu menuitem {
    min-height: 17px;
    min-width: 40px;
    padding: 4px 6px;
    text-shadow: none; }
    menu menuitem:hover,
    .menu menuitem:hover,
    .context-menu menuitem:hover {
      color: #121113;
      background-color: #e78a53; }
    menu menuitem:disabled,
    .menu menuitem:disabled,
    .context-menu menuitem:disabled {
      color: #898889; }
      menu menuitem:disabled:backdrop, menu progressbar:backdrop progress:disabled, progressbar:backdrop menu progress:disabled, menu progressbar:backdrop trough:disabled, progressbar:backdrop menu trough:disabled,
      .menu menuitem:disabled:backdrop,
      .menu progressbar:backdrop progress:disabled,
      progressbar:backdrop .menu progress:disabled,
      .menu progressbar:backdrop trough:disabled,
      progressbar:backdrop .menu trough:disabled,
      .context-menu menuitem:disabled:backdrop,
      .context-menu progressbar:backdrop progress:disabled,
      progressbar:backdrop .context-menu progress:disabled,
      .context-menu progressbar:backdrop trough:disabled,
      progressbar:backdrop .context-menu trough:disabled {
        color: #38353b; }
    menu menuitem:backdrop, menu menuitem:backdrop:hover,
    .menu menuitem:backdrop,
    .menu menuitem:backdrop:hover,
    .context-menu menuitem:backdrop,
    .context-menu menuitem:backdrop:hover {
      color: #898889;
      background-color: transparent; }
    menu menuitem arrow,
    .menu menuitem arrow,
    .context-menu menuitem arrow {
      min-height: 16px;
      min-width: 16px; }
      menu menuitem arrow:dir(ltr),
      .menu menuitem arrow:dir(ltr),
      .context-menu menuitem arrow:dir(ltr) {
        -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
        margin-left: 10px; }
      menu menuitem arrow:dir(rtl),
      .menu menuitem arrow:dir(rtl),
      .context-menu menuitem arrow:dir(rtl) {
        -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
        margin-right: 10px; }
    menu menuitem label:dir(rtl), menu menuitem label:dir(ltr),
    .menu menuitem label:dir(rtl),
    .menu menuitem label:dir(ltr),
    .context-menu menuitem label:dir(rtl),
    .context-menu menuitem label:dir(ltr) {
      color: inherit; }
  menu > arrow,
  .menu > arrow,
  .context-menu > arrow {
    border-color: transparent;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0);
    text-shadow: none;
    -gtk-icon-shadow: none;
    min-height: 16px;
    min-width: 16px;
    padding: 4px;
    background-color: #1a191b;
    border-radius: 0; }
    menu > arrow.top,
    .menu > arrow.top,
    .context-menu > arrow.top {
      margin-top: -6px;
      border-bottom: 1px solid #333234;
      -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
    menu > arrow.bottom,
    .menu > arrow.bottom,
    .context-menu > arrow.bottom {
      margin-bottom: -6px;
      border-top: 1px solid #333234;
      -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
    menu > arrow:hover,
    .menu > arrow:hover,
    .context-menu > arrow:hover {
      background-color: #333234; }
    menu > arrow:backdrop,
    .menu > arrow:backdrop,
    .context-menu > arrow:backdrop {
      background-color: #1c1b1d; }
    menu > arrow:disabled,
    .menu > arrow:disabled,
    .context-menu > arrow:disabled {
      color: transparent;
      background-color: transparent;
      border-color: transparent; }

menuitem accelerator {
  color: alpha(currentColor,0.55); }

menuitem check,
menuitem radio {
  min-height: 16px;
  min-width: 16px; }
  menuitem check:dir(ltr),
  menuitem radio:dir(ltr) {
    margin-right: 7px; }
  menuitem check:dir(rtl),
  menuitem radio:dir(rtl) {
    margin-left: 7px; }

.csd.popup {
  background-color: transparent; }

/********
 * Misc *
 ********/
.content-view {
  background-color: black; }
  .content-view:hover {
    -gtk-icon-filter: brightness(1.2); }
  .content-view:backdrop, progressbar:backdrop progress.content-view, progressbar:backdrop trough.content-view, label:backdrop selection.content-view {
    background-color: black; }

.osd .scale-popup button.flat, .osd .scale-popup .selection-mode windowcontrols button, .selection-mode windowcontrols .osd .scale-popup button {
  border-style: none;
  border-radius: 5px; }

.scale-popup button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px; }

/*************
 * Notebooks *
 *************/
notebook > header {
  padding: 1px;
  border-color: #2b2b2b;
  border-width: 1px;
  background-color: #0f0f10; }
  notebook > header:backdrop {
    border-color: #292829;
    background-color: #121113; }
  notebook > header tabs {
    margin: 0px; }
  notebook > header.top {
    border-bottom-style: solid; }
    notebook > header.top > tabs {
      margin-bottom: -2px; }
      notebook > header.top > tabs > tab:backdrop {
        box-shadow: none; }
      notebook > header.top > tabs > tab:checked {
        background-color: #1c1b1d; }
        notebook > header.top > tabs > tab:checked:hover {
          background-color: #1c1b1d; }
  notebook > header.bottom {
    border-top-style: solid; }
    notebook > header.bottom > tabs {
      margin-top: -2px; }
      notebook > header.bottom > tabs > tab:backdrop {
        box-shadow: none; }
      notebook > header.bottom > tabs > tab:checked {
        background-color: #1c1b1d;
        box-shadow: -1px 0 0 #2b2b2b, 0px 1px 0 #2b2b2b, 1px 0 0 #2b2b2b; }
  notebook > header.left {
    border-right-style: solid; }
    notebook > header.left > tabs {
      margin-right: -2px; }
      notebook > header.left > tabs > tab:backdrop {
        box-shadow: none; }
      notebook > header.left > tabs > tab:checked {
        background-color: #1c1b1d;
        box-shadow: 0px 1px 0 #2b2b2b, 0px -1px 0 #2b2b2b, 0px 1px 0 #2b2b2b; }
  notebook > header.right {
    border-left-style: solid; }
    notebook > header.right > tabs {
      margin-left: -2px; }
      notebook > header.right > tabs > tab:backdrop {
        box-shadow: none; }
      notebook > header.right > tabs > tab:checked {
        background-color: #1c1b1d;
        box-shadow: 0px 1px 0 #2b2b2b, 0px -1px 0 #2b2b2b, 1px 0 0 #2b2b2b; }
  notebook > header.top > tabs > arrow {
    border-top-style: none; }
  notebook > header.bottom > tabs > arrow {
    border-bottom-style: none; }
  notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 4px;
    padding-right: 4px; }
    notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down {
      -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
    notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up {
      -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
  notebook > header.left > tabs > arrow {
    border-left-style: none; }
  notebook > header.right > tabs > arrow {
    border-right-style: none; }
  notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow {
    margin-top: -5px;
    margin-bottom: -5px;
    padding-top: 4px;
    padding-bottom: 4px; }
    notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down {
      -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
    notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up {
      -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  notebook > header > tabs > arrow {
    min-height: 14px;
    min-width: 14px;
    border-radius: 0; }
    notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) {
      background-clip: padding-box;
      background-image: none;
      background-color: rgba(255, 255, 255, 0.3);
      border-color: transparent;
      box-shadow: none; }
    notebook > header > tabs > arrow:disabled {
      border-color: transparent;
      background-color: transparent;
      background-image: none;
      box-shadow: inset 0 1px rgba(255, 255, 255, 0);
      text-shadow: none;
      -gtk-icon-shadow: none; }
  notebook > header tab {
    min-height: 24px;
    min-width: 24px;
    padding: 1px 12px;
    outline-offset: -5px;
    color: #898889;
    font-weight: normal;
    border-width: 1px;
    border-color: transparent; }
    notebook > header tab:hover {
      color: #c4c4c4; }
      notebook > header tab:hover.reorderable-page {
        border-color: rgba(43, 43, 43, 0.3);
        background-color: rgba(18, 17, 19, 0.2); }
    notebook > header tab:backdrop {
      color: #59585a; }
      notebook > header tab:backdrop.reorderable-page {
        border-color: transparent;
        background-color: transparent; }
    notebook > header tab:checked {
      color: #ffffff;
      box-shadow: -1px 0 0 #2b2b2b, 0px -1px 0 #2b2b2b, 1px 0 0 #2b2b2b; }
      notebook > header tab:checked.reorderable-page {
        border-color: rgba(43, 43, 43, 0.5);
        background-color: rgba(18, 17, 19, 0.5); }
        notebook > header tab:checked.reorderable-page:hover {
          background-color: rgba(18, 17, 19, 0.7); }
    notebook > header tab:backdrop:checked {
      color: #898889; }
      notebook > header tab:backdrop:checked.reorderable-page {
        border-color: #292829;
        background-color: #1f1d20; }
    notebook > header tab button.flat, notebook > header tab .selection-mode windowcontrols button, .selection-mode windowcontrols notebook > header tab button {
      padding: 0;
      margin-top: 4px;
      margin-bottom: 4px;
      min-width: 20px;
      min-height: 20px; }
      notebook > header tab button.flat:hover, notebook > header tab .selection-mode windowcontrols button:hover, .selection-mode windowcontrols notebook > header tab button:hover {
        background: transparent;
        box-shadow: none;
        color: #e75353; }
      notebook > header tab button.flat, notebook > header tab .selection-mode windowcontrols button, .selection-mode windowcontrols notebook > header tab button, notebook > header tab button.flat:backdrop, notebook > header tab progressbar:backdrop progress.flat, progressbar:backdrop notebook > header tab progress.flat, notebook > header tab progressbar:backdrop trough.flat, progressbar:backdrop notebook > header tab trough.flat {
        background: transparent;
        border: none;
        color: alpha(currentColor,0.3); }
      notebook > header tab button.flat:last-child, notebook > header tab .selection-mode windowcontrols button:last-child, .selection-mode windowcontrols notebook > header tab button:last-child {
        margin-left: 4px;
        margin-right: -4px; }
      notebook > header tab button.flat:first-child, notebook > header tab .selection-mode windowcontrols button:first-child, .selection-mode windowcontrols notebook > header tab button:first-child {
        margin-left: -4px;
        margin-right: 4px; }
  notebook > header.top tabs, notebook > header.bottom tabs {
    padding-left: 0px;
    padding-right: 0px; }
    notebook > header.top tabs:not(:only-child), notebook > header.bottom tabs:not(:only-child) {
      margin-left: 0.5px;
      margin-right: 0.5px; }
      notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child {
        margin-left: -1px; }
      notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child {
        margin-right: -1px; }
    notebook > header.top tabs tab, notebook > header.bottom tabs tab {
      margin-left: 0.5px;
      margin-right: 0.5px; }
      notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page {
        border-style: none solid; }
  notebook > header.left tabs, notebook > header.right tabs {
    padding-top: 4px;
    padding-bottom: 4px; }
    notebook > header.left tabs:not(:only-child), notebook > header.right tabs:not(:only-child) {
      margin-top: 3px;
      margin-bottom: 3px; }
      notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child {
        margin-top: -1px; }
      notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child {
        margin-bottom: -1px; }
    notebook > header.left tabs tab, notebook > header.right tabs tab {
      margin-top: 4px;
      margin-bottom: 4px; }
      notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page {
        border-style: solid none; }
  notebook > header.top tab {
    padding-bottom: 1px; }
  notebook > header.bottom tab {
    padding-top: 1px; }

notebook > stack:not(:only-child) {
  background-color: #1c1b1d; }
  notebook > stack:not(:only-child):backdrop, progressbar:backdrop notebook > progress:not(:only-child), progressbar:backdrop notebook > trough:not(:only-child) {
    background-color: #1f1d20; }

tabbar:backdrop .box > scrolledwindow,
tabbar:backdrop .box > .start-action,
tabbar:backdrop .box > .end-action {
  filter: opacity(1); }

tabbar tabbox {
  background-color: #0f0f10;
  padding: 0px;
  color: #d9d9d9; }
  tabbar tabbox > tabboxchild {
    margin: 0 -3px;
    border-radius: 0; }
  tabbar tabbox > tab,
  tabbar tabbox > tabboxchild > tab {
    border-radius: 0; }
    tabbar tabbox > tab button.flat, tabbar tabbox > tab .selection-mode windowcontrols button, .selection-mode windowcontrols tabbar tabbox > tab button,
    tabbar tabbox > tabboxchild > tab button.flat {
      padding: 0;
      margin: 4px;
      min-width: 20px;
      min-height: 20px;
      border-radius: 10px; }
      tabbar tabbox > tab button.flat:hover, tabbar tabbox > tab .selection-mode windowcontrols button:hover, .selection-mode windowcontrols tabbar tabbox > tab button:hover,
      tabbar tabbox > tabboxchild > tab button.flat:hover {
        background-color: #424045;
        color: #ffffff; }
    tabbar tabbox > tab:checked, tabbar tabbox > tab:selected,
    tabbar tabbox > tabboxchild > tab:checked,
    tabbar tabbox > tabboxchild > tab:selected {
      background-color: #1c1b1d;
      color: white; }

/*********
 * Paned *
 *********/
paned > separator {
  min-width: 1px;
  min-height: 1px;
  -gtk-icon-source: none;
  border-style: none;
  background-color: transparent;
  background-image: image(#2b2b2b);
  background-size: 1px 1px; }
  paned > separator:selected {
    background-image: image(#e78a53); }
  paned > separator:backdrop {
    background-image: image(#292829); }
  paned > separator.wide {
    min-width: 5px;
    min-height: 5px;
    background-color: #121113;
    background-image: image(#2b2b2b), image(#2b2b2b);
    background-size: 1px 1px, 1px 1px; }
    paned > separator.wide:backdrop, progressbar:backdrop paned > progress.wide, progressbar:backdrop paned > trough.wide, label:backdrop paned > selection.wide {
      background-color: #121113;
      background-image: image(#292829), image(#292829); }

paned.horizontal > separator {
  background-repeat: repeat-y; }
  paned.horizontal > separator:dir(ltr) {
    margin: 0 -8px 0 0;
    padding: 0 8px 0 0;
    background-position: left; }
  paned.horizontal > separator:dir(rtl) {
    margin: 0 0 0 -8px;
    padding: 0 0 0 8px;
    background-position: right; }
  paned.horizontal > separator.wide {
    margin: 0;
    padding: 0;
    background-repeat: repeat-y, repeat-y;
    background-position: left, right; }

paned.vertical > separator {
  margin: 0 0 -8px 0;
  padding: 0 0 8px 0;
  background-repeat: repeat-x;
  background-position: top; }
  paned.vertical > separator.wide {
    margin: 0;
    padding: 0;
    background-repeat: repeat-x, repeat-x;
    background-position: bottom, top; }

/************
 * Pathbars *
 ************/
.path-bar button.text-button, .path-bar button.image-button, .path-bar button {
  padding-left: 4px;
  padding-right: 4px; }

.path-bar button.text-button.image-button label {
  padding-left: 0;
  padding-right: 0; }

.path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child {
  padding-right: 8px; }

.path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child {
  padding-left: 8px; }

.path-bar button image {
  padding-left: 4px;
  padding-right: 4px; }

.path-bar button.slider-button {
  padding-left: 0;
  padding-right: 0; }

#NautilusPathBar, .pathbar, .nautilus-pathbar {
  color: #ffffff;
  border-radius: 6px;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #2b2b2b;
  background-color: #1c1b1e; }
  #NautilusPathBar .dim-label, #NautilusPathBar label.separator,
  #NautilusPathBar headerbar .subtitle,
  headerbar #NautilusPathBar .subtitle, #NautilusPathBar .titlebar .subtitle, .titlebar #NautilusPathBar .subtitle, .pathbar .dim-label, .pathbar label.separator,
  .pathbar headerbar .subtitle,
  headerbar .pathbar .subtitle, .pathbar .titlebar .subtitle, .titlebar .pathbar .subtitle, .nautilus-pathbar .dim-label, .nautilus-pathbar label.separator,
  .nautilus-pathbar headerbar .subtitle,
  headerbar .nautilus-pathbar .subtitle, .nautilus-pathbar .titlebar .subtitle, .titlebar .nautilus-pathbar .subtitle {
    color: transparent;
    margin-right: -5px; }
  #NautilusPathBar button .horizontal > .dim-label, #NautilusPathBar button .horizontal > label.separator,
  #NautilusPathBar button headerbar .horizontal > .subtitle,
  headerbar #NautilusPathBar button .horizontal > .subtitle, #NautilusPathBar button .titlebar .horizontal > .subtitle, .titlebar #NautilusPathBar button .horizontal > .subtitle, .pathbar button .horizontal > .dim-label, .pathbar button .horizontal > label.separator,
  .pathbar button headerbar .horizontal > .subtitle,
  headerbar .pathbar button .horizontal > .subtitle, .pathbar button .titlebar .horizontal > .subtitle, .titlebar .pathbar button .horizontal > .subtitle, .nautilus-pathbar button .horizontal > .dim-label, .nautilus-pathbar button .horizontal > label.separator,
  .nautilus-pathbar button headerbar .horizontal > .subtitle,
  headerbar .nautilus-pathbar button .horizontal > .subtitle, .nautilus-pathbar button .titlebar .horizontal > .subtitle, .titlebar .nautilus-pathbar button .horizontal > .subtitle {
    color: #ffffff;
    padding: 5.5px 12px;
    margin: 0;
    border-right: 1px solid #2b2b2b; }
  #NautilusPathBar button:hover .dim-label, #NautilusPathBar button:hover label.separator,
  #NautilusPathBar button:hover headerbar .subtitle,
  headerbar #NautilusPathBar button:hover .subtitle, #NautilusPathBar button:hover .titlebar .subtitle, .titlebar #NautilusPathBar button:hover .subtitle, #NautilusPathBar button:focus .dim-label, #NautilusPathBar button:focus label.separator,
  #NautilusPathBar button:focus headerbar .subtitle,
  headerbar #NautilusPathBar button:focus .subtitle, #NautilusPathBar button:focus .titlebar .subtitle, .titlebar #NautilusPathBar button:focus .subtitle, .pathbar button:hover .dim-label, .pathbar button:hover label.separator,
  .pathbar button:hover headerbar .subtitle,
  headerbar .pathbar button:hover .subtitle, .pathbar button:hover .titlebar .subtitle, .titlebar .pathbar button:hover .subtitle, .pathbar button:focus .dim-label, .pathbar button:focus label.separator,
  .pathbar button:focus headerbar .subtitle,
  headerbar .pathbar button:focus .subtitle, .pathbar button:focus .titlebar .subtitle, .titlebar .pathbar button:focus .subtitle, .nautilus-pathbar button:hover .dim-label, .nautilus-pathbar button:hover label.separator,
  .nautilus-pathbar button:hover headerbar .subtitle,
  headerbar .nautilus-pathbar button:hover .subtitle, .nautilus-pathbar button:hover .titlebar .subtitle, .titlebar .nautilus-pathbar button:hover .subtitle, .nautilus-pathbar button:focus .dim-label, .nautilus-pathbar button:focus label.separator,
  .nautilus-pathbar button:focus headerbar .subtitle,
  headerbar .nautilus-pathbar button:focus .subtitle, .nautilus-pathbar button:focus .titlebar .subtitle, .titlebar .nautilus-pathbar button:focus .subtitle {
    color: #e78a53;
    text-shadow: none;
    background-color: rgba(231, 138, 83, 0.7); }
  #NautilusPathBar button > .horizontal > image.dim-label, .pathbar button > .horizontal > image.dim-label, .nautilus-pathbar button > .horizontal > image.dim-label {
    padding: 3px 0px 3px 12px;
    border-right: none;
    margin-right: -6px;
    border-radius: 6px 0px 0px 6px; }
  #NautilusPathBar button, .pathbar button, .nautilus-pathbar button {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0; }
  #NautilusPathBar .flat.popup, #NautilusPathBar .selection-mode windowcontrols button.popup, .selection-mode windowcontrols #NautilusPathBar button.popup, #NautilusPathBar notebook > header > tabs > arrow.popup, .pathbar .flat.popup, .pathbar .selection-mode windowcontrols button.popup, .selection-mode windowcontrols .pathbar button.popup, .pathbar notebook > header > tabs > arrow.popup, .nautilus-pathbar .flat.popup, .nautilus-pathbar .selection-mode windowcontrols button.popup, .selection-mode windowcontrols .nautilus-pathbar button.popup, .nautilus-pathbar notebook > header > tabs > arrow.popup {
    margin: 0; }
    #NautilusPathBar .flat.popup button, #NautilusPathBar .selection-mode windowcontrols button.popup button, .selection-mode windowcontrols #NautilusPathBar button.popup button, #NautilusPathBar notebook > header > tabs > arrow.popup button, .pathbar .flat.popup button, .pathbar .selection-mode windowcontrols button.popup button, .selection-mode windowcontrols .pathbar button.popup button, .pathbar notebook > header > tabs > arrow.popup button, .nautilus-pathbar .flat.popup button, .nautilus-pathbar .selection-mode windowcontrols button.popup button, .selection-mode windowcontrols .nautilus-pathbar button.popup button, .nautilus-pathbar notebook > header > tabs > arrow.popup button {
      padding: 4px 6px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
      #NautilusPathBar .flat.popup button:hover, #NautilusPathBar .selection-mode windowcontrols button.popup button:hover, .selection-mode windowcontrols #NautilusPathBar button.popup button:hover, #NautilusPathBar notebook > header > tabs > arrow.popup button:hover, #NautilusPathBar .flat.popup button:active, #NautilusPathBar .selection-mode windowcontrols button.popup button:active, .selection-mode windowcontrols #NautilusPathBar button.popup button:active, #NautilusPathBar notebook > header > tabs > arrow.popup button:active, #NautilusPathBar .flat.popup button:checked, #NautilusPathBar .selection-mode windowcontrols button.popup button:checked, .selection-mode windowcontrols #NautilusPathBar button.popup button:checked, #NautilusPathBar notebook > header > tabs > arrow.popup button:checked, .pathbar .flat.popup button:hover, .pathbar .selection-mode windowcontrols button.popup button:hover, .selection-mode windowcontrols .pathbar button.popup button:hover, .pathbar notebook > header > tabs > arrow.popup button:hover, .pathbar .flat.popup button:active, .pathbar .selection-mode windowcontrols button.popup button:active, .selection-mode windowcontrols .pathbar button.popup button:active, .pathbar notebook > header > tabs > arrow.popup button:active, .pathbar .flat.popup button:checked, .pathbar .selection-mode windowcontrols button.popup button:checked, .selection-mode windowcontrols .pathbar button.popup button:checked, .pathbar notebook > header > tabs > arrow.popup button:checked, .nautilus-pathbar .flat.popup button:hover, .nautilus-pathbar .selection-mode windowcontrols button.popup button:hover, .selection-mode windowcontrols .nautilus-pathbar button.popup button:hover, .nautilus-pathbar notebook > header > tabs > arrow.popup button:hover, .nautilus-pathbar .flat.popup button:active, .nautilus-pathbar .selection-mode windowcontrols button.popup button:active, .selection-mode windowcontrols .nautilus-pathbar button.popup button:active, .nautilus-pathbar notebook > header > tabs > arrow.popup button:active, .nautilus-pathbar .flat.popup button:checked, .nautilus-pathbar .selection-mode windowcontrols button.popup button:checked, .selection-mode windowcontrols .nautilus-pathbar button.popup button:checked, .nautilus-pathbar notebook > header > tabs > arrow.popup button:checked {
        color: #fff;
        outline-color: rgba(255, 255, 255, 0.3);
        background-color: rgba(231, 138, 83, 0.7);
        text-shadow: none; }
  #NautilusPathBar .current-dir label, .pathbar .current-dir label, .nautilus-pathbar .current-dir label {
    padding: 5.5px 12px; }
  #NautilusPathBar .current-dir label, #NautilusPathBar .current-dir image, .pathbar .current-dir label, .pathbar .current-dir image, .nautilus-pathbar .current-dir label, .nautilus-pathbar .current-dir image {
    color: #fff;
    outline-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(231, 138, 83, 0.7);
    text-shadow: none; }
  #NautilusPathBar button.current-dir:only-child image, #NautilusPathBar .linked:not(.vertical) > combobox:only-child > box > button.current-dir.combo image, #NautilusPathBar .linked.vertical > combobox:only-child > box > button.current-dir.combo image, .pathbar button.current-dir:only-child image, .pathbar .linked:not(.vertical) > combobox:only-child > box > button.current-dir.combo image, .pathbar .linked.vertical > combobox:only-child > box > button.current-dir.combo image, .nautilus-pathbar button.current-dir:only-child image, .nautilus-pathbar .linked:not(.vertical) > combobox:only-child > box > button.current-dir.combo image, .nautilus-pathbar .linked.vertical > combobox:only-child > box > button.current-dir.combo image {
    margin-right: -6px;
    padding: 0px 0px 0px 12px;
    border-radius: 6px 0px 0px 6px; }

#NautilusQueryEditor > menubutton > button {
  margin-right: -7px;
  -gtk-icon-size: 12px;
  border: none;
  background-color: transparent; }
  #NautilusQueryEditor > menubutton > button:hover image, #NautilusQueryEditor > menubutton > button:active image, #NautilusQueryEditor > menubutton > button:focus image, #NautilusQueryEditor > menubutton > button:checked image {
    color: #121113; }

#NautilusQueryEditor > text, #NautilusQueryEditor > image {
  margin: 0; }

/***************
 * Popovers   *
 ***************/
popover.background {
  background-color: transparent;
  font: initial; }
  popover.background > arrow,
  popover.background > contents {
    background-color: #121113;
    background-clip: padding-box;
    border: 1px solid #2b2b2b;
    box-shadow: 0 4px 6px #2b2b2b;
    color: #ffffff; }
  popover.background:backdrop, progressbar:backdrop progress.background, progressbar:backdrop trough.background, label:backdrop selection.background {
    background-color: transparent;
    box-shadow: none; }
  popover.background > contents {
    padding: 8px;
    border-radius: 5px; }
    popover.background > contents > list,
    popover.background > contents > .view,
    popover.background > contents > iconview,
    popover.background > contents > toolbar {
      border-style: none;
      background-color: transparent; }
    popover.background > contents separator {
      background-color: #19181a;
      margin: 3px; }
    popover.background > contents list separator {
      margin: 0; }
  .osd popover.background, popover.background.touch-selection, popover.background.magnifier {
    background-color: transparent; }
    .osd popover.background > arrow,
    .osd popover.background > contents, popover.background.touch-selection > arrow,
    popover.background.touch-selection > contents, popover.background.magnifier > arrow,
    popover.background.magnifier > contents {
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: none; }

magnifier {
  background-color: #1c1b1d; }

/**********************
 * Popover Base Menus *
 **********************/
popover.menu {
  padding: 0; }
  popover.menu box.inline-buttons {
    padding: 0 12px; }
    popover.menu box.inline-buttons button.image-button.model {
      border-color: transparent;
      background-color: transparent;
      background-image: none;
      box-shadow: inset 0 1px rgba(255, 255, 255, 0);
      text-shadow: none;
      -gtk-icon-shadow: none;
      min-height: 30px;
      min-width: 30px;
      padding: 0;
      border: none;
      outline: none;
      transition: none; }
      popover.menu box.inline-buttons button.image-button.model:selected {
        background: image(#222222); }
  popover.menu box.circular-buttons {
    padding: 12px 12px 6px; }
    popover.menu box.circular-buttons button.circular.image-button.model {
      padding: 11px; }
      popover.menu box.circular-buttons button.circular.image-button.model:focus {
        background-color: #222222;
        border-color: #222222; }
  popover.menu > arrow, popover.menu.background > contents {
    background-color: #121113;
    color: #ffffff;
    padding: 5px; }
    popover.menu > arrow .view, popover.menu > arrow iconview, popover.menu.background > contents .view, popover.menu.background > contents iconview {
      background-color: transparent; }
      popover.menu > arrow .view row, popover.menu > arrow iconview row, popover.menu.background > contents .view row, popover.menu.background > contents iconview row {
        margin: 0; }
  popover.menu.background separator {
    margin: 6px 0; }
  popover.menu accelerator {
    color: alpha(currentColor,0.55); }
    popover.menu accelerator:dir(ltr) {
      margin-left: 12px; }
    popover.menu accelerator:dir(rtl) {
      margin-right: 12px; }
  popover.menu check:hover, popover.menu check:active,
  popover.menu radio:hover,
  popover.menu radio:active {
    background-color: transparent; }
  popover.menu radio {
    border-color: #2b2b2b; }
    popover.menu radio:active {
      border-color: rgba(43, 43, 43, 0.5); }
  popover.menu arrow.left,
  popover.menu radio.left,
  popover.menu check.left {
    margin-left: -2px;
    margin-right: 6px; }
  popover.menu arrow.right,
  popover.menu radio.right,
  popover.menu check.right {
    margin-left: 6px;
    margin-right: -2px; }
  popover.menu modelbutton, popover.menu.background > contents .view row, popover.menu.background > contents iconview row {
    min-height: 30px;
    min-width: 40px;
    padding: 0 12px;
    border-radius: 5px; }
    popover.menu modelbutton:selected, popover.menu.background > contents .view row:selected, popover.menu.background > contents iconview row:selected {
      background-color: #222222; }
      popover.menu modelbutton:selected, popover.menu modelbutton:selected label, popover.menu.background > contents .view row:selected, popover.menu.background > contents iconview row:selected, popover.menu.background > contents .view row:selected label, popover.menu.background > contents iconview row:selected label {
        color: #ffffff; }
    popover.menu modelbutton:selected:active, popover.menu.background > contents .view row:selected:active, popover.menu.background > contents iconview row:selected:active {
      background-color: #3c3c3c; }
  popover.menu label.title {
    font-weight: bold;
    padding: 4px 32px; }

/*****************
 * Progress bars *
 *****************/
progressbar {
  font-size: smaller;
  color: rgba(255, 255, 255, 0.4); }
  progressbar.horizontal trough,
  progressbar.horizontal progress {
    min-height: 6px; }
  progressbar.vertical trough,
  progressbar.vertical progress {
    min-width: 6px; }
  progressbar.horizontal progress {
    margin: 0; }
  progressbar.vertical progress {
    margin: 0; }
  progressbar:backdrop {
    box-shadow: none;
    transition: 200ms ease-out; }
  progressbar.osd {
    min-width: 3px;
    min-height: 3px;
    background-color: transparent; }
    progressbar.osd trough {
      border-style: none;
      border-radius: 0;
      background-color: transparent;
      box-shadow: none; }
    progressbar.osd progress {
      border-style: none;
      border-radius: 0; }

/************
 * GtkScale *
 ************/
scale fill, scale trough, progressbar trough, progressbar:backdrop trough {
  background-color: rgba(255, 255, 255, 0.14);
  border: none;
  border-radius: 3px;
  margin: 0; }
  scale fill:disabled, scale trough:disabled {
    background-color: rgba(255, 255, 255, 0.06); }
  scale fill:backdrop, scale trough:backdrop {
    background-color: rgba(255, 255, 255, 0.06);
    transition: 200ms ease-out; }
    scale fill:backdrop:disabled, scale trough:backdrop:disabled {
      background-color: rgba(255, 255, 255, 0.06); }

scale highlight, progressbar progress, progressbar:backdrop progress {
  border: none;
  background-color: #e78a53;
  border-radius: 3px;
  margin: 0; }
  scale highlight:disabled {
    border: none;
    background-color: rgba(255, 255, 255, 0.14); }
  scale highlight:backdrop {
    border-color: #ea9969;
    background-color: #ea9969; }
    scale highlight:backdrop:disabled {
      background-color: rgba(255, 255, 255, 0.06); }

scale {
  min-height: 16px;
  min-width: 16px;
  padding: 8px; }
  scale.horizontal trough,
  scale.horizontal progress {
    min-height: 6px; }
  scale.vertical trough,
  scale.vertical progress {
    min-width: 6px; }
  scale slider {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    background-color: #1c1b1d;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-property: background, border, box-shadow; }
    scale slider:active {
      background-color: #e78a53; }
      scale slider:active:disabled, scale label:disabled selection:active, label:disabled scale selection:active {
        background-color: #161517;
        box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.05); }
  scale.fine-tune.horizontal {
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 16px; }
  scale.fine-tune.vertical {
    padding-left: 9px;
    padding-right: 9px;
    min-width: 16px; }
  scale.fine-tune slider {
    margin: -6px; }
  scale.fine-tune fill,
  scale.fine-tune highlight,
  scale.fine-tune trough {
    border-radius: 5px; }
  scale trough {
    outline-offset: 2px;
    outline-color: transparent; }
  scale fill:backdrop, scale fill {
    background-color: #2b2b2b; }
  scale fill:disabled:backdrop, scale fill:disabled {
    border-color: transparent;
    background-color: transparent; }
  .osd scale fill {
    background-color: #606060; }
    .osd scale fill:disabled:backdrop, .osd scale fill:disabled {
      border-color: transparent;
      background-color: transparent; }
  scale slider {
    border-color: #f1f1f1;
    border: none;
    border-radius: 12px;
    background-color: #f1f1f1; }
    scale slider:active {
      border-color: #e16c26; }
    scale slider:disabled {
      background-color: #b2b2b2;
      box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); }
    scale slider:backdrop, scale slider:backdrop:disabled {
      transition: 200ms ease-out;
      background-color: #b2b2b2;
      box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); }
    row:selected scale slider:disabled, row:selected scale slider {
      border-color: #e16c26; }
    .osd scale slider {
      color: #ffffff;
      border-color: #2b2b2b;
      background-color: rgba(18, 17, 19, 0.93);
      background-clip: padding-box;
      text-shadow: 0 1px black;
      -gtk-icon-shadow: 0 1px black;
      outline-color: rgba(255, 255, 255, 0.3);
      border-color: #232323;
      background-color: #f1f1f1; }
      .osd scale slider:hover {
        color: white;
        border-color: #2b2b2b;
        background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93));
        background-clip: padding-box;
        text-shadow: 0 1px black;
        -gtk-icon-shadow: 0 1px black;
        outline-color: rgba(255, 255, 255, 0.3);
        background-color: #f1f1f1; }
      .osd scale slider:active {
        color: white;
        border-color: #2b2b2b;
        background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93));
        background-clip: padding-box;
        text-shadow: none;
        -gtk-icon-shadow: none;
        outline-color: rgba(255, 255, 255, 0.3);
        background-color: #f1f1f1; }
      .osd scale slider:disabled {
        color: #898889;
        border-color: #2b2b2b;
        background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5));
        background-clip: padding-box;
        box-shadow: none;
        text-shadow: none;
        -gtk-icon-shadow: none;
        background-color: #f1f1f1; }
      .osd scale slider:backdrop {
        color: #ffffff;
        border-color: #2b2b2b;
        background-image: linear-gradient(to bottom, rgba(178, 178, 178, 0.5), rgba(178, 178, 178, 0.5));
        background-clip: padding-box;
        box-shadow: none;
        text-shadow: none;
        -gtk-icon-shadow: none;
        background-color: #b2b2b2; }
        .osd scale slider:backdrop:disabled {
          background-color: #f1f1f1; }
  scale value {
    color: alpha(currentColor,0.4); }
  scale.horizontal > marks {
    color: alpha(currentColor,0.55); }
    scale.horizontal > marks.top {
      margin-bottom: 6px; }
    scale.horizontal > marks.bottom {
      margin-top: 6px; }
    scale.horizontal > marks indicator {
      background-color: currentColor;
      min-height: 6px;
      min-width: 1px; }
  scale.horizontal > value.left {
    margin-right: 9px; }
  scale.horizontal > value.right {
    margin-left: 9px; }
  scale.horizontal.fine-tune > marks.top {
    margin-top: 3px; }
  scale.horizontal.fine-tune > marks.bottom {
    margin-bottom: 3px; }
  scale.horizontal.fine-tune > marks indicator {
    min-height: 3px; }
  scale.vertical > marks {
    color: alpha(currentColor,0.55); }
    scale.vertical > marks.top {
      margin-right: 6px; }
    scale.vertical > marks.bottom {
      margin-left: 6px; }
    scale.vertical > marks indicator {
      background-color: currentColor;
      min-height: 1px;
      min-width: 6px; }
  scale.vertical > value.top {
    margin-bottom: 9px; }
  scale.vertical > value.bottom {
    margin-top: 9px; }
  scale.vertical.fine-tune > marks.top {
    margin-left: 3px; }
  scale.vertical.fine-tune > marks.bottom {
    margin-right: 3px; }
  scale.vertical.fine-tune > marks indicator {
    min-height: 3px; }
  scale.horizontal indicator {
    min-height: 6px;
    min-width: 1px; }
  scale.horizontal.fine-tune indicator {
    min-height: 3px; }
  scale.vertical indicator {
    min-height: 1px;
    min-width: 6px; }
  scale.vertical.fine-tune indicator {
    min-width: 3px; }
  scale.horizontal.marks-before:not(.marks-after) slider {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.horizontal.marks-before:not(.marks-after).fine-tune slider {
    margin: -7px; }
  scale.horizontal.marks-before:not(.marks-after) slider:hover {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.horizontal.marks-before:not(.marks-after).fine-tune slider {
    margin: -7px; }
  scale.horizontal.marks-before:not(.marks-after) slider:active {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.horizontal.marks-before:not(.marks-after).fine-tune slider {
    margin: -7px; }
  scale.horizontal.marks-before:not(.marks-after) slider:disabled {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.horizontal.marks-before:not(.marks-after).fine-tune slider {
    margin: -7px; }
  scale.horizontal.marks-before:not(.marks-after) slider:backdrop {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.horizontal.marks-before:not(.marks-after).fine-tune slider {
    margin: -7px; }
  scale.horizontal.marks-before:not(.marks-after) slider:backdrop:disabled {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.horizontal.marks-before:not(.marks-after).fine-tune slider {
    margin: -7px; }
  scale.horizontal.marks-after:not(.marks-before) slider {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.horizontal.marks-after:not(.marks-before).fine-tune slider {
    margin: -7px; }
  scale.horizontal.marks-after:not(.marks-before) slider:hover {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.horizontal.marks-after:not(.marks-before).fine-tune slider {
    margin: -7px; }
  scale.horizontal.marks-after:not(.marks-before) slider:active {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.horizontal.marks-after:not(.marks-before).fine-tune slider {
    margin: -7px; }
  scale.horizontal.marks-after:not(.marks-before) slider:disabled {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.horizontal.marks-after:not(.marks-before).fine-tune slider {
    margin: -7px; }
  scale.horizontal.marks-after:not(.marks-before) slider:backdrop {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.horizontal.marks-after:not(.marks-before).fine-tune slider {
    margin: -7px; }
  scale.horizontal.marks-after:not(.marks-before) slider:backdrop:disabled {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.horizontal.marks-after:not(.marks-before).fine-tune slider {
    margin: -7px; }
  scale.vertical.marks-before:not(.marks-after) slider {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.vertical.marks-before:not(.marks-after).fine-tune slider {
    margin: -7px; }
  scale.vertical.marks-before:not(.marks-after) slider:hover {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.vertical.marks-before:not(.marks-after).fine-tune slider {
    margin: -7px; }
  scale.vertical.marks-before:not(.marks-after) slider:active {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.vertical.marks-before:not(.marks-after).fine-tune slider {
    margin: -7px; }
  scale.vertical.marks-before:not(.marks-after) slider:disabled {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.vertical.marks-before:not(.marks-after).fine-tune slider {
    margin: -7px; }
  scale.vertical.marks-before:not(.marks-after) slider:backdrop {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.vertical.marks-before:not(.marks-after).fine-tune slider {
    margin: -7px; }
  scale.vertical.marks-before:not(.marks-after) slider:backdrop:disabled {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.vertical.marks-before:not(.marks-after).fine-tune slider {
    margin: -7px; }
  scale.vertical.marks-after:not(.marks-before) slider {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.vertical.marks-after:not(.marks-before).fine-tune slider {
    margin: -7px; }
  scale.vertical.marks-after:not(.marks-before) slider:hover {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.vertical.marks-after:not(.marks-before).fine-tune slider {
    margin: -7px; }
  scale.vertical.marks-after:not(.marks-before) slider:active {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.vertical.marks-after:not(.marks-before).fine-tune slider {
    margin: -7px; }
  scale.vertical.marks-after:not(.marks-before) slider:disabled {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.vertical.marks-after:not(.marks-before).fine-tune slider {
    margin: -7px; }
  scale.vertical.marks-after:not(.marks-before) slider:backdrop {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.vertical.marks-after:not(.marks-before).fine-tune slider {
    margin: -7px; }
  scale.vertical.marks-after:not(.marks-before) slider:backdrop:disabled {
    min-height: 16px;
    min-width: 16px;
    margin: -7px;
    border: none;
    border-radius: 50%;
    background-color: #f1f1f1;
    box-shadow: none; }
  scale.vertical.marks-after:not(.marks-before).fine-tune slider {
    margin: -7px; }
  scale.color {
    min-height: 0;
    min-width: 0; }
    scale.color trough {
      background-image: image(#2b2b2b);
      background-repeat: no-repeat; }
    scale.color.horizontal {
      padding: 0 0 15px 0; }
      scale.color.horizontal trough {
        padding-bottom: 4px;
        background-position: 0 -3px;
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      scale.color.horizontal slider:dir(ltr):hover, scale.color.horizontal slider:dir(ltr):backdrop, scale.color.horizontal label:backdrop selection:dir(ltr), label:backdrop scale.color.horizontal selection:dir(ltr), scale.color.horizontal progressbar:backdrop trough:dir(ltr), progressbar:backdrop scale.color.horizontal trough:dir(ltr), scale.color.horizontal progressbar:backdrop progress:dir(ltr), progressbar:backdrop scale.color.horizontal progress:dir(ltr), scale.color.horizontal slider:dir(ltr):disabled, scale.color.horizontal label:disabled selection:dir(ltr), label:disabled scale.color.horizontal selection:dir(ltr), scale.color.horizontal slider:dir(ltr):backdrop:disabled, scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl):hover, scale.color.horizontal slider:dir(rtl):backdrop, scale.color.horizontal label:backdrop selection:dir(rtl), label:backdrop scale.color.horizontal selection:dir(rtl), scale.color.horizontal progressbar:backdrop trough:dir(rtl), progressbar:backdrop scale.color.horizontal trough:dir(rtl), scale.color.horizontal progressbar:backdrop progress:dir(rtl), progressbar:backdrop scale.color.horizontal progress:dir(rtl), scale.color.horizontal slider:dir(rtl):disabled, scale.color.horizontal label:disabled selection:dir(rtl), label:disabled scale.color.horizontal selection:dir(rtl), scale.color.horizontal slider:dir(rtl):backdrop:disabled, scale.color.horizontal slider:dir(rtl) {
        margin-bottom: -15px;
        margin-top: 6px; }
    scale.color.vertical:dir(ltr) {
      padding: 0 0 0 15px; }
      scale.color.vertical:dir(ltr) trough {
        padding-left: 4px;
        background-position: 3px 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
      scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:backdrop, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider:backdrop:disabled, scale.color.vertical:dir(ltr) slider {
        margin-left: -15px;
        margin-right: 6px; }
    scale.color.vertical:dir(rtl) {
      padding: 0 15px 0 0; }
      scale.color.vertical:dir(rtl) trough {
        padding-right: 4px;
        background-position: -3px 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
      scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:backdrop, scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider:backdrop:disabled, scale.color.vertical:dir(rtl) slider {
        margin-right: -15px;
        margin-left: 6px; }
    scale.color.fine-tune.horizontal:dir(ltr), scale.color.fine-tune.horizontal:dir(rtl) {
      padding: 0 0 12px 0; }
      scale.color.fine-tune.horizontal:dir(ltr) trough, scale.color.fine-tune.horizontal:dir(rtl) trough {
        padding-bottom: 7px;
        background-position: 0 -6px; }
      scale.color.fine-tune.horizontal:dir(ltr) slider, scale.color.fine-tune.horizontal:dir(rtl) slider {
        margin-bottom: -15px;
        margin-top: 6px; }
    scale.color.fine-tune.vertical:dir(ltr) {
      padding: 0 0 0 12px; }
      scale.color.fine-tune.vertical:dir(ltr) trough {
        padding-left: 7px;
        background-position: 6px 0; }
      scale.color.fine-tune.vertical:dir(ltr) slider {
        margin-left: -15px;
        margin-right: 6px; }
    scale.color.fine-tune.vertical:dir(rtl) {
      padding: 0 12px 0 0; }
      scale.color.fine-tune.vertical:dir(rtl) trough {
        padding-right: 7px;
        background-position: -6px 0; }
      scale.color.fine-tune.vertical:dir(rtl) slider {
        margin-right: -15px;
        margin-left: 6px; }

/**************
 * Scrollbars *
 **************/
scrollbar {
  background-color: #171618;
  transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  scrollbar.top {
    border-bottom: 1px solid #2b2b2b; }
  scrollbar.bottom {
    border-top: 1px solid #2b2b2b; }
  scrollbar.left {
    border-right: 1px solid #2b2b2b; }
  scrollbar.right {
    border-left: 1px solid #2b2b2b; }
  scrollbar:backdrop {
    background-color: #0a0a0b;
    border-color: #292829;
    transition: 200ms ease-out; }
  scrollbar slider {
    min-width: 6px;
    min-height: 6px;
    margin: -1px;
    border: 4px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
    background-color: #888888; }
    scrollbar slider:hover {
      background-color: #c1c1c1; }
    scrollbar slider:hover:active {
      background-color: #e78a53; }
    scrollbar slider:backdrop {
      background-color: #424142; }
    scrollbar slider:disabled {
      background-color: transparent; }
  scrollbar.fine-tune slider {
    min-width: 4px;
    min-height: 4px; }
  scrollbar.fine-tune.horizontal slider {
    border-width: 5px 4px; }
  scrollbar.fine-tune.vertical slider {
    border-width: 4px 5px; }
  scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
    border-color: transparent;
    opacity: 0.4;
    background-color: transparent; }
    scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
      margin: 0;
      min-width: 3px;
      min-height: 3px;
      background-color: #ffffff;
      border: 1px solid black; }
    scrollbar.overlay-indicator:not(.dragging):not(.hovering) button {
      min-width: 5px;
      min-height: 5px;
      background-color: #ffffff;
      background-clip: padding-box;
      border-radius: 100%;
      border: 1px solid black;
      -gtk-icon-source: none; }
    scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
      margin: 0 2px;
      min-width: 40px; }
    scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button {
      margin: 1px 2px;
      min-width: 5px; }
    scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider {
      margin: 2px 0;
      min-height: 40px; }
    scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button {
      margin: 2px 1px;
      min-height: 5px; }
  scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering {
    opacity: 0.8; }
  scrollbar.horizontal slider {
    min-width: 40px; }
  scrollbar.vertical slider {
    min-height: 40px; }
  scrollbar button {
    padding: 0;
    min-width: 12px;
    min-height: 12px;
    border-style: none;
    border-radius: 0;
    transition-property: min-height, min-width, color;
    border-color: transparent;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0);
    text-shadow: none;
    -gtk-icon-shadow: none;
    color: #888888; }
    scrollbar button:hover {
      border-color: transparent;
      background-color: transparent;
      background-image: none;
      box-shadow: inset 0 1px rgba(255, 255, 255, 0);
      text-shadow: none;
      -gtk-icon-shadow: none;
      color: #c1c1c1; }
    scrollbar button:active, scrollbar button:checked {
      border-color: transparent;
      background-color: transparent;
      background-image: none;
      box-shadow: inset 0 1px rgba(255, 255, 255, 0);
      text-shadow: none;
      -gtk-icon-shadow: none;
      color: #e78a53; }
    scrollbar button:disabled {
      border-color: transparent;
      background-color: transparent;
      background-image: none;
      box-shadow: inset 0 1px rgba(255, 255, 255, 0);
      text-shadow: none;
      -gtk-icon-shadow: none;
      color: rgba(136, 136, 136, 0.2); }
    scrollbar button:backdrop {
      border-color: transparent;
      background-color: transparent;
      background-image: none;
      box-shadow: inset 0 1px rgba(255, 255, 255, 0);
      text-shadow: none;
      -gtk-icon-shadow: none;
      color: #424142; }
      scrollbar button:backdrop:disabled {
        border-color: transparent;
        background-color: transparent;
        background-image: none;
        box-shadow: inset 0 1px rgba(255, 255, 255, 0);
        text-shadow: none;
        -gtk-icon-shadow: none;
        color: rgba(66, 65, 66, 0.2); }
  scrollbar.vertical button.down {
    -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  scrollbar.vertical button.up {
    -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
  scrollbar.horizontal button.down {
    -gtk-icon-source: -gtk-icontheme("pan-right-symbolic"); }
  scrollbar.horizontal button.up {
    -gtk-icon-source: -gtk-icontheme("pan-left-symbolic"); }

treeview ~ scrollbar.vertical {
  border-top: 1px solid #2b2b2b;
  margin-top: -1px; }

/***********
 * Sidebar *
 ***********/
.sidebar {
  border-style: none;
  border-width: 0;
  background-color: #171618; }
  .sidebar .frame {
    border: none; }
  stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left {
    border-right: none;
    border-left-style: none; }
  stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl), stacksidebar.sidebar.right list .sidebar:dir(rtl), .sidebar.right {
    border-left: 1px solid #2b2b2b;
    border-right-style: none; }
  .sidebar:backdrop, label:backdrop selection.sidebar, progressbar:backdrop trough.sidebar, progressbar:backdrop progress.sidebar {
    background-color: #181719;
    border-color: #292829; }
  .sidebar row {
    padding: 8px 12px;
    transition: all .12s ease-in; }
    .sidebar row label {
      color: #98abb2; }
    .sidebar row:selected {
      color: #121113; }
      .sidebar row:selected:backdrop, .sidebar label:backdrop selection:selected, label:backdrop .sidebar selection:selected, .sidebar progressbar:backdrop trough:selected, progressbar:backdrop .sidebar trough:selected, .sidebar progressbar:backdrop progress:selected, progressbar:backdrop .sidebar progress:selected {
        color: rgba(18, 17, 19, 0.5);
        background: rgba(231, 138, 83, 0.6); }
        .sidebar row:selected:backdrop label, .sidebar label:backdrop selection:selected label, label:backdrop .sidebar selection:selected label, .sidebar progressbar:backdrop trough:selected label, progressbar:backdrop .sidebar trough:selected label, .sidebar progressbar:backdrop progress:selected label, progressbar:backdrop .sidebar progress:selected label {
          color: #121113; }
      .sidebar row:selected label {
        color: #121113; }
  .sidebar.source-list {
    background: #121113;
    padding: 4px 0px; }
    .sidebar.source-list.view, iconview.source-list {
      transition: all .12s ease-in; }
      .sidebar.source-list.view:selected, iconview.source-list:selected {
        padding-left: 4px;
        background: #e78a53;
        color: #121113; }
        .sidebar.source-list.view:selected:active, iconview.source-list:selected:active {
          box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); }
        .sidebar.source-list.view:selected.has-open-popup, iconview.source-list:selected.has-open-popup, .sidebar.source-list.view:selected:hover, iconview.source-list:selected:hover {
          background-color: rgba(231, 138, 83, 0.9); }
        .sidebar.source-list.view:selected:backdrop {
          background-color: rgba(231, 138, 83, 0.6); }
      .sidebar.source-list.view:hover, iconview.source-list:hover, .sidebar.source-list.view iconview.source-list:hover {
        background-color: rgba(18, 17, 19, 0.4); }
  paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar {
    border-style: none;
    border-color: #2b2b2b; }

stacksidebar row {
  padding: 10px 4px; }
  stacksidebar row > label {
    padding-left: 6px;
    padding-right: 6px; }
  stacksidebar row.needs-attention > label {
    background-size: 6px 6px, 0 0; }

/*******************************************************************/
/*                  PLACESSIDEBAR                                  */
/*******************************************************************/
placessidebar {
  background-color: transparent;
  background-image: linear-gradient(to right, #050506 40px, #121113 35px, #121113 36px, #121113 36px, #121113 99%, #121113 100%); }
  placessidebar row.activatable {
    padding: 1px 11px;
    margin: 0;
    border-radius: 0; }
    placessidebar row.activatable label {
      padding-left: 25px; }
    placessidebar row.activatable:hover {
      background: rgba(0, 0, 0, 0.12);
      color: inherit; }
    placessidebar row.activatable:selected {
      color: #fff;
      background-color: transparent;
      background-image: linear-gradient(to right, rgba(231, 138, 83, 0.7) 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); }
      placessidebar row.activatable:selected label {
        color: #e78a53; }
      placessidebar row.activatable:selected:hover {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.24); }
        placessidebar row.activatable:selected:hover .sidebar-icon {
          color: #ffffff; }
      placessidebar row.activatable:selected:backdrop, placessidebar label:backdrop selection:selected, label:backdrop placessidebar selection:selected, placessidebar progressbar:backdrop trough:selected, progressbar:backdrop placessidebar trough:selected, placessidebar progressbar:backdrop progress:selected, progressbar:backdrop placessidebar progress:selected {
        color: rgba(0, 0, 0, 0.54);
        background-color: transparent;
        background-image: linear-gradient(to right, rgba(231, 138, 83, 0.6) 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); }
        placessidebar row.activatable:selected:backdrop .sidebar-icon, placessidebar label:backdrop selection:selected .sidebar-icon, label:backdrop placessidebar selection:selected .sidebar-icon, placessidebar progressbar:backdrop trough:selected .sidebar-icon, progressbar:backdrop placessidebar trough:selected .sidebar-icon, placessidebar progressbar:backdrop progress:selected .sidebar-icon, progressbar:backdrop placessidebar progress:selected .sidebar-icon {
          -gtk-icon-shadow: none; }
      placessidebar row.activatable:selected .sidebar-icon {
        -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.8);
        color: inherit; }
    placessidebar row.activatable.sidebar-new-bookmark-row, placessidebar row.activatable.sidebar-new-bookmark-row label, placessidebar row.activatable.sidebar-new-bookmark-row .sidebar-icon {
      color: #fbcb97; }
    placessidebar row.activatable:drop(active):not(:disabled), placessidebar combobox:drop(active) button.activatable.combo:not(:disabled), combobox:drop(active) placessidebar button.activatable.combo:not(:disabled) {
      box-shadow: inset 0 1px #e78a53, inset 0 -1px #e78a53; }
      placessidebar row.activatable:drop(active):not(:disabled), placessidebar combobox:drop(active) button.activatable.combo:not(:disabled), combobox:drop(active) placessidebar button.activatable.combo:not(:disabled), placessidebar row.activatable:drop(active):not(:disabled) label, placessidebar combobox:drop(active) button.activatable.combo:not(:disabled) label, combobox:drop(active) placessidebar button.activatable.combo:not(:disabled) label, placessidebar row.activatable:drop(active):not(:disabled) image, placessidebar combobox:drop(active) button.activatable.combo:not(:disabled) image, combobox:drop(active) placessidebar button.activatable.combo:not(:disabled) image {
        color: #e78a53; }
      placessidebar row.activatable:drop(active):not(:disabled):selected, placessidebar combobox:drop(active) button.activatable.combo:not(:disabled):selected, combobox:drop(active) placessidebar button.activatable.combo:not(:disabled):selected {
        background: #e78a53; }
        placessidebar row.activatable:drop(active):not(:disabled):selected, placessidebar combobox:drop(active) button.activatable.combo:not(:disabled):selected, combobox:drop(active) placessidebar button.activatable.combo:not(:disabled):selected, placessidebar row.activatable:drop(active):not(:disabled):selected label, placessidebar combobox:drop(active) button.activatable.combo:not(:disabled):selected label, combobox:drop(active) placessidebar button.activatable.combo:not(:disabled):selected label, placessidebar row.activatable:drop(active):not(:disabled):selected image, placessidebar combobox:drop(active) button.activatable.combo:not(:disabled):selected image, combobox:drop(active) placessidebar button.activatable.combo:not(:disabled):selected image {
          color: #121113; }
  placessidebar list {
    background-color: transparent; }
    placessidebar list:backdrop {
      background-color: transparent; }

.sidebar-pane, .sidebar-pane .bottom-bar {
  background-color: #121113; }

.sidebar-pane .bottom-bar button {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0);
  text-shadow: none;
  -gtk-icon-shadow: none; }
  .sidebar-pane .bottom-bar button .view, .sidebar-pane .bottom-bar button iconview {
    background-color: transparent; }

/*****************
 * GtkSpinButton *
 *****************/
spinbutton {
  font-feature-settings: "tnum"; }
  spinbutton:not(.vertical) {
    padding: 0;
    border-spacing: 0;
    /* :not here just to bump specificity above that of the list button styling */ }
    .osd spinbutton:not(.vertical) > text, spinbutton:not(.vertical) > text {
      min-width: 28px;
      margin: 0;
      background: none;
      background-color: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none;
      padding: 6px; }
      .osd spinbutton:not(.vertical) > text:backdrop:disabled, spinbutton:not(.vertical) > text:backdrop:disabled {
        background-color: transparent; }
    spinbutton:not(.vertical) > button.image-button.up:not(.flat),
    spinbutton:not(.vertical) > button.image-button.down:not(.flat) {
      min-height: 16px;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0;
      color: #e8e8e8;
      background-image: none;
      border-style: none none none solid;
      border-color: rgba(43, 43, 43, 0.3);
      border-radius: 0;
      box-shadow: none;
      background-color: transparent; }
      spinbutton:not(.vertical) > button.image-button.up:not(.flat):dir(rtl),
      spinbutton:not(.vertical) > button.image-button.down:not(.flat):dir(rtl) {
        border-style: none solid none none; }
      spinbutton:not(.vertical) > button.image-button.up:not(.flat):hover,
      spinbutton:not(.vertical) > button.image-button.down:not(.flat):hover {
        color: #ffffff;
        background-color: #050506; }
      spinbutton:not(.vertical) > button.image-button.up:not(.flat):disabled, label:disabled spinbutton:not(.vertical) > selection.up:not(.flat),
      spinbutton:not(.vertical) > button.image-button.down:not(.flat):disabled,
      label:disabled spinbutton:not(.vertical) > selection.down:not(.flat) {
        color: rgba(137, 136, 137, 0.3);
        background-color: transparent; }
      spinbutton:not(.vertical) > button.image-button.up:not(.flat):active,
      spinbutton:not(.vertical) > button.image-button.down:not(.flat):active {
        background-color: rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); }
      spinbutton:not(.vertical) > button.image-button.up:not(.flat):dir(ltr):last-child, combobox.linked spinbutton:not(.vertical) > button.up:not(.flat):dir(ltr):nth-child(2),
      spinbutton:not(.vertical) > button.image-button.down:not(.flat):dir(ltr):last-child,
      combobox.linked spinbutton:not(.vertical) > button.down:not(.flat):dir(ltr):nth-child(2) {
        border-radius: 0 6px 6px 0; }
      spinbutton:not(.vertical) > button.image-button.up:not(.flat):dir(rtl):first-child, combobox.linked spinbutton:not(.vertical) > button.up:not(.flat):dir(rtl):nth-child(2),
      spinbutton:not(.vertical) > button.image-button.down:not(.flat):dir(rtl):first-child,
      combobox.linked spinbutton:not(.vertical) > button.down:not(.flat):dir(rtl):nth-child(2) {
        border-radius: 6px 0 0 6px; }
  .osd spinbutton:not(.vertical) > button.image-button.up:not(.flat),
  .osd spinbutton:not(.vertical) > button.image-button.down:not(.flat) {
    border-color: transparent;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0);
    text-shadow: none;
    -gtk-icon-shadow: none;
    color: #ffffff;
    border-style: none none none solid;
    border-color: rgba(43, 43, 43, 0.7);
    border-radius: 0;
    box-shadow: none;
    -gtk-icon-shadow: 0 1px black; }
    .osd spinbutton:not(.vertical) > button.image-button.up:not(.flat):dir(rtl),
    .osd spinbutton:not(.vertical) > button.image-button.down:not(.flat):dir(rtl) {
      border-style: none solid none none; }
    .osd spinbutton:not(.vertical) > button.image-button.up:not(.flat):hover,
    .osd spinbutton:not(.vertical) > button.image-button.down:not(.flat):hover {
      border-color: transparent;
      background-color: transparent;
      background-image: none;
      box-shadow: inset 0 1px rgba(255, 255, 255, 0);
      text-shadow: none;
      -gtk-icon-shadow: none;
      color: #ffffff;
      border-color: rgba(43, 43, 43, 0.5);
      background-color: rgba(0, 0, 0, 0.93);
      -gtk-icon-shadow: 0 1px black;
      box-shadow: none; }
    .osd spinbutton:not(.vertical) > button.image-button.up:not(.flat):disabled, .osd label:disabled spinbutton:not(.vertical) > selection.up:not(.flat), label:disabled .osd spinbutton:not(.vertical) > selection.up:not(.flat),
    .osd spinbutton:not(.vertical) > button.image-button.down:not(.flat):disabled,
    .osd label:disabled spinbutton:not(.vertical) > selection.down:not(.flat),
    label:disabled .osd spinbutton:not(.vertical) > selection.down:not(.flat) {
      border-color: transparent;
      background-color: transparent;
      background-image: none;
      box-shadow: inset 0 1px rgba(255, 255, 255, 0);
      text-shadow: none;
      -gtk-icon-shadow: none;
      color: #898889;
      border-color: rgba(43, 43, 43, 0.5);
      -gtk-icon-shadow: none;
      box-shadow: none; }
    .osd spinbutton:not(.vertical) > button.image-button.up:not(.flat):dir(ltr):last-child, .osd combobox.linked spinbutton:not(.vertical) > button.up:not(.flat):dir(ltr):nth-child(2), combobox.linked .osd spinbutton:not(.vertical) > button.up:not(.flat):dir(ltr):nth-child(2),
    .osd spinbutton:not(.vertical) > button.image-button.down:not(.flat):dir(ltr):last-child,
    .osd combobox.linked spinbutton:not(.vertical) > button.down:not(.flat):dir(ltr):nth-child(2),
    combobox.linked .osd spinbutton:not(.vertical) > button.down:not(.flat):dir(ltr):nth-child(2) {
      border-radius: 0 6px 6px 0; }
    .osd spinbutton:not(.vertical) > button.image-button.up:not(.flat):dir(rtl):first-child, .osd combobox.linked spinbutton:not(.vertical) > button.up:not(.flat):dir(rtl):nth-child(2), combobox.linked .osd spinbutton:not(.vertical) > button.up:not(.flat):dir(rtl):nth-child(2),
    .osd spinbutton:not(.vertical) > button.image-button.down:not(.flat):dir(rtl):first-child,
    .osd combobox.linked spinbutton:not(.vertical) > button.down:not(.flat):dir(rtl):nth-child(2),
    combobox.linked .osd spinbutton:not(.vertical) > button.down:not(.flat):dir(rtl):nth-child(2) {
      border-radius: 6px 0 0 6px; }
  spinbutton.vertical:disabled, label:disabled selection.vertical {
    color: #898889; }
  spinbutton.vertical:drop(active), combobox:drop(active) button.vertical.combo {
    border-color: transparent;
    box-shadow: none; }
  spinbutton.vertical > text {
    min-height: 32px;
    min-width: 32px;
    padding: 0;
    border-radius: 0; }
    spinbutton.vertical > text > selection {
      background-color: rgba(231, 138, 83, 0.6);
      color: transparent; }
      spinbutton.vertical > text > selection:focus-within {
        color: #ffffff; }
  spinbutton.vertical > button {
    min-height: 32px;
    min-width: 32px;
    padding: 0; }
  spinbutton.vertical > button.up {
    border-bottom-style: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  spinbutton.vertical > button.down {
    border-top-style: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .osd spinbutton.vertical > button:first-child, .osd combobox.linked spinbutton.vertical > button:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical > button:nth-child(2):dir(rtl) {
    color: #ffffff;
    border-color: #2b2b2b;
    background-color: rgba(18, 17, 19, 0.93);
    background-clip: padding-box;
    text-shadow: 0 1px black;
    -gtk-icon-shadow: 0 1px black;
    outline-color: rgba(255, 255, 255, 0.3); }
    .osd spinbutton.vertical > button:first-child:hover, .osd combobox.linked spinbutton.vertical > button:hover:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical > button:hover:nth-child(2):dir(rtl) {
      color: white;
      border-color: #2b2b2b;
      background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93));
      background-clip: padding-box;
      text-shadow: 0 1px black;
      -gtk-icon-shadow: 0 1px black;
      outline-color: rgba(255, 255, 255, 0.3); }
    .osd spinbutton.vertical > button:first-child:active, .osd combobox.linked spinbutton.vertical > button:active:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical > button:active:nth-child(2):dir(rtl) {
      color: white;
      border-color: #2b2b2b;
      background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93));
      background-clip: padding-box;
      text-shadow: none;
      -gtk-icon-shadow: none;
      outline-color: rgba(255, 255, 255, 0.3); }
    .osd spinbutton.vertical > button:first-child:disabled {
      color: #898889;
      border-color: #2b2b2b;
      background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5));
      background-clip: padding-box;
      box-shadow: none;
      text-shadow: none;
      -gtk-icon-shadow: none; }
  treeview spinbutton:not(.vertical) {
    min-height: 0;
    border-style: none;
    border-radius: 0; }
    treeview spinbutton:not(.vertical) > text {
      min-height: 0;
      padding: 1px 2px; }

/***********
 * Spinner *
 ***********/
menu spinner {
  color: #e78a53; }

/*********************
 * Spinner Animation *
 *********************/
@keyframes spin {
  to {
    -gtk-icon-transform: rotate(1turn); } }

spinner {
  background: none;
  opacity: 0;
  -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
  spinner:checked {
    opacity: 1;
    animation: spin 1s linear infinite; }
    spinner:checked:disabled, label:disabled selection:checked {
      opacity: 0.5; }

/**********
 * Switch *
 **********/
switch {
  font-size: 1px;
  min-width: 40px;
  min-height: 25px;
  background-color: transparent;
  background-size: 40px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: -gtk-scaled(url("../assets/switch-off.svg"), url("../assets/switch-off.svg")); }
  switch:disabled {
    background-image: -gtk-scaled(url("../assets/switch-insensitive.svg"), url("../assets/switch-insensitive.svg")); }
    switch:disabled slider {
      background-image: -gtk-scaled(url("../assets/switch-slider-insensitive.svg"), url("../assets/switch-slider-insensitive@2.png")); }
  switch, switch slider {
    outline-color: transparent;
    color: transparent;
    border: none;
    box-shadow: none; }
  switch:checked {
    background-image: -gtk-scaled(url("../assets/switch-on.svg"), url("../assets/switch-on.svg")); }
    switch:checked slider {
      background-image: -gtk-scaled(url("../assets/switch-slider-on.svg"), url("../assets/switch-slider-on@2.png")); }
    switch:checked:disabled, label:disabled selection:checked {
      background-image: -gtk-scaled(url("../assets/switch-on-insensitive.svg"), url("../assets/switch-on-insensitive.svg")); }
      switch:checked:disabled slider, label:disabled selection:checked slider {
        background-image: -gtk-scaled(url("../assets/switch-slider-on-insensitive.svg"), url("../assets/switch-slider-on-insensitive@2.png")); }
  switch slider {
    min-width: 1px;
    min-height: 1px;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    background-image: -gtk-scaled(url("../assets/switch-slider-off.svg"), url("../assets/switch-slider-off@2.png")); }
  row:selected switch:checked {
    background-image: -gtk-scaled(url("../assets/switch-off.svg"), url("../assets/switch-off.svg")); }
    row:selected switch:checked slider {
      background-image: -gtk-scaled(url("../assets/switch-slider-on-selected.svg"), url("../assets/switch-slider-on-selected@2.png")); }
  switch trough:active, switch trough:checked {
    background-color: #e78a53; }
    switch trough:active:backdrop, switch label:backdrop selection:active, label:backdrop switch selection:active, switch progressbar:backdrop trough:active, progressbar:backdrop switch trough:active, switch progressbar:backdrop progress:active, progressbar:backdrop switch progress:active, switch trough:checked:backdrop, switch label:backdrop selection:checked, label:backdrop switch selection:checked, switch progressbar:backdrop trough:checked, progressbar:backdrop switch trough:checked, switch progressbar:backdrop progress:checked, progressbar:backdrop switch progress:checked {
      background-color: rgba(231, 138, 83, 0.6); }

/************
 * Toolbars *
 ************/
searchbar > revealer > box, .inline-toolbar, toolbar {
  padding: 4px;
  background-color: #121113; }

toolbar {
  padding: 4px 3px 3px 4px; }
  .osd toolbar {
    background-color: transparent; }
  toolbar.osd {
    padding: 13px;
    border: none;
    border-radius: 5px;
    background-color: rgba(18, 17, 19, 0.93); }
    toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom {
      border-radius: 0; }
  toolbar.horizontal separator {
    margin: 0 7px 1px 6px; }
  toolbar.vertical separator {
    margin: 6px 1px 7px 0; }
  toolbar:not(.inline-toolbar):not(.osd) switch,
  toolbar:not(.inline-toolbar):not(.osd) scale,
  toolbar:not(.inline-toolbar):not(.osd) entry,
  toolbar:not(.inline-toolbar):not(.osd) spinbutton,
  toolbar:not(.inline-toolbar):not(.osd) button {
    margin-right: 1px;
    margin-bottom: 1px; }

.inline-toolbar {
  padding: 3px;
  border-width: 0 1px 1px;
  border-radius: 0  0 5px 5px; }

searchbar > revealer > box {
  border-width: 0 0 1px;
  padding: 5px; }

.inline-toolbar, searchbar > revealer > box {
  border-style: solid;
  border-color: #2b2b2b;
  background-color: #1a191a; }

searchbar {
  background: #1c1b1d; }

/************
 * Tooltips *
 ************/
tooltip {
  padding: 4px;
  /* not working */
  border-radius: 5px;
  box-shadow: none;
  text-shadow: 0 1px black; }
  tooltip.background {
    background-color: rgba(18, 17, 19, 0.93);
    background-clip: padding-box;
    border: 1px solid #2b2b2b; }
  tooltip decoration {
    background-color: transparent; }
  tooltip *, tooltip button:link,
  tooltip button:visited {
    padding: 4px;
    background-color: transparent;
    color: white; }

columnview.view,
treeview.view {
  border-left-color: #2b2b2b;
  border-top-color: #2b2b2b; }
  columnview.view:selected:focus, columnview.view:selected,
  treeview.view:selected:focus,
  treeview.view:selected {
    border-radius: 0;
    outline-color: #e75353; }
  columnview.view:disabled,
  treeview.view:disabled {
    color: #898889; }
    columnview.view:disabled:selected,
    treeview.view:disabled:selected {
      color: #925a39; }
      columnview.view:disabled:selected:backdrop,
      treeview.view:disabled:selected:backdrop {
        color: rgba(204, 123, 75, 0.85); }
  columnview.view.separator,
  treeview.view.separator {
    min-height: 2px;
    color: #2b2b2b; }
  columnview.view:backdrop,
  treeview.view:backdrop {
    border-left-color: #323133;
    border-top: #323133; }
  columnview.view:drop(active),
  treeview.view:drop(active) {
    box-shadow: none; }
  columnview.view > dndtarget:drop(active),
  treeview.view > dndtarget:drop(active) {
    border-style: solid none;
    border-width: 1px;
    border-color: #e16c26; }
    columnview.view > dndtarget:drop(active).after,
    treeview.view > dndtarget:drop(active).after {
      border-top-style: none; }
    columnview.view > dndtarget:drop(active).before,
    treeview.view > dndtarget:drop(active).before {
      border-bottom-style: none; }
  columnview.view.expander,
  treeview.view.expander {
    min-width: 16px;
    min-height: 16px;
    -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
    color: #bbbbbb; }
    columnview.view.expander:dir(rtl),
    treeview.view.expander:dir(rtl) {
      -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
    columnview.view.expander:hover,
    treeview.view.expander:hover {
      color: #ffffff; }
    columnview.view.expander:selected,
    treeview.view.expander:selected {
      color: #523526; }
      columnview.view.expander:selected:hover,
      treeview.view.expander:selected:hover {
        color: #121113; }
    columnview.view.expander:checked,
    treeview.view.expander:checked {
      -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  columnview.view.progressbar,
  treeview.view.progressbar {
    border: 1px solid #e16c26;
    border-radius: 4px;
    background-color: #e78a53;
    background-image: linear-gradient(to bottom, #e78a53, #e16c26);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(0, 0, 0, 0.1); }
    columnview.view.progressbar:selected:focus, columnview.view.progressbar:selected,
    treeview.view.progressbar:selected:focus,
    treeview.view.progressbar:selected {
      box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
      background-image: image(#1c1b1d); }
      columnview.view.progressbar:selected:focus:backdrop, columnview.view.progressbar:selected:backdrop,
      treeview.view.progressbar:selected:focus:backdrop,
      treeview.view.progressbar:selected:backdrop {
        background-color: #1f1d20; }
  columnview.view.trough,
  treeview.view.trough {
    background-color: rgba(255, 255, 255, 0.1); }
    columnview.view.trough:selected:focus, columnview.view.trough:selected,
    treeview.view.trough:selected:focus,
    treeview.view.trough:selected {
      background-color: #e16c26; }
  columnview.view > header > button,
  treeview.view > header > button {
    color: #c1bec3;
    background-color: #1c1b1d;
    font-weight: bold;
    text-shadow: none;
    box-shadow: none; }
    columnview.view > header > button:hover,
    treeview.view > header > button:hover {
      color: #e0dfe1;
      box-shadow: none;
      transition: none; }
    columnview.view > header > button:active,
    treeview.view > header > button:active {
      color: #ffffff;
      transition: none; }
    columnview.view > header > button sort-indicator,
    treeview.view > header > button sort-indicator {
      min-height: 16px;
      min-width: 16px; }
      columnview.view > header > button sort-indicator.ascending,
      treeview.view > header > button sort-indicator.ascending {
        -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
      columnview.view > header > button sort-indicator.descending,
      treeview.view > header > button sort-indicator.descending {
        -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
  columnview.view button.dnd:active, columnview.view button.dnd:selected, columnview.view button.dnd:hover, columnview.view button.dnd,
  columnview.view header.button.dnd:active,
  columnview.view header.button.dnd:selected,
  columnview.view header.button.dnd:hover,
  columnview.view header.button.dnd,
  treeview.view button.dnd:active,
  treeview.view button.dnd:selected,
  treeview.view button.dnd:hover,
  treeview.view button.dnd,
  treeview.view header.button.dnd:active,
  treeview.view header.button.dnd:selected,
  treeview.view header.button.dnd:hover,
  treeview.view header.button.dnd {
    padding: 0 6px;
    color: #e75353;
    background-image: none;
    background-color: #e78a53;
    border-style: none;
    border-radius: 0;
    box-shadow: inset 0 0 0 1px #1c1b1d;
    text-shadow: none;
    transition: none; }
  columnview.view acceleditor > label,
  treeview.view acceleditor > label {
    background-color: #e78a53; }

columnview.view > header > button,
treeview.view > header > button, columnview.view > header > button:hover,
treeview.view > header > button:hover, columnview.view > header > button:active,
treeview.view > header > button:active {
  padding: 0 6px;
  background-image: none;
  border-style: none none solid solid;
  border-color: #2b2b2b;
  border-radius: 0;
  text-shadow: none; }

/**********************
 * Window Decorations *
 *********************/
window {
  border-width: 0px; }
  window.csd {
    box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.75);
    margin: 0px;
    border-radius: 4px 4px 0 0; }
    window.csd:backdrop, label:backdrop selection.csd, progressbar:backdrop trough.csd, progressbar:backdrop progress.csd {
      box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.75);
      transition: 200ms ease-out; }
    window.csd.popup {
      border-radius: 7px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.65); }
    window.csd.dialog.message {
      border-radius: 4px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.65); }
  window.solid-csd {
    margin: 0;
    padding: 4px;
    border: solid 1px #2b2b2b;
    border-radius: 0;
    box-shadow: inset 0 0 0 4px #2b2b2b, inset 0 0 0 3px #121113, inset 0 1px rgba(255, 255, 255, 0.07); }
    window.solid-csd:backdrop, label:backdrop selection.solid-csd, progressbar:backdrop trough.solid-csd, progressbar:backdrop progress.solid-csd {
      box-shadow: inset 0 0 0 4px #2b2b2b, inset 0 0 0 3px #121113, inset 0 1px rgba(255, 255, 255, 0.07); }
  window.maximized, window.fullscreen {
    border-radius: 0;
    box-shadow: none; }
  window.tiled, window.tiled-top, window.tiled-left, window.tiled-right, window.tiled-bottom {
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 0 20px transparent; }
    window.tiled:backdrop, label:backdrop selection.tiled, progressbar:backdrop trough.tiled, progressbar:backdrop progress.tiled, window.tiled-top:backdrop, label:backdrop selection.tiled-top, progressbar:backdrop trough.tiled-top, progressbar:backdrop progress.tiled-top, window.tiled-left:backdrop, label:backdrop selection.tiled-left, progressbar:backdrop trough.tiled-left, progressbar:backdrop progress.tiled-left, window.tiled-right:backdrop, label:backdrop selection.tiled-right, progressbar:backdrop trough.tiled-right, progressbar:backdrop progress.tiled-right, window.tiled-bottom:backdrop, label:backdrop selection.tiled-bottom, progressbar:backdrop trough.tiled-bottom, progressbar:backdrop progress.tiled-bottom {
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 0 20px transparent; }
  window.popup {
    box-shadow: none; }
  window.ssd {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75); }

windowcontrols button.close, windowcontrols button.maximize, windowcontrols button.minimize {
  min-width: 20px;
  min-height: 20px;
  margin: 0;
  padding: 0 1px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px; }
  windowcontrols button.close, windowcontrols button.close:hover, windowcontrols button.close:focus, windowcontrols button.close:active, windowcontrols button.close:backdrop, windowcontrols label:backdrop selection.close, label:backdrop windowcontrols selection.close, windowcontrols progressbar:backdrop trough.close, progressbar:backdrop windowcontrols trough.close, windowcontrols progressbar:backdrop progress.close, progressbar:backdrop windowcontrols progress.close, windowcontrols button.close:backdrop:hover, windowcontrols button.maximize, windowcontrols button.maximize:hover, windowcontrols button.maximize:focus, windowcontrols button.maximize:active, windowcontrols button.maximize:backdrop, windowcontrols label:backdrop selection.maximize, label:backdrop windowcontrols selection.maximize, windowcontrols progressbar:backdrop trough.maximize, progressbar:backdrop windowcontrols trough.maximize, windowcontrols progressbar:backdrop progress.maximize, progressbar:backdrop windowcontrols progress.maximize, windowcontrols button.maximize:backdrop:hover, windowcontrols button.minimize, windowcontrols button.minimize:hover, windowcontrols button.minimize:focus, windowcontrols button.minimize:active, windowcontrols button.minimize:backdrop, windowcontrols label:backdrop selection.minimize, label:backdrop windowcontrols selection.minimize, windowcontrols progressbar:backdrop trough.minimize, progressbar:backdrop windowcontrols trough.minimize, windowcontrols progressbar:backdrop progress.minimize, progressbar:backdrop windowcontrols progress.minimize, windowcontrols button.minimize:backdrop:hover {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: transparent; }

windowcontrols button.close {
  background-image: -gtk-scaled(url("../assets/close.png"), url("../assets/close@2.png")); }
  windowcontrols button.close:hover, windowcontrols button.close:active {
    background-image: -gtk-scaled(url("../assets/close_prelight.png"), url("../assets/close_prelight@2.png")); }

windowcontrols button.maximize {
  background-image: -gtk-scaled(url("../assets/maximize.png"), url("../assets/maximize@2.png")); }
  windowcontrols button.maximize:hover, windowcontrols button.maximize:active {
    background-image: -gtk-scaled(url("../assets/maximize_prelight.png"), url("../assets/maximize_prelight@2.png")); }

windowcontrols button.minimize {
  background-image: -gtk-scaled(url("../assets/min.png"), url("../assets/min@2.png")); }
  windowcontrols button.minimize:hover, windowcontrols button.minimize:active {
    background-image: -gtk-scaled(url("../assets/min_prelight.png"), url("../assets/min_prelight@2.png")); }

windowcontrols button:backdrop {
  -gtk-icon-shadow: none;
  background-image: -gtk-scaled(url("../assets/close_unfocused.png"), url("../assets/close_unfocused@2.png")); }

headerbar.selection-mode button.titlebutton,
.titlebar.selection-mode button.titlebutton {
  text-shadow: 0 -1px rgba(0, 0, 0, 0.507451);
  -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.507451); }
  headerbar.selection-mode button.titlebutton:backdrop, headerbar.selection-mode label:backdrop selection.titlebutton, label:backdrop headerbar.selection-mode selection.titlebutton, headerbar.selection-mode progressbar:backdrop trough.titlebutton, progressbar:backdrop headerbar.selection-mode trough.titlebutton, headerbar.selection-mode progressbar:backdrop progress.titlebutton, progressbar:backdrop headerbar.selection-mode progress.titlebutton,
  .titlebar.selection-mode button.titlebutton:backdrop,
  .titlebar.selection-mode label:backdrop selection.titlebutton,
  label:backdrop .titlebar.selection-mode selection.titlebutton,
  .titlebar.selection-mode progressbar:backdrop trough.titlebutton,
  progressbar:backdrop .titlebar.selection-mode trough.titlebutton,
  .titlebar.selection-mode progressbar:backdrop progress.titlebutton,
  progressbar:backdrop .titlebar.selection-mode progress.titlebutton {
    -gtk-icon-shadow: none; }

.view:selected:focus, .view:selected,
.history-view:selected:focus,
.history-view:selected,
textview > text:selected:focus,
textview > text:selected, textview > text selection:focus, textview > text selection, iconview:selected:focus, iconview:selected, flowbox flowboxchild:selected, label:disabled selection, label:backdrop selection, modelbutton.flat:selected,
.menuitem.button.flat:selected, calendar > grid > label.day-number:selected,
entry selection:focus,
entry selection, row:selected,
notebook > header > tabs > arrow.button:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, spinbutton.vertical > text selection:focus, spinbutton.vertical > text selection, columnview.view:selected:focus, columnview.view:selected,
treeview.view:selected:focus,
treeview.view:selected,
.selection-mode windowcontrols button.button:selected {
  background-color: #e78a53; }
  row:selected label, label:selected, .selection-mode windowcontrols button, .view:selected:focus, .view:selected,
  .history-view:selected:focus,
  .history-view:selected,
  textview > text:selected:focus,
  textview > text:selected, textview > text selection:focus, textview > text selection, iconview:selected:focus, iconview:selected, flowbox flowboxchild:selected, label:disabled selection, label:backdrop selection, modelbutton.flat:selected,
  .menuitem.button.flat:selected, calendar > grid > label.day-number:selected,
  entry selection:focus,
  entry selection, row:selected,
  notebook > header > tabs > arrow.button:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, spinbutton.vertical > text selection:focus, spinbutton.vertical > text selection, columnview.view:selected:focus, columnview.view:selected,
  treeview.view:selected:focus,
  treeview.view:selected,
  .selection-mode windowcontrols button.button:selected {
    color: #121113;
    font-weight: normal; }

.monospace {
  font-family: Monospace; }

/**********************
 * DE-Specific Styles *
 **********************/
/*********
* Budgie *
*********/
.budgie-container {
  background-color: transparent; }
  .budgie-container:backdrop, label:backdrop selection.budgie-container, progressbar:backdrop trough.budgie-container, progressbar:backdrop progress.budgie-container {
    background-color: transparent; }
  .budgie-container popover list,
  .budgie-container popover row {
    border: none;
    background: none;
    padding: 0;
    margin: 0; }

.budgie-popover .container,
.budgie-popover border,
.budgie-popover list,
.budgie-popover row {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  -gtk-icon-shadow: none;
  opacity: 1;
  min-width: 0;
  min-height: 0; }

.budgie-popover,
.budgie-popover.background {
  border-radius: 2px;
  padding: 0;
  background: rgba(0, 0, 0, 0.95);
  background-clip: border-box;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.35);
  border: 1px solid #2b2b2b; }
  .budgie-popover list:hover,
  .budgie-popover row:hover,
  .budgie-popover.background list:hover,
  .budgie-popover.background row:hover {
    background: none; }
  .budgie-popover > frame.container,
  .budgie-popover.background > frame.container {
    margin: 0 -1px -1px;
    padding: 2px 0 0; }
  .budgie-popover button,
  .budgie-popover.background button {
    color: #ffffff;
    border: none;
    background: transparent; }
    .budgie-popover button:hover,
    .budgie-popover.background button:hover {
      color: #e78a53; }

.budgie-popover > .container {
  padding: 2px; }

.budgie-menu {
  color: #ffffff; }
  .budgie-menu .container {
    padding: 0; }
  .budgie-menu button:hover {
    -gtk-icon-filter: none; }
  .budgie-menu entry.search {
    border: none;
    background: none;
    padding: 5px 2px;
    border-bottom: 1px solid #2b2b2b;
    border-radius: 0;
    font-size: 120%;
    box-shadow: none;
    color: #ffffff; }
    .budgie-menu entry.search image:dir(ltr) {
      padding-left: 8px;
      padding-right: 12px; }
    .budgie-menu entry.search image:dir(rtl) {
      padding-left: 12px;
      padding-right: 8px; }
  .budgie-menu .categories {
    border-width: 0;
    margin-left: 3px;
    background: transparent; }
    .budgie-menu .categories:dir(ltr) {
      border-right: 1px solid #2b2b2b; }
    .budgie-menu .categories:dir(rtl) {
      border-left: 1px solid #2b2b2b; }
  .budgie-menu .category-button {
    padding: 7px;
    border-radius: 2px 0 0 2px; }
    .budgie-menu .category-button:hover {
      background-color: rgba(255, 255, 255, 0.05);
      color: #ffffff; }
    .budgie-menu .category-button:active {
      box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); }
    .budgie-menu .category-button:checked {
      color: #121113;
      background: linear-gradient(to right, #e78a53 0%, #e78a53 100%); }
      .budgie-menu .category-button:checked:hover {
        color: rgba(18, 17, 19, 0.6); }
    .budgie-menu .category-button:checked:disabled, .budgie-menu label:disabled selection:checked, label:disabled .budgie-menu selection:checked {
      opacity: 0.5; }
      .budgie-menu .category-button:checked:disabled label, .budgie-menu label:disabled selection:checked label, label:disabled .budgie-menu selection:checked label {
        color: rgba(18, 17, 19, 0.7); }
  .budgie-menu scrollbar {
    background-color: transparent;
    border-color: #2b2b2b; }
  .budgie-menu button:not(.category-button) {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0;
    box-shadow: none;
    background: yellow; }
  .budgie-menu button {
    border: none;
    background: transparent; }
  .budgie-menu undershoot, .budgie-menu overshoot {
    background: none; }
  .budgie-menu list {
    color: rgba(255, 255, 255, 0.7); }

button.budgie-menu-launcher {
  padding: 0 2px;
  color: #ffffff;
  box-shadow: none;
  background-color: transparent; }
  button.budgie-menu-launcher:hover {
    color: #ffffff; }
  button.budgie-menu-launcher:active, button.budgie-menu-launcher:checked {
    color: #ffffff; }
  button.budgie-menu-launcher:backdrop, label:backdrop selection.budgie-menu-launcher, progressbar:backdrop trough.budgie-menu-launcher, progressbar:backdrop progress.budgie-menu-launcher {
    color: #ffffff;
    background-color: transparent; }
    button.budgie-menu-launcher:backdrop:hover, label:backdrop selection.budgie-menu-launcher:hover, progressbar:backdrop trough.budgie-menu-launcher:hover, progressbar:backdrop progress.budgie-menu-launcher:hover {
      color: #ffffff; }
    button.budgie-menu-launcher:backdrop:active, label:backdrop selection.budgie-menu-launcher:active, progressbar:backdrop trough.budgie-menu-launcher:active, progressbar:backdrop progress.budgie-menu-launcher:active, button.budgie-menu-launcher:backdrop:checked, label:backdrop selection.budgie-menu-launcher:checked, progressbar:backdrop trough.budgie-menu-launcher:checked, progressbar:backdrop progress.budgie-menu-launcher:checked {
      color: #e78a53;
      box-shadow: none;
      background-color: #1a191b; }

.user-menu .content-box separator {
  margin-left: 6px;
  margin-right: 6px;
  background-color: rgba(255, 255, 255, 0.1); }

.user-menu button {
  margin: 5px; }

.user-menu > box.vertical row.activatable:first-child .indicator-item, .user-menu > box.vertical combobox.linked button.activatable:nth-child(2):dir(rtl) .indicator-item, combobox.linked .user-menu > box.vertical button.activatable:nth-child(2):dir(rtl) .indicator-item, .user-menu > box.vertical .linked:not(.vertical) > combobox:first-child > box > button.activatable.combo .indicator-item, .user-menu > box.vertical .linked.vertical > combobox:first-child > box > button.activatable.combo .indicator-item,
.user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
  background-color: #e78a53;
  transition-duration: 0.2s; }
  .user-menu > box.vertical row.activatable:first-child .indicator-item:dir(ltr), .user-menu > box.vertical combobox.linked button.activatable:nth-child(2):dir(rtl) .indicator-item:dir(ltr), combobox.linked .user-menu > box.vertical button.activatable:nth-child(2):dir(rtl) .indicator-item:dir(ltr), .user-menu > box.vertical .linked:not(.vertical) > combobox:first-child > box > button.activatable.combo .indicator-item:dir(ltr), .user-menu > box.vertical .linked.vertical > combobox:first-child > box > button.activatable.combo .indicator-item:dir(ltr),
  .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item:dir(ltr) {
    padding-left: 7px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 38px auto; }
  .user-menu > box.vertical row.activatable:first-child .indicator-item:dir(rtl), .user-menu > box.vertical combobox.linked button.activatable:nth-child(2):dir(rtl) .indicator-item:dir(rtl), combobox.linked .user-menu > box.vertical button.activatable:nth-child(2):dir(rtl) .indicator-item:dir(rtl), .user-menu > box.vertical .linked:not(.vertical) > combobox:first-child > box > button.activatable.combo .indicator-item:dir(rtl), .user-menu > box.vertical .linked.vertical > combobox:first-child > box > button.activatable.combo .indicator-item:dir(rtl),
  .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item:dir(rtl) {
    padding-right: 7px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 38px auto; }
  .user-menu > box.vertical row.activatable:first-child .indicator-item label, .user-menu > box.vertical combobox.linked button.activatable:nth-child(2):dir(rtl) .indicator-item label, combobox.linked .user-menu > box.vertical button.activatable:nth-child(2):dir(rtl) .indicator-item label, .user-menu > box.vertical .linked:not(.vertical) > combobox:first-child > box > button.activatable.combo .indicator-item label, .user-menu > box.vertical .linked.vertical > combobox:first-child > box > button.activatable.combo .indicator-item label,
  .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item label {
    color: #121113; }
    .user-menu > box.vertical row.activatable:first-child .indicator-item label:dir(ltr), .user-menu > box.vertical combobox.linked button.activatable:nth-child(2):dir(rtl) .indicator-item label:dir(ltr), combobox.linked .user-menu > box.vertical button.activatable:nth-child(2):dir(rtl) .indicator-item label:dir(ltr), .user-menu > box.vertical .linked:not(.vertical) > combobox:first-child > box > button.activatable.combo .indicator-item label:dir(ltr), .user-menu > box.vertical .linked.vertical > combobox:first-child > box > button.activatable.combo .indicator-item label:dir(ltr),
    .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item label:dir(ltr) {
      padding-left: 5px; }
    .user-menu > box.vertical row.activatable:first-child .indicator-item label:dir(rtl), .user-menu > box.vertical combobox.linked button.activatable:nth-child(2):dir(rtl) .indicator-item label:dir(rtl), combobox.linked .user-menu > box.vertical button.activatable:nth-child(2):dir(rtl) .indicator-item label:dir(rtl), .user-menu > box.vertical .linked:not(.vertical) > combobox:first-child > box > button.activatable.combo .indicator-item label:dir(rtl), .user-menu > box.vertical .linked.vertical > combobox:first-child > box > button.activatable.combo .indicator-item label:dir(rtl),
    .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item label:dir(rtl) {
      padding-right: 5px; }
  .user-menu > box.vertical row.activatable:first-child .indicator-item image, .user-menu > box.vertical combobox.linked button.activatable:nth-child(2):dir(rtl) .indicator-item image, combobox.linked .user-menu > box.vertical button.activatable:nth-child(2):dir(rtl) .indicator-item image, .user-menu > box.vertical .linked:not(.vertical) > combobox:first-child > box > button.activatable.combo .indicator-item image, .user-menu > box.vertical .linked.vertical > combobox:first-child > box > button.activatable.combo .indicator-item image,
  .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item image {
    color: #121113; }
    .user-menu > box.vertical row.activatable:first-child .indicator-item image:first-child, .user-menu > box.vertical combobox.linked button.activatable:nth-child(2):dir(rtl) .indicator-item image:first-child, combobox.linked .user-menu > box.vertical button.activatable:nth-child(2):dir(rtl) .indicator-item image:first-child, .user-menu > box.vertical .linked:not(.vertical) > combobox:first-child > box > button.activatable.combo .indicator-item image:first-child, .user-menu > box.vertical .linked.vertical > combobox:first-child > box > button.activatable.combo .indicator-item image:first-child,
    .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item image:first-child {
      min-width: 24px;
      min-height: 20px; }

button.raven-trigger {
  padding-left: 2px;
  padding-right: 2px;
  color: #ffffff;
  box-shadow: none; }
  button.raven-trigger:hover {
    color: #ffffff;
    background-color: transparent; }
  button.raven-trigger:active, button.raven-trigger:checked {
    box-shadow: none;
    background-color: transparent;
    color: #e78a53; }
  button.raven-trigger:backdrop, label:backdrop selection.raven-trigger, progressbar:backdrop trough.raven-trigger, progressbar:backdrop progress.raven-trigger {
    color: #ffffff; }
    button.raven-trigger:backdrop:hover, label:backdrop selection.raven-trigger:hover, progressbar:backdrop trough.raven-trigger:hover, progressbar:backdrop progress.raven-trigger:hover {
      color: #ffffff; }
    button.raven-trigger:backdrop:active, label:backdrop selection.raven-trigger:active, progressbar:backdrop trough.raven-trigger:active, progressbar:backdrop progress.raven-trigger:active, button.raven-trigger:backdrop:checked, label:backdrop selection.raven-trigger:checked, progressbar:backdrop trough.raven-trigger:checked, progressbar:backdrop progress.raven-trigger:checked {
      box-shadow: none;
      color: #e78a53;
      background-color: transparent; }

.places-menu .container {
  padding: 0; }

.places-menu .message-bar {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.places-menu .name-button {
  border: 0;
  border-radius: 0;
  padding: 4px 6px; }

.places-menu .unmount-button {
  padding: 4px 4px;
  border: 0;
  border-radius: 0; }

.places-menu .places-section-header {
  padding: 0px;
  border-bottom: 1px solid rgba(43, 43, 43, 0.95);
  box-shadow: 0px 1px 1px alpha(@theme_fg_color, 0.03); }

.places-menu .places-section-header > button {
  padding: 8px;
  border: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.places-menu .places-list {
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(43, 43, 43, 0.95); }

.places-menu .unlock-area {
  border-top: 1px solid rgba(43, 43, 43, 0.85);
  border-bottom: 1px solid rgba(43, 43, 43, 0.85); }

.places-menu .unlock-area entry {
  border-radius: 0;
  border: 0; }

.places-menu .unlock-area button {
  border-radius: 0;
  border: 0;
  border-left: 1px solid rgba(43, 43, 43, 0.85); }

.places-menu .alternative-label {
  font-size: 15px;
  padding: 3px; }

.places-menu .always-expand {
  background: transparent;
  border-bottom: none; }

.night-light-indicator .container {
  padding: 0; }

.night-light-indicator .view-header {
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid mix(@theme_base_color, #000000, 0.35);
  box-shadow: 0px 1px 1px alpha(@theme_fg_color, 0.04); }

.night-light-indicator .display-settings-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: none;
  padding: 3px;
  border-top: 1px solid mix(@theme_base_color, #000000, 0.35);
  box-shadow: inset 0px 1px 1px alpha(@theme_fg_color, 0.04); }

.budgie-panel {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.95);
  background-image: none;
  box-shadow: none;
  border: none;
  transition: all 150ms ease-in; }
  .budgie-panel .alert {
    color: #e75353; }
  .budgie-panel:backdrop, label:backdrop selection.budgie-panel, progressbar:backdrop trough.budgie-panel, progressbar:backdrop progress.budgie-panel {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.95); }
  .budgie-panel button {
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0; }
    .budgie-panel button.flat {
      background: transparent;
      border: none; }
      .budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked {
        background: transparent;
        color: #e78a53; }
  .budgie-panel popover list,
  .budgie-panel popover row {
    padding: 0;
    margin: 0; }
  .budgie-panel label {
    color: #ffffff;
    font-weight: 700; }
  .budgie-panel.transparent {
    background-color: rgba(0, 0, 0, 0.2); }
    .top .budgie-panel.transparent {
      border-bottom-color: transparent; }
    .bottom .budgie-panel.transparent {
      border-top-color: transparent; }
    .left .budgie-panel.transparent {
      border-right-color: transparent; }
    .right .budgie-panel.transparent {
      border-left-color: transparent; }
    .budgie-panel.transparent:backdrop, label:backdrop selection.transparent, progressbar:backdrop trough.transparent, progressbar:backdrop progress.transparent, .budgie-panel.transparent label, .budgie-panel.transparent button.raven-trigger:backdrop, .budgie-panel.transparent label:backdrop selection.raven-trigger, label:backdrop .budgie-panel.transparent selection.raven-trigger, .budgie-panel.transparent progressbar:backdrop trough.raven-trigger, progressbar:backdrop .budgie-panel.transparent trough.raven-trigger, .budgie-panel.transparent progressbar:backdrop progress.raven-trigger, progressbar:backdrop .budgie-panel.transparent progress.raven-trigger, .budgie-panel.transparent button.budgie-menu-launcher {
      color: white; }
  .budgie-panel .end-region {
    border-radius: 0px; }
    .budgie-panel .end-region separator {
      background-color: rgba(255, 255, 255, 0.15); }
    .budgie-panel .end-region label {
      font-weight: 700;
      color: #ffffff; }

.budgie-panel #tasklist-button,
.budgie-panel #tasklist-button:backdrop {
  outline-color: transparent;
  transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  background-clip: padding-box; }

.budgie-panel button.flat.launcher {
  outline-color: transparent;
  transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 0;
  background-clip: padding-box;
  background-color: transparent; }
  .budgie-panel button.flat.launcher {
    box-shadow: none; }

.budgie-panel #tasklist-button:hover, .budgie-panel .unpinned button.flat.launcher:hover,
.budgie-panel .pinned button.flat.launcher.running:hover {
  box-shadow: none; }

.budgie-panel #tasklist-button:active, .budgie-panel .unpinned button.flat.launcher:active,
.budgie-panel .pinned button.flat.launcher.running:active, .budgie-panel #tasklist-button:checked, .budgie-panel .unpinned button.flat.launcher:checked,
.budgie-panel .pinned button.flat.launcher.running:checked {
  box-shadow: none; }

.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button, .top .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .top button.flat.launcher,
.top .budgie-panel .pinned button.flat.launcher.running,
.budgie-panel .pinned .top button.flat.launcher.running {
  padding-bottom: 2px;
  border-top: 2px solid transparent; }
  .top .budgie-panel .pinned button.flat.launcher:not(.running) {
    border-top: 2px solid transparent; }
  .top .budgie-panel .pinned button.flat.launcher:not(.running):hover {
    border-top: 2px solid rgba(255, 255, 255, 0.1); }
  .top .budgie-panel .unpinned button.flat.launcher,
  .top .budgie-panel .pinned button.flat.launcher.running {
    border-top: 2px solid rgba(255, 255, 255, 0.1); }
  .top .budgie-panel #tasklist-button:hover, .budgie-panel .top #tasklist-button:hover, .top .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .top button.flat.launcher:hover,
  .top .budgie-panel .pinned button.flat.launcher.running:hover,
  .budgie-panel .pinned .top button.flat.launcher.running:hover {
    border-top: 2px solid rgba(255, 255, 255, 0.25); }
  .top .budgie-panel #tasklist-button:active, .budgie-panel .top #tasklist-button:active, .top .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .top button.flat.launcher:active,
  .top .budgie-panel .pinned button.flat.launcher.running:active,
  .budgie-panel .pinned .top button.flat.launcher.running:active, .top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked, .top .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .top button.flat.launcher:checked,
  .top .budgie-panel .pinned button.flat.launcher.running:checked,
  .budgie-panel .pinned .top button.flat.launcher.running:checked {
    border-top: 2px solid #e78a53; }

.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button, .bottom .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .bottom button.flat.launcher,
.bottom .budgie-panel .pinned button.flat.launcher.running,
.budgie-panel .pinned .bottom button.flat.launcher.running {
  padding-top: 2px;
  border-bottom: 2px solid transparent; }
  .bottom .budgie-panel .pinned button.flat.launcher:not(.running) {
    border-bottom: 2px solid transparent; }
  .bottom .budgie-panel .pinned button.flat.launcher:not(.running):hover {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
  .bottom .budgie-panel .unpinned button.flat.launcher,
  .bottom .budgie-panel .pinned button.flat.launcher.running {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
  .bottom .budgie-panel #tasklist-button:hover, .budgie-panel .bottom #tasklist-button:hover, .bottom .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .bottom button.flat.launcher:hover,
  .bottom .budgie-panel .pinned button.flat.launcher.running:hover,
  .budgie-panel .pinned .bottom button.flat.launcher.running:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 0.25); }
  .bottom .budgie-panel #tasklist-button:active, .budgie-panel .bottom #tasklist-button:active, .bottom .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .bottom button.flat.launcher:active,
  .bottom .budgie-panel .pinned button.flat.launcher.running:active,
  .budgie-panel .pinned .bottom button.flat.launcher.running:active, .bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked, .bottom .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .bottom button.flat.launcher:checked,
  .bottom .budgie-panel .pinned button.flat.launcher.running:checked,
  .budgie-panel .pinned .bottom button.flat.launcher.running:checked {
    border-bottom: 2px solid #e78a53; }

.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button, .left .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .left button.flat.launcher,
.left .budgie-panel .pinned button.flat.launcher.running,
.budgie-panel .pinned .left button.flat.launcher.running {
  padding-right: 2px;
  border-left: 2px solid transparent; }
  .left .budgie-panel .pinned button.flat.launcher:not(.running) {
    border-left: 2px solid transparent; }
  .left .budgie-panel .pinned button.flat.launcher:not(.running):hover {
    border-left: 2px solid rgba(255, 255, 255, 0.1); }
  .left .budgie-panel .unpinned button.flat.launcher,
  .left .budgie-panel .pinned button.flat.launcher.running {
    border-left: 2px solid rgba(255, 255, 255, 0.1); }
  .left .budgie-panel #tasklist-button:hover, .budgie-panel .left #tasklist-button:hover, .left .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .left button.flat.launcher:hover,
  .left .budgie-panel .pinned button.flat.launcher.running:hover,
  .budgie-panel .pinned .left button.flat.launcher.running:hover {
    border-left: 2px solid rgba(255, 255, 255, 0.25); }
  .left .budgie-panel #tasklist-button:active, .budgie-panel .left #tasklist-button:active, .left .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .left button.flat.launcher:active,
  .left .budgie-panel .pinned button.flat.launcher.running:active,
  .budgie-panel .pinned .left button.flat.launcher.running:active, .left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked, .left .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .left button.flat.launcher:checked,
  .left .budgie-panel .pinned button.flat.launcher.running:checked,
  .budgie-panel .pinned .left button.flat.launcher.running:checked {
    border-left: 2px solid #e78a53; }

.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button, .right .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .right button.flat.launcher,
.right .budgie-panel .pinned button.flat.launcher.running,
.budgie-panel .pinned .right button.flat.launcher.running {
  padding-left: 2px;
  border-right: 2px solid transparent; }
  .right .budgie-panel .pinned button.flat.launcher:not(.running) {
    border-right: 2px solid transparent; }
  .right .budgie-panel .pinned button.flat.launcher:not(.running):hover {
    border-right: 2px solid rgba(255, 255, 255, 0.1); }
  .right .budgie-panel .unpinned button.flat.launcher,
  .right .budgie-panel .pinned button.flat.launcher.running {
    border-right: 2px solid rgba(255, 255, 255, 0.1); }
  .right .budgie-panel #tasklist-button:hover, .budgie-panel .right #tasklist-button:hover, .right .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .right button.flat.launcher:hover,
  .right .budgie-panel .pinned button.flat.launcher.running:hover,
  .budgie-panel .pinned .right button.flat.launcher.running:hover {
    border-right: 2px solid rgba(255, 255, 255, 0.25); }
  .right .budgie-panel #tasklist-button:active, .budgie-panel .right #tasklist-button:active, .right .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .right button.flat.launcher:active,
  .right .budgie-panel .pinned button.flat.launcher.running:active,
  .budgie-panel .pinned .right button.flat.launcher.running:active, .right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked, .right .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .right button.flat.launcher:checked,
  .right .budgie-panel .pinned button.flat.launcher.running:checked,
  .budgie-panel .pinned .right button.flat.launcher.running:checked {
    border-right: 2px solid #e78a53; }

.top .budgie-panel {
  border-bottom: 1px solid rgba(0, 0, 0, 0.92); }

.top .raven-frame {
  padding: 0;
  background: none; }
  .top .raven-frame border {
    border: none;
    border-bottom: 1px solid rgba(43, 43, 43, 0.92); }

.top .shadow-block {
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent); }

.bottom .budgie-panel {
  border-top: 1px solid rgba(0, 0, 0, 0.92); }

.bottom .raven-frame {
  padding: 0;
  background: none; }
  .bottom .raven-frame border {
    border: none;
    border-top: 1px solid rgba(43, 43, 43, 0.92); }

.bottom .shadow-block {
  background-color: transparent;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent); }

.left .budgie-panel {
  border-right: 1px solid rgba(0, 0, 0, 0.92); }

.left .raven-frame {
  padding: 0;
  background: none; }
  .left .raven-frame border {
    border: none;
    border-right: 1px solid rgba(43, 43, 43, 0.92); }

.left .shadow-block {
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent); }

.right .budgie-panel {
  border-left: 1px solid rgba(0, 0, 0, 0.92); }

.right .raven-frame {
  padding: 0;
  background: none; }
  .right .raven-frame border {
    border: none;
    border-left: 1px solid rgba(43, 43, 43, 0.92); }

.right .shadow-block {
  background-color: transparent;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent); }

.raven {
  padding: 0;
  color: #e75353;
  background: rgba(0, 0, 0, 0.95);
  transition: 170ms ease-out; }
  .raven .raven-header {
    min-height: 32px;
    color: #ffffff;
    border: solid rgba(43, 43, 43, 0.95);
    border-width: 1px 0;
    background-color: rgba(38, 36, 40, 0.45); }
    .raven .raven-header *, .raven .raven-header button:link,
    .raven .raven-header button:visited {
      padding-top: 0;
      padding-bottom: 0; }
    .raven .raven-header.top {
      border-top-style: none;
      border-color: transparent;
      margin-top: 3px;
      min-height: 32px; }
      .raven .raven-header.top button.image-button:hover {
        color: #e47b3d;
        box-shadow: none; }
    .raven .raven-header > button.text-button {
      border-radius: 2px;
      color: #121113;
      background-color: rgba(228, 61, 61, 0.9);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
      .raven .raven-header > button.text-button:hover {
        border-radius: 2px;
        color: #121113;
        background-color: rgba(231, 83, 83, 0.9);
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
      .raven .raven-header > button.text-button:active {
        color: #121113;
        background-color: rgba(234, 105, 105, 0.9);
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
    .raven .raven-header.bottom {
      border-bottom-style: none; }
    .raven .raven-header button {
      color: #ffffff;
      border-radius: 6px;
      text-shadow: none;
      box-shadow: none;
      border: 1px solid #2b2b2b;
      background-color: #1c1b1e;
      border-radius: 0; }
      .raven .raven-header button:hover {
        color: #e78a53;
        text-shadow: none;
        background-color: rgba(28, 27, 29, 0.7);
        border-radius: 0; }
      .raven .raven-header button:active, .raven .raven-header button:checked {
        color: #e78a53;
        background-color: #0d0c0e; }
      .raven .raven-header button:disabled {
        color: #898889; }
  .raven list {
    color: #ffffff;
    background-color: transparent; }
    .raven list:selected {
      background-color: rgba(231, 138, 83, 0.9); }
    .raven list row,
    .raven list row.activatable {
      background-color: transparent; }
      .raven list row:hover,
      .raven list row.activatable:hover {
        background-color: rgba(38, 36, 40, 0.25); }
      .raven list row:selected,
      .raven list row.activatable:selected {
        background-color: rgba(231, 138, 83, 0.9); }
  .raven .raven-background {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent; }
    .raven .raven-background.middle {
      border-bottom-style: none; }
  .raven .powerstrip {
    background-color: transparent;
    border-top-color: transparent; }
  .raven .powerstrip button.image-button {
    border-radius: 50%;
    padding: 5px;
    min-width: 32px;
    min-height: 32px;
    margin-bottom: 3px;
    background: #fbcb97;
    color: #121113;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 100%; }
    .raven .powerstrip button.image-button:hover {
      background: rgba(251, 203, 151, 0.85);
      color: #121113; }
    .raven .powerstrip button.image-button:active {
      background: #fbcb97;
      color: #121113; }
    .raven .powerstrip button.image-button:first-child, .raven .powerstrip combobox.linked button.image-button:nth-child(2):dir(rtl), combobox.linked .raven .powerstrip button.image-button:nth-child(2):dir(rtl), .raven .powerstrip .linked:not(.vertical) > combobox:first-child > box > button.image-button.combo, .raven .powerstrip .linked.vertical > combobox:first-child > box > button.image-button.combo {
      background: linear-gradient(to right, #e78a53 0%, #e78a53 100%); }
      .raven .powerstrip button.image-button:first-child:hover, .raven .powerstrip combobox.linked button.image-button:hover:nth-child(2):dir(rtl), combobox.linked .raven .powerstrip button.image-button:hover:nth-child(2):dir(rtl), .raven .powerstrip .linked:not(.vertical) > combobox:first-child > box > button.image-button.combo:hover, .raven .powerstrip .linked.vertical > combobox:first-child > box > button.image-button.combo:hover {
        background: rgba(231, 138, 83, 0.85); }
      .raven .powerstrip button.image-button:first-child:active, .raven .powerstrip combobox.linked button.image-button:active:nth-child(2):dir(rtl), combobox.linked .raven .powerstrip button.image-button:active:nth-child(2):dir(rtl), .raven .powerstrip .linked:not(.vertical) > combobox:first-child > box > button.image-button.combo:active, .raven .powerstrip .linked.vertical > combobox:first-child > box > button.image-button.combo:active {
        background: #e78a53; }
    .raven .powerstrip button.image-button:last-child, .raven .powerstrip combobox.linked button.image-button:nth-child(2):dir(ltr), combobox.linked .raven .powerstrip button.image-button:nth-child(2):dir(ltr), .raven .powerstrip .linked:not(.vertical) > combobox:last-child > box > button.image-button.combo, .raven .powerstrip .linked.vertical > combobox:last-child > box > button.image-button.combo {
      background: linear-gradient(to right, #e75353, #e75353); }
      .raven .powerstrip button.image-button:last-child:hover, .raven .powerstrip combobox.linked button.image-button:hover:nth-child(2):dir(ltr), combobox.linked .raven .powerstrip button.image-button:hover:nth-child(2):dir(ltr), .raven .powerstrip .linked:not(.vertical) > combobox:last-child > box > button.image-button.combo:hover, .raven .powerstrip .linked.vertical > combobox:last-child > box > button.image-button.combo:hover {
        background: rgba(231, 83, 83, 0.85); }
      .raven .powerstrip button.image-button:last-child:active, .raven .powerstrip combobox.linked button.image-button:active:nth-child(2):dir(ltr), combobox.linked .raven .powerstrip button.image-button:active:nth-child(2):dir(ltr), .raven .powerstrip .linked:not(.vertical) > combobox:last-child > box > button.image-button.combo:active, .raven .powerstrip .linked.vertical > combobox:last-child > box > button.image-button.combo:active {
        background: #e75353; }
  .raven .option-subtitle {
    font-size: 13px; }

calendar.raven-calendar {
  padding: 6px;
  color: #ffffff;
  background: transparent;
  border-color: transparent; }
  calendar.raven-calendar:indeterminate {
    color: alpha(currentColor,0.3); }
  calendar.raven-calendar:selected {
    background: transparent;
    color: #e57e41;
    font-weight: bold; }
  calendar.raven-calendar:backdrop, label:backdrop selection.raven-calendar, progressbar:backdrop trough.raven-calendar, progressbar:backdrop progress.raven-calendar {
    background-color: transparent; }
  calendar.raven-calendar.header {
    color: #ffffff;
    border: none;
    border-radius: 0;
    background-color: transparent; }
  calendar.raven-calendar button, calendar.raven-calendar button:focus {
    color: alpha(currentColor,0.5);
    background-color: transparent; }
    calendar.raven-calendar button:hover, calendar.raven-calendar button:focus:hover {
      color: #ffffff;
      background-color: transparent; }

.raven-mpris {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.9);
  border: solid rgba(255, 255, 255, 0.1);
  border-width: 1px 0;
  border-bottom-color: rgba(0, 0, 0, 0.1); }
  .raven-mpris button.image-button {
    padding: 10px;
    background-color: #1c1b1d;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); }
    .raven-mpris button.image-button:hover {
      background-color: #e78a53; }
    .raven-mpris button.image-button:active {
      background-color: #e47b3d; }
    .raven-mpris button.image-button:first-child, .raven-mpris combobox.linked button.image-button:nth-child(2):dir(rtl), combobox.linked .raven-mpris button.image-button:nth-child(2):dir(rtl), .raven-mpris .linked:not(.vertical) > combobox:first-child > box > button.image-button.combo, .raven-mpris .linked.vertical > combobox:first-child > box > button.image-button.combo {
      margin-right: 4px; }
    .raven-mpris button.image-button:last-child, .raven-mpris combobox.linked button.image-button:nth-child(2):dir(ltr), combobox.linked .raven-mpris button.image-button:nth-child(2):dir(ltr), .raven-mpris .linked:not(.vertical) > combobox:last-child > box > button.image-button.combo, .raven-mpris .linked.vertical > combobox:last-child > box > button.image-button.combo {
      margin-left: 4px; }
    .raven-mpris button.image-button:last-child, .raven-mpris combobox.linked button.image-button:nth-child(2):dir(ltr), combobox.linked .raven-mpris button.image-button:nth-child(2):dir(ltr), .raven-mpris .linked:not(.vertical) > combobox:last-child > box > button.image-button.combo, .raven-mpris .linked.vertical > combobox:last-child > box > button.image-button.combo, .raven-mpris button.image-button:first-child, .raven-mpris combobox.linked button.image-button:nth-child(2):dir(rtl), combobox.linked .raven-mpris button.image-button:nth-child(2):dir(rtl), .raven-mpris .linked:not(.vertical) > combobox:first-child > box > button.image-button.combo, .raven-mpris .linked.vertical > combobox:first-child > box > button.image-button.combo {
      padding: 4px;
      margin-top: 6px;
      margin-bottom: 6px; }

.budgie-notification-window, .budgie-switcher-window, .budgie-osd-window {
  background: none;
  border-radius: 1px; }
  .budgie-notification-window button, .budgie-switcher-window button, .budgie-osd-window button {
    background-color: #e78a53;
    color: #121113;
    border: none; }
    .budgie-notification-window button:hover, .budgie-switcher-window button:hover, .budgie-osd-window button:hover {
      background-color: #e47b3d;
      border: none; }
    .budgie-notification-window button:active, .budgie-switcher-window button:active, .budgie-osd-window button:active, .budgie-notification-window button:checked, .budgie-switcher-window button:checked, .budgie-osd-window button:checked {
      background-color: #e47b3d; }

.budgie-notification.background, .background.budgie-switcher, .background.budgie-osd {
  border-radius: 1px; }

.budgie-notification .notification-title, .budgie-switcher .notification-title, .budgie-osd .notification-title {
  font-size: 110%;
  color: #ffffff; }

.budgie-notification .notification-body, .budgie-switcher .notification-body, .budgie-osd .notification-body {
  color: rgba(255, 255, 255, 0.7); }

.budgie-notification button, .budgie-switcher button, .budgie-osd button {
  background-color: transparent;
  color: #121113; }
  .budgie-notification button:hover, .budgie-switcher button:hover, .budgie-osd button:hover {
    background-color: transparent;
    color: #e75353;
    box-shadow: none; }
  .budgie-notification button:active, .budgie-switcher button:active, .budgie-osd button:active, .budgie-notification button:checked, .budgie-switcher button:checked, .budgie-osd button:checked {
    background-color: transparent;
    color: #e43d3d; }

.drop-shadow, .budgie-session-dialog.background, .background.budgie-run-dialog, .background.budgie-polkit-dialog {
  color: #ffffff;
  background-color: rgba(18, 17, 19, 0.95);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px; }

.budgie-switcher-window flowbox {
  color: #ffffff; }

.budgie-switcher-window flowboxchild {
  padding: 3px;
  margin: 3px;
  color: #ffffff; }
  .budgie-switcher-window flowboxchild:hover {
    background-color: transparent; }
  .budgie-switcher-window flowboxchild:active {
    color: #ffffff; }
  .budgie-switcher-window flowboxchild:selected {
    color: #121113;
    background-color: rgba(231, 138, 83, 0.5); }
    .budgie-switcher-window flowboxchild:selected:active {
      color: #121113; }
    .budgie-switcher-window flowboxchild:selected:hover {
      background-color: #d07c4b; }
    .budgie-switcher-window flowboxchild:selected:disabled, .budgie-switcher-window label:disabled selection:selected, label:disabled .budgie-switcher-window selection:selected {
      color: rgba(18, 17, 19, 0.7);
      background-color: rgba(231, 138, 83, 0.7); }
      .budgie-switcher-window flowboxchild:selected:disabled label, .budgie-switcher-window label:disabled selection:selected label, label:disabled .budgie-switcher-window selection:selected label {
        color: rgba(18, 17, 19, 0.7); }

.budgie-session-dialog, .budgie-run-dialog, .budgie-polkit-dialog {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.95); }
  .budgie-session-dialog label:backdrop, .budgie-run-dialog label:backdrop, .budgie-polkit-dialog label:backdrop {
    color: rgba(255, 255, 255, 0.8); }
  .budgie-session-dialog .dialog-title, .budgie-run-dialog .dialog-title, .budgie-polkit-dialog .dialog-title {
    font-size: 120%; }
  .budgie-session-dialog .linked.horizontal > button, .budgie-run-dialog .linked.horizontal > button, .budgie-polkit-dialog .linked.horizontal > button {
    margin-bottom: 0;
    min-height: 32px;
    border-bottom: none;
    border-color: #2b2b2b;
    border-radius: 0;
    color: #ffffff;
    background-color: transparent;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), inset 0 1px 2px rgba(0, 0, 0, 0.2); }
    .budgie-session-dialog .linked.horizontal > button label, .budgie-run-dialog .linked.horizontal > button label, .budgie-polkit-dialog .linked.horizontal > button label {
      font-weight: 700; }
    .budgie-session-dialog .linked.horizontal > button:first-child, .budgie-run-dialog .linked.horizontal > button:first-child, .budgie-polkit-dialog .linked.horizontal > button:first-child, .budgie-session-dialog combobox.linked .linked.horizontal > button:nth-child(2):dir(rtl), .budgie-run-dialog combobox.linked .linked.horizontal > button:nth-child(2):dir(rtl), .budgie-polkit-dialog combobox.linked .linked.horizontal > button:nth-child(2):dir(rtl), combobox.linked .budgie-session-dialog .linked.horizontal > button:nth-child(2):dir(rtl), combobox.linked .budgie-run-dialog .linked.horizontal > button:nth-child(2):dir(rtl), combobox.linked .budgie-polkit-dialog .linked.horizontal > button:nth-child(2):dir(rtl), .budgie-session-dialog .linked:not(.vertical) > combobox:first-child > box.linked.horizontal > button.combo, .budgie-run-dialog .linked:not(.vertical) > combobox:first-child > box.linked.horizontal > button.combo, .budgie-polkit-dialog .linked:not(.vertical) > combobox:first-child > box.linked.horizontal > button.combo, .budgie-session-dialog .linked.vertical > combobox:first-child > box.linked.horizontal > button.combo, .budgie-run-dialog .linked.vertical > combobox:first-child > box.linked.horizontal > button.combo, .budgie-polkit-dialog .linked.vertical > combobox:first-child > box.linked.horizontal > button.combo {
      border-left: none;
      border-bottom-left-radius: 2px; }
    .budgie-session-dialog .linked.horizontal > button:last-child, .budgie-run-dialog .linked.horizontal > button:last-child, .budgie-polkit-dialog .linked.horizontal > button:last-child, .budgie-session-dialog combobox.linked .linked.horizontal > button:nth-child(2):dir(ltr), .budgie-run-dialog combobox.linked .linked.horizontal > button:nth-child(2):dir(ltr), .budgie-polkit-dialog combobox.linked .linked.horizontal > button:nth-child(2):dir(ltr), combobox.linked .budgie-session-dialog .linked.horizontal > button:nth-child(2):dir(ltr), combobox.linked .budgie-run-dialog .linked.horizontal > button:nth-child(2):dir(ltr), combobox.linked .budgie-polkit-dialog .linked.horizontal > button:nth-child(2):dir(ltr), .budgie-session-dialog .linked:not(.vertical) > combobox:last-child > box.linked.horizontal > button.combo, .budgie-run-dialog .linked:not(.vertical) > combobox:last-child > box.linked.horizontal > button.combo, .budgie-polkit-dialog .linked:not(.vertical) > combobox:last-child > box.linked.horizontal > button.combo, .budgie-session-dialog .linked.vertical > combobox:last-child > box.linked.horizontal > button.combo, .budgie-run-dialog .linked.vertical > combobox:last-child > box.linked.horizontal > button.combo, .budgie-polkit-dialog .linked.vertical > combobox:last-child > box.linked.horizontal > button.combo {
      border-right: none;
      border-bottom-right-radius: 2px;
      background: transparent; }
    .budgie-session-dialog .linked.horizontal > button:hover, .budgie-run-dialog .linked.horizontal > button:hover, .budgie-polkit-dialog .linked.horizontal > button:hover {
      background-color: rgba(231, 138, 83, 0.9);
      color: #121113; }
      .budgie-session-dialog .linked.horizontal > button:hover:backdrop label, .budgie-run-dialog .linked.horizontal > button:hover:backdrop label, .budgie-polkit-dialog .linked.horizontal > button:hover:backdrop label, .budgie-session-dialog label:backdrop .linked.horizontal > selection:hover label, .budgie-run-dialog label:backdrop .linked.horizontal > selection:hover label, .budgie-polkit-dialog label:backdrop .linked.horizontal > selection:hover label, label:backdrop .budgie-session-dialog .linked.horizontal > selection:hover label, label:backdrop .budgie-run-dialog .linked.horizontal > selection:hover label, label:backdrop .budgie-polkit-dialog .linked.horizontal > selection:hover label, .budgie-session-dialog progressbar:backdrop .linked.horizontal > trough:hover label, .budgie-run-dialog progressbar:backdrop .linked.horizontal > trough:hover label, .budgie-polkit-dialog progressbar:backdrop .linked.horizontal > trough:hover label, progressbar:backdrop .budgie-session-dialog .linked.horizontal > trough:hover label, progressbar:backdrop .budgie-run-dialog .linked.horizontal > trough:hover label, progressbar:backdrop .budgie-polkit-dialog .linked.horizontal > trough:hover label, .budgie-session-dialog progressbar:backdrop .linked.horizontal > progress:hover label, .budgie-run-dialog progressbar:backdrop .linked.horizontal > progress:hover label, .budgie-polkit-dialog progressbar:backdrop .linked.horizontal > progress:hover label, progressbar:backdrop .budgie-session-dialog .linked.horizontal > progress:hover label, progressbar:backdrop .budgie-run-dialog .linked.horizontal > progress:hover label, progressbar:backdrop .budgie-polkit-dialog .linked.horizontal > progress:hover label {
        color: rgba(18, 17, 19, 0.5); }
    .budgie-session-dialog .linked.horizontal > button.suggested-action, .budgie-run-dialog .linked.horizontal > button.suggested-action, .budgie-polkit-dialog .linked.horizontal > button.suggested-action, .budgie-session-dialog .selection-mode windowcontrols .linked.horizontal > button, .budgie-run-dialog .selection-mode windowcontrols .linked.horizontal > button, .budgie-polkit-dialog .selection-mode windowcontrols .linked.horizontal > button, .selection-mode windowcontrols .budgie-session-dialog .linked.horizontal > button, .selection-mode windowcontrols .budgie-run-dialog .linked.horizontal > button, .selection-mode windowcontrols .budgie-polkit-dialog .linked.horizontal > button {
      background-color: rgba(231, 138, 83, 0.9); }
      .budgie-session-dialog .linked.horizontal > button.suggested-action:hover, .budgie-run-dialog .linked.horizontal > button.suggested-action:hover, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:hover, .budgie-session-dialog .selection-mode windowcontrols .linked.horizontal > button:hover, .budgie-run-dialog .selection-mode windowcontrols .linked.horizontal > button:hover, .budgie-polkit-dialog .selection-mode windowcontrols .linked.horizontal > button:hover, .selection-mode windowcontrols .budgie-session-dialog .linked.horizontal > button:hover, .selection-mode windowcontrols .budgie-run-dialog .linked.horizontal > button:hover, .selection-mode windowcontrols .budgie-polkit-dialog .linked.horizontal > button:hover {
        background-color: rgba(234, 153, 105, 0.9); }
      .budgie-session-dialog .linked.horizontal > button.suggested-action:active, .budgie-run-dialog .linked.horizontal > button.suggested-action:active, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:active, .budgie-session-dialog .selection-mode windowcontrols .linked.horizontal > button:active, .budgie-run-dialog .selection-mode windowcontrols .linked.horizontal > button:active, .budgie-polkit-dialog .selection-mode windowcontrols .linked.horizontal > button:active, .selection-mode windowcontrols .budgie-session-dialog .linked.horizontal > button:active, .selection-mode windowcontrols .budgie-run-dialog .linked.horizontal > button:active, .selection-mode windowcontrols .budgie-polkit-dialog .linked.horizontal > button:active, .budgie-session-dialog .linked.horizontal > button.suggested-action:checked, .budgie-run-dialog .linked.horizontal > button.suggested-action:checked, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:checked, .budgie-session-dialog .selection-mode windowcontrols .linked.horizontal > button:checked, .budgie-run-dialog .selection-mode windowcontrols .linked.horizontal > button:checked, .budgie-polkit-dialog .selection-mode windowcontrols .linked.horizontal > button:checked, .selection-mode windowcontrols .budgie-session-dialog .linked.horizontal > button:checked, .selection-mode windowcontrols .budgie-run-dialog .linked.horizontal > button:checked, .selection-mode windowcontrols .budgie-polkit-dialog .linked.horizontal > button:checked {
        background-color: rgba(234, 153, 105, 0.9); }
    .budgie-session-dialog .linked.horizontal > button.destructive-action, .budgie-run-dialog .linked.horizontal > button.destructive-action, .budgie-polkit-dialog .linked.horizontal > button.destructive-action {
      background-color: rgba(231, 83, 83, 0.9); }
      .budgie-session-dialog .linked.horizontal > button.destructive-action:hover, .budgie-run-dialog .linked.horizontal > button.destructive-action:hover, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:hover {
        background-color: rgba(234, 105, 105, 0.9); }
      .budgie-session-dialog .linked.horizontal > button.destructive-action:active, .budgie-run-dialog .linked.horizontal > button.destructive-action:active, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:active, .budgie-session-dialog .linked.horizontal > button.destructive-action:checked, .budgie-run-dialog .linked.horizontal > button.destructive-action:checked, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:checked {
        background-color: rgba(234, 105, 105, 0.9); }
  .budgie-session-dialog entry, .budgie-run-dialog entry, .budgie-polkit-dialog entry {
    background-color: #505359;
    color: #ffffff; }
    .budgie-session-dialog entry:focus, .budgie-run-dialog entry:focus, .budgie-polkit-dialog entry:focus {
      background-color: #505359; }
    .budgie-session-dialog entry:backdrop, .budgie-run-dialog entry:backdrop, .budgie-polkit-dialog entry:backdrop {
      background-color: #505359; }

.budgie-polkit-dialog .message {
  color: rgba(255, 255, 255, 0.7); }

.budgie-polkit-dialog .failure {
  color: #e75353; }

.budgie-run-dialog entry.search, .budgie-run-dialog entry.search:focus {
  font-size: 120%;
  padding: 8px 5px;
  border: none;
  box-shadow: none; }
  .budgie-run-dialog entry.search image, .budgie-run-dialog entry.search:focus image {
    color: #ffffff; }
    .budgie-run-dialog entry.search image:dir(ltr), .budgie-run-dialog entry.search:focus image:dir(ltr) {
      padding-left: 8px;
      padding-right: 12px; }
    .budgie-run-dialog entry.search image:dir(rtl), .budgie-run-dialog entry.search:focus image:dir(rtl) {
      padding-left: 12px;
      padding-right: 8px; }

.budgie-run-dialog list row:selected .dim-label, .budgie-run-dialog list row:selected label.separator,
.budgie-run-dialog list row:selected headerbar .subtitle,
headerbar .budgie-run-dialog list row:selected .subtitle, .budgie-run-dialog list row:selected .titlebar .subtitle, .titlebar .budgie-run-dialog list row:selected .subtitle {
  opacity: 1; }

.budgie-run-dialog scrolledwindow {
  border-top: 1px solid rgba(0, 0, 0, 0); }

.budgie-menubar menu {
  margin: 4px;
  padding: 5px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.95); }
  .budgie-menubar menu menuitem:hover {
    background-color: #e78a53;
    color: #121113; }

.budgie-menubar arrow {
  border: none;
  min-width: 16px;
  min-height: 16px; }
  .budgie-menubar arrow.top {
    -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
    border-bottom: 1px solid rgba(45, 44, 46, 0.928); }
  .budgie-menubar arrow.bottom {
    -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
    border-top: 1px solid rgba(45, 44, 46, 0.928); }

.budgie-menubar menuitem accelerator {
  color: rgba(255, 255, 255, 0.35); }

.budgie-menubar menuitem check, .budgie-menubar menuitem radio {
  min-height: 16px;
  min-width: 16px; }

window.background.budgie-settings-window.csd > box.horizontal > stack > scrolledwindow buttonbox.inline-toolbar {
  border-style: none none solid; }

.workspace-switcher .workspace-layout {
  border: 0 solid rgba(0, 0, 0, 0.95); }
  .top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) {
    border-left-width: 1px; }
  .top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) {
    border-right-width: 1px; }
  .left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout {
    border-top-width: 1px; }

.workspace-switcher .workspace-item,
.workspace-switcher .workspace-add-button {
  border: 0 solid rgba(26, 24, 27, 0.95); }
  .top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) {
    border-right-width: 1px; }
  .top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) {
    border-left-width: 1px; }
  .left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button {
    border-bottom-width: 1px; }

.workspace-switcher .workspace-item.current-workspace {
  background-color: rgba(0, 0, 0, 0.95); }

.workspace-switcher .workspace-add-button {
  border: none;
  background: transparent; }
  .workspace-switcher .workspace-add-button:hover {
    box-shadow: none; }
  .workspace-switcher .workspace-add-button:active {
    background-image: none; }
  .workspace-switcher .workspace-add-button:active image {
    margin: 1px 0 -1px; }

.budgie-panel .workspace-switcher .workspace-icon-button {
  min-height: 24px;
  min-width: 24px;
  padding: 0;
  border-radius: 2px; }

/************
 * Nautilus *
 ************/
.nautilus-window .frame *:selected, .nautilus-window .frame button:selected:link,
.nautilus-window .frame button:selected:visited, .nautilus-window .frame *:selected:backdrop {
  background: transparent;
  color: #e78a53; }
  .nautilus-window .frame *:selected label, .nautilus-window .frame button:selected:link label,
  .nautilus-window .frame button:selected:visited label, .nautilus-window .frame *:selected:backdrop label {
    color: #e78a53; }

.nautilus-window paned > separator {
  background-image: none; }

.nautilus-window .sidebar {
  background-color: transparent; }
  .nautilus-window .sidebar:backdrop, .nautilus-window label:backdrop selection.sidebar, label:backdrop .nautilus-window selection.sidebar, .nautilus-window progressbar:backdrop trough.sidebar, progressbar:backdrop .nautilus-window trough.sidebar, .nautilus-window progressbar:backdrop progress.sidebar, progressbar:backdrop .nautilus-window progress.sidebar {
    background-color: transparent; }
  .nautilus-window .sidebar .list-row button {
    border: none;
    background-color: rgba(20, 20, 21, 0.95); }
    .nautilus-window .sidebar .list-row button:active {
      background-color: rgba(231, 138, 83, 0.75); }
  .nautilus-window .sidebar .list-row:selected {
    background-color: rgba(231, 138, 83, 0.75); }
    .nautilus-window .sidebar .list-row:selected:hover {
      background-color: rgba(231, 138, 83, 0.9); }
  .nautilus-window .sidebar .list-row:hover {
    background-color: rgba(28, 27, 29, 0.5); }
    .nautilus-window .sidebar .list-row:hover:active {
      background-color: rgba(231, 138, 83, 0.9); }

.nautilus-window notebook > stack:only-child {
  background-color: #1c1b1d; }
  .nautilus-window notebook > stack:only-child:backdrop {
    background-color: #1f1d20; }

.nautilus-window searchbar {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.nautilus-window .searchbar-container {
  margin-top: -1px; }

.nautilus-circular-button {
  border-radius: 20px; }

.disk-space-display {
  border: 2px solid; }
  .disk-space-display .unknown {
    background-color: #888a85;
    border-color: #555653; }
  .disk-space-display .used {
    background-color: #9FB0B9;
    border-color: #667f8c; }
  .disk-space-display .free {
    background-color: #D8D8D8;
    border-color: #a5a5a5; }

.nautilus-desktop {
  color: #ffffff; }
  .nautilus-desktop .nautilus-canvas-item {
    border-radius: 5px;
    color: #ffffff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
    .nautilus-desktop .nautilus-canvas-item:active {
      color: #ffffff;
      text-shadow: none; }
    .nautilus-desktop .nautilus-canvas-item:hover {
      color: #ffffff;
      text-shadow: none; }
    .nautilus-desktop .nautilus-canvas-item:selected {
      color: #121113;
      text-shadow: none; }
    .nautilus-desktop .nautilus-canvas-item .dim-label:selected, .nautilus-desktop .nautilus-canvas-item label.separator:selected,
    .nautilus-desktop .nautilus-canvas-item headerbar .subtitle:selected,
    headerbar .nautilus-desktop .nautilus-canvas-item .subtitle:selected, .nautilus-desktop .nautilus-canvas-item .titlebar .subtitle:selected, .titlebar .nautilus-desktop .nautilus-canvas-item .subtitle:selected {
      color: #121113; }
  .nautilus-desktop .nautilus-list .dim-label:selected, .nautilus-desktop .nautilus-list label.separator:selected,
  .nautilus-desktop .nautilus-list headerbar .subtitle:selected,
  headerbar .nautilus-desktop .nautilus-list .subtitle:selected, .nautilus-desktop .nautilus-list .titlebar .subtitle:selected, .titlebar .nautilus-desktop .nautilus-list .subtitle:selected {
    color: #121113; }

/*********
 * Gedit *
 *********/
.gedit-search-slider {
  padding: 4px;
  border-radius: 0 0 3px 3px;
  border: 0;
  background-color: #121113; }

/*********
 * Gnucash *
*********/
#gnc-id-main-window entry.gnc-class-register-foreground {
  background: transparent;
  border: none;
  box-shadow: none; }

#gnc-id-main-window .arrow.button.toggle {
  transition: none;
  box-shadow: none; }
  #gnc-id-main-window .arrow.button.toggle:hover {
    border-color: #e78a53; }

/*******************
 * Calendar events *
********************/
.color-light.timed label, .color-light .event-popover label {
  color: #ffffff;
  opacity: 1; }

/*******************
 * Calendar sidebar *
********************/
datechooser .circular.day.text-button {
  padding: 6px;
  border-radius: 50%;
  min-height: 22px;
  min-width: 22px;
  border: none; }
  datechooser .circular.day.text-button.flat.other-month, datechooser notebook > header > tabs > arrow.text-button.other-month, datechooser .selection-mode windowcontrols button.text-button.other-month, .selection-mode windowcontrols datechooser button.text-button.other-month, datechooser .circular.day.text-button.flat.non-workday, datechooser notebook > header > tabs > arrow.text-button.non-workday, datechooser .selection-mode windowcontrols button.text-button.non-workday, .selection-mode windowcontrols datechooser button.text-button.non-workday {
    color: #898889; }
  datechooser .circular.day.text-button.today {
    color: #e78a53; }
  datechooser .circular.day.text-button:active, datechooser .circular.day.text-button:selected {
    color: #121113;
    outline-color: rgba(18, 17, 19, 0.3);
    background-color: #e78a53;
    text-shadow: none;
    font-weight: bold; }

datechooser .weekday, datechooser .weeknum {
  color: #898889; }

datechooser .weeknum {
  background-color: rgba(28, 27, 29, 0.8); }

datechooser .current-week {
  background-color: rgba(137, 136, 137, 0.1); }

agenda-view list.background {
  padding: 8px; }
  agenda-view list.background .caption-heading, agenda-view list.background .dim-label.no-events, agenda-view list.background label.no-events.separator,
  agenda-view list.background headerbar .no-events.subtitle,
  headerbar agenda-view list.background .no-events.subtitle, agenda-view list.background .titlebar .no-events.subtitle, .titlebar agenda-view list.background .no-events.subtitle {
    color: #ffffff; }

datechooser, datechooser:backdrop,
agenda-view list.background,
agenda-view list.background:backdrop,
agenda-view label:backdrop selection.background,
label:backdrop agenda-view selection.background,
agenda-view progressbar:backdrop trough.background,
progressbar:backdrop agenda-view trough.background,
agenda-view progressbar:backdrop progress.background,
progressbar:backdrop agenda-view progress.background,
.calendar-list,
.calendar-list:backdrop,
label:backdrop selection.calendar-list,
progressbar:backdrop trough.calendar-list,
progressbar:backdrop progress.calendar-list {
  background-color: #121113; }

/******************************
 * Gnome system monitor graph *
******************************/
#gnome-system-monitor .loadgraph {
  background: #121113;
  color: #ffffff; }

/********
 * Gala *
 *******/
.gala-notification {
  border-width: 0;
  border-radius: 2px;
  color: white;
  border: 1px solid #1c1b1d;
  background-color: #1c1b1d; }
  .gala-notification .title,
  .gala-notification .label {
    color: #ffffff; }

.gala-button {
  padding: 3px;
  color: #1c1b1d;
  border: none;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #7e7e7e, #3e3e3e);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.98), inset 0 1px 0 0 rgba(255, 255, 255, 0.93), inset 0 -1px 0 0 rgba(255, 255, 255, 0.99), 0 0 0 1px rgba(0, 0, 0, 0.6), 0 3px 6px rgba(0, 0, 0, 0.84), 0 3px 6px rgba(0, 0, 0, 0.77);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

/**********
 * Notify *
 *********/
.notify {
  /*-notify-shadow: 0px 2px 18px transparentize(black, 0.60);*/
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  background-color: rgba(28, 27, 29, 0.05); }

/***************
 * SwitchBoard *
 ***************/
.category-label {
  font-weight: bold;
  color: #ffffff; }

/*************
 * Slingshot *
 ************/
.button.app {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-image: none; }
  .button.app .app:hover {
    border-radius: 8px;
    border: none;
    background-color: rgba(231, 138, 83, 0.3);
    color: white; }
  .button.app .app:focus {
    /*background-color: transparentize(black, 0.20);*/ }

.search-item {
  border-radius: 0;
  border: none;
  color: #ffffff;
  background: none; }
  .search-item:hover, .search-item:focus {
    border-radius: 0;
    background-color: rgba(231, 138, 83, 0.3);
    color: #121113; }

.search-entry-large,
.search-entry-large:focus {
  border: none;
  font-size: 18px;
  font-weight: 300;
  background-image: none;
  background: none;
  box-shadow: none;
  border-radius: 0; }

.search-category-header {
  font-weight: bold;
  color: #ffffff; }

/*********
 * Panel *
 ********/
.composited-indicator > revealer,
.composited-indicator > revealer image,
.composited-indicator > revealer label,
.composited-indicator > revealer spinner {
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
  transition: all 200ms ease-in-out;
  -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); }

.composited-indicator > revealer image:first-child + label {
  margin-left: 5px; }

.panel.color-light .composited-indicator > revealer,
.panel.color-light .composited-indicator > revealer image,
.panel.color-light .composited-indicator > revealer label,
.panel.color-light .composited-indicator > revealer spinner {
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px rgba(255, 255, 255, 0.1);
  -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.1); }

/**************
 * Calculator *
 **************/
PantheonCalculatorMainWindow {
  border-radius: 0 0 4px 4px; }
  PantheonCalculatorMainWindow .window-frame {
    border-radius: 3px; }

/*********
 * Cards *
 *********/
.deck {
  background-color: black; }

.card {
  background-color: #1c1b1d;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.2);
  transition: all 150ms ease-in-out; }

.card.collapsed {
  background-color: #0f0f10;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.2); }

/*********
 * Noise *
 *********/
NoiseLibraryWindow {
  border-radius: 0 0 4px 4px; }
  NoiseLibraryWindow .action-bar {
    border-radius: 0 0 4px 4px; }
  NoiseLibraryWindow .window-frame {
    border-radius: 3px; }

/********
 * Snap *
 ********/
SnapMainWindow .take-button,
SnapSnapWindow .take-button {
  border-radius: 0; }

/*******************
 * Photos/Shotwell *
 *******************/
DirectWindow .the-button-in-the-combobox,
LibraryWindow .the-button-in-the-combobox {
  background: none; }

.checkerboard-layout {
  background-color: #121113;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
  background-size: 24px 24px;
  background-position: 0 0, 12px 12px; }

.checkboard-layout .item {
  background-color: #ffffff; }

/*********
* Avatar *
*********/
.avatar {
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.23); }

/**level bars**/
.sidebar .source-list.view.level-bar, .sidebar iconview.source-list.level-bar, .sidebar .source-list.view.level-bar:selected, .sidebar .source-list.view.level-bar:selected:focus {
  background: linear-gradient(to right, #38353b, #38353b);
  border: 1px solid rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px; }

.sidebar .source-list.view.level-bar.fill-block, .sidebar iconview.source-list.level-bar.fill-block {
  border: none; }

.sidebar .source-list.view.fill-block, .sidebar iconview.source-list.fill-block, .sidebar .source-list.view.fill-block:hover, .sidebar .source-list.view.fill-block:selected, .sidebar .source-list.view.fill-block:selected:focus {
  background: linear-gradient(to right, #fbcb97, #fbcb97); }

/**************************
 * Colors in context menu *
**************************/
checkbutton.color-button {
  border: 1px solid #2b2b2b;
  border-radius: 100px;
  background-clip: border-box;
  padding: 0;
  margin: 2px 1px; }
  checkbutton.color-button > check {
    -gtk-icon-source: none;
    background: none;
    margin-right: 0;
    padding: 2px; }
  checkbutton.color-button.none > check {
    background-color: transparent;
    border-radius: 100px;
    -gtk-icon-source: -gtk-icontheme("close-symbolic"); }

radiobutton.color-button > radio {
  -gtk-icon-source: none;
  margin-right: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  background-clip: border-box; }

radiobutton.color-button:active > radio {
  border: 1px solid rgba(0, 0, 0, 0.35); }

.color-button check,
.color-button check:checked,
.color-button radio,
.color-button radio:checked {
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #1c1b1d;
  -gtk-icon-source: -gtk-icontheme("check-active-symbolic"); }

.color-button.red check, .color-button.red radio, s
.color-button.strawberry check, .color-button.strawberry radio {
  background-color: @STRAWBERRY_300;
  -gtk-icon-shadow: 0 1px 1px @STRAWBERRY_500; }

.color-button.orange check, .color-button.orange radio {
  background-color: @ORANGE_300;
  -gtk-icon-shadow: 0 1px 1px @ORANGE_500; }

.color-button.yellow check, .color-button.yellow radio, .color-button.banana check, .color-button.banana radio {
  background-color: @BANANA_500;
  -gtk-icon-shadow: 0 1px 1px @BANANA_700; }

.color-button.green check, .color-button.green radio, .color-button.lime check, .color-button.lime radio {
  background-color: @LIME_500;
  -gtk-icon-shadow: 0 1px 1px @LIME_700; }

.color-button.blue check, .color-button.blue radio, .color-button.blueberry check, .color-button.blueberry radio {
  background-color: @BLUEBERRY_500;
  -gtk-icon-shadow: 0 1px 1px @BLUEBERRY_700; }

.color-button.purple check, .color-button.purple radio, .color-button.grape check, .color-button.grape radio {
  background-color: @GRAPE_500;
  -gtk-icon-shadow: 0 1px 1px @GRAPE_700; }

.color-button.brown check, .color-button.brown radio, .color-button.cocoa check, .color-button.cocoa radio {
  background-color: @COCOA_300;
  -gtk-icon-shadow: 0 1px 1px @COCOA_500; }

.color-button.mint check, .color-button.mint radio {
  background-color: @MINT_500;
  -gtk-icon-shadow: 0 1px 1px @MINT_700; }

.color-button.pink check, .color-button.pink radio, .color-button.bubblegum check, .color-button.bubblegum radio {
  background-color: @BUBBLEGUM_500;
  -gtk-icon-shadow: 0 1px 1px @BUBBLEGUM_700; }

.color-button.slate check, .color-button.slate radio {
  background-color: @SLATE_300;
  -gtk-icon-shadow: 0 1px 1px @SLATE_500; }

.color-button.auto radio {
  background-image: url("assets/color-button-auto.png");
  background-position: -1px -1px;
  background-repeat: no-repeat;
  background-size: calc(100% + 2px); }

.xfce4-panel.panel {
  background-color: #121113;
  text-shadow: none;
  -gtk-icon-shadow: none; }

#tasklist-button {
  color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  border: none;
  background-color: rgba(18, 17, 19, 0); }
  #tasklist-button:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.17); }
  #tasklist-button:checked {
    color: white;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -2px #e78a53; }

.xfce4-panel.panel button.flat:not(.open_group) {
  color: #ffffff;
  border-radius: 0;
  border: none;
  background-color: rgba(18, 17, 19, 0); }
  .xfce4-panel.panel button.flat:hover:not(.open_group) {
    border: none;
    background-color: #2c292e; }
  .xfce4-panel.panel button.flat:active:not(.open_group), .xfce4-panel.panel button.flat:checked:not(.open_group) {
    color: #121113;
    border: none;
    background-color: #e78a53; }
    .xfce4-panel.panel button.flat:active:not(.open_group) label, .xfce4-panel.panel button.flat:active:not(.open_group) image, .xfce4-panel.panel button.flat:checked:not(.open_group) label, .xfce4-panel.panel button.flat:checked:not(.open_group) image {
      color: inherit; }

#whiskermenu-window button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-weight: normal;
  padding: 3px;
  margin: 1px 2px; }
  #whiskermenu-window button:hover, #whiskermenu-window button:checked {
    background-color: #e78a53; }

/* Vala-appmenu-plugin*/
.-vala-panel-appmenu-core scrolledwindow,
.-vala-panel-appmenu-private > menuitem,
.-vala-panel-appmenu-private > menuitem:first-child > label {
  color: #ffffff; }

/********
* Unity *
*********/
/* Unity window border color */
/* Unity window text color */
/* Backdrop Unity window text color */
/* Unity panel color #454D50 */
UnityDecoration {
  background-color: #eeeeee;
  color: #31363D; }
  UnityDecoration .top {
    padding: 0 5px 0 5px;
    border-radius: 4px 4px 0px 0px;
    box-shadow: none;
    border: 1px solid #eeeeee;
    border-bottom-width: 0;
    background-color: #eeeeee;
    color: #31363D;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    UnityDecoration .top:backdrop, UnityDecoration label:backdrop selection.top, label:backdrop UnityDecoration selection.top, UnityDecoration progressbar:backdrop trough.top, progressbar:backdrop UnityDecoration trough.top, UnityDecoration progressbar:backdrop progress.top, progressbar:backdrop UnityDecoration progress.top {
      border-bottom-width: 0;
      color: #1a1d21;
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
    UnityDecoration .top .menuitem {
      color: #31363D; }
      UnityDecoration .top .menuitem:backdrop, UnityDecoration .top label:backdrop selection.menuitem, label:backdrop UnityDecoration .top selection.menuitem, UnityDecoration .top progressbar:backdrop trough.menuitem, progressbar:backdrop UnityDecoration .top trough.menuitem, UnityDecoration .top progressbar:backdrop progress.menuitem, progressbar:backdrop UnityDecoration .top progress.menuitem {
        color: #1a1d21; }

UnityDecoration.left,
UnityDecoration.right {
  background-repeat: repeat-x;
  background-color: #ececec;
  background-size: 1px 120px;
  background-clip: border-box;
  background-image: linear-gradient(to bottom, #eeeeee, #ececec); }

UnityDecoration.bottom {
  background-size: 1px;
  background-repeat: repeat-x;
  background-color: #ececec; }

UnityDecoration.left:backdrop, label:backdrop selection.left, progressbar:backdrop trough.left, progressbar:backdrop progress.left,
UnityDecoration.right:backdrop,
label:backdrop selection.right,
progressbar:backdrop trough.right,
progressbar:backdrop progress.right,
UnityDecoration.bottom:backdrop,
label:backdrop selection.bottom,
progressbar:backdrop trough.bottom,
progressbar:backdrop progress.bottom {
  background-size: 1px;
  background-repeat: repeat-x; }

/**************
* Unity Panel *
***************/
UnityPanelWidget,
.unity-panel {
  background-color: #d5d5d5;
  color: #31363D; }

UnityPanelWidget:backdrop,
.unity-panel:backdrop,
label:backdrop selection.unity-panel,
progressbar:backdrop trough.unity-panel,
progressbar:backdrop progress.unity-panel {
  color: #1a1d21; }

.unity-panel.menuitem,
.unity-panel .menuitem {
  border-width: 0 1px;
  color: #31363D; }

.unity-panel.menubar,
.unity-panel .menubar {
  color: #31363D; }

.unity-panel.menu.menubar,
.unity-panel .menu .menubar {
  background-color: #d5d5d5;
  color: #31363D; }

.unity-panel.menubar:backdrop, label:backdrop selection.menubar, progressbar:backdrop trough.menubar, progressbar:backdrop progress.menubar,
.unity-panel .menubar *:backdrop {
  color: #898889; }

.unity-panel.menubar.menuitem,
.unity-panel.menubar .menuitem {
  padding: 3px 5px;
  border-width: 1px;
  border-style: solid;
  border: none;
  background: none;
  color: #31363D;
  box-shadow: none; }

.unity-panel.menubar.menuitem:hover,
.unity-panel.menubar .menuitem:hover {
  border-radius: 0;
  background-color: #ebebeb;
  color: #31363D;
  box-shadow: none; }

.unity-panel.menubar .menuitem *:hover, .unity-panel.menubar .menuitem button:hover:link,
.unity-panel.menubar .menuitem button:hover:visited {
  color: white;
  box-shadow: none; }

.unity-panel.menubar .menuitem.separator,
.unity-panel.menubar.menuitem.separator {
  border: none;
  color: #2b2b2b; }

/* Force Quit */
SheetStyleDialog.unity-force-quit {
  background-color: #1c1b1d; }

@keyframes playbackmenuitem_spinner {
  to {
    -gtk-icon-transform: rotate(1turn); } }

.menu IdoPlaybackMenuItem.menuitem:active {
  -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
  animation: playbackmenuitem_spinner 1s infinite linear;
  color: #e78a53; }

MsdOsdWindow.background.osd {
  border-radius: 2px;
  border: 1px solid #2b2b2b; }
  MsdOsdWindow.background.osd .progressbar {
    background-color: #e78a53;
    border: none;
    border-color: #e78a53;
    border-radius: 5px; }
  MsdOsdWindow.background.osd .trough {
    background-color: rgba(5, 5, 6, 0.93);
    border: none;
    border-radius: 5px; }

/***********************
 * App-Specific Styles *
 ***********************/
/*********
 * Geary *
 *********/
.geary-titlebar-left .separator,
.geary-titlebar-right .separator {
  opacity: 0; }

ConversationListView .view:active, ConversationListView iconview:active, ConversationListView .view:selected, ConversationListView iconview:selected {
  background-color: #e78a53;
  color: #121113; }
  ConversationListView .view:active:backdrop, ConversationListView .view:selected:backdrop {
    background-color: rgba(231, 138, 83, 0.6);
    color: rgba(18, 17, 19, 0.5); }

ConversationListView .view .cell, ConversationListView iconview .cell {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 0 0 1px 0; }
  ConversationListView .view .cell:selected, ConversationListView iconview .cell:selected {
    color: #121113;
    border: 0px solid #e16c26; }

/***********
 * LightDm *
 ***********/
#panel_window {
  background-color: #121113;
  color: #ffffff;
  font-weight: bold;
  box-shadow: inset 0 -1px black; }
  #panel_window .menubar,
  #panel_window .menubar > .menuitem
menubar,
  #panel_window menubar > menuitem {
    background-color: transparent;
    color: #ffffff;
    font-weight: bold; }
  #panel_window .menubar .menuitem:disabled, #panel_window .menubar label:disabled selection.menuitem, label:disabled #panel_window .menubar selection.menuitem,
  #panel_window menubar menuitem:disabled {
    color: rgba(255, 255, 255, 0.5); }
    #panel_window .menubar .menuitem:disabled GtkLabel, #panel_window .menubar label:disabled selection.menuitem GtkLabel, label:disabled #panel_window .menubar selection.menuitem GtkLabel,
    #panel_window menubar menuitem:disabled GtkLabel {
      color: inherit; }
    #panel_window .menubar .menuitem:disabled label, #panel_window .menubar label:disabled selection.menuitem label, label:disabled #panel_window .menubar selection.menuitem label,
    #panel_window menubar menuitem:disabled label {
      color: inherit; }
  #panel_window .menubar .menu > .menuitem,
  #panel_window menubar menu > menuitem {
    font-weight: normal; }

#login_window,
#shutdown_dialog,
#restart_dialog {
  font-weight: normal;
  border-style: none;
  background-color: transparent;
  color: #ffffff; }

#content_frame {
  padding-bottom: 14px;
  background-color: #121113;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 1px 0 1px; }

#content_frame button {
  font-weight: normal;
  color: #ffffff;
  background-color: #1b1a1c;
  text-shadow: none; }
  #content_frame button:hover {
    color: #ffffff;
    outline-color: rgba(255, 255, 255, 0.3);
    background-color: #1c1b1d;
    text-shadow: none; }
  #content_frame button:active, #content_frame button:checked {
    color: #ffffff;
    outline-color: rgba(255, 255, 255, 0.3);
    background-color: #e78a53;
    text-shadow: none; }
  #content_frame button:disabled {
    color: #d2d2d2;
    border-color: rgba(43, 43, 43, 0.3);
    background-color: #161517;
    text-shadow: none; }

#buttonbox_frame {
  padding-top: 20px;
  padding-bottom: 0px;
  border-style: none;
  background-color: #121113;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 0 1px 1px 1px; }

#buttonbox_frame button {
  color: #ffffff;
  border-color: #2b2b2b;
  background-color: rgba(18, 17, 19, 0.93);
  background-clip: padding-box;
  text-shadow: 0 1px black;
  -gtk-icon-shadow: 0 1px black;
  outline-color: rgba(255, 255, 255, 0.3); }
  #buttonbox_frame button:hover {
    color: white;
    border-color: #2b2b2b;
    background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93));
    background-clip: padding-box;
    text-shadow: 0 1px black;
    -gtk-icon-shadow: 0 1px black;
    outline-color: rgba(255, 255, 255, 0.3); }
  #buttonbox_frame button:active, #buttonbox_frame button:checked {
    color: white;
    border-color: #2b2b2b;
    background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93));
    background-clip: padding-box;
    text-shadow: none;
    -gtk-icon-shadow: none;
    outline-color: rgba(255, 255, 255, 0.3); }
  #buttonbox_frame button:disabled {
    color: #898889;
    border-color: #2b2b2b;
    background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5));
    background-clip: padding-box;
    box-shadow: none;
    text-shadow: none;
    -gtk-icon-shadow: none; }

#login_window #user_combobox {
  color: #ffffff;
  font-size: 13px; }
  #login_window #user_combobox .menu,
  #login_window #user_combobox menu {
    font-weight: normal; }

#user_image {
  padding: 3px;
  border-radius: 2px; }

#greeter_infobar {
  border-bottom-width: 0;
  font-weight: bold; }

.nemo-window .places-treeview .view.cell:hover,
.nemo-window .places-treeview iconview.cell:hover {
  background: rgba(10, 10, 11, 0.7); }

.nemo-window .places-treeview .view.cell:selected,
.nemo-window .places-treeview iconview.cell:selected {
  background: #e78a53;
  color: #121113; }

.nemo-window .sidebar {
  background-color: #121113; }
  .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar .iconview, .nemo-window .sidebar row {
    color: #98abb2;
    background-color: transparent; }

.nemo-window .nemo-window-pane widget.entry {
  background-clip: padding-box;
  min-height: 28px;
  padding: 5px;
  color: #ffffff;
  border: 1px solid #2b2b2b;
  border-radius: 3px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.9), inset 1px 0 rgba(0, 0, 0, 0.96), inset -1px 0 rgba(0, 0, 0, 0.96), inset 0 -1px rgba(0, 0, 0, 0.98), 0 1px rgba(255, 255, 255, 0.6); }
  .nemo-window .nemo-window-pane widget.entry:selected {
    background-color: #e78a53;
    color: #121113; }

.nemo-window toolbar.primary-toolbar {
  margin-bottom: -1px;
  background: #121113; }
  .nemo-window toolbar.primary-toolbar button {
    color: #ffffff;
    border-radius: 6px;
    text-shadow: none;
    box-shadow: none;
    border: 1px solid #2b2b2b;
    background-color: #1c1b1e;
    min-height: 24px;
    padding: 3px; }
    .nemo-window toolbar.primary-toolbar button:hover {
      color: #121113;
      text-shadow: none;
      background-color: rgba(231, 138, 83, 0.7); }
    .nemo-window toolbar.primary-toolbar button:selected, .nemo-window toolbar.primary-toolbar button:active, .nemo-window toolbar.primary-toolbar button:checked {
      color: #121113;
      outline-color: rgba(18, 17, 19, 0.3);
      background-color: #e78a53;
      text-shadow: none; }
      .nemo-window toolbar.primary-toolbar button:selected:backdrop, .nemo-window toolbar.primary-toolbar label:backdrop selection:selected, label:backdrop .nemo-window toolbar.primary-toolbar selection:selected, .nemo-window toolbar.primary-toolbar progressbar:backdrop trough:selected, progressbar:backdrop .nemo-window toolbar.primary-toolbar trough:selected, .nemo-window toolbar.primary-toolbar progressbar:backdrop progress:selected, progressbar:backdrop .nemo-window toolbar.primary-toolbar progress:selected, .nemo-window toolbar.primary-toolbar button:active:backdrop, .nemo-window toolbar.primary-toolbar label:backdrop selection:active, label:backdrop .nemo-window toolbar.primary-toolbar selection:active, .nemo-window toolbar.primary-toolbar progressbar:backdrop trough:active, progressbar:backdrop .nemo-window toolbar.primary-toolbar trough:active, .nemo-window toolbar.primary-toolbar progressbar:backdrop progress:active, progressbar:backdrop .nemo-window toolbar.primary-toolbar progress:active, .nemo-window toolbar.primary-toolbar button:checked:backdrop, .nemo-window toolbar.primary-toolbar label:backdrop selection:checked, label:backdrop .nemo-window toolbar.primary-toolbar selection:checked, .nemo-window toolbar.primary-toolbar progressbar:backdrop trough:checked, progressbar:backdrop .nemo-window toolbar.primary-toolbar trough:checked, .nemo-window toolbar.primary-toolbar progressbar:backdrop progress:checked, progressbar:backdrop .nemo-window toolbar.primary-toolbar progress:checked {
        color: rgba(18, 17, 19, 0.5);
        background-color: rgba(231, 138, 83, 0.6);
        text-shadow: none;
        box-shadow: none; }
    .nemo-window toolbar.primary-toolbar button:backdrop, .nemo-window toolbar.primary-toolbar button:disabled, .nemo-window toolbar.primary-toolbar button:backdrop:disabled {
      color: rgba(255, 255, 255, 0.2);
      background-color: #121113;
      text-shadow: none;
      box-shadow: none; }

.nemo-window .nemo-inactive-pane .view,
.nemo-window .nemo-inactive-pane iconview {
  background-color: #141415; }

/* thunar */
.thunar toolbar {
  background-color: #121113; }

/* buttons in toolbar */
.thunar toolbar.horizontal button image {
  -gtk-icon-transform: scale(0.72); }

scrolledwindow.sidebar treeview.view {
  background: #0d0c0e;
  padding: 1.5px; }

/* path-bar of thunar */
window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button,
.thunar toolbar .path-bar-button {
  color: #ffffff;
  border-radius: 6px;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #2b2b2b;
  background-color: #1c1b1e;
  border-radius: 0;
  border-right: 0.5px solid #2b2b2b;
  box-shadow: none;
  min-height: 20px;
  padding: 3px 4px; }
  window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:first-child,
  .thunar toolbar .path-bar-button:first-child,
  .thunar toolbar combobox.linked button.path-bar-button:nth-child(2):dir(rtl),
  combobox.linked .thunar toolbar button.path-bar-button:nth-child(2):dir(rtl),
  .thunar toolbar .linked:not(.vertical) > combobox:first-child > box > button.path-bar-button.combo,
  .thunar toolbar .linked.vertical > combobox:first-child > box > button.path-bar-button.combo {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:last-child,
  .thunar toolbar .path-bar-button:last-child,
  .thunar toolbar combobox.linked button.path-bar-button:nth-child(2):dir(ltr),
  combobox.linked .thunar toolbar button.path-bar-button:nth-child(2):dir(ltr),
  .thunar toolbar .linked:not(.vertical) > combobox:last-child > box > button.path-bar-button.combo,
  .thunar toolbar .linked.vertical > combobox:last-child > box > button.path-bar-button.combo {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right-style: solid; }
  window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:only-child,
  .thunar toolbar .path-bar-button:only-child,
  .thunar toolbar .linked:not(.vertical) > combobox:only-child > box > button.path-bar-button.combo,
  .thunar toolbar .linked.vertical > combobox:only-child > box > button.path-bar-button.combo {
    border-radius: 4px;
    border-style: solid; }
  window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:hover,
  .thunar toolbar .path-bar-button:hover {
    color: #e78a53; }
  window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:checked,
  .thunar toolbar .path-bar-button:checked {
    color: #fff;
    outline-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(231, 138, 83, 0.7);
    text-shadow: none; }

window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .toggle.path-bar-button:hover,
.thunar toolbar .toggle.path-bar-button:hover {
  color: #fff;
  outline-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(231, 138, 83, 0.7);
  text-shadow: none; }

/* thunar sidepane */
window.thunar paned > scrolledwindow treeview.view:hover, window.thunar paned > scrolledwindow treeview.view:selected {
  background: rgba(231, 138, 83, 0.7);
  color: #121113;
  border-radius: 0;
  box-shadow: none; }

.caja-notebook .entry {
  background: #1c1b1d;
  color: #ffffff; }
  .caja-notebook .entry:selected {
    background: #e78a53;
    color: #121113; }

button.colorpad {
  color: @colorpad_fg_color; }
  button.colorpad, button.colorpad:backdrop, label:backdrop selection.colorpad, progressbar:backdrop trough.colorpad, progressbar:backdrop progress.colorpad, button.colorpad:hover, button.colorpad:hover:backdrop, label:backdrop selection:hover, progressbar:backdrop trough:hover, progressbar:backdrop progress:hover, button.colorpad:active, button.colorpad:active:backdrop, label:backdrop selection:active, progressbar:backdrop trough:active, progressbar:backdrop progress:active, button.colorpad:checked, button.colorpad:checked:backdrop, label:backdrop selection:checked, progressbar:backdrop trough:checked, progressbar:backdrop progress:checked {
    background-color: @colorpad_color; }
  button.colorpad:hover {
    filter: brightness(93%); }
  button.colorpad:active {
    filter: brightness(86%); }
  button.colorpad:checked {
    filter: brightness(100%);
    box-shadow: 0px 0px 0px 1.5px #e78a53, inset 0px -3px 0px 0px @colorpad_fg_color; }

button.colorsetter {
  color: @colorsetter_fg_color; }
  button.colorsetter, button.colorsetter:backdrop, label:backdrop selection.colorsetter, progressbar:backdrop trough.colorsetter, progressbar:backdrop progress.colorsetter, button.colorsetter:hover, button.colorsetter:hover:backdrop, label:backdrop selection:hover, progressbar:backdrop trough:hover, progressbar:backdrop progress:hover, button.colorsetter:active, button.colorsetter:active:backdrop, label:backdrop selection:active, progressbar:backdrop trough:active, progressbar:backdrop progress:active, button.colorsetter:checked, button.colorsetter:checked:backdrop, label:backdrop selection:checked, progressbar:backdrop trough:checked, progressbar:backdrop progress:checked {
    background-color: @colorsetter_color; }
  button.colorsetter:hover {
    filter: brightness(93%); }
  button.colorsetter:active {
    filter: brightness(86%); }
  button.colorsetter:checked {
    filter: brightness(100%); }

.overlay_toolbar, .overlay_toolbar_scrollable {
  background: #29272a;
  padding: 10px; }
