@charset "UTF-8";
/* variables **********************************/
.cake-debug, .cake-error {
  z-index: 9999;
  position: relative; }

/* mixin ***********************************/
/* MEDIA QUERIES ***********************************/
/* css from milligram.min.css ******************************************/
*,
*:after,
*:before {
  box-sizing: inherit; }

blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem; }

blockquote *:last-child {
  margin-bottom: 0; }

code {
  font-family: 'Courier New', monospace;
  white-space: normal;
  word-break: break-all; }

pre {
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1em; }

hr {
  border: 0;
  border-top: 1px solid #ccc; }

/* clearfix ***********************************/
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
.clear {
  clear: both; }

/* base styles ******************************************/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body, table {
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 16px;
  margin: 0 auto; }

article, aside, footer, header, nav, section, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

:focus {
  outline: 0; }

caption {
  text-align: left;
  font-weight: 400; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

input {
  outline: 0;
  border: 0; }

img {
  max-width: 100%; }

a {
  color: #0075B2;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a:hover {
  color: #5C89BC;
  text-decoration: underline; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.img-left {
  float: left;
  margin: 0 10px 10px 0; }

.img-right {
  float: right;
  margin: 0 0 10px 10px; }

.red {
  color: #AF0404; }

.blue {
  color: #008ed7; }

.message {
  color: #f8a11e; }

.float-left {
  float: left; }

.float-right {
  float: right; }

@media only screen and (max-width: 480px) {
  .img-right, .img-left {
    float: none;
    display: block;
    margin: 10px auto; }

  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0; } }
p {
  line-height: 1.4em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word; }

.tooltip i {
  color: #0075B2;
  margin-left: 8px; }
.tooltip.disabled i,
.tooltip.button i {
  color: inherit;
  margin-left: 0; }

noscript {
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  text-align: center;
  line-height: 99vh;
  font-size: 3vw; }

table {
  border-spacing: 0;
  width: 100%;
  line-height: 1.4em;
  margin-bottom: 1em; }
  table td,
  table th {
    padding: 1em;
    text-align: left;
    min-width: 100px; }
  table th.actions {
    min-width: 160px; }
  table tbody tr:nth-child(odd) th, table tbody tr:nth-child(odd) td {
    background-color: #f6f6f6; }
  table th a {
    color: #000;
    text-decoration: underline; }
    table th a:hover {
      color: #666; }
    table th a:after {
      font-family: "Font Awesome 6 Free";
      content: "";
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      margin-left: 5px; }
    table th a.asc:after {
      font-family: "Font Awesome 6 Free";
      content: "";
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased; }
    table th a.desc:after {
      font-family: "Font Awesome 6 Free";
      content: "";
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased; }
  table td {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word; }
  table .actions a {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 200%;
    display: inline-block;
    position: relative;
    margin: 3px; }
    table .actions a[disabled='disabled'], table .actions a.disabled {
      opacity: 0.3;
      cursor: not-allowed; }
  @media only screen and (max-width: 834px) {
    table {
      border: 0; }
      table caption {
        font-size: 1.3em; }
      table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      table tr {
        border-bottom: 3px solid #e1e1e1;
        display: block; }
      table td {
        display: block;
        font-size: 0.9em;
        min-height: 40px;
        border-bottom: 1px solid #eee; }
      table td:first-child,
      table th:first-child {
        padding-left: 1em; }
      table td:last-child,
      table th:last-child {
        padding-right: 1em; }
      table td::before {
        /*
        aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        font-weight: bold;
        display: block;
        text-align: left;
        margin-bottom: 0.5em;
        color: #000; }
      table td:last-child {
        border: 0; }
      table .actions a, table .actions table .actions {
        margin: 3px 20px 3px 0; } }
  @media only screen and (max-width: 480px) {
    table td {
      font-size: 1.1em; } }

/* button designs *****************************************/
.actions form {
  display: inline-block;
  position: relative;
  top: -12px; }
.actions .delete {
  width: 30px;
  height: 33px; }
  .actions .delete:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 33px;
    background: url(/img/icon_delete.png) center/contain no-repeat;
    position: absolute;
    left: 0; }
.actions .edit {
  width: 33px;
  height: 33px; }
  .actions .edit:before {
    content: '';
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(/img/icon_edit.png) center/contain no-repeat;
    position: absolute;
    left: 0; }
.actions .view {
  width: 33px;
  height: 33px; }
  .actions .view:before {
    content: '';
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(/img/icon_view.png) center/contain no-repeat;
    position: absolute;
    left: 0; }

.button.add,
button.add {
  background-color: #319967;
  border: 1px solid #319967;
  color: #fff;
  text-transform: uppercase; }
  .button.add:hover, .button.add:focus,
  button.add:hover,
  button.add:focus {
    background-color: transparent;
    border: 1px solid #319967;
    color: #319967; }
.button.view,
button.view {
  background-color: #1e7eaa;
  border: 1px solid #1e7eaa;
  color: #fff;
  text-transform: uppercase; }
  .button.view:hover, .button.view:focus,
  button.view:hover,
  button.view:focus {
    background-color: transparent;
    border: 1px solid #1e7eaa;
    color: #1e7eaa; }
.button.edit,
button.edit {
  background-color: #d19e1e;
  border: 1px solid #d19e1e;
  color: #fff;
  text-transform: uppercase; }
  .button.edit:hover, .button.edit:focus,
  button.edit:hover,
  button.edit:focus {
    background-color: transparent;
    border: 1px solid #d19e1e;
    color: #d19e1e; }
.button.delete,
button.delete {
  background-color: #a02e2e;
  border: 1px solid #a02e2e;
  color: #fff;
  text-transform: uppercase; }
  .button.delete:hover, .button.delete:focus,
  button.delete:hover,
  button.delete:focus {
    background-color: transparent;
    border: 1px solid #a02e2e;
    color: #a02e2e; }
.button.cancel,
button.cancel {
    margin-left: 20px;
  background-color: #7e7e7e;
  border: 1px solid #7e7e7e;
  color: #fff;
  text-transform: uppercase; }
  .button.cancel:hover, .button.cancel:focus,
  button.cancel:hover,
  button.cancel:focus {
    background-color: transparent;
    border: 1px solid #7e7e7e;
    color: #7e7e7e; }

/* modal ******************************************/
.modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s; }
  .modal .modal-content {
    max-width: 80%;
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #FFFFFF;
    max-height: 100%;
    overflow: auto;
    cursor: default;
    border-radius: 5px; }
  .modal .modal-close {
    position: absolute;
    top: 0;
    right: 15px;
    color: #000;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    transition: all 0.3s; }
  .modal .modal-close:hover,
  .modal .modal-close:focus {
    color: #BBB;
    text-decoration: none;
    cursor: pointer; }
  @media only screen and (max-width: 480px) {
    .modal > div {
      max-width: 90%; } }

/* form error and required *****************************************/
.error input[type="text"],
.error input[type="email"],
.error input[type="password"],
.error input[type="tel"],
.error input[type="number"],
.error input[type="date"],
.error textarea, .error select {
  border-color: #AF0404; }

.error .checkbox-fields {
    border: 1px solid #AF0404;
    border-radius: 5px;
    padding: 10px;
}

.error-message {
  color: #AF0404;
  margin-top: 3px; }

.error.checkboxes .error-message {
    margin-bottom: 0.5em;
}

.message.error {
  background: #AF0404;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  margin: 2em 0;
  z-index: 100;
  position: relative; }

.required .input.radio label:after,
.required .input.checkbox label:after {
  display: none; }

legend.required:before {
  content: '*';
  color: #AF0404;
  margin-right: 3px;
  font-size: 0.7em;
  vertical-align: super; }
th.required:after, td.required:after {
  content: '*';
  color: #AF0404;
  margin-left: 5px;
  font-size: 0.7em;
  vertical-align: super; }

.required_message {
  font-size: 0.9em;
  color: #AF0404; }

.message.success {
  background: #0075B2;
  color: #fff;
  padding: 1em;
  margin: 2em 0;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 100; }

.page-content .message.error, .page-content .message.success {
  z-index: 0;
  padding: 1em;
  margin: 1em 0; }

/* pagination ******************************************/
.paginator {
  margin: 2em 0;
  text-align: center;
  position: relative;
  z-index: 2; }

.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0.5em; }
  .pagination li {
    display: inline-block;
    margin: 0.7em 0; }
  .pagination a {
    border-bottom: 3px solid #dadada;
    padding: 5px 15px;
    color: #0075B2; }
    .pagination a:hover {
      text-decoration: none;
      border-color: #0075B2;
      font-weight: bold; }
  .pagination .active a {
    border-bottom: 3px solid #198ECA;
    color: #198ECA;
    font-weight: bold; }
  .pagination .last a, .pagination .next a, .pagination .prev a, .pagination .first a {
    border: 0;
    padding: 5px 10px; }
    .pagination .last a:hover, .pagination .next a:hover, .pagination .prev a:hover, .pagination .first a:hover {
      color: #5e5e5e; }
  .pagination .last a:before {
    font-family: "Font Awesome 6 Free";
    content: "";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: bold; }
  .pagination .next a:before {
    font-family: "Font Awesome 6 Free";
    content: "";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: bold; }
  .pagination .prev a:before {
    font-family: "Font Awesome 6 Free";
    content: "";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: bold; }
  .pagination .first a:before {
    font-family: "Font Awesome 6 Free";
    content: "";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: bold; }
  @media only screen and (max-width: 480px) {
    .pagination li {
      font-size: 1.3em; }
    .pagination a {
      padding: 10px 16px; }
    .pagination .first, .pagination .prev {
      margin-right: 8px; }
    .pagination .next, .pagination .last {
      margin-left: 8px; } }

.prev.disabled a,
.next.disabled a {
  cursor: not-allowed;
  color: #ccc; }
  .prev.disabled a:hover,
  .next.disabled a:hover {
    color: #ccc; }

/* UI Dialog ******************************************/
.ui-widget {
  font-family: "Work Sans", "Noto Sans JP", sans-serif; }

.ui-widget.ui-front {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 10000 !important; }

.ui-widget-overlay {
  background: #000;
  opacity: 0.8; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 5px; }

.ui-widget-header {
  text-align: center;
  border: 0;
  background: none; }

.ui-dialog .ui-dialog-title {
  float: none;
  margin: 0.5em 0 0 0;
  white-space: nowrap;
  display: inline-block;
  overflow: visible;
  font-size: 20px;
  width: 100%; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center; }

.ui-dialog .ui-dialog-buttonpane button {
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  padding: 0.8em 1.2em;
  margin: 1em 0;
  outline: 0;
  position: relative;
  transition: all 0.3s;
  -webkit-appearance: none;
  text-transform: uppercase; }
.ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #0075B2;
  border: 1px solid #0075B2;
  color: #FFF; }

.ui-dialog .ui-dialog-buttonpane {
  border: 0;
  margin-top: 0;
  padding: 0.3em 0.5em; }

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  padding: 0.8em 1.2em;
  margin: 0;
  outline: 0;
  position: relative;
  transition: all 0.3s;
  line-height: 1em;
  -webkit-appearance: none;
  text-transform: uppercase; }

.button:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  background-color: #0075B2;
  border: 1px solid #0075B2;
  color: #FFF; }

.button[disabled], .button.disabled,
button[disabled], button.disabled,
input[type='button'][disabled], input[type='button'].disabled,
input[type='reset'][disabled], input[type='reset'].disabled,
input[type='submit'][disabled], input[type='submit'].disabled,
input[type='date'][disabled], input[type='date'].disabled,
input[type='time'][disabled], input[type='time'].disabled,
input[type='text'][disabled], input[type='text'].disabled,
select[disabled], select.disabled {
  cursor: not-allowed;
  border: 1px solid #bbb;
  color: #bbb;
  opacity: 1;
  background-color: #e6e6e6; }

.button[disabled]:focus, .button.disabled:focus,
.button[disabled]:hover, .button.disabled:hover,
button[disabled]:focus, button.disabled:focus,
button[disabled]:hover, button.disabled:hover,
input[type='button'][disabled]:focus, input[type='button'].disabled:focus,
input[type='button'][disabled]:hover, input[type='button'].disabled:hover,
input[type='reset'][disabled]:focus, input[type='reset'].disabled:focus,
input[type='reset'][disabled]:hover, input[type='reset'].disabled:hover,
input[type='submit'][disabled]:focus, input[type='submit'].disabled:focus,
input[type='submit'][disabled]:hover, input[type='submit'].disabled:hover,
input[type='text'][disabled]:focus, input[type='text'].disabled:focus,
input[type='text'][disabled]:hover, input[type='text'].disabled:hover,
input[type='date'][disabled]:focus, input[type='date'].disabled:focus,
input[type='date'][disabled]:hover, input[type='date'].disabled:hover,
input[type='time'][disabled]:focus, input[type='time'].disabled:focus,
input[type='time'][disabled]:hover, input[type='time'].disabled:hover,
select[disabled]:focus, select.disabled:focus,
select[disabled]:hover, select.disabled:hover {
  border: 1px solid #ddd;
  color: #bbb;
  background-color: #e6e6e6; }

input[type='text'][disabled], input[type='text'].disabled,
input[type='text'][disabled]:focus, input[type='text'].disabled:focus,
input[type='text'][disabled]:hover, input[type='text'].disabled:hover {
  border: 1px solid #ddd;
  background-color: #e6e6e6;
  color: #bbb; }

a.button:hover {
  text-decoration: none; }

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='color'],
input[type='date'],
input[type='time'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input:not([type]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid #CCC;
  box-shadow: none;
  box-sizing: border-box;
  padding: 0.6em;
  width: 100%;
  font-size: inherit;
  margin: 0.5em 0;
  min-height: 3em;
  background-color: #FFF;
  border-radius: 3px;
  color: #000; }

select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  padding: 0.6em 26px 0.6em 0.6em;
  background: url(/img/select-arrow.svg) #fff right 10px center no-repeat;
  background-size: 10px 10px;
  border: 1px solid #CCC; }
  select::-ms-expand {
    display: none; }

textarea {
  border: 1px solid #CCC; }

iframe, fieldset, form, label, legend, select, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  font-family: "Work Sans", "Noto Sans JP", sans-serif; }

input[type='email']:hover,
input[type='number']:hover,
input[type='password']:hover,
input[type='search']:hover,
input[type='tel']:hover,
input[type='text']:hover,
input[type='url']:hover,
input[type='color']:hover,
input[type='date']:hover,
input[type='time']:hover,
input[type='month']:hover,
input[type='week']:hover,
input[type='datetime']:hover,
input[type='datetime-local']:hover,
input:not([type]):hover,
textarea:hover,
select:hover {
  border: 1px solid #0075B2;
  outline: 0; }

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='color']:focus,
input[type='date']:focus,
input[type='time']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border: 1px solid #0075B2;
  outline: 0; }

fieldset {
  padding: 0;
  margin: 1.5em 0 0 0;
  border: none;
}

legend {
  box-sizing: border-box;
  color: #cccccc;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0.8em 20px; }

label {
  font-weight: 500; }

textarea {
  overflow: auto;
  min-height: 6.5em; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  display: inline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

::-webkit-input-placeholder {
  /* Edge */
  color: #ccc; }

:-ms-input-placeholder {
  /* Internet Explorer */
  color: #ccc; }

::placeholder {
  color: #ccc; }


/* Forms from cake.css */
form div.input {
    margin:1.5em 0 0 0;
}
.g-recaptcha {
    clear: both;
    margin:1.5em 0 0 0;
}
.g-recaptcha-error-container {
    width: 100% !important;
}

.input.radio input,
.input.checkbox input,
.input.checkboxes input {
  cursor: pointer; }

.input.radio label,
.input.checkbox label {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    margin: 0.5em 1.5em 1.5em 0;
}

.input.radio label > input,
.input.checkbox label > input {
    margin-right: 0.5em; }

.input.checkboxes label,
.input.file label {
    display: block;
}
.input .checkbox {
    display: inline-block;
    margin: 0.5em 1.5em 0.5em 0;
}
.input.file input {
    margin: 0.5em 1.5em 0.5em 0;
}

.input.checkboxes fieldset {
    margin: 0 0 1.5em 0;
    padding: 10px;
    background-color: #f0f2f3;
    border-radius: 5px;
}
.input.checkboxes fieldset:last-child {
    margin: 0 ;
}
.input.checkboxes legend {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #000;
    font-size: 1em;
}

@media screen and (max-width: 455px) {
  select {
    width: 100%; } }
@media screen and (max-width: 400px) {
  input[type='file'] {
    width: 100%; } }
/* hides Edge password eye */
input::-ms-reveal,
input::-ms-clear {
  display: none; }

input[type=password]::-webkit-contacts-auto-fill-button,
input[type=password]::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0; }

.profiles.form .required label:first-child:after,
.user-account .required label:after,
.experience.required label:after {
  content: '*';
  color: #c00;
  margin-left: 3px; }

.profiles.form .required label:first-child {
    display: block;
}
.pseudo-required::after {
  content: '*';
  color: #c00;
  margin-left: 3px;
  font-weight: normal;
}

.loading-spin {
  display: inline-block;
  transform: translateZ(1px); }

.loading-spin > div {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 8px;
  animation: loading-spin 3.4s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
.loading-spin > div:before {
    font-family: "Font Awesome 6 Free";
    content: "";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-size: 4em;
    color: #0075B2; }

.loading-spin.piggy > div:before {
  font-family: "Font Awesome 6 Free";
  content: "";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

@keyframes loading-spin {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  100% {
    transform: rotateY(3600deg); } }



body {
    background-color: #FFFFFF;
    color: #000;
    font-weight: 400;
    word-wrap: break-word;
    padding: 0 1em;
}

.main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em;
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.container.error-wrap {
    text-align: center;
}

h1 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
h1 a {
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
    width: 280px;
    height: 30px;
    margin: 20px auto;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 3px solid #000;
}
h1 a:hover {
    color: #0075B2;
    text-decoration: none;
}

h2 {
  font-size: 26px;
  font-weight: 700; }

h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 3em;
    margin-bottom: 0;
}

footer {
  font-size: 14px;
  text-align: center;
  margin: 3em auto 1em auto;
  padding: 1em 0; }
  footer a {
    color: #000;
    text-decoration: underline; }
    footer a:hover {
      color: #0075B2; }
  footer .copyright {
    min-width: 50%; }

footer #lang_eng,
  footer #lang_jpn {
    display: inline-block;
    padding: 4px 10px 4px 30px;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none; }
    footer #lang_eng:hover,
    footer #lang_jpn:hover {
      text-decoration: underline; }
  footer #lang_eng {
    background: url(/img/icon-us.gif) no-repeat 0 transparent; }
  footer #lang_jpn {
    background: url(/img/icon-jp.gif) no-repeat 0 transparent; }

.nav {
    margin: 0 0 70px 0;
    text-align: center;
}
.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nav li {
    display: inline-block;
    margin: 0;
    padding: 0 20px 5px 20px;
    font-size: 18px;
}
.nav li a {
    color: #000;
}
.nav li a:hover {
    color: #0075B2;
    text-decoration: none;
}
.nav li a.active {
    color: #0075B2;
}

/* Login page */
.user-login {
    text-align: center;
}
#form_login {
    text-align: left;
    margin: 0 auto;
    max-width: 400px;
}
.user-signup, .user-password {
    margin: 0 auto;
    max-width: 800px;
}

#form_login fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}
.login-links {
    margin-top: 2em;
    text-align: center;
}
.login-links a {
    margin: 5px 0;
    display: inline-block;
    font-size: 14px;
}
.login-links .forgot:before {
    font-family: "Font Awesome 6 Free";
    content: "\f13e";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    font-weight: bold;
}
.login-links .add:before {
    font-family: "Font Awesome 6 Free";
    content: "\f234";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    font-weight: bold;
}

/* Signup page */
#progress-bar{
    position:relative;
    z-index:1;
    display:table;
    width:100%;
    margin:0;
    padding:15px 15px 0;
    table-layout:fixed;
    width:100%;
    counter-reset:step;
    max-width:800px;
    margin:0 auto 40px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
}
#progress-bar li{
    list-style-type:none;
    display:table-cell;
    width:33%;
    float:left;
    font-size:16px;
    position:relative;
    text-align:center;
    color:#ccc;
    font-size:13px;
    font-size:0.8125rem;
    text-transform:uppercase;
}
#progress-bar li:before{
    width:40px;
    height:40px;
    color:#dfdfdf;
    content:counter(step);
    counter-increment:step;
    line-height:40px;
    font-size:16px;
    border:2px solid #dfdfdf;
    display:block;
    text-align:center;
    margin:0 auto 10px auto;
    border-radius:50%;
    background-color:#fff;
}
#progress-bar li:after{
    width:100%;
    height:4px;
    content:"";
    position:absolute;
    background-color:#dfdfdf;
    top:20px;
    left:-50%;
    z-index:-1;
}
#progress-bar li:first-child:after{
    content:none;
}
#progress-bar li.step-done{
    color:#0075B2;
}
#progress-bar li.step-done:before{
    border-color:#0075B2;
    background-color:#0075B2;
    color:#fff;
    content:"\f00c";
    font-family:"Font Awesome 6 Free";
    font-weight: bold;
}
#progress-bar li.step-done+li:after{
    background-color:#0075B2;
}
#progress-bar li.step-active{
    color:#0075B2;
}
#progress-bar li.step-active:before{
    border:2px solid #0075B2;
    color:#0075B2;
}

#form_signup,
#form_account,
#form_password,
#experience-form .employer,
.address-field {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    width: 100% !important;
}
#form_signup > div,
#form_account > div,
#form_password > div,
#experience-form .employer > div,
.address-field > div {
    width: 50%;
    padding: 0 20px 0 0;
}
#form_signup h3,
#form_account h3 {
    width: 100%;
    font-size: 16px;
}

@media only screen and (max-width: 834px) {
    #form_signup > div,
    #form_account > div,
    #form_password > div,
    #experience-form .employer > div,
    .address-field > div {
        width: 100%;
        padding: 0;
    }
}


.btnContainer {
    clear: both;
    margin-top: 1.5em;
    width: 100% !important;
}

#modal_processing .modal-content {
    text-align: center; }

.back:before,
.back-link:before {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin-right: 5px; }

/* image uploader */
#profileImageWrapper {
    margin: 1.5em 0 0 0;
}

/* profile */
#profile-form .pricing label:first-child {
    display: inline-block;
    width: 80px;
    margin: 0;
}
#profile-form .pricing input[type=number] {
    width: 100px;
    margin: 0 5px;
}

/* experience */
#experience-form .experience label {
    display: block;
}
#experience-form .experience input#experience {
    display: inline-block;
    width: 80px;
}
#experience-form .experience_ym select {
    width: 100px;
}

/* license */
#license-form {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
}
#license-form > div {
    width: 50%;
    padding: 0 10px;
}
@media only screen and (max-width: 834px) {
    #license-form > div {
        width: 100%;
        padding: 0;
    }
}
#licenseSavedFile {
    display: none;
    width: 100% !important;
}

/* tabs */
.basic-tab {
  margin: 0 0 3em 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #878e92; }
  .basic-tab li {
    display: inline-block; }
    .basic-tab li a {
      color: #74797c;
      border: 1px solid #878e92;
      border-bottom: 0;
      padding: 0.5em 1em;
      border-radius: 8px 8px 0 0;
      font-weight: bold;
      display: block; }
      .basic-tab li a:hover, .basic-tab li a.active {
        text-decoration: none;
        background-color: #878e92;
        color: #fff;
        border-color: #878e92; }
    .basic-tab li span {
      border: 1px solid #878e92;
      background-color: #878e92;
      border-bottom: 0;
      padding: 0.5em 1em;
      border-radius: 8px 8px 0 0;
      color: #878e92;
      display: block; }
  @media only screen and (max-width: 480px) {
    .basic-tab {
      border: 0;
      text-align: center; }
      .basic-tab li a {
        border: 1px solid #878e92;
        border-radius: 8px;
        margin: 0 10px 10px 0; } }

.profiles form h3 {
    font-size: 18px;
}

.profileImage {
  max-width: 128px; 
  height:auto; 
  display:block; 
  margin-bottom:5px;
}

/* admin tools */
.sellers table .actions a {
  overflow: visible;
  text-indent: unset;
}

#seller_list .deleted td {
    background-color: #c9c9c9;
    color: #727272;
}

.buyers table .actions a {
  overflow: visible;
  text-indent: unset;
}

#buyer_list .deleted td {
    background-color: #c9c9c9;
    color: #727272;
}

/* provider detail page */
.seller-details ul,
.buyer-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.seller-details li,
.buyer-details li {
    list-style: none;
    margin: 0 5px 10px 5px;
    padding: 10px;
    color: #9e9e9e;
    background-color: #e2e2e2;
    border-radius: 3px;
}
.seller-details li.available,
.buyer-details li.available {
    background-color: #a4d6f1;
    color: #000;
}

/* provider payment page */
.visa, .mastercard, .amex, .discover, .diners, .jcb {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 200%;
  display: inline-block;
  width: 31px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 5px;
  vertical-align: middle; }

.visa {
  background: url(/img/cc_visa.gif) center/contain no-repeat; }

.mastercard {
  background: url(/img/cc_mastercard.gif) center/contain no-repeat; }

.amex {
  background: url(/img/cc_amex.gif) center/cover no-repeat; }

.discover {
  background: url(/img/cc_discover.gif) center/contain no-repeat; }

.diners {
  background: url(/img/cc_diners.gif) center/contain no-repeat; }

.jcb {
  background: url(/img/cc_jcb.gif) center/contain no-repeat; }
