@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
}

html {
  font-size: 16px;
}

.fetiino {
  font-family: "Poppins";
}

.fetiino .navbar {
  width: 100%;
  height: 10vh;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fetiino .navbar .logo {
  margin-left: 2.5%;
}

.fetiino .navbar .navlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.fetiino .navbar .navlinks li {
  margin: 0 10px;
}

.fetiino .navbar .navlinks li a {
  text-decoration: none;
  color: #796f6f;
  font-size: 0.9rem;
  font-weight: 500;
}

.fetiino .navbar .icons {
  margin-right: 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fetiino .navbar .icons a {
  font-size: 1.8rem;
  font-weight: 500;
}

.fetiino .navbar .icons a i {
  color: red;
  margin-right: 15px;
}

.fetiino .navbar .icons .color_bars {
  width: 40px;
  height: 40px;
}

.fetiino .navbar .icons .color_bars .color_bar {
  width: 100%;
  height: 8px;
}

.fetiino .navbar .icons .color_bars .color_bar:first-child {
  border-radius: 7px 7px 0 0;
}

.fetiino .navbar .icons .color_bars .color_bar:last-child {
  border-radius: 0 0 7px 7px;
}

.fetiino .hero {
  height: 90vh;
  width: 85%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fetiino .hero .hero_text_content .main_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fetiino .hero .hero_text_content .main_text h1 {
  font-size: 6rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.fetiino .hero .hero_text_content .main_text h1:last-child {
  color: red;
}

.fetiino .hero .hero_text_content p {
  font-size: 1rem;
  font-weight: 500;
  width: 70%;
  color: #796f6f;
  border-left: 3px solid red;
  padding-left: 10px;
  margin: 1rem 0;
}

.fetiino .hero .hero_text_content p a {
  text-decoration: none;
  color: red;
  font-weight: 600;
}

.fetiino .hero .hero_text_content .wheel_mobile {
  display: none;
}

.fetiino .hero .hero_text_content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
}

.fetiino .hero .hero_text_content .buttons button {
  width: 30%;
  height: 2.5rem;
  background-color: red;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.2rem;
  margin-right: 1rem;
}

.fetiino .hero .hero_text_content .buttons button a {
  text-decoration: none;
  color: #fff;
}

.fetiino .hero .hero_text_content .buttons a {
  text-decoration: none;
  color: #796f6f;
  font-weight: 500;
}

.fetiino .hero .hero_text_content .buttons a:hover {
  text-decoration: underline;
}

.palette_image {
  width: 420px;
  height: 420px;
  margin-bottom: 300px;
  background-color: #eaedf2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.palette_image .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.palette_image .text h1 {
  background-color: #fff;
  padding: 10px;
  font-size: 1.5rem;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.palette_image .text h2 {
  margin: 15px 0;
}

.palette_image .pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 10px 0;
}

.palette_image .pills .pill {
  height: 100%;
  width: 300px;
  background-color: rebeccapurple;
  margin: 0 10px;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .fetiino .navbar {
    height: 50px;
  }
  .fetiino .navbar .navlinks {
    display: none;
  }
  .fetiino .hero {
    width: 85%;
  }
  .fetiino .hero .hero_text_content .main_text {
    margin-top: 20px;
  }
  .fetiino .hero .hero_text_content .main_text h1 {
    font-size: 3.5rem;
  }
  .fetiino .hero .hero_text_content .wheel_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fetiino .hero .hero_text_content .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fetiino .hero .hero_text_content .buttons button {
    width: 400px;
    height: 40px;
    margin-bottom: 10px;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fetiino .hero .hero_text_content .buttons a {
    font-size: 22px;
  }
  .fetiino .hero .hero_color_wheel {
    display: none;
  }
}

.extract {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.extract .mobile_nav {
  display: none;
}

.extract .popup {
  width: 50%;
  height: 60vh;
  background-color: #fff;
  border-radius: 0.3rem;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  -webkit-box-shadow: 3px 2px 0px 1000px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 2px 0px 1000px rgba(0, 0, 0, 0.4);
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  display: none;
}

.extract .popup.active {
  display: block;
}

.extract .popup .close_div {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  font-size: 1.5rem;
  color: red;
  font-weight: bold;
  z-index: 9999;
}

.extract .popup .popup_content {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.extract .popup .popup_content .popup_content_left {
  width: 50%;
}

.extract .popup .popup_content .popup_content_left h2 {
  font-size: 1.5rem;
  font-weight: 500;
}

.extract .popup .popup_content .popup_content_left ul {
  list-style: none;
  margin-top: 10px;
}

.extract .popup .popup_content .popup_content_left ul li {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  cursor: pointer;
  border-radius: 0.5rem;
  padding: 2px;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.extract .popup .popup_content .popup_content_left ul li:hover {
  background-color: red;
  color: #fff;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.extract .popup .popup_content .popup_content_left ul li i {
  margin-right: 10px;
  background-color: rgba(255, 0, 0, 0.288);
  padding: 0.1rem;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
}

.extract .popup .popup_content .popup_content_right {
  width: 290px;
  height: 290px;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.extract .popup .popup_content .popup_content_right .default_popup_right_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.extract .popup .popup_content .popup_content_right .default_popup_right_content img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 150px;
}

.extract .popup .popup_content .popup_content_right .default_popup_right_content h2 {
  text-align: center;
  color: rgba(59, 59, 59, 0.288);
}

.extract .popup .popup_content .popup_content_right .css_result {
  height: 100%;
  width: 100%;
  position: relative;
  display: none;
}

.extract .popup .popup_content .popup_content_right .css_result .copied_message {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  margin: auto;
  background-color: red;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.extract .popup .popup_content .popup_content_right .css_result textarea {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  resize: none;
}

.extract .popup .popup_content .popup_content_right .css_result textarea::-moz-selection {
  background: transparent;
}

.extract .popup .popup_content .popup_content_right .css_result textarea::selection {
  background: transparent;
}

.extract .popup .popup_content .popup_content_right .css_result .copy_css_button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(59, 59, 59, 0.5);
  border: none;
  outline: none;
  color: #fff;
  margin: 5px;
  padding: 7px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.extract .popup .popup_content .popup_content_right .css_result .copy_css_button:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(59, 59, 59, 0.5);
          box-shadow: 0px 0px 10px rgba(59, 59, 59, 0.5);
  background-color: #fff;
  color: rgba(59, 59, 59, 0.5);
}

.extract .popup .popup_content .popup_content_right .css_result .download_css_button {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(59, 59, 59, 0.5);
  border: none;
  outline: none;
  color: #fff;
  margin: 5px;
  padding: 7px;
  border-radius: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
}

.extract .popup .popup_content .popup_content_right .css_result .download_css_button p {
  font-size: 0;
}

.extract .popup .popup_content .popup_content_right .css_result .download_css_button:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(59, 59, 59, 0.5);
          box-shadow: 0px 0px 10px rgba(59, 59, 59, 0.5);
  color: rgba(59, 59, 59, 0.5);
  width: 120px;
  -webkit-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
  color: #fff;
  background-color: red;
}

.extract .popup .popup_content .popup_content_right .css_result .download_css_button:hover i {
  margin-right: 10px;
}

.extract .popup .popup_content .popup_content_right .css_result .download_css_button:hover p {
  font-size: 0.8rem;
}

.extract .popup .popup_content .popup_content_right .coming_soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  display: none;
}

.extract .popup .popup_content .popup_content_right .image_result {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}

.extract .popup .popup_content .popup_content_right .image_result svg {
  width: 100%;
  height: 100%;
}

.extract .popup .popup_content .popup_content_right .image_result svg.download_svg {
  width: 2048px;
  height: 2048px;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: -10;
  opacity: 0;
}

.extract .popup .popup_content .popup_content_right .image_result .save_as {
  width: 30px;
  height: 30px;
  background-color: red;
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}

.extract .popup .popup_content .popup_content_right .image_result .save_as button {
  outline: none;
  cursor: pointer;
  border: none;
  outline: none;
  color: #fff;
  background-color: transparent;
}

.extract .popup .popup_content .popup_content_right .image_result .save_as button i {
  color: #fff;
}

.extract .left_sidebar {
  width: 20%;
  background-color: #fff;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.extract .left_sidebar .logo {
  position: relative;
  margin: 20px 0;
}

.extract .left_sidebar .logo .dot {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  right: -9px;
}

.extract .left_sidebar .links .navlinks {
  list-style: none;
}

.extract .left_sidebar .links .navlinks li {
  margin: 35px 0;
}

.extract .left_sidebar .links .navlinks li small sup {
  background-color: red;
  color: #fff;
  padding: 2px;
  border-radius: 10px;
}

.extract .left_sidebar .links .navlinks li a {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
  font-weight: 500;
}

.extract .left_sidebar .links .navlinks li a i {
  color: red;
  margin-right: 5px;
}

.extract .left_sidebar .coming_soon {
  background-color: #f6f9fe;
  width: 70%;
  height: 200px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  display: none;
}

.extract .left_sidebar .coming_soon .emoji {
  background-color: rgba(255, 0, 0, 0.288);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.extract .left_sidebar .coming_soon .emoji img {
  width: 50px;
}

.extract .left_sidebar .coming_soon p {
  font-size: 0.8rem;
  color: #000;
  text-align: center;
}

.extract .left_sidebar .coming_soon button {
  width: 80%;
  height: 2rem;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  background-color: red;
}

.extract .left_sidebar .contribute {
  margin-bottom: 20px;
}

.extract .left_sidebar .contribute a {
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
}

.extract .left_sidebar .contribute a sup {
  background-color: red;
  color: #fff;
  padding: 2px;
  border-radius: 10px;
  font-size: 0.5rem;
}

.extract .main {
  width: 60%;
  background-color: #f6f5fb;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.extract .main h2 {
  margin-top: 20px;
  font-weight: 500;
  font-size: 2rem;
  text-align: left;
  width: 90%;
}

.extract .main .upload_btn_wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 25px;
}

.extract .main .upload_btn_wrapper .btn {
  border: none;
  color: #fff;
  background-color: red;
  padding: 5px 20px;
  border-radius: 7px;
  font-size: 15px;
}

.extract .main .upload_btn_wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.extract .main .upload_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  height: 70vh;
  border-radius: 0.8rem;
  background-color: #fff;
}

.extract .main .upload_file img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0.8rem;
}

.extract .main .saved_message {
  width: 400px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.extract .main .saved_message.show {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.extract .main .saved_message i {
  font-size: 26px;
  color: red;
  margin: 10px;
}

.extract .main .saved_message p {
  font-size: 25px;
}

.extract .right_sidebar {
  width: 20%;
  background-color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

.extract .right_sidebar .default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.extract .right_sidebar .default h3 {
  text-align: center;
  color: rgba(59, 59, 59, 0.288);
}

.extract .right_sidebar .default img {
  width: 80px;
  background-color: rgba(255, 0, 0, 0.288);
  border-radius: 100%;
  padding: 10px;
}

.extract .right_sidebar .image_loaded {
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.extract .right_sidebar .image_loaded .dominant_color {
  width: 100%;
  margin-top: 20px;
}

.extract .right_sidebar .image_loaded .dominant_color .dominant {
  width: 100%;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.extract .right_sidebar .image_loaded .dominant_color .dominant .dominant_color_code_and_copy_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: auto;
}

.extract .right_sidebar .image_loaded .dominant_color .dominant .dominant_color_code_and_copy_button .copy_copied {
  background-color: red;
  color: #fff;
  border-radius: 10px;
  padding: 2px;
  text-align: center;
  width: 100px;
  margin-right: 2px;
  display: none;
}

.extract .right_sidebar .image_loaded .dominant_color .dominant .dominant_color_code_and_copy_button input {
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
  outline: none;
  border: none;
  background-color: transparent;
  pointer-events: none;
}

.extract .right_sidebar .image_loaded .dominant_color .dominant .dominant_color_code_and_copy_button input::-moz-selection {
  background: transparent;
}

.extract .right_sidebar .image_loaded .dominant_color .dominant .dominant_color_code_and_copy_button input::selection {
  background: transparent;
}

.extract .right_sidebar .image_loaded .dominant_color .dominant .dominant_color_code_and_copy_button i {
  color: #fff;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.extract .right_sidebar .image_loaded .color_palette {
  width: 100%;
}

.extract .right_sidebar .image_loaded .color_palette h3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  width: 100%;
}

.extract .right_sidebar .image_loaded .color_palette .color_palette_container {
  width: 100%;
  max-height: 350px;
  overflow-y: scroll;
}

.extract .right_sidebar .image_loaded .color_palette .color_palette_container::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.extract .right_sidebar .image_loaded .color_palette .color_palette_container .color {
  width: 100%;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: red;
  border: 1px solid #fff;
}

.extract .right_sidebar .image_loaded .color_palette .color_palette_container .color .color_palette_code_and_copy_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: auto;
}

.extract .right_sidebar .image_loaded .color_palette .color_palette_container .color .color_palette_code_and_copy_button .copy_copied {
  background-color: red;
  color: #fff;
  border-radius: 10px;
  padding: 2px;
  text-align: center;
  width: 100px;
  margin-right: 2px;
  display: none;
}

.extract .right_sidebar .image_loaded .color_palette .color_palette_container .color .color_palette_code_and_copy_button input {
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
  outline: none;
  border: none;
  background-color: transparent;
  pointer-events: none;
}

.extract .right_sidebar .image_loaded .color_palette .color_palette_container .color .color_palette_code_and_copy_button input::-moz-selection {
  background: transparent;
}

.extract .right_sidebar .image_loaded .color_palette .color_palette_container .color .color_palette_code_and_copy_button input::selection {
  background: transparent;
}

.extract .right_sidebar .image_loaded .color_palette .color_palette_container .color .color_palette_code_and_copy_button i {
  color: #fff;
  cursor: pointer;
}

.extract .right_sidebar .image_loaded .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.extract .right_sidebar .image_loaded .buttons .export_palette {
  width: 100%;
  height: 3rem;
  color: #fff;
  margin: auto;
  outline: none;
  border: none;
  border-radius: 0.3rem;
  cursor: pointer;
  font-size: 1.2rem;
  margin: 10px 0;
}

.extract .right_sidebar .image_loaded .buttons .save_palette {
  width: 100%;
  height: 3rem;
  color: #fff;
  margin: auto;
  outline: none;
  border: none;
  border-radius: 0.3rem;
  cursor: pointer;
  font-size: 1.2rem;
  background-color: red;
  color: #fff;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .extract {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .extract .mobile_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .extract .mobile_nav .logo_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: auto;
    padding: 10px 0;
  }
  .extract .mobile_nav .logo_menu .ham i {
    font-size: 40px;
    color: #000;
  }
  .extract .mobile_nav .links {
    width: 90%;
    margin: auto;
    display: none;
  }
  .extract .mobile_nav .links.show {
    display: block;
  }
  .extract .mobile_nav .links .navlinks {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .extract .mobile_nav .links .navlinks li {
    margin: 15px;
  }
  .extract .mobile_nav .links .navlinks li a {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
  }
  .extract .mobile_nav .links .navlinks li a i {
    margin-right: 5px;
    color: #f00;
  }
  .extract .popup {
    width: 90%;
  }
  .extract .popup .popup_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .extract .popup .popup_content .popup_content_left,
  .extract .popup .popup_content .popup_content_right {
    width: 90%;
    margin: auto;
  }
  .extract .left_sidebar {
    display: none;
  }
  .extract .main {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .extract .right_sidebar {
    width: 90%;
    margin: auto;
  }
  .extract .right_sidebar .image_loaded .dominant_color {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .extract .right_sidebar .image_loaded .dominant_color .dominant {
    width: 100px;
    height: 100px;
    border-radius: 100%;
  }
  .extract .right_sidebar .image_loaded .dominant_color .dominant .dominant_color_code_and_copy_button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .extract .right_sidebar .image_loaded .dominant_color .dominant .dominant_color_code_and_copy_button input {
    width: 0;
  }
  .extract .right_sidebar .image_loaded .dominant_color .dominant .dominant_color_code_and_copy_button i {
    font-size: 1.5rem;
  }
  .extract .right_sidebar .image_loaded .color_palette {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    position: relative;
    margin-top: 15px;
  }
  .extract .right_sidebar .image_loaded .color_palette h3 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: #fff;
    width: 200px;
    text-align: center;
  }
  .extract .right_sidebar .image_loaded .color_palette .color {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 10px;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .extract .right_sidebar .image_loaded .color_palette .color .color_palette_code_and_copy_button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .extract .right_sidebar .image_loaded .color_palette .color .color_palette_code_and_copy_button input {
    width: 0;
  }
  .extract .right_sidebar .image_loaded .color_palette .color .color_palette_code_and_copy_button i {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .extract {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .extract .popup {
    width: 90%;
  }
  .extract .popup .popup_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .extract .popup .popup_content .popup_content_left,
  .extract .popup .popup_content .popup_content_right {
    width: 100%;
    margin: auto;
  }
  .extract .left_sidebar {
    display: none;
  }
  .extract .main {
    width: 100%;
  }
  .extract .right_sidebar {
    width: 95%;
    margin: auto;
  }
  .extract .right_sidebar .image_loaded .dominant_color .dominant {
    height: 90px;
    width: 100%;
    border-radius: none;
  }
  .extract .right_sidebar .image_loaded .color_palette .color_palette_container .color {
    height: 90px;
  }
}

.saved_palettes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.saved_palettes .mobile_nav {
  display: none;
}

.saved_palettes .left_sidebar {
  width: 20%;
  background-color: #fff;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  top: 0;
}

.saved_palettes .left_sidebar .logo {
  position: relative;
  margin: 20px 0;
}

.saved_palettes .left_sidebar .logo .dot {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  right: -9px;
}

.saved_palettes .left_sidebar .links .navlinks {
  list-style: none;
}

.saved_palettes .left_sidebar .links .navlinks li {
  margin: 35px 0;
}

.saved_palettes .left_sidebar .links .navlinks li small sup {
  background-color: red;
  color: #fff;
  padding: 2px;
  border-radius: 10px;
}

.saved_palettes .left_sidebar .links .navlinks li a {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
  font-weight: 500;
}

.saved_palettes .left_sidebar .links .navlinks li a i {
  color: red;
  margin-right: 5px;
}

.saved_palettes .left_sidebar .coming_soon {
  background-color: #f6f9fe;
  width: 70%;
  height: 200px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  display: none;
}

.saved_palettes .left_sidebar .coming_soon .emoji {
  background-color: rgba(255, 0, 0, 0.288);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.saved_palettes .left_sidebar .coming_soon .emoji img {
  width: 50px;
}

.saved_palettes .left_sidebar .coming_soon p {
  font-size: 0.8rem;
  color: #000;
  text-align: center;
}

.saved_palettes .left_sidebar .coming_soon button {
  width: 80%;
  height: 2rem;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  background-color: red;
}

.saved_palettes .left_sidebar .contribute {
  margin-bottom: 20px;
}

.saved_palettes .left_sidebar .contribute a {
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
}

.saved_palettes .left_sidebar .contribute a sup {
  background-color: red;
  color: #fff;
  padding: 2px;
  border-radius: 10px;
  font-size: 0.5rem;
}

.saved_palettes .main {
  width: 80%;
  margin-left: 20%;
  background-color: #f6f5fb;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.saved_palettes .main .confirm_delete_popup {
  position: absolute;
  background-color: #fff;
  width: 300px;
  margin: auto;
  z-index: 100000;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  top: 300px;
  left: 50%;
  padding: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.saved_palettes .main .confirm_delete_popup.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.saved_palettes .main .confirm_delete_popup h3 {
  font-weight: 500;
  text-align: center;
}

.saved_palettes .main .confirm_delete_popup .buttons {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.saved_palettes .main .confirm_delete_popup .buttons button {
  width: 150px;
  height: 40px;
  margin: 10px;
  cursor: pointer;
  outline: none;
  border: none;
}

.saved_palettes .main .confirm_delete_popup .buttons button:first-child {
  background-color: #e1e1e4;
  color: #000;
}

.saved_palettes .main .confirm_delete_popup .buttons button:last-child {
  background-color: red;
  color: #fff;
}

.saved_palettes .main .title_and_delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f6f5fb;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 10px 0;
}

.saved_palettes .main .title_and_delete h2 {
  font-weight: 500;
  font-size: 2rem;
  margin-left: 30px;
}

.saved_palettes .main .title_and_delete .delete_all {
  margin-right: 30px;
  background-color: red;
  border: none;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
  height: 35px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.saved_palettes .main .title_and_delete .delete_all i {
  margin-right: 5px;
}

.saved_palettes .main .palette_default_content {
  display: none;
  height: 90vh;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.saved_palettes .main .palette_default_content a {
  text-decoration: none;
}

.saved_palettes .main .palette_default_content a button {
  margin-right: 30px;
  background-color: red;
  border: none;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
  height: 45px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.saved_palettes .main .saved_color_palettes_container {
  width: 100%;
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes .saved_palette_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 250px;
  width: 400px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes .saved_palette_card h3 {
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes .saved_palette_card .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes .saved_palette_card .colors .color {
  width: 80px;
  height: 100%;
  background-color: blue;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes .saved_palette_card .colors .color textarea {
  width: 100%;
  height: 20px;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #000;
  font-size: 0.8rem;
  resize: none;
  outline: none;
  font-weight: 500;
  color: #fff;
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes .saved_palette_card .colors .color textarea :-moz-read-only {
  background-color: #fff;
  color: #000;
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes .saved_palette_card .colors .color textarea :read-only {
  background-color: #fff;
  color: #000;
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes .saved_palette_card .colors .color textarea ::-moz-selection {
  background-color: transparent;
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes .saved_palette_card .colors .color textarea ::selection {
  background-color: transparent;
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes .saved_palette_card .download_button {
  position: absolute;
  position: absolute;
  bottom: 0;
  left: 50%;
  color: red;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes .saved_palette_card .download_button .options_menu {
  -webkit-transition: ease-in 0.3;
  transition: ease-in 0.3;
  display: none;
  position: absolute;
  bottom: 40px;
  background-color: #fff;
  padding: 5px;
  border-radius: 7px;
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes .saved_palette_card .download_button .options_menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes .saved_palette_card .download_button .options_menu .arrow {
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 45%;
  top: 90%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes .saved_palette_card .download_button .options_menu button {
  background-color: rgba(255, 0, 0, 0.7);
  width: 1rem;
  height: 1rem;
  padding: 1rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  margin: 10px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes .saved_palette_card .download_button .options_menu button i {
  font-size: 1rem;
}

.saved_palettes .main .saved_color_palettes_container .saved_color_palettes .saved_palette_card .download_button .options_menu button:hover {
  background-color: red;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

@media screen and (max-width: 768px) {
  .saved_palettes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .saved_palettes .mobile_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .saved_palettes .mobile_nav .logo_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: auto;
    padding: 10px 0;
  }
  .saved_palettes .mobile_nav .logo_menu .ham i {
    font-size: 40px;
    color: #000;
  }
  .saved_palettes .mobile_nav .links {
    width: 90%;
    margin: auto;
    display: none;
  }
  .saved_palettes .mobile_nav .links.show {
    display: block;
  }
  .saved_palettes .mobile_nav .links .navlinks {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .saved_palettes .mobile_nav .links .navlinks li {
    margin: 15px;
  }
  .saved_palettes .mobile_nav .links .navlinks li a {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
  }
  .saved_palettes .mobile_nav .links .navlinks li a i {
    margin-right: 5px;
    color: #f00;
  }
  .saved_palettes .left_sidebar {
    display: none;
  }
  .saved_palettes .main {
    width: 100%;
    margin: 0;
  }
}

.generate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.generate .mobile_nav {
  display: none;
}

.generate .left_sidebar {
  width: 20%;
  background-color: #fff;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.generate .left_sidebar .logo {
  position: relative;
  margin: 20px 0;
}

.generate .left_sidebar .logo .dot {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  right: -9px;
}

.generate .left_sidebar .links .navlinks {
  list-style: none;
}

.generate .left_sidebar .links .navlinks li {
  margin: 35px 0;
}

.generate .left_sidebar .links .navlinks li small sup {
  background-color: red;
  color: #fff;
  padding: 2px;
  border-radius: 10px;
}

.generate .left_sidebar .links .navlinks li a {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
  font-weight: 500;
}

.generate .left_sidebar .links .navlinks li a i {
  color: red;
  margin-right: 5px;
}

.generate .left_sidebar .coming_soon {
  background-color: #f6f9fe;
  width: 70%;
  height: 200px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  display: none;
}

.generate .left_sidebar .coming_soon .emoji {
  background-color: rgba(255, 0, 0, 0.288);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.generate .left_sidebar .coming_soon .emoji img {
  width: 50px;
}

.generate .left_sidebar .coming_soon p {
  font-size: 0.8rem;
  color: #000;
  text-align: center;
}

.generate .left_sidebar .coming_soon button {
  width: 80%;
  height: 15rem;
  font-size: 0.8rem;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  background-color: red;
}

.generate .left_sidebar .contribute {
  margin-bottom: 10px;
}

.generate .left_sidebar .contribute a {
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
}

.generate .left_sidebar .contribute a sup {
  background-color: red;
  color: #fff;
  padding: 2px;
  border-radius: 10px;
  font-size: 0.5rem;
}

.generate .main {
  width: 80%;
  background-color: #f6f5fb;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.generate .main .saved_message {
  width: 400px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.generate .main .saved_message.show {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.generate .main .saved_message i {
  font-size: 26px;
  color: red;
  margin: 10px;
}

.generate .main .saved_message p {
  font-size: 25px;
}

.generate .main .palette {
  height: 100%;
  width: 100%;
  background-color: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.generate .main .palette .color {
  width: 20%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.generate .main .palette .color input {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  outline: none;
  border: none;
  background-color: transparent;
  pointer-events: none;
  text-align: center;
}

.generate .main .palette .color input::-moz-selection {
  background: transparent;
}

.generate .main .palette .color input::selection {
  background: transparent;
}

.generate .main .palette .color i {
  color: #fff;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.7rem;
  border-radius: 100%;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.generate .main .palette .color p {
  margin: 1rem 0;
}

.generate .main .options {
  width: 100%;
  height: 10vh;
  position: absolute;
  bottom: 0;
  background-color: #d8d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.generate .main .options p {
  font-size: 1rem;
  color: #000;
  margin: 0;
  opacity: 1;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

.generate .main .options p.fade {
  opacity: 0;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

.generate .main .options .generate_btn {
  width: 20%;
  height: 80%;
  border: none;
  background-color: red;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  margin-left: 3rem;
  border-radius: 0.5rem;
}

.generate .main .options .more_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 3rem;
}

.generate .main .options .more_options i {
  cursor: pointer;
  font-size: 2rem;
  margin: 0 0.5rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .generate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .generate .mobile_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .generate .mobile_nav .logo_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: auto;
    padding: 10px 0;
  }
  .generate .mobile_nav .logo_menu .ham i {
    font-size: 40px;
    color: #000;
  }
  .generate .mobile_nav .links {
    width: 90%;
    margin: auto;
    display: none;
  }
  .generate .mobile_nav .links.show {
    display: block;
  }
  .generate .mobile_nav .links .navlinks {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .generate .mobile_nav .links .navlinks li {
    margin: 15px;
  }
  .generate .mobile_nav .links .navlinks li a {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
  }
  .generate .mobile_nav .links .navlinks li a i {
    margin-right: 5px;
    color: #f00;
  }
  .generate .left_sidebar {
    display: none;
  }
  .generate .main {
    width: 100%;
    height: 90vh;
    overflow: none;
  }
  .generate .main .palette {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .generate .main .palette .color {
    width: 100%;
    height: 25%;
  }
  .generate .main .options {
    position: fixed;
    height: 5vh;
    padding: 40px 0;
  }
  .generate .main .options p {
    display: none;
  }
  .generate .main .options .generate_btn {
    width: 80%;
    height: 50px;
  }
}

/***Copied from codepen.io and modified***/
#main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

h1 {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0 0;
  color: #888888;
}

a {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  color: #008a68;
}

svg {
  cursor: pointer;
  overflow: visible;
  width: 60px;
}

svg #heart {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: animateHeartOut 0.3s linear forwards;
          animation: animateHeartOut 0.3s linear forwards;
}

svg #main-circ {
  -webkit-transform-origin: 29.5px 29.5px;
          transform-origin: 29.5px 29.5px;
}

#checkbox {
  display: none;
}

#checkbox:checked + label svg #heart {
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  fill: #e2264d;
  -webkit-animation: animateHeart 0.3s linear forwards 0.25s;
          animation: animateHeart 0.3s linear forwards 0.25s;
}

#checkbox:checked + label svg #main-circ {
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-animation: animateCircle 0.3s linear forwards;
          animation: animateCircle 0.3s linear forwards;
  opacity: 1;
}

#checkbox:checked + label svg #grp1 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}

#checkbox:checked + label svg #grp1 #oval1 {
  -webkit-transform: scale(0) translate(0, -30px);
          transform: scale(0) translate(0, -30px);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}

#checkbox:checked + label svg #grp1 #oval2 {
  -webkit-transform: scale(0) translate(10px, -50px);
          transform: scale(0) translate(10px, -50px);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s transform 0.3s;
  transition: 1.5s transform 0.3s, 1.5s -webkit-transform 0.3s;
}

#checkbox:checked + label svg #grp2 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}

#checkbox:checked + label svg #grp2 #oval1 {
  -webkit-transform: scale(0) translate(30px, -15px);
          transform: scale(0) translate(30px, -15px);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}

#checkbox:checked + label svg #grp2 #oval2 {
  -webkit-transform: scale(0) translate(60px, -15px);
          transform: scale(0) translate(60px, -15px);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s transform 0.3s;
  transition: 1.5s transform 0.3s, 1.5s -webkit-transform 0.3s;
}

#checkbox:checked + label svg #grp3 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}

#checkbox:checked + label svg #grp3 #oval1 {
  -webkit-transform: scale(0) translate(30px, 0px);
          transform: scale(0) translate(30px, 0px);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}

#checkbox:checked + label svg #grp3 #oval2 {
  -webkit-transform: scale(0) translate(60px, 10px);
          transform: scale(0) translate(60px, 10px);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s transform 0.3s;
  transition: 1.5s transform 0.3s, 1.5s -webkit-transform 0.3s;
}

#checkbox:checked + label svg #grp4 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}

#checkbox:checked + label svg #grp4 #oval1 {
  -webkit-transform: scale(0) translate(30px, 15px);
          transform: scale(0) translate(30px, 15px);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}

#checkbox:checked + label svg #grp4 #oval2 {
  -webkit-transform: scale(0) translate(40px, 50px);
          transform: scale(0) translate(40px, 50px);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s transform 0.3s;
  transition: 1.5s transform 0.3s, 1.5s -webkit-transform 0.3s;
}

#checkbox:checked + label svg #grp5 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}

#checkbox:checked + label svg #grp5 #oval1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
          transform: scale(0) translate(-10px, 20px);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}

#checkbox:checked + label svg #grp5 #oval2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
          transform: scale(0) translate(-60px, 30px);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s transform 0.3s;
  transition: 1.5s transform 0.3s, 1.5s -webkit-transform 0.3s;
}

#checkbox:checked + label svg #grp6 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}

#checkbox:checked + label svg #grp6 #oval1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
          transform: scale(0) translate(-30px, 0px);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}

#checkbox:checked + label svg #grp6 #oval2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
          transform: scale(0) translate(-60px, -5px);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s transform 0.3s;
  transition: 1.5s transform 0.3s, 1.5s -webkit-transform 0.3s;
}

#checkbox:checked + label svg #grp7 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}

#checkbox:checked + label svg #grp7 #oval1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
          transform: scale(0) translate(-30px, -15px);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition: 0.5s transform 0.3s, 0.5s -webkit-transform 0.3s;
}

#checkbox:checked + label svg #grp7 #oval2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
          transform: scale(0) translate(-55px, -30px);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s transform 0.3s;
  transition: 1.5s transform 0.3s, 1.5s -webkit-transform 0.3s;
}

#checkbox:checked + label svg #grp2 {
  opacity: 1;
  -webkit-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
}

#checkbox:checked + label svg #grp3 {
  opacity: 1;
  -webkit-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
}

#checkbox:checked + label svg #grp4 {
  opacity: 1;
  -webkit-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
}

#checkbox:checked + label svg #grp5 {
  opacity: 1;
  -webkit-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
}

#checkbox:checked + label svg #grp6 {
  opacity: 1;
  -webkit-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
}

#checkbox:checked + label svg #grp7 {
  opacity: 1;
  -webkit-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
}

@-webkit-keyframes animateCircle {
  40% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 1;
    fill: #dd4688;
  }
  55% {
    -webkit-transform: scale(11);
            transform: scale(11);
    opacity: 1;
    fill: #d46abf;
  }
  65% {
    -webkit-transform: scale(12);
            transform: scale(12);
    opacity: 1;
    fill: #cc8ef5;
  }
  75% {
    -webkit-transform: scale(13);
            transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0.5;
  }
  85% {
    -webkit-transform: scale(17);
            transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0.2;
  }
  95% {
    -webkit-transform: scale(18);
            transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0.1;
  }
  100% {
    -webkit-transform: scale(19);
            transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0;
  }
}

@keyframes animateCircle {
  40% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 1;
    fill: #dd4688;
  }
  55% {
    -webkit-transform: scale(11);
            transform: scale(11);
    opacity: 1;
    fill: #d46abf;
  }
  65% {
    -webkit-transform: scale(12);
            transform: scale(12);
    opacity: 1;
    fill: #cc8ef5;
  }
  75% {
    -webkit-transform: scale(13);
            transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0.5;
  }
  85% {
    -webkit-transform: scale(17);
            transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0.2;
  }
  95% {
    -webkit-transform: scale(18);
            transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0.1;
  }
  100% {
    -webkit-transform: scale(19);
            transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0;
  }
}

@-webkit-keyframes animateHeart {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  40% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animateHeart {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  40% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes animateHeartOut {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animateHeartOut {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.converter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100vh;
  position: relative;
}

.converter .mobile_nav {
  display: none;
}

.converter .left_sidebar {
  width: 20%;
  background-color: #fff;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.converter .left_sidebar .logo {
  position: relative;
  margin: 20px 0;
}

.converter .left_sidebar .logo .dot {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  right: -9px;
}

.converter .left_sidebar .links .navlinks {
  list-style: none;
}

.converter .left_sidebar .links .navlinks li {
  margin: 35px 0;
}

.converter .left_sidebar .links .navlinks li small sup {
  background-color: red;
  color: #fff;
  padding: 2px;
  border-radius: 10px;
}

.converter .left_sidebar .links .navlinks li a {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
  font-weight: 500;
}

.converter .left_sidebar .links .navlinks li a i {
  color: red;
  margin-right: 5px;
}

.converter .left_sidebar .coming_soon {
  background-color: #f6f9fe;
  width: 70%;
  height: 200px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  display: none;
}

.converter .left_sidebar .coming_soon .emoji {
  background-color: rgba(255, 0, 0, 0.288);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.converter .left_sidebar .coming_soon .emoji img {
  width: 50px;
}

.converter .left_sidebar .coming_soon p {
  font-size: 0.8rem;
  color: #000;
  text-align: center;
}

.converter .left_sidebar .coming_soon button {
  width: 80%;
  height: 2rem;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  background-color: red;
}

.converter .left_sidebar .contribute {
  margin-bottom: 20px;
}

.converter .left_sidebar .contribute a {
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
}

.converter .left_sidebar .contribute a sup {
  background-color: red;
  color: #fff;
  padding: 2px;
  border-radius: 10px;
  font-size: 0.5rem;
}

.converter .main {
  width: 80%;
  background-color: #f6f5fb;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.converter .main h2 {
  margin-top: 20px;
  font-weight: 500;
  font-size: 2rem;
  text-align: left;
  width: 90%;
}

.converter .main .input_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.converter .main .input_container .color_code_input {
  width: 350px;
  height: 40px;
  outline: none;
  padding-left: 10px;
  border-radius: 7px;
  border: 2px solid #796f6f;
}

.converter .main .input_container .color_box {
  height: 40px;
  width: 40px;
  border-radius: 7px;
  margin-right: 10px;
}

.converter .main .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.converter .main .results .result_card {
  height: 150px;
  width: 300px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  margin: 20px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.converter .main .results .result_card h3 {
  text-align: center;
}

.converter .main .results .result_card input {
  width: 100%;
  outline: none;
  border: none;
  text-align: center;
}

.converter .main .results .result_card input::-moz-selection {
  background: none;
}

.converter .main .results .result_card input::selection {
  background: none;
}

.converter .main .results .result_card i {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .converter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .converter .mobile_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .converter .mobile_nav .logo_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: auto;
    padding: 10px 0;
  }
  .converter .mobile_nav .logo_menu .ham i {
    font-size: 40px;
    color: #000;
  }
  .converter .mobile_nav .links {
    width: 90%;
    margin: auto;
    display: none;
  }
  .converter .mobile_nav .links.show {
    display: block;
  }
  .converter .mobile_nav .links .navlinks {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .converter .mobile_nav .links .navlinks li {
    margin: 15px;
  }
  .converter .mobile_nav .links .navlinks li a {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
  }
  .converter .mobile_nav .links .navlinks li a i {
    margin-right: 5px;
    color: #f00;
  }
  .converter .left_sidebar {
    display: none;
  }
  .converter .main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .converter .main .input_container {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .converter .main .results {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.color_picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100vh;
  position: relative;
}

.color_picker .mobile_nav {
  display: none;
}

.color_picker .left_sidebar {
  width: 20%;
  background-color: #fff;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.color_picker .left_sidebar .logo {
  position: relative;
  margin: 20px 0;
}

.color_picker .left_sidebar .logo .dot {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  right: -9px;
}

.color_picker .left_sidebar .links .navlinks {
  list-style: none;
}

.color_picker .left_sidebar .links .navlinks li {
  margin: 35px 0;
}

.color_picker .left_sidebar .links .navlinks li small sup {
  background-color: red;
  color: #fff;
  padding: 2px;
  border-radius: 10px;
}

.color_picker .left_sidebar .links .navlinks li a {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
  font-weight: 500;
}

.color_picker .left_sidebar .links .navlinks li a i {
  color: red;
  margin-right: 5px;
}

.color_picker .left_sidebar .coming_soon {
  background-color: #f6f9fe;
  width: 70%;
  height: 200px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  display: none;
}

.color_picker .left_sidebar .coming_soon .emoji {
  background-color: rgba(255, 0, 0, 0.288);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.color_picker .left_sidebar .coming_soon .emoji img {
  width: 50px;
}

.color_picker .left_sidebar .coming_soon p {
  font-size: 0.8rem;
  color: #000;
  text-align: center;
}

.color_picker .left_sidebar .coming_soon button {
  width: 80%;
  height: 2rem;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  background-color: red;
}

.color_picker .left_sidebar .contribute {
  margin-bottom: 20px;
}

.color_picker .left_sidebar .contribute a {
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
}

.color_picker .left_sidebar .contribute a sup {
  background-color: red;
  color: #fff;
  padding: 2px;
  border-radius: 10px;
  font-size: 0.5rem;
}

.color_picker .main {
  width: 80%;
  background-color: #f6f5fb;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.color_picker .main h2 {
  margin-top: 20px;
  font-weight: 500;
  font-size: 2rem;
  text-align: left;
  width: 90%;
}

.color_picker .main .main_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  height: 100%;
}

.color_picker .main .main_content .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.color_picker .main .main_content .results .color_box {
  width: 350px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
}

.color_picker .main .main_content .results .result_card {
  height: 50px;
  width: 350px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  margin: 20px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.color_picker .main .main_content .results .result_card h3 {
  text-align: center;
  font-size: 1.2rem;
}

.color_picker .main .main_content .results .result_card input {
  width: 100%;
  outline: none;
  border: none;
  text-align: center;
}

.color_picker .main .main_content .results .result_card input::-moz-selection {
  background: none;
}

.color_picker .main .main_content .results .result_card input::selection {
  background: none;
}

.color_picker .main .main_content .results .result_card i {
  cursor: pointer;
}

.IroSlider {
  display: block;
}

@media screen and (max-width: 768px) {
  .color_picker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .color_picker .mobile_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .color_picker .mobile_nav .logo_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: auto;
    padding: 10px 0;
  }
  .color_picker .mobile_nav .logo_menu .ham i {
    font-size: 40px;
    color: #000;
  }
  .color_picker .mobile_nav .links {
    width: 90%;
    margin: auto;
    display: none;
  }
  .color_picker .mobile_nav .links.show {
    display: block;
  }
  .color_picker .mobile_nav .links .navlinks {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .color_picker .mobile_nav .links .navlinks li {
    margin: 15px;
  }
  .color_picker .mobile_nav .links .navlinks li a {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
  }
  .color_picker .mobile_nav .links .navlinks li a i {
    margin-right: 5px;
    color: #f00;
  }
  .color_picker .left_sidebar {
    display: none;
  }
  .color_picker .main {
    width: 100%;
  }
  .color_picker .main .main_content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .color_picker .main .main_content .results .result_card {
    width: 100%;
  }
}

.gradient_maker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100vh;
  position: relative;
}

.gradient_maker .mobile_nav {
  display: none;
}

.gradient_maker .left_sidebar {
  width: 20%;
  background-color: #fff;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gradient_maker .left_sidebar .logo {
  position: relative;
  margin: 20px 0;
}

.gradient_maker .left_sidebar .logo .dot {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  right: -9px;
}

.gradient_maker .left_sidebar .links .navlinks {
  list-style: none;
}

.gradient_maker .left_sidebar .links .navlinks li {
  margin: 35px 0;
}

.gradient_maker .left_sidebar .links .navlinks li small sup {
  background-color: red;
  color: #fff;
  padding: 2px;
  border-radius: 10px;
}

.gradient_maker .left_sidebar .links .navlinks li a {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
  font-weight: 500;
}

.gradient_maker .left_sidebar .links .navlinks li a i {
  color: red;
  margin-right: 5px;
}

.gradient_maker .left_sidebar .coming_soon {
  background-color: #f6f9fe;
  width: 70%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  display: none;
}

.gradient_maker .left_sidebar .coming_soon .emoji {
  background-color: rgba(255, 0, 0, 0.288);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.gradient_maker .left_sidebar .coming_soon .emoji img {
  width: 50px;
}

.gradient_maker .left_sidebar .coming_soon p {
  font-size: 0.8rem;
  color: #000;
  text-align: center;
}

.gradient_maker .left_sidebar .coming_soon button {
  width: 90%;
  height: 2rem;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  background-color: red;
}

.gradient_maker .left_sidebar .contribute {
  margin-bottom: 20px;
}

.gradient_maker .left_sidebar .contribute a {
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
}

.gradient_maker .left_sidebar .contribute a sup {
  background-color: red;
  color: #fff;
  padding: 2px;
  border-radius: 10px;
  font-size: 0.5rem;
}

.gradient_maker .main {
  width: 80%;
  background: #5c40d7;
  background: linear-gradient(71deg, #5c40d7 0%, #e93347 100%);
  color: #fff;
  height: 100%;
  position: relative;
}

.gradient_maker .main .css_result {
  color: #000;
  width: 500px;
  height: 350px;
  position: absolute;
  top: 40%;
  left: 50%;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gradient_maker .main .css_result .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
}

.gradient_maker .main .css_result .close i {
  color: red;
  font-size: 1.5rem;
}

.gradient_maker .main .css_result .topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin: auto;
}

.gradient_maker .main .css_result .topbar .toggle_switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gradient_maker .main .css_result .topbar .toggle_switch input {
  margin-right: 5px;
}

.gradient_maker .main .css_result .css_code {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gradient_maker .main .css_result .css_code textarea {
  width: 90%;
  height: 200px;
  margin: auto;
  padding: 10px;
  outline: none;
  border-radius: 10px;
  resize: none;
  font-size: 0.9rem;
  border: none;
}

.gradient_maker .main .css_result .css_code textarea::-moz-selection {
  background: transparent;
}

.gradient_maker .main .css_result .css_code textarea::selection {
  background: transparent;
}

.gradient_maker .main .css_result button {
  width: 100%;
  height: 5rem;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  background-color: grey;
}

.gradient_maker .main .export_save {
  position: absolute;
  right: 0;
  top: 30%;
}

.gradient_maker .main .export_save button {
  background-color: #fff;
  width: 150px;
  height: 50px;
  outline: none;
  border: none;
  font-size: 1.5rem;
  border-radius: 10px 0 0 10px;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.gradient_maker .main .export_save button:hover {
  width: 170px;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.gradient_maker .main .export_save button i {
  margin-right: 10px;
}

.gradient_maker .main .export_save button i.fa-css3-alt {
  color: #264de4;
}

.gradient_maker .main .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
}

.gradient_maker .main .top .random_btn {
  outline: none;
  border: none;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 7px;
}

.gradient_maker .main .settings {
  position: absolute;
  height: 30vh;
  width: 100%;
  padding: 0 2%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gradient_maker .main .settings .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gradient_maker .main .settings .colors .color {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gradient_maker .main .settings .colors .color .box {
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin-right: 10px;
  border-radius: 6px;
}

.gradient_maker .main .settings .colors .color input {
  border: none;
  outline: none;
  padding: 5px;
  height: 35px;
}

.gradient_maker .main .settings .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gradient_maker .main .settings .type .type_btn {
  padding: 5px;
  margin: 5px 0;
  height: 35px;
  border: none;
  outline: none;
  cursor: pointer;
}

.gradient_maker .main .settings .type .type_btn i {
  margin-right: 5px;
}

.gradient_maker .main .settings .slider_wrapper {
  position: relative;
  width: 300px;
  border-radius: 10px;
  display: none;
}

.gradient_maker .main .settings .container {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 30px;
}

.gradient_maker .main .settings .angle .mobile_angle_container {
  display: none;
}

.gradient_maker .main .settings .angle .angle_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gradient_maker .main .settings .angle .angle_container input {
  width: 50px;
  height: 40px;
  text-align: center;
  border: none;
  outline: none;
  padding: 5px;
  border-radius: 6px;
  margin-right: 10px;
}

.gradient_maker .main .settings .angle .angle_container .angle_circle {
  width: 65px;
  height: 65px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
}

.gradient_maker .main .settings .angle .angle_container .angle_circle .angle_circle_inner {
  background-color: transparent;
  height: 100%;
  width: 5px;
}

.gradient_maker .main .settings .angle .angle_container .angle_circle .angle_circle_inner .pointer_dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .gradient_maker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gradient_maker .mobile_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gradient_maker .mobile_nav .logo_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: auto;
    padding: 10px 0;
  }
  .gradient_maker .mobile_nav .logo_menu .ham i {
    font-size: 40px;
    color: #000;
  }
  .gradient_maker .mobile_nav .links {
    width: 90%;
    margin: auto;
    display: none;
  }
  .gradient_maker .mobile_nav .links.show {
    display: block;
  }
  .gradient_maker .mobile_nav .links .navlinks {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .gradient_maker .mobile_nav .links .navlinks li {
    margin: 15px;
  }
  .gradient_maker .mobile_nav .links .navlinks li a {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
  }
  .gradient_maker .mobile_nav .links .navlinks li a i {
    margin-right: 5px;
    color: #f00;
  }
  .gradient_maker .left_sidebar {
    display: none;
  }
  .gradient_maker .main {
    width: 100%;
  }
  .gradient_maker .main .settings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px 10px;
  }
  .gradient_maker .main .settings .angle .mobile_angle_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gradient_maker .main .settings .angle .mobile_angle_container input {
    width: 50px;
    height: 40px;
    text-align: center;
    border: none;
    outline: none;
    padding: 5px;
    border-radius: 6px;
    margin-right: 10px;
  }
  .gradient_maker .main .settings .angle .mobile_angle_container .mobile_angle_slider {
    width: 300px;
  }
  .gradient_maker .main .settings .angle .angle_container {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */