

  #kindle-qr-code {
    width: 100%;
    margin-left: 0px;
}





  #qr-generator {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 510px;
    justify-content: flex-start;
  
  }

  #kindle-qr-code .form-section {
  padding-top: 0px;
  padding-left: 20px;
  width: 70%;
  height: 510px;
  padding-bottom: 40px;
  border: none !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

#chart-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 380px;
  /* UI Properties */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 8px 0px 24px #33394B0A;
  border: 1px solid #FBC8AA;
  opacity: 1;
  background:  #FFFFFF;
}


#color-picker {
	top: -27px;
  right: 20px;
  opacity: 0;
  display: block;
  width: 110px;
  height: 32px;
  border: none;
  position: relative;
}

#picker {
	color: var(--unnamed-color-f7782d);
  text-align: left;
  font: normal normal 600 16px/18px Open Sans;
  letter-spacing: 0px;
  color: #F7782D;
  opacity: 1;
}

#color-picker-wrapper {
	float: left;
}

#qr-generator {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 510px;
  justify-content: flex-start;

}



#kindle-qr-code .row {
  margin-left: 0% !important;
  margin-right: 0% !important;
}

#kindle-qr-code .qr-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:352px;
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 100px;
  border: none !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}


@media (min-width: 768px) {

  #kindle-qr-code .qr-section {
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 352px;
    height: 510px;
    justify-content: flex-start;
  }

}

#kindle-qr-code .form-section {
  padding-top: 0px;
  padding-left: 20px;
  width: 60%;
  height: 510px;
  padding-bottom: 40px;
  border: none !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
#kindle-qr-code .header-title {
  padding-bottom: 15px;
  padding-top: 15px;
  color: var(--unnamed-color-33394b);
  text-align: center;
  font: normal normal 600 24px/29px Poppins;
  letter-spacing: 0px;
  color: #33394B;
  opacity: 1;
  font-size: 30px;
  font-weight: 700;
}


#kindle-qr-code .inputContainer {
  position: relative;
  margin-top: 4%;
  display: flex;
  flex-direction: column;
}
#kindle-qr-code h5 {
  padding-bottom: 10px;
  font-weight: bold !important;
  font-size: 1rem !important;
  color: #f7782d !important;
}

.style-picker img {
  margin-right: 24px;
}

.color-picker div {
  margin-right: 8px;
}

#kindle-qr-code .color-picker {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch
}

#kindle-qr-code .color-picker img {
  width: 20px;
  height: 20px;
}

#kindle-qr-code .color-picker #color-code{
  color: var(--unnamed-color-33394b);
  text-align: left;
  font: normal normal normal 16px/18px Open Sans;
  letter-spacing: 0px;
  color: #33394B;
  opacity: 1;
}


#kindle-qr-code .color-picker .picker{
  color: var(--unnamed-color-f7782d);
  text-align: left;
  font: normal normal 600 16px/18px Open Sans;
  letter-spacing: 0px;
  color: #F7782D;
  opacity: 1;
}

#kindle-qr-code #color {
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  width: 20px;
  height: 20px;
}

#kindle-qr-code .style-selected {
  border: 2px solid var(--unnamed-color-f7782d);
  background: transparent url('../rectangle%20111.html') 0% 0% no-repeat padding-box;
  border: 2px solid #F7782D;
  opacity: 1;
}

#kindle-qr-code h5 span {
  font-size: 16px;
  font-weight: bold !important;
  color: #000000 !important;
  color: var(--unnamed-color-33394b);
  text-align: left;
  font: normal normal bold 16px/18px Open Sans;
  letter-spacing: 0px;
  color: #33394B;
  opacity: 1;
  }
#kindle-qr-code label {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  font-size: 1rem;
  font-weight: 400;
  padding: 5px 25px;
  color: black !important;
  text-decoration: none !important;
  cursor: pointer;
  margin-bottom: 0 !important;
  width: 612px;
  height: 116px;
  background: #F4F5F6 0% 0% no-repeat padding-box;
  border: 1px dashed #33394B33;
  opacity: 1;
  text-align: center;
  justify-content: center;
}
#kindle-qr-code #dataInput {
  font-size: 14px !important;
  padding: 10px !important;
  line-height: 22px !important;
  width: 80%;
  height: 40px;
  background: #F4F5F6 0% 0% no-repeat padding-box;
  border: 1px solid #33394B1A;
  opacity: 1;
}

#kindle-qr-code #imageInput {
  position: absolute;
  height: 125px;
  width: 80%;
  opacity: 0;
  top: 30px;
  left: 0;
}
#kindle-qr-code #imageUpload {
  width: 80%;
  }

#kindle-qr-code input:focus {
  outline: none !important;
}
#kindle-qr-code select {
  background: #fff !important;
  font-size: 14px !important;
  padding: 10px !important;
  line-height: 22px !important;
  color: #555 !important;
  font-weight: normal;
  font-family: "Open Sans", sans-serif !important;
  border-radius: 3px !important;
  border: 1px solid #ccc !important;
}
#kindle-qr-code #formButton {
  font-size: 1rem;
  font-weight: 400;
  padding: 10px 18px;
  color: white !important;
  width: 272px;
  height: 48px;
  /* UI Properties */
  background: var(--unnamed-color-f7782d) 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 0px var(--unnamed-color-33394b);
  background: #F7782D 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 0px #33394B;
  opacity: 1;
  margin-top:  5%;
}

.below-download-pdf {
  width: 228px;
  height: 40px;
  border: 2px solid #FFFFFF;
  opacity: 1;
  margin-top:  -15px;
}

.upper-right-box {
  position:relative;
  width: 52px;
  height: 52px;
  /* UI Properties */
  background: var(--unnamed-color-f7782d) 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 0px var(--unnamed-color-33394b);
  background: #F7782D 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 0px #33394B;
  opacity: 1;
}

span.button-title-download {
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal 600 16px/22px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
}

#kindle-qr-code #formPdfButton {
  width: 100%;
  background: transparent;
  border: 0px solid black !important;
  opacity: 1;
  margin-left: 20px;
  margin-top: -20px;
}

#kindle-qr-code button:focus {
  outline: none !important;
}
#kindle-qr-code #remove_file {
  font-size: 1rem;
  font-weight: 400;
  padding: 5px 25px;
  color: black !important;
  border-radius: 5px;
  text-decoration: none !important;
  cursor: pointer;
  background-color: white;
  border: 1px solid black !important;
  width: fit-content;
}
#kindle-qr-code .share-text {
  text-align: center;
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
}
#kindle-qr-code .share {
  display: flex;
}
#kindle-qr-code .socialshareicons {
  font-size: 40px;
  justify-content: center;
  margin-left: -3px;
  margin-right: -3px;
  padding: 0 0.5rem;
}
#kindle-qr-code .socialshareicons a {
  display: inline-block;
  margin: 0 auto;
  padding: 5px;
  border: none;
}
#kindle-qr-code .socialshareicons a:hover {
  background: none;
}
#kindle-qr-code .socialshareicons a i {
  margin: 0;
  color: #33394B;
  font-size: 40px;
  line-height: 32px;
}
#kindle-qr-code .socialshareicons a:hover i {
  color: #f7782d;
}
#kindle-qr-code .qr-section {
  padding: 10px;
  border: none !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

#kindle-qr-code #canvas {
  position: relative;
  margin-top: 0px;
}
#kindle-qr-code canvas {
  width: 100% !important;
  position: relative;
  margin-top: 0px;
}
#kindle-qr-code .download {
  text-align: center;
  font-family: "Open Sans", sans-serif !important;
  margin-top: -20px;
}
#kindle-qr-code .logo-1 {
  width: 50px !important;
  margin: auto;
}
#kindle-qr-code .logo-1 img {
  width: 50px !important;
}

@media (max-width: 768px) {
  #kindle-qr-code .socialshareicons a i {
    text-align: center;
    color: #33394B;
    background-color: #fff;
    line-height: 32px;
    position: relative;
    width: fit-content;
  }
}

@-moz-document url-prefix() {
  #kindle-qr-code canvas {
    width: -moz-available !important;
  }
}





@media (max-width: 768px) {
  #kindle-qr-code {
    width: 100%;
      height: 1277px;
  }

.margin-left{
  width: 100%;
}

.entry-content{
width: 100%;
}

  #kindle-qr-code {
      width: 100%;
  }

  #qr-generator {
    width: 100%;
  }

   #qr-form-section.form-section {
    height: 610px;
  width: 100%;
  border: none !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

  #qr-title {
  width: 50%;
}

 .inputContainer {
  width: 90%;
  margin-top: 5%;
  margin-bottom: 5%;
}

#kindle-qr-code #dataInput {
  width: 80%;
  }

#kindle-qr-code #imageUpload {
  width: 80%;
  margin-top: 5%;
  }


#kindle-qr-code .qr-section {
  margin-top:  15%;
  width: 100%;
  padding: 0px;
}

#chart-wrapper {
  width: 90%;
  margin-top: 15%;
}
#kindle-qr-code .header-title {
  width: 90%;
}

 .row{
    width: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
    padding-left: 0px;
    padding-right: 0px;
  }  

  .entry-content{
    width: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
    padding-left: 0% !important;
    padding-right: 0% !important;
  }

}