:root {
  --primary: #00c0ff;
  --secondary: #ffffff;
}
.color-primary {
  background: var(--primary);
  color: var(--secondary);
}
.color-primary:hover {
  color: var(--secondary);
}
.input-area {
  color: #616568 !important;
  font-weight: 600;
}
.input-area h2 {
  font-size: 21px;
  font-weight: 900;
}
.left-section {
  box-shadow: 0 14px 16px rgb(0 0 0 / 6%);
  border: 2px solid #797d80;
  border-radius: 6px 0px 0px 6px;
  border-right: none;
  height: 100%;
  background: #fff;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.right-section {
  box-shadow: 0 14px 16px rgb(0 0 0 / 6%);
  -moz-box-shadow: 0 14px 16px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 14px 16px rgb(0 0 0 / 6%);
  border-radius: 0px 6px 6px 0px;
  background: #fff;
  border: 2px solid #797d80;
  height: auto;
  min-height: 400px;
  padding: 30px 32px;
}
.features-nav {
  text-transform: uppercase;
  font-size: 12px;
  color: #616568;
  font-weight: 700;
  position: relative;
  top: -2px;
  left: 10px;
  display: block;
  border-bottom: 2px solid #eaeaea;
  padding: 1px 5px;
  min-width: 89px;
  margin-bottom: 20px;
  padding-left: 11px;
  text-align: left;
  height: 32px;
  line-height: 30px;
  margin-right: 20px;
}
.features-nav:hover {
  text-decoration: none;
  color: #616568;
  background-color: #f0f0f0;
  border-radius: 4px;
}
.active-class {
  text-decoration: none;
  color: #616568;
  background-color: #f0f0f0;
  border-radius: 4px;
}
.features-nav i {
  margin-right: 7px;
}
.urlinput {
  font-size: 26px !important;
  font-weight: 700 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  resize: none !important;
  color: #000;
  height: 80px;
  min-height: 80px !important;
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  outline: 0;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.submenu {
  overflow: hidden;
  max-height: 0px;
  padding: 0;
}
.wifi-section {
  text-align: left;
}
.qr-png-img {
  width: 174px;
  opacity: 0.4;
}
.input-area {
  text-align: left;
}
.form-group label {
  width: 100%;
  display: block;
  text-align: left;
}
.generator input[type='date'],
.generator input[type='text'],
.generator textarea,
.generator textarea:focus {
  border: 2px solid #eaeaea;
  background: #fff;
  box-shadow: none;
  outline: 0;
  border-radius: 2px;
  font-size: 15px;
  opacity: 1;
  font-weight: 600;
  height: 48px;
  display: inline-block;
}
.qrcode {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.img-section {
  height: 200px !important;
  overflow: auto;
}
.img-section::-webkit-scrollbar {
  width: 5px;
}
.img-section::-webkit-scrollbar-thumb {
  border-radius: 3px;
  box-shadow: 0 14px 16px rgb(0 0 0 / 6%);
  background-color: #dddddd;
}
textarea {
  width: 100%;
}
input[type='color'] {
  height: 24px;
  width: 24px;
  cursor: pointer;
  border-radius: 3px;
  border: none;
  padding: 0px;
}
.fieldset {
  border: 1px solid gray;
}
.fieldset legend {
  font-size: 13px;
  width: fit-content;
}
#range-input {
  width: 100%;
}
.li_collapse {
  background: #f7f7f7;
  padding: 12px 20px;
  border-radius: 4px;
  margin-bottom: 4px;
}
.li_collapse a {
  text-transform: uppercase;
  display: flex;
  font-size: 17px;
  align-items: center;
  justify-content: space-between;
}
.li_collapse a i {
  margin-bottom: 0px;
}
.download-all-btn {
  background: var(--primary);
  color: var(--secondary);
  font-size: 20px;
  font-weight: 800;
  padding: 9px;
}
.download-all-btn:hover {
  color: #fff;
}
.download-svg svg {
  height: inherit;
  margin-bottom: 4px;
}
.download-svg {
  display: inline-block;
  height: 28px;
  width: 28px;
}
.dowload-formats {
  padding-bottom: 15px;
  font-weight: 800;
}
.download-button {
  cursor: pointer;
}
.logo-input {
  padding: 8px 0px;
  display: flex;
  flex-wrap: wrap;
}
.logo-input img {
  padding: 7px;
  border: 1px solid gray;
  margin: 2px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.add-clear {
  color: var(--primary);
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  cursor: pointer;
  margin: 2px;
}
.add-clear i {
  margin: auto;
}
<<<<<<< HEAD
@media (max-width: 992px) {
  .left-section {
    border: 2px solid #797d80;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .right-section {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
=======
>>>>>>> 05ad6f3b522b37d29bd600fe251382da326225eb
