:root {
  --main-background: #141414;
  --secondary-background: #1B1B1B;
  --light-black: #1D1D1D;
  --dark-red-gradient-start: #251B1F;
  --light-background: #212121;
  --primary-border: #2D2D2D;
  --secondary-text: #586067;
  --dark-red: #56212B;
  --primary-red: #FA2973;
  --light-red: #FC4F75;
  --primary-text: #afbabf;
  --light-gray: #E3E4E5;
  --primary-white: #ffffff;
  --white: #ffffff;
}

[data-theme=dark] {
  --main-background: #ffffff;
  --secondary-background: #f5f5f5;
  --light-black: #E2E0E0;
  --dark-red-gradient-start: #251B1F;
  --light-background: #EAEAEA;
  --primary-border: #D0D0D0;
  --secondary-text: #586067;
  --dark-red: #56212B;
  --primary-red: #FA2973;
  --light-red: #FC4F75;
  --primary-text: #5D5D5D;
  --light-gray: #5F5F5F;
  --primary-white: #333333;
  --white: #33333;
}

.react-select-container {
  height: 47px;
}

.react-select-container div.react-select__control {
  height: 47px;
  border: 1px solid var(--primary-border);
  border-radius: 100px;
  background: var(--light-background);
  color: var(--primary-text);
}

.react-select-container div.react-select__control .react-select__single-value {
  color: var(--primary-text);
}

.react-select__indicator-separator {
  display: none;
}

.react-select-container .react-select__menu {
  border: 1px solid var(--primary-border);
  border-radius: 24px;
  background: var(--light-background);
  color: var(--primary-text);
  overflow: hidden;
}

.react-select__option:hover {
  background: var(--main-background);
  color: var(--primary-text);
}

.react-select__option.react-select__option--is-selected {
  color: var(--primary-red);
  background: transparent;
}

.react-select__option.react-select__option--is-focused {
  background: var(--main-background);
}

.react-select__control--is-focused {
  box-shadow: none !important;
  border-color: var(--dark-red);
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 0;
  background: var(--light-black);
  color: var(--primary-text);
  border: 1px solid var(--primary-border);
  border-radius: 24px;
}
.bootstrap-datetimepicker-widget.dropdown-menu thead tr:first-child {
  background: var(--light-background);
  height: 60px;
}
.bootstrap-datetimepicker-widget.dropdown-menu thead tr:first-child th {
  line-height: 60px;
  border-bottom: 1px solid var(--primary-border);
}
.bootstrap-datetimepicker-widget.dropdown-menu thead tr:first-child .picker-switch {
  color: var(--primary-red);
}
.bootstrap-datetimepicker-widget.dropdown-menu thead th {
  border: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu td {
  border: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu td.disabled {
  color: var(--secondary-text);
}
.bootstrap-datetimepicker-widget.dropdown-menu th.dow {
  color: var(--primary-red);
}
.bootstrap-datetimepicker-widget.dropdown-menu .day.active {
  color: var(--primary-white);
  background: var(--primary-red);
  border-radius: 100px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.bootstrap-datetimepicker-widget.dropdown-menu .day:hover {
  border-radius: 100px;
}
.bootstrap-datetimepicker-widget.dropdown-menu td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td.today::before {
  border-bottom-color: var(--primary-red);
}
.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch td span {
  color: var(--primary-red);
}

.select2-container {
  color: var(--primary-text);
  outline: none !important;
}
.select2-container .select2-selection--single {
  height: 47px;
  border-color: var(--primary-border);
  border-radius: 24px;
  background: var(--light-background);
  outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--primary-text);
  line-height: 47px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 24px;
  padding-right: 24px;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px;
  position: absolute;
  top: 1px;
  right: 5px;
  width: 20px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background: var(--secondary-background);
}

.select2-dropdown {
  background-color: var(--light-background);
  border: 1px solid var(--primary-border);
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: var(--light-background);
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px var(--light-background), 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: var(--light-background);
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px var(--light-background);
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: var(--primary-red);
  color: #ffffff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: var(--light-background);
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 1px var(--light-background), 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: var(--primary-text);
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: var(--light-background);
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: var(--light-background);
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: var(--light-background);
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: var(--light-background);
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: var(--light-background);
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body {
  background-color: var(--main-background);
  color: var(--primary-text);
}

a {
  color: var(--primary-red);
}

#orderType {
  z-index: 90;
}

.wrapper {
  display: flex;
  width: 100%;
}

#login-container {
  background: var(--light-background);
}

#logo {
  color: var(--primary-white);
  text-align: center;
}
#logo .cls-1 {
  fill: var(--white);
}
#logo .cls-2 {
  fill: url(#linear-gradient);
}
#logo .cls-3 {
  fill: url(#linear-gradient-2);
}

#content {
  width: calc(100% - 250px);
  padding: 15px;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 0;
}

#content.active {
  width: 100%;
}

body::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary-text);
  border: 0;
  width: 5px;
  border-radius: 1.25em;
}

#sidebar::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

#sidebar::-webkit-scrollbar-thumb {
  background-color: var(--primary-text);
  border: 0;
  width: 5px;
  border-radius: 1.25em;
}

#jobList::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

#jobList::-webkit-scrollbar-thumb {
  background-color: var(--primary-text);
  border: 0;
  width: 5px;
  border-radius: 1.25em;
}

#jobForm::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

#jobForm::-webkit-scrollbar-thumb {
  background-color: var(--primary-text);
  border: 0;
  width: 5px;
  border-radius: 1.25em;
}

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  background: var(--secondary-background);
  transition: all 0.3s;
  overflow-y: scroll;
  scrollbar-color: var(--primary-red);
  /* don't forget to add all the previously mentioned styles here too */
  transition: all 0.3s;
}
#sidebar a[data-toggle=collapse] {
  position: relative;
}
#sidebar .dropdown-toggle::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#sidebar .dropdown-toggle::after {
  float: right;
  margin-top: 8px;
  -webkit-transform: rotate(180deg) !important;
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg) !important;
  /* FF */
  -o-transform: rotate(180deg) !important;
  /* Opera */
  -ms-transform: rotate(180deg) !important;
  /* IE9 */
  transform: rotate(180deg) !important;
  /* W3C compliant browsers */
}
#sidebar .dropdown-toggle.collapsed::after {
  -webkit-transform: rotate(0deg) !important;
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(0deg) !important;
  /* FF */
  -o-transform: rotate(0deg) !important;
  /* Opera */
  -ms-transform: rotate(0deg) !important;
  /* IE9 */
  transform: rotate(0deg) !important;
  /* W3C compliant browsers */
}
#sidebar .sidebar-header {
  padding: 10px 20px;
  /*background: #505156;*/
}
#sidebar ul.components {
  padding: 0px 0 20px 0;
}
#sidebar ul > li a {
  border-bottom: 0;
  border-left: 4px solid var(--secondary-background);
}
#sidebar ul > li.active a {
  color: var(--primary-red);
  background: linear-gradient(90deg, rgba(73, 31, 45, 0.24) 0%, rgba(255, 38, 116, 0.1) 0%, rgba(255, 38, 116, 0.1) 10%, rgba(249, 38, 114, 0.05) 23%, rgba(255, 38, 116, 0) 100%);
  border-left: 4px solid var(--primary-red);
  border-bottom: 0;
}
#sidebar ul p {
  color: var(--white);
  padding: 10px;
}
#sidebar ul li a {
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
  display: block;
  color: var(--primary-text);
  text-decoration: none;
}
#sidebar ul li a:hover {
  color: var(--primary-red);
  text-decoration: none;
}
#sidebar #all-clients {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#sidebar #all-clients a {
  border-left: 0px;
}
#sidebar #all-clients > li.client-menu-pos > a {
  font-size: 14px;
}
#sidebar #all-clients > li.client-menu-pos > a.dropdown-toggle::after {
  float: right;
  margin-top: 12px;
}
#sidebar #all-clients .client-menu-pos {
  cursor: pointer;
}
#sidebar #all-clients li.client-menu-pos a {
  color: var(--primary-text);
  background: transparent;
  display: block;
}
#sidebar #all-clients li.client-menu-pos a:hover {
  color: var(--primary-red);
}
#sidebar #all-clients li.client-menu-pos li.active a {
  color: var(--white);
  background: var(--primary-border);
}
#sidebar #all-clients li.client-menu-pos li.active a .list-dot {
  background: var(--primary-text);
}
#sidebar #all-clients a.add-user-to-client-menu {
  width: 30px;
  height: 30px;
  border-radius: 1000px;
  overflow: hidden;
  float: left;
  margin: 3px;
  border: 1px solid var(--primary-border);
  color: var(--primary-text);
  line-height: 26px;
  font-size: 18px !important;
  text-decoration: none;
  text-align: center;
  padding: 0 !important;
  font-weight: 300;
}
#sidebar li.active > a, #sidebar #all-clients a[aria-expanded=true] {
  border-bottom: 1px solid var(--primary-border);
}
#sidebar li.active > a .client-menu-ico, #sidebar #all-clients a[aria-expanded=true] .client-menu-ico {
  width: 20px;
  margin-left: 0;
}
#sidebar ul ul a {
  font-size: 0.8em !important;
  padding-left: 10px !important;
  background: var(--secondary-background);
  display: block;
}

#sidebar.active {
  margin-left: -250px;
}

.client-menu-ico {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: inline-block;
  margin-right: 15px;
  margin-left: 12px;
  transition: all 1s;
}

#settings-menu-list-link > a:hover .cls-1 {
  fill: var(--primary-red);
  stroke: var(--primary-red);
  stroke-width: 0.2px;
}

.card {
  background: var(--secondary-background);
}

.clients-menu-list-link > a:hover .cls-1 {
  fill: var(--primary-red);
  stroke: var(--primary-red);
  stroke-width: 0.2px;
}

.home-menu-link > a:hover .cls-1 {
  fill: var(--primary-red);
}

#settings-menu-list-link .clients-menu-link.active a .cls-1, #settings-menu-list-link .clients-menu-link a:hover .cls-1 {
  fill: var(--primary-red);
  stroke: var(--primary-red);
  stroke-width: 0.2px;
}

.container {
  max-width: 100%;
}

footer {
  margin-top: 50px;
}

#loader {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-image: url(/img/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  display: none;
}

#loader.open {
  opacity: 1;
  display: block;
}

.react-autosuggest__container {
  position: relative;
}

#col-date-wrapper {
  min-width: 210px;
}

.react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 10px 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid var(--light-gray);
  border-radius: 4px;
  -webkit-appearance: none;
}

.react-autosuggest__input--focused {
  outline: none;
}

.react-autosuggest__input::-ms-clear {
  display: none;
}

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
  display: none;
}

.react-autosuggest__suggestions-container--open {
  display: block;
  position: relative;
  top: -1px;
  width: 280px;
  border: 1px solid #aaa;
  background-color: var(--white);
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
}

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px;
}

.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}

.selectedBox {
  background: var(--primary-text);
  margin: 10px 0;
  padding: 10px;
}

.SelectedClient {
  max-width: 320px;
  padding: 10px;
  height: 60px;
  background: var(--secondary-background);
  margin-bottom: 5px;
  position: relative;
}

.removeClient {
  position: absolute;
  top: -5px;
  right: -5px;
  display: none;
}

.SelectedClient:hover {
  background: var(--light-background);
}

.SelectedClient:hover .removeClient {
  display: block;
}

.removeClient {
  margin-left: 10px;
}

.userIcon {
  width: 30px;
  height: 30px;
  float: left;
  background: var(--primary-red);
  color: var(--white);
  text-align: center;
  line-height: 27px;
  font-weight: 300;
  font-size: 12px;
  border: 1px solid var(--primary-border);
}
.userIcon img {
  display: block;
  width: 100%;
  border-radius: 1000px;
}

#followers-list {
  float: left;
  height: 67px;
}

#job-selected-users {
  padding-top: 20px;
  position: relative;
  line-height: 100%;
  height: 67px;
}

.removeFollower {
  background: var(--primary-border);
  width: 24px;
  height: 24px;
  border-radius: 1000px;
  display: block;
  border: 0;
  color: var(--primary-white);
  font-size: 12px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

.removeFollower:hover {
  background: var(--primary-red);
}

.userIcon .removeFollower {
  display: none;
}

.userIcon:hover {
  cursor: default;
}

.userIcon:hover .removeFollower {
  display: block;
}

.userIconWithOptions {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  float: left;
  border-radius: 1000px;
  margin-right: 5px;
  background: var(--light-background);
}
.userIconWithOptions .userIconWithOptions-inner {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--light-background);
  border: 1px solid var(--primary-border);
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.userIconWithOptions .userIconWithOptions-ico {
  width: 30px;
  height: 30px;
  border-radius: 1000px;
  overflow: hidden;
  line-height: 100%;
  float: left;
}
.userIconWithOptions .userIconWithOptions-txt {
  line-height: 30px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--primary-text);
  float: left;
  display: block;
}
.userIconWithOptions img {
  width: 100%;
  line-height: 100%;
}

.user-ico-initials {
  text-align: center;
  font-size: 12px;
  width: 28px;
  height: 28px;
  float: left;
  line-height: 27px;
  text-align: center;
  font-weight: 300;
  background: var(--primary-red);
  display: block;
  color: #ffffff;
  border-radius: 1000px;
}

.userIconWithOptions-inner:hover {
  position: absolute;
  overflow: hidden;
  background: var(--light-background);
  border: 1px solid var(--primary-red);
  width: auto !important;
  height: 30px;
}

#add-job-user {
  width: 30px;
  height: 30px;
  display: inline-block;
  float: none !important;
  background: var(--light-black);
  color: #969FA5;
  text-align: center;
  line-height: 27px;
  font-weight: 300;
  font-size: 12px;
  border: 1px solid var(--secondary-border);
  padding: 0;
}

#add-job-user:hover {
  background: var(--light-gray);
}

.userDetails {
  width: calc(100% - 50px);
  float: left;
  margin-left: 10px;
  line-height: 100%;
}

.userDetails span {
  display: block;
}

.userName {
  margin-bottom: 5px;
}

.userEmail {
  font-size: 12px;
}

#autosuggest-wrapper-agency {
  margin-bottom: 20px;
}

label.error {
  background: var(--primary-red);
  color: var(--white);
  padding: 4px;
}

.client-menu-pos {
  /*background: #415472;*/
}

.client-menu-pos:hover {
  /*background: #dcdada;*/
}

.hidden-panel {
  display: none;
}

.hidden-panel.open {
  display: block;
}

/* jobs */
#jobList {
  overflow-y: scroll;
  scrollbar-color: var(--primary-red);
  background: var(--light-black);
  width: 100%;
  float: left;
}

#job-list-wrapper {
  width: 100%;
  position: relative;
}

.jobPosition {
  background: var(--secondary-background);
  float: left;
  width: 100%;
  padding: 0;
  height: 67px;
  border-bottom: 1px solid var(--primary-border);
}

#job-list-wrapper .jobPosition {
  margin-bottom: 1px;
}

#job-list-wrapper .jobPosition:last-child {
  border-bottom: none;
}

#jobFormWrapper {
  display: none;
}

#jobFormWrapper.active {
  display: block;
}

#job-scroll-wrapper {
  color: var(--primary-text);
  overflow-y: scroll;
  scrollbar-color: var(--primary-red);
  overflow-x: hidden;
}

#jobForm {
  background: var(--secondary-background);
  height: auto;
}

.position-form-name {
  width: 100%;
  margin-top: 10px;
}

.position-form-name:focus {
  border: 1px solid var(--primary-border) !important;
}

.jobStatusBtn .position-form-name {
  width: calc(100% - 10px);
  border: 0;
  background: transparent;
  color: var(--primary-text);
}

#job-form-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}

#job-form-users-modal {
  background: var(--light-background);
  position: absolute;
  top: 10%;
  width: 300px;
  margin-left: -150px;
  min-height: 100px;
  left: 50%;
  border-radius: 10px;
  padding: 10px;
  z-index: 901;
}

#job-form-modal-title {
  float: left;
}

.userPosInModal {
  float: left;
  clear: both;
  margin-bottom: 5px;
  border-radius: 6px;
  height: 40px;
  padding: 5px;
  width: 100%;
}

.userPosInModal:hover {
  background: var(--primary-text);
}

#job-form-users-list .SelectedClient:hover {
  cursor: pointer;
}

#job-selected-users .userIcon {
  position: relative;
  margin-right: 3px;
}

#job-selected-users .userIcon:hover .removeClient {
  display: block;
}

.job-title-form {
  font-size: 20px;
}

.jobPosition.noButton {
  cursor: pointer;
}

.jobPosition.noButton:hover {
  background-color: var(--primary-red);
}

.jobPosition.active {
  background: var(--light-background);
}

#job-form-wrapper {
  background: var(--secondary-background);
}

#job-form-chat-and-followers {
  background-color: var(--light-black);
}

#job-form-message-icon-wrapper {
  width: 40px;
}

#job-form-message-text-wrapper {
  width: calc(100%);
}
#job-form-message-text-wrapper textarea.form-control {
  border-top-left-radius: 0px;
}

.job-comment-pos {
  background: var(--light-background);
  border-radius: 24px;
  border-top-left-radius: 0px;
  padding: 14px 24px;
  margin-bottom: 20px;
}

.job-comment-pos p {
  color: var(--primary-text);
}

.job-comment-date {
  font-size: 10px;
  color: var(--secondary-text);
}

.job-name-label {
  height: 47px;
  line-height: 51px;
  color: var(--secondary-text);
  padding: 0.375rem 0.75rem;
}

.job-auth:hover .job-name-label {
  cursor: pointer;
}

.job-closed .job-client-name-col {
  opacity: 0.7;
}
.job-closed .job-hours-col {
  opacity: 0.7;
}
.job-closed .job-date-col {
  opacity: 0.7;
}

.empty-hours > .btn.btn-light {
  background: var(--light-red);
}

.client-menu-pos .inactive {
  display: none;
}

.show-inactive-btn-wrapper {
  padding: 5px 5px 15px 5px;
  text-align: center;
  width: 100%;
  background: var(--secondary-background);
}

.show-inactive-btn {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  /*border is optional*/
  cursor: pointer;
  font-size: 12px;
  color: var(--primary-red);
}

.show-inactive-btn:hover {
  color: var(--light-gray);
}

.client-menu-pos > span {
  display: inline-block;
  width: 100%;
}

.client-menu-pos a.float-right {
  width: 45px;
  height: 45px;
  text-align: center;
}

.client-menu-pos a.float-right i {
  font-weight: normal;
  color: var(--light-gray);
  font-size: 1rem;
}

.client-menu-pos a:hover.float-right i {
  color: var(--primary-red);
}

.client-menu-pos a.dropdown-toggle {
  width: calc(100%);
  font-size: 13px !important;
  height: 45px;
  line-height: 25px;
}

th.report-extended-bg {
  background: #C30F0F !important;
}

.report-extended-bg {
  background: #FF7474;
}

.table-success .report-extended-bg-dark {
  background: #df4444;
}

.ext-changed {
  background: #e3d938 !important;
}

.help-block.error {
  padding: 4px;
  background: #f35c54;
  color: var(--white);
  display: inline-block;
}

#login-container {
  max-width: 360px;
  margin: 100px auto 0 auto;
}

#login-container label {
  font-size: 0.8rem;
}

#password-remind-info {
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  #dashboard-card-deck .card {
    min-height: 480px;
  }
}
#sidebarCollapse {
  float: left;
}

#page-title {
  font-size: 24px;
  display: inline-block;
  margin-left: 20px;
  color: var(--primary-text);
  overflow: hidden;
  word-break: break-all;
  width: calc(100% - 40px - 20px);
}

.siderbar-sublist {
  list-style-type: disc;
}

.sublist li {
  list-style: square;
  font-size: 11px;
}

.eac-category {
  color: #999999;
}

.eac-item {
  color: #333333;
}

.subcontent {
  color: #666666;
  font-size: 12px;
}

.client-menu-pos.unassigned {
  display: none;
}

#job-buttons > div.dropdown {
  display: inline-block;
}

#project-form-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#project-form-users-modal {
  background: var(--white);
  position: absolute;
  top: 10%;
  width: 300px;
  margin-left: -150px;
  min-height: 100px;
  left: 50%;
  border-radius: 10px;
  padding: 10px;
}

#project-form-modal-title {
  float: left;
}

.project-position-im {
  padding: 5px;
  margin-bottom: 2px;
}

.project-position-im:hover {
  background: #ededed;
  cursor: pointer;
}

.date-with-clear-container {
  position: relative;
}

.datetimepicker-with-clear {
  padding-right: 30px;
}

.btn-date-clear {
  position: absolute;
  top: 4px;
  right: 20px;
}

#main-search-input {
  border: 0;
  background: transparent;
  color: var(--primary-text);
  height: 38px;
  box-shadow: none !important;
  border-radius: 38px;
}

#main-search-input:focus {
  background: var(--main-background);
}

.btn-primary {
  color: #ffffff;
  background-color: var(--primary-red);
  border-color: var(--primary-red);
}

.form-control {
  border-radius: 24px;
  background: transparent;
  color: var(--primary-text);
  border-color: var(--primary-border);
}

.form-control:focus {
  border-color: var(--primary-border);
  color: var(--primary-text) !important;
}

.nav-tabs {
  border: 0;
}

.nav-tabs .nav-link {
  border: 0;
  color: var(--secondary-text);
  margin-top: 2px;
  border-radius: 0;
}

.nav-tabs .nav-link.active {
  margin-top: 0px;
  background: transparent;
  color: var(--primary-red);
  border-top: var(--primary-red) 2px solid;
}

#job-list-header {
  float: left;
  width: 100%;
  height: 67px;
  background-color: var(--light-background);
  border-bottom: 1px solid var(--primary-border);
}

.job-th-col {
  line-height: 67px;
  font-size: 13px;
  color: var(--secondary-text);
}

.job-name-col {
  height: 65px;
  float: left;
}

.job-actions-col {
  float: left;
  width: 50px;
  height: 100%;
  text-align: center;
}
.job-actions-col .dropdown-toggle {
  color: var(--primary-text);
}
.job-actions-col .dropdown-toggle::after {
  display: none;
}
.job-actions-col .btn-group {
  margin-top: 14px;
}

.job-date-col {
  width: 120px;
  float: left;
  text-align: center;
  height: 65px;
  line-height: 65px;
  position: relative;
  font-size: 14px;
}
.job-date-col .badge.badge-danger {
  position: absolute;
  bottom: 3px;
  left: 0;
}

.job-hours-col {
  float: left;
  text-align: center;
  height: 65px;
  line-height: 65px;
  position: relative;
  font-size: 14px;
  width: 60px;
}

.job-client-name-col {
  width: 200px;
  float: left;
  height: 65px;
  line-height: 65px;
  font-size: 14px;
}
.job-client-name-col img {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  margin-top: -2px;
}

.home-menu-link svg {
  margin-top: -4px;
}
.home-menu-link svg .cls-1 {
  fill: #9BA4AA;
}

.home-menu-link.active svg .cls-1 {
  fill: #fc3978;
}

.my-jobs-menu-link svg .cls-1 {
  fill: #9BA4AA;
}

.my-jobs-menu-link.active svg .cls-1, .my-jobs-menu-link:hover svg .cls-1 {
  fill: var(--primary-red);
}

.clients-menu-link svg .cls-1 {
  fill: #97a4aa;
  stroke: #8da1a6;
  stroke-width: 0.2px;
}

.clients-menu-list-link svg .cls-1 {
  fill: #97a4aa;
  stroke: #8da1a6;
  stroke-width: 0.2px;
}

.clients-menu-link.active svg .cls-1 {
  fill: #97a4aa;
  stroke: #8da1a6;
  stroke-width: 0.2px;
}

.clients-menu-list-link.active svg .cls-1 {
  fill: var(--primary-red);
  stroke: var(--primary-red);
  stroke-width: 0.2px;
}

.no-projects {
  font-size: 12px;
  text-align: center;
  padding: 4px;
  opacity: 0.6;
  display: block;
}

.btn-outline-primary {
  color: var(--primary-red);
  background-color: transparent;
  border-color: var(--primary-red);
}

.btn-outline-primary:hover {
  color: var(--white);
  background-color: var(--primary-red);
  border-color: var(--primary-red);
}

.step-input {
  height: 100%;
  width: 35px;
  text-align: center;
  display: block;
  color: #586067;
  background: var(--secondary-background);
  border: 0;
  float: left;
  cursor: pointer;
  padding: 0;
}

.step-input:hover {
  color: var(--primary-red);
}

.form-control {
  padding-top: 0;
  padding-bottom: 0;
  height: 47px;
  font-size: 14px;
}

.form-control:focus {
  background: var(--light-background);
  border-color: var(--primary-border);
  outline: none !important;
  box-shadow: none;
}

.step-input-container {
  border: 1px solid var(--primary-border);
  height: 47px;
  border-radius: 1000px;
  width: 100%;
  overflow: hidden;
  padding-right: 10px;
}
.step-input-container input.form-control {
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  float: left;
  width: calc(100% - 70px);
  background: var(--light-background);
  text-align: center;
}

#jobPanelWrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}

#jobPanelContainer {
  width: 100%;
  height: 100%;
}

#jobs-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--light-black);
  text-align: center;
}
#jobs-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
}

#order-type-label .cls-1 {
  fill: var(--primary-red);
}

.col-form-label {
  float: left;
  height: 47px;
  width: 32px;
  text-align: center;
}
.col-form-label .userIcon {
  float: none;
  display: inline-block;
}

.btn-light {
  color: var(--primary-red);
  background-color: var(--secondary-background);
  border-color: var(--primary-red);
}

.btn-toolbar:hover {
  opacity: 0.7;
}

#settings-menu-list-link .cls-1 {
  fill: #99a4ac;
}

#sidebar ul #all-clients a.add-project-menu {
  padding: 5px !important;
  padding-left: 5px !important;
  width: 150px;
  margin: 0 auto 10px auto;
  border: 1px solid var(--primary-red);
}

.btn-outline-primary:hover {
  border-cololor: var(--primary-border);
}

.sidebar-project-list {
  list-style-type: none;
  padding-left: 0px;
  border-bottom: 1px solid var(--primary-border);
  padding-bottom: 5px;
}
.sidebar-project-list .list-dot {
  width: 6px;
  height: 6px;
  border-radius: 8px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px;
  transition: all 1s;
  background: #36393B;
}

.unstyled-li {
  margin-left: -30px;
  list-style-type: none;
}

#settings-list {
  list-style-type: none;
  margin-left: -30px;
}

#search-wrapper {
  width: 200px;
  float: left;
}

#app-header {
  background: var(--light-black);
  padding-top: 15px;
  padding-bottom: 15px;
  height: 68px;
}

.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.noty_theme__bootstrap-v4.noty_bar .noty_body {
  padding: 0.75rem 1.25rem;
}

.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 var(--white);
  filter: alpha(opacity=20);
  opacity: 0.5;
  background: transparent;
}

.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.75;
}

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: var(--white);
  color: inherit;
}

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}

.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

#upload-import-dropzone {
  border: dashed 1px #666666;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 20px;
}

#upload-progress-wrapper {
  display: none;
}

#loaded-file {
  display: none;
}

#uploaded-client-image img {
  width: 100px;
  max-height: 100px;
}

#delete-client-image {
  display: none;
}

.fa-icon-label {
  color: var(--primary-red);
  font-size: 20px;
}

#job-list-col {
  float: left;
  width: calc(100% - 690px - 15px);
  margin-right: 15px;
}
#job-list-col .job-name-col {
  width: calc(100% - 60px - 50px - 120px);
}

#job-list-col.full-list .job-name-col {
  width: calc(100% - 120px - 50px - 200px - 60px);
}

#job-form-col {
  float: left;
  width: 690px;
}

hr {
  border-top-color: var(--primary-border);
}

#main-container {
  padding-left: 0;
  padding-right: 0;
}

#uploaded-user-image img {
  width: 100px;
  max-height: 100px;
}

#delete-user-image {
  display: none;
}

#user-menu-dropdown {
  width: 50px;
  float: right;
}

#user-menu-dropdown-link {
  display: inline-block;
  height: 30px;
  margin-top: 4px;
  text-decoration: none;
}

.dropdown-menu-dark {
  background: var(--main-background);
  color: var(--secondary-text);
}
.dropdown-menu-dark a {
  color: var(--primary-text);
}
.dropdown-menu-dark a:hover {
  color: var(--primary-red);
  background: var(--light-black);
}

#user-menu-img {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 1000px;
}

#quick-task-popup {
  width: 500px;
  height: 400px;
  position: fixed;
  bottom: 15px;
  right: -515px;
  background: var(--secondary-background);
  z-index: 500;
  transition: all 0.5s;
}

#quick-task-popup.active {
  right: 15px;
}

#quick-task-wrapper {
  margin: 0 15px 15px 15px;
  position: relative;
}

#close-quick-task-popup {
  transform: rotate(45deg);
  color: var(--primary-text);
  font-size: 24px;
  text-decoration: none;
  width: 24px;
  height: 24px;
  border-radius: 1000px;
  display: block;
  background: transparent;
  border: 0;
  float: right;
  cursor: pointer;
  margin-right: -15px;
}

#close-quick-task-popup:hover {
  color: var(--primary-red);
}

.btn-primary.disabled, .btn-primary:disabled {
  background: var(--light-background);
  border-color: var(--primary-border);
}

.btn-primary:hover {
  background: var(--light-red);
  border-color: var(--primary-red);
}

#qt-icon {
  width: 17px;
  float: left;
  margin: 15px 25px 0 0;
}
#qt-icon .cls-1 {
  fill: #e54065;
}

#quick-task-list-wrapper {
  position: relative;
}

#quick-task-client-wrapper {
  float: left;
  width: 200px;
  z-index: 50;
  position: relative;
}

#quick-task-project-wrapper {
  float: left;
  width: 200px;
  z-index: 49;
  margin-left: -50px;
  position: relative;
}
#quick-task-project-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 60px;
}

textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
}

.badge-danger {
  background: transparent;
  color: var(--primary-red);
  border: 1px solid var(--primary-red);
  font-weight: 400;
}

#transfer-project-select-wrapper {
  position: relative;
}

#transferToClient {
  width: 50%;
  z-index: 50;
}
#transferToProject {
  width: calc(50% + 40px);
  margin-left: -40px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 49;
}
#transferToProject .react-select__value-container {
  padding-left: 50px;
}

#job-filter-bar {
  width: calc(100% - 690px - 15px);
  margin-bottom: 15px;
}

#job-filter-wrapper {
  position: relative;
  float: right;
  margin-top: 15px;
}

#job-filters-toggle {
  color: var(--primary-text);
  background: transparent;
  text-decoration: none;
  display: inline-block;
  border: 0;
  cursor: pointer;
}

#job-filters-toggle:hover {
  color: var(--primary-red);
}

#job-filters {
  width: 300px;
  background: var(--light-background);
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1000;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--primary-border);
}

#job-filters.active {
  display: block;
}

.client-users-menu {
  display: none;
  padding: 10px;
  overflow: auto;
}

.client-users-menu.active {
  display: block;
}

.client-menu-user {
  width: 30px;
  height: 30px;
  border-radius: 1000px;
  overflow: hidden;
  float: left;
  margin: 3px;
}
.client-menu-user img {
  width: 100%;
}

#jobFormHeader {
  width: 100%;
  background: var(--light-background);
  border-bottom: 1px solid var(--primary-border);
  height: 67px;
  line-height: 67px;
  padding-left: 30px;
}

#followers-list .userIcon {
  display: inline-block;
  float: none;
}

#toggle-close-job-btn {
  border-color: var(--secondary-text);
  color: var(--secondary-text);
  width: 18px;
  height: 18px;
  line-height: 17px;
  font-size: 10px;
  padding: 0;
  text-align: center;
  background: transparent;
  margin-top: 3px;
  margin-right: 20px;
}

#job-name-field-wrapper {
  padding: 30px 30px 20px 30px;
}
#job-name-field-wrapper .form-control {
  border-width: 0px;
}
#job-name-field-wrapper .form-control:focus {
  border-width: 1px !important;
}
#job-name-field-wrapper #taskName {
  margin-left: -17px;
}

#job-form-working-hours {
  padding-left: 30px;
  margin-left: 0;
}

.btn-save-hours {
  height: 47px;
  width: 80px;
}

.row-s {
  margin-left: 30px;
  margin-right: 30px;
}

#job-chat-input-wrapper label.col-form-label {
  padding-top: 0px !important;
}

#job-chat-input-wrapper {
  border-top: 20px solid var(--main-background);
  background: var(--secondary-background);
  padding-top: 30px;
  padding-bottom: 30px;
  width: 690px;
}

#job-chat-header {
  border-top: 1px solid var(--primary-border);
  margin: 30px 0px 20px 0px;
  padding: 0 30px;
}

.job-chat-header-pos {
  color: var(--primary-red);
  border-top: 2px solid var(--primary-red);
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  padding-left: 15px;
  padding-tight: 15px;
  font-size: 14px;
}

#title-wrapper {
  display: inline-block;
  float: left;
  width: calc(100% - 105px - 200px - 120px - 70px - 40px);
}

/*slider switch css */
.theme-switch-wrapper {
  width: 105px;
  margin-top: 6px;
  height: 24px;
  float: left;
  margin-right: 15px;
  align-items: center;
}
.theme-switch-wrapper em {
  margin-left: 10px;
  font-size: 1rem;
}
.theme-switch-wrapper i {
  display: inline-block;
  float: left;
  margin: 4px 5px;
}

.theme-switch {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 50px;
  float: left;
}

.theme-switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider:before {
  background-color: #fff;
  bottom: 0px;
  content: "";
  height: 24px;
  left: 0px;
  position: absolute;
  transition: 0.4s;
  width: 24px;
}

.report-table-link {
  color: var(--primary-text);
  text-decoration: none;
}

.report-table-link:hover {
  color: var(--primary-red);
  text-decoration: none;
}

input:checked + .slider {
  background-color: #999999;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

.step-input-container-wrapper {
  width: 210px;
  flex: none !important;
}

#taskName {
  font-size: 18px;
}

#costCalculationType-wrapper, #for-settlement-wrapper, #total-cost-wrapper, #predicted-cost-wrapper {
  width: 50%;
  float: left;
}
#costCalculationType-wrapper .col-form-label, #for-settlement-wrapper .col-form-label, #total-cost-wrapper .col-form-label, #predicted-cost-wrapper .col-form-label {
  margin-right: 15px;
}

#asana-url {
  width: 340px;
  pading: 0;
}

@media (max-width: 1640px) {
  #asana-url {
    width: 180px;
  }

  #job-list-col {
    float: left;
    width: calc(100% - 420px - 15px);
    margin-right: 15px;
  }

  #job-form-col {
    float: left;
    width: 420px;
  }

  #job-chat-input-wrapper {
    width: 420px;
  }

  #job-filter-bar {
    width: calc(100% - 420px - 15px);
  }
}
@media (max-width: 1366px) {
  .job-hours-col {
    width: 40px;
  }

  .job-actions-col {
    width: 40px;
  }

  #job-form-working-hours {
    padding-left: 15px;
  }

  .row-s {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
  }

  #app-header.row.mb-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 48px;
    margin-bottom: 10px !important;
  }

  .nav-link {
    padding: 4px 8px;
  }

  #jobPanelWrapper.mt-3 {
    margin-top: 5px !important;
  }

  #job-name-field-wrapper {
    padding: 10px 15px 10px 30px;
  }

  #jobFormHeader {
    height: 47px;
    line-height: 47px;
  }

  #job-selected-users {
    padding-top: 9px;
    height: 45px;
  }

  #followers-list {
    height: 45px;
  }

  .btn-job {
    margin-top: -4px;
  }

  #toggle-close-job-btn {
    margin-top: -1px;
  }

  .jobPosition {
    height: 47px;
  }

  .job-name-col, .job-hours-col, .job-date-col {
    height: 47px;
  }

  #job-list-header {
    height: 47px;
  }

  .job-hours-col, .job-date-col, .job-th-col {
    line-height: 47px;
  }

  .position-form-name {
    margin-top: 0px;
  }

  .job-actions-col .btn-group {
    margin-top: 4px;
  }

  .job-name-label {
    height: 47px;
    line-height: 37px;
  }
}
@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #content {
    width: 100%;
  }

  #content.active {
    width: calc(100% - 250px);
  }
}

/*# sourceMappingURL=main.css.map */
