:root {
   --header-background: linear-gradient(to left bottom, #f0ab44, #ff9051, #ff7668, #fa6184, #e358a0);
   --header-admin-background: linear-gradient(to right top, #4e43c9, #0072e6, #0097f0, #00b7ef, #5cd4eb);
   --header-color: rgba(255, 255, 255, .9);
   --setting-category-color: #2d2e30;
   --wrapper-background: white;
   --body-background: #f2f2f2; 

   --nav-background: #fff;

   --border-color: #e3e3e3;

   --text-color-light: #696970;
   --text-color-lighter: #7d7d85;

   --link-color: #575a61;
   --link-background: #f7f9fc;
   --link-hover-background: #dcdfe6;

   --signout-color: #e63939;

   --input-border-normal: #a8abb5;
   --input-border-selected: #1487dd;
   --input-background-disabled: #edeff5;

   --button-color: #f0f6fa;
   --button-background: #1487dd;
   --button-background-hover: #0e79c9;
   --button-background-focus: #096db8;

   --danger-button-color: #e8dfdf;
   --danger-button-background: #eb3a31;
   --danger-button-background-hover: #cf281f;
   --danger-button-background-focus: #ba1f16;

   --box-error-background: #d92727;
   --box-error-color: #f2e6e6;

   --box-success-background: #1cad32;
   --box-success-color: #e9f0ea;

   --box-notice-background: #2686d4;
   --box-notice-color: #edf1f5;

   --google-button-background: white;
   --google-button-border: var(--border-color);
   --google-button-color: var(--setting-category-color);
   --google-button-hover-background: var(--link-hover-background);

   --facebook-button-background: #1778F2;
   --facebook-button-border: #1778F2;
   --facebook-button-color: white;
   --facebook-button-hover-background: #0050CB;

   --table-head-background: #0072e6;
   --table-head-color: #eaeefc;

   --table-cell-even-background: #ececec;
   --table-cell-odd-background: #fff;

   --broken-image-background: #c7ccd6;

   --modal-background-background: rgba(0, 0, 0, .5);
   --modal-content-background: #EFEFEF;

   --status-error: #cf3838;
   --status-requested: #fcb900;
   --status-pending: #fcb900;
   --status-completed: #0cb336;

   --grid-header-background: #ebe9e6;
   --grid-header-color: #6e6b68;

   --admin-tabs-border-color: #0072e6;
}