@import url("https://fonts.googleapis.com/css?family=Lato:300");
.color-pickerNew {
  background: #fff;
  width: 416px;
  height: 290px;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  z-index: 1;
  overflow: hidden;
  top: 41px;
  z-index: 999;
  right: 5px;
}
.color-box{
  padding: 0;
}
.color-box .blue,
.color-box .red,
.color-box .green,
.color-box .purple,
.color-box .blue-grey,
.color-box .teal,
.color-box .Defult{
  width: 64px;
  height: 64px;
  border-radius: 8px;
  display: inline-block;
  overflow: hidden;
  margin-right: 25px;
  cursor: pointer;
}
.color-box .Defult{
  background-color: #00b8d4;
}
.color-box .blue {
  background: #00a8ff;
}
.color-box .blue:hover {
  cursor: pointer;
  border: 5px solid #90caf9;
}
.color-box .blue-grey:hover {
  border: 5px solid #eceff1;
}
.color-box .red {
  background: #ff605f;
  margin-top: 32px;
}
.color-box .blue-grey {
  background: #546e7a;
  margin-top: 32px;
}
.color-box .teal {
  background: #00796b;
  margin-top: 32px;
}
.color-box .teal:hover{
  border: 5px solid #e0f2f1;
}
.color-box .red:hover {
  cursor: pointer;
  border: 5px solid #c62828;
}
.color-box .green {
  background: #96d100;
  margin-top: 32px;
}
.color-box .green:hover {
  cursor: pointer;
  border: 5px solid #c8e6c9;
}
.color-box .purple {
  background: #d066fa;
  margin-top: 32px;
}
.color-box .purple:hover {
  cursor: pointer;
  border: 5px solid #d1c4e9;
}
.colorName,
.hex,
.rgb {
  opacity: 0;
}
.colorName {
  font-size: 26px;
  margin-top: 9px;
  left: 16px;
}
.hex {
  margin-top: 12px;
  right: 16px;
}
.rgb {
  margin-top: 80px;
  right: 16px;
}
.color-footer{
  padding: 20px;
  padding-left: 0;
}
#apply-color{
  margin-right: 20px;
}
.preview-header{
  font-size: xx-large;
}