/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.\!visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.right-\[40\%\] {
  right: 40%;
}
.left-0 {
  left: 0px;
}
.z-50 {
  z-index: 50;
}
.z-0 {
  z-index: 0;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-\[3px\] {
  margin-top: 3px;
  margin-bottom: 3px;
}
.mx-\[9px\] {
  margin-left: 9px;
  margin-right: 9px;
}
.mx-\[23px\] {
  margin-left: 23px;
  margin-right: 23px;
}
.my-\[24px\] {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mx-\[24px\] {
  margin-left: 24px;
  margin-right: 24px;
}
.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mx-\[3px\] {
  margin-left: 3px;
  margin-right: 3px;
}
.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-\[2px\] {
  margin-left: 2px;
  margin-right: 2px;
}
.mx-\[28px\] {
  margin-left: 28px;
  margin-right: 28px;
}
.mx-\[230px\] {
  margin-left: 230px;
  margin-right: 230px;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mr-\[26\.24px\] {
  margin-right: 26.24px;
}
.ml-\[25px\] {
  margin-left: 25px;
}
.ml-10 {
  margin-left: 2.5rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-\[22PX\] {
  margin-top: 22PX;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[19px\] {
  margin-top: 19px;
}
.ml-\[15px\] {
  margin-left: 15px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[325px\] {
  margin-top: 325px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mb-\[106px\] {
  margin-bottom: 106px;
}
.-mb-px {
  margin-bottom: -1px;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-\[60px\] {
  margin-left: 60px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mb-\[37px\] {
  margin-bottom: 37px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mb-\[58px\] {
  margin-bottom: 58px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.h-20 {
  height: 5rem;
}
.h-full {
  height: 100%;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[1\.5625rem\] {
  height: 1.5625rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-0 {
  height: 0px;
}
.h-auto {
  height: auto;
}
.h-\[152px\] {
  height: 152px;
}
.h-36 {
  height: 9rem;
}
.h-\[1\.875rem\] {
  height: 1.875rem;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-24 {
  height: 6rem;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[60px\] {
  height: 60px;
}
.h-screen {
  height: 100vh;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[32px\] {
  height: 32px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[1\.5625rem\] {
  width: 1.5625rem;
}
.w-28 {
  width: 7rem;
}
.w-1\/2 {
  width: 50%;
}
.w-\[1\.875rem\] {
  width: 1.875rem;
}
.w-16 {
  width: 4rem;
}
.w-4\/5 {
  width: 80%;
}
.w-0 {
  width: 0px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[2\%\] {
  width: 2%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[32px\] {
  width: 32px;
}
.w-auto {
  width: auto;
}
.w-\[195px\] {
  width: 195px;
}
.w-\[382px\] {
  width: 382px;
}
.shrink {
  flex-shrink: 1;
}
.basis-3\/6 {
  flex-basis: 50%;
}
.basis-1\/6 {
  flex-basis: 16.666667%;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-1\/4 {
  flex-basis: 25%;
}
.basis-3\/4 {
  flex-basis: 75%;
}
.basis-\[37\.5\%\] {
  flex-basis: 37.5%;
}
.basis-\[12\.5\] {
  flex-basis: 12.5;
}
.table-auto {
  table-layout: auto;
}
.resize-none {
  resize: none;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.place-self-center {
  place-self: center;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-\[9px\] {
  border-radius: 9px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-t-\[40px\] {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-adminborderColor {
  --tw-border-opacity: 1;
  border-color: rgb(156 156 156 / var(--tw-border-opacity));
}
.border-mainColor {
  --tw-border-opacity: 1;
  border-color: rgb(16 100 100 / var(--tw-border-opacity));
}
.border-borderColor {
  --tw-border-opacity: 1;
  border-color: rgb(136 191 191 / var(--tw-border-opacity));
}
.border-b-adminborderColor {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 156 156 / var(--tw-border-opacity));
}
.bg-bgColor {
  --tw-bg-opacity: 1;
  background-color: rgb(243 253 254 / var(--tw-bg-opacity));
}
.bg-adminbuttonColor {
  --tw-bg-opacity: 1;
  background-color: rgb(120 152 236 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-btnbgColor {
  --tw-bg-opacity: 1;
  background-color: rgb(136 191 191 / var(--tw-bg-opacity));
}
.bg-notifyColor {
  --tw-bg-opacity: 1;
  background-color: rgb(239 83 80 / var(--tw-bg-opacity));
}
.bg-divColor {
  --tw-bg-opacity: 1;
  background-color: rgb(227 240 239 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-adminbgColor {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-adminmainColor {
  --tw-bg-opacity: 1;
  background-color: rgb(143 164 205 / var(--tw-bg-opacity));
}
.bg-mainColor {
  --tw-bg-opacity: 1;
  background-color: rgb(16 100 100 / var(--tw-bg-opacity));
}
.bg-recordColor {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 238 / var(--tw-bg-opacity));
}
.bg-checkColor {
  --tw-bg-opacity: 1;
  background-color: rgb(214 74 74 / var(--tw-bg-opacity));
}
.bg-textareaColor {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-\[\#F0F0F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-gradientoneColor {
  --tw-gradient-from: #2BE0E0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(43 224 224 / 0));
}
.to-gradienttwoColor {
  --tw-gradient-to: #0D75D6;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[3px\] {
  padding: 3px;
}
.p-\[15px\] {
  padding: 15px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.px-\[\"\+props\.px\+\"px\] {
  padding-left: "+props.px+"px;
  padding-right: "+props.px+"px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[44px\] {
  padding-left: 44px;
  padding-right: 44px;
}
.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.px-\[34px\] {
  padding-left: 34px;
  padding-right: 34px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[68px\] {
  padding-left: 68px;
  padding-right: 68px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}
.px-\[62px\] {
  padding-left: 62px;
  padding-right: 62px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.pt-40 {
  padding-top: 10rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pt-48 {
  padding-top: 12rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-44 {
  padding-top: 11rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[26px\] {
  padding-top: 26px;
}
.pt-\[54px\] {
  padding-top: 54px;
}
.pb-\[22px\] {
  padding-bottom: 22px;
}
.pr-\[56px\] {
  padding-right: 56px;
}
.pt-\[56px\] {
  padding-top: 56px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pl-\[68px\] {
  padding-left: 68px;
}
.pb-\[55px\] {
  padding-bottom: 55px;
}
.pr-\[79px\] {
  padding-right: 79px;
}
.pr-\[100px\] {
  padding-right: 100px;
}
.pl-\[90px\] {
  padding-left: 90px;
}
.pt-\[39px\] {
  padding-top: 39px;
}
.pl-\[94px\] {
  padding-left: 94px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[140px\] {
  padding-top: 140px;
}
.pl-\[67px\] {
  padding-left: 67px;
}
.pr-\[82px\] {
  padding-right: 82px;
}
.pb-\[11px\] {
  padding-bottom: 11px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pl-\[22px\] {
  padding-left: 22px;
}
.pt-\[22px\] {
  padding-top: 22px;
}
.pb-\[9px\] {
  padding-bottom: 9px;
}
.pb-\[71px\] {
  padding-bottom: 71px;
}
.pb-\[54px\] {
  padding-bottom: 54px;
}
.pt-12 {
  padding-top: 3rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[20px\] {
  font-size: 20px;
}
.font-medium {
  font-weight: 500;
}
.font-black {
  font-weight: 900;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-light {
  font-weight: 300;
}
.font-extrabold {
  font-weight: 800;
}
.leading-\[2\.4rem\] {
  line-height: 2.4rem;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-\[\.3em\] {
  letter-spacing: .3em;
}
.tracking-\[\.25em\] {
  letter-spacing: .25em;
}
.tracking-\[\.15em\] {
  letter-spacing: .15em;
}
.tracking-\[\.45em\] {
  letter-spacing: .45em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-btnbgColor {
  --tw-text-opacity: 1;
  color: rgb(136 191 191 / var(--tw-text-opacity));
}
.text-mainColor {
  --tw-text-opacity: 1;
  color: rgb(16 100 100 / var(--tw-text-opacity));
}
.text-footColor {
  --tw-text-opacity: 1;
  color: rgb(44 165 182 / var(--tw-text-opacity));
}
.text-dayColor {
  --tw-text-opacity: 1;
  color: rgb(34 138 152 / var(--tw-text-opacity));
}
.text-dateColor {
  --tw-text-opacity: 1;
  color: rgb(199 206 209 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-timeColor {
  --tw-text-opacity: 1;
  color: rgb(34 138 152 / var(--tw-text-opacity));
}
.text-responseColor {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.text-\[\#555555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.text-redColor {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.shadow-\[-1px_-1px_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.03\)\] {
  --tw-shadow: -1px -1px 4px 4px rgba(0,0,0,0.03);
  --tw-shadow-colored: -1px -1px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[-1px_-1px_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: -1px -1px 4px 4px rgba(0,0,0,0.1);
  --tw-shadow-colored: -1px -1px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_-1px_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.03\)\] {
  --tw-shadow: 0px -1px 4px 4px rgba(0,0,0,0.03);
  --tw-shadow-colored: 0px -1px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-0 {
  outline-width: 0px;
}

body {
    overflow: hidden;
    overflow-y: auto;
}
#_p-calender__yearAndMonth {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #106464;
}

._p-calender__header {
  max-width: 500px;
  margin: 0 auto 12px auto;
}
._p-calender__wrapper {
  background: #FEFFFE;
  box-shadow: 0px 0px 20px rgba(23, 82, 116, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: clamp(10px, 2.667vw, 14px);
  padding: 16px 20px 32px 20px;
}
._p-calender__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 0px;
}
._p-calender__table td {
  padding: 15px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #000;
}
._p-calender__table td.today {
  background-color: #106464;
  border-radius: 50%;
  color: #fff;
}
._p-calender__table td.disabled {
  color: #C4C4C4;
}
._p-calender__th {
  padding: 15px 0;
}
._p-calender__dayOfWeek {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #106464;
}
#_p-calender__button #prev {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 10px;
  border-top: 3px solid #106464;
  border-right: 3px solid #106464;
  transform: rotate(-135deg);
}
#_p-calender__button #next {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 10px;
  border-top: 3px solid #106464;
  border-right: 3px solid #106464;
  transform: rotate(45deg);
}
#calendar {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.c-flex-row-centerbetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-mouthStatus-label{
    display: -webkit-box;
    display: box;
    box-pack:center;
    -webkit-box-pack:center;
}
.c-mouthStatus__container{
    width:87%;
    position:relative;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    border: 1.5px solid base.$aquaGreen;
}
.c-mouthStatus__container-status{
      font-size:26px;
      line-height:40px;
      text-align: -webkit-center;
}
.onIndexMS{
    width:100%;
    margin-bottom:30px;
    margin-top:10px;
      .c-mouthStatus__container-status{
        padding:3px 0;
        display: -webkit-box;
        display: box;
        box-pack:center;
        -webkit-box-pack:center;
        line-height: normal;
        height:45px;
        /* padding:13px 0 12px 5px; */
      }
  }
.u-m-auto {
  margin: auto;
}
.nowrap {
  white-space: nowrap;
}
@media not all and (-webkit-min-device-pixel-ratio:0), not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        input:after {
            content: attr(placeholder) !important;
            position: absolute;
        }
        input[value]:not([value=""]) + input:after {
            content: '' !important;
        }
    }
}

/* tailwind拡張 */
/* 警告ボタングラデーション */
.bg-danger-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-danger-gradientoneColor {
  --tw-gradient-from: #f56566;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(43 224 224 / 0));
}
.to-danger-gradienttwoColor {
  --tw-gradient-to: #dc2528;
}
.placeholder\:tracking-wider::-moz-placeholder {
  letter-spacing: 0.05em;
}
.placeholder\:tracking-wider:-ms-input-placeholder {
  letter-spacing: 0.05em;
}
.placeholder\:tracking-wider::placeholder {
  letter-spacing: 0.05em;
}
.hover\:text-mainColor:hover {
  --tw-text-opacity: 1;
  color: rgb(16 100 100 / var(--tw-text-opacity));
}
.focus\:border-focusColor:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 138 152 / var(--tw-border-opacity));
}
.focus\:border-mainColor:focus {
  --tw-border-opacity: 1;
  border-color: rgb(16 100 100 / var(--tw-border-opacity));
}
.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px) {

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:border-r-\[1px\] {
    border-right-width: 1px;
  }
}
