@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Open+Sans:ital,wght@0,400;1,300;1,500&display=swap"); /* reset.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: currentColor;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
  outline: none;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* org-add */
*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=password],
input[type=number],
input[type=range],
select {
  font-size: max(1.15rem, 16px);
}
@media screen and (min-width: 1024px) {
  textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=password],
input[type=number],
input[type=range],
select {
    font-size: max(1rem, 16px);
  }
}

body {
  font-family: "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #242424;
  line-height: 1.8;
}

body.is-nav-open {
  position: fixed;
  left: 0;
}

p {
  text-align: justify;
}

a {
  cursor: pointer;
}

main {
  width: var(--innerWidth, 100vw);
  height: var(--innerHeight, 100vh);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input, select {
  background-color: #ffffff;
  min-height: 2rem;
  padding: 0.7rem 1rem;
}

.l-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.l-container--no-padding {
  padding-left: 0;
  padding-right: 0;
}

.c-fs-alphanumeric {
  font-family: "Open Sans", sans-serif;
}

.c-fs-h1 {
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .c-fs-h1 {
    font-size: 3rem;
  }
}

.c-fs-h2 {
  font-size: 1.5714285714rem;
}
@media screen and (min-width: 1024px) {
  .c-fs-h2 {
    font-size: 2.25rem;
  }
}

.c-fs-h3 {
  font-size: 1.2857142857rem;
}
@media screen and (min-width: 1024px) {
  .c-fs-h3 {
    font-size: 1.875rem;
  }
}

.c-fs-h4 {
  font-size: 1.1428571429rem;
}
@media screen and (min-width: 1024px) {
  .c-fs-h4 {
    font-size: 1.5rem;
  }
}

.c-fs-h5 {
  font-size: 1.0714285714rem;
}
@media screen and (min-width: 1024px) {
  .c-fs-h5 {
    font-size: 1.25rem;
  }
}

.c-fs-h6 {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .c-fs-h6 {
    font-size: 1.125rem;
  }
}

.c-btn-outline, .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease-in-out;
}
@media (hover: hover) {
  .c-btn-outline:hover, .c-btn:hover {
    background-color: #ffffff;
    color: #555555;
  }
}

@media (hover: hover) {
  .c-btn:hover {
    background-color: #ffffff;
    color: #555555;
  }
}

@media (hover: hover) {
  .c-btn-outline:hover {
    background-color: #f1e31f;
    color: #555555;
  }
}

.c-btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #f1e31f;
  padding: 15px 30px;
  text-align: center;
  border-radius: 2.3rem;
  background-color: #f1e31f;
  font-size: 1.18rem;
  color: #242424;
  line-height: 1.2;
}

.c-btn--sm {
  padding: 5px 5px;
  border-radius: 10px;
  font-size: inherit;
}

.c-btn--square {
  border-radius: 0;
}

.c-btn--gray {
  background-color: #DBD6D6;
  border-color: #DBD6D6;
}

.c-btn--red {
  background-color: #ea3800;
  border-color: #ea3800;
  color: #ffffff;
}

.c-btn--color-4 {
  background-color: #648B37;
  border-color: #648B37;
  color: #ffffff;
}

.c-btn--xl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

.c-btn-outline {
  background-color: #ffffff;
  color: #242424;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #f1e31f;
  padding: 15px 30px;
  text-align: center;
  border-radius: 2.3rem;
}

.c-btn-outline--sm {
  border-radius: 20px;
  padding: 5px 5px;
}

.c-confirm {
  z-index: 1;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.c-confirm__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(242, 236, 226, 0.7);
}

.c-confirm__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
  height: 30vh;
  width: 80vw;
  max-width: 600px;
  border-radius: 2rem;
  z-index: 999;
  background-color: #ffffff;
  border: 2px solid #f1e31f;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
}

.c-confirm__close {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #f1e31f;
  background-color: #f1e31f;
  color: #ffffff;
}

.c-confirm__text {
  font-size: 1rem;
  margin-top: 1rem;
}

.c-confirm__btns {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.c-confirm__btn {
  font-size: 1rem;
  min-width: 100px;
  padding: 5px 20px;
  cursor: pointer;
}

.c-toast {
  display: none;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80vw;
  max-width: 600px;
  border-radius: 3px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #f1e31f;
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.7s ease-in-out;
}

.c-toast__text {
  font-size: 0.75rem;
  color: #242424;
}

/* _extend.scss*/
.p-login__title {
  font-size: 1.7142857143rem;
}
@media screen and (min-width: 1024px) {
  .p-login__title {
    font-size: 2.25rem;
  }
}

form {
  display: inline;
}

.p-main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.p-main__container {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  background-color: #F2ECE2;
  border-radius: 2rem;
  position: relative;
}

.p-main__inner {
  width: 100%;
  height: 100%;
  max-height: 600px;
  max-width: 800px;
}

/* login */
.p-login__container {
  display: flex;
  align-items: center;
}

.p-login__inner {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.p-login__img-wrap {
  text-align: center;
}

.p-login__img {
  width: 100px;
  height: auto;
}

.p-login__body {
  display: grid;
  row-gap: 2rem;
}

.p-login__title {
  text-align: center;
  margin-bottom: 3rem;
}

.p-login__id {
  width: 100%;
  display: block;
}

.p-login__password {
  width: 100%;
  display: block;
}

/* p-waitlists */
.p-waitlists__inner {
  display: grid;
  grid-template-rows: 14% 76% 10%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-waitlists__inner--list {
  grid-template-rows: 6% 8% 76% 10%;
}

.p-waitlists__title-wrap {
  margin-left: -15px;
  padding-bottom: 3px;
}

.p-waitlists__title {
  font-size: clamp(1.188rem, 1.072rem + 0.47vw, 1.375rem); /*19-22*/
  border-bottom: 1px solid #242424;
  padding: 0 1rem;
  display: inline-block;
  border-radius: 1rem 0 0 0;
}

.p-waitlists__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(0.938rem, 0.861rem + 0.32vw, 1.063rem);  /*15-17*/
  padding-bottom: 10px;
}

.p-waitlists__wait-count-num {
  font-size: 2.5rem;
  font-weight: 700;
  padding: 0 3px;
  line-height: 1.2;
}

.p-waitlists__wait-time-num {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 3px;
  line-height: 1;
}

.p-waitlists__wait-time-edit,
.p-waitlists__now-edit {
  display: inline;
  padding: 8px 10px;
  font-size: 1rem;
  margin-left: 3px;
}

.p-waitlists__reception-status {
  display: flex;
  padding-left: 1rem;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.p-waitlists__reception-status-now {
  font-weight: 700;
  font-size: clamp(1.188rem, 1.072rem + 0.47vw, 1.375rem); /*19-22*/
}
.p-waitlists__reception-status-now.is-stop {
  color: #ea3800;
}

.p-waitlists__reception-status-btn {
  height: 50px;
}

.p-waitlists__table-wrap {
  overflow-y: auto;
}

.p-waitlists__table-body {
  height: 100%;
  background-color: #ffffff;
}

.p-waitlists__col:nth-child(1) {
  width: 5%;
}
.p-waitlists__col:nth-child(2) {
  width: 10%;
}
.p-waitlists__col:nth-child(3) {
  width: 7%;
}
.p-waitlists__col:nth-child(4) {
  width: 15%;
}
.p-waitlists__col:nth-child(5) {
  width: 14%;
}
.p-waitlists__col:nth-child(6) {
  width: 11%;
}
.p-waitlists__col:nth-child(7) {
  width: 11%;
}
.p-waitlists__col:nth-child(8) {
  width: 12%;
}
.p-waitlists__col:nth-child(9) {
  width: 15%;
}

.p-waitlists__tbody-td {
  height: var(--tdHeight);
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  line-height: 1.5;
  border-right: 1px solid #F5F2F2;
}

.p-waitlists__tbody-tr:nth-child(6) > .p-waitlists__tbody-td{
  border-bottom: none;
}

.p-waitlists__tbody-td--wide {
  padding: 5px 10px;
}
.p-waitlists__tbody-td:last-child {
  border-right: none;
}

.p-waitlists__edit {
  position: relative;
}

.p-waitlists__edit-link::after {
  content: "";
  background-image: url("../img/icon_edit.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}

.p-waitlists__calling-btn {
  flex-direction: column;
  max-width: 120px;
  min-height: 65px;
  font-weight: 700;
  border-radius: 8px;
}

.p-waitlists__calling-text {
  font-size: 1rem;
  text-align: center;
}

.p-waitlists__calling-text-detail {
  display: block;
  font-size: 0.9rem;
}

.p-waitlists__calling-link {
  display: block;
  width: 100%;
  height: 1.5rem;
}

.p-waitlists__calling-time {
  display: none;
}

.p-waitlists__reception_number {
  font-size: clamp(1.25rem, 1.096rem + 0.63vw, 1.5rem); /*20-24*/
  font-weight: 700;
  white-space: nowrap;
}

.p-waitlists__count p {
  text-align: center;
}

.p-waitlists__count-detail {
  font-size: clamp(0.625rem, 0.51rem + 0.47vw, 0.813rem); /*10-13*/
}
.p-waitlists__count-detail-num {
  font-size: clamp(0.813rem, 0.736rem + 0.32vw, 0.938rem); /*13-15*/
}

.p-waitlists__memo {
  position: relative;
}

.p-waitlists__memo-text {
  position: relative;
  width: 80%;
  font-size: 0.9rem;
}

.p-waitlists__actions__inner {
  display: grid;
  align-content: center;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.p-waitlists__cancel-btn {
  min-height: 45px;
}

.p-waitlists__complete-btn {
  min-height: 45px;
  font-weight: 700;
}

.p-waitlists__bottom-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 10px;
}

.p-waitlists__bottom-links {
  display: flex;
  column-gap: 20px;
}

.p-waitlists__pagin-wrap .pagination {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.p-waitlists__page {
  font-size: 0.9rem;
}

/* edit */
.p-page-edit__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  row-gap: 10px;
}

.p-page-edit__title-warp {
  width: 100%;
  text-align: left;
  transform: translateX(-1rem);
}

.p-page-edit__title {
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 10px 3px 10%;
  padding-bottom: 3px;
  border-bottom: 1px solid #555555;
}

.p-page-edit__inner {
  max-width: 600px;
  width: 100%;
  /* max-height: calc(600px - 3rem); */
} 

.p-page-edit__body {
  height: 100%;
  display: grid;
  row-gap: 2rem;
  grid-template-columns: 1fr;
  grid-template-rows: 80% 10%;
}

.p-page-edit__item {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 20px;
}

.p-page-edit__input-item {
  width: 100%;
}
.p-page-edit__input-item input {
  width: 100%;
  display: block;
}.p-page-edit__input-item select {
  width: 100%;
  display: block;
}

.p-page-edit__count-wrap {
  display: flex;
  column-gap: 50px;
}

.p-page-edit__count-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  width: 100%;
}

.p-page-edit__btns {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
}

/* dedault cakephp styles*/
.disabled a,
a.disabled {
  pointer-events: none;
}

a {
  color: #555555;
  padding-bottom: 1px;
  transition: 0.25s ease-in-out;
}

.side-nav li a:not(.button) {
  color: #15848F;
}

.side-nav li a:not(.button):hover {
  color: #15848F;
}

header {
  background-color: #D33C44;
  color: #ffffff;
  font-size: 30px;
  height: 84px;
  line-height: 64px;
  padding: 16px 0px;
  box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}

header .header-title {
  padding-left: 80px;
}

legend {
  color: #15848F;
}

.row {
  max-width: 80rem;
}

.actions.columns {
  margin-top: 1rem;
  border-left: 5px solid #15848F;
  padding-left: 15px;
  padding: 32px 20px;
}

.actions.columns h3 {
  color: #15848F;
}

.related table {
  border: 0;
  width: 100%;
  table-layout: fixed;
}

.index table thead {
  height: 3.5rem;
}

.header-help {
  float: right;
  margin-right: 2rem;
  margin-top: -80px;
  font-size: 16px;
}

.header-help span {
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.8rem;
  background-color: #0097a7;
  color: #ffffff;
  border-radius: 1000px;
}

.header-help a {
  color: #ffffff;
}

ul.pagination li a {
  display: block;
  background-color: #ffffff;
  text-align: center;
  width: 45px;
  height: 45px;
  border: 2px solid #ffffff;
  line-height: 43px;
  border-radius: 50%;
  color: #555555;
}

ul.pagination li.active a {
  display: block;
  background-color: rgba(241, 227, 31, 0.5);
  border: 2px solid #f1e31f;
  font-weight: 700;
  cursor: default;
}

ul.pagination .disabled:hover a {
  background: none;
}

.paginator {
  text-align: center;
}

.paginator ul.pagination li {
  float: none;
  display: inline-block;
}

.paginator p {
  text-align: right;
  color: rgba(0, 0, 0, 0.54);
}

.asc:after {
  content: " ↓";
}

.desc:after {
  content: " ↑";
}

.form .error-message {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  color: rgba(0, 0, 0, 0.54);
}

.required > label {
  font-weight: bold;
}

.required > label:after {
  content: " *";
  color: #ea3800;
}

select[multiple] {
  min-height: 150px;
  background: none;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 0.5em;
}

.date select,
.time select,
.datetime select {
  display: inline;
  width: auto;
  margin-right: 10px;
}

.error label,
.error label.error {
  color: #ea3800;
}

.view h2 {
  color: #6F6F6F;
}

.view .columns.strings {
  border-radius: 3px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
  margin-right: 0.7rem;
}

.view .numbers {
  background-color: #B7E3EC;
  color: #ffffff;
  border-radius: 3px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
  margin-right: 0.7rem;
}

.view .columns.dates {
  border-radius: 3px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
  margin-right: 0.7rem;
  background-color: #DCE47E;
  color: #ffffff;
}

.view .columns.booleans {
  border-radius: 3px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
  margin-right: 0.7rem;
  background-color: #8D6E65;
  color: #ffffff;
}

.view .strings p {
  border-bottom: 1px solid #eee;
}

.view .numbers .subheader, .view .dates .subheader {
  color: #747474;
}

.view .booleans .subheader {
  color: #E9E9E9;
}

.view .texts .columns {
  margin-top: 1.2rem;
  border-bottom: 1px solid #eee;
}

/** Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
  display: block;
  clear: both;
  background-repeat: repeat-x;
  margin-bottom: 18px;
  padding: 7px 14px;
  border-radius: 3px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
  color: #000000;
  background: #ffcc00;
}

.cake-error,
p.error {
  color: #ffffff;
  background: #ea3800;
}

pre {
  background: none repeat scroll 0% 0% #ffffff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
  margin: 15px 0px;
  color: rgba(0, 0, 0, 0.74);
  padding: 5px;
}

.cake-error .cake-stack-trace {
  margin-top: 10px;
}

.cake-stack-trace code {
  background: inherit;
  border: 0;
}

.cake-code-dump .code-highlight {
  display: block;
  background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.checks {
  padding: 30px;
  color: #626262;
  background-color: #B7E3EC;
  border-radius: 3px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
  margin-bottom: 2em;
}

.checks h4 {
  margin-bottom: 1.5rem;
}

.checks hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.checks .success,
.checks .problem {
  margin-left: 10px;
}

.checks .success:before,
.checks .problem:before {
  line-height: 0px;
  font-size: 28px;
  height: 12px;
  width: 12px;
  border-radius: 15px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  left: -11px;
}

.checks .success:before {
  content: "✓";
  color: green;
  margin-right: 9px;
}

.checks .problem:before {
  content: "✘";
  color: #ea3800;
  margin-right: 9px;
}

.top-bar.expanded .title-area {
  background: #01545b;
}

.top-bar.expanded, .top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button) {
  background: #116d76;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
  background-color: #308e97;
  background: #308e97;
}

.side-nav li.heading {
  color: #1798A5;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.4375rem 0.875rem;
}

#actions-sidebar {
  background: #fafafa;
}

.index table {
  margin-top: 0rem;
  border: 0;
  width: 100%;
  table-layout: fixed;
}

table {
  background: #ffffff;
  border: none;
  table-layout: fixed;
  width: 100%;
}

table thead {
  background: none;
}

table tr th {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #242424;
  text-align: center;
  background-color: #f1e31f;
}

table tr:nth-of-type(even) {
  background: none;
}

.form button[type=submit] {
  float: right;
  text-transform: uppercase;
  box-shadow: none;
}

.form button:hover, .form button:focus {
  background: #BE840B;
  box-shadow: none;
}

button {
  background: #966600;
}

div.message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: block;
  font-weight: normal;
  padding: 0 1.5rem;
  transition: height 300ms ease-out 0s;
  background-color: rgba(241, 227, 31, 0.8);
  color: #242424;
  z-index: 999;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
}

div.message:before {
  line-height: 0px;
  font-size: 20px;
  height: 12px;
  width: 12px;
  border-radius: 15px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  left: -11px;
  background-color: #ffffff;
  padding: 12px 14px 12px 10px;
  content: "i";
}

div.message.error {
  background-color: #ea3800;
  color: #ffffff;
}

div.message.error:before {
  padding: 11px 16px 14px 7px;
  color: #ea3800;
  content: "x";
}

div.message.hidden {
  height: 0;
}

.vertical-table th {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #1798A5;
  border: none;
  text-align: left;
}

.vertical-table {
  vertical-align: middle;
}

.vertical-table td {
  text-align: right;
}

.content {
  padding: 2rem;
}

/* Use 'one true layout' methods to get equal height columns */
.container {
  overflow: hidden;
  min-height: 92%; /* full height almost always */
}

/* Force equal height by overflowing */
.content,
#actions-sidebar {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

@media (max-width: 640px) {
  #actions-sidebar {
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
}
.content h3 {
  color: #be140b;
  padding-bottom: 0.5rem;
  margin-bottom: 20px;
}

.content h4 {
  color: #be140b;
  padding-bottom: 0.5rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #be140b;
}

.content .related h4 {
  color: #4d8f97;
  padding-bottom: 0.5rem;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 0px;
}

table tr td {
  font-size: clamp(0.875rem, 0.817rem + 0.24vw, 0.969rem); /*14-15.5*/
  vertical-align: middle;
  word-break: break-all;
  line-height: 2rem;
  background-color: rgba(241, 227, 31, 0.15);
  border-bottom: 1px solid #DBD6D6;
}

table tr:nth-of-type(even) td {
  background: none;
}

label {
  display: inline-block;
  margin-bottom: 5px;
}

/* //@tailwind base; */
/* //@tailwind components; */
.u-underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

/* font */
.u-text-white {
  color: #ffffff;
}

.u-text-alert {
  color: #ea3800;
}

/*link*/
.u-link-box-wrap {
  position: relative;
}

.u-link-box {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.u-link-underline {
  position: relative;
}
.u-link-underline::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  border-bottom: 1px solid #f1e31f;
  transition: all 0.25s ease-in-out;
}
@media (hover: hover) {
  .u-link-underline:hover::after {
    width: 100%;
  }
}

.u-underline {
  text-decoration: none;
  border-bottom: 1px solid #242424;
  padding-bottom: 2px;
}

.u-underline--color-1 {
  border-color: #f1e31f;
}

.u-underline--color-2 {
  border-color: #F2ECE2;
}

.u-underline--color-3 {
  border-color: #ea3800;
}

.u-underline--dark-gray {
  border-color: #555555;
}

.u-underline--gray {
  border-color: #DBD6D6;
}

@media (hover: hover) {
  .u-hover:hover {
    opacity: 0.7;
  }
}

.u-mb-8 {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .md\:u-hidden {
    display: none;
  }
}
@media (min-width: 1280px) {
  .xl\:u-hidden {
    display: none;
  }
}
.u-text-center {
  text-align: center;
}
/*# sourceMappingURL=mystyle.css.map */