body {
  background-color: rgb(0, 20.4, 34);
}

section {
  margin-top: 20px;
}

.section1 {
  padding: 10px;
}

.btn-sect-1 {
  margin: auto;
  background-color: #f5f5f5;
  color: #003355;
  width: 100%;
  text-align: center;
  border-radius: 10px;
}
.btn-sect-1:hover {
  background-color: rgb(219.5, 219.5, 219.5);
  color: rgb(0, 81.6, 136);
  cursor: grab;
}
.btn-sect-1:active {
  width: 98%;
  background-color: #c2c2c2;
  color: rgb(0, 112.2, 187);
  cursor: grabbing;
}

.btn-info {
  color: #f5f5f5;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(11.6666666667, 82.1739130435, 93.3333333333);
}
.btn-info:focus {
  color: #f5f5f5;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn {
  border: 2px solid transparent;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem;
}

.sec10:hover {
  border: inset;
  border: 2px solid rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

/* Footer Pop Up */
#bottomPopup {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  padding: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#closeButton {
  cursor: pointer;
  color: #333;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
}

#closeIcon {
  font-size: 20px;
  margin-left: 5px;
  color: red;
}

/* height */
::-webkit-scrollbar {
  height: 2px;
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

fieldset {
  border: 20px solid #333;
  padding: 20px;
  margin-top: 20px;
  width: 100%;
}

legend {
  font-weight: bold;
  padding: 0 10px;
  width: auto;
  color: #fff;
}

.content {
  padding-top: 10px;
}

#box {
  position: relative;
  color: #f1f1f1;
}
#box div {
  position: absolute;
  top: 0;
  left: 200px;
  white-space: nowrap;
  -webkit-transform: rotate(270deg);
  -webkit-transform-origin: right top;
  -moz-transform: rotate(270deg);
  -moz-transform-origin: right top;
  -ms-transform: rotate(270deg);
  -ms-transform-origin: right top;
  -o-transform: rotate(270deg);
  -o-transform-origin: right top;
  transform: rotate(270deg);
  transform-origin: right top;
}
#box div p {
  font-size: 12px;
  color: #f5f5f5;
}

.supsub {
  display: inline-block;
}
.supsub sup,
.supsub sub {
  position: relative;
  display: block;
  font-size: 10px;
  line-height: 0.5;
}

/* Minimal custom CSS: keeps the QR canvas crisp and centered */
canvas#qrCanvas {
  image-rendering: pixelated;
}

.monosmall {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.wrap-anywhere {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Minimal CSS only (required): monospace + drop-zone visuals + long text wrapping */
.mono {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.9rem;
}

.drop-zone {
  border: 2px dashed #6c757d;
  padding: 1.5rem;
  text-align: center;
  border-radius: 0.5rem;
  background: #f8f9fa;
}

.drop-zone.drag {
  background: #e9ecef;
}

.wrap {
  word-break: break-word;
  overflow-wrap: anywhere;
}/*# sourceMappingURL=main.css.map */