@charset "UTF-8";

@font-face {
  font-family: simple-line-icons;
  src: url(../fonts/Simple-Line-Icons.eot?-i3a2kk);
  src: url(../fonts/Simple-Line-Icons.eot?#iefix-i3a2kk) format("embedded-opentype"),
    url(../fonts/Simple-Line-Icons.ttf?-i3a2kk) format("truetype"),
    url(../fonts/Simple-Line-Icons.woff2?-i3a2kk) format("woff2"),
    url(../fonts/Simple-Line-Icons.woff?-i3a2kk) format("woff"),
    url(../fonts/Simple-Line-Icons.svg?-i3a2kk#simple-line-icons) format("svg");
  font-weight: 400;
  font-style: normal;
}

:root {
  --bs-blue: #007bff;
  --bs-indigo: #6610f2;
  --bs-purple: #696cff;
  --bs-pink: #e83e8c;
  --bs-red: #ff3e1d;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffab00;
  --bs-green: #71dd37;
  --bs-teal: #20c997;
  --bs-cyan: #03c3ec;
  --bs-white: #fff;
  --bs-gray: rgba(67, 89, 113, 0.6);
  --bs-gray-dark: rgba(67, 89, 113, 0.8);
  --bs-gray-25: rgba(67, 89, 113, 0.025);
  --bs-gray-50: rgba(67, 89, 113, 0.05);
  --bs-primary: #696cff;
  --bs-secondary: #8592a3;
  --bs-success: #71dd37;
  --bs-info: #03c3ec;
  --bs-warning: #ffab00;
  --bs-danger: #ff3e1d;
  --bs-light: #fcfdfd;
  --bs-dark: #233446;
  --bs-gray: rgba(67, 89, 113, 0.1);
  --bs-primary-rgb: 105, 108, 255;
  --bs-secondary-rgb: 133, 146, 163;
  --bs-success-rgb: 113, 221, 55;
  --bs-info-rgb: 3, 195, 236;
  --bs-warning-rgb: 255, 171, 0;
  --bs-danger-rgb: 255, 62, 29;
  --bs-light-rgb: 252, 253, 253;
  --bs-dark-rgb: 35, 52, 70;
  --bs-gray-rgb: 67, 89, 113;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 67, 89, 113;
  --bs-body-color-rgb: 105, 122, 141;
  --bs-body-bg-rgb: 245, 245, 249;
  --bs-font-sans-serif: "Public Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
  --bs-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-root-font-size: 16px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.9375rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.53;
  --bs-body-color: #697a8d;
  --bs-body-bg: #f9fbfd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  font-size: var(--bs-root-font-size);
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(67, 89, 113, 0);
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -moz-font-feature-settings: "liga" on;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.1;
  color: #566a7f;
  font-size: 1.125rem;
}

label {
  display: inline-block;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

small,
.small {
  font-size: 85%;
}

a {
  color: #696cff;
  text-decoration: none;
}

ul,
li {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

th {
  font-weight: 600;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

b,
strong {
  font-weight: 700;
}

hr {
  margin: 1rem 0;
  color: #d9dee3;
  background-color: currentColor;
  border: 0;
  opacity: 1;
}

hr:not([size]) {
  height: 1px;
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group-merge .form-control:not(:last-child) {
  padding-right: 0;
  border-right: 0;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #697a8d;
  background-color: #fff;
  border-color: rgba(249, 249, 255, 0.54);
  outline: 0;
  box-shadow: 0 0 0.25rem 0.05rem rgba(105, 108, 255, 0.1);
}

.form-control::-webkit-date-and-time-value {
  height: 1.53em;
}

.form-control::-moz-placeholder {
  color: #b4bdc6;
  opacity: 1;
}

.form-control::-moz-placeholder {
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.form-control::placeholder {
  color: #b4bdc6;
  opacity: 1;
  transition: all 0.25s ease;
}

.form-control:focus::-moz-placeholder {
  transform: translate(5px);
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.form-control:focus::placeholder {
  transform: translate(5px);
  transition: all 0.25s ease;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eceef1;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.4375rem 0.875rem;
  margin: -0.4375rem -0.875rem;
  -webkit-margin-end: 0.875rem;
  margin-inline-end: 0.875rem;
  color: #697a8d;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.4375rem 0.875rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.53;
  color: #697a8d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d9dee3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #f2f2f2;
}

.form-control::-webkit-file-upload-button {
  padding: 0.4375rem 0.875rem;
  margin: -0.4375rem -0.875rem;
  -webkit-margin-end: 0.875rem;
  margin-inline-end: 0.875rem;
  color: #697a8d;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form-control:focus,
.form-select:focus {
  border-color: #696cff;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.4375rem 0.875rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.53;
  color: #697a8d;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
}

.input-group-text {
  background-clip: padding-box;
}

.input-group-text {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cursor-pointer {
  cursor: pointer !important;
}

.input-group-merge .input-group-text:last-child {
  border-left: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.d-grid {
  display: grid !important;
}

.w-100 {
  width: 100% !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.53;
  color: #697a8d;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4375rem 1.25rem;
  font-size: 0.9375rem;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
}

.Option>button {
  height: 93px;
  width: 30%;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}

.Option>button:nth-child(2) {
  margin-left: 1.55rem;
}

.Option>button:nth-child(3) {
  margin-left: 0.32rem;
  margin-right: 0.32rem;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 12rem;
  padding: 0.3125rem 0;
  margin: 1.3rem 3rem;
  font-size: 0.9375rem;
  color: #697a8d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 1rem rgba(161, 172, 184, 0.45);
  inset: 0px auto auto 0px;
  transform: translate(0px, 41px);

}

.dropdown-menu.show {
  display: block;
}

.dropdown-item {
  display: flex;
  width: 100%;
  padding: 0.532rem 8.512px 1.25rem;
  clear: both;
  font-weight: 400;
  color: #697a8d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  line-height: 1.54;
  align-items: center
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #5f6e7f;
  background-color: rgba(67, 89, 113, 0.04);
}


.btn {
  cursor: pointer;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background-color: #696cff;
  border-color: #696cff;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}

.btn-primary:hover {
  color: #fff;
  background-color: #5f61e6;
  border-color: #5f61e6;
  transform: translateY(-1px);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #5f61e6;
  border-color: #5f61e6;
  transform: translateY(0);
  box-shadow: none;
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #595cd9;
  border-color: #595cd9;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}


.btn-server {
  color: #fff;
  background-color: #ffab00;
  border-color: #ffab00;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(255, 171, 0, 0.4);
}

.btn-server:hover {
  color: #fff;
  background-color: #e69a00;
  border-color: #e69a00;
  transform: translateY(-1px);
}

.btn-check:focus+.btn-server,
.btn-server:focus,
.btn-server.focus {
  color: #fff;
  background-color: #e69a00;
  border-color: #e69a00;
  transform: translateY(0);
  box-shadow: none;
}

.btn-check:checked+.btn-server,
.btn-check:active+.btn-server,
.btn-server:active,
.btn-server.active,
.show>.btn-server.dropdown-toggle {
  color: #fff;
  background-color: #d99100;
  border-color: #d99100;
}

.btn-check:checked+.btn-server:focus,
.btn-check:active+.btn-server:focus,
.btn-server:active:focus,
.btn-server.active:focus,
.show>.btn-server.dropdown-toggle:focus {
  box-shadow: none;
}



 

.btn-web {
  color: #fff;
  background-color: #03c3ec;
  border-color: #03c3ec;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(3, 195, 236, 0.4);
}

.btn-web:hover {
  color: #fff;
  background-color: #03b0d4;
  border-color: #03b0d4;
  transform: translateY(-1px);
}

.btn-check:focus+.btn-web,
.btn-web:focus,
.btn-web.focus {
  color: #fff;
  background-color: #03b0d4;
  border-color: #03b0d4;
  transform: translateY(0);
  box-shadow: none;
}

.btn-check:checked+.btn-web,
.btn-check:active+.btn-web,
.btn-web:active,
.btn-web.active,
.show>.btn-web.dropdown-toggle {
  color: #fff;
  background-color: #03a6c9;
  border-color: #03a6c9;
}

.btn-check:checked+.btn-web:focus,
.btn-check:active+.btn-web:focus,
.btn-web:active:focus,
.btn-web.active:focus,
.show>.btn-web.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-server.disabled,
.btn-server:disabled,
.btn-web.disabled,
.btn-web:disabled,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-primary.disabled,
.btn-primary:disabled
{
  box-shadow: none;
  cursor: not-allowed;
  background-color: #eceef1;
  color: #566a7f;
  border: 0;
}

 




.justify-content-center {
  justify-content: center !important;
}

.app-brand {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  line-height: 1;
  min-height: 1px;
  align-items: center;
}

.input-group-text i {
  font-size: 0.9375rem;
}

.search-width {
  width: 100%;
}

.d-flex {
  display: flex !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.form-check {
  display: block;
  min-height: 1.434375rem;
  padding-left: 1.7em;
  margin-bottom: 0.125rem;
}

.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.625rem);
  padding-left: var(--bs-gutter-x, 1.625rem);
  margin-right: auto;
  margin-left: auto;
}

.container-p-y:not([class^="pb-"]):not([class*=" pb-"]) {
  padding-bottom: 1.625rem !important;
}

.authentication-wrapper {
  display: flex;
  flex-basis: 100%;
  min-height: 100vh;
  width: 100%;
}

.authentication-wrapper .authentication-inner {
  width: 100%;
}

.authentication-wrapper.authentication-basic {
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.authentication-wrapper.authentication-cover {
  align-items: flex-start;
}

.authentication-wrapper.authentication-cover .authentication-inner {
  height: 100vh;
}

.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 400px;
  position: relative;
}

.authentication-wrapper.authentication-basic .authentication-inner:before {
  width: 148px;
  height: 148px;
  content: " ";
  position: absolute;
  top: -40px;
  right: -40px;
  background-image: url("data:image/svg+xml,%3Csvg width='148px' height='148px' viewBox='0 0 148 148' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M355,144 C356.104569,144 357,144.895431 357,146 C357,147.104569 356.104569,148 355,148 C353.895431,148 353,147.104569 353,146 C353,144.895431 353.895431,144 355,144 Z M382,144 C383.104569,144 384,144.895431 384,146 C384,147.104569 383.104569,148 382,148 C380.895431,148 380,147.104569 380,146 C380,144.895431 380.895431,144 382,144 Z M412,144 C413.104569,144 414,144.895431 414,146 C414,147.104569 413.104569,148 412,148 C410.895431,148 410,147.104569 410,146 C410,144.895431 410.895431,144 412,144 Z M442,144 C443.104569,144 444,144.895431 444,146 C444,147.104569 443.104569,148 442,148 C440.895431,148 440,147.104569 440,146 C440,144.895431 440.895431,144 442,144 Z M472,144 C473.104569,144 474,144.895431 474,146 C474,147.104569 473.104569,148 472,148 C470.895431,148 470,147.104569 470,146 C470,144.895431 470.895431,144 472,144 Z M499,144 C500.104569,144 501,144.895431 501,146 C501,147.104569 500.104569,148 499,148 C497.895431,148 497,147.104569 497,146 C497,144.895431 497.895431,144 499,144 Z M355,117 C356.104569,117 357,117.895431 357,119 C357,120.104569 356.104569,121 355,121 C353.895431,121 353,120.104569 353,119 C353,117.895431 353.895431,117 355,117 Z M382,117 C383.104569,117 384,117.895431 384,119 C384,120.104569 383.104569,121 382,121 C380.895431,121 380,120.104569 380,119 C380,117.895431 380.895431,117 382,117 Z M412,117 C413.104569,117 414,117.895431 414,119 C414,120.104569 413.104569,121 412,121 C410.895431,121 410,120.104569 410,119 C410,117.895431 410.895431,117 412,117 Z M442,117 C443.104569,117 444,117.895431 444,119 C444,120.104569 443.104569,121 442,121 C440.895431,121 440,120.104569 440,119 C440,117.895431 440.895431,117 442,117 Z M472,117 C473.104569,117 474,117.895431 474,119 C474,120.104569 473.104569,121 472,121 C470.895431,121 470,120.104569 470,119 C470,117.895431 470.895431,117 472,117 Z M499,117 C500.104569,117 501,117.895431 501,119 C501,120.104569 500.104569,121 499,121 C497.895431,121 497,120.104569 497,119 C497,117.895431 497.895431,117 499,117 Z M355,87 C356.104569,87 357,87.8954305 357,89 C357,90.1045695 356.104569,91 355,91 C353.895431,91 353,90.1045695 353,89 C353,87.8954305 353.895431,87 355,87 Z M382,87 C383.104569,87 384,87.8954305 384,89 C384,90.1045695 383.104569,91 382,91 C380.895431,91 380,90.1045695 380,89 C380,87.8954305 380.895431,87 382,87 Z M412,87 C413.104569,87 414,87.8954305 414,89 C414,90.1045695 413.104569,91 412,91 C410.895431,91 410,90.1045695 410,89 C410,87.8954305 410.895431,87 412,87 Z M442,87 C443.104569,87 444,87.8954305 444,89 C444,90.1045695 443.104569,91 442,91 C440.895431,91 440,90.1045695 440,89 C440,87.8954305 440.895431,87 442,87 Z M472,87 C473.104569,87 474,87.8954305 474,89 C474,90.1045695 473.104569,91 472,91 C470.895431,91 470,90.1045695 470,89 C470,87.8954305 470.895431,87 472,87 Z M499,87 C500.104569,87 501,87.8954305 501,89 C501,90.1045695 500.104569,91 499,91 C497.895431,91 497,90.1045695 497,89 C497,87.8954305 497.895431,87 499,87 Z M355,57 C356.104569,57 357,57.8954305 357,59 C357,60.1045695 356.104569,61 355,61 C353.895431,61 353,60.1045695 353,59 C353,57.8954305 353.895431,57 355,57 Z M472,57 C473.104569,57 474,57.8954305 474,59 C474,60.1045695 473.104569,61 472,61 C470.895431,61 470,60.1045695 470,59 C470,57.8954305 470.895431,57 472,57 Z M412,57 C413.104569,57 414,57.8954305 414,59 C414,60.1045695 413.104569,61 412,61 C410.895431,61 410,60.1045695 410,59 C410,57.8954305 410.895431,57 412,57 Z M499,57 C500.104569,57 501,57.8954305 501,59 C501,60.1045695 500.104569,61 499,61 C497.895431,61 497,60.1045695 497,59 C497,57.8954305 497.895431,57 499,57 Z M382,57 C383.104569,57 384,57.8954305 384,59 C384,60.1045695 383.104569,61 382,61 C380.895431,61 380,60.1045695 380,59 C380,57.8954305 380.895431,57 382,57 Z M442,57 C443.104569,57 444,57.8954305 444,59 C444,60.1045695 443.104569,61 442,61 C440.895431,61 440,60.1045695 440,59 C440,57.8954305 440.895431,57 442,57 Z M355,27 C356.104569,27 357,27.8954305 357,29 C357,30.1045695 356.104569,31 355,31 C353.895431,31 353,30.1045695 353,29 C353,27.8954305 353.895431,27 355,27 Z M382,27 C383.104569,27 384,27.8954305 384,29 C384,30.1045695 383.104569,31 382,31 C380.895431,31 380,30.1045695 380,29 C380,27.8954305 380.895431,27 382,27 Z M412,27 C413.104569,27 414,27.8954305 414,29 C414,30.1045695 413.104569,31 412,31 C410.895431,31 410,30.1045695 410,29 C410,27.8954305 410.895431,27 412,27 Z M442,27 C443.104569,27 444,27.8954305 444,29 C444,30.1045695 443.104569,31 442,31 C440.895431,31 440,30.1045695 440,29 C440,27.8954305 440.895431,27 442,27 Z M472,27 C473.104569,27 474,27.8954305 474,29 C474,30.1045695 473.104569,31 472,31 C470.895431,31 470,30.1045695 470,29 C470,27.8954305 470.895431,27 472,27 Z M499,27 C500.104569,27 501,27.8954305 501,29 C501,30.1045695 500.104569,31 499,31 C497.895431,31 497,30.1045695 497,29 C497,27.8954305 497.895431,27 499,27 Z M355,0 C356.104569,0 357,0.8954305 357,2 C357,3.1045695 356.104569,4 355,4 C353.895431,4 353,3.1045695 353,2 C353,0.8954305 353.895431,0 355,0 Z M382,0 C383.104569,0 384,0.8954305 384,2 C384,3.1045695 383.104569,4 382,4 C380.895431,4 380,3.1045695 380,2 C380,0.8954305 380.895431,0 382,0 Z M412,0 C413.104569,0 414,0.8954305 414,2 C414,3.1045695 413.104569,4 412,4 C410.895431,4 410,3.1045695 410,2 C410,0.8954305 410.895431,0 412,0 Z M442,0 C443.104569,0 444,0.8954305 444,2 C444,3.1045695 443.104569,4 442,4 C440.895431,4 440,3.1045695 440,2 C440,0.8954305 440.895431,0 442,0 Z M472,0 C473.104569,0 474,0.8954305 474,2 C474,3.1045695 473.104569,4 472,4 C470.895431,4 470,3.1045695 470,2 C470,0.8954305 470.895431,0 472,0 Z M499,0 C500.104569,0 501,0.8954305 501,2 C501,3.1045695 500.104569,4 499,4 C497.895431,4 497,3.1045695 497,2 C497,0.8954305 497.895431,0 499,0 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='📝-Pages' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Login---V2' transform='translate(-822.000000, -197.000000)'%3E%3Cg id='top-illustration' transform='translate(469.000000, 197.000000)'%3E%3Cuse fill='%23696cff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.6' fill='%23FFFFFF' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.authentication-wrapper.authentication-basic .authentication-inner:after {
  width: 243px;
  height: 240px;
  content: " ";
  position: absolute;
  bottom: -68px;
  left: -46px;
  background-image: url("data:image/svg+xml,%3Csvg width='243px' height='240px' viewBox='0 0 243 240' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M34.5,182 C35.8807119,182 37,183.119288 37,184.5 C37,185.880712 35.8807119,187 34.5,187 C33.1192881,187 32,185.880712 32,184.5 C32,183.119288 33.1192881,182 34.5,182 Z M61.5,182 C62.8807119,182 64,183.119288 64,184.5 C64,185.880712 62.8807119,187 61.5,187 C60.1192881,187 59,185.880712 59,184.5 C59,183.119288 60.1192881,182 61.5,182 Z M91.5,182 C92.8807119,182 94,183.119288 94,184.5 C94,185.880712 92.8807119,187 91.5,187 C90.1192881,187 89,185.880712 89,184.5 C89,183.119288 90.1192881,182 91.5,182 Z M123.5,182 C124.880712,182 126,183.119288 126,184.5 C126,185.880712 124.880712,187 123.5,187 C122.119288,187 121,185.880712 121,184.5 C121,183.119288 122.119288,182 123.5,182 Z M153.5,182 C154.880712,182 156,183.119288 156,184.5 C156,185.880712 154.880712,187 153.5,187 C152.119288,187 151,185.880712 151,184.5 C151,183.119288 152.119288,182 153.5,182 Z M180.5,182 C181.880712,182 183,183.119288 183,184.5 C183,185.880712 181.880712,187 180.5,187 C179.119288,187 178,185.880712 178,184.5 C178,183.119288 179.119288,182 180.5,182 Z M34.5,154 C35.8807119,154 37,155.119288 37,156.5 C37,157.880712 35.8807119,159 34.5,159 C33.1192881,159 32,157.880712 32,156.5 C32,155.119288 33.1192881,154 34.5,154 Z M61.5,154 C62.8807119,154 64,155.119288 64,156.5 C64,157.880712 62.8807119,159 61.5,159 C60.1192881,159 59,157.880712 59,156.5 C59,155.119288 60.1192881,154 61.5,154 Z M91.5,154 C92.8807119,154 94,155.119288 94,156.5 C94,157.880712 92.8807119,159 91.5,159 C90.1192881,159 89,157.880712 89,156.5 C89,155.119288 90.1192881,154 91.5,154 Z M123.5,154 C124.880712,154 126,155.119288 126,156.5 C126,157.880712 124.880712,159 123.5,159 C122.119288,159 121,157.880712 121,156.5 C121,155.119288 122.119288,154 123.5,154 Z M153.5,154 C154.880712,154 156,155.119288 156,156.5 C156,157.880712 154.880712,159 153.5,159 C152.119288,159 151,157.880712 151,156.5 C151,155.119288 152.119288,154 153.5,154 Z M180.5,154 C181.880712,154 183,155.119288 183,156.5 C183,157.880712 181.880712,159 180.5,159 C179.119288,159 178,157.880712 178,156.5 C178,155.119288 179.119288,154 180.5,154 Z M34.5,124 C35.8807119,124 37,125.119288 37,126.5 C37,127.880712 35.8807119,129 34.5,129 C33.1192881,129 32,127.880712 32,126.5 C32,125.119288 33.1192881,124 34.5,124 Z M61.5,124 C62.8807119,124 64,125.119288 64,126.5 C64,127.880712 62.8807119,129 61.5,129 C60.1192881,129 59,127.880712 59,126.5 C59,125.119288 60.1192881,124 61.5,124 Z M91.5,124 C92.8807119,124 94,125.119288 94,126.5 C94,127.880712 92.8807119,129 91.5,129 C90.1192881,129 89,127.880712 89,126.5 C89,125.119288 90.1192881,124 91.5,124 Z M123.5,124 C124.880712,124 126,125.119288 126,126.5 C126,127.880712 124.880712,129 123.5,129 C122.119288,129 121,127.880712 121,126.5 C121,125.119288 122.119288,124 123.5,124 Z M153.5,124 C154.880712,124 156,125.119288 156,126.5 C156,127.880712 154.880712,129 153.5,129 C152.119288,129 151,127.880712 151,126.5 C151,125.119288 152.119288,124 153.5,124 Z M180.5,124 C181.880712,124 183,125.119288 183,126.5 C183,127.880712 181.880712,129 180.5,129 C179.119288,129 178,127.880712 178,126.5 C178,125.119288 179.119288,124 180.5,124 Z M34.5,94 C35.8807119,94 37,95.1192881 37,96.5 C37,97.8807119 35.8807119,99 34.5,99 C33.1192881,99 32,97.8807119 32,96.5 C32,95.1192881 33.1192881,94 34.5,94 Z M153.5,94 C154.880712,94 156,95.1192881 156,96.5 C156,97.8807119 154.880712,99 153.5,99 C152.119288,99 151,97.8807119 151,96.5 C151,95.1192881 152.119288,94 153.5,94 Z M91.5,94 C92.8807119,94 94,95.1192881 94,96.5 C94,97.8807119 92.8807119,99 91.5,99 C90.1192881,99 89,97.8807119 89,96.5 C89,95.1192881 90.1192881,94 91.5,94 Z M180.5,94 C181.880712,94 183,95.1192881 183,96.5 C183,97.8807119 181.880712,99 180.5,99 C179.119288,99 178,97.8807119 178,96.5 C178,95.1192881 179.119288,94 180.5,94 Z M61.5,94 C62.8807119,94 64,95.1192881 64,96.5 C64,97.8807119 62.8807119,99 61.5,99 C60.1192881,99 59,97.8807119 59,96.5 C59,95.1192881 60.1192881,94 61.5,94 Z M123.5,94 C124.880712,94 126,95.1192881 126,96.5 C126,97.8807119 124.880712,99 123.5,99 C122.119288,99 121,97.8807119 121,96.5 C121,95.1192881 122.119288,94 123.5,94 Z M34.5,64 C35.8807119,64 37,65.1192881 37,66.5 C37,67.8807119 35.8807119,69 34.5,69 C33.1192881,69 32,67.8807119 32,66.5 C32,65.1192881 33.1192881,64 34.5,64 Z M61.5,64 C62.8807119,64 64,65.1192881 64,66.5 C64,67.8807119 62.8807119,69 61.5,69 C60.1192881,69 59,67.8807119 59,66.5 C59,65.1192881 60.1192881,64 61.5,64 Z M91.5,64 C92.8807119,64 94,65.1192881 94,66.5 C94,67.8807119 92.8807119,69 91.5,69 C90.1192881,69 89,67.8807119 89,66.5 C89,65.1192881 90.1192881,64 91.5,64 Z M123.5,64 C124.880712,64 126,65.1192881 126,66.5 C126,67.8807119 124.880712,69 123.5,69 C122.119288,69 121,67.8807119 121,66.5 C121,65.1192881 122.119288,64 123.5,64 Z M153.5,64 C154.880712,64 156,65.1192881 156,66.5 C156,67.8807119 154.880712,69 153.5,69 C152.119288,69 151,67.8807119 151,66.5 C151,65.1192881 152.119288,64 153.5,64 Z M180.5,64 C181.880712,64 183,65.1192881 183,66.5 C183,67.8807119 181.880712,69 180.5,69 C179.119288,69 178,67.8807119 178,66.5 C178,65.1192881 179.119288,64 180.5,64 Z M34.5,37 C35.8807119,37 37,38.1192881 37,39.5 C37,40.8807119 35.8807119,42 34.5,42 C33.1192881,42 32,40.8807119 32,39.5 C32,38.1192881 33.1192881,37 34.5,37 Z M61.5,37 C62.8807119,37 64,38.1192881 64,39.5 C64,40.8807119 62.8807119,42 61.5,42 C60.1192881,42 59,40.8807119 59,39.5 C59,38.1192881 60.1192881,37 61.5,37 Z M91.5,37 C92.8807119,37 94,38.1192881 94,39.5 C94,40.8807119 92.8807119,42 91.5,42 C90.1192881,42 89,40.8807119 89,39.5 C89,38.1192881 90.1192881,37 91.5,37 Z M123.5,37 C124.880712,37 126,38.1192881 126,39.5 C126,40.8807119 124.880712,42 123.5,42 C122.119288,42 121,40.8807119 121,39.5 C121,38.1192881 122.119288,37 123.5,37 Z M153.5,37 C154.880712,37 156,38.1192881 156,39.5 C156,40.8807119 154.880712,42 153.5,42 C152.119288,42 151,40.8807119 151,39.5 C151,38.1192881 152.119288,37 153.5,37 Z M180.5,37 C181.880712,37 183,38.1192881 183,39.5 C183,40.8807119 181.880712,42 180.5,42 C179.119288,42 178,40.8807119 178,39.5 C178,38.1192881 179.119288,37 180.5,37 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='📝-Pages' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Login---V2' transform='translate(-469.000000, -670.000000)'%3E%3Cg id='Shapes' transform='translate(469.000000, 197.000000)'%3E%3Cg id='bottom-illustration' transform='translate(0.000000, 473.000000)'%3E%3Crect id='Rectangle' fill='%23696cff' opacity='0.04' x='0' y='0' width='215' height='216' rx='10'%3E%3C/rect%3E%3Crect id='Rectangle' stroke='rgba(67, 89, 113, 0.5)' opacity='0.48' x='104.5' y='100.5' width='138' height='139' rx='10'%3E%3C/rect%3E%3Cg id='Dot'%3E%3Cuse fill='%23696cff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.6' fill='%23FFFFFF' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.authentication-wrapper.authentication-basic .authentication-inner .card {
  z-index: 1;
}

.authentication-wrapper.authentication-basic .authentication-inner .card .app-brand {
  margin-bottom: 0rem;
}

.authentication-wrapper .auth-input-wrapper .auth-input {
  max-width: 50px;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 150%;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  border: 0 solid #d9dee3;
  border-radius: 0.5rem;
  background-clip: padding-box;
  box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem;
}

.card .card-header+.card-body,
.card .card-header+.card-content>.card-body:first-of-type {
  padding-top: 0;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.light-style .authentication-wrapper .authentication-bg {
  background-color: #fff;
}

.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #566a7f;
}

.form-label,
.col-form-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: inherit;
}

.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  box-shadow: none;
  border-color: #696cff;
}

.SoftwareName {
  font-size: 1.75rem;
  text-align: center;
  color: black;
  margin-bottom: 1.4em;
  font-weight: normal;
  margin-top: 0.5em;
}

.mb-3 .btn.btn-primary.d-grid.w-100 {
  margin-top: 2.45em;
}

header {
  padding: 0 10px 0 0;
  border-bottom: 1px solid #edf2f9;
  overflow: auto;
  padding: 0 30px;
  margin-bottom: 2.25rem;
}

.navbar-nav.float-right,
nav {
  float: right;
}

.navbar-nav.float-right li,
.logo,
.navbar-nav.float-right li span {
  float: left;
}

.navbar-nav.float-right li span {
  display: block;
}

.navbar-nav.float-right li {
  margin-right: 35px;
  font-size: 1.15rem;
  color: #6f7581;
  line-height: 75px;
  margin-top: 8px;
}

.navbar-nav.float-right li a,
.navbar-nav.float-right li a:visited {
  color: #6f7581;
}

.navbar-nav.float-right li a:hover {
  color: #1c2d41;
}

.navbar-nav.float-right li:last-child {
  color: #b8c3d5;
  font-size: 1rem;
  margin-top: 9px;
  margin-right: 0px;
}

.text-dark {
  color: #1c2d41;
}

.icon-phone,
.icon-docs,
.icon-settings,
.icon-book-open {
  font-family: simple-line-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 21px;
}

.icon-book-open:before {
  content: "\e04c";
}

.icon-phone:before {
  content: "\e600";
}

.icon-docs:before {
  content: "\e040";
}

.icon-settings:before {
  content: "\e09a";
}

nav :before {
  font-size: xx-large;
  color: #1c2d41;
  margin-right: 10px;
}

.indexLogo {
  font-size: 1.75rem;
  color: black;
  float: left;
  padding-top: 18px;
}

.indexLogo img {
  margin-right: 5px;
}

/*Search */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.layout-navbar {
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.2rem;
  height: 3.875rem;
  flex-wrap: nowrap;
  color: #697a8d;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.95) !important;
  -webkit-backdrop-filter: saturate(200%) blur(6px);
  backdrop-filter: saturate(200%) blur(6px);
}

.navbar-detached {
  /*box-shadow: 0 0 0.375rem 0.25rem rgba(161, 172, 184, 0.15);*/
  box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
}

.layout-navbar.navbar-detached {
  width: calc(100% - (1.625rem * 2));
  margin: 0.75rem auto 0;
  border-radius: 0.375rem;
  padding: 0 1.5rem;
}

.align-items-center {
  align-items: center !important;
}

.fs-4 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}

.border-0 {
  border: 0 !important;
}

.shadow-none {
  box-shadow: none !important;
}

.Option,
.Chart {
  float: left;
  width: 50%;
}

/*表單 */
.Chart .card {
  width: 30%;
  float: left;
  margin: 0.66rem 0 0 0.8rem;
  font-family: "Public Sans";
}

.apexcharts-theme-light {
  margin: 0.815rem auto;
}

.report {
  text-align: center;
}

.report .num {
  font-size: 3.3rem;
  color: #1c2d41;
  font-weight: bold;
  margin-top: 1.8rem;
  margin-bottom: -1.5rem;
}

.report .title {
  font-size: 1.4rem;
  padding-left: 0.5rem;
  color: #566c83;
  margin-top: 1.3rem;
}

.report .text {
  padding-left: 2.4rem;
  margin-bottom: 2.338rem;
}

.report .text span {
  float: left;
  display: block;
}

.icon-book-open {
  font-size: 2.3rem;
  color: #bbc4d3;
}

/*^^^^^表單^^^^^^^^^^^^*/

.ScanList {
  clear: both;
  margin: 16.8rem 1.9rem 10rem 1.55rem;
}

.card-header {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0 solid #d9dee3;
}

.card-header,
.card-footer {
  border-color: #d9dee3;
}

.card-header:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.text-nowrap {
  white-space: nowrap !important;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #697a8d;
  --bs-table-striped-bg: #f9fafb;
  --bs-table-active-color: #697a8d;
  --bs-table-active-bg: rgba(67, 89, 113, 0.1);
  --bs-table-hover-color: #697a8d;
  --bs-table-hover-bg: rgba(67, 89, 113, 0.06);
  width: 100%;
  margin-bottom: 1rem;
  color: #697a8d;
  vertical-align: middle;
  border-color: #d9dee3;
}

.card .table {
  margin-bottom: 0;
}

.table> :not(caption)>*>* {
  padding: 0.625rem 1.25rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table th {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.table:not(.table-dark) th {
  color: #566a7f;
}

.table>tbody {
  vertical-align: inherit;
}

.table> :not(:first-child) {
  border-top: 2px solid #d9dee3;
}

.bg-label-primary {
  background-color: #e7e7ff !important;
  color: #696cff !important;
}

.bg-label-server {
  background-color: #fff2d6 !important;
  color: #ff7a00eb !important;
}

.badge {
  display: inline-block;
  padding: 0.52em 0.593em;
  font-size: 0.8125em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  text-transform: uppercase;
  line-height: 0.75;
}

.bg-label-info {
  background-color: #d7f5fc !important;
  color: #03c3ec !important;
}

.me-1 {
  margin-right: 0.25rem !important;
  font-size: 1.2rem;
  font-weight: normal;
}

.table-circle {
  font-size: 1.1rem;
  width: 42px;
  height: 42px;
  line-height: 20px;
  padding: 10px;
  border-radius: 50% !important;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 400;
  margin: 0 0.1rem;
}

.table-circle.color1 {
  background-color: #5f76e8;
  border-color: #5f76e8;
}

.table-circle.color1:hover {
  color: #fff;
  background-color: #3e59e3;
  border-color: #3250e2;
}

.table-circle.color1:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 139, 235, 0.5);
}

.table-circle.color2 {
  background-color: #ff4f70;
  border-color: #ff4f70;
}

.table-circle.color2:hover {
  color: #fff;
  background-color: #e6381a;
  border-color: #ff1c47;
}

.table-circle.color2:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 105, 133, 0.5);
}

.table-circle.color3 {
  background-color: #01caf1;
  border-color: #01caf1;
}

.table-circle.color3:hover {
  color: #fff;
  background-color: #01aacb;
  border-color: #019fbe;
}

.table-circle.color3:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 210, 243, 0.5);
}

.table-circle.color4 {
  background-color: #22ca80;
  border-color: #22ca80;
}

.table-circle.color4:hover {
  color: #fff;
  background-color: #1ca96b;
  border-color: #1b9e64;
}

.table-circle.color4:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 210, 147, 0.5);
}

.table-circle.Number3 {
  padding: 10px 0px;
}

.table-circle.Number4 {
  padding: 11px 0px;
  font-size: 1rem;
}

.icon_pdf,
.icon_excel,
.icon_csv {
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;

  display: block;
  float: left;
  margin: 0.1rem 1rem 0 0;
  text-indent: -9999px;
  white-space: nowrap;
  /* 阻止文本换行 */
  line-height: 0;
  /* 减少行高，避免空白 */
}

.icon_pdf {
  background-image: url(../images/icon_pdf.gif);
}

.icon_excel {
  background-image: url(../images/icon_excel.gif);
}

.icon_csv {
  background-image: url(../images/icon_csv.gif);
}

.ScanDetail {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999999;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  overflow-y: auto;
}

.mb-4 {
  height: 100%;
}

h5,
.h5 {
  font-size: 1.125rem;
  margin-top: 0px;
}

.alert {
  position: relative;
  padding: 0.9375rem 0.9375rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0.375rem;
}

.alert-danger {
  background-color: #ffe0db;
  border-color: #ffc5bb;
  color: #ff3e1d;
}

.btn-outline-primary {
  color: #696cff;
  border-color: #696cff;
  background: transparent;
  margin-bottom: 1rem;
  margin-right: 0.3rem;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #5f61e6;
  border-color: #5f61e6;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
  transform: translateY(-1px);
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  color: #fff;
  background-color: #5f61e6;
  border-color: #5f61e6;
  box-shadow: none;
  transform: translateY(0);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #595cd9;
  border-color: #595cd9;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: none;
}



.demo-inline-spacing {
  float: right;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

.card hr {
  color: #d9dee3;
}

.btn-secondary {
  color: #fff;
  background-color: #8592a3;
  border-color: #8592a3;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4);
}

.btn-secondary:hover {
  color: #fff;
  background-color: #788393;
  border-color: #788393;
  transform: translateY(-1px);
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #788393;
  border-color: #788393;
  transform: translateY(0);
  box-shadow: none;
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #717c8b;
  border-color: #717c8b;
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}



.ScanDetail .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb),
      var(--bs-bg-opacity)) !important;
}

.ScanDetail .form-label {
  font-size: 1.2rem;
}

.ScanDetail .mb-3 {
  clear: both;
  overflow: auto;
}

.download-label {
  float: left;
  margin-right: 0.8rem;
}

.ScanDetail .table-circle {
  width: 36px;
  height: 36px;

}

.ScanDetail .table-circle.Number1 {
  padding: 7px;
}

.ScanDetail .table-circle.Number2 {
  padding: 7px 0px;
}

.ScanDetail .table-circle.Number3 {
  padding: 7px 0px;
}

.ScanDetail .table-circle.Number4 {
  padding: 7px 0px;
  font-size: 0.9rem;
}

.ScanDetail .card-body {
  padding: 0rem 1.5rem 1rem 1.5rem;
}

.alert-dismissible {
  padding-right: 2.8125rem;
}

.alert-secondary {
  background-color: #ebeef0;
  border-color: #dadee3;
  color: #8592a3;
}

.btn-close {
  box-sizing: content-box;
  width: 0.8em;
  height: 0.8em;
  color: #a1acb8;
  background: transparent url(../images/btn_close.svg) center / 0.8em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.95;
  position: absolute;
  right: 20px;
  top: 17px;
  margin-bottom: auto;
  padding: 0.8rem 0.8rem 0.6rem 0.8rem;
  background-color: #f6f7f7;
  border-color: #f6f7f7;
}

.Arrow {
  background-image: url(../images/triangle.svg);
  background-size: 13%;
  background-repeat: no-repeat;
  background-position: 88% 46%;
  padding-right: 2.3rem;
}

.Arrow:hover {
  background-image: url(../images/triangle_white.svg);
}

.UploadFile {
  background-image: url(../images/uploadBg.gif);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
}

.id-gray {
  font-weight: 400;
  line-height: 1.53;
  border: 1px solid transparent;
  padding: 0.4375rem 1.25rem;
  font-size: 0.9375rem;
  text-transform: none;
}

.col-md-6 {
  width: 90%;
  margin: 5% auto auto;
  height: auto;
}

.PasswordNotice {
  color: #696cff;
  text-align: center;
}

.card h4{
font-size: 1.375rem;
  text-align: center;
  font-weight: normal;
  margin-top: -2rem;
  color: #566a7f;
}

@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1440px;
  }
}

@media (min-width: 1200px) {
  .fs-4 {
    font-size: 1.375rem !important;
  }
}

@media (min-width: 992px) {
  .container-xxl {
    padding-right: 1.625rem;
    padding-left: 1.625rem;
  }
}

@media (min-width: 1025px) {
  .col-md-6 {
    width: 50%;
    margin: auto;
    height: auto;
  }

  .btn-outline-primary {
    margin-bottom: 0rem;
  }
}

@media (max-width: 600px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 1.125rem;
  }

  .UploadFile {
    background-size: contain;
  }
}

@media (max-width: 1200px) {
  .icon-book-open {
    font-size: 1.3rem;
  }

  .report .title {
    font-size: 1.2rem;
    margin-top: 1rem;
  }

  .report .text {
    margin-bottom: 3.1rem;
  }
}

@media (max-width: 975px) {
  .Chart {
    width: 54%;
  }

  .Option {
    width: 46%;
  }

  .report .text {
    padding-left: 1.6rem;
  }

  .layout-navbar.navbar-detached {
    width: 94%;
    margin: 0.75rem 0rem 0rem 1.5rem;
  }

  .Option button {
    width: 29.7%;
    font-size: 1.2rem;
  }
}

@media (max-width: 885px) {
  .btn {
    padding: 0;
  }

  .Chart {
    width: 60%;
  }

  .Option {
    width: 40%;
  }

  .Option button:nth-child(3) {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }

  .indexLogo,
  .navbar-nav.float-right,
  nav {
    float: none;
  }

  .icon_pdf,
  .icon_excel,
  .icon_csv {
    margin-bottom: 0.3rem;
  }
}

@media (max-width: 824px) {
  .Option button {
    width: 29%;
  }
}

@media (max-width: 768px) {
  .Option button {
    width: 29%;
  }

  .Option,
  .Chart {
    float: none;
    width: 100%;
  }

  .Option button:nth-child(3) {
    margin-left: 1.1rem;
    margin-right: 1.1rem;
  }

  .Option button {
    width: 29.4%;
  }

  .Chart {
    padding-left: 0.8rem;
  }

  .Chart .card {
    width: 30.5%;
  }

  .report .text {
    padding-left: 23.8%;
  }
}

@media (max-width: 590px) {
  .Option button {
    width: 30.6%;
  }

  .Option button:nth-child(3) {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }

  .navbar-nav.float-right li:last-child {
    float: none;
    clear: both;
  }

  .navbar-nav.float-right li {
    margin-right: 15px;
  }
}

@media (max-width: 500px) {
  .Option button {
    width: 28.6%;
  }

  .Option button:nth-child(3) {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }

  .navbar-nav.float-right li:last-child {
    float: none;
    clear: both;
    line-height: 50px;
  }

  .navbar-nav.float-right li {
    margin-right: 15px;
    line-height: initial;
    margin-bottom: 15px;
  }

  .icon-phone,
  .icon-docs,
  .icon-settings,
  .icon-book-open {
    margin-top: 0px;
  }

  .layout-navbar.navbar-detached {
    width: 89%;
  }

  .Chart .card {
    width: 44%;
  }

  .Chart .card.report {
    width: 91%;
    margin-bottom: 2rem;
  }

  .report .text span {
    display: block;
    float: none;
    padding: 0;
  }

  .report .text {
    padding: 0;
    margin-bottom: 1.5rem;
  }

  .report .num {
    margin-top: 0rem;
  }

  .report .text .icon-book-open {
    display: none;
  }
}

/* Custom */
.table .foredit {
  cursor: pointer;
}

.table tr:hover {
  background-color: #f8f8f6;
}

.ScanDetail {
  z-index: 999;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  max-width: 200px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}