:root {
  --color-background: #000726;
  --color-background-up: #101e5a;
  --color-background-upup: #3DB3DA;
  --color-background-upup-alt: #0C8DE6;
  --color-link: #ffffff;
  --color-button: #2239a0;
  --color-button-hover: #007aff;
  --color-button-alt: #ffffff;
  --color-button-alt-hover: #ffffff;
  --color-button-modify: #ffffff;
  --color-button-modify-hover: #ffffff;
  --color-button-delete: #ffffff;
  --color-button-delete-hover: #ffffff;
  --color-button-duplicate: #ffffff;
  --color-button-duplicate-hover: #ffffff;
  --color-button-submit: #007aff;
  --color-button-submit-hover: #0069db;
  --color-input: #ffffff;
  --color-check: #ffffff;
  --color-check-border: #ffffff;
  --color-check-green: #ffffff;
  --color-check-green-border: #ffffff;
  --color-link: #ffffff;
  --color-title: #ffffff;
  --color-subtitle: #ffffff;
  --color-text: #ffffff;
  --color-table-header-background: #ffffff;
  --color-table-row-background: #ffffff;
  --color-table-row-alt-background: #ffffff;
  --color-table-lines: #ffffff;
  --color-table-text: #ffffff;
  --color-table-cell-hover: #ffffff;
  --color-table-cell-private: #ffffff;
}
input::-webkit-input-placeholder{
  color:#b2c7e3;
}
input:-moz-placeholder {
  color:#b2c7e3;
}

.logged-under input::-webkit-input-placeholder{
  color:#20317a;
}
.logged-under input:-moz-placeholder {
  color:#20317a;
}



/* Applying styles to all selected text within the body */
::selection {
  background-color:#7b24a3; 
  color: #fff; 
}

/* For Mozilla Firefox, you might need to use ::-moz-selection */
::-moz-selection {
  background-color: #7b24a3; 
  color: #fff;
}

.menu-button.color-notfinished{
    background-color: transparent;
    border: 2px solid #3082eb;
}
