.BgGradientColor{
  /*width:250px;*/
  width: 400px;
  height: 340px;

  border-radius: 10px;
  /*background:rgba(102, 101, 101, 0.2);*/
  background: #f1f1f1;
  margin: auto;
  z-index: 9999;
  position:absolute;
  padding: 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.BgGradientColor .hiddencolor{
  position: absolute;
  overflow: hidden;
  display: none;
}
.Bgradientcard{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  height: fit-content;
  width: 55%;
}
.Bgradientcard h7{
  margin: 5px;
}
.bgcolor{
  position: absolute;
  top:100%;
  left: 0;
  width: 250px;
  height: 250px;
  background-repeat: no-repeat;
  overflow: hidden;
  background: red;
  border-radius: 10px;
  cursor: pointer;
  display:flex;
}
.bgcolor:hover{
  transform: scale(1.01);
}
.bgcolor::after{
  opacity: 0;
  content: 'copied to css';
  position: relative;
  margin: auto;
  font-size: 10px;
  background: rgb(80, 79, 79);
  color: white;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  opacity: 0;
  transition: all 1.2s;
}
.bgcolor:active:after{
  opacity: 1;
  transition: 0s;
}
.bgcolormenu{
  /*background: rgba(90, 89, 89, 0.2);*/
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top:290px;
  left: 0;
  border-radius: 5px;
}
.bgcolormenu input{
  width: 110px;
  height: 30px;
}
.bgcolormenu select{
  width: 110px;
  margin-left: 5px;
  height: 30px;
  border-radius: 4px;
  border:1px solid black;
  padding: 2px;
}
.bgcolormenu .colorpickerinput{
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 0;
}
.bgcolormenu .colorpickerspan{
  width: 25px;
  height: 25px;
  border-radius: 50px;
  border: 0;
  margin-left: 5px;
  background: rgb(65, 88, 208);
  cursor: pointer;
}
.my-5{margin-top:3rem!important;margin-bottom:3rem!important}
#colorpercent{
  display: flex;
    align-items: center;
    justify-content: center;
}
#colorpercent input{
  border: 0;

  cursor: default;
  padding: initial;
  border: initial;
  -webkit-appearance: none;
}
.thumb{
  margin-top: -20px;
}



/*.multi-range-field input[type="range"]::-webkit-slider-thumb{
  background-color: red;
}*/

.Colorpacketcard{
  position: relative;
  align-items:center;
  justify-content:right;
  z-index: 9999;
  height: fit-content;
  width: 30%;
  float: right;
}
.Colorpacketcard .colorpickerspan{
  width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 0;
    margin-left: 5px;
    background: rgb(65, 88, 208);
    cursor: pointer;
    margin:5px;
}
.Colorpacketcard .packetcolormenu{
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.coloring:focus-within .BgGradientColor {
    opacity: 1;
    visibility: visible;
}