*,
body ::after ::before {
  margin: 0 0;
  padding: 0px;
}
.qr-bg {
  width: 100%;
  height: 100vh;
  background-color: #1e2d47;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qr-container {
  border-radius: 10px;
  background-color: white;
  padding: 10px;
  display: flex;
  /*flex-direction: column;*/
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 250px;
  min-height: 250px;
  width: 90%;
  height: 90%;
  flex-wrap: wrap;
  overflow: auto;
}

.sub-container {
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: flex-start;
  /*border: 1px solid #ddd;*/
}

.qr-options {
  /*border: 1px solid #ddd;*/
  /*min-width: 400px;*/
  width: 420px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qr-preview {
  /*border: 1px solid #ddd;*/
  display: flex;
  justify-content: center;
  min-width: 300px;
  padding: 10px;
  width: 370px;
}

.inputColor {
  /*width: 100px;*/
}

/*
#qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
}*/
#qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dedede;
  min-width: 15px;
  min-height: 150px;
  width: 240px;
  height: 240px;
  /*border: 5px solid #0d6efd;*/
}

.preview {
  display: block;
  margin: 15px auto;
}

.company-logo {
  display: block;
  width: 300px;
  height: 100px;
  margin: 0 auto;
}

.spacing {
  margin-bottom: 5px;
}

body {
  font-weight: bold;
}

.inblock {
  display: inline-block;
}

.shapeactive {
  border: 2px solid #0d6efd;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#hidden-qrcode {
  display: none;
}

.hide {
  display: none;
  visibility: hidden;
}

.shape_icons {
  width: 10px;
  height: 10px;
  margin-left: 10px;
}

.shape_icons_plus {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.accordion-button {
  background-color: #324b77;
}

.accordion-button:not(.collapsed) {
  background-color: #324b77;
}

.accordion-item {
  margin-bottom: 5px;
}

.download-btn {
  background-color: #8cb3d9;
}

.accordion-button:active {
  color: #fff;
}

.accordion-container {
  width: 100%;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  color: white;
}
