@charset "UTF-8";
:root {
  --AUO-BLUE-INDEX: 1;
  --AUO-DARK-INDEX: 2;
  --AUO-PURPLE-INDEX: 3;
  --AUO-YELLOW-INDEX: 4;
}

.ded-icon-xsmall {
  display: flex;
  align-items: center;
}

.ded-text-xsmall {
  font-size: 13px;
}

.ded-icon-small {
  display: flex;
  align-items: center;
  width: 14px;
  height: 14px;
}

.ded-text-small {
  font-size: 14px;
}

.ded-component-small {
  height: 32px;
  width: 32px;
}

.ded-icon-medium {
  display: flex;
  align-items: center;
  width: 16px;
  height: 16px;
}

.ded-text-medium {
  font-size: 16px;
}

.ded-component-medium {
  height: 38px;
  width: 38px;
}

.ded-icon-large {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
}

.ded-text-large {
  font-size: 18px;
}

.ded-component-large {
  height: 48px;
  width: 48px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Mabry Pro", Verdana, "Noto Sans TC", "Noto Sans SC",
    "Noto Sans JP", "Microsoft JhengHei", "sans-serif", "新細明體", "細明體";
}

@font-face {
  font-family: "Mabry Pro";
  src: url("./Mabry-Italic-Pro-BU1j-EZW.woff") format("woff");
  src: url("./Mabry-Medium-Pro-Niy02PtA.woff") format("woff");
}
.ded-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

svg {
  vertical-align: middle;
}

.ded-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: -50%;
  min-width: 200px;
  border-radius: 4px;
}

img {
  width: 100%;
  vertical-align: middle;
}

.ded-dropdown-input {
  width: 100%;
}
.ded-dropdown-input .ded-input-group {
  border: none;
}
.ded-dropdown-input .ded-input-group:focus-within {
  box-shadow: none;
  border: none;
}
.ded-dropdown-input .ded-input-group:hover {
  box-shadow: none;
  border: none;
}

.mask-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.ded-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ded-multiline-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow-wrap: break-word;
}

:root {
  interpolate-size: allow-keywords;
}

.ded-accordion {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.ded-accordion-solid {
  gap: 8px;
}
.ded-accordion-item {
  background-color: #ffffff;
}
.ded-accordion-item-highlight {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c0c0c5;
}
.ded-accordion-item-highlight:hover {
  border-bottom-width: 2px;
  border-bottom-color: rgb(86.0745098039, 146.8039215686, 252.2078431373);
}
.ded-accordion-item-solid {
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.ded-accordion-item-solid:hover {
  border-width: 2px;
  border-style: solid;
  border-color: rgb(86.0745098039, 146.8039215686, 252.2078431373);
}
.ded-accordion-item-open {
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.ded-accordion-item-close {
  transition: transform 0.3s;
  transform: rotate(0deg);
}
.ded-accordion .ded-accordion-detail .ded-accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  padding: 1em;
}
.ded-accordion .ded-accordion-detail .ded-accordion-title::marker {
  content: "";
}
.ded-accordion .ded-accordion-detail .ded-accordion-title-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ded-accordion .ded-accordion-detail .ded-accordion-title-content-default {
  font-size: 24px;
}
.ded-accordion .ded-accordion-detail .ded-accordion-title-content-small {
  font-size: 20px;
}
.ded-accordion .ded-accordion-detail .ded-accordion-title-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #59595d;
  border-radius: 999px;
}
.ded-accordion .ded-accordion-detail-content {
  padding: 0 52px 16px;
  overflow: hidden;
  font-size: 16px;
  color: #59595d;
}

/* Animation */
::details-content {
  transition: height 0.5s ease, content-visibility 0.5s ease allow-discrete;
  height: 0;
  overflow: clip;
  content-visibility: visible !important;
}

[open]::details-content {
  height: auto;
  height: calc-size(auto);
}

.ded-avatar-wrapper {
  display: flex;
  gap: 12px;
  box-sizing: border-box;
}

.ded-avatar-container {
  position: relative;
  box-shadow: 0 0 0 2px #ffffff;
  border-radius: 999px;
}

.ded-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f4f4f5;
}
.ded-avatar-pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ded-avatar-icon {
  position: absolute;
  bottom: -2px;
  right: -2px;
  border-radius: 999px;
  background-color: #ffffff;
}
.ded-avatar-text {
  color: #666666;
  font-size: 14px;
}

.ded-avatar-info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.ded-avatar-info-name {
  font-size: 13px;
  color: #005087;
}
.ded-avatar-info-caption {
  font-size: 12px;
  color: #c0c0c5;
}

.ded-avatar-container-small {
  width: 24px;
  height: 24px;
}

.ded-avatar-icon-small {
  width: 14px;
  height: 14px;
}

.ded-avatar-container-medium {
  width: 32px;
  height: 32px;
}

.ded-avatar-icon-medium {
  width: 16px;
  height: 16px;
}

.ded-avatar-container-large {
  width: 44px;
  height: 44px;
}

.ded-avatar-icon-large {
  width: 20px;
  height: 20px;
}

.ded-avatar-icon-online {
  color: #28c76f;
}

.ded-avatar-icon-idle {
  color: #ff9f43;
}

.ded-avatar-icon-busy {
  color: #ff4c51;
}

.ded-avatar-icon-offline {
  color: #cccccc;
}

.ded-avatar-circle {
  border-radius: 50%;
}

.ded-avatar-square {
  border-radius: 4px;
}

.ded-badge-container {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.ded-badge-container .ded-badge {
  position: absolute;
  bottom: 80%;
  left: 90%;
  z-index: 5;
  border-radius: 999px;
  text-align: center;
  background-color: #0a7ece;
}
.ded-badge-container .ded-badge-dot {
  min-width: 0px;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  padding: 0;
  bottom: 80%;
  left: 70%;
}
.ded-badge-container .ded-badge .ded-badge-content {
  line-height: 1;
  padding: 2px 4px;
  min-width: calc(1em + 4px);
  font-size: 12px;
}
.ded-badge-container .ded-badge .ded-badge-content-text {
  line-height: inherit;
  font-size: inherit;
  background-color: inherit;
  color: #ffffff;
}
.ded-badge-container .ded-badge-color-neutral {
  background-color: #707074;
}
.ded-badge-container .ded-badge-color-primary {
  background-color: #0d64fb;
}
.ded-badge-container .ded-badge-color-secondary {
  background-color: #059bff;
}
.ded-badge-container .ded-badge-color-success {
  background-color: #28c76f;
}
.ded-badge-container .ded-badge-color-warning {
  background-color: #ff9f43;
}
.ded-badge-container .ded-badge-color-error {
  background-color: #ff4c51;
}
.ded-badge-container .ded-badge-color-info {
  background-color: #00bad1;
}

.ded-breadcrumb-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em 0;
  list-style: none;
}

.ded-breadcrumb {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ded-breadcrumb-dot-menu {
  display: none !important;
}
.ded-breadcrumb-item {
  display: flex;
  align-items: center;
}
.ded-breadcrumb-item + .ded-breadcrumb-item::before {
  padding-inline: 0.5rem;
  color: #59595d;
  content: "/";
}
.ded-breadcrumb-item-label {
  color: #59595d;
}
.ded-breadcrumb-item-link {
  color: #0d64fb;
  text-decoration: none;
}
.ded-breadcrumb-item-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ded-rest {
  position: relative;
  line-height: 12px;
  display: flex;
  align-items: center;
}
.ded-rest-label {
  cursor: pointer;
  padding: 2px 1em 0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 12px;
  background-color: #f4f4f5;
  color: #59595d;
}
.ded-rest-label:hover {
  text-underline-offset: 4px;
}
.ded-rest-dropdown-menu {
  list-style: none;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1490196078),
    0px 1px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  overflow: hidden;
  width: 200px;
  background-color: #ffffff;
}

.ded-drop-item-link {
  display: block;
  padding: 12px 8px;
  color: #999999;
  text-decoration: none;
}
.ded-drop-item-link:hover {
  background-color: #eeeeee;
}

.ded-button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0.75em;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 4px;
  border-width: 1px;
}
.ded-button-content {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: inherit;
}
.ded-button-only-icon {
  padding: 0.5em;
}
.ded-button-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.ded-button-fluid {
  width: 100%;
}
.ded-button-radius-none {
  border-radius: 0px;
}
.ded-button-radius-2px {
  border-radius: 2px;
}
.ded-button-radius-4px {
  border-radius: 4px;
}
.ded-button-radius-8px {
  border-radius: 8px;
}
.ded-button-radius-12px {
  border-radius: 12px;
}
.ded-button-radius-16px {
  border-radius: 16px;
}
.ded-button-radius-32px {
  border-radius: 16px;
}
.ded-button-radius-full {
  border-radius: 999px;
}
.ded-button-border-width-none {
  border-width: 0px;
}
.ded-button-border-width-1px {
  border-width: 1px;
}
.ded-button-border-width-2px {
  border-width: 2px;
}
.ded-button-border-width-3px {
  border-width: 3px;
}
.ded-button-border-width-4px {
  border-width: 4px;
}
.ded-button-border-width-5px {
  border-width: 5px;
}
.ded-button:active {
  box-shadow: unset;
}
.ded-button-filled,
.ded-button-soft {
  color: #ffffff;
}
.ded-button-ghost {
  background-color: transparent;
  border-style: solid;
}
.ded-button-ghost:active {
  box-shadow: unset;
}
.ded-button-text {
  background-color: transparent;
  color: #005087;
  border-width: 0;
}
.ded-button-text:hover {
  box-shadow: unset;
}
.ded-button-filled-neutral {
  background-color: #707074;
}
.ded-button-filled-neutral:hover {
  background-color: rgb(169.2, 169.2, 171.6);
}
.ded-button-filled-neutral:focus {
  box-shadow: 0 0 0 3px rgb(226.4, 226.4, 227.2);
  background-color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
}
.ded-button-filled-neutral:active {
  background-color: rgb(240.9803921569, 240.9803921569, 241.3725490196);
  color: #707074;
}
.ded-button-filled-primary {
  background-color: #0d64fb;
}
.ded-button-filled-primary:hover {
  background-color: rgb(109.8, 162, 252.6);
}
.ded-button-filled-primary:focus {
  box-shadow: 0 0 0 3px rgb(206.6, 224, 254.2);
  background-color: rgb(37.6745098039, 115.8039215686, 251.4078431373);
}
.ded-button-filled-primary:active {
  background-color: rgb(231.2745098039, 239.8039215686, 254.6078431373);
  color: #0d64fb;
}
.ded-button-filled-secondary {
  background-color: #059bff;
}
.ded-button-filled-secondary:hover {
  background-color: rgb(105, 195, 255);
}
.ded-button-filled-secondary:focus {
  box-shadow: 0 0 0 3px rgb(205, 235, 255);
  background-color: rgb(30.4901960784, 165.1960784314, 255);
}
.ded-button-filled-secondary:active {
  background-color: rgb(230.4901960784, 245.1960784314, 255);
  color: #059bff;
}
.ded-button-filled-success {
  background-color: #28c76f;
}
.ded-button-filled-success:hover {
  background-color: rgb(126, 221.4, 168.6);
}
.ded-button-filled-success:focus {
  box-shadow: 0 0 0 3px rgb(212, 243.8, 226.2);
  background-color: rgb(61.9215686275, 204.7098039216, 125.6823529412);
}
.ded-button-filled-success:active {
  background-color: rgb(233.9215686275, 249.5098039216, 240.8823529412);
  color: #28c76f;
}
.ded-button-filled-warning {
  background-color: #ff9f43;
}
.ded-button-filled-warning:hover {
  background-color: rgb(255, 197.4, 142.2);
}
.ded-button-filled-warning:focus {
  box-shadow: 0 0 0 3px rgb(255, 235.8, 217.4);
  background-color: rgb(255, 168.7882352941, 86.168627451);
}
.ded-button-filled-warning:active {
  background-color: rgb(255, 245.5882352941, 236.568627451);
  color: #ff9f43;
}
.ded-button-filled-error {
  background-color: #ff4c51;
}
.ded-button-filled-error:hover {
  background-color: rgb(255, 147.6, 150.6);
}
.ded-button-filled-error:focus {
  box-shadow: 0 0 0 3px rgb(255, 219.2, 220.2);
  background-color: rgb(255, 94.2509803922, 98.7411764706);
}
.ded-button-filled-error:active {
  background-color: rgb(255, 237.4509803922, 237.9411764706);
  color: #ff4c51;
}
.ded-button-filled-info {
  background-color: #00bad1;
}
.ded-button-filled-info:hover {
  background-color: rgb(102, 213.6, 227.4);
}
.ded-button-filled-info:focus {
  box-shadow: 0 0 0 3px rgb(204, 241.2, 245.8);
  background-color: rgb(26, 193.0352941176, 213.6901960784);
}
.ded-button-filled-info:active {
  background-color: rgb(230, 248.2352941176, 250.4901960784);
  color: #00bad1;
}
.ded-button-soft-neutral {
  background-color: rgb(240.9803921569, 240.9803921569, 241.3725490196);
  color: #707074;
}
.ded-button-soft-neutral:hover {
  background-color: rgb(109.8, 162, 252.6);
  color: #ffffff;
}
.ded-button-soft-neutral:focus {
  box-shadow: 0 0 0 3px rgb(226.4, 226.4, 227.2);
  background-color: rgb(240.9803921569, 240.9803921569, 241.3725490196);
  color: #ffffff;
  background-color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
}
.ded-button-soft-neutral:active {
  background-color: #707074;
  color: rgb(240.9803921569, 240.9803921569, 241.3725490196);
}
.ded-button-soft-primary {
  background-color: rgb(231.2745098039, 239.8039215686, 254.6078431373);
  color: #0d64fb;
}
.ded-button-soft-primary:hover {
  background-color: rgb(109.8, 162, 252.6);
  color: #ffffff;
}
.ded-button-soft-primary:focus {
  box-shadow: 0 0 0 3px rgb(206.6, 224, 254.2);
  background-color: rgb(231.2745098039, 239.8039215686, 254.6078431373);
  color: #ffffff;
  background-color: rgb(37.6745098039, 115.8039215686, 251.4078431373);
}
.ded-button-soft-primary:active {
  background-color: #0d64fb;
  color: rgb(231.2745098039, 239.8039215686, 254.6078431373);
}
.ded-button-soft-secondary {
  background-color: rgb(230.4901960784, 245.1960784314, 255);
  color: #059bff;
}
.ded-button-soft-secondary:hover {
  background-color: rgb(109.8, 162, 252.6);
  color: #ffffff;
}
.ded-button-soft-secondary:focus {
  box-shadow: 0 0 0 3px rgb(205, 235, 255);
  background-color: rgb(230.4901960784, 245.1960784314, 255);
  color: #ffffff;
  background-color: rgb(30.4901960784, 165.1960784314, 255);
}
.ded-button-soft-secondary:active {
  background-color: #059bff;
  color: rgb(230.4901960784, 245.1960784314, 255);
}
.ded-button-soft-success {
  background-color: rgb(233.9215686275, 249.5098039216, 240.8823529412);
  color: #28c76f;
}
.ded-button-soft-success:hover {
  background-color: rgb(109.8, 162, 252.6);
  color: #ffffff;
}
.ded-button-soft-success:focus {
  box-shadow: 0 0 0 3px rgb(212, 243.8, 226.2);
  background-color: rgb(233.9215686275, 249.5098039216, 240.8823529412);
  color: #ffffff;
  background-color: rgb(61.9215686275, 204.7098039216, 125.6823529412);
}
.ded-button-soft-success:active {
  background-color: #28c76f;
  color: rgb(233.9215686275, 249.5098039216, 240.8823529412);
}
.ded-button-soft-warning {
  background-color: rgb(255, 245.5882352941, 236.568627451);
  color: #ff9f43;
}
.ded-button-soft-warning:hover {
  background-color: rgb(109.8, 162, 252.6);
  color: #ffffff;
}
.ded-button-soft-warning:focus {
  box-shadow: 0 0 0 3px rgb(255, 235.8, 217.4);
  background-color: rgb(255, 245.5882352941, 236.568627451);
  color: #ffffff;
  background-color: rgb(255, 168.7882352941, 86.168627451);
}
.ded-button-soft-warning:active {
  background-color: #ff9f43;
  color: rgb(255, 245.5882352941, 236.568627451);
}
.ded-button-soft-error {
  background-color: rgb(255, 237.4509803922, 237.9411764706);
  color: #ff4c51;
}
.ded-button-soft-error:hover {
  background-color: rgb(109.8, 162, 252.6);
  color: #ffffff;
}
.ded-button-soft-error:focus {
  box-shadow: 0 0 0 3px rgb(255, 219.2, 220.2);
  background-color: rgb(255, 237.4509803922, 237.9411764706);
  color: #ffffff;
  background-color: rgb(255, 94.2509803922, 98.7411764706);
}
.ded-button-soft-error:active {
  background-color: #ff4c51;
  color: rgb(255, 237.4509803922, 237.9411764706);
}
.ded-button-soft-info {
  background-color: rgb(230, 248.2352941176, 250.4901960784);
  color: #00bad1;
}
.ded-button-soft-info:hover {
  background-color: rgb(109.8, 162, 252.6);
  color: #ffffff;
}
.ded-button-soft-info:focus {
  box-shadow: 0 0 0 3px rgb(204, 241.2, 245.8);
  background-color: rgb(230, 248.2352941176, 250.4901960784);
  color: #ffffff;
  background-color: rgb(26, 193.0352941176, 213.6901960784);
}
.ded-button-soft-info:active {
  background-color: #00bad1;
  color: rgb(230, 248.2352941176, 250.4901960784);
}
.ded-button-ghost-neutral {
  border-color: #707074;
  color: #707074;
}
.ded-button-ghost-neutral:hover {
  border-color: rgb(169.2, 169.2, 171.6);
  color: rgb(169.2, 169.2, 171.6);
}
.ded-button-ghost-neutral:focus {
  box-shadow: 0 0 0 3px rgb(226.4, 226.4, 227.2);
  border-color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
  color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
}
.ded-button-ghost-neutral:active {
  border-color: rgb(240.9803921569, 240.9803921569, 241.3725490196);
  color: rgb(240.9803921569, 240.9803921569, 241.3725490196);
}
.ded-button-ghost-primary {
  border-color: #0d64fb;
  color: #0d64fb;
}
.ded-button-ghost-primary:hover {
  border-color: rgb(109.8, 162, 252.6);
  color: rgb(109.8, 162, 252.6);
}
.ded-button-ghost-primary:focus {
  box-shadow: 0 0 0 3px rgb(206.6, 224, 254.2);
  border-color: rgb(37.6745098039, 115.8039215686, 251.4078431373);
  color: rgb(37.6745098039, 115.8039215686, 251.4078431373);
}
.ded-button-ghost-primary:active {
  border-color: rgb(231.2745098039, 239.8039215686, 254.6078431373);
  color: rgb(231.2745098039, 239.8039215686, 254.6078431373);
}
.ded-button-ghost-secondary {
  border-color: #059bff;
  color: #059bff;
}
.ded-button-ghost-secondary:hover {
  border-color: rgb(105, 195, 255);
  color: rgb(105, 195, 255);
}
.ded-button-ghost-secondary:focus {
  box-shadow: 0 0 0 3px rgb(205, 235, 255);
  border-color: rgb(30.4901960784, 165.1960784314, 255);
  color: rgb(30.4901960784, 165.1960784314, 255);
}
.ded-button-ghost-secondary:active {
  border-color: rgb(230.4901960784, 245.1960784314, 255);
  color: rgb(230.4901960784, 245.1960784314, 255);
}
.ded-button-ghost-success {
  border-color: #28c76f;
  color: #28c76f;
}
.ded-button-ghost-success:hover {
  border-color: rgb(126, 221.4, 168.6);
  color: rgb(126, 221.4, 168.6);
}
.ded-button-ghost-success:focus {
  box-shadow: 0 0 0 3px rgb(212, 243.8, 226.2);
  border-color: rgb(61.9215686275, 204.7098039216, 125.6823529412);
  color: rgb(61.9215686275, 204.7098039216, 125.6823529412);
}
.ded-button-ghost-success:active {
  border-color: rgb(233.9215686275, 249.5098039216, 240.8823529412);
  color: rgb(233.9215686275, 249.5098039216, 240.8823529412);
}
.ded-button-ghost-warning {
  border-color: #ff9f43;
  color: #ff9f43;
}
.ded-button-ghost-warning:hover {
  border-color: rgb(255, 197.4, 142.2);
  color: rgb(255, 197.4, 142.2);
}
.ded-button-ghost-warning:focus {
  box-shadow: 0 0 0 3px rgb(255, 235.8, 217.4);
  border-color: rgb(255, 168.7882352941, 86.168627451);
  color: rgb(255, 168.7882352941, 86.168627451);
}
.ded-button-ghost-warning:active {
  border-color: rgb(255, 245.5882352941, 236.568627451);
  color: rgb(255, 245.5882352941, 236.568627451);
}
.ded-button-ghost-error {
  border-color: #ff4c51;
  color: #ff4c51;
}
.ded-button-ghost-error:hover {
  border-color: rgb(255, 147.6, 150.6);
  color: rgb(255, 147.6, 150.6);
}
.ded-button-ghost-error:focus {
  box-shadow: 0 0 0 3px rgb(255, 219.2, 220.2);
  border-color: rgb(255, 94.2509803922, 98.7411764706);
  color: rgb(255, 94.2509803922, 98.7411764706);
}
.ded-button-ghost-error:active {
  border-color: rgb(255, 237.4509803922, 237.9411764706);
  color: rgb(255, 237.4509803922, 237.9411764706);
}
.ded-button-ghost-info {
  border-color: #00bad1;
  color: #00bad1;
}
.ded-button-ghost-info:hover {
  border-color: rgb(102, 213.6, 227.4);
  color: rgb(102, 213.6, 227.4);
}
.ded-button-ghost-info:focus {
  box-shadow: 0 0 0 3px rgb(204, 241.2, 245.8);
  border-color: rgb(26, 193.0352941176, 213.6901960784);
  color: rgb(26, 193.0352941176, 213.6901960784);
}
.ded-button-ghost-info:active {
  border-color: rgb(230, 248.2352941176, 250.4901960784);
  color: rgb(230, 248.2352941176, 250.4901960784);
}
.ded-button-text-neutral {
  border-color: #707074;
  color: #707074;
}
.ded-button-text-neutral:hover {
  border-color: rgb(169.2, 169.2, 171.6);
  color: rgb(169.2, 169.2, 171.6);
}
.ded-button-text-neutral:focus {
  box-shadow: 0 0 0 3px rgb(226.4, 226.4, 227.2);
  border-color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
  color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
}
.ded-button-text-neutral:active {
  background-color: rgb(240.9803921569, 240.9803921569, 241.3725490196);
  color: #707074;
}
.ded-button-text-primary {
  border-color: #0d64fb;
  color: #0d64fb;
}
.ded-button-text-primary:hover {
  border-color: rgb(109.8, 162, 252.6);
  color: rgb(109.8, 162, 252.6);
}
.ded-button-text-primary:focus {
  box-shadow: 0 0 0 3px rgb(206.6, 224, 254.2);
  border-color: rgb(37.6745098039, 115.8039215686, 251.4078431373);
  color: rgb(37.6745098039, 115.8039215686, 251.4078431373);
}
.ded-button-text-primary:active {
  background-color: rgb(231.2745098039, 239.8039215686, 254.6078431373);
  color: #0d64fb;
}
.ded-button-text-secondary {
  border-color: #059bff;
  color: #059bff;
}
.ded-button-text-secondary:hover {
  border-color: rgb(105, 195, 255);
  color: rgb(105, 195, 255);
}
.ded-button-text-secondary:focus {
  box-shadow: 0 0 0 3px rgb(205, 235, 255);
  border-color: rgb(30.4901960784, 165.1960784314, 255);
  color: rgb(30.4901960784, 165.1960784314, 255);
}
.ded-button-text-secondary:active {
  background-color: rgb(230.4901960784, 245.1960784314, 255);
  color: #059bff;
}
.ded-button-text-success {
  border-color: #28c76f;
  color: #28c76f;
}
.ded-button-text-success:hover {
  border-color: rgb(126, 221.4, 168.6);
  color: rgb(126, 221.4, 168.6);
}
.ded-button-text-success:focus {
  box-shadow: 0 0 0 3px rgb(212, 243.8, 226.2);
  border-color: rgb(61.9215686275, 204.7098039216, 125.6823529412);
  color: rgb(61.9215686275, 204.7098039216, 125.6823529412);
}
.ded-button-text-success:active {
  background-color: rgb(233.9215686275, 249.5098039216, 240.8823529412);
  color: #28c76f;
}
.ded-button-text-warning {
  border-color: #ff9f43;
  color: #ff9f43;
}
.ded-button-text-warning:hover {
  border-color: rgb(255, 197.4, 142.2);
  color: rgb(255, 197.4, 142.2);
}
.ded-button-text-warning:focus {
  box-shadow: 0 0 0 3px rgb(255, 235.8, 217.4);
  border-color: rgb(255, 168.7882352941, 86.168627451);
  color: rgb(255, 168.7882352941, 86.168627451);
}
.ded-button-text-warning:active {
  background-color: rgb(255, 245.5882352941, 236.568627451);
  color: #ff9f43;
}
.ded-button-text-error {
  border-color: #ff4c51;
  color: #ff4c51;
}
.ded-button-text-error:hover {
  border-color: rgb(255, 147.6, 150.6);
  color: rgb(255, 147.6, 150.6);
}
.ded-button-text-error:focus {
  box-shadow: 0 0 0 3px rgb(255, 219.2, 220.2);
  border-color: rgb(255, 94.2509803922, 98.7411764706);
  color: rgb(255, 94.2509803922, 98.7411764706);
}
.ded-button-text-error:active {
  background-color: rgb(255, 237.4509803922, 237.9411764706);
  color: #ff4c51;
}
.ded-button-text-info {
  border-color: #00bad1;
  color: #00bad1;
}
.ded-button-text-info:hover {
  border-color: rgb(102, 213.6, 227.4);
  color: rgb(102, 213.6, 227.4);
}
.ded-button-text-info:focus {
  box-shadow: 0 0 0 3px rgb(204, 241.2, 245.8);
  border-color: rgb(26, 193.0352941176, 213.6901960784);
  color: rgb(26, 193.0352941176, 213.6901960784);
}
.ded-button-text-info:active {
  background-color: rgb(230, 248.2352941176, 250.4901960784);
  color: #00bad1;
}

.ded-button-filled-disabled {
  pointer-events: none !important;
  background-color: #f4f4f5 !important;
  color: #c0c0c5 !important;
}

.ded-button-soft-disabled {
  pointer-events: none !important;
  background-color: #f4f4f5 !important;
  color: #c0c0c5 !important;
}

.ded-button-ghost-disabled {
  pointer-events: none !important;
  color: #c0c0c5 !important;
  background-color: transparent !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #c0c0c5 !important;
}

.ded-button-text-disabled {
  pointer-events: none !important;
  color: #c0c0c5 !important;
  border-width: 0 !important;
}

.ded-checkbox-container {
  display: inline-flex;
  gap: 8px;
}
.ded-checkbox-container-row {
  flex-direction: row;
}
.ded-checkbox-container-column {
  flex-direction: column;
}

.ded-checkbox {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.ded-checkbox-input {
  display: none;
}
.ded-checkbox-text {
  font-size: inherit;
  color: #005087;
}
.ded-checkbox-icon {
  border-width: 1px;
  border-style: solid;
  border-color: #d0d0d4;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ded-checkbox-checked {
  background-color: #0d64fb;
  border-color: #0d64fb;
  color: white;
}
.ded-checkbox-checked:hover {
  border-color: rgb(86.0745098039, 146.8039215686, 252.2078431373);
}
.ded-checkbox-checked:focus {
  box-shadow: 0 0 0 3px rgb(206.6, 224, 254.2);
}
.ded-checkbox-unchecked {
  background-color: transparent;
}
.ded-checkbox-unchecked:hover {
  border-color: rgb(86.0745098039, 146.8039215686, 252.2078431373);
}
.ded-checkbox-unchecked:focus {
  box-shadow: 0 0 0 3px rgb(206.6, 224, 254.2);
}

.ded-checkbox-input-disabled {
  pointer-events: none !important;
}

.ded-checkbox-icon-disabled {
  background-color: #f4f4f5 !important;
  border-color: #c0c0c5 !important;
}

.ded-checkbox-text-disabled {
  color: #c0c0c5 !important;
}

.datepicker {
  margin-top: 4px;
}
.datepicker-picker {
  border-radius: 4px !important;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2),
    0px 3px 20px -5px rgba(0, 0, 0, 0.3) !important;
}
.datepicker-picker .datepicker-header .datepicker-controls {
  padding: 10px;
}
.datepicker-picker .datepicker-header .datepicker-controls .prev-button,
.datepicker-picker .datepicker-header .datepicker-controls .next-button {
  color: #c0c0c5 !important;
}
.datepicker-picker .datepicker-header .datepicker-controls .view-switch {
  color: #0a7ece !important;
}
.datepicker-main {
  padding: 10px !important;
}
.datepicker-main .dow {
  color: #0a7ece !important;
  font-size: 16px !important;
}
.datepicker-main .datepicker-cell {
  color: #9d9da2 !important;
}
.datepicker-main .datepicker-cell.prev:not(.disabled),
.datepicker-main .datepicker-cell.next:not(.disabled) {
  color: #e1e1e2 !important;
}
.datepicker-main .datepicker-cell.selected,
.datepicker-main .datepicker-cell.selected:hover {
  border-radius: 4px !important;
  background-color: #0d64fb !important;
  color: #ffffff !important;
}
.datepicker-main .datepicker-cell.today:not(.selected) {
  border-radius: 4px !important;
  background-color: rgb(
    231.2745098039,
    239.8039215686,
    254.6078431373
  ) !important;
  color: #0d64fb !important;
}
.datepicker-main .datepicker-cell.range-start:not(.range-end) {
  border-radius: 4px 0 0 0 !important;
}
.datepicker-main .datepicker-cell.range-end:not(.range-start) {
  border-radius: 0 0 4px 0 !important;
}

.ded-date-pick-range {
  display: flex;
  gap: 8px;
}

/*--- Divider ---*/
.ded-divider {
  --line-weight: 1px;
  --line-style: solid;
  display: flex;
}
.ded-divider::before,
.ded-divider::after {
  content: "";
  width: 0;
  height: 0;
  flex-grow: 1;
}
.ded-divider-content {
  z-index: 1;
  padding: 0.5em;
}

/*--- Divider 方向 ---*/
.ded-divider-horizontal {
  align-items: center;
  padding-block: 1em;
}

.ded-divider-vertical {
  flex-direction: column;
  align-items: center;
  min-width: 5em;
}

.ded-divider-horizontal.ded-divider::before,
.ded-divider-horizontal.ded-divider::after {
  border-top-width: var(--line-weight);
  border-top-style: var(--line-style);
  border-top-color: #59595d;
}

.ded-divider-vertical.ded-divider::before,
.ded-divider-vertical.ded-divider::after {
  border-left-width: var(--line-weight);
  border-left-style: var(--line-style);
  border-left-color: #59595d;
}

/*--- Divider 線條粗細 ---*/
.ded-divider-1px {
  --line-weight: 1px;
}

.ded-divider-2px {
  --line-weight: 2px;
}

.ded-divider-3px {
  --line-weight: 3px;
}

.ded-divider-4px {
  --line-weight: 4px;
}

.ded-divider-5px {
  --line-weight: 5px;
}

/*--- Divider 線條樣式 ---*/
.ded-divider-solid {
  --line-style: solid;
}

.ded-divider-dashed {
  --line-style: dashed;
}

.ded-divider-dotted {
  --line-style: dotted;
}

/*--- Divider 對齊位置 - Horizontal ---*/
.ded-divider-start.ded-divider-horizontal::before,
.ded-divider-end.ded-divider-horizontal::after {
  flex-grow: 0;
  width: 1rem;
}

/*--- Divider 對齊位置 - vertical ---*/
.ded-divider-start.ded-divider-vertical::before,
.ded-divider-end.ded-divider-vertical::after {
  flex-grow: 0;
  height: 1rem;
}

.ded-divider-neutral.ded-divider-vertical::before {
  border-left-color: #707074;
}

.ded-divider-neutral.ded-divider-vertical::after {
  border-left-color: #707074;
}

.ded-divider-primary.ded-divider-vertical::before {
  border-left-color: #0d64fb;
}

.ded-divider-primary.ded-divider-vertical::after {
  border-left-color: #0d64fb;
}

.ded-divider-secondary.ded-divider-vertical::before {
  border-left-color: #059bff;
}

.ded-divider-secondary.ded-divider-vertical::after {
  border-left-color: #059bff;
}

.ded-divider-success.ded-divider-vertical::before {
  border-left-color: #28c76f;
}

.ded-divider-success.ded-divider-vertical::after {
  border-left-color: #28c76f;
}

.ded-divider-warning.ded-divider-vertical::before {
  border-left-color: #ff9f43;
}

.ded-divider-warning.ded-divider-vertical::after {
  border-left-color: #ff9f43;
}

.ded-divider-error.ded-divider-vertical::before {
  border-left-color: #ff4c51;
}

.ded-divider-error.ded-divider-vertical::after {
  border-left-color: #ff4c51;
}

.ded-divider-info.ded-divider-vertical::before {
  border-left-color: #00bad1;
}

.ded-divider-info.ded-divider-vertical::after {
  border-left-color: #00bad1;
}

.ded-divider-neutral.ded-divider-horizontal::before {
  border-top-color: #707074;
}

.ded-divider-neutral.ded-divider-horizontal::after {
  border-top-color: #707074;
}

.ded-divider-primary.ded-divider-horizontal::before {
  border-top-color: #0d64fb;
}

.ded-divider-primary.ded-divider-horizontal::after {
  border-top-color: #0d64fb;
}

.ded-divider-secondary.ded-divider-horizontal::before {
  border-top-color: #059bff;
}

.ded-divider-secondary.ded-divider-horizontal::after {
  border-top-color: #059bff;
}

.ded-divider-success.ded-divider-horizontal::before {
  border-top-color: #28c76f;
}

.ded-divider-success.ded-divider-horizontal::after {
  border-top-color: #28c76f;
}

.ded-divider-warning.ded-divider-horizontal::before {
  border-top-color: #ff9f43;
}

.ded-divider-warning.ded-divider-horizontal::after {
  border-top-color: #ff9f43;
}

.ded-divider-error.ded-divider-horizontal::before {
  border-top-color: #ff4c51;
}

.ded-divider-error.ded-divider-horizontal::after {
  border-top-color: #ff4c51;
}

.ded-divider-info.ded-divider-horizontal::before {
  border-top-color: #00bad1;
}

.ded-divider-info.ded-divider-horizontal::after {
  border-top-color: #00bad1;
}

/*///////////////////////////
===== component - Image =====
///////////////////////////*/
.ded-image-cover-container {
  background-color: #d0d0d4;
  overflow: hidden;
}
.ded-image-cover-container.ratio-1x1 {
  aspect-ratio: 1;
}
.ded-image-cover-container.ratio-4x3 {
  aspect-ratio: 1.3333333333;
}
.ded-image-cover-container.ratio-5x4 {
  aspect-ratio: 1.25;
}
.ded-image-cover-container.ratio-16x9 {
  aspect-ratio: 1.7777777778;
}
.ded-image-cover-container .ded-image-cover {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.ded-image-cover-container .ded-image-cover.cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.ded-image-cover-container .ded-image-cover.contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.ded-image-cover-container .ded-image-cover.fill {
  -o-object-fit: fill;
  object-fit: fill;
}
.ded-image-cover-container .ded-image-cover.none {
  -o-object-fit: none;
  object-fit: none;
}

.ded-input-container {
  width: 100%;
  min-width: 44px;
  color: #59595d;
}

.ded-input-group {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: #c0c0c5;
  border-radius: 4px;
  background-color: #f4f4f5;
  color: inherit;
  overflow: hidden;
  font-size: inherit;
}
.ded-input-group:hover {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(86.0745098039, 146.8039215686, 252.2078431373);
}
.ded-input-group:focus-within {
  box-shadow: 0 0 0 3px rgb(86.0745098039, 146.8039215686, 252.2078431373);
}

/* one icon */
/* two icon */
.ded-input-group:has(.ded-input-feat-icon :nth-of-type(2)) .ded-input {
  padding-right: 3em;
}

.ded-input {
  height: 100%;
  width: 100%;
  padding: 0.5em 2em 0.5em 0.75em;
  color: inherit;
  background-color: inherit;
  text-align: inherit;
}
.ded-input::-moz-placeholder {
  color: #e1e1e2;
}
.ded-input::placeholder {
  color: #e1e1e2;
}
.ded-input-prefix {
  padding-left: 2.25em;
}
.ded-input-icon {
  position: absolute;
  left: 0.75em;
  color: #59595d;
}
.ded-input-icon-error {
  color: #ff4c51;
}
.ded-input-icon-disable {
  color: #c0c0c5 !important;
}

.ded-input-feat-icon {
  position: absolute;
  right: 0.75em;
  display: flex;
  gap: 4px;
  color: #59595d;
}

.ded-input-border-error {
  border-color: #ff4c51 !important;
}

.ded-input-label {
  font-size: 14px;
  color: #59595d;
}

.ded-input-hint {
  display: block;
  font-size: 13px;
}

.ded-input-hint-desc {
  color: #666666;
}

.ded-input-hint-error {
  color: #ff4c51 !important;
}

.ded-input-disable {
  pointer-events: none !important;
  color: #c0c0c5 !important;
  border-color: #c0c0c5 !important;
}
.ded-input-disable::-moz-placeholder {
  color: #e1e1e2 !important;
}
.ded-input-disable::placeholder {
  color: #e1e1e2 !important;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.ded-pagination-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
}
.ded-pagination-container .ded-pagination-info {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ded-pagination-container .ded-pagination-info-text {
  color: [#005087, #000000, #00467c, #00467C];
}
.ded-pagination-container .ded-pagination-info-highline {
  color: [#0D64FB, #ffffff, #b491d7, #FFE664];
}
.ded-pagination-container .ded-pagination-info .ded-pagination-select {
  padding: 4px 8px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #ababab;
  border-radius: 4px;
}
.ded-pagination-container .ded-pagination {
  display: flex;
  gap: 4px;
}
.ded-pagination-container .ded-pagination-button {
  padding: 0;
  width: 32px;
  height: 32px;
  border-color: #d0d0d4;
}
.ded-pagination-container .ded-pagination-button-back,
.ded-pagination-container .ded-pagination-button-first {
  transform: rotate(180deg);
}
.ded-pagination-container .ded-pagination-number {
  color: #0d64fb;
}
.ded-pagination-container .ded-pagination-active {
  background-color: rgb(231.2745098039, 239.8039215686, 254.6078431373);
  border-color: rgb(206.6, 224, 254.2);
}

.ded-progress-circle-container {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ded-progress-circle-track {
  stroke: #e1e1e2;
}
.ded-progress-circle-percent-form {
  stroke: #0d64fb;
}
.ded-progress-circle-percent-form-neutral {
  stroke: #707074;
}
.ded-progress-circle-percent-form-primary {
  stroke: #0d64fb;
}
.ded-progress-circle-percent-form-secondary {
  stroke: #059bff;
}
.ded-progress-circle-percent-form-success {
  stroke: #28c76f;
}
.ded-progress-circle-percent-form-warning {
  stroke: #ff9f43;
}
.ded-progress-circle-percent-form-error {
  stroke: #ff4c51;
}
.ded-progress-circle-percent-form-info {
  stroke: #00bad1;
}
.ded-progress-line {
  display: flex;
  gap: 8px;
  align-items: center;
}
.ded-progress-line-track {
  width: 100%;
  background-color: #e1e1e2;
  border-radius: 4px;
  overflow: hidden;
}
.ded-progress-line-percent-form {
  height: 100%;
  background-color: #0d64fb;
  transition: width 0.35s ease;
}
.ded-progress-line-percent-form-neutral {
  height: 100%;
  background-color: #707074;
  transition: width 0.35s ease;
}
.ded-progress-line-percent-form-primary {
  height: 100%;
  background-color: #0d64fb;
  transition: width 0.35s ease;
}
.ded-progress-line-percent-form-secondary {
  height: 100%;
  background-color: #059bff;
  transition: width 0.35s ease;
}
.ded-progress-line-percent-form-success {
  height: 100%;
  background-color: #28c76f;
  transition: width 0.35s ease;
}
.ded-progress-line-percent-form-warning {
  height: 100%;
  background-color: #ff9f43;
  transition: width 0.35s ease;
}
.ded-progress-line-percent-form-error {
  height: 100%;
  background-color: #ff4c51;
  transition: width 0.35s ease;
}
.ded-progress-line-percent-form-info {
  height: 100%;
  background-color: #00bad1;
  transition: width 0.35s ease;
}

.ded-progress-circle-label {
  display: flex;
  gap: 4px;
}
.ded-progress-circle-label .ded-progress-label {
  font-size: 14px;
  color: #59595d;
}
.ded-progress-circle-label .ded-progress-percent {
  font-size: 14px;
  color: #0a7ece;
}

.ded-progress-line-label {
  font-size: 14px;
}

.ded-progress-label {
  fill: #59595d;
  color: #59595d;
}

.ded-progress-percent-text {
  fill: #005087;
  color: #005087;
}
.ded-progress-percent-text-neutral {
  fill: #707074;
  color: #707074;
}
.ded-progress-percent-text-primary {
  fill: #0d64fb;
  color: #0d64fb;
}
.ded-progress-percent-text-secondary {
  fill: #059bff;
  color: #059bff;
}
.ded-progress-percent-text-success {
  fill: #28c76f;
  color: #28c76f;
}
.ded-progress-percent-text-warning {
  fill: #ff9f43;
  color: #ff9f43;
}
.ded-progress-percent-text-error {
  fill: #ff4c51;
  color: #ff4c51;
}
.ded-progress-percent-text-info {
  fill: #00bad1;
  color: #00bad1;
}

.ded-radio-container {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ded-radio-container-row {
  flex-direction: row;
}
.ded-radio-container-column {
  flex-direction: column;
}

.ded-radio {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.ded-radio-input {
  display: none;
}
.ded-radio-text {
  font-size: inherit;
  color: #005087;
}
.ded-radio-icon {
  border-width: 1px;
  border-style: solid;
  border-color: #d0d0d4;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ded-radio-checked {
  background-color: #ffffff;
  border-color: #0d64fb;
  border-width: 5px;
  transition: border-width 0.1s;
}
.ded-radio-checked:hover {
  border-color: rgb(86.0745098039, 146.8039215686, 252.2078431373);
}
.ded-radio-checked:focus {
  box-shadow: 0 0 0 3px rgb(206.6, 224, 254.2);
}
.ded-radio-unchecked {
  background-color: transparent;
}
.ded-radio-unchecked:hover {
  border-color: rgb(86.0745098039, 146.8039215686, 252.2078431373);
}
.ded-radio-unchecked:focus {
  border-color: #0d64fb;
  box-shadow: 0 0 0 3px rgb(206.6, 224, 254.2);
}

.ded-radio-input-disabled {
  pointer-events: none !important;
}

.ded-radio-icon-disabled {
  border-color: #c0c0c5 !important;
}

.ded-radio-text-disabled {
  color: #c0c0c5 !important;
}

.ded-select-container {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}

.ded-select {
  width: 100%;
  padding: 0.5em 2em 0.5em 1em;
  /* 預留空間給圖示 */
  border-width: 1px;
  border-style: solid;
  border-color: [#D0D0D4, #707074, #d0d0d4, #D0D0D4];
  border-radius: 4px;
  background-color: [#FFFFFF, #000000, #ffffff, #FFFFFF];
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 隱藏系統樣式 */
  cursor: pointer;
  outline: none;
  color: #0d64fb;
  font-size: 16px;
}
.ded-select:hover {
  color: rgb(109.8, 162, 252.6);
}
.ded-select-disabled {
  background-color: #f4f4f5 !important;
  color: #c0c0c5 !important;
  cursor: not-allowed;
}
.ded-select-disabled .ded-select-icon {
  color: #c0c0c5 !important;
}

.ded-select-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  /* 圖示位置 */
  transform: translateY(-50%);
  pointer-events: none;
  /* 圖示不可點擊 */
  font-size: 16px;
  color: #59595d;
}
.ded-select-icon-disabled {
  color: #c0c0c5;
}

:root {
  --progress: 0%;
}

.ded-slider-container {
  position: relative;
  padding-block: 16px;
  margin: 16px auto;
}

.ded-slider-container-fluid {
  width: 100%;
}

.ded-slider-container-range {
  width: calc(100% - 84px);
}

.ded-slider-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.ded-slider-wrapper .ded-slider-range {
  width: 32px;
  position: absolute;
  font-size: 14px;
  color: #59595d;
}
.ded-slider-wrapper .ded-slider-range-start {
  text-align: right;
  left: calc(0% - 42px);
}
.ded-slider-wrapper .ded-slider-range-end {
  text-align: left;
  right: calc(0% - 42px);
}
.ded-slider-wrapper .ded-slider-range-disable {
  color: #d0d0d4;
  pointer-events: none;
}
.ded-slider-wrapper .ded-slider {
  position: relative;
  width: 100%;
  border-radius: 8px;
}

.ded-slider {
  position: relative;
  width: 100%;
  border-radius: 8px;
}

.ded-slider-tooltip {
  position: absolute;
  top: -20px;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
}

/* remove default style */
input[type="range"].ded-slider,
input[type="range"].ded-slider::-webkit-slider-runnable-track,
input[type="range"].ded-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}

input[type="range"].ded-slider {
  width: 100%;
  height: 6px;
  background-color: #d0d0d4;
}

input[type="range"].ded-slider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  width: 2px;
  height: 6px;
  background-color: #d0d0d4;
  transform: translateX(-50%);
}

input[type="range"].ded-slider::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

input[type="range"].ded-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  border-radius: 5px;
}

input[type="range"].ded-slider::-webkit-slider-thumb {
  background-color: #0d64fb;
}

input[type="range"].ded-slider::-webkit-slider-runnable-track {
  background: linear-gradient(
    to right,
    rgb(206.6, 224, 254.2) 0%,
    rgb(206.6, 224, 254.2) var(--progress),
    #d0d0d4 var(--progress),
    #d0d0d4 100%
  );
}

.ded-slider-tooltip {
  color: #0d64fb;
}

input[type="range"].ded-slider-disable::-webkit-slider-thumb {
  background-color: #d0d0d4;
  pointer-events: none;
  cursor: not-allowed;
}

.ded-slider-container
  input[type="range"].ded-slider-disable::-webkit-slider-runnable-track {
  background: linear-gradient(
    to right,
    #d0d0d4 0%,
    #d0d0d4 var(--progress),
    #d0d0d4 var(--progress),
    #d0d0d4 100%
  );
  pointer-events: none;
  cursor: not-allowed;
}

.ded-slider-tooltip-disable {
  color: #d0d0d4;
  pointer-events: none;
}

.ded-stepper {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.ded-stepper .ded-step-title {
  margin-top: 0.5em;
  font-weight: 700;
  color: #c0c0c5;
}
.ded-stepper .ded-step-description {
  font-size: 0.75em;
  color: #c0c0c5;
}
.ded-stepper.ded-stepper-horizontal .ded-stepper-header {
  display: flex;
  margin-bottom: 1rem;
}
.ded-stepper.ded-stepper-horizontal .ded-stepper-header .ded-step {
  width: 0;
  text-align: center;
  justify-content: center;
  flex-grow: 1;
  display: grid;
  position: relative;
}
.ded-stepper.ded-stepper-horizontal
  .ded-stepper-header
  .ded-step
  .ded-step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.ded-stepper.ded-stepper-horizontal .ded-stepper-header .ded-step::before,
.ded-stepper.ded-stepper-horizontal .ded-stepper-header .ded-step::after {
  content: "";
  position: absolute;
  top: 18px;
  height: 4px;
  background-color: #c0c0c5;
}
.ded-stepper.ded-stepper-horizontal .ded-stepper-header .ded-step::before {
  left: 0%;
  right: 50%;
  margin-right: 24px;
}
.ded-stepper.ded-stepper-horizontal .ded-stepper-header .ded-step::after {
  left: 50%;
  right: 0;
  margin-left: 24px;
}
.ded-stepper.ded-stepper-horizontal
  .ded-stepper-header
  .ded-step.ded-step-active
  .ded-step-circle {
  background-color: #ffd94d;
}
.ded-stepper.ded-stepper-horizontal
  .ded-stepper-header
  .ded-step:first-child::before,
.ded-stepper.ded-stepper-horizontal
  .ded-stepper-header
  .ded-step:last-child::after {
  display: none;
}
.ded-stepper.ded-stepper-vertical {
  flex-direction: row;
}
.ded-stepper.ded-stepper-vertical .ded-stepper-header {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}
.ded-stepper.ded-stepper-vertical .ded-stepper-header .ded-step {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 3rem;
}
.ded-stepper.ded-stepper-vertical
  .ded-stepper-header
  .ded-step
  .ded-step-circle {
  margin-right: 1rem;
}
.ded-stepper.ded-stepper-vertical
  .ded-stepper-header
  .ded-step
  .ded-step-title {
  flex-grow: 1;
}
.ded-stepper.ded-stepper-vertical
  .ded-stepper-header
  .ded-step
  .ded-step-connector {
  width: 2px;
  height: 3rem;
  background-color: #ccc;
  position: absolute;
  left: 20px;
  top: 100%;
}
.ded-stepper .ded-step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f4f4f5;
  color: #c0c0c5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: bold;
}
.ded-stepper .ded-step-active .ded-step-circle {
  background-color: #ffd94d;
  color: #0a7ece;
}
.ded-stepper .ded-step-active.ded-step .ded-step-group .ded-step-title {
  color: #0a7ece;
}
.ded-stepper .ded-step-active.ded-step .ded-step-group .ded-step-description {
  color: #c0c0c5;
}
.ded-stepper .ded-stepper-content {
  flex: 1;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.ded-table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ded-table-container .ded-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  color: #59595d;
  table-layout: fixed;
}
.ded-table-container .ded-table-thead-tr-th,
.ded-table-container .ded-table-thead-tr-td,
.ded-table-container .ded-table-tbody-tr-th,
.ded-table-container .ded-table-tbody-tr-td {
  padding: 0.75em;
  text-align: left;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e1e1e2;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e1e1e2;
  word-wrap: break-word;
}
.ded-table-container .ded-table-thead-tr-th-border,
.ded-table-container .ded-table-thead-tr-td-border,
.ded-table-container .ded-table-tbody-tr-th-border,
.ded-table-container .ded-table-tbody-tr-td-border {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e1e1e2;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e1e1e2;
}
.ded-table-container .ded-table-thead-tr-th {
  font-weight: bold;
  color: #005087;
}
.ded-table-container .ded-table-tbody-tr-sprite:nth-child(odd) {
  background-color: #f4f4f5;
}
.ded-table-container .ded-table-tbody-tr-td {
  padding: 0.75em;
  text-align: left;
}
.ded-table-container .ded-table-tbody-tr-td:first-child {
  font-weight: bold;
}
.ded-table-container .ded-table-tbody-tr:hover {
  background-color: #f4f4f5;
}

.ded-table-checkbox {
  width: 32px;
}

.ded-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding-inline: 24px;
}
.ded-tag:hover:has(.ded-tag-close) {
  padding-inline: 16px 32px;
}
.ded-tag-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
}
.ded-tag-icon {
  display: flex;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 2px;
}
.ded-tag:hover .ded-tag-close {
  display: block;
  right: 12px;
}
.ded-tag-close {
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
  display: none;
}
.ded-tag-close-disabled {
  color: #c0c0c5;
}
.ded-tag-filled {
  color: #ffffff;
}
.ded-tag-ghost {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
}
.ded-tag-filled-disabled {
  pointer-events: none;
  background-color: #f4f4f5 !important;
  border-color: #c0c0c5 !important;
  color: #c0c0c5 !important;
}
.ded-tag-ghost-disabled {
  pointer-events: none;
  background-color: transparent !important;
  border-color: #c0c0c5 !important;
  color: #c0c0c5 !important;
}
.ded-tag-filled-neutral {
  border-color: #707074;
  background-color: #707074;
}
.ded-tag-filled-neutral:focus {
  border-color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
  background-color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
}
.ded-tag-filled-primary {
  border-color: #0d64fb;
  background-color: #0d64fb;
}
.ded-tag-filled-primary:focus {
  border-color: rgb(37.6745098039, 115.8039215686, 251.4078431373);
  background-color: rgb(37.6745098039, 115.8039215686, 251.4078431373);
}
.ded-tag-filled-secondary {
  border-color: #059bff;
  background-color: #059bff;
}
.ded-tag-filled-secondary:focus {
  border-color: rgb(30.4901960784, 165.1960784314, 255);
  background-color: rgb(30.4901960784, 165.1960784314, 255);
}
.ded-tag-filled-success {
  border-color: #28c76f;
  background-color: #28c76f;
}
.ded-tag-filled-success:focus {
  border-color: rgb(61.9215686275, 204.7098039216, 125.6823529412);
  background-color: rgb(61.9215686275, 204.7098039216, 125.6823529412);
}
.ded-tag-filled-warning {
  border-color: #ff9f43;
  background-color: #ff9f43;
}
.ded-tag-filled-warning:focus {
  border-color: rgb(255, 168.7882352941, 86.168627451);
  background-color: rgb(255, 168.7882352941, 86.168627451);
}
.ded-tag-filled-error {
  border-color: #ff4c51;
  background-color: #ff4c51;
}
.ded-tag-filled-error:focus {
  border-color: rgb(255, 94.2509803922, 98.7411764706);
  background-color: rgb(255, 94.2509803922, 98.7411764706);
}
.ded-tag-filled-info {
  border-color: #00bad1;
  background-color: #00bad1;
}
.ded-tag-filled-info:focus {
  border-color: rgb(26, 193.0352941176, 213.6901960784);
  background-color: rgb(26, 193.0352941176, 213.6901960784);
}
.ded-tag-soft-neutral {
  border-color: #707074;
  color: #707074;
}
.ded-tag-soft-neutral:focus {
  border-color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
  color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
}
.ded-tag-soft-primary {
  border-color: #0d64fb;
  color: #0d64fb;
}
.ded-tag-soft-primary:focus {
  border-color: rgb(37.6745098039, 115.8039215686, 251.4078431373);
  color: rgb(37.6745098039, 115.8039215686, 251.4078431373);
}
.ded-tag-soft-secondary {
  border-color: #059bff;
  color: #059bff;
}
.ded-tag-soft-secondary:focus {
  border-color: rgb(30.4901960784, 165.1960784314, 255);
  color: rgb(30.4901960784, 165.1960784314, 255);
}
.ded-tag-soft-success {
  border-color: #28c76f;
  color: #28c76f;
}
.ded-tag-soft-success:focus {
  border-color: rgb(61.9215686275, 204.7098039216, 125.6823529412);
  color: rgb(61.9215686275, 204.7098039216, 125.6823529412);
}
.ded-tag-soft-warning {
  border-color: #ff9f43;
  color: #ff9f43;
}
.ded-tag-soft-warning:focus {
  border-color: rgb(255, 168.7882352941, 86.168627451);
  color: rgb(255, 168.7882352941, 86.168627451);
}
.ded-tag-soft-error {
  border-color: #ff4c51;
  color: #ff4c51;
}
.ded-tag-soft-error:focus {
  border-color: rgb(255, 94.2509803922, 98.7411764706);
  color: rgb(255, 94.2509803922, 98.7411764706);
}
.ded-tag-soft-info {
  border-color: #00bad1;
  color: #00bad1;
}
.ded-tag-soft-info:focus {
  border-color: rgb(26, 193.0352941176, 213.6901960784);
  color: rgb(26, 193.0352941176, 213.6901960784);
}
.ded-tag-ghost-neutral {
  border-color: #707074;
  color: #707074;
}
.ded-tag-ghost-neutral:focus {
  box-shadow: 0 0 0 3px rgb(226.4, 226.4, 227.2);
}
.ded-tag-ghost-primary {
  border-color: #0d64fb;
  color: #0d64fb;
}
.ded-tag-ghost-primary:focus {
  box-shadow: 0 0 0 3px rgb(206.6, 224, 254.2);
}
.ded-tag-ghost-secondary {
  border-color: #059bff;
  color: #059bff;
}
.ded-tag-ghost-secondary:focus {
  box-shadow: 0 0 0 3px rgb(205, 235, 255);
}
.ded-tag-ghost-success {
  border-color: #28c76f;
  color: #28c76f;
}
.ded-tag-ghost-success:focus {
  box-shadow: 0 0 0 3px rgb(212, 243.8, 226.2);
}
.ded-tag-ghost-warning {
  border-color: #ff9f43;
  color: #ff9f43;
}
.ded-tag-ghost-warning:focus {
  box-shadow: 0 0 0 3px rgb(255, 235.8, 217.4);
}
.ded-tag-ghost-error {
  border-color: #ff4c51;
  color: #ff4c51;
}
.ded-tag-ghost-error:focus {
  box-shadow: 0 0 0 3px rgb(255, 219.2, 220.2);
}
.ded-tag-ghost-info {
  border-color: #00bad1;
  color: #00bad1;
}
.ded-tag-ghost-info:focus {
  box-shadow: 0 0 0 3px rgb(204, 241.2, 245.8);
}
.ded-tag-text-neutral {
  border-color: #707074;
  color: #707074;
}
.ded-tag-text-neutral:focus {
  border-color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
  color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
}
.ded-tag-text-primary {
  border-color: #0d64fb;
  color: #0d64fb;
}
.ded-tag-text-primary:focus {
  border-color: rgb(37.6745098039, 115.8039215686, 251.4078431373);
  color: rgb(37.6745098039, 115.8039215686, 251.4078431373);
}
.ded-tag-text-secondary {
  border-color: #059bff;
  color: #059bff;
}
.ded-tag-text-secondary:focus {
  border-color: rgb(30.4901960784, 165.1960784314, 255);
  color: rgb(30.4901960784, 165.1960784314, 255);
}
.ded-tag-text-success {
  border-color: #28c76f;
  color: #28c76f;
}
.ded-tag-text-success:focus {
  border-color: rgb(61.9215686275, 204.7098039216, 125.6823529412);
  color: rgb(61.9215686275, 204.7098039216, 125.6823529412);
}
.ded-tag-text-warning {
  border-color: #ff9f43;
  color: #ff9f43;
}
.ded-tag-text-warning:focus {
  border-color: rgb(255, 168.7882352941, 86.168627451);
  color: rgb(255, 168.7882352941, 86.168627451);
}
.ded-tag-text-error {
  border-color: #ff4c51;
  color: #ff4c51;
}
.ded-tag-text-error:focus {
  border-color: rgb(255, 94.2509803922, 98.7411764706);
  color: rgb(255, 94.2509803922, 98.7411764706);
}
.ded-tag-text-info {
  border-color: #00bad1;
  color: #00bad1;
}
.ded-tag-text-info:focus {
  border-color: rgb(26, 193.0352941176, 213.6901960784);
  color: rgb(26, 193.0352941176, 213.6901960784);
}

.ded-textarea-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ded-textarea-group {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #c0c0c5;
  border-radius: 4px;
  background-color: #f4f4f5;
  overflow: hidden;
}
.ded-textarea-group:hover {
  border: 1px solid rgb(86.0745098039, 146.8039215686, 252.2078431373);
}
.ded-textarea-group:focus-within {
  box-shadow: 0 0 0 3px rgb(86.0745098039, 146.8039215686, 252.2078431373);
}
.ded-textarea-group .ded-textarea {
  display: flex;
  align-items: center;
  height: 128px;
  min-width: 300px;
  resize: none;
  margin-bottom: 8px;
  word-break: break-all;
  padding-top: 16px;
  padding-inline: 16px;
  color: #59595d;
  background-color: inherit;
}
.ded-textarea-group .ded-textarea::-moz-placeholder {
  color: #e1e1e2;
}
.ded-textarea-group .ded-textarea::placeholder {
  color: #e1e1e2;
}
.ded-textarea-group .ded-textarea-hint-count {
  position: absolute;
  font-size: 13px;
  color: #999999;
  right: 12px;
  bottom: 4px;
}

.ded-textarea-disable {
  pointer-events: none !important;
  color: #c0c0c5 !important;
  border-color: #c0c0c5 !important;
}
.ded-textarea-disable::-moz-placeholder {
  color: #e1e1e2 !important;
}
.ded-textarea-disable::placeholder {
  color: #e1e1e2 !important;
}

.ded-textarea-border-error {
  border-color: #ff4c51;
}

.ded-textarea-label {
  font-size: 14px;
  color: #59595d;
}

.ded-textarea-hint {
  display: block;
  font-size: 13px;
}

.ded-textarea-hint-desc {
  color: #666666;
}

.ded-textarea-hint-error {
  color: #ff4c51;
}

.ded-title {
  display: flex;
  align-items: center;
  font-size: inherit;
  font-weight: 400;
  color: currentColor;
  word-break: keep-all;
  color: #005087;
}
.ded-title-level-1 {
  font-size: 48px;
  font-weight: 700;
}
.ded-title-level-2 {
  font-size: 32px;
  font-weight: 700;
}
.ded-title-level-3 {
  font-size: 24px;
  font-weight: 700;
}
.ded-title-level-4 {
  font-size: 20px;
  font-weight: 700;
}
.ded-title-level-5 {
  font-size: 18px;
  font-weight: 700;
}
.ded-title-level-6 {
  font-size: 16px;
  font-weight: 700;
}
.ded-title-neutral {
  color: #707074;
}
.ded-title-primary {
  color: #0d64fb;
}
.ded-title-secondary {
  color: #059bff;
}
.ded-title-success {
  color: #28c76f;
}
.ded-title-warning {
  color: #ff9f43;
}
.ded-title-error {
  color: #ff4c51;
}
.ded-title-info {
  color: #00bad1;
}

.ded-toggle {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0.25em 0.375em;
  font-size: 14px;
  border-radius: 15px;
}
.ded-toggle-thumb {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
.ded-toggle-thumb-disabled {
  pointer-events: none !important;
  background-color: #f4f4f5 !important;
}
.ded-toggle-thumb-on {
  right: calc(0% + 3px);
  transform: translateX(0%);
  transition: all 0.3s ease-in-out;
}
.ded-toggle-thumb-off {
  right: calc(100% - 3px);
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}
.ded-toggle-label {
  display: flex;
  align-items: center;
  min-width: 20px;
  padding: 0 2px;
  color: #ffffff;
  cursor: pointer;
}
.ded-toggle-label-disabled {
  pointer-events: none !important;
  color: #ffffff !important;
}
.ded-toggle-label-on {
  margin-right: 18px;
  justify-content: flex-start;
}
.ded-toggle-label-off {
  margin-left: 18px;
  justify-content: flex-end;
}
.ded-toggle-off {
  background-color: #c0c0c5 !important;
}
.ded-toggle-disabled {
  pointer-events: none !important;
  background-color: #e1e1e2 !important;
  color: #ffffff !important;
}
.ded-toggle-neutral {
  background-color: #707074;
}
.ded-toggle-neutral:focus {
  box-shadow: 0 0 1px 4px rgb(226.4, 226.4, 227.2);
}
.ded-toggle-primary {
  background-color: #0d64fb;
}
.ded-toggle-primary:focus {
  box-shadow: 0 0 1px 4px rgb(206.6, 224, 254.2);
}
.ded-toggle-secondary {
  background-color: #059bff;
}
.ded-toggle-secondary:focus {
  box-shadow: 0 0 1px 4px rgb(205, 235, 255);
}
.ded-toggle-success {
  background-color: #28c76f;
}
.ded-toggle-success:focus {
  box-shadow: 0 0 1px 4px rgb(212, 243.8, 226.2);
}
.ded-toggle-warning {
  background-color: #ff9f43;
}
.ded-toggle-warning:focus {
  box-shadow: 0 0 1px 4px rgb(255, 235.8, 217.4);
}
.ded-toggle-error {
  background-color: #ff4c51;
}
.ded-toggle-error:focus {
  box-shadow: 0 0 1px 4px rgb(255, 219.2, 220.2);
}
.ded-toggle-info {
  background-color: #00bad1;
}
.ded-toggle-info:focus {
  box-shadow: 0 0 1px 4px rgb(204, 241.2, 245.8);
}

.ded-avatar-group {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.ded-avatar-group-overlay {
  position: relative;
  margin-left: -16px;
}

.ded-avatar-overlay {
  margin-left: -16px;
}
.ded-avatar-overlay:first-child {
  margin-left: 0;
}

.rest-container {
  position: relative;
  margin-left: -16px;
}
.rest-container-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: -50%;
  min-width: 200px;
  border-radius: 4px;
}

.dialog-content {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 3px 20px -5px rgba(0, 0, 0, 0.15),
    0px 4px 6px -2px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
  padding: 20px;
  position: relative;
}

.dialog-header {
  margin-bottom: 16px;
}

.dialog-body {
  font-size: 1rem;
  color: #59595d;
}

.dialog-close-btn {
  line-height: 1;
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.dialog-close-btn:hover {
  background-color: #e1e1e2;
}

.dialog-trigger {
  cursor: pointer;
  color: #007bff;
  text-decoration: underline;
}

.dialog-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  gap: 10px;
}

.cancel-btn {
  background-color: #59595d;
}
.cancel-btn:hover {
  background-color: #e1e1e2;
}

.ded-dropdown-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 18px;
  width: auto;
}

.ded-dropdown {
  display: flex;
  align-items: center;
  color: #999999;
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
  border-radius: 4px;
  background-color: white;
  overflow: hidden;
  cursor: pointer;
}
.ded-dropdown-small {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  height: 32px;
}
.ded-dropdown-medium {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  height: 38px;
}
.ded-dropdown-large {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  height: 48px;
}
.ded-dropdown-open {
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.ded-dropdown-close {
  transition: transform 0.3s;
  transform: rotate(0deg);
}
.ded-dropdown:hover {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(86.0745098039, 146.8039215686, 252.2078431373);
}
.ded-dropdown:focus-within {
  box-shadow: 0 0 0 3px rgb(86.0745098039, 146.8039215686, 252.2078431373);
}

.ded-dropdown-selectValue-unselect {
  color: #999999;
}

.ded-dropdown-selectValue-select {
  color: black;
}

.ded-list {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  list-style: none;
  overflow: hidden;
}
.ded-list-item:hover {
  background-color: #eeeeee;
}

.ded-outline {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  list-style: none;
  background-color: #ffffff;
  border-radius: 4px;
}

.ded-list-item-side {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e1e1e2;
  color: #59595d;
}

.ded-list-item-disabled {
  pointer-events: none !important;
  color: #c0c0c5 !important;
}

.ded-list-item-text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
}
.ded-list-item-text .ded-list-item-label {
  width: 100%;
}

.ded-list-item-link {
  text-decoration: none;
  color: #333333;
}
.ded-list-item-link:hover {
  background-color: #eeeeee;
}
.ded-list-item-link:focus {
  box-shadow: 0 0 0 2px inset #666666;
}

.ded-list-item-link-disabled {
  cursor: not-allowed;
  color: #999999;
}

.ded-list-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ded-nav-item {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  overflow: hidden;
  white-space: nowrap;
}
.ded-nav-item-link {
  flex: 1;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  border-radius: 8px;
  text-decoration: none;
}
.ded-nav-item-link:hover {
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.ded-nav-item-link-mobile {
  padding: 8px;
}
.ded-nav-item-icon {
  min-width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ded-nav-item-label {
  flex: 1;
  transition: opacity 0.3s;
  font-size: 14px;
}
.ded-nav-item-arrow {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  padding-block: 10px;
  right: 12px;
}

.ded-nav-item-side {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e1e1e2;
}

.ded-nav-item-disabled {
  pointer-events: none !important;
  color: #c0c0c5 !important;
}

.ded-nav-subitem {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  margin-left: 24px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.5019607843);
}
.ded-nav-subitem .ded-nav-item-link {
  margin-left: 18px;
}
.ded-nav-subitem .ded-nav-item:last-child {
  border-bottom: none;
}
.ded-nav-subitem .ded-nav-item-label {
  font-size: 12px;
}
.ded-nav-subitem .ded-nav-item-side:first-child {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e1e1e2;
}

.ded-nav-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  height: 100%;
  overflow: auto;
}
.ded-nav-container .ded-nav {
  transition: width 0.3s ease-in-out;
  height: 100%;
}
.ded-nav-container .ded-nav-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.password-icon {
  width: 20px;
  height: 20px;
  color: #999999;
}

.ded-search {
  display: flex;
  gap: 8px;
}
.ded-search-input {
  flex: 1;
}

.ded-slider-control {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.status-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 4px;
  color: #ffffff;
  /* 大小設定 */
}
.status-indicator-content {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.status-indicator-prefix {
  display: inline-flex;
  align-items: center;
}
.status-indicator-dot {
  margin: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.status-indicator-dot-white {
  background-color: #ffffff;
}
.status-indicator-dot-neutral {
  background-color: #ffffff;
}
.status-indicator-dot-primary {
  background-color: #ffffff;
}
.status-indicator-dot-secondary {
  background-color: #ffffff;
}
.status-indicator-dot-success {
  background-color: #ffffff;
}
.status-indicator-dot-warning {
  background-color: #ffffff;
}
.status-indicator-dot-error {
  background-color: #ffffff;
}
.status-indicator-dot-info {
  background-color: #ffffff;
}
.status-indicator-dot-neutral {
  background-color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
}
.status-indicator-dot-primary {
  background-color: rgb(34.9803921569, 139.1529411765, 210.9960784314);
}
.status-indicator-dot-secondary {
  background-color: rgb(30.4901960784, 165.1960784314, 255);
}
.status-indicator-dot-success {
  background-color: rgb(32, 159.2, 88.8);
}
.status-indicator-dot-warning {
  background-color: rgb(204, 127.2, 53.6);
}
.status-indicator-dot-error {
  background-color: rgb(204, 60.8, 64.8);
}
.status-indicator-dot-info {
  background-color: rgb(0, 148.8, 167.2);
}
.status-indicator-dot-neutral {
  background-color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
}
.status-indicator-dot-primary {
  background-color: rgb(34.9803921569, 139.1529411765, 210.9960784314);
}
.status-indicator-dot-secondary {
  background-color: rgb(30.4901960784, 165.1960784314, 255);
}
.status-indicator-dot-success {
  background-color: rgb(32, 159.2, 88.8);
}
.status-indicator-dot-warning {
  background-color: rgb(204, 127.2, 53.6);
}
.status-indicator-dot-error {
  background-color: rgb(204, 60.8, 64.8);
}
.status-indicator-dot-info {
  background-color: rgb(0, 148.8, 167.2);
}
.status-indicator-dot-neutral {
  background-color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
}
.status-indicator-dot-primary {
  background-color: rgb(34.9803921569, 139.1529411765, 210.9960784314);
}
.status-indicator-dot-secondary {
  background-color: rgb(30.4901960784, 165.1960784314, 255);
}
.status-indicator-dot-success {
  background-color: rgb(32, 159.2, 88.8);
}
.status-indicator-dot-warning {
  background-color: rgb(204, 127.2, 53.6);
}
.status-indicator-dot-error {
  background-color: rgb(204, 60.8, 64.8);
}
.status-indicator-dot-info {
  background-color: rgb(0, 148.8, 167.2);
}
.status-indicator-text {
  font-size: 16px;
}
.status-indicator-text-neutral {
  color: #ffffff;
}
.status-indicator-text-primary {
  color: #ffffff;
}
.status-indicator-text-secondary {
  color: #ffffff;
}
.status-indicator-text-success {
  color: #ffffff;
}
.status-indicator-text-warning {
  color: #ffffff;
}
.status-indicator-text-error {
  color: #ffffff;
}
.status-indicator-text-info {
  color: #ffffff;
}
.status-indicator-text-neutral {
  color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
}
.status-indicator-text-primary {
  color: rgb(34.9803921569, 139.1529411765, 210.9960784314);
}
.status-indicator-text-secondary {
  color: rgb(30.4901960784, 165.1960784314, 255);
}
.status-indicator-text-success {
  color: rgb(32, 159.2, 88.8);
}
.status-indicator-text-warning {
  color: rgb(204, 127.2, 53.6);
}
.status-indicator-text-error {
  color: rgb(204, 60.8, 64.8);
}
.status-indicator-text-info {
  color: rgb(0, 148.8, 167.2);
}
.status-indicator-filled-neutral {
  background-color: rgb(126.5803921569, 126.5803921569, 130.1725490196);
}
.status-indicator-filled-primary {
  background-color: rgb(34.9803921569, 139.1529411765, 210.9960784314);
}
.status-indicator-filled-secondary {
  background-color: rgb(30.4901960784, 165.1960784314, 255);
}
.status-indicator-filled-success {
  background-color: rgb(32, 159.2, 88.8);
}
.status-indicator-filled-warning {
  background-color: rgb(204, 127.2, 53.6);
}
.status-indicator-filled-error {
  background-color: rgb(204, 60.8, 64.8);
}
.status-indicator-filled-info {
  background-color: rgb(0, 148.8, 167.2);
}
.ded-tab {
  color: #666666;
  background-color: transparent;
  border-radius: 4px 4px 0 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d0d0d4;
}
.ded-tab:hover {
  box-shadow: unset;
}
.ded-tab-active {
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.ded-tab-content {
  padding: 8px;
}
.ded-tab-neutral:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #707074;
  background-color: rgb(169.2, 169.2, 171.6);
  color: #ffffff;
}
.ded-tab-neutral:focus {
  box-shadow: 0 0 0 2px rgb(226.4, 226.4, 227.2) inset;
}
.ded-tab-neutral-active {
  color: #707074;
  border-bottom: 2px solid #707074;
}
.ded-tab-outline-neutral:hover {
  background-color: rgb(169.2, 169.2, 171.6);
  color: #ffffff;
}
.ded-tab-outline-neutral:focus {
  box-shadow: 0 0 0 2px rgb(226.4, 226.4, 227.2) inset;
}
.ded-tab-outline-neutral-active {
  color: #707074;
  border-width: 1px;
  border-style: solid;
  border-color: #d0d0d4;
  border-bottom-width: 0px;
}
.ded-tab-button-neutral:hover {
  background-color: rgb(169.2, 169.2, 171.6);
  color: #ffffff;
}
.ded-tab-button-neutral:focus {
  box-shadow: 0 0 0 2px rgb(226.4, 226.4, 227.2) inset;
}
.ded-tab-button-neutral-active {
  background-color: #707074;
  color: #ffffff;
}
.ded-tab-button-neutral-inactive {
  background-color: #f4f4f5;
  color: #59595d;
}
.ded-tab-primary:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #0d64fb;
  background-color: rgb(109.8, 162, 252.6);
  color: #ffffff;
}
.ded-tab-primary:focus {
  box-shadow: 0 0 0 2px rgb(206.6, 224, 254.2) inset;
}
.ded-tab-primary-active {
  color: #0d64fb;
  border-bottom: 2px solid #0d64fb;
}
.ded-tab-outline-primary:hover {
  background-color: rgb(109.8, 162, 252.6);
  color: #ffffff;
}
.ded-tab-outline-primary:focus {
  box-shadow: 0 0 0 2px rgb(206.6, 224, 254.2) inset;
}
.ded-tab-outline-primary-active {
  color: #0d64fb;
  border-width: 1px;
  border-style: solid;
  border-color: #d0d0d4;
  border-bottom-width: 0px;
}
.ded-tab-button-primary:hover {
  background-color: rgb(109.8, 162, 252.6);
  color: #ffffff;
}
.ded-tab-button-primary:focus {
  box-shadow: 0 0 0 2px rgb(206.6, 224, 254.2) inset;
}
.ded-tab-button-primary-active {
  background-color: #0d64fb;
  color: #ffffff;
}
.ded-tab-button-primary-inactive {
  background-color: #f4f4f5;
  color: #59595d;
}
.ded-tab-secondary:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #059bff;
  background-color: rgb(105, 195, 255);
  color: #ffffff;
}
.ded-tab-secondary:focus {
  box-shadow: 0 0 0 2px rgb(205, 235, 255) inset;
}
.ded-tab-secondary-active {
  color: #059bff;
  border-bottom: 2px solid #059bff;
}
.ded-tab-outline-secondary:hover {
  background-color: rgb(105, 195, 255);
  color: #ffffff;
}
.ded-tab-outline-secondary:focus {
  box-shadow: 0 0 0 2px rgb(205, 235, 255) inset;
}
.ded-tab-outline-secondary-active {
  color: #059bff;
  border-width: 1px;
  border-style: solid;
  border-color: #d0d0d4;
  border-bottom-width: 0px;
}
.ded-tab-button-secondary:hover {
  background-color: rgb(105, 195, 255);
  color: #ffffff;
}
.ded-tab-button-secondary:focus {
  box-shadow: 0 0 0 2px rgb(205, 235, 255) inset;
}
.ded-tab-button-secondary-active {
  background-color: #059bff;
  color: #ffffff;
}
.ded-tab-button-secondary-inactive {
  background-color: #f4f4f5;
  color: #59595d;
}
.ded-tab-success:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #28c76f;
  background-color: rgb(126, 221.4, 168.6);
  color: #ffffff;
}
.ded-tab-success:focus {
  box-shadow: 0 0 0 2px rgb(212, 243.8, 226.2) inset;
}
.ded-tab-success-active {
  color: #28c76f;
  border-bottom: 2px solid #28c76f;
}
.ded-tab-outline-success:hover {
  background-color: rgb(126, 221.4, 168.6);
  color: #ffffff;
}
.ded-tab-outline-success:focus {
  box-shadow: 0 0 0 2px rgb(212, 243.8, 226.2) inset;
}
.ded-tab-outline-success-active {
  color: #28c76f;
  border-width: 1px;
  border-style: solid;
  border-color: #d0d0d4;
  border-bottom-width: 0px;
}
.ded-tab-button-success:hover {
  background-color: rgb(126, 221.4, 168.6);
  color: #ffffff;
}
.ded-tab-button-success:focus {
  box-shadow: 0 0 0 2px rgb(212, 243.8, 226.2) inset;
}
.ded-tab-button-success-active {
  background-color: #28c76f;
  color: #ffffff;
}
.ded-tab-button-success-inactive {
  background-color: #f4f4f5;
  color: #59595d;
}
.ded-tab-warning:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ff9f43;
  background-color: rgb(255, 197.4, 142.2);
  color: #ffffff;
}
.ded-tab-warning:focus {
  box-shadow: 0 0 0 2px rgb(255, 235.8, 217.4) inset;
}
.ded-tab-warning-active {
  color: #ff9f43;
  border-bottom: 2px solid #ff9f43;
}
.ded-tab-outline-warning:hover {
  background-color: rgb(255, 197.4, 142.2);
  color: #ffffff;
}
.ded-tab-outline-warning:focus {
  box-shadow: 0 0 0 2px rgb(255, 235.8, 217.4) inset;
}
.ded-tab-outline-warning-active {
  color: #ff9f43;
  border-width: 1px;
  border-style: solid;
  border-color: #d0d0d4;
  border-bottom-width: 0px;
}
.ded-tab-button-warning:hover {
  background-color: rgb(255, 197.4, 142.2);
  color: #ffffff;
}
.ded-tab-button-warning:focus {
  box-shadow: 0 0 0 2px rgb(255, 235.8, 217.4) inset;
}
.ded-tab-button-warning-active {
  background-color: #ff9f43;
  color: #ffffff;
}
.ded-tab-button-warning-inactive {
  background-color: #f4f4f5;
  color: #59595d;
}
.ded-tab-error:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ff4c51;
  background-color: rgb(255, 147.6, 150.6);
  color: #ffffff;
}
.ded-tab-error:focus {
  box-shadow: 0 0 0 2px rgb(255, 219.2, 220.2) inset;
}
.ded-tab-error-active {
  color: #ff4c51;
  border-bottom: 2px solid #ff4c51;
}
.ded-tab-outline-error:hover {
  background-color: rgb(255, 147.6, 150.6);
  color: #ffffff;
}
.ded-tab-outline-error:focus {
  box-shadow: 0 0 0 2px rgb(255, 219.2, 220.2) inset;
}
.ded-tab-outline-error-active {
  color: #ff4c51;
  border-width: 1px;
  border-style: solid;
  border-color: #d0d0d4;
  border-bottom-width: 0px;
}
.ded-tab-button-error:hover {
  background-color: rgb(255, 147.6, 150.6);
  color: #ffffff;
}
.ded-tab-button-error:focus {
  box-shadow: 0 0 0 2px rgb(255, 219.2, 220.2) inset;
}
.ded-tab-button-error-active {
  background-color: #ff4c51;
  color: #ffffff;
}
.ded-tab-button-error-inactive {
  background-color: #f4f4f5;
  color: #59595d;
}
.ded-tab-info:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #00bad1;
  background-color: rgb(102, 213.6, 227.4);
  color: #ffffff;
}
.ded-tab-info:focus {
  box-shadow: 0 0 0 2px rgb(204, 241.2, 245.8) inset;
}
.ded-tab-info-active {
  color: #00bad1;
  border-bottom: 2px solid #00bad1;
}
.ded-tab-outline-info:hover {
  background-color: rgb(102, 213.6, 227.4);
  color: #ffffff;
}
.ded-tab-outline-info:focus {
  box-shadow: 0 0 0 2px rgb(204, 241.2, 245.8) inset;
}
.ded-tab-outline-info-active {
  color: #00bad1;
  border-width: 1px;
  border-style: solid;
  border-color: #d0d0d4;
  border-bottom-width: 0px;
}
.ded-tab-button-info:hover {
  background-color: rgb(102, 213.6, 227.4);
  color: #ffffff;
}
.ded-tab-button-info:focus {
  box-shadow: 0 0 0 2px rgb(204, 241.2, 245.8) inset;
}
.ded-tab-button-info-active {
  background-color: #00bad1;
  color: #ffffff;
}
.ded-tab-button-info-inactive {
  background-color: #f4f4f5;
  color: #59595d;
}

.ded-tab.ded-button-text {
  padding: 0.5em 1em;
}

.ded-tabs {
  display: inline-flex;
}
.ded-tabs-button {
  gap: 4px;
}

.ded-tab-button {
  background-color: #f4f4f5;
  color: #707074;
}

.ded-tab-disable {
  pointer-events: none !important;
  color: #c0c0c5 !important;
  background-color: transparent !important;
  border-bottom-color: #c0c0c5 !important;
}

.ded-tab-button-disable {
  pointer-events: none !important;
  color: #c0c0c5 !important;
  background-color: #f4f4f5 !important;
}

.ded-toast-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 23rem;
}

.ded-toast {
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 20px;
  border-left-width: 4px;
  border-left-style: solid;
  background-color: #ffffff;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1),
    0px 2px 4px -1px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.ded-toast .ded-close-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #59595d;
  background-color: transparent;
}
.ded-toast .ded-toast-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0 0 12px;
}
.ded-toast .ded-toast-header-message {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #28c76f;
}
.ded-toast .ded-toast-header-message-neutral {
  color: #707074;
}
.ded-toast .ded-toast-header-message-primary {
  color: #0d64fb;
}
.ded-toast .ded-toast-header-message-secondary {
  color: #059bff;
}
.ded-toast .ded-toast-header-message-success {
  color: #28c76f;
}
.ded-toast .ded-toast-header-message-warning {
  color: #ff9f43;
}
.ded-toast .ded-toast-header-message-error {
  color: #ff4c51;
}
.ded-toast .ded-toast-header-message-info {
  color: #00bad1;
}
.ded-toast .ded-toast-header-action {
  display: flex;
  align-items: center;
  padding-right: 40px;
  font-size: 14px;
  text-decoration: none;
  color: #0d64fb;
  cursor: pointer;
}
.ded-toast .ded-description {
  font-size: 14px;
  padding: 0 2.5em 4px;
  color: #c0c0c5;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.ded-toast-neutral {
  background-color: #707074;
}

.ded-toast-primary {
  background-color: #0d64fb;
}

.ded-toast-secondary {
  background-color: #059bff;
}

.ded-toast-success {
  background-color: #28c76f;
}

.ded-toast-warning {
  background-color: #ff9f43;
}

.ded-toast-error {
  background-color: #ff4c51;
}

.ded-toast-info {
  background-color: #00bad1;
}

.ded-toast-border-neutral {
  border-left-color: #707074;
}

.ded-toast-border-primary {
  border-left-color: #0d64fb;
}

.ded-toast-border-secondary {
  border-left-color: #059bff;
}

.ded-toast-border-success {
  border-left-color: #28c76f;
}

.ded-toast-border-warning {
  border-left-color: #ff9f43;
}

.ded-toast-border-error {
  border-left-color: #ff4c51;
}

.ded-toast-border-info {
  border-left-color: #00bad1;
}

.ded-tooltip-container {
  display: inline-flex;
}

.ded-tooltip {
  position: absolute;
  z-index: 999;
}
.ded-tooltip-top {
  transform: translateY(-100%);
}
.ded-tooltip-bottom {
  transform: translate(-50%, 8px);
}
.ded-tooltip-content {
  color: #ffffff;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  background-color: #000000;
  font-size: 13px;
}
.ded-tooltip-arrow {
  position: absolute;
}
.ded-tooltip-arrow-top {
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
}
.ded-tooltip-arrow-bottom {
  top: calc(0% - 4px);
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.ded-tooltip-arrow-left {
  top: 50%;
  left: calc(100% - 2px);
  transform: translateY(-50%) rotate(-90deg);
}
.ded-tooltip-arrow-right {
  top: 50%;
  left: calc(0% - 8px);
  transform: translateY(-50%) rotate(90deg);
}
.ded-tooltip-arrow-top-left {
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
}
.ded-tooltip-arrow-top-right {
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
}
.ded-tooltip-arrow-bottom-left {
  top: calc(0% - 4px);
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.ded-tooltip-arrow-bottom-right {
  top: calc(0% - 4px);
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.ded-tooltip-arrow-left-top {
  top: 50%;
  left: calc(100% - 2px);
  transform: translateY(-50%) rotate(-90deg);
}
.ded-tooltip-arrow-left-bottom {
  top: 50%;
  left: calc(100% - 2px);
  transform: translateY(-50%) rotate(-90deg);
}
.ded-tooltip-arrow-right-top {
  top: 50%;
  left: calc(0% - 8px);
  transform: translateY(-50%) rotate(90deg);
}
.ded-tooltip-arrow-right-bottom {
  top: 50%;
  left: calc(0% - 8px);
  transform: translateY(-50%) rotate(90deg);
}
.ded-tooltip-arrow-shape {
  width: 10px;
  height: 6px;
  background: #000000;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.ded-card-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 16px;
}
.ded-card-container:has(:first-child) {
  padding-top: 16px;
}
.ded-card-container:has(:last-child) {
  padding-bottom: 16px;
}

.ded-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
}
.ded-card .ded-card-simple {
  gap: 16px;
  border-radius: 4px;
}
.ded-card .ded-card-simple-text {
  padding: 0;
}
.ded-card .ded-card-simple-image {
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ded-card-pic {
    width: 100%;
  }
  .ded-card-pic-padding {
    padding-inline: 16px;
    padding-top: 16px;
  }
}
.ded-card-pic-padding {
  padding-block: 16px;
  padding-left: 16px;
}
.ded-card-pic img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ded-card-pic .ded-image-rounded {
  border-radius: 8px;
}
.ded-card-header {
  padding-inline: 16px;
}
.ded-card-header-divider {
  border-bottom: 1px solid #cccccc;
}
.ded-card-header .ded-subtitle {
  color: gray;
  padding-top: 16px;
}
.ded-card-header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ded-card-header-title .ded-card-icon {
  width: 24px;
  height: 24px;
  color: #999999;
}
.ded-card-body {
  padding-inline: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ded-card-body .ded-card-desc {
  padding-inline: 16px;
  color: #1c1c1c;
}
.ded-card-footer {
  width: 100%;
  padding-inline: 16px;
  margin-top: auto;
}

.ded-card-simple {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ded-card-simple-horizontal {
  flex-direction: row;
}
@media screen and (max-width: 765px) {
  .ded-card-simple-horizontal {
    flex-direction: column;
  }
}
.ded-card-simple-image {
  flex: 1;
}
.ded-card-simple-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ded-card-simple-content-button-group {
  padding-inline: 1em;
  padding-block: 0 1em;
}
.ded-card-simple-content-button-group-left {
  text-align: left;
}
.ded-card-simple-content-button-group-right {
  text-align: right;
}
.ded-card-simple-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 1.125em;
}
.ded-card-simple-text-subtitle {
  font-size: 14px;
  color: #c0c0c5;
}
.ded-card-simple-text-desc {
  font-size: 15px;
  color: #59595d;
}
.ded-card-simple-text-horizontal {
  flex-direction: column;
}

.ded-card-simple-border {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.ded-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}
.ded-container-fluid {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 576px) {
  .ded-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .ded-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .ded-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .ded-container {
    max-width: 1140px;
  }
}

.ded-gap-4 {
  gap: 4px;
}

.ded-gap-8 {
  gap: 8px;
}

.ded-gap-16 {
  gap: 16px;
}

.ded-gap-24 {
  gap: 24px;
}

.ded-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.ded-row.ded-gap-0 > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

[class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
  box-sizing: border-box;
}

.ded-col-xs-1 {
  flex: 0 0 auto;
  width: 8.33%;
}

.ded-col-xs-2 {
  flex: 0 0 auto;
  width: 16.66%;
}

.ded-col-xs-3 {
  flex: 0 0 auto;
  width: 25%;
}

.ded-col-xs-4 {
  flex: 0 0 auto;
  width: 33.33%;
}

.ded-col-xs-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.ded-col-xs-6 {
  flex: 0 0 auto;
  width: 50%;
}

.ded-col-xs-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.ded-col-xs-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.ded-col-xs-9 {
  flex: 0 0 auto;
  width: 75%;
}

.ded-col-xs-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.ded-col-xs-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.ded-col-xs-12 {
  flex: 0 0 100%;
  width: 100%;
}

@media (min-width: 576px) {
  .ded-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ded-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .ded-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .ded-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ded-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .ded-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .ded-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ded-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .ded-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .ded-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ded-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .ded-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .ded-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .ded-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ded-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .ded-col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .ded-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ded-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .ded-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .ded-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ded-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .ded-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .ded-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ded-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .ded-col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .ded-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .ded-col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .ded-col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .ded-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ded-col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .ded-col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .ded-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ded-col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .ded-col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .ded-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ded-col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .ded-col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .ded-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .ded-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ded-col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .ded-col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .ded-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ded-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .ded-col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .ded-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ded-col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .ded-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .ded-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ded-col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .ded-col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .ded-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .ded-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ded-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .ded-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .ded-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ded-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .ded-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .ded-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ded-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .ded-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .ded-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ded-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .ded-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .ded-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.diagonal-background {
  background: linear-gradient(
    315deg,
    #e0e0e0 25%,
    transparent 25%,
    transparent 50%,
    #e0e0e0 50%,
    #e0e0e0 75%,
    transparent 75%,
    transparent
  );
  background-size: 8px 8px;
}

.ded-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.ded-header,
.ded-footer {
  flex-shrink: 0;
  width: 100%;
  max-height: 120px;
}

.ded-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 60px;
}

.ded-footer {
  height: 60px;
}

.ded-side {
  display: flex;
}

.ded-content {
  flex: 1;
  display: flex;
  width: 100%;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 20px;
  background-color: #ffffff;
  box-shadow: 0px 3px 20px -5px rgba(0, 0, 0, 0.15),
    0px 4px 6px -2px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.navbar .navbar-menu {
  display: flex;
  align-items: center;
}
.navbar .navbar-menu .navbar-links {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.navbar .navbar-menu .navbar-links li a {
  text-decoration: none;
  color: [#0D64FB, #ffffff, #b491d7, #FFE664];
  font-weight: bold;
}
.navbar .navbar-menu .navbar-links li a:hover {
  color: [#79A1F6, #ffffff, #79a1f6, #79A1F6];
}
@media screen and (max-width: 1023px) {
  .navbar .navbar-menu .navbar-links {
    display: none;
  }
}
.navbar .navbar-feature {
  display: flex;
  align-items: center;
}
.navbar .navbar-feature .navbar-form-search {
  padding-inline: 4px;
}
@media screen and (max-width: 767px) {
  .navbar .navbar-feature .navbar-form-search {
    display: none;
  }
}
.navbar .navbar-feature .navbar-icons {
  display: flex;
  align-items: center;
}
.navbar .navbar-feature .navbar-icons-icon {
  position: relative;
  cursor: pointer;
  line-height: 1;
  padding: 18px;
  color: #59595d;
}

.navbar-switch {
  width: 32px;
  height: 32px;
  padding: 30px;
  display: block;
  position: relative;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.navbar-switch-bar {
  width: 24px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  inset: 0;
  margin: auto;
}
.navbar-switch-bar:nth-child(1) {
  translate: 0px -250%;
}
.navbar-switch-bar:nth-child(3) {
  translate: 0px 250%;
}
.navbar-switch-sr-only {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}

.ded-side-nav {
  position: sticky;
  left: 0;
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background-color: #005087;
}
.ded-side-nav-desktop {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 8px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1019607843);
}
.ded-side-nav-mobile {
  display: flex;
  align-items: center;
  padding: 8px;
}
.ded-side-nav .ded-avatar-info-name {
  color: #ffffff;
}
.ded-side-nav .ded-button {
  color: #ffffff;
}
.ded-side-nav .ded-avatar-container {
  transition: all 0.3s;
}
.ded-side-nav .side-nav-toggle {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1019607843);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ded-side-nav-header {
  display: flex;
  justify-content: center;
}
.ded-side-nav-header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
}

.ded-login-bg {
  align-content: end;
  width: 100%;
  height: 100%;
}

.ded-login-content {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  padding: 120px;
  background-color: white;
  gap: 16px;
}
.ded-login-content-title,
.ded-login-content-form {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.ded-button-custom {
  background-color: rgba(11, 192, 134, 0.6666666667);
  color: #ffffff;
  border-color: #f8f9fa;
}
.ded-button-custom:hover {
  background-color: hsla(161, 89%, 40%, 0.667);
  color: #ffffff;
  border-color: #f8f9fa;
}
.ded-button-custom:active {
  background-color: rgba(11, 192, 134, 0.6666666667);
  color: #ffffff;
  border-color: #f8f9fa;
}

.input-custom {
  border-color: #0bc086;
}

.textarea-custom .textarea-label {
  color: #fcc;
}

.online {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #0bc086;
  color: #ffffff;
}

.busy {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #f26940;
  color: #ffffff;
}

.ded-card-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.ded-card-feature {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.ded-card-button {
  width: 60px;
  height: 76px;
  padding: 8px;
  background-color: #ccc;
  color: #5b5b5b;
}

.ded-card-button-active {
  background-color: #ff9f43;
  color: #000000;
}

.ded-card-button-empty {
  background-color: transparent;
}

.social-button {
  background-color: #ebebeb;
  color: #4d4d4d;
}
.social-button:hover {
  background-color: #d6d8db;
  color: #4d4d4d;
}

.link-button {
  color: #ca25fc;
}

.custom-border-color::after,
.custom-border-color::before {
  border-top-color: #ffffff !important;
}

.custom-background-color {
  background-color: #005087;
}

.custom-primary-color {
  color: #ffffff;
}

.custom-secondary-color {
  color: #53cde6;
}

.custom-primary .ded-progress-line-percent-form {
  background-color: #53cde6;
}

.custom-secondary .ded-progress-line-percent-form {
  background-color: #53cde6;
}

.custom-success .ded-progress-line-percent-form {
  background-color: #28c76f;
}

.custom-info .ded-progress-line-percent-form {
  background-color: #53cde6;
}

.custom-warning .ded-progress-line-percent-form {
  background-color: #ff9f43;
}

.custom-error .ded-progress-line-percent-form {
  background-color: #ff4c51;
}

.ded-login-content .ded-custom-icon {
  width: 55px;
  height: 55px;
  border-color: #d0d0d4;
}
.ded-login-content .ded-custom-icon:hover {
  border-color: #c0c0c5;
}
.ded-login-content .ded-custom-icon .ded-icon-medium {
  width: 30px;
  height: 30px;
}
.datepicker {
  width: -moz-min-content;
  width: min-content;
}

.datepicker:not(.active) {
  display: none;
}

.datepicker-dropdown {
  position: absolute;
  z-index: 10;
  padding-top: 4px;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px;
}

.datepicker-picker {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  background-color: #fefefe;
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 0 0 1px #cacaca;
}

.datepicker-main {
  flex: auto;
  padding: 2px;
}

.datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
  background-color: #e6e6e6;
}

.datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
  background-color: #e6e6e6;
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: bold;
}

.datepicker-controls {
  display: flex;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}

.datepicker-controls .button {
  margin: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

.datepicker-controls .button:hover,
.datepicker-controls .button:focus {
  background-color: #d8d8d8;
}

.datepicker-controls .button:hover[disabled],
.datepicker-controls .button:focus[disabled] {
  opacity: 0.25;
  background-color: #fefefe;
  color: #0a0a0a;
}

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: bold;
}

.datepicker-footer .datepicker-controls .button {
  flex: auto;
  margin: calc(0.375rem - 1px) 0.375rem;
  border-radius: 0;
  font-size: 0.75rem;
}

.datepicker-controls .view-switch {
  flex: auto;
}

.datepicker-controls .prev-button,
.datepicker-controls .next-button {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  flex: 0 0 14.2857142857%;
}

.datepicker-controls .prev-button.disabled,
.datepicker-controls .next-button.disabled {
  visibility: hidden;
}

.datepicker-view,
.datepicker-grid {
  display: flex;
}

.datepicker-view {
  align-items: stretch;
  width: 15.75rem;
}

.datepicker-grid {
  flex-wrap: wrap;
  flex: auto;
}

.datepicker .days {
  display: flex;
  flex-direction: column;
  flex: auto;
}

.datepicker .days-of-week {
  display: flex;
}

.datepicker .week-numbers {
  display: flex;
  flex-direction: column;
  flex: 0 0 9.6774193548%;
}

.datepicker .weeks {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: auto;
}

.datepicker span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.datepicker .dow {
  height: 1.5rem;
  font-size: 0.875rem;
  font-weight: bold;
}

.datepicker .week {
  flex: auto;
  color: #8a8a8a;
  font-size: 0.75rem;
}

.datepicker-cell,
.datepicker .days .dow {
  flex-basis: 14.2857142857%;
}

.datepicker-cell {
  height: 2.25rem;
}

.datepicker-cell:not(.day) {
  flex-basis: 25%;
  height: 4.5rem;
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #f1f1f1;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: #1779ba;
  color: #fefefe;
  font-weight: semibold;
}

.datepicker-cell.disabled {
  color: #e6e6e6;
}

.datepicker-cell.prev:not(.disabled),
.datepicker-cell.next:not(.disabled) {
  color: #cacaca;
}

.datepicker-cell.prev.selected,
.datepicker-cell.next.selected {
  color: #e5e5e5;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: #f7f7f7;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(
    .disabled
  ):hover {
  background-color: #f1f1f1;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #f1f1f1;
}

.datepicker-cell.today:not(.selected) {
  background-color: #d7ecfa;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #8a8a8a;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #cce7f9;
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
  background-color: #767676;
  color: #fefefe;
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #737373;
}

.datepicker-cell.range-start:not(.range-end) {
  border-radius: 0 0 0 0;
}

.datepicker-cell.range-end:not(.range-start) {
  border-radius: 0 0 0 0;
}

.datepicker-cell.range {
  border-radius: 0;
  background-color: #e6e6e6;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #e0e0e0;
}

.datepicker-cell.range.disabled {
  color: #cfcfcf;
}

.datepicker-cell.range.focused {
  background-color: #dbdbdb;
}

.datepicker-cell.range.today {
  background-color: #b6dcf6;
}

.datepicker-input.in-edit {
  border-color: #acacac;
}

.datepicker-input.in-edit:focus,
.datepicker-input.in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(172, 172, 172, 0.2);
}
*,
::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-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::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-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
} /*
! tailwindcss v3.4.17 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type="button"]),
input:where([type="reset"]),
input:where([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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.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;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-32 {
  height: 8rem;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[60px\] {
  height: 60px;
}
.h-screen {
  height: 100vh;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-32 {
  width: 8rem;
}
.w-\[375px\] {
  width: 375px;
}
.w-\[44px\] {
  width: 44px;
}
.w-full {
  width: 100%;
}
.rotate-90 {
  --tw-rotate: 90deg;
  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));
}
.transform {
  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));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin-slow {
  animation: spin 2s linear infinite;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-8 {
  border-width: 8px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-\[\#E9E9E9\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-success-dark {
  --tw-border-opacity: 1;
  border-color: rgb(40 199 111 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-neutral-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-t-neutral-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-body {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 135 / var(--tw-bg-opacity, 1));
}
.bg-success-light {
  background-color: #28c76f4d;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.text-\[\#AAAAAA\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-link {
  --tw-text-opacity: 1;
  color: rgb(13 100 251 / var(--tw-text-opacity, 1));
}
.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 80 135 / var(--tw-text-opacity, 1));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(171 134 209 / var(--tw-text-opacity, 1));
}
.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(83 205 230 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(121 161 246 / var(--tw-bg-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  .md\:w-full {
    width: 100%;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }
}
.ded-content {
  min-height: 100vh;
}

.ded-content.bg-body {
  padding-block: 2em;
}

.ded-header-sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.demo-button-group {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  gap: 8px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.demo {
  margin: 0;
  height: 100vh;
  background: radial-gradient(circle at center, #dceefb, #b6e0fe, #84c5f4);
  background-size: 200% 200%;
  animation: gradientAnimation 8s ease infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  color: #007acc;
  font-size: 2rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.ded-map-container:has(:first-child),
.ded-map-container:has(:last-child) {
  padding-block: 0;
}
.ded-map-container:has(:first-child) .ded-card-body,
.ded-map-container:has(:last-child) .ded-card-body {
  padding-inline: 0;
}

.ded-divider-horizontal.ded-divider::before,
.ded-divider-horizontal.ded-divider::after {
  border-top-color: #efefef;
}

.ded-source-container {
  gap: 0;
}
.ded-source-container:has(:first-child),
.ded-source-container:has(:last-child) {
  padding-block: 8px;
}

.flip-card {
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  animation: initialFlip 1s ease-in-out;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.flip-card-front {
  background: #007acc;
}

.flip-card-back {
  background: #003f5c;
  transform: rotateY(180deg);
}

@keyframes initialFlip {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(720deg);
  }
}
/* 基礎按鈕樣式 */
.btn {
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
  transition: all 0.3s ease;
}

/* 漸層發光按鈕 */
.btn-gradient {
  background: linear-gradient(45deg, #ff6b6b, #ffe66d);
  color: white;
  box-shadow: 0 0 15px rgba(255, 107, 107, 0.5);
}

.btn-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(255, 107, 107, 0.8);
}

/* 邊框動畫按鈕 */
.btn-border {
  background: transparent;
  border: 2px solid #6ac18e;
  color: #4caf50;
  position: relative;
  overflow: hidden;
}

.btn-border:hover {
  color: white;
}

.btn-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #4caf50;
  z-index: -1;
  transition: width 0.3s ease;
}

.btn-border:hover::before {
  width: 100%;
}

/* 彈跳按鈕 */
.btn-bounce {
  background: #6c63ff;
  color: white;
  transform-origin: center bottom;
}

.btn-bounce:hover {
  animation: bounce 0.6s ease infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/* 波紋效果按鈕 */
.btn-ripple {
  background: #2196f3;
  color: white;
  position: relative;
  overflow: hidden;
}

.btn-ripple::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-ripple:hover::after {
  width: 300px;
  height: 300px;
}
/* 基礎按鈕樣式 */
.btn {
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
  transition: all 0.3s ease;
}

/* 漸層發光按鈕 */
.btn-gradient {
  background: linear-gradient(45deg, #ff6b6b, #ffe66d);
  color: white;
  box-shadow: 0 0 15px rgba(255, 107, 107, 0.5);
}

.btn-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(255, 107, 107, 0.8);
}

/* 邊框動畫按鈕 */
.btn-border {
  background: transparent;
  border: 2px solid #4caf50;
  color: #4caf50;
  position: relative;
  overflow: hidden;
}

.btn-border:hover {
  color: white;
}

.btn-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #4caf50;
  z-index: -1;
  transition: width 0.3s ease;
}

.btn-border:hover::before {
  width: 100%;
}

/* 彈跳按鈕 */
.btn-bounce {
  background: #6c63ff;
  color: white;
  transform-origin: center bottom;
}

.btn-bounce:hover {
  animation: bounce 0.6s ease infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/* 波紋效果按鈕 */
.btn-ripple {
  background: #2196f3;
  color: white;
  position: relative;
  overflow: hidden;
}

.btn-ripple::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-ripple:hover::after {
  width: 300px;
  height: 300px;
}
/* 基礎按鈕樣式 */
.btn {
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
  transition: all 0.3s ease;
}

/* 漸層發光按鈕 */
.btn-gradient {
  background: linear-gradient(45deg, #ff6b6b, #ffe66d);
  color: white;
  box-shadow: 0 0 15px rgba(255, 107, 107, 0.5);
}

.btn-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(255, 107, 107, 0.8);
}

/* 邊框動畫按鈕 */
.btn-border {
  background: transparent;
  border: 2px solid #4caf50;
  color: #4caf50;
  position: relative;
  overflow: hidden;
}

.btn-border:hover {
  color: white;
}

.btn-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #4caf50;
  z-index: -1;
  transition: width 0.3s ease;
}

.btn-border:hover::before {
  width: 100%;
}

/* 彈跳按鈕 */
.btn-bounce {
  background: #6c63ff;
  color: white;
  transform-origin: center bottom;
}

.btn-bounce:hover {
  animation: bounce 0.6s ease infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/* 波紋效果按鈕 */
.btn-ripple {
  background: #2196f3;
  color: white;
  position: relative;
  overflow: hidden;
}

.btn-ripple::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-ripple:hover::after {
  width: 300px;
  height: 300px;
}
/* 基礎按鈕樣式 */
.btn {
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
  transition: all 0.3s ease;
}

/* 漸層發光按鈕 */
.btn-gradient {
  background: linear-gradient(45deg, #ff6b6b, #ffe66d);
  color: white;
  box-shadow: 0 0 15px rgba(255, 107, 107, 0.5);
}

.btn-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(255, 107, 107, 0.8);
}

/* 邊框動畫按鈕 */
.btn-border {
  background: transparent;
  border: 2px solid #4caf50;
  color: #4caf50;
  position: relative;
  overflow: hidden;
}

.btn-border:hover {
  color: white;
}

.btn-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #4caf50;
  z-index: -1;
  transition: width 0.3s ease;
}

.btn-border:hover::before {
  width: 100%;
}

/* 彈跳按鈕 */
.btn-bounce {
  background: #6c63ff;
  color: white;
  transform-origin: center bottom;
}

.btn-bounce:hover {
  animation: bounce 0.6s ease infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/* 波紋效果按鈕 */
.btn-ripple {
  background: #2196f3;
  color: white;
  position: relative;
  overflow: hidden;
}

.btn-ripple::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-ripple:hover::after {
  width: 300px;
  height: 300px;
}
