.event-color-selector-panel {
  display: flex;
  padding: 2px;
}

.event-color-selector-panel .main-section {
  padding: 0;
}

.event-color-selector-panel .main-section .color-select-panel {
  display: block;
  flex-direction: row;
}

.event-color-selector-panel .main-section .color-select-panel .main {
  display: flex;
  flex-direction: column;
}

.event-force-sensor-selector-panel {
  display: flex;
  padding: 20px;
}

.event-force-sensor-selector-panel .motor {
  display: flex;
  margin-top: 30px;
  padding: 0 20px;
}

.event-force-sensor-selector-panel .motor .motor-body {
  display: block;
  width: 50px;
  height: 140px;
  border: 1px solid white;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
}

.event-force-sensor-selector-panel .motor .motor-body .motor-label {
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.event-force-sensor-selector-panel .motor .motor-part {
  display: block;
  width: 15px;
  height: 45px;
  margin-top: 12px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.event-force-sensor-selector-panel .motor .motor-part.motor-part-left {
  border-left: 1px solid white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.event-force-sensor-selector-panel .motor .motor-part.motor-part-right {
  border-right: 1px solid white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.event-force-sensor-selector-panel .main-section {
  padding: 0 20px;
}

.event-force-sensor-selector-panel .main-section .selector-panel {
  width: 150px;
  height: 220px;
  border: 2px solid white;
  border-radius: 15px;
}

.event-force-sensor-selector-panel .selector-panel {
  display: flex;
}

.event-force-sensor-selector-panel .selector-panel .col-sensor {
  flex: 1 1 25%;
  padding-top: 20px;
}

.event-force-sensor-selector-panel .selector-panel .col-sensor .sensor {
  width: 28px;
  height: 40px;
  color: white;
  font-weight: 400;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-force-sensor-selector-panel
  .selector-panel
  .col-sensor
  .sensor.selected {
  background: white;
  color: #f5c401;
}

.event-force-sensor-selector-panel .selector-panel .col-sensor-left {
  margin-left: 0;
  margin-right: auto;
}

.event-force-sensor-selector-panel .selector-panel .col-sensor-right div {
  margin-right: 0;
  margin-left: auto;
}

.event-force-sensor-selector-panel .col-sensor-left .sensor {
  border-right: 1px solid white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.event-force-sensor-selector-panel .col-sensor-right .sensor {
  border-left: 1px solid white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.event-force-sensor-selector-panel .selector-panel .col-decoration {
  flex: 1 1 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.event-force-sensor-selector-panel
  .selector-panel
  .col-decoration
  .decoration-circle {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.event-force-sensor-selector-panel
  .selector-panel
  .col-decoration
  .decoration-circle
  > div {
  width: 30px;
  height: 30px;
  margin: 0;
}

/* multiple and all buttons */
.event-force-sensor-selector-panel .main-section .multiple-all {
  display: flex;
  flex-direction: row;
  margin: 15px -5px 0;
}

.event-force-sensor-selector-panel .multiple-all > div {
  display: block;
  width: 50%;
  color: #fff;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 3px;
}

.event-force-sensor-selector-panel .multiple-all > div.selected {
  background: #fff;
  color: #f5c401;
}

.port-selector-panel {
    display: flex;
    padding: 20px;
}

.motor {
    display: flex;
    margin-top: 30px;
    padding: 0 20px;
}

.motor .motor-body {
    display: block;
    width: 50px;
    height: 140px;
    border: 1px solid white;
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
}

.motor .motor-body .motor-label {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.motor .motor-part {
    display: block;
    width: 15px;
    height: 45px;
    margin-top: 12px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.motor .motor-part.motor-part-left {
    border-left: 1px solid white; 
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.motor .motor-part.motor-part-right {
    border-right: 1px solid white; 
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.main-section {
    padding: 0 20px;
}

.main-section .selector-panel {
    width: 150px;
    height: 220px;
    border: 2px solid white;
    border-radius: 15px;
}

.selector-panel {
    display: flex;
}

.selector-panel .col-port {
    flex: 1 1 25%;
    padding-top: 20px;
}

.selector-panel .col-port .port {
    width: 28px;
    height: 40px;
    color: white;
    font-weight: 400;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selector-panel .col-port .port.selected {
    background: white;
    color: #fb59ce;
}

.selector-panel .col-port-left {
    margin-left: 0;
    margin-right: auto;
}

.selector-panel .col-port-right div {
    margin-right: 0;
    margin-left: auto;
}

.col-port-left .port {
    border-right: 1px solid white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.col-port-right .port {
    border-left: 1px solid white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.selector-panel .col-decoration {
    flex: 1 1 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.selector-panel .col-decoration .decoration-circle {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.selector-panel .col-decoration .decoration-circle > div {
    width: 30px;
    height: 30px;
    margin: 0;
}
.rotation-wheel-container {
    padding: 5px;
}
.rotation-wheel-container .background {
    width: 90px;
    height: 90px;
    background-color: #d8009b;
    border-radius: 100px;
}
.rotation-wheel-container .background .needle {
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: white;
}
.rotation-wheel-container .micro-adjust-panel {
    display: flex;
    width: 100px;
}
.rotation-wheel-container .micro-adjust-panel .button-adjust {
    flex: 1 1 25%;
    display: flex;
    align-items: center;
}
.rotation-wheel-container .micro-adjust-panel .button-adjust img {
    max-width: 100%;
}
.rotation-wheel-container .micro-adjust-panel .steer-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 50%;
    font-size: 10px;
    color: white;
}

.light-color-selector-panel {
    display: flex;
    padding: 2px;
  }
  
  .light-color-selector-panel .main-section {
    padding: 0;
  }
  
  .light-color-selector-panel .main-section .color-select-panel {
    display: block;
    flex-direction: row;
  }
  
  .light-color-selector-panel .main-section .color-select-panel .main {
    display: flex;
    flex-direction: column;
  }
  
.light-direction-selector-panel {
  display: flex;
  width: 100px;
  flex-wrap: wrap;
}

.light-direction-selector-panel .direction-container {
  width: 38px;
  height: 38px;
  margin: 5px;
  flex: 1 1 38px;
  max-width: 38px;
  border: 1px solid #4f07d3;
  border-radius: 5px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.light-direction-selector-panel .direction-container .direction-icon {
  max-width: 100%;
}

.light-custom-matrix-panel {
  display: flex;
  padding: 5px 2px;
}

.light-custom-matrix-panel .main-section {
  padding: 0;
}

.light-custom-matrix-panel .matrix-select-panel {
  display: flex;
  flex-direction: row;
}

.light-custom-matrix-panel .matrix-select-panel .main {
  display: flex;
  flex-direction: column;
}

.light-custom-matrix-panel .matrix-select-panel .main .top {
  flex-grow: 1;
}

.light-custom-matrix-panel .matrix-select-panel .main .bottom {
  display: flex;
  justify-content: center;
  margin: 6px 0 0 0;
}
.light-custom-matrix-panel .matrix-select-panel .main .bottom > div {
  margin: 0 15px;
  padding: 0;
}

.light-custom-matrix-panel .matrix-select-panel .side {
  width: 70px;
  margin: 0 0 0 6px;
}

.light-custom-matrix-panel .matrix-select-panel .side .gradient {
  display: flex;
  flex-direction: column;
  background: #282075;
  margin: 0 3px;
  padding: 2px;
}

.light-custom-matrix-panel .matrix-select-panel .side .gradient > div {
  height: 20px;
  z-index: 1;
}
.light-custom-matrix-panel
  .matrix-select-panel
  .side
  .gradient
  > div:nth-child(1) {
  background: #ffffff;
}
.light-custom-matrix-panel
  .matrix-select-panel
  .side
  .gradient
  > div:nth-child(2) {
  background: #e7e6f0;
}
.light-custom-matrix-panel
  .matrix-select-panel
  .side
  .gradient
  > div:nth-child(3) {
  background: #d0cddf;
}
.light-custom-matrix-panel
  .matrix-select-panel
  .side
  .gradient
  > div:nth-child(4) {
  background: #b7b5d1;
}
.light-custom-matrix-panel
  .matrix-select-panel
  .side
  .gradient
  > div:nth-child(5) {
  background: #9e9cc2;
}
.light-custom-matrix-panel
  .matrix-select-panel
  .side
  .gradient
  > div:nth-child(6) {
  background: #8883b2;
}
.light-custom-matrix-panel
  .matrix-select-panel
  .side
  .gradient
  > div:nth-child(7) {
  background: #706aa3;
}
.light-custom-matrix-panel
  .matrix-select-panel
  .side
  .gradient
  > div:nth-child(8) {
  background: #585294;
}
.light-custom-matrix-panel
  .matrix-select-panel
  .side
  .gradient
  > div:nth-child(9) {
  background: #413983;
}

.light-custom-matrix-panel .matrix-select-panel .side .gradient > div.selected {
  -moz-box-shadow: 0px 0px 0px 3px #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #fff;
  box-shadow: 0px 0px 0px 3px #fff;
  border-radius: 3px;
  z-index: 2;
  margin-left: -3px;
  margin-right: -3px;
}

.light-led-selector-panel {
  display: flex;
  padding: 0 4px;
}

.light-led-selector-panel .main-section {
  padding: 0;
}

.light-led-selector-panel .led-select-panel {
  display: flex;
  flex-direction: row;
}

.light-led-selector-panel .led-select-panel .main {
  display: flex;
  flex-direction: row;
}

.light-led-selector-panel .led-select-panel .main svg {
  display: block;
}

.light-sensor-selector-panel {
  display: flex;
  padding: 20px;
}

.light-sensor-selector-panel .motor {
  display: flex;
  margin-top: 30px;
  padding: 0 20px;
}

.light-sensor-selector-panel .motor .motor-body {
  display: block;
  width: 50px;
  height: 140px;
  border: 1px solid white;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
}

.light-sensor-selector-panel .motor .motor-body .motor-label {
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.light-sensor-selector-panel .motor .motor-part {
  display: block;
  width: 15px;
  height: 45px;
  margin-top: 12px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.light-sensor-selector-panel .motor .motor-part.motor-part-left {
  border-left: 1px solid white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.light-sensor-selector-panel .motor .motor-part.motor-part-right {
  border-right: 1px solid white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.light-sensor-selector-panel .main-section {
  padding: 0 20px;
}

.light-sensor-selector-panel .main-section .selector-panel {
  width: 150px;
  height: 220px;
  border: 2px solid white;
  border-radius: 15px;
}

.light-sensor-selector-panel .selector-panel {
  display: flex;
}

.light-sensor-selector-panel .selector-panel .col-sensor {
  flex: 1 1 25%;
  padding-top: 20px;
}

.light-sensor-selector-panel .selector-panel .col-sensor .sensor {
  width: 28px;
  height: 40px;
  color: white;
  font-weight: 400;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.light-sensor-selector-panel .selector-panel .col-sensor .sensor.selected {
  background: white;
  color: #935df5;
}

.light-sensor-selector-panel .selector-panel .col-sensor-left {
  margin-left: 0;
  margin-right: auto;
}

.light-sensor-selector-panel .selector-panel .col-sensor-right div {
  margin-right: 0;
  margin-left: auto;
}

.light-sensor-selector-panel .col-sensor-left .sensor {
  border-right: 1px solid white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.light-sensor-selector-panel .col-sensor-right .sensor {
  border-left: 1px solid white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.light-sensor-selector-panel .selector-panel .col-decoration {
  flex: 1 1 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.light-sensor-selector-panel
  .selector-panel
  .col-decoration
  .decoration-circle {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.light-sensor-selector-panel
  .selector-panel
  .col-decoration
  .decoration-circle
  > div {
  width: 30px;
  height: 30px;
  margin: 0;
}

/* multiple and all buttons */
.light-sensor-selector-panel .main-section .multiple-all {
  display: flex;
  flex-direction: row;
  margin: 15px -5px 0;
}

.light-sensor-selector-panel .multiple-all > div {
  display: block;
  width: 50%;
  color: #fff;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 3px;
}

.light-sensor-selector-panel .multiple-all > div.selected {
  background: #fff;
  color: #935df5;
}

.motor-direction-selector-panel {
  display: flex;
  width: 100px;
  flex-wrap: wrap;
}

.motor-direction-selector-panel .direction-container {
  width: 38px;
  height: 38px;
  margin: 5px;
  flex: 1 1 38px;
  max-width: 38px;
  border: 1px solid #2c7cbd;
  border-radius: 5px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.motor-direction-selector-panel .direction-container .direction-icon {
  max-width: 100%;
}

.motor-multiple-port-selector-panel {
  display: flex;
  padding: 20px;
}

.motor-multiple-port-selector-panel .motor {
  display: flex;
  margin-top: 30px;
  padding: 0 20px;
}

.motor-multiple-port-selector-panel .motor .motor-body {
  display: block;
  width: 50px;
  height: 140px;
  border: 1px solid white;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
}

.motor-multiple-port-selector-panel .motor .motor-body .motor-label {
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.motor-multiple-port-selector-panel .motor .motor-part {
  display: block;
  width: 15px;
  height: 45px;
  margin-top: 12px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.motor-multiple-port-selector-panel .motor .motor-part.motor-part-left {
  border-left: 1px solid white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.motor-multiple-port-selector-panel .motor .motor-part.motor-part-right {
  border-right: 1px solid white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.motor-multiple-port-selector-panel .main-section {
  padding: 0 20px;
}

.motor-multiple-port-selector-panel .main-section .selector-panel {
  width: 150px;
  height: 220px;
  border: 2px solid white;
  border-radius: 15px;
}

.motor-multiple-port-selector-panel .selector-panel {
  display: flex;
}

.motor-multiple-port-selector-panel .selector-panel .col-port {
  flex: 1 1 25%;
  padding-top: 20px;
}

.motor-multiple-port-selector-panel .selector-panel .col-port .port {
  width: 28px;
  height: 40px;
  color: white;
  font-weight: 400;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.motor-multiple-port-selector-panel .selector-panel .col-port .port.selected {
  background: white;
  color: #0090f5;
}

.motor-multiple-port-selector-panel .selector-panel .col-port-left {
  margin-left: 0;
  margin-right: auto;
}

.motor-multiple-port-selector-panel .selector-panel .col-port-right div {
  margin-right: 0;
  margin-left: auto;
}

.motor-multiple-port-selector-panel .col-port-left .port {
  border-right: 1px solid white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.motor-multiple-port-selector-panel .col-port-right .port {
  border-left: 1px solid white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.motor-multiple-port-selector-panel .selector-panel .col-decoration {
  flex: 1 1 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.motor-multiple-port-selector-panel
  .selector-panel
  .col-decoration
  .decoration-circle {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.motor-multiple-port-selector-panel
  .selector-panel
  .col-decoration
  .decoration-circle
  > div {
  width: 30px;
  height: 30px;
  margin: 0;
}

/* multiple and all buttons */
.motor-multiple-port-selector-panel .main-section .multiple-all {
  display: flex;
  flex-direction: row;
  margin: 15px -5px 0;
}

.motor-multiple-port-selector-panel .multiple-all > div {
  display: block;
  width: 50%;
  color: #fff;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 3px;
}

.motor-multiple-port-selector-panel .multiple-all > div.selected {
  background: #fff;
  color: #0090f5;
}

.motor-single-motor-selector-panel {
  display: flex;
  padding: 20px;
}

.motor-single-motor-selector-panel .motor {
  display: flex;
  margin-top: 30px;
  padding: 0 20px;
}

.motor-single-motor-selector-panel .motor .motor-body {
  display: block;
  width: 50px;
  height: 140px;
  border: 1px solid white;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
}

.motor-single-motor-selector-panel .motor .motor-body .motor-label {
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.motor-single-motor-selector-panel .motor .motor-part {
  display: block;
  width: 15px;
  height: 45px;
  margin-top: 12px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.motor-single-motor-selector-panel .motor .motor-part.motor-part-left {
  border-left: 1px solid white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.motor-single-motor-selector-panel .motor .motor-part.motor-part-right {
  border-right: 1px solid white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.motor-single-motor-selector-panel .main-section {
  padding: 0 20px;
}

.motor-single-motor-selector-panel .main-section .selector-panel {
  width: 150px;
  height: 220px;
  border: 2px solid white;
  border-radius: 15px;
}

.motor-single-motor-selector-panel .selector-panel {
  display: flex;
}

.motor-single-motor-selector-panel .selector-panel .col-sensor {
  flex: 1 1 25%;
  padding-top: 20px;
}

.motor-single-motor-selector-panel .selector-panel .col-sensor .sensor {
  width: 28px;
  height: 40px;
  color: white;
  font-weight: 400;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.motor-single-motor-selector-panel
  .selector-panel
  .col-sensor
  .sensor.selected {
  background: white;
  color: #0090f5;
}

.motor-single-motor-selector-panel .selector-panel .col-sensor-left {
  margin-left: 0;
  margin-right: auto;
}

.motor-single-motor-selector-panel .selector-panel .col-sensor-right div {
  margin-right: 0;
  margin-left: auto;
}

.motor-single-motor-selector-panel .col-sensor-left .sensor {
  border-right: 1px solid white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.motor-single-motor-selector-panel .col-sensor-right .sensor {
  border-left: 1px solid white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.motor-single-motor-selector-panel .selector-panel .col-decoration {
  flex: 1 1 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.motor-single-motor-selector-panel
  .selector-panel
  .col-decoration
  .decoration-circle {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.motor-single-motor-selector-panel
  .selector-panel
  .col-decoration
  .decoration-circle
  > div {
  width: 30px;
  height: 30px;
  margin: 0;
}

/* multiple and all buttons */
.motor-single-motor-selector-panel .main-section .multiple-all {
  display: flex;
  flex-direction: row;
  margin: 15px -5px 0;
}

.motor-single-motor-selector-panel .multiple-all > div {
  display: block;
  width: 50%;
  color: #fff;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 3px;
}

.motor-single-motor-selector-panel .multiple-all > div.selected {
  background: #fff;
  color: #0090f5;
}

.sensor-color-selector-panel {
  display: flex;
  padding: 2px;
}

.sensor-color-selector-panel .main-section {
  padding: 0;
}

.sensor-color-selector-panel .main-section .color-select-panel {
  display: block;
  flex-direction: row;
}

.sensor-color-selector-panel .main-section .color-select-panel .main {
  display: flex;
  flex-direction: column;
}

.sensor-color-sensor-selector-panel {
  display: flex;
  padding: 20px;
}

.sensor-color-sensor-selector-panel .motor {
  display: flex;
  margin-top: 30px;
  padding: 0 20px;
}

.sensor-color-sensor-selector-panel .motor .motor-body {
  display: block;
  width: 50px;
  height: 140px;
  border: 1px solid white;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
}

.sensor-color-sensor-selector-panel .motor .motor-body .motor-label {
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.sensor-color-sensor-selector-panel .motor .motor-part {
  display: block;
  width: 15px;
  height: 45px;
  margin-top: 12px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.sensor-color-sensor-selector-panel .motor .motor-part.motor-part-left {
  border-left: 1px solid white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sensor-color-sensor-selector-panel .motor .motor-part.motor-part-right {
  border-right: 1px solid white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.sensor-color-sensor-selector-panel .main-section {
  padding: 0 20px;
}

.sensor-color-sensor-selector-panel .main-section .selector-panel {
  width: 150px;
  height: 220px;
  border: 2px solid white;
  border-radius: 15px;
}

.sensor-color-sensor-selector-panel .selector-panel {
  display: flex;
}

.sensor-color-sensor-selector-panel .selector-panel .col-sensor {
  flex: 1 1 25%;
  padding-top: 20px;
}

.sensor-color-sensor-selector-panel .selector-panel .col-sensor .sensor {
  width: 28px;
  height: 40px;
  color: white;
  font-weight: 400;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sensor-color-sensor-selector-panel
  .selector-panel
  .col-sensor
  .sensor.selected {
  background: white;
  color: #1bccf0;
}

.sensor-color-sensor-selector-panel .selector-panel .col-sensor-left {
  margin-left: 0;
  margin-right: auto;
}

.sensor-color-sensor-selector-panel .selector-panel .col-sensor-right div {
  margin-right: 0;
  margin-left: auto;
}

.sensor-color-sensor-selector-panel .col-sensor-left .sensor {
  border-right: 1px solid white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.sensor-color-sensor-selector-panel .col-sensor-right .sensor {
  border-left: 1px solid white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sensor-color-sensor-selector-panel .selector-panel .col-decoration {
  flex: 1 1 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.sensor-color-sensor-selector-panel
  .selector-panel
  .col-decoration
  .decoration-circle {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.sensor-color-sensor-selector-panel
  .selector-panel
  .col-decoration
  .decoration-circle
  > div {
  width: 30px;
  height: 30px;
  margin: 0;
}

/* multiple and all buttons */
.sensor-color-sensor-selector-panel .main-section .multiple-all {
  display: flex;
  flex-direction: row;
  margin: 15px -5px 0;
}

.sensor-color-sensor-selector-panel .multiple-all > div {
  display: block;
  width: 50%;
  color: #fff;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 3px;
}

.sensor-color-sensor-selector-panel .multiple-all > div.selected {
  background: #fff;
  color: #1bccf0;
}

.direction-panel {
    display: flex;
    width: 96px;
    flex-wrap: wrap;
}

.direction-container {
    width: 38px;
    height: 38px;
    margin: 5px;
    flex: 1 1 38px;
    max-width: 38px;
    border: 1px solid #b20983;
    border-radius: 5px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.direction-container .direction-icon {
    max-width: 100%;
}
.rotation-wheel-container {
    padding: 5px;
}
.rotation-wheel-container .background {
    width: 90px;
    height: 90px;
    background-color: #d8009b;
    border-radius: 100px;
}
.rotation-wheel-container .background .needle {
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: white;
}
.rotation-wheel-container .micro-adjust-panel {
    display: flex;
    width: 100px;
}
.rotation-wheel-container .micro-adjust-panel .button-adjust {
    flex: 1 1 25%;
    display: flex;
    align-items: center;
}
.rotation-wheel-container .micro-adjust-panel .button-adjust img {
    max-width: 100%;
}
.rotation-wheel-container .micro-adjust-panel .steer-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 50%;
    font-size: 10px;
    color: white;
}

