.Customize_Btn_div .Customize_Btn {
  border-radius: 2px;
  width: fit-content;
  background: #707070;
  border: 1px solid #70707029;
  color: #fff;
  /* font-size: 18px; */
  font-weight: 600;
  transition: all 0.3s;
  text-wrap-mode: nowrap;
}

.Customize_Btn_div .Customize_Btn:hover,
.Customize_Btn_div .Customize_Btn:active,
.Customize_Btn_div .Customize_Btn.active {
  background: #fff 0% 0% no-repeat padding-box !important;
  border: 1px solid #bb0000 !important;
  color: #bb0000 !important;
}