/*
 * Override CSS (Cascading Style Sheets)
 * https://developer.mozilla.org/en-US/docs/Web/CSS
 */

.sky-toolbar-container {
  display: none;
} 

#watermark  {
  display: none;
}

.sky-quick-bar  {
  height: auto;
  width: auto;
  left: 10px;
  top: 20px;
  align-items: flex-start;
}

.sky-quick-bar-item-container {
  display: flex !important;
  flex-direction: column;
  top: 50px;
  left: 50px;
  gap: 15px;
  width: auto;
  height: auto;
  margin-left: 10px;
}

.floor-types .option-picker-item {
  width: 70px !important;
  height: 70px !important;
}

.color-palette .option-picker-item  {
  width: 50px !important;
  height: 50px !important;
}

.color-palette .option-picker-no-thumbnail  {
  border-radius: 50px !important;
}

.sky-toolbar  {
  background-color: #1c1c1c;
  padding: 50px 20px;
  min-width: 320px;
  overflow-y: auto;
}

.parameter-input-title, .ng-binding  {
  color: #fff;
  font-size: 14px !important;
  padding-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* .ng-scope > .ng-binding:not(ul.dropdown-menu a) {
    color: #fff;
    font-weight: 500 !important;
} */

.parameter  {
  margin-bottom: 20px;
}

.btn  {
  text-align: left;
  padding: 6px 6px !important;
}

.btn-primary  {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #7c7c7c;
  border-color: #c0c0c0;
}

.btn-primary:active, .btn-primary:active:focus, .btn-primary:hover  {
  color: #ffffff;
  background-color: #4e4e4e;
  border-color: #4e4e4e;
}

.open>.dropdown-toggle.btn-primary  {
  color: #ffffff;
  background-color: #3e3e3e !important;
  border-color: #3e3e3e !important; 
}

.full-width {
  width: 80%;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fff;
  background-color: #7c7c7c;
}