#script-description {
  color: #3758ce;
}

#script-icons .status-icon {
  border-color: #febf2e;
  color: #3758ce;
}

#script-icons .holder {
  color: #3758ce;
}

#toolbox {
  background-image: url("../img/toolbox_bg.png");
  background-repeat: repeat-x;
}

.roundbutton {
  color: #3758ce;
}

.roundsymbol, .roundsymbol-sm {
  border-color: #febf2e;
  color: #3758ce;
}

.roundlabel {
  color: #3758ce;
}

.loader-background {
  border-color: #ccd4f2;
}

.loader {
  border-color: transparent;
  background-color: transparent;
  border-top: 6px solid #febf2e !important;
}

.snippet-selection:hover {
  background: #febf2e;
}

.snippet-button:focus {
  box-shadow: 0px 0px 5px 3px #febf2e;
}

#messagebar {
  background-color: #febf2e;
}

#messagebar a, #messagebar a.visited {
  color: #3758ce;
}

.load-drag-target a, .load-drag-target a.visited{
  color: #3758ce;
}

.save-button:hover {
  background-color: #3758ce;
}
.save-button.show {
  background: none;
}

.button-link {
  color: #3758ce;
}

.menu-switch-slider:before {
  background-color: #febf2e;
}
input:checked + .menu-switch-slider {
  background-color: #3758ce;
}

.status-icon {
  color: #3758ce;
  border-color: #febf2e;
}

.save-button:focus {
  box-shadow: 0px 0px 5px 3px #febf2e;
}

.save-button.hex {
  background-color: #3758ce;
}

.save-button.hex:hover,
.save-button.hex:hover i {
  background-color: #febf2e;
}

.save-button.hex:focus {
  box-shadow: 0px 0px 5px 3px #febf2e;
}

.save-button.py:focus {
  box-shadow: 0px 0px 5px 3px #febf2e;
}

#serial-buttons > div {
    background-color: #3758ce;
}

#webusb-flashing-loader {
  border-top: .2em solid #3758ce;
}

#webusb-flashing-complete {
    color: #3758ce;
}

#modal-msg-title {
  color:#3758ce;
}

.modal-close {
  color:#3758ce;
}

/* Feedback widget and modal styling */

.feedback {
  background-color : #ffffff;
  color: rgb(0, 0, 0);
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
}

.feedback:hover {
  background-color: #e9e9e9;
  border-color: #e9e9e9
}

#feedback-modal {
  height: 630px;
}

#feedback-div {
  position: fixed;
  bottom: -4px;
  right: 24px;
  z-index: 10;
}
