/*!  __  __ ____  _____
   =|  \/  |  _ \|  __/=
  ==|      | |_) | |__===
 ===| |\/| |  _ <|  _/====
====|_|==|_|_|=\_\_|=======
 \***********************/
:root {
  --grn: #7cd158;
  --dkb: #152428;
  --blu: #2368AB;
  --bkb: rgba(0,0,0,0.5);
  --b: #222;
  --lg: #ddd;
  --w: #efefef;
  --container-width: 700px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color: var(--b);
  font-size: 1em;
  line-height: 1.4;
  height: -webkit-fill-available;
}

::-moz-selection {
  background: var(--grn);
  text-shadow: none;
}

::selection {
  background: var(--grn);
  text-shadow: none;
}

body {
  background-color: #eee;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--b);
  margin: 0;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-block-end: 1rem;
  margin-block-start: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  opacity: 1;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

th {
  font-weight: bolder;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

.hidden,
[hidden] {
  display: none !important;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

header {
  background: var(--b);
  color: var(--w);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  border-bottom: 1px #fff solid;
  position: relative;
  z-index: 2;
}
header .container {
  max-width: var(--container-width);
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
header a {
  color: var(--w);
  border-bottom: 2px rgba(0, 0, 0, 0) solid;
  padding: 5px 15px;
  display: inline-block;
  line-height: 1;
}
header a:hover {
  color: var(--grn);
  border-bottom: 2px #fff solid;
}
header a + a {
  border-left: 1px var(--w) solid;
}

body.frontpage {
  background-image: url(/img/seobk.jpg);
  background-size: cover;
  background-position: center;
}
body.frontpage main {
  background: var(--bkb);
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
}
body.frontpage main .frontpage-container {
  color: var(--w);
  max-width: 500px;
  text-align: center;
  display: inline-block;
}

body.login {
  background-image: url(/img/loginbk.jpg);
  background-size: cover;
  background-position: center;
}
body.login main {
  text-align: center;
  padding-top: 100px;
}

.login-container {
  max-width: 500px;
  display: inline-block;
  background: var(--bkb);
  color: #eee;
  padding: 30px;
  border-radius: 30px;
}
.login-container .form-input {
  padding: 5px;
  margin-bottom: 10px;
}
.login-container .form-input label {
  width: 100px;
  text-align: right;
  padding: 5px 10px;
}
.login-container .form-input input {
  width: 200px;
  text-align: left;
  padding: 5px;
  border: 0;
  border-radius: 5px;
  line-height: 2;
}

.btn {
  background-color: var(--grn);
  color: var(--b);
  padding: 10px 30px;
  border: 0;
  border-radius: 100px;
}
.btn:hover {
  background-color: #063A4E;
  color: var(--w);
}
.btn.topbtn {
  display: block;
  border-radius: 0 0 20px 20px;
  position: absolute;
  top: 0;
  right: 10px;
}

body.user_man {
  background: var(--lg);
}
body.user_man main {
  position: relative;
  z-index: 1;
  background: #eee;
  max-width: var(--container-width);
  margin: 0 auto 10px;
  border-radius: 0 0 20px 20px;
  padding: 20px 20px 40px;
}
body.user_man main .data-table {
  width: 100%;
}

body.license_man {
  background: var(--lg);
}
body.license_man main {
  position: relative;
  z-index: 1;
  background: #eee;
  max-width: var(--container-width);
  margin: 0 auto 10px;
  border-radius: 0 0 20px 20px;
  padding: 20px 20px 40px;
}

.customer {
  background: var(--w);
}

.custname {
  font-size: 20px;
  line-height: 1;
  padding: 5px 10px;
  background: var(--lg);
}
.custname .badge {
  background: var(--w);
  border-radius: 100px;
  padding: 3px 5px 2px;
  font-size: 14px;
  line-height: 1;
  height: 22px;
}
.custname .btn-edit {
  float: right;
  background: #336699;
  color: var(--w);
  border: 0;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 8px;
}

.license_key {
  padding: 5px 15px;
  display: flex;
}
.license_key label {
  margin-left: auto;
  margin-right: 0;
}
.license_key input.lkey {
  border: 1px solid #ccc;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
  width: 400px;
}
.license_key .badge {
  background: var(--lg);
  border-radius: 100px;
  padding: 3px 5px 2px;
  font-size: 14px;
  margin-left: -10px;
  line-height: 1;
  height: 22px;
}
.license_key .badge.status-active {
  background: var(--grn);
}

input.licstat {
  display: none;
}

input.licstat:checked + label {
  display: none;
}

input.licstat:not(:checked) + label {
  display: inline-block;
  text-indent: 9999px;
  background: var(--lg);
  width: 70px;
  border-radius: 100px;
  height: 40px;
  position: relative;
  box-shadow: inset 2px 2px 2px var(--bkb);
}

input.licstat:not(:checked) + label:after {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  right: auto;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: var(--grn);
  box-shadow: 2px 2px 2px var(--bkb);
  z-index: 2;
}

input.licstat.activate:not(:checked) + label:after {
  content: "";
  left: auto;
  right: 5px;
  background: #eee;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bkb);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-content {
  background: var(--w);
  padding: 2rem;
  border-radius: 8px;
  width: 400px;
  box-shadow: 0 4px 15px var(--bkb);
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.modal-actions {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

/*# sourceMappingURL=style.css.map */
