.sp-container {
  background-color: #fff;
  border-radius: 4px;
}

.sp-container button, .sp-container .sp-cancel {
  line-height: 2.1;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  height: 32px;
  user-select: none;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  position: relative;
  border: 1px solid #d9d9d9;
  text-decoration: none;
}

.sp-container button:focus, .sp-container .sp-cancel:focus {
  outline: none;
}

.sp-container, .sp-initial, .sp-color, .sp-hue, .sp-clear {
  border: 1px solid #d9d9d9;
}

.sp-initial, .sp-cf.sp-palette-row-initial {
  display: flex;
  align-items: center;
  height: 30px;
  border-radius: 4px;
}

.sp-initial span {
  height: 100%;
}

.sp-initial .sp-thumb-el:first-child > .sp-thumb-inner {
  border-radius: 4px 0 0 4px;
}

.sp-initial .sp-thumb-el:last-child > .sp-thumb-inner {
  border-radius: 0 4px 4px 0;
}

.sp-input {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0,0,0,.65);
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all .3s;
}

.sp-input:hover {
  border-color: #2bc3ff;
  border-right-width: 1px!important;
}

.sp-input:focus {
  outline: none;
}

.sp-button-container {
  margin-top: 15px;
  width: 100%;
}

.sp-button-container .sp-choose {
  color: #fff;
  background: #03a9f4;
  border-color: #03a9f4;
  text-shadow: 0 -1px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 0 rgba(0,0,0,.045);
  float: right;
}

.sp-button-container .sp-choose:hover {
  color: #fff;
  background: #2bc3ff;
  border-color: #2bc3ff;
}

.sp-button-container .sp-cancel {
  color: #f5222d;
  background: transparent;
  border-color: #f5222d;
  text-shadow: none;
  float: left;
}

.sp-button-container .sp-cancel:hover {
  color: #ff4d4f !important;
  border-color: #ff4d4f;
}
