/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[3]!./assets/styles/all-light.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #055e79;
  background-color: #ceebf4;
  border-color: #b5e1ef;
}
.alert-primary .alert-link {
  color: #044b61;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.81rem;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(8, 156, 201, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #089CC9;
  border-color: #089CC9;
}
.btn-primary:hover {
  color: #000;
  background-color: #2dabd1;
  border-color: #21a6ce;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #2dabd1;
  border-color: #21a6ce;
  box-shadow: 0 0 0 0.25rem rgba(7, 133, 171, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #39b0d4;
  border-color: #21a6ce;
}
.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: 0 0 0 0.25rem rgba(7, 133, 171, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #089CC9;
  border-color: #089CC9;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.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: #565e64;
  border-color: #51585e;
}
.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: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #089CC9;
  border-color: #089CC9;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #089CC9;
  border-color: #089CC9;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(8, 156, 201, 0.5);
}
.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: #000;
  background-color: #089CC9;
  border-color: #089CC9;
}
.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: 0 0 0 0.25rem rgba(8, 156, 201, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #089CC9;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #1a73e8;
  text-decoration: underline;
}
.btn-link:hover {
  color: #155cba;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #089CC9;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #089CC9;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.81rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #84cee4;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(8, 156, 201, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.81rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #84cee4;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(8, 156, 201, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #84cee4;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(8, 156, 201, 0.25);
}
.form-check-input:checked {
  background-color: #089CC9;
  border-color: #089CC9;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #089CC9;
  border-color: #089CC9;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%2384cee4%27/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(8, 156, 201, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(8, 156, 201, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #089CC9;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b5e1ef;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #089CC9;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b5e1ef;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.81rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.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;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 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;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #ceebf4;
  --bs-table-striped-bg: #c4dfe8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9d4dc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd9e2;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b9d4dc;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/*@import "/node_modules/bootstrap/scss/transitions";*/
.btn-orange {
  color: #a26405;
  background-color: #d48306;
  border-color: #af6c05;
}
.btn-orange:hover {
  color: #3f2702;
  background-color: #ed9207;
  border-color: #f89f15;
}
.btn-check:focus + .btn-orange, .btn-orange:focus {
  color: #3f2702;
  background-color: #ed9207;
  border-color: #f89f15;
  box-shadow: 0 0 0 0.25rem rgba(173, 107, 5, 0.5);
}
.btn-check:checked + .btn-orange, .btn-check:active + .btn-orange, .btn-orange:active, .btn-orange.active, .show > .btn-orange.dropdown-toggle {
  color: #000;
  background-color: #dd9c38;
  border-color: #b77b1e;
}
.btn-check:checked + .btn-orange:focus, .btn-check:active + .btn-orange:focus, .btn-orange:active:focus, .btn-orange.active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(173, 107, 5, 0.5);
}
.btn-orange:disabled, .btn-orange.disabled {
  color: #000;
  background-color: #d48306;
  border-color: #af6c05;
}

.btn-excel {
  color: #164b2e;
  background-color: #217346;
  border-color: #185534;
}
.btn-excel:hover {
  color: black;
  background-color: #278752;
  border-color: #2c9b5e;
}
.btn-check:focus + .btn-excel, .btn-excel:focus {
  color: black;
  background-color: #278752;
  border-color: #2c9b5e;
  box-shadow: 0 0 0 0.25rem rgba(24, 84, 51, 0.5);
}
.btn-check:checked + .btn-excel, .btn-check:active + .btn-excel, .btn-excel:active, .btn-excel.active, .show > .btn-excel.dropdown-toggle {
  color: #000;
  background-color: #4d8f6b;
  border-color: #2f6648;
}
.btn-check:checked + .btn-excel:focus, .btn-check:active + .btn-excel:focus, .btn-excel:active:focus, .btn-excel.active:focus, .show > .btn-excel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(24, 84, 51, 0.5);
}
.btn-excel:disabled, .btn-excel.disabled {
  color: #fff;
  background-color: #217346;
  border-color: #185534;
}

.btn-pdf {
  color: #840900;
  background-color: #b70c00;
  border-color: #910900;
}
.btn-pdf:hover {
  color: #1e0200;
  background-color: #d10e00;
  border-color: #ea0f00;
}
.btn-check:focus + .btn-pdf, .btn-pdf:focus {
  color: #1e0200;
  background-color: #d10e00;
  border-color: #ea0f00;
  box-shadow: 0 0 0 0.25rem rgba(143, 9, 0, 0.5);
}
.btn-check:checked + .btn-pdf, .btn-check:active + .btn-pdf, .btn-pdf:active, .btn-pdf.active, .show > .btn-pdf.dropdown-toggle {
  color: #fff;
  background-color: #c53d33;
  border-color: #9c221a;
}
.btn-check:checked + .btn-pdf:focus, .btn-check:active + .btn-pdf:focus, .btn-pdf:active:focus, .btn-pdf.active:focus, .show > .btn-pdf.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(143, 9, 0, 0.5);
}
.btn-pdf:disabled, .btn-pdf.disabled {
  color: #fff;
  background-color: #b70c00;
  border-color: #910900;
}

.btn-primary {
  color: #fff;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
}
.btn-primary:hover {
  background-color: #05b4e9;
}

.btn-outline-primary:hover {
  color: #fff;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.table > :not(:first-child) {
  border: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a:visited, a:active, a:focus, a:link, a:hover {
  outline: none;
  text-decoration: none;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(/build/fonts/roboto-v20-latin-regular.176f8f5b.woff2) format("woff2"), url(/build/fonts/roboto-v20-latin-regular.49ae34d4.woff) format("woff");
}
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Mono"), local("RobotoMono-Regular"), url(/build/fonts/roboto-mono-v7-latin-regular.fe990f06.woff2) format("woff2"), url(/build/fonts/roboto-mono-v7-latin-regular.1ed72cb0.woff) format("woff");
}
@keyframes pulse {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation-pulse {
  animation-name: pulse;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.animation-fadeIn {
  animation-name: fadeIn;
  animation-direction: normal;
  animation-duration: 5s;
  animation-iteration-count: 1;
}

.animation-fadeIn-quick {
  animation-name: fadeIn;
  animation-direction: normal;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

.animation-fadeIn-veryquick {
  animation-name: fadeIn;
  animation-direction: normal;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

.bold {
  font-weight: bold;
}

a:visited, a:active, a:focus, a:link {
  color: #1a73e8;
}
a:hover {
  color: #11C51C;
}

.pseudo-link {
  color: #1a73e8;
}
.pseudo-link:hover {
  cursor: pointer;
  color: #11C51C;
}

textarea {
  resize: vertical;
}
textarea.monospace {
  font-family: "Roboto Mono", Courier, monospace;
}

input[type=email],
input[type=number],
input[type=password],
input[type=text],
input[type=date],
input[type=datetime],
select {
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
}

.hsize1-xs {
  width: 4rem;
}

.hsize1-s {
  width: 11rem;
}

.hsize1-m {
  width: 18rem;
}

.hsize1-l {
  width: 25rem;
}

.hsize1-xl {
  width: 32rem;
}

.hsize2-xs {
  width: 5rem;
}

.hsize2-s {
  width: 12rem;
}

.hsize2-m {
  width: 19rem;
}

.hsize2-l {
  width: 26rem;
}

.hsize2-xl {
  width: 33rem;
}

.hsize2-2xl {
  width: 40rem;
}

.hsize3-xs {
  width: 2rem;
}

.hsize3-s {
  width: 9rem;
}

.vsize-s {
  min-height: 4rem !important;
  max-height: 10rem;
}

.vsize-m {
  min-height: 6rem !important;
  max-height: 14rem;
}

.vsize-l {
  min-height: 8rem !important;
  max-height: 20rem;
}

.vsize-xl {
  min-height: 10rem !important;
}

.vsize-s.fix, .vsize-m.fix, .vsize-l.fix, .vsize-xl.fix {
  resize: none;
}

.entity-admin {
  margin: 1rem;
}

.color-red {
  color: #d30000;
}

.color-green {
  color: #00d400;
}

.color-gray {
  color: #999;
}

.glass-button {
  opacity: 0.2;
}
.glass-button:hover {
  opacity: 1;
}

.basic-form-box {
  padding: 1rem;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 4px;
}

.top-splitter {
  margin-top: 1rem;
}

.app-box {
  margin: 1rem;
}

.retain-width-10 {
  width: 10rem;
  word-wrap: anywhere;
}

.retain-width-20 {
  min-width: 20rem;
  word-wrap: anywhere;
}
.retain-width-20:empty {
  min-width: initial;
}

body {
  height: 100vh;
  font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 12.96px;
  color: #666;
}

.layout-box {
  height: 100%;
  width: 100%;
  overflow: auto;
  display: grid;
  grid-template-columns: 56px 1fr;
}
.layout-box.side-off {
  grid-template-columns: 1fr;
}
.layout-box.side-off .layout-side {
  display: none;
}

.layout-side {
  background-color: #edeaf7;
  height: 100%;
  user-select: none;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.layout-content {
  background-color: #fff;
  height: 100%;
  user-select: none;
}

.top-nav {
  height: 4rem;
  background: linear-gradient(45deg, #1f125d, #fafafa 80%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 500;
}
.top-nav .l-pane {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}
.top-nav #menu-switcher {
  margin: 1rem;
  font-size: 1.4rem;
  cursor: pointer;
}
.top-nav .sect-title {
  font-size: 18px;
}
.top-nav .r-pane {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-nav .user-box {
  display: flex;
  align-items: center;
}
.top-nav .user-box a, .top-nav .user-box .pseudo-link {
  color: #7aa2bb;
}
.top-nav .user-box a:hover, .top-nav .user-box .pseudo-link:hover {
  color: #11C51C;
}
.top-nav .user-box .current-user-box {
  display: flex;
  align-items: center;
  padding: 1rem;
}
.top-nav .user-box .current-user-box .icon {
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
.top-nav .user-box .logout-box {
  margin: 1rem;
  margin-left: 0;
  font-size: 1.4rem;
  cursor: pointer;
}
.top-nav .mp-loader-box .mp-loader {
  display: none;
  font-size: 1.4rem;
}

.side-nav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: #edeaf7;
  color: #999;
}
.side-nav .slogan-item {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-nav .menu-item {
  position: relative;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.side-nav .menu-item:hover {
  background-color: rgba(98, 156, 180, 0.4);
}
.side-nav .menu-item:hover .main-icon {
  color: #fff;
}
.side-nav .menu-item.selected {
  background-color: #626bb4;
}
.side-nav .menu-item.selected .submenu {
  display: block;
}
.side-nav .menu-item.selected .main-icon {
  color: #fff;
}
.side-nav .menu-item .main-icon {
  font-size: 1.4rem;
  color: #7aa2bb;
}
.side-nav .menu-item .submenu {
  display: none;
  position: absolute;
  left: 56px;
  top: 64px;
  right: 0;
  min-width: min-content;
  box-shadow: 14px 14px 14px -7px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ccc;
  background: linear-gradient(-45deg, #efedf3, #fff 40%);
}
.side-nav .menu-item .submenu .main-title {
  position: absolute;
  display: flex;
  align-items: center;
  top: -64px;
  height: 64px;
  width: 100%;
  padding-left: 1.5rem;
  white-space: nowrap;
  font-size: 14.4px;
  text-transform: uppercase;
  background: #626bb4;
  color: #fff;
  border-right: 1px solid #626bb4;
}
.side-nav .menu-item .submenu .submenu-block-box {
  display: flex;
}
.side-nav .menu-item .submenu .submenu-block {
  padding-bottom: 1.5rem;
  border-right: 1px solid #ccc;
}
.side-nav .menu-item .submenu .submenu-item {
  min-width: 180px;
  padding: 1.5rem;
  padding-bottom: 0;
  white-space: nowrap;
}
.side-nav .menu-item .submenu a .submenu-item {
  text-transform: uppercase;
  color: #296991;
}
.side-nav .menu-item .submenu a .submenu-item:hover {
  color: #11C51C;
  text-decoration: underline;
}
.side-nav .alarm-counter-box {
  position: relative;
}
.side-nav .alarm-counter-box #alarm-counter {
  position: absolute;
  right: -10px;
  top: -8px;
  font-size: 10px;
  padding: 1px 3px;
  border-radius: 40px;
  background-color: #fff;
  color: #f00;
}

.side-bottom-nav {
  position: sticky;
  bottom: 0;
  z-index: 499;
  border-top: 2px solid #aaa;
}
.side-bottom-nav .menu-item {
  position: relative;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-bottom-nav .main-icon {
  font-size: 1.4rem;
}
.side-bottom-nav a, .side-bottom-nav .pseudo-link {
  color: #7aa2bb;
}
.side-bottom-nav a:hover, .side-bottom-nav .pseudo-link:hover {
  color: #11C51C;
}
.side-bottom-nav .toggle-user-select {
  cursor: pointer;
  font-size: 1.4rem;
  color: #7aa2bb;
}
.side-bottom-nav .toggle-user-select.selected {
  color: #209cee;
}

.app-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1010;
  display: none;
}
.app-popup .popup-back {
  background: rgba(0, 0, 0, 0.66);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-popup .popup-back.transparent {
  background: rgba(0, 0, 0, 0.05);
}
.app-popup .popup-content {
  box-sizing: border-box;
  border: 1px solid #aaa;
  box-shadow: 0 5px 15px rgb(0, 0, 0);
  position: absolute;
  overflow: auto;
  background: #fff;
  padding: 2rem;
  max-width: 94vw;
  max-height: 94vh;
}
.app-popup .popup-content.auto {
  padding: 0;
}
.app-popup .popup-content.little {
  height: 60vh;
}
.app-popup .popup-content.maxContent {
  height: 94vh;
  padding: 0;
}
.app-popup .popup-content > * {
  max-width: 100%;
}
.app-popup .popup-content > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.chart-layout {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
}
.chart-layout .sep {
  margin-top: 1rem;
  border-top: 1px solid #aaa;
}
.chart-layout .chartgroup {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 1rem;
}
.chart-layout .chartgroup:first-of-type {
  margin-top: 0;
}
.chart-layout .chartgroup.cg-s {
  height: 224px;
}
.chart-layout .chartgroup.cg-m {
  height: 272px;
}
.chart-layout .chartgroup.cg-l {
  height: 320px;
}
.chart-layout .chartgroup.cg-xl {
  height: 368px;
}
.chart-layout .chartgroup.cg-2xl {
  height: 416px;
}
.chart-layout .chartgroup.cg-3xl {
  height: 464px;
}
.chart-layout .chartgroup .chart-box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart-layout .chartgroup .chart-s canvas, .chart-layout .chartgroup .chart-m canvas, .chart-layout .chartgroup .chart-l canvas, .chart-layout .chartgroup .chart-xl canvas {
  width: 100%;
  height: 100%;
}
.chart-layout .chartgroup .chart-s {
  height: 100%;
  width: 384px;
}
.chart-layout .chartgroup .chart-m {
  height: 100%;
  width: 512px;
}
.chart-layout .chartgroup .chart-l {
  height: 100%;
  width: 640px;
}
.chart-layout .chartgroup .chart-xl {
  height: 100%;
  width: 768px;
}
.chart-layout .chartgroup .chart-2xl {
  height: 100%;
  width: 896px;
}
.chart-layout .chartgroup .chart-3xl {
  height: 100%;
  width: 1024px;
}
.chart-layout .datagroup {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 1rem;
}
.chart-layout .datagroup:last-child {
  margin-bottom: 1rem;
}
.chart-layout .datagroup .chart-data {
  min-width: 50%;
}
.chart-layout .datagroup .chart-data .title-box {
  text-align: center;
  font-size: 15.2px;
}
.chart-layout .datagroup .chart-data .data-box {
  margin-top: 1rem;
}

.page-error-box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page-error-box .icon-box {
  font-size: 5rem;
  color: #cb2d2d;
}
.page-error-box .mess-box {
  font-size: 18px;
  text-align: center;
}
.page-error-box .prefix {
  margin: 1rem;
}

.startup-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.startup-box .content-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  min-width: 38%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  user-select: none;
}
.startup-box .content-box .slogan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  border-radius: 6px 6px 0 0;
}
.startup-box .content-box .slogan .title, .startup-box .content-box .slogan .logo-box {
  padding: 2rem;
}
.startup-box .content-box .slogan .title {
  font-size: 20.8px;
}
.startup-box .content-box .slogan .logo-box .partner-logo {
  width: 192px;
  height: auto;
}
.startup-box .content-box .login-box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
  padding: 4rem;
}
.startup-box .content-box .login-box .login-item {
  margin-bottom: 2rem;
}
.startup-box .content-box .login-box .login-item:last-of-type {
  margin-bottom: 0;
}
.startup-box .content-box .login-box button {
  float: right;
  color: #fff;
}

.app-flash {
  position: absolute;
  z-index: 600;
  width: 100%;
  height: 1px;
  display: flex;
  justify-content: center;
}
.app-flash .content {
  max-width: 50rem;
  margin-top: 1px;
}

.app-paginator {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.app-paginator .count {
  margin-right: auto;
  font-weight: bold;
}
.app-paginator .loader {
  font-weight: bold;
  display: none;
  margin-right: 1rem;
}
.app-paginator .nav {
  display: none;
  align-items: center;
}
.app-paginator .nav button {
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}
.app-paginator .nav > * {
  margin-left: 0.2rem;
}
.app-paginator .nav .prev, .app-paginator .nav .last {
  margin-left: 0.2rem;
}
.app-paginator .nav .current-total {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.app-paginator .nav .current-total .currentpage input {
  width: 4rem;
}
.app-paginator .nav .current-total .total-pages {
  margin-left: 0.2rem;
  user-select: none;
}
.app-paginator .nav .limit {
  margin-left: 1rem;
}
.app-paginator .tools {
  display: none;
  justify-content: flex-end;
  margin-left: 1rem;
}
.app-paginator .tools button {
  cursor: pointer;
}
.app-paginator .tools .btn-pdf, .app-paginator .tools .btn-excel {
  color: #fff;
}
.app-paginator .tools > * {
  margin-left: 0.2rem;
}
.app-paginator .tools > *:first-child {
  margin-left: 0;
}

.app-crud {
  margin: 1rem;
}
.app-crud .tools {
  display: flex;
  align-items: flex-end;
}
.app-crud .tools .tool-item {
  margin-left: 2rem;
}
.app-crud .tools .tool-item:first-child {
  margin-left: 0;
}
.app-crud .tools .tool-item .label-box {
  user-select: none;
  display: block;
  color: #999;
  margin-bottom: 0.2rem;
}
.app-crud .crud-data-box {
  margin-top: 1rem;
}

.app-entity-list {
  margin-top: 1rem;
}
.app-entity-list table {
  border-collapse: collapse;
}
.app-entity-list table th {
  border: 1px solid #ddd;
}
.app-entity-list table td {
  border: 1px solid #ddd;
}
.app-entity-list .data-head {
  background: #f8fafb;
}
.app-entity-list .data-head tr th.is-sorted {
  border-bottom: 2px solid #1a73e8;
  background: rgba(217, 237, 241, 0.631372549);
}
.app-entity-list .data-head tr th.sortable span {
  cursor: pointer;
  color: #1a73e8;
  outline: none;
  text-decoration: none;
}
.app-entity-list .data-head tr th.sortable span:hover {
  color: #11C51C;
}
.app-entity-list .crud-action-box {
  display: flex;
  align-content: center;
}
.app-entity-list .action {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #f3f3f3;
}
.app-entity-list .action:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.app-entity-list .dimmed {
  color: #eee;
}
.app-entity-list .highlight {
  background: #f1e6f6;
}
.app-entity-list .media-popup-group {
  display: flex;
  justify-content: flex-end;
}
.app-entity-list .media-popup-group .media-popup {
  margin-right: 6px;
  border: 1px solid;
  padding: 0px 5px;
  border-radius: 9px;
  font-size: 11.66px;
  padding-top: 1px;
}
.app-entity-list .media-popup-group .media-popup:last-child {
  margin-right: 0;
}

.app-entity-show {
  width: fit-content;
  width: -moz-fit-content;
}
.app-entity-show .list-item-header {
  color: #999;
  margin-bottom: 1rem;
}
.app-entity-show .list-item-value {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.app-entity-show .list-item-value .multiple {
  display: inline;
  margin-right: 1rem;
}
.app-entity-show tr.detach td, .app-entity-show tr.detach th {
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
.app-entity-new .crud-form, .app-entity-edit .crud-form {
  padding: 1.5rem;
  background: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: min-content;
  width: -moz-fit-content;
}
.app-entity-new .crud-form.shadowed, .app-entity-edit .crud-form.shadowed {
  box-shadow: 6px 6px 14px #000;
}
.app-entity-new .crud-form .group, .app-entity-edit .crud-form .group {
  display: flex;
}
.app-entity-new .crud-form .group .group-item, .app-entity-edit .crud-form .group .group-item {
  margin-left: 2rem;
}
.app-entity-new .crud-form .group .group-item:first-of-type, .app-entity-edit .crud-form .group .group-item:first-of-type {
  margin-left: 0;
}
.app-entity-new .crud-form .group:first-child .group-item, .app-entity-edit .crud-form .group:first-child .group-item {
  margin-top: 0;
}
.app-entity-new .crud-form .super-group, .app-entity-edit .crud-form .super-group {
  display: flex;
  flex-flow: column;
}
.app-entity-new .crud-form .super-group .group.attached, .app-entity-edit .crud-form .super-group .group.attached {
  margin-top: 2rem;
}
.app-entity-new .crud-form .vertical-group, .app-entity-edit .crud-form .vertical-group {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.app-entity-new .crud-form .group-item, .app-entity-edit .crud-form .group-item {
  margin-top: 2rem;
}
.app-entity-new .crud-form .group-item .label-box, .app-entity-edit .crud-form .group-item .label-box {
  cursor: default;
}
.app-entity-new .crud-form .group-item .label-box, .app-entity-new .crud-form .group-item .multiselect-box label, .app-entity-edit .crud-form .group-item .label-box, .app-entity-edit .crud-form .group-item .multiselect-box label {
  user-select: none;
  display: block;
  color: #999;
  margin-bottom: 0.2rem;
}
.app-entity-new .crud-form .group-item .multiselect-box .multiselect, .app-entity-edit .crud-form .group-item .multiselect-box .multiselect {
  border: 1px solid #ced4da;
  display: flex;
  flex-flow: column;
  padding: 0.4rem;
  overflow-y: scroll;
}
.app-entity-new .crud-form .group-item .multiselect-box .multiselect.resizable, .app-entity-edit .crud-form .group-item .multiselect-box .multiselect.resizable {
  resize: vertical;
}
.app-entity-new .crud-form .group-item .multiselect-box .multiselect input, .app-entity-new .crud-form .group-item .multiselect-box .multiselect label, .app-entity-edit .crud-form .group-item .multiselect-box .multiselect input, .app-entity-edit .crud-form .group-item .multiselect-box .multiselect label {
  cursor: pointer;
  margin-bottom: 0.4rem;
  color: #ccc;
}
.app-entity-new .crud-form .group-item.checkbox, .app-entity-edit .crud-form .group-item.checkbox {
  display: flex;
  align-items: flex-end;
  margin-bottom: 6px;
}
.app-entity-new .crud-form .subgroup-item, .app-entity-edit .crud-form .subgroup-item {
  margin-top: 2rem;
}
.app-entity-new .crud-form small.form-text, .app-entity-edit .crud-form small.form-text {
  font-size: 0.8rem;
}
.app-entity-new .crud-form .button-group, .app-entity-edit .crud-form .button-group {
  display: flex;
  justify-content: flex-end;
}
.app-entity-new .crud-form .button-group .group-item, .app-entity-edit .crud-form .button-group .group-item {
  margin-left: 2rem;
}
.app-entity-new .crud-form .button-group #delete-form-submit-place, .app-entity-edit .crud-form .button-group #delete-form-submit-place {
  margin-right: auto;
  margin-left: 0;
}

.report-basic .group {
  display: flex;
  margin-top: 1rem;
}
.report-basic .group:first-of-type {
  margin-top: 0;
}
.report-basic .group .group-item {
  margin-left: 2rem;
}
.report-basic .group .group-item:first-of-type {
  margin-left: 0;
}
.report-basic .group .group-item .label-box {
  cursor: default;
}
.report-basic .group .group-item .label-box, .report-basic .group .group-item .multiselect-box label {
  display: block;
  color: #999;
  margin-bottom: 0.2rem;
}
.report-basic .group:first-child .group-item {
  margin-top: 0;
}
.report-basic .form-box {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #eee;
}
.report-basic .button-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-left: auto;
}
.report-basic .button-box .main-buttons {
  flex-shrink: 0;
  margin-left: 2rem;
}
.report-basic .button-box .main-buttons .btn {
  margin-left: 1rem;
}
.report-basic .button-box .main-buttons .btn:first-of-type {
  margin-left: 0;
}
.report-basic .button-box .loader {
  font-weight: bold;
  display: none;
  margin-left: 1rem;
}
.report-basic .button-box .tool-buttons {
  margin-left: 2rem;
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}
.report-basic .button-box .tool-buttons button {
  cursor: pointer;
}
.report-basic .button-box .tool-buttons .btn-pdf, .report-basic .button-box .tool-buttons .btn-extend {
  margin-left: 1rem;
}
.report-basic .button-box .tool-buttons .btn-pdf, .report-basic .button-box .tool-buttons .btn-excel {
  color: #fff;
}
.report-basic .criteria-box {
  display: none;
  padding: 0.5rem;
  margin-bottom: 1rem;
  font-size: 13px;
  background: #ffe86b;
  justify-content: flex-start;
}
.report-basic .criteria-box .title {
  text-transform: uppercase;
  margin-right: 1.5rem;
}
.report-basic .criteria-box .criteria {
  display: flex;
}
.report-basic .criteria-box .criteria-item {
  display: flex;
  justify-content: flex-start;
  margin-right: 2rem;
}
.report-basic .criteria-box .criteria-item .item-label {
  margin-right: 0.4rem;
}
.report-basic .criteria-box .criteria-item .item-label::after {
  content: ":";
}
.report-basic .result-box {
  margin-top: 1rem;
}
.report-basic .result-box .table-title {
  margin-top: 1rem;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 15.2px;
  text-transform: uppercase;
  padding: 0.25rem;
  background: #d5f1e1;
  position: sticky;
  top: 0;
  z-index: 1;
}
.report-basic .result-box .data-head {
  background: #f8fafb;
}
.report-basic .result-box .data-head tr th.is-sorted {
  border-bottom: 2px solid #1a73e8;
  background: rgba(217, 237, 241, 0.631372549);
}
.report-basic .result-box .data-head tr th.sortable span {
  cursor: pointer;
  color: #1a73e8;
  outline: none;
  text-decoration: none;
}
.report-basic .result-box .data-head tr th.sortable span:hover {
  color: #11C51C;
}
.report-basic .result-box thead.data-head {
  position: sticky;
  top: 4rem;
  z-index: 1;
}
.report-basic .result-box thead.data-head th {
  outline: 1px solid #ddd;
  border: none;
  outline-offset: -1px;
}
.report-basic .result-box thead.data-head table th {
  outline: none;
}
.report-basic .result-box thead th {
  font-weight: bold;
}
.report-basic .result-box .totals-row {
  background: #f7f9c1;
}
.report-basic .result-box .totals-row td {
  border-top: 2px solid #eee;
}
.report-basic .result-box td.totals-row, .report-basic .result-box th.totals-row {
  border-top: 2px solid #aaa;
  background: #f7f9c1 !important;
}
.report-basic .result-box .totals-column {
  border-left: 2px solid #aaa;
  background: #f7f9c1 !important;
}
.report-basic .result-box .totals-cell {
  background: #f7f9c1 !important;
}
.report-basic .result-box .dimmed {
  color: #ccc;
}
.report-basic .result-box .highlight {
  background: #f1e6f6;
}
.report-basic .spare-box .propValPair {
  display: flex;
}
.report-basic .spare-box .propValPair .prop {
  font-weight: bold;
  margin-right: 1rem;
}
.report-basic .spare-box .propValPair.stripe {
  background: #ededed;
  padding: 0.5rem;
  margin-top: 1rem;
}

.form-basic {
  padding: 1.5rem;
  background: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: min-content;
  width: -moz-fit-content;
}
.form-basic.shadowed {
  box-shadow: 6px 6px 14px #000;
}
.form-basic .group {
  display: flex;
}
.form-basic .group .group-item {
  margin-left: 2rem;
}
.form-basic .group .group-item:first-of-type {
  margin-left: 0;
}
.form-basic .group:first-child .group-item {
  margin-top: 0;
}
.form-basic .super-group {
  display: flex;
  flex-flow: column;
}
.form-basic .super-group .group.attached {
  margin-top: 2rem;
}
.form-basic .vertical-group {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.form-basic .group-item {
  margin-top: 2rem;
}
.form-basic .group-item .label-box {
  cursor: default;
}
.form-basic .group-item .label-box, .form-basic .group-item .multiselect-box label {
  user-select: none;
  display: block;
  color: #999;
  margin-bottom: 0.2rem;
}
.form-basic .group-item .multiselect-box .multiselect {
  border: 1px solid #ced4da;
  display: flex;
  flex-flow: column;
  padding: 0.4rem;
  overflow-y: scroll;
}
.form-basic .group-item .multiselect-box .multiselect.resizable {
  resize: vertical;
}
.form-basic .group-item .multiselect-box .multiselect input, .form-basic .group-item .multiselect-box .multiselect label {
  cursor: pointer;
  margin-bottom: 0.4rem;
  color: #ccc;
}
.form-basic .group-item.checkbox {
  display: flex;
  align-items: flex-end;
  margin-bottom: 6px;
}
.form-basic .subgroup-item {
  margin-top: 2rem;
}
.form-basic small.form-text {
  font-size: 0.8rem;
}
.form-basic .button-group {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.form-basic .button-group .group-item {
  margin-left: 2rem;
}
.form-basic .button-group #delete-form-submit-place {
  margin-right: auto;
  margin-left: 0;
}

.app-date-profile {
  margin-top: 2px;
}
.app-date-profile div:first-child {
  display: flex;
  justify-content: flex-start;
}
.app-date-profile .dateprofile-item {
  margin-right: 1rem;
  cursor: pointer;
}

.app-tab {
  color: inherit;
  margin-bottom: 0;
  width: 100%;
}
.app-tab thead.nComp td, .app-tab thead.nComp th, .app-tab tbody.nComp td, .app-tab tbody.nComp th {
  text-align: right;
}
.app-tab th.nComp {
  text-align: right;
}
.app-tab td.nComp {
  font-family: "Roboto Mono", Courier, monospace;
  text-align: right;
}
.app-tab td.nMono {
  font-family: "Roboto Mono", Courier, monospace;
}
.app-tab.bordered td, .app-tab.bordered th {
  border: 1px solid #aaa;
}
.app-tab.bottom-bordered td, .app-tab.bottom-bordered th {
  border-bottom: 1px solid #aaa;
}
.app-tab.top-bordered td {
  border-top: 1px solid #aaa;
}
.app-tab.bordered.light td, .app-tab.bordered.light th, .app-tab.bottom-bordered.light td, .app-tab.bottom-bordered.light th {
  border-color: #eee;
}
.app-tab.lightblue tbody tr.highlighted, .app-tab.lightorange tbody tr.highlighted, .app-tab.lightgreen tbody tr.highlighted {
  background: #f6f9a5;
}
.app-tab.lightblue.hovered tbody tr:hover, .app-tab.lightorange.hovered tbody tr:hover, .app-tab.lightgreen.hovered tbody tr:hover {
  background-color: #f9ffcd;
}
.app-tab.lightblue thead th {
  background: #0078A8;
  color: #fff;
}
.app-tab.lightblue tbody tr:nth-of-type(2n+2) {
  background: #edf2f4;
}
.app-tab.lightorange thead th {
  background: #d3730d;
  color: #fff;
}
.app-tab.lightorange tbody tr:nth-of-type(2n+2) {
  background: #f5e7cd;
}
.app-tab.lightgreen thead tr {
  background: #069523;
}
.app-tab.lightgreen thead th {
  color: #fff;
}
.app-tab.lightgreen tbody tr:nth-of-type(2n+2) {
  background: #dff0dc;
}
.app-tab.lightset1 thead tr {
  background: #ced3d9;
}
.app-tab.lightset1 thead th {
  color: #5e5575;
}
.app-tab.lightset1 tbody tr:nth-of-type(2n+2) {
  background: #f9f9f9;
}
.app-tab.lightset1 tr.highlighted, .app-tab.lightset1 td.highlighted {
  background: #ffda94 !important;
}
.app-tab.lightset1 tr.hovered {
  background: #d7d8e4 !important;
}
.app-tab.lightset2 thead tr {
  background: #934cac;
}
.app-tab.lightset2 thead th {
  color: #fff;
}
.app-tab.lightset2 tbody tr:nth-of-type(2n+2) {
  background: #f2f2f2;
}
.app-tab.lightset2 tr.highlighted, .app-tab.lightset2 td.highlighted {
  background: #e8cfed !important;
}
.app-tab.lightset2 tr.hovered {
  background: #d7d8e4 !important;
}
.app-tab.blueset1 thead tr {
  background: #4c76ac;
}
.app-tab.blueset1 thead th {
  color: #fff;
}
.app-tab.blueset1 tbody tr:nth-of-type(2n+2) {
  background: #f9f9f9;
}
.app-tab.blueset1 tr.highlighted, .app-tab.blueset1 td.highlighted {
  background: #a4e4ef !important;
}
.app-tab.blueset1 tr.hovered {
  background: #d7d8e4 !important;
}
.app-tab.greenset1 thead tr {
  background: #069523;
}
.app-tab.greenset1 thead th {
  color: #fff;
}
.app-tab.greenset1 tbody tr:nth-of-type(2n+2) {
  background: #f9f9f9;
}
.app-tab.greenset1 tr.highlighted, .app-tab.greenset1 td.highlighted {
  background: #d4ff94 !important;
}
.app-tab.greenset1 tr.hovered {
  background: #e2eecd !important;
}
.app-tab.greenset2 thead tr {
  background: #069588;
}
.app-tab.greenset2 thead th {
  color: #fff;
}
.app-tab.greenset2 tbody tr:nth-of-type(2n+2) {
  background: #f9f9f9;
}
.app-tab.greenset2 tr.highlighted, .app-tab.greenset2 td.highlighted {
  background: #a9f0c2 !important;
}
.app-tab.greenset2 tr.hovered {
  background: #e2eecd !important;
}
.app-tab.tt1 tbody tr.highlighted, .app-tab.tt2 tbody tr.highlighted, .app-tab.tt3 tbody tr.highlighted, .app-tab.tt4 tbody tr.highlighted, .app-tab.tt5 tbody tr.highlighted, .app-tab.tt6 tbody tr.highlighted {
  background: #f6f9a5;
}
.app-tab.tt1.hovered tbody tr:hover, .app-tab.tt2.hovered tbody tr:hover, .app-tab.tt3.hovered tbody tr:hover, .app-tab.tt4.hovered tbody tr:hover, .app-tab.tt5.hovered tbody tr:hover, .app-tab.tt6.hovered tbody tr:hover {
  background-color: #f9ffcd;
}
.app-tab.tt1 thead tr {
  background: #ece9f1;
}
.app-tab.tt1 thead th {
  color: #5e5575;
}
.app-tab.tt1 tbody tr.highlighted {
  background: #f6f9a5;
}
.app-tab.tt2 thead tr {
  background: #e3f2f5;
}
.app-tab.tt2 thead th {
  color: #36546a;
}
.app-tab.tt2 tbody tr:nth-of-type(2n+2) {
  background: #f9f9f9;
}
.app-tab.tt2 tbody tr.highlighted {
  background: #a4e4ef;
}
.app-tab.tt3 thead tr {
  background: #eaf3de;
}
.app-tab.tt3 thead th {
  color: #21551d;
}
.app-tab.tt3 tbody tr.highlighted {
  background: #f6f9a5;
}
.app-tab.tt4 thead tr {
  background: #e4e6e1;
}
.app-tab.tt4 thead th {
  color: #5c695b;
}
.app-tab.tt5 thead tr {
  background: #f4eff2;
}
.app-tab.tt5 thead th {
  color: #695b65;
}
.app-tab.tt6 thead tr {
  background: #f7f1cf;
}
.app-tab.tt6 thead th {
  color: #554a1d;
}

.app-tab-lyra.tab-m {
  font-size: 14.4px;
}
.app-tab-lyra.tab-m thead th, .app-tab-lyra.tab-m thead td, .app-tab-lyra.tab-m tbody th, .app-tab-lyra.tab-m tbody td {
  padding: 0.125rem;
  vertical-align: middle;
}
.app-tab-lyra.c-tab-hover tr:hover {
  background: rgba(230, 205, 9, 0.47) !important;
  color: #000;
}

.app-tab-drako.tab-xs {
  font-size: 13px;
}
.app-tab-drako.tab-xs thead th, .app-tab-drako.tab-xs thead td, .app-tab-drako.tab-xs tbody th, .app-tab-drako.tab-xs tbody td {
  padding: 0.125rem 0.25rem;
  vertical-align: middle;
}
.app-tab-drako.tab-s {
  font-size: 13px;
}
.app-tab-drako.tab-s thead th, .app-tab-drako.tab-s thead td, .app-tab-drako.tab-s tbody th, .app-tab-drako.tab-s tbody td {
  padding: 0.2rem 0.4rem;
  vertical-align: middle;
}
.app-tab-drako.tab-sm {
  font-size: 14.4px;
}
.app-tab-drako.tab-sm thead th, .app-tab-drako.tab-sm thead td, .app-tab-drako.tab-sm tbody th, .app-tab-drako.tab-sm tbody td {
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
}
.app-tab-drako.tab-m {
  font-size: 15.2px;
}
.app-tab-drako.tab-m thead th, .app-tab-drako.tab-m thead td, .app-tab-drako.tab-m tbody th, .app-tab-drako.tab-m tbody td {
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
}
.app-tab-drako.tab-l {
  font-size: 15.2px;
}
.app-tab-drako.tab-l thead th, .app-tab-drako.tab-l thead td, .app-tab-drako.tab-l tbody th, .app-tab-drako.tab-l tbody td {
  padding: 0.5rem 0.5rem;
  vertical-align: middle;
}
.app-tab-drako th.bordered {
  border: 1px solid #aaa;
  border-top: 0;
  border-bottom: 0;
}
.app-tab-drako td.bordered {
  border: 1px solid #aaa;
  border-top: 0;
}

.loader-wrap {
  position: relative;
  z-index: 1;
}
.loader-wrap .loader-box {
  display: none;
  position: absolute;
  width: 100%;
  height: calc(100vh - 4rem);
  z-index: 1;
}
.loader-wrap .loader {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}

tr.totals.emph-all td {
  border-top: 2px solid #aaa;
}

th.borderless {
  padding-bottom: 0.2rem;
}

th.borderless:not(.is-sorted), td.borderless {
  border: none !important;
}

.upload-file-box {
  user-select: none;
  display: flex;
  flex-flow: column;
}
.upload-file-box .title-box {
  font-size: 1.25rem;
  margin-right: auto;
}
.upload-file-box .input-box {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.upload-file-box .input-box input[type=file] {
  display: none;
}
.upload-file-box .input-box .pseudo-input {
  min-width: 96px;
}
.upload-file-box .input-box .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 8px 12px;
  cursor: pointer;
  min-width: 300px;
}
.upload-file-box .control-box {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.upload-file-box .control-box .up-launch-upload {
  margin-right: 2rem;
  min-width: 96px;
}
.upload-file-box .control-box .progress-box {
  display: flex;
  align-items: center;
}
.upload-file-box .control-box .progress-box .info-box {
  min-width: 3rem;
}
.upload-file-box .control-box .progress-box .toolbar-box {
  width: 480px;
  color: #ccc;
}
.upload-file-box .control-box .progress-box .toolbar-box progress {
  width: 100%;
  height: 10px;
  border: 1px solid;
  appearance: none;
}
.upload-file-box .control-box .message-box {
  text-align: center;
  margin-left: 2rem;
}
.upload-file-box .control-box .message-box .alert-box {
  margin-bottom: 0;
}

.progress-exec-box {
  user-select: none;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.progress-exec-box .title-box {
  font-size: 1.25rem;
}
.progress-exec-box .exec-box {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.progress-exec-box .exec-box .exec-process {
  margin-right: 2rem;
  min-width: 96px;
}
.progress-exec-box .exec-box .progress-box {
  display: flex;
  align-items: center;
}
.progress-exec-box .exec-box .progress-box .info-box {
  min-width: 3rem;
}
.progress-exec-box .exec-box .progress-box .toolbar-box {
  width: 480px;
  color: #ccc;
}
.progress-exec-box .exec-box .progress-box .toolbar-box progress {
  width: 100%;
  height: 10px;
  border: 1px solid;
  appearance: none;
}
.progress-exec-box .exec-box .message-box {
  margin-left: 2rem;
}
.progress-exec-box .exec-box .message-box .alert-box {
  margin-bottom: 0;
}

.html5video {
  width: 100%;
  height: 100%;
  min-width: 680px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  cursor: default;
  overflow: hidden;
  font-family: "Roboto Mono", Courier, monospace;
}
.html5video.loaded {
  background: #000;
}
.html5video.cursor-seeking * {
  cursor: col-resize !important;
}
.html5video > * {
  box-sizing: border-box;
}
.html5video .video {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  object-fit: contain;
}
.html5video .capture-canvas {
  display: none;
}
.html5video .tap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  cursor: default;
}
.html5video .tap.clickable {
  cursor: pointer;
}
.html5video .tap.is-invisible {
  opacity: 0;
  transition: opacity 500ms;
}
.html5video .tap.is-visible {
  opacity: 1;
}
.html5video .tap .tap-icon {
  font-size: 4rem;
  color: #fff;
}
.html5video .tap .tap-icon.warning {
  cursor: pointer;
}
.html5video .tap .tap-icon.is-show {
  display: flex;
}
.html5video .tap .tap-icon.is-hide {
  display: none;
}
.html5video .controls {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.6666666667);
  user-select: none;
}
.html5video .controls.is-hide {
  display: none;
}
.html5video .controls.is-fade-out {
  opacity: 0;
  transition: opacity 500ms;
}
.html5video .controls .tool {
  cursor: pointer;
  font-size: 1.2rem;
  color: #fff;
}
.html5video .controls .tool:hover {
  color: #0884D1;
}
.html5video .controls .bars {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
}
.html5video .controls .bars.indented {
  margin-left: 1rem;
  margin-right: 1rem;
}
.html5video .controls .bars .clip-bar {
  margin-bottom: 0.6rem;
  margin-top: -0.4rem;
  height: 2rem;
  padding-top: 3px;
  background: rgba(0, 255, 0, 0.1019607843);
  position: relative;
  display: none;
  cursor: copy;
}
.html5video .controls .bars .clip-bar.is-show, .html5video .controls .bars .clip-bar .clip-begin.is-show, .html5video .controls .bars .clip-bar .clip-end.is-show {
  display: block;
}
.html5video .controls .bars .clip-bar .clip-begin {
  position: absolute;
  width: 0;
  z-index: 3;
  display: none;
}
.html5video .controls .bars .clip-bar .clip-begin .mark {
  position: absolute;
  right: 0;
  border-right: 1px solid;
}
.html5video .controls .bars .clip-bar .clip-end {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 2;
}
.html5video .controls .bars .clip-bar .clip-end .mark {
  position: absolute;
  left: 100%;
  border-left: 1px solid;
}
.html5video .controls .bars .clip-bar .clip-segment {
  position: absolute;
  width: 0;
  height: 3px;
  margin-top: 10px;
  background: #33aa33;
  z-index: 1;
}
.html5video .controls .bars .progress-bar {
  width: 100%;
  height: 2px;
  position: relative;
  margin-top: -10px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
}
.html5video .controls .bars .progress-bar.zoomed {
  height: 12px;
  margin-top: -8px;
}
.html5video .controls .bars .progress-bar .current {
  height: 100%;
  background: rgba(8, 132, 209, 0.6666666667);
  width: 0;
  position: absolute;
  z-index: 10;
}
.html5video .controls .bars .progress-bar .mark-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
}
.html5video .controls .bars .progress-bar .mark-box .mark {
  width: 16px;
  height: 16px;
  margin-right: -8px;
  position: absolute;
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 2px 8px 2px #000;
}
.html5video .controls .play-time-box {
  margin-left: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.html5video .controls .play-time-box .play-pause {
  font-size: 1.6rem;
  position: absolute;
}
.html5video .controls .play-time-box .play-pause .is-show {
  display: block;
}
.html5video .controls .play-time-box .play-pause .is-hide {
  display: none;
}
.html5video .controls .play-time-box .time, .html5video .controls .play-time-box .rate {
  font-size: 1rem;
  color: #fff;
  user-select: none;
  cursor: default;
}
.html5video .controls .play-time-box .time {
  margin-left: 3rem;
}
.html5video .controls .play-time-box .rate {
  margin-left: 1rem;
}
.html5video .controls .play-time-box .frame-tool-group, .html5video .controls .play-time-box .rate-tool-group {
  display: flex;
  justify-content: center;
  margin-left: 1rem;
}
.html5video .controls .tools-box {
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.html5video .controls .tools-box > * {
  margin-left: 1rem;
}
.html5video .controls .tools-box .pin-tools.pinned {
  color: #33aa33;
}
.html5video .controls .tools-box .clip-tool {
  display: flex;
}
.html5video .controls .tools-box .clip-cancel, .html5video .controls .tools-box .clip-ok {
  display: none;
  margin-left: 1rem;
}
.html5video .controls .tools-box .clip-cancel.is-show, .html5video .controls .tools-box .clip-ok.is-show {
  display: block;
}
.html5video .controls .tools-box .clip-cancel.status-disabled, .html5video .controls .tools-box .clip-ok.status-disabled {
  opacity: 0.3;
}
.html5video .controls .tools-box .clip-cancel.status-disabled > span, .html5video .controls .tools-box .clip-ok.status-disabled > span {
  cursor: default;
}
.html5video .controls .tools-box .status-editing {
  color: #33aa33;
}
.html5video.small {
  min-width: 580px;
}
.html5video.small .tap-icon {
  font-size: 3.4rem;
}
.html5video.small .controls .tool {
  font-size: 1rem;
}
.html5video.small .controls .bars {
  margin-bottom: 0.6rem;
}
.html5video.small .controls .bars .progress-bar {
  height: 2px;
  margin-top: -8px;
}
.html5video.small .controls .bars .progress-bar.zoomed {
  height: 10px;
  margin-top: -8px;
}
.html5video.small .controls .bars .progress-bar .mark-box .mark {
  width: 14px;
  height: 14px;
  margin-right: -7px;
  border-radius: 10px;
}
.html5video.small .controls .bars .clip-bar {
  margin-bottom: 0.2rem;
  margin-top: -0.4rem;
  height: 2rem;
  padding-top: 3px;
}
.html5video.small .controls .bars .clip-bar .clip-segment {
  height: 2px;
  margin-top: 9px;
}
.html5video.small .controls .play-time-box {
  margin-left: 0.6rem;
  margin-bottom: 0.6rem;
}
.html5video.small .controls .play-time-box .play-pause {
  font-size: 1.2rem;
}
.html5video.small .controls .play-time-box .time, .html5video.small .controls .play-time-box .rate {
  font-size: 0.9rem;
}
.html5video.small .controls .play-time-box .time {
  margin-left: 2rem;
}
.html5video.small .controls .play-time-box .rate {
  margin-left: 0.6rem;
}
.html5video.small .controls .play-time-box .frame-tool-group, .html5video.small .controls .play-time-box .rate-tool-group {
  margin-left: 0.6rem;
}
.html5video.small .controls .tools-box {
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
}
.html5video.small .controls .tools-box > * {
  margin-left: 0.6rem;
}
.html5video.small .controls .tools-box .clip-cancel {
  margin-left: 0.6rem;
}
