@charset "UTF-8";

.SLAB-headerBar {
  width: 100%;
  display: flex;
  position: relative;
  background-color: #042e4f;
  color: white;
  height: 3rem;
  justify-content: space-between;
  align-items: center;
  font-family: '微軟正黑體';
}

@media screen and (max-width: 768px) {
  .SLAB-headerBar {
    z-index: 20;
    position: fixed;
  }
}

.SLAB-headerBar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.SLAB-headerBar li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.SLAB-headerBar a {
  color: white;
  text-decoration: none;
}

.SLAB-headerBar button {
  color: white;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.SLAB-headerBar .links {
  display: flex;
  align-items: center;
  height: 3rem;
}

@media screen and (max-width: 768px) {
  .SLAB-headerBar .links {
    display: none;
  }
}

.SLAB-headerBar .links .logo {
  display: flex;
  align-items: center;
}

.SLAB-headerBar .links .logo img {
  height: 2.25rem;
}

.SLAB-headerBar .links .logo .text {
  display: flex;
  flex-direction: column;
}

.SLAB-headerBar .links .logo .text .company {
  text-align: justify;
  letter-spacing: 10px;
}

.SLAB-headerBar .links .logo .text .companyEN {
  text-transform: uppercase;
}

.SLAB-headerBar .links .href {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all .25s;
}

@media screen and (max-width: 768px) {
  .SLAB-headerBar .links .href {
    width: 100%;
  }
}

.SLAB-headerBar .links .href span {
  margin-left: 15px;
}

.SLAB-headerBar .links .href:hover {
  background-color: #0e7490;
}

.SLAB-headerBar .tools {
  display: flex;
  align-items: center;
  height: 3rem;
}

.SLAB-headerBar .tools ul.menu {
  display: none;
  height: 100%;
  position: relative;
  align-items: center;
  transition: all .25s;
}

.SLAB-headerBar .tools ul.menu:hover {
  background-color: #0e7490;
}

@media screen and (max-width: 768px) {
  .SLAB-headerBar .tools ul.menu {
    display: flex;
  }
}

.SLAB-headerBar .tools ul.menu li {
  height: 3rem;
}

.SLAB-headerBar .tools ul.menu li button {
  height: 100%;
  width: 3rem;
}

.SLAB-headerBar .tools ul.setting {
  display: flex;
  position: relative;
  align-items: center;
  transition: all .25s;
  height: 100%;
}

.SLAB-headerBar .tools ul.setting:hover {
  background-color: #0e7490;
}

.SLAB-headerBar .tools ul.setting li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SLAB-headerBar .tools ul.setting li button {
  width: 3rem;
  height: 100%;
}

.SLAB-headerBar .tools ul.detail {
  position: absolute;
  width: 10rem;
  top: 50px;
  font-size: 0.85rem;
  line-height: 1.25rem;
  right: 0px;
  z-index: 20;
  background-color: #ddd;
}

.SLAB-headerBar .tools ul.detail li {
  display: flex;
  justify-content: flex-start;
  color: #555;
}

.SLAB-headerBar .tools ul.detail li a {
  width: 100%;
  color: #555;
  padding: 5px;
}

.SLAB-headerBar .tools ul.detail li a:hover {
  background-color: #bbb;
}

.SLAB-headerBar .tools ul.detail li select {
  border: none;
  color: #555;
  border-radius: 0.25rem;
  width: 5rem;
  margin: 5px;
}

.SLAB-headerBar .tools ul.detail li.user {
  width: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  display: flex;
  justify-content: flex-start;
  padding: 5px;
  padding-left: 5px;
  background-color: #ccc;
}

.SLAB-headerBar .tools ul.detail li.user i {
  margin-right: 5px;
}

.SLAB-headerBar .tools ul.detail li.lang {
  padding: 5px;
}

.SLAB-headerBar .tools ul.rightHref {
  display: flex;
  justify-content: center;
  align-items: center;
}

.SLAB-headerBar .tools ul.rightHref > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  min-width: 4.5rem;
}

@media screen and (max-width: 768px) {
  .SLAB-headerBar .tools ul.rightHref > li {
    min-width: 3.5rem;
  }
}

.SLAB-headerBar .tools ul.rightHref > li.menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .SLAB-headerBar .tools ul.rightHref > li.menu {
    display: block;
  }
}

.SLAB-headerBar .tools ul.rightHref > li.player {
  min-width: 5.5rem;
}

.SLAB-headerBar .tools ul.rightHref > li.member {
  min-width: 10rem;
}

@media screen and (max-width: 768px) {
  .SLAB-headerBar .tools ul.rightHref > li.member {
    min-width: 5rem;
  }
}

.SLAB-headerBar .tools ul.rightHref > li.member > :first-child ~ * {
  margin-left: 15px;
}

.SLAB-headerBar .tools ul.rightHref > li button, .SLAB-headerBar .tools ul.rightHref > li a {
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SLAB-headerBar .tools ul.rightHref > li:hover {
  background-color: #0e7490;
}

.SLAB-headerBar .tools ul.rightHref > li > .subList {
  display: none;
  flex-direction: column;
  align-items: center;
  left: -0%;
  top: 48px;
  min-width: 6rem;
  background-color: #042e4f;
  position: absolute;
  z-index: 100;
  transition: opacity .5s;
}

@media screen and (max-width: 768px) {
  .SLAB-headerBar .tools ul.rightHref > li > .subList {
    left: -50%;
  }
}

.SLAB-headerBar .tools ul.rightHref > li > .subList > li {
  width: 100%;
  background-color: #042e4f;
}

.SLAB-headerBar .tools ul.rightHref > li > .subList > li:hover {
  background-color: #0e7490;
}

.SLAB-headerBar .tools ul.rightHref > li > .subList > li > button {
  padding: 5px;
  width: 100%;
}

.SLAB-headerBar .tools ul.rightHref > li.lang > ul {
  display: none;
  flex-direction: column;
  align-items: center;
  left: -0%;
  top: 48px;
  min-width: 4.5rem;
  background-color: #042e4f;
  position: absolute;
  z-index: 100;
  transition: opacity .5s;
}

@media screen and (max-width: 768px) {
  .SLAB-headerBar .tools ul.rightHref > li.lang > ul {
    left: -50%;
  }
}

.SLAB-headerBar .tools ul.rightHref > li.lang > ul > li {
  width: 100%;
}

.SLAB-headerBar .tools ul.rightHref > li.lang > ul > li:hover {
  background-color: #0e7490;
}

.SLAB-headerBar .tools ul.rightHref > li.lang > ul > li > a {
  display: flex;
  justify-content: center;
  padding: 0 5px;
  min-width: 100%;
}

.SLAB-headerBar .tools ul.rightHref > li.lang .open {
  display: flex;
}

.SLAB-headerBar .tools .login {
  height: 100%;
}

.SLAB-headerBar .tools .login li {
  height: 100%;
}

.SLAB-headerBar .tools .login li a {
  width: 3rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SLAB-headerBar .tools .login li a:hover {
  background-color: #0e7490;
}

.SLAB-headerBar .m-menu {
  display: none;
  overflow: auto;
  padding-bottom: 1rem;
  flex-direction: column;
  width: 100%;
  position: fixed;
  background-color: #113b65;
  top: 45px;
}

@media screen and (max-width: 768px) {
  .SLAB-headerBar .m-menu {
    display: flex;
  }
}

.SLAB-headerBar .m-menu button {
  margin-left: 15px;
}

.SLAB-headerBar .m-menu a {
  display: flex;
  justify-content: flex-start;
  padding: 5px 30px;
  transition: all .25s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.SLAB-headerBar .m-menu a:hover {
  background-color: #3b82f6;
}

.SLAB-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #0d2e4f;
  color: white;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  height: 3rem;
}

@media screen and (max-width: 768px) {
  .SLAB-footer {
    height: auto;
    padding: 15px 0;
  }
}

.SLAB-footer > span {
  text-align: center;
}

/*
! tailwindcss v3.1.8 | 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: #e5e7eb;
  /* 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 */
  font-weight: inherit;
  /* 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::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;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}

::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}

* {
  font-family: "微軟正黑體";
}

.z-index9999 {
  z-index: 9999 !important;
}

.accountSections{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.accountSections .content{
  width: 100%;
  display: flex;
  border-radius: 0.125rem;
  z-index: 10;
  min-height: calc(100vh - 3rem);
}

.accountSections .content .sider{
  display: flex;
  min-width: calc(200px + 5vw);
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

@media screen and (max-width: 768px) {
  .accountSections .content .sider{
    display: none;
  }
}

.accountSections .content .sider .active{
  font-weight: 700;
  padding-left: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.accountSections .content .sider .active:hover{
  padding-left: 0px;
}

.accountSections .content .sider .links{
  margin-top: 4rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.accountSections .content .sider .links li{
  display: flex;
  align-items: center;
}

.accountSections .content .sider .links li::before{
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: '◆';
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.accountSections .content .sider .links li:hover::before {
  transform: rotate(90deg);
  --tw-text-opacity: 1;
  color: rgb(24 72 120 / var(--tw-text-opacity));
  margin-right: 1rem;
}

.accountSections .content .sider .links > :first-child ~ *{
  margin-top: 1rem;
}

.accountSections .content .account {
  width: calc(100% - (200px + 5vw));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .accountSections .content .account{
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 100%;
  }
}

.accountSections .content .account > .title{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.accountSections .content .account > .count{
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  width: 80%;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .accountSections .content .account > .count{
    margin-top: 1rem;
  }
}

.accountSections .content .account .currentWay{
  display: flex;
  width: 80%;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media screen and (max-width: 768px) {
  .accountSections .content .account .currentWay{
    margin-top: 1rem;
  }
}

.accountSections .content .account .currentWay .title{
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 700;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  border-style: solid;
}

.accountSections .content .account .currentWay .paied{
  padding: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.accountSections .content .account .currentWay .paied .title{
  font-size: 1.5rem;
  line-height: 2rem;
}

.accountSections .content .account .currentWay .paied .row {
  padding-right: calc(50px + 15vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .accountSections .content .account .currentWay .paied .row {
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .accountSections .content .account .currentWay .paied .row{
    align-items: flex-start;
    flex-direction: column;
    padding-right: 0px;
  }
}

.accountSections .content .account .currentWay .paied .row > span.vesselesNum .current{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.accountSections .content .account .currentWay .paied .row > span.vesselesNum .maxNum{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.accountSections .content .account .currentWay .paied button,  .accountSections .content .account .currentWay .paied a{
  --tw-bg-opacity: 1;
  background-color: rgb(4 46 79 / var(--tw-bg-opacity));
  border-radius: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.accountSections .content .account .currentWay .using{
  padding-top: 4rem;
  padding-bottom: 4rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
  width: 45%;
}

.accountSections .content .account .currentWay .using .title{
  font-size: 1.5rem;
  line-height: 2rem;
}

.accountSections .content .account .chooseWay{
  width: 80%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .accountSections .content .account .chooseWay{
    flex-direction: column;
  }
}

.accountSections .content .account .chooseWay > :first-child ~ *{
  margin-left: 1.25rem;
}

@media screen and (max-width: 768px) {
  .accountSections .content .account .chooseWay > :first-child ~ *{
    margin-top: 1rem;
    margin-left: 0px;
  }
}

.accountSections .content .account .chooseWay .theWay{
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: calc(100%/3);
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.accountSections .content .account .chooseWay .theWay .title{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .accountSections .content .account .chooseWay .theWay .title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  .accountSections .content .account .chooseWay .theWay .title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 576px) {
  .accountSections .content .account .chooseWay .theWay .title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  .accountSections .content .account .chooseWay .theWay{
    width: 100%;
  }
}

.accountSections .content .account .chooseWay .theWay > :first-child ~ *{
  margin-top: 1rem;
}

.accountSections .content .account .chooseWay .theWay button,  .accountSections .content .account .chooseWay .theWay a{
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 46 79 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 0.125rem;
}

@media screen and (max-width: 1024px) {
  .accountSections .content .account .chooseWay .theWay button,  .accountSections .content .account .chooseWay .theWay a{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media screen and (max-width: 576px) {
  .accountSections .content .account .chooseWay .theWay button,  .accountSections .content .account .chooseWay .theWay a{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.accountSections .content .account .chooseWay .theWay .originalPrice{
  font-size: 1rem;
  line-height: 1.5rem;
}

.accountSections .content .account .state{
  margin-top: 2rem;
  width: 80%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .accountSections .content .account .state{
    margin-top: 1rem;
    flex-direction: column;
  }
}

.accountSections .content .account .state .using{
  width: 100%;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  padding: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media screen and (max-width: 768px) {
  .accountSections .content .account .state .using{
    width: 100%;
  }
}

.accountSections .content .account .state .using .title{
  margin-bottom: 1rem;
  font-weight: 700;
}

.accountSections .content .account .state .using .count span{
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.accountSections .content .account .state .useState {
  width: 40%;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .accountSections .content .account .state .useState{
    width: 100%;
  }
}

.accountSections .content .account .state .useState span{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.accountSections .content .account .ship{
  position: absolute;
  bottom: -1.25rem;
  right: -2.5rem;
}

.accountSections .content .account .ship i{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
  font-size: 10em;
}

.accountSections .content .account > img{
  z-index: -10;
  right: 0px;
  bottom: 0px;
  position: absolute;
  width: auto;
}

.loginSections{
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

.loginSections > .content{
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 6rem);
  position: relative;
}

@media screen and (max-width: 768px) {
  .loginSections > .content{
    height: auto;
  }
}

.loginSections > .content > img{
  opacity: 0.25;
  z-index: -10;
  position: absolute;
  width: 100%;
}

.loginSections > .content > .row{
  display: flex;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 6rem;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .loginSections > .content > .row{
    margin-top: 4rem;
    margin-bottom: 4rem;
    width: 80%;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1024px) {
  .loginSections > .content > .row{
    width: 80%;
  }
}

.loginSections > .content > .row > .login{
  width: 40%;
  margin-left: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgb(255 255 255 / 0.5);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media screen and (max-width: 768px) {
  .loginSections > .content > .row > .login{
    z-index: 10;
    width: 100%;
    margin: 0px;
    padding: 1rem;
    align-items: flex-start;
  }
}

.loginSections > .content > .row > .login .title{
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.loginSections > .content > .row > .login .input-group{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.loginSections > .content > .row > .login .input-group label{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media screen and (max-width: 768px) {
  .loginSections > .content > .row > .login .input-group{
    max-width: none;
    width: 100%;
  }
}

.loginSections > .content > .row > .login .input-group input{
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(13,46,79,0.2);
  border-radius: 0.125rem;
  padding: 0.5rem;
}

.loginSections > .content > .row > .login .input-group input:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media screen and (max-width: 768px) {
  .loginSections > .content > .row > .login .input-group input{
    letter-spacing: 2px;
    text-indent: 2px;
  }
}

.loginSections > .content > .row > .login .input-group:last-child{
  display: flex;
  flex-direction: column;
  min-width: 100%;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .loginSections > .content > .row > .login .input-group:last-child{
    min-width: 100%;
    flex-direction: row;
    justify-content: center;
  }

  .loginSections > .content > .row > .login .input-group:last-child > :first-child ~ *{
    margin-left: 1rem;
  }
}

.loginSections > .content > .row > .login .input-group:last-child .loginButton{
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: flex;
  justify-content: center;
  letter-spacing: 10px;
  cursor: pointer;
  width: 100%;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.loginSections > .content > .row > .login .input-group:last-child .loginButton:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

@media screen and (max-width: 768px) {
  .loginSections > .content > .row > .login .input-group:last-child .loginButton{
    margin-top: 0px;
    text-indent: 10px;
    width: 45%;
  }
}

.loginSections > .content > .row > .login .input-group:last-child .registerButton{
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding: 1rem;
  margin-top: 1rem;
  letter-spacing: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginSections > .content > .row > .login .input-group:last-child .registerButton:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

@media screen and (max-width: 768px) {
  .loginSections > .content > .row > .login .input-group:last-child .registerButton{
    margin-top: 0px;
    text-indent: 10px;
    width: 45%;
  }
}

.loginSections > .content > .row > .login .SLAB-captcha{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.loginSections > .content > .row > .login .SLAB-captcha span.title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.loginSections > .content > .row > .login .SLAB-captcha .sliderMask,  .loginSections > .content > .row > .login .SLAB-captcha span{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.loginSections > .content > .row > .login .SLAB-captcha .sliderMask .slider,  .loginSections > .content > .row > .login .SLAB-captcha span .slider{
  width: 2.5rem;
  height: 2.5rem;
}

.loginSections > .content > .row .intro{
  width: 60%;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .loginSections > .content > .row .intro{
    margin-top: 1rem;
    width: 100%;
    flex-direction: column;
  }

  .loginSections > .content > .row .intro > :first-child ~ *{
    margin-left: 0px;
    margin-top: 2rem;
  }
}

.loginSections > .content > .row .intro .content{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .loginSections > .content > .row .intro .content{
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: 100%;
    justify-content: center;
  }
}

.loginSections > .content > .row .intro .content:first-child ~ *{
  margin-top: 1rem;
}

.loginSections > .content > .row .intro .content .circleButton{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  position: relative;
}

.loginSections > .content > .row .intro .content .circleButton:after {
  content: '';
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
  width: 2.5rem;
  height: 0.25rem;
}

@media screen and (max-width: 768px) {
  .loginSections > .content > .row .intro .content .circleButton{
    width: 100%;
  }
}

.loginSections > .content > .row .intro .content .circleButton .add{
  position: absolute;
  right: 0px;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
  width: 2.5rem;
  height: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.loginSections > .content > .row .intro .content .introText{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media screen and (max-width: 768px) {
  .loginSections > .content > .row .intro .content .introText{
    width: 100%;
  }
}

.loginSections > .content > i{
  opacity: 0.1;
  right: -5rem;
  bottom: -5rem;
  position: absolute;
  font-size: 20rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.registerSections{
  min-height: 100vh;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.registerSections .container{
  border-radius: 0.5rem;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 3rem);
}

@media screen and (max-width: 768px) {
  .registerSections .container{
    width: 91.666667%;
    margin-top: 5rem;
  }
}

.registerSections .container .form{
  background-color: rgb(147 197 253 / 0.1);
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 0.375rem;
  width: 66.666667%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

@media screen and (max-width: 1024px) {
  .registerSections .container .form{
    width: 80%;
    margin: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .registerSections .container .form{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 80%;
  }
}

.registerSections .container .form .data{
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .registerSections .container .form .data{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.registerSections .container .form .data > :first-child ~ *{
  margin-top: 1rem;
}

.registerSections .container .form .data > .title{
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}

.registerSections .container .form .data .input-group{
  width: 66.666667%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .registerSections .container .form .data .input-group{
    align-items: flex-start;
    width: 80%;
    flex-direction: column;
  }
}

.registerSections .container .form .data .input-group label {
  min-width: 8em;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.registerSections .container .form .data .input-group button{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.registerSections .container .form .data .input-group input,  .registerSections .container .form .data .input-group select.country{
  font-size: 1.25rem;
  line-height: 1.75rem;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: 20rem;
  padding: 0.5rem;
  border-radius: 0.375rem;
}

@media screen and (max-width: 768px) {
  .registerSections .container .form .data .input-group input,  .registerSections .container .form .data .input-group select.country{
    width: 100%;
  }
}

.registerSections .container .form .data .input-group input:focus-visible,  .registerSections .container .form .data .input-group select.country:focus-visible{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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: 2px solid transparent;
  outline-offset: 2px;
}

.registerSections .container .form .data .input-group input[type="checkbox"],  .registerSections .container .form .data .input-group select.country[type="checkbox"]{
  width: auto;
}

.registerSections .container .form .data .input-group.agreeService{
  display: flex;
  align-items: center;
  flex-direction: row;
}

.registerSections .container .form .data .input-group.agreeService .consent{
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 768px) {
  .registerSections .container .form .data .input-group.agreeService .consent button{
    text-align: left;
  }
}

.registerSections .container .form .data .captcha{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 66.666667%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.registerSections .container .form .data .captcha span.title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.registerSections .container .form .data .captcha .sliderMask,  .registerSections .container .form .data .captcha span{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.registerSections .container .form .data .captcha .sliderMask .slider,  .registerSections .container .form .data .captcha span .slider{
  width: 2.5rem;
  height: 2.5rem;
}

.registerSections .container .form .data > button{
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 46 79 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 0.125rem;
}

.registerSections .container .form .data .send{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.registerSections .container .form .intro{
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .registerSections .container .form .intro{
    margin-top: 2rem;
    width: 100%;
  }
}

.registerSections .container .form .intro svg{
  width: 12rem;
  opacity: 0.2;
}

.registerSections .container .form .intro span{
  margin-top: 1rem;
}

.registerSections > img{
  opacity: 0.25;
  z-index: -10;
  position: absolute;
  min-height: 100vh;
  position: fixed;
}

.SLAB-modalExplainP{
  text-align: left;
  margin-bottom: 1rem;
}

.aboutSections{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.aboutSections .content{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-radius: 0.125rem;
}

@media screen and (max-width: 768px) {
  .aboutSections .content{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.aboutSections .content > :first-child ~ *{
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .aboutSections .content > :first-child ~ *{
    margin-top: 2rem;
  }
}

.aboutSections .content > .topic{
  width: 80%;
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(4 46 79 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .aboutSections .content > .topic{
    margin-top: 2rem;
    flex-direction: column;
  }
}

.aboutSections .content > .topic > .title{
  padding: 2rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 768px) {
  .aboutSections .content > .topic > .title{
    padding: 1rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.aboutSections .content > .topic > .title > :first-child{
  color: rgb(255 255 255 / 0.1);
  top: 2.5rem;
  left: -3rem;
  position: absolute;
  font-size: 10rem;
}

.aboutSections .content > .topic > .title > :first-child ~ *{
  margin-top: 2rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.aboutSections .content > .topic > img{
  width: 50%;
}

@media screen and (max-width: 768px) {
  .aboutSections .content > .topic > img{
    width: 100%;
  }
}

.aboutSections .content .intro-group{
  margin-top: 2rem;
  width: 80%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .aboutSections .content .intro-group{
    flex-direction: column;
  }

  .aboutSections .content .intro-group > :first-child ~ *{
    margin-top: 1rem;
  }
}

.aboutSections .content .intro-group .item {
  width: calc(95% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

@media screen and (max-width: 768px) {
  .aboutSections .content .intro-group .item{
    width: 100%;
  }
}

.aboutSections .content .intro-group .item:hover > .fillBlock::before{
  height: 100%;
}

.aboutSections .content .intro-group .item:hover > .fillBlock .title{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.aboutSections .content .intro-group .item > .fillBlock{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .aboutSections .content .intro-group .item > .fillBlock{
    min-height: 150px;
  }
}

.aboutSections .content .intro-group .item > .fillBlock:before{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
  position: absolute;
  width: 100%;
  height: 0px;
  top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(4 46 79 / var(--tw-bg-opacity));
  z-index: -10;
}

.aboutSections .content .intro-group .item > .fillBlock i{
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(4 46 79 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 2rem;
}

.aboutSections .content .intro-group .item > .fillBlock .title{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.aboutSections .content .intro-group .item .intro{
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media screen and (max-width: 768px) {
  .aboutSections .content .intro-group .item .intro{
    padding: 0.75rem;
  }
}

.aboutSections .content .SLABtraffic{
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aboutSections .content .SLABtraffic .title{
  font-size: 1.5rem;
  line-height: 2rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-style: solid;
  font-weight: 700;
}

.aboutSections .content .SLABtraffic .subTitle{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.aboutSections .content .SLABtraffic .introCol-group{
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .aboutSections .content .SLABtraffic .introCol-group{
    margin-top: 2rem;
  }
}

.aboutSections .content .SLABtraffic .introCol-group > :first-child ~ *{
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .aboutSections .content .SLABtraffic .introCol-group > :first-child ~ *{
    margin-top: 2rem;
  }
}

.aboutSections .content .SLABtraffic .introCol-group .item{
  width: 100%;
  display: flex;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(4 46 79 / var(--tw-bg-opacity));
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .aboutSections .content .SLABtraffic .introCol-group .item{
    flex-direction: column;
  }
}

.aboutSections .content .SLABtraffic .introCol-group .item:nth-child(even){
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .aboutSections .content .SLABtraffic .introCol-group .item:nth-child(even){
    flex-direction: column;
  }
}

.aboutSections .content .SLABtraffic .introCol-group .item:nth-child(even) .icon{
  justify-content: flex-end;
  padding-left: 0px;
  padding-right: 5rem;
}

.aboutSections .content .SLABtraffic .introCol-group .item:nth-child(even) .block::before{
  --tw-skew-x: -30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.aboutSections .content .SLABtraffic .introCol-group .item .icon{
  width: 50%;
  padding-left: 5rem;
  position: relative;
  display: flex;
  align-items: center;
}

.aboutSections .content .SLABtraffic .introCol-group .item .icon i{
  position: absolute;
  font-size: 15rem;
  color: rgb(255 255 255 / 0.1);
}

.aboutSections .content .SLABtraffic .introCol-group .item .block{
  width: 5rem;
  min-height: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.aboutSections .content .SLABtraffic .introCol-group .item .block::before{
  --tw-content: '';
  content: var(--tw-content);
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  width: 100%;
  transform-origin: center;
  --tw-skew-x: 30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.aboutSections .content .SLABtraffic .introCol-group .item .text{
  width: 50%;
  margin-left: 1rem;
  border-radius: 0.75rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .aboutSections .content .SLABtraffic .introCol-group .item .text{
    margin-left: 0px;
    padding: 1rem;
    width: 100%;
  }
}

.aboutSections .content .SLABtraffic .introCol-group .item .text .num{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  left: 0px;
  color: rgb(255 255 255 / 0.1);
  font-size: 15rem;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .aboutSections .content .SLABtraffic .introCol-group .item .text > span{
    width: 100%;
  }
}

.fleetSections{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fleetSections .content{
  width: 100%;
  display: flex;
  border-radius: 0.125rem;
  z-index: 10;
  min-height: calc(100vh - 3rem);
}

.fleetSections .content .sider{
  display: flex;
  min-width: calc(200px + 5vw);
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

@media screen and (max-width: 768px) {
  .fleetSections .content .sider{
    display: none;
  }
}

.fleetSections .content .sider .active{
  font-weight: 700;
  padding-left: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.fleetSections .content .sider .active:hover{
  padding-left: 0px;
}

.fleetSections .content .sider .links{
  margin-top: 4rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.fleetSections .content .sider .links li{
  display: flex;
  align-items: center;
}

.fleetSections .content .sider .links li::before{
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: '◆';
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.fleetSections .content .sider .links li:hover::before {
  transform: rotate(90deg);
  --tw-text-opacity: 1;
  color: rgb(24 72 120 / var(--tw-text-opacity));
  margin-right: 1rem;
}

.fleetSections .content .sider .links > :first-child ~ *{
  margin-top: 1rem;
}



.fleetSections .content > .fleet  table .switchToggle .switch{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.fleetSections .content > .fleet  table .switchToggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.fleetSections .content > .fleet  table .switchToggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.fleetSections .content > .fleet  table .switchToggle .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  top: 2px;
  background-color: white;
  transition: .25s;
  border-radius: 50%;
}

.fleetSections .content > .fleet table .switchToggle input:checked + .slider {
  background-color: #184878;
}

.fleetSections .content > .fleet  table .switchToggle input:checked + .slider:before {
  transform: translateX(26px);
}


@media screen and (max-width: 768px) {
  .fleetSections .content{
    padding-top: 1rem;
    justify-content: center;
  }
}

.fleetSections .content > .fleet {
  min-height: calc(100vh - 3rem);
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: relative;
}

@media screen and (max-width: 768px) {
  .fleetSections .content > .fleet{
    margin-top: 3rem;
  }
}

.fleetSections .content > .fleet > .title{
  width: 80%;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.fleetSections .content > .fleet .col{
  width: 80%;
}

.fleetSections .content > .fleet .tools{
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  border-style: solid;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .fleetSections .content > .fleet .tools{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.fleetSections .content > .fleet .tools > :first-child ~ *{
  margin-left: 1rem;
}

.fleetSections .content > .fleet table{
  margin-top: 4rem;
  width: 80%;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media screen and (max-width: 768px) {
  .fleetSections .content > .fleet table{
    overflow-x: scroll;
  }
}

.fleetSections .content > .fleet table thead,  .fleetSections .content > .fleet table tbody{
  display: flex;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .fleetSections .content > .fleet table thead,  .fleetSections .content > .fleet table tbody{
    width: 100%;
  }
}

.fleetSections .content > .fleet table thead tr,  .fleetSections .content > .fleet table tbody tr{
  width: 100%;
  display: flex;
}

.fleetSections .content > .fleet table thead tr td.fleet,  .fleetSections .content > .fleet table tbody tr td.fleet{
  width: 30%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .fleetSections .content > .fleet table thead tr td.fleet,  .fleetSections .content > .fleet table tbody tr td.fleet{
    justify-content: flex-start;
    min-width: 200px;
  }
}

.fleetSections .content > .fleet table thead tr td.vessel,  .fleetSections .content > .fleet table tbody tr td.vessel{
  width: 30%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .fleetSections .content > .fleet table thead tr td.vessel,  .fleetSections .content > .fleet table tbody tr td.vessel{
    justify-content: flex-start;
    min-width: 100px;
  }
}

.fleetSections .content > .fleet table thead tr td.edit,  .fleetSections .content > .fleet table tbody tr td.edit{
  width: 20%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .fleetSections .content > .fleet table thead tr td.edit,  .fleetSections .content > .fleet table tbody tr td.edit{
    min-width: 50px;
  }
}

.fleetSections .content > .fleet table thead tr td.view,  .fleetSections .content > .fleet table tbody tr td.view{
  width: 20%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .fleetSections .content > .fleet table thead tr td.view,  .fleetSections .content > .fleet table tbody tr td.view{
    min-width: 50px;
  }
}

.fleetSections .content > .fleet table thead tr td.switchToggle,  .fleetSections .content > .fleet table tbody tr td.switchToggle{
  width: 20%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .fleetSections .content > .fleet table thead tr td.switchToggle,  .fleetSections .content > .fleet table tbody tr td.switchToggle{
    min-width: 50px;
  }
}

.fleetSections .content > .fleet table thead{
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity));
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media screen and (max-width: 768px) {
  .fleetSections .content > .fleet table thead td{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.fleetSections .content > .fleet table thead td.addFleet{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  border-radius: 0.125rem;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.fleetSections .content > .fleet table thead td.addFleet button {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fleetSections .content > .fleet table thead td.addFleet button i{
  font-size: 1.5rem;
  line-height: 2rem;
}

.fleetSections .content > .fleet table tbody{
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.fleetSections .content > .fleet table tbody tr{
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
}

.fleetSections .content > .fleet table tbody tr.prepare{
  display: flex;
  align-items: center;
}

.fleetSections .content > .fleet table tbody tr.prepare td.space {
  width: 20px;
}

.fleetSections .content > .fleet table tbody tr.prepare td.fleet{
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media screen and (max-width: 1024px) {
  .fleetSections .content > .fleet table tbody tr.prepare td.fleet{
    --tw-translate-x: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media screen and (max-width: 768px) {
  .fleetSections .content > .fleet table tbody tr.prepare td.fleet{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .fleetSections .content > .fleet table tbody tr.prepare td.fleet input{
    padding: 0.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    width: 8rem;
  }
}

.fleetSections .content > .fleet table tbody tr.prepare td.fleet button {
  cursor: pointer;
}

.fleetSections .content > .fleet table tbody tr.prepare td.fleet .fa-xmark{
  margin-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.fleetSections .content > .fleet table tbody tr.prepare td.fleet .fa-check{
  margin-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.fleetSections .content > .fleet table tbody tr td.space {
  min-width: 25px;
  width: 25px;
}

.fleetSections .content > .fleet table tbody tr td.fleet > input{
  padding: 0.25rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.fleetSections .content > .fleet table tbody tr td.map{
  font-size: 1.25rem;
  line-height: 1.75rem;
  border-style: solid;
  border-radius: 9999px;
}

.fleetSections .content > .fleet table tbody tr td.map a{
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-style: solid;
  border-radius: 9999px;
  width: 2rem;
  height: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.fleetSections .content > .fleet table tbody tr td.note{
  font-size: 1.25rem;
  line-height: 1.75rem;
  border-style: solid;
  border-radius: 9999px;
}

.fleetSections .content > .fleet table tbody tr td.note a{
  display: flex;
  justify-content: center;
  align-items: center;
}

.fleetSections .content > .fleet table tbody tr td.detail{
  font-size: 1rem;
  line-height: 1.5rem;
  min-width: 150px;
}

.fleetSections .content > .fleet table tbody tr td.detail a{
  padding: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  border-style: solid;
  border-radius: 0.375rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.fleetSections .content > .fleet table tbody tr td.detail a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fleetSections .content > .fleet .vesselsCount{
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .fleetSections .content > .fleet .vesselsCount .intro{
    display: flex;
    flex-direction: column;
  }
}

.fleetSections .content > .fleet .vesselsCount .intro .upgrade {
  word-break: keep-all;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 46 79 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 0.125rem;
  padding: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fleetSections .content > .fleet .vesselsCount .vesselNum{
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.fleetSections .content > .fleet .vesselsCount .maxNum{
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.fleetSections .content > .fleet img{
  width: 100%;
  position: absolute;
  z-index: -10;
  bottom: 0px;
  left: 0px;
}

.fleetSections .modal-editNote{
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fleetSections .modal-editNote .display{
  width: 30vw;
  padding: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}

.fleetSections .modal-editNote .display textarea{
  padding: 1rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  border-style: solid;
}

.fleetSections .modal-editNote .display .action button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  border-style: solid;
  padding: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.375rem;
}

.fleetSections .modal-addFleet{
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fleetSections .modal-addFleet .display{
  width: 30vw;
  padding: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}

.fleetSections .modal-addFleet .display input{
  padding: 0.5rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  border-style: solid;
}

.fleetSections .modal-addFleet .display textarea{
  padding: 1rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  border-style: solid;
}

.fleetSections .modal-addFleet .display .action button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  border-style: solid;
  padding: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.375rem;
}

.vesselsSections{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vesselsSections .content{
  width: 100%;
  display: flex;
  border-radius: 0.125rem;
  z-index: 10;
  min-height: calc(100vh - 3rem);
}

.vesselsSections .content .sider{
  display: flex;
  min-width: calc(200px + 5vw);
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

@media screen and (max-width: 768px) {
  .vesselsSections .content .sider{
    display: none;
  }
}

.vesselsSections .content .sider .active{
  font-weight: 700;
  padding-left: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.vesselsSections .content .sider .active:hover{
  padding-left: 0px;
}

.vesselsSections .content .sider .links{
  margin-top: 4rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.vesselsSections .content .sider .links li{
  display: flex;
  align-items: center;
}

.vesselsSections .content .sider .links li::before{
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: '◆';
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.vesselsSections .content .sider .links li:hover::before {
  transform: rotate(90deg);
  --tw-text-opacity: 1;
  color: rgb(24 72 120 / var(--tw-text-opacity));
  margin-right: 1rem;
}

.vesselsSections .content .sider .links > :first-child ~ *{
  margin-top: 1rem;
}

.vesselsSections .content > .fleetShip{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: relative;
}

@media screen and (max-width: 768px) {
  .vesselsSections .content > .fleetShip{
    width: 100%;
  }
}

.vesselsSections .content > .fleetShip .links{
  font-size: 1.5rem;
  line-height: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.vesselsSections .content > .fleetShip .links .href{
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  border-style: solid;
  font-weight: 700;
}

.vesselsSections .content > .fleetShip .links .href.active{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.vesselsSections .content > .fleetShip > .vessels{
  width: 80%;
  position: relative;
  overflow-x: scroll;
}

.vesselsSections .content > .fleetShip > .vessels > .title{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.vesselsSections .content > .fleetShip > .vessels .backToFleet{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.vesselsSections .content > .fleetShip > .vessels .backToFleet .addVessels{
  margin-left: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.vesselsSections .content > .fleetShip > .vessels #vesselsTable_wrapper{
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media screen and (max-width: 768px) {
  .vesselsSections .content > .fleetShip > .vessels #vesselsTable_wrapper{
    width: 100%;
    padding: 0 !important;
  }
}

.vesselsSections .content > .fleetShip > .vessels #vesselsTable_wrapper .addVessels{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 0.25rem;
}

.vesselsSections .content > .fleetShip > .vessels #vesselsTable_wrapper .switchToggle .switch{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.vesselsSections .content > .fleetShip > .vessels #vesselsTable_wrapper .switchToggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.vesselsSections .content > .fleetShip > .vessels #vesselsTable_wrapper .switchToggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.vesselsSections .content > .fleetShip > .vessels #vesselsTable_wrapper .switchToggle .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  top: 2px;
  background-color: white;
  transition: .25s;
  border-radius: 50%;
}

.vesselsSections .content > .fleetShip > .vessels #vesselsTable_wrapper .switchToggle input:checked + .slider {
  background-color: #184878;
}

.vesselsSections .content > .fleetShip > .vessels #vesselsTable_wrapper .switchToggle input:checked + .slider:before {
  transform: translateX(26px);
}

.vesselsSections .content > .fleetShip > .vessels #vesselsTable_wrapper .dataTables_length{
  display: none;
}

@media screen and (max-width: 768px) {
  .vesselsSections .content > .fleetShip > .vessels #vesselsTable_wrapper{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.vesselsSections .content > .fleetShip > .vessels #vesselsTable_wrapper .removeVessels{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  padding: 0.25rem;
}

.vesselsSections .content > .fleetShip > img{
  position: absolute;
  z-index: -10;
  width: 100%;
  bottom: 0px;
  right: 0px;
}

.vesselsSections .modal-editNote{
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vesselsSections .modal-editNote .display{
  width: 30vw;
  padding: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}

.vesselsSections .modal-editNote .display textarea{
  padding: 1rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  border-style: solid;
}

.vesselsSections .modal-editNote .display .action button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  border-style: solid;
  padding: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.375rem;
}

.vesselsSections .modal-addVessels{
  width: 100vw;
  height: 100vh;
  z-index: 10;
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vesselsSections .modal-addVessels .display{
  width: 30vw;
  padding: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}

@media screen and (max-width: 768px) {
  .vesselsSections .modal-addVessels .display{
    width: 75vw;
  }
}

.vesselsSections .modal-addVessels .display > :first-child ~ *{
  margin-top: 1rem;
}

.vesselsSections .modal-addVessels .display input{
  padding: 0.5rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  border-style: solid;
}

.vesselsSections .modal-addVessels .display textarea{
  padding: 1rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  border-style: solid;
}

.vesselsSections .modal-addVessels .display .input-group .title{
  margin-bottom: 1rem;
}

.vesselsSections .modal-addVessels .display .action button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  border-style: solid;
  padding: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.375rem;
}

.vesselsSections .modal-removeVessels{
  z-index: 10;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vesselsSections .modal-removeVessels .display{
  width: 30vw;
  padding: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}

.vesselsSections .modal-removeVessels .display > :first-child ~ *{
  margin-top: 1rem;
}

.vesselsSections .modal-removeVessels .display input{
  padding: 0.5rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  border-style: solid;
}

.vesselsSections .modal-removeVessels .display .input-group .title{
  margin-bottom: 1rem;
}

.vesselsSections .modal-removeVessels .display .input-group select{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-style: solid;
}

.vesselsSections .modal-removeVessels .display select {
  width: 50% !important;
}

.vesselsSections .modal-removeVessels .display .action button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  border-style: solid;
  padding: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.375rem;
}

.payingSections{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.payingSections .content{
  width: 100%;
  display: flex;
  border-radius: 0.125rem;
  z-index: 10;
  min-height: calc(100vh - 3rem);
}

.payingSections .content .sider{
  display: flex;
  min-width: calc(200px + 5vw);
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

@media screen and (max-width: 768px) {
  .payingSections .content .sider{
    display: none;
  }
}

.payingSections .content .sider .active{
  font-weight: 700;
  padding-left: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.payingSections .content .sider .active:hover{
  padding-left: 0px;
}

.payingSections .content .sider .links{
  margin-top: 4rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.payingSections .content .sider .links li{
  display: flex;
  align-items: center;
}

.payingSections .content .sider .links li::before{
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: '◆';
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.payingSections .content .sider .links li:hover::before {
  transform: rotate(90deg);
  --tw-text-opacity: 1;
  color: rgb(24 72 120 / var(--tw-text-opacity));
  margin-right: 1rem;
}

.payingSections .content .sider .links > :first-child ~ *{
  margin-top: 1rem;
}

.payingSections .account {
  width: calc(100% - (200px + 5vw));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .payingSections .account{
    padding-bottom: 2rem;
    padding-top: 4rem;
    width: 100%;
  }
}

.payingSections .account > .title{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.payingSections .account > .count{
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  width: 80%;
  display: flex;
  justify-content: flex-end;
}

.payingSections .account .addVessel{
  margin-top: 2rem;
  padding: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  width: 80%;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

@media screen and (max-width: 768px) {
  .payingSections .account .addVessel{
    margin-top: 1rem;
  }
}

.payingSections .account .addVessel .title{
  font-weight: 700;
}

.payingSections .account .addVessel > .row{
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.payingSections .account .addVessel > .row > .row{
  display: flex;
}

.payingSections .account .addVessel > .row > :first-child ~ *{
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .payingSections .account .addVessel > .row > :first-child ~ *{
    margin-left: 0px;
  }
}

.payingSections .account .addVessel > .row input{
  padding: 0.5rem;
  width: 200px;
}

@media screen and (max-width: 1024px) {
  .payingSections .account .addVessel > .row input{
    width: 125px;
  }
}

@media screen and (max-width: 768px) {
  .payingSections .account .addVessel > .row input{
    padding: 0px;
  }
}

.payingSections .account .addVessel > .row input[type="number"]{
  text-align: center;
}

.payingSections .account .addVessel > .row span{
  display: flex;
  align-items: center;
}

.payingSections .account .addVessel > .row:last-child{
  padding-bottom: 1rem;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.2);
  border-style: solid;
}

@media screen and (max-width: 576px) {
  .payingSections .account .addVessel > .row:last-child{
    flex-direction: column;
  }
}

.payingSections .account .order{
  margin-top: 2rem;
  padding: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  width: 80%;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.payingSections .account .order > :first-child ~ *{
  margin-top: 1rem;
}

.payingSections .account .order .title{
  font-weight: 700;
}

.payingSections .account .order .input-group{
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .payingSections .account .order .input-group{
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
}

.payingSections .account .order .input-group label{
  width: 12rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .payingSections .account .order .input-group label{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.payingSections .account .order .input-group input,  .payingSections .account .order .input-group textarea{
  padding: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  width: 20rem;
}

@media screen and (max-width: 768px) {
  .payingSections .account .order .input-group input,  .payingSections .account .order .input-group textarea{
    width: 100%;
  }
}

.payingSections .account .order .input-group input:focus-visible,  .payingSections .account .order .input-group textarea:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.payingSections .account .order .confirm{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media screen and (max-width: 768px) {
  .payingSections .account .order .confirm{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.payingSections .account .order .confirm .button{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .payingSections .account .order .confirm .button{
    justify-content: center;
  }
}

.payingSections .account .order .confirm .button > :first-child ~ *{
  margin-left: 1rem;
}

.payingSections .account .order .confirm .button > .cancel{
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-style: solid;
  border-radius: 0.125rem;
}

.payingSections .account .order .confirm .button > .confirm{
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-style: solid;
  border-radius: 0.125rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.payingSections .account .order .confirm .button > .confirm:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(4 46 79 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.payingSections .account > img{
  z-index: -10;
  right: 0px;
  bottom: 0px;
  position: absolute;
  width: auto;
}
/*# sourceMappingURL=tailwind.css.map */