* {
    box-sizing: border-box;
    outline: none !important;
}

html, body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Ubuntu", "Roboto", "Noto Sans", "Droid Sans", sans-serif;
    font-size: 15px;
    color: #242729;
    margin: 0;
    line-height: 22.5px;
}

pre, code {
    font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Ubuntu Mono", "Roboto Mono", Menlo, Monaco, Consolas, monospace;
    font-size: 13px;
    line-height: 17px;
	background-color: #FFF3F2;
}

body {
    display: flex;
    margin: 0;
    padding: 20px;
}

#form, #reportBody {
    width: 50%;
    display: block;
    margin: 0;
    padding: 5px;
}

#table.table {
    display: flex;
    align-items:center;
	border-collapse: collapse;
}
td {
  border: 1px solid black;
  padding-top: 0px;
  padding-bottom: 0px;
}

table {
  border-collapse: collapse;
}

.form-group:not(.layer-2) > label {
    display: block;
    margin-right: 10px;
}

.form-group.layer-2 {
    margin-bottom: 3px;
}

label {
    font-weight: 600;
}
label.inline {
    display: inline-block !important;
}

.form-group {
    margin-bottom: 10px;
}

textarea {
    padding: 3px;
    resize: none;
    width: 300px;
    height: 100px;
}

.narrow {
    padding: 3px;
    resize: none;
    width: 400px;
	height: 25px;
}

.long {
    padding: 3px;
    resize: none;
    width: 400px;
    height: 200px;
}

.wide {
    padding: 3px;
    resize: none;
    width: 400px;
    height: 100px;
}

textarea, input[type="text"], input[type="number"] {
    border: 1px solid #a8a8a8;
    border-radius: 2px;
    font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Ubuntu Mono", "Roboto Mono", Menlo, Monaco, Consolas, monospace;
    font-size: 13px;
}

input[type="checkbox"] + label {
    display: inline-block !important;
}

.form-group:not(.layer-2) {
    padding-bottom: 7px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 7px;
}

input[type="text"] {
    width: 160px;
    padding: 3px;
}
input[type="number"] {
    width: 45px;
    padding: 3px;
}

#reportBody {
    height: calc(100vh - 40px);
    position: fixed;
    top: 20px;
    right: 20px;
    white-space: pre-wrap;
    width: calc(35% - 20px);
    padding: 5px 10px;
	font-size: 23px;
}

label + .form-group.layer-2 {
    margin-top: 10px;
}

input[type="checkbox"] {
    position: relative;
    top: 1px;
}

input.invisible {
    width: 50px;
    border: none;
    border-bottom: 1px solid #a8a8a8;
    border-radius: 0;
    padding-bottom: 1px;
}

button {
    border: 1px solid #c1c1c1;
    background: #ececec;
    padding: 5px 15px;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    transition: 250ms;
}

button:hover {
    background: #c1c1c1;
}

.dark-theme.chip, .chip {
    display: inline-block;
    padding: 0 25px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    border-radius: 25px;
    background-color: #9BCDCD;
	border-color: #5B88CC;
	border-style: solid;
	border-width: thin;
}
.green {
	color: #4CBB17;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 43px;
    width: 43px;
    border-radius: 50%;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}


/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

img, button .span, .reportBody.span {
	vertical-align: middle;
}

.btn {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

body{
  background-color: white;
}

body.dark-theme {
	color: #eee;
	background: #36393F;
}
body.dark-theme .chip {
	color: black;
}
body.dark-theme pre {
	background-color: #2F3136;
}
body.dark-theme .btn {
	background-color: #2F3136;
	color: #f9f9f9;
}
body.dark-theme .btn:hover{
    background-color: #444444;
    border-color: #adadad;
}
body.dark-theme textarea, body.dark-theme input {
	background-color: #2F3136;
	color:#f9f9f9;
}
body.dark-theme textarea::placeholder, body.dark-theme input::placeholder {
	color: #C1C1C1;  
}
body.dark-theme a {
    color: #48e;
}
body.dark-theme td {
  border: 1px solid white;
}
