.theme1 * {
  color: var(--theme1-text-color);
}

.theme1 .blur *,
.theme1 .navigatorHeader * {
  color: #ffffff !important;
}

body.theme1 {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
  background: var(--theme1-app-background-color);
}

.theme1 .blur {
  background: var(--theme1-wrapper-background-color);
}

.theme1 .blur:not(.main, .yellow) {
  box-shadow: 0 0 var(--gap) var(--theme1-border-color);
}

.theme1 .wbg {
  background: var(--theme1-wrapper-background-color);
}

.theme1 .app {
  background: var(--theme1-app-background-color);
}

.theme1 .navigatorHeader {
  background: var(--theme1-wrapper-background-color);
  box-shadow: 0 0 var(--gap) var(--theme1-border-color);
}

.theme1 .sideBar {
  background: var(--theme1-wrapper-background-color);
  box-shadow: 0 0 var(--gap) var(--theme1-border-color);
}

.theme1 .preview {
  box-shadow: 0 0 var(--gap) var(--theme1-border-color);
}

.theme1 .preview .overlay {
  background: #000000c0;
  box-shadow: 0 0 var(--gap) var(--theme1-border-color);
}

.theme1 .preview .overlay h3 {
  background: var(--theme1-app-background-color);
  color: var(--theme1-text-color);
}

.theme1 #footerButtons {
  background: var(--theme1-app-background-color);
  box-shadow: 0 0 var(--gap) var(--theme1-border-color);
}

.theme1 .button {
  color: #ffffff !important;
  background: var(--theme1-wrapper-background-color);
}

.theme1 .input {
  background: var(--theme1-wrapper-background-color);
}

.theme1 .select2-container--default .select2-results__option--selected {
  background: var(--theme1-wrapper-background-color);
}

.theme1 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--theme1-text-color);
}

.theme1 .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--theme1-text-color);
}

.theme1 .select2-dropdown {
  background: var(--theme1-app-background-color);
  color: var(--theme1-text-color);
  border: 1px solid var(--theme1-border-color);
  border-radius: var(--gap);
  box-shadow: 0 0 var(--gap) var(--theme1-border-color);
}

.theme1 .select2-container .select2-selection--single {
  background: var(--theme1-wrapper-background-color);
}

.theme1 .wrapper {
  background: var(--theme1-wrapper-background-color);
}

.theme1 .blur .input {
  background: var(--theme1-wrapper-background-color);
}

.theme1 .item {
  background: #222222;
  border: 1px solid #333333;
}

.theme1 .item.selected,
.theme1 .item:hover {
  background: #333333;
  border: 1px solid #444444;
}

.theme1 .resourceHeader tr td {
  border-bottom: 1px solid var(--theme1-border-color);
}

.theme1 .resourceHeader tr td:first-child {
  border-left: 1px solid var(--theme1-border-color);
}

.theme1 .resourceData tr td:first-child {
  border-left: 1px solid var(--theme1-border-color);
}

.theme1 .resourceData tr td {
  border-bottom: 1px solid var(--theme1-border-color);
}

.theme1 .resourceData:nth-child(even) tr td:not(:first-child) {
  background: var(--theme1-wrapper-background-color);
}

.theme1 .dashboard-table tr:nth-child(odd) th,
.theme1 .dashboard-table tr:nth-child(odd) td,
.theme1 .resourceHeader {
  background: var(--theme1-wrapper-background-color);
}

.theme1 .card {
  background: #333333;
  border: 1px solid #444444;
}

.theme1 hr {
  border-top: 1px solid var(--theme1-border-color);
}

.theme1 .alertify .ajs-header,
.theme1 .alertify .ajs-footer,
.theme1 .alertify .ajs-dialog {
  background-color: transparent;
}

.theme1 .alertify .ajs-dialog {
  background: var(--theme1-app-background-color);
  box-shadow: 0 0 var(--gap) var(--theme1-border-color);
}

.theme1 .ui-widget-content {
  border-color: var(--theme1-app-background-color);
  background: var(--theme1-app-background-color);
  color: var(--theme1-text-color);
}

.theme1 .ui-widget-content a {
  color: var(--theme1-text-color);
}

.theme1 .spinner {
  border: 4px solid #55555510;
  border-left-color: #555555;
}

.theme1 .reminderCard,
.theme1 .employeeCard {
  background: var(--theme1-wrapper-background-color);
  box-shadow: 0 0 var(--gap) var(--theme1-border-color);
}

.theme1 ::-webkit-scrollbar-track {
  background: var(--theme1-wrapper-background-color);
}

.theme1 ::-webkit-scrollbar-thumb {
  background: var(--theme1-main-color);
}

.theme1 a {
  color: var(--theme1-main-color) !important;
}

.theme1 .priceDot {
  color: var(--theme1-main-color);
}

.theme1 .button.main {
  background: var(--theme1-wrapper-background-color);
  color: white !important;
}

.theme1 .button.secondary {
  color: var(--theme1-main-color) !important;
  border: 2px solid var(--theme1-main-color) !important;
}

.theme1 .input {
  caret-color: var(--theme1-main-color);
  background: var(--theme1-wrapper-background-color);
  border-bottom: 2px solid var(--theme1-main-color);
}

.theme1 .select2-container .select2-selection--single,
.theme1 .select2-search__field {
  caret-color: var(--theme1-main-color);
  background: var(--theme1-wrapper-background-color);
  border-bottom: 2px solid var(--theme1-main-color);
}

.theme1 .input:focus {
  box-shadow: 0 0 0 2px var(--theme1-main-color) a0;
}

.theme1 #function img {
  box-shadow: 0 0 var(--gap) var(--theme1-main-color);
}
