@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@200;400;600;900&display=swap");
body {
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  background: #f2f2f2;
  background: radial-gradient(circle, white 0%, #E1E1E1 64%, #c2c2c2 99%);
  margin: 0;
  font-size: 14px;
  font-family: "Prompt", sans-serif !important;
  color: #333;
  overflow-x: hidden;
}

#debug-icon {
  display: none;
}

.container {
  background: #FFF;
}

.form-control {
  border-radius: 4px;
  color: #000b9e;
}

.form-control:focus {
  background: #f8f8e7;
  color: #000b9e;
}

.isearch {
  background: #5f5f5f49;
  color: #fff;
  border: #000 1px solid;
}

.isearch:focus {
  background: #5f5f5f49 !important;
  color: #f3eed4;
  border: #000 1px solid;
}

label {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.fitimg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

fieldset {
  border: #ddd 1px solid;
  background: #eff8fc;
  padding: 0px 20px 20px 20px;
  border-radius: 10px;
}

fieldset legend {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

fieldset label:first-child() {
  margin-top: 0px !important;
}

.box {
  border: #343a40 1px solid;
  border-radius: 7px;
}

.box .header {
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.box .body {
  padding: 0px 10px 10px 10px;
}
/*# sourceMappingURL=index.css.map */