*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: tahoma;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #1e293b;
  text-align: start;
  background-color: #e9e9e9;
  overflow-y: scroll;
  letter-spacing: 0;
  touch-action: manipulation;
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 1.5rem;
}

h2,
.h2 {
  font-size: 1.25rem;
}

h3,
.h3 {
  font-size: 1rem;
}

h4,
.h4 {
  font-size: 0.875rem;
}

h5,
.h5 {
  font-size: 0.75rem;
}

h6,
.h6 {
  font-size: 0.625rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}


b,
.strong,
strong {
  font-weight: bolder;
}

small {
  font-size: 85.71428571%;
}

a {
  color: #005CC9;
  text-decoration: none;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-skip: ink;
}

a:not(.btn):hover {
  color: #1a569d;
  text-decoration: underline;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}


.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * 1rem);
  margin-left: calc(-0.5 * 1rem);
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding-right: calc(1rem * 0.5);
  padding-left: calc(1rem * 0.5);
  margin-top: 0;
}

.col {
  flex: 1 0 0%;
}

.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%;
}

.table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 1rem;
  color: inherit;
  vertical-align: top;
  border-color: rgba(98, 105, 118, 0.16);
}

.table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: transparent;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px transparent;
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.table> :not(:first-child) {
  border-top: 2px solid rgba(98, 105, 118, 0.16);
  border-top-width: 1px;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table .table-active {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.03);
}

.panel-table .table {
  margin-bottom: 0rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.4375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: inherit;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d9dbde;
  appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.form-control[type=file] {
  overflow: hidden;
}

.form-control:focus {
  color: inherit;
  background-color: #ffffff;
  border-color: #90b5e2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #a5a9b1;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #a5a9b1;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #a5a9b1;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #a5a9b1;
  opacity: 1;
}

.form-control::placeholder {
  color: #a5a9b1;
  opacity: 1;
}

.form-control:disabled {
  background-color: #fafbfc;
  opacity: 1;
  color: #626976;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.form-control-sm {
  min-height: calc(1.4285714286em + 0.25rem + 2px);
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 2px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.4375rem 2.25rem 0.4375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: inherit;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23a5a9b1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #d9dbde;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-padding-start: calc(0.75rem - 3px);
}

.form-select:focus {
  border-color: #90b5e2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25);
}

.form-select:disabled {
  background-color: #e2e8f0;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 inherit;
}

.form-select-sm {
  padding-top: .125rem;
  padding-bottom: .125rem;
  padding-left: .5rem;
  font-size: .75rem;
  border-radius: 2px
}

.form-check {
  display: block;
  min-height: 1.25rem;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5rem;
}

.form-check-input {
  width: 1rem;
  height: 1rem;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(98, 105, 118, 0.24);
  appearance: none;
  color-adjust: exact;
  background-size: 1rem;
  margin-top: 0.125rem;
  -webkit-appearance: none;
  -webkit-print-color-adjust: exact;
  -moz-appearance: none;
}

.form-check-input[type=checkbox] {
  border-radius: 4px;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #90b5e2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25);
}

.form-check-input:checked {
  background-color: #206bc4;
  border-color: rgba(98, 105, 118, 0.24);
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle r='3' fill='%23ffffff' cx='8' cy='8' /%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #206bc4;
  border-color: #206bc4;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%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.7;
}

.form-selectgroup {
  display: inline-flex;
  margin: 0 -0.5rem -0.5rem 0;
  flex-wrap: wrap;
}

.form-selectgroup .form-selectgroup-item {
  margin: 0 0.5rem 0.5rem 0;
}

.form-selectgroup-vertical {
  flex-direction: column;
}

.form-selectgroup-item {
  display: block;
  position: relative;
}

.form-selectgroup-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.form-selectgroup-label {
  position: relative;
  display: block;
  min-width: calc(1.4285714286em + 0.875rem + 2px);
  margin: 0;
  padding: 0.4375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #d9dbde;
  border-radius: 3px;
  transition: border-color 0.3s, background 0.3s, color 0.3s;
}

.form-selectgroup-check {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(98, 105, 118, 0.24);
  vertical-align: middle;
}

.form-selectgroup-input[type=checkbox]+.form-selectgroup-label .form-selectgroup-check {
  border-radius: 4px;
}

.form-selectgroup-input[type=radio]+.form-selectgroup-label .form-selectgroup-check {
  border-radius: 50%;
}

.form-selectgroup-input:checked+.form-selectgroup-label .form-selectgroup-check {
  background-color: #206bc4;
  background-repeat: repeat;
  background-position: center;
  background-size: 1rem;
  border-color: rgba(98, 105, 118, 0.24);
}

.form-selectgroup-input[type=checkbox]:checked+.form-selectgroup-label .form-selectgroup-check {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
}

.form-selectgroup-input[type=radio]:checked+.form-selectgroup-label .form-selectgroup-check {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle r='3' fill='%23ffffff' cx='8' cy='8' /%3e%3c/svg%3e");
}

.form-selectgroup-check-floated {
  position: absolute;
  top: 0.4375rem;
  right: 0.4375rem;
}

.form-selectgroup-input:checked+.form-selectgroup-label {
  z-index: 1;
  color: #206bc4;
  background: rgba(32, 107, 196, 0.04);
  border-color: #206bc4;
}

.form-selectgroup-input:focus+.form-selectgroup-label {
  z-index: 2;
  color: #206bc4;
  border-color: #206bc4;
  box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25);
}

.form-switch {
  padding-left: 2.5rem;
}

.form-switch .form-check-input {
  width: 2rem;
  margin-left: -2.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e6e7e9'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2rem;
  transition: background-position 0.15s ease-in-out;
  height: 1.125rem;
  margin-top: 0.0625rem;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2390b5e2'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group .form-check-label {
  margin-right: 1rem;
}

.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 .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.4375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #626976;
  text-align: center;
  white-space: nowrap;
  background-color: #fafbfc;
  border: 1px solid #d9dbde;
  border-radius: 4px;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  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;
}

.btn {
  line-height: 1.4285714286;
  color: #1e293b;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c6c7c9;
  padding: 0.4375rem 1rem;
  border-radius: 4px;
  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;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}


.btn:hover {
  text-decoration: none;
  border-color: rgba(30, 41, 59, 0.48);
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25);
}

.btn:disabled {
  pointer-events: none;
  opacity: 0.65;
  cursor: not-allowed;
}

.btn-sm {
  padding: 0.125rem 0.5rem;
  border-radius: 2px;
  font-size: smaller
}

.fade {
  transition: opacity 0.15s linear;
}


.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.dropend,
.dropdown {
  position: relative;
}

.dropend .dropdown-toggle {
  white-space: nowrap;
  margin-right: 1rem !important;
}

.dropdown-toggle:after {
  content: "";
  display: inline-block;
  vertical-align: 0.306em;
  width: 0.36em;
  height: 0.36em;
  border-bottom: 1px solid;
  border-left: 1px solid;
  margin-right: 0.1em;
  margin-left: 0.4em;
  transform: rotate(-45deg);
}

.open>.dropdown-menu {
  display: block;
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  padding: 0.25rem 0;
  color: #1e293b;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(98, 105, 118, 0.16);
  border-radius: 4px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  user-select: none;
  margin: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.dropend .dropdown-toggle:after {
  content: "";
  display: inline-block;
  vertical-align: 0.306em;
  width: 0.36em;
  height: 0.36em;
  border-bottom: 1px solid;
  border-left: 1px solid;
  margin-right: 0.1em;
  transform: rotate(-135deg);
  margin-left: auto;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(98, 105, 118, 0.16);
}

.dropdown-item {
  width: 100%;
  padding: 0.5rem 0.75rem;
  clear: both;
  font-weight: 400;
  color: inherit;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1.4285714286;
}

.modal-body .dropdown-item {
  padding: 0.125rem 0.75rem;
}

.modal-body .dropdown>.dropdown-menu {
  right: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: inherit;
  text-decoration: none;
  background-color: rgba(98, 105, 118, 0.04);
}

.dropdown-item.active,
.dropdown-item:active {
  color: #206bc4;
  text-decoration: none;
  background-color: rgba(32, 107, 196, 0.04);
  margin-right: 0.5rem;
}

.dropdown-item:disabled {
  color: #64748b;
  pointer-events: none;
  background-color: transparent;
}

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active {
  z-index: 1;
}

.btn-group>.btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group> :not(.btn-check)+.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  padding: 0.5rem 0.75rem;
  color: inherit;
  display: flex;
  transition: color 0.3s;
  align-items: center;
}


.nav-link:hover,
.nav-link:focus {
  color: #1a569d;
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid #cbd5e1;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-decoration: none !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e2e8f0 #e2e8f0 #cbd5e1;
  isolation: isolate;
}

.nav-tabs .active .nav-link,
.nav-tabs .nav-link.active {
  color: #334155;
  background-color: #f3f3f3;
  border-color: #cbd5e1 #cbd5e1 #f5f7fb;
}

.theme-dark .nav-tabs .active .nav-link,
.theme-dark .nav-tabs .nav-link.active {
  color: #f3f3f3 !important;
  background-color: #334155;
  border-color: #cbd5e1 #cbd5e1 #f5f7fb;
}

.panel-heading>.panel-title {
  font-weight: bolder;
}

#footer .nav-pills {
  width: fit-content;
  margin: 0 auto;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 4px;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  align-items: stretch;
  background: transparent;
  color: rgba(30, 41, 59, 0.7);
}

.navbar>.container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  display: none;
}

.navbar-collapse.in {
  display: block;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-toggler {
  padding: 0 0;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border-radius: 4px;
  transition: box-shadow 0.15s ease-in-out;

  border: 0;
  width: 2rem;
  height: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.navbar-toggler-icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 2px;
  width: 1.25em;
  background: currentColor;
  border-radius: 10px;
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, transform 0.2s, opacity 0s 0.2s;
  position: relative;
}



.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(30, 41, 59, 0.7);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-toggler {
  color: rgba(30, 41, 59, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2830, 41, 59, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(98, 105, 118, 0.16);
  border-radius: 4px;
  box-shadow: rgba(30, 41, 59, 0.04) 0 2px 4px 0;
  background: #FaFaFa;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out;
}

.panel-body {
  flex: 1 1 auto;
  padding: 1rem 1.25rem;
}


.panel-link+.panel-link {
  margin-left: 1.25rem;
}

.panel-heading {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(98, 105, 118, 0.16);
  color: inherit;
  display: flex;
  align-items: center;

}

.panel-footer {
  margin-top: auto;
  padding: 1rem 1.25rem;
  color: #626976;
  background-color: #f3f3f3;
  border-top: 1px solid rgba(98, 105, 118, 0.16);
}


.panel-heading-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  flex: 1;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.panel-img-top {
  width: 100%;
  height: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-status-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  border-radius: 4 4 0 0;
}

.panel-status-start {
  position: absolute;
  right: auto;
  bottom: 0;
  width: 2px;
  height: 100%;
  border-radius: 4 4 0 0;
}

.panel-status-bottom {
  position: absolute;
  top: initial;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 4 4 0 0;
}

.img-responsive {
  background: no-repeat center/cover;
  padding-top: 75%;
}


.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 85.71428571%;
  color: #d63939;
}

.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.765625rem;
  color: #fafbfc;
  background-color: rgba(214, 57, 57, 0.9);
  border-radius: 4px;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent;

}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #626976;
  content: "/";
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.page-link {
  position: relative;
  display: block;
  color: #626976;
  background-color: transparent;
  border: 0 solid #cbd5e1;
  padding: 0.25rem 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;
  min-width: 1.75rem;
  border-radius: 4px;

}


.page-link:hover {
  z-index: 2;
  color: #1a569d;
  text-decoration: none;
  border-color: #cbd5e1;
  background: transparent;
}

.theme-xitek .page-link:hover {
  color: #888888;
  background: #cccccc;
}

.page-link:focus {
  z-index: 3;
  color: #1a569d;
  background-color: #e2e8f0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #206bc4;
  border-color: #206bc4;
}


.page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 85.71428571%;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  background: #64748b;
  overflow: hidden;
  user-select: none;
  border: 1px solid transparent;
  min-width: 1.3571428571em;
  letter-spacing: 0.04em;
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}


.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  border: 1px solid rgba(98, 105, 118, 0.16);
  border-left: 0.25rem solid #626976;
  box-shadow: rgba(30, 41, 59, 0.04) 0 2px 4px 0;
}

.alert-title {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible button.close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

progress {
  vertical-align: baseline;
}

.progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.65625rem;
  border-radius: 4px;
  position: relative;
  width: 100%;
  line-height: 0.5rem;
  appearance: none;
  background: #e9e9e9;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #206bc4;
  transition: width 0.6s ease;
  height: 100%;
}

.progress-tip {
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  text-wrap: nowrap;
}


.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.5rem 0.5rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
  -webkit-animation: 1s linear infinite progress-bar-stripes;
}

.authoritem .progress {
  background-color: #b8b8b8;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
}

button.close {
  box-sizing: content-box;
  width: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  padding: 0.25em 0.25em;
  color: #000000;
  border: 0;
  border-radius: 4px;
  opacity: 0.3;
  cursor: pointer;
  float: right;
}

button.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}

button.close:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25);
  opacity: 1;
}

button.close:disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.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-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 1.125rem;
  border-top: 0 solid #e6e7e9;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.modal-dialog-scrollable {
  height: calc(90% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-footer>* {
  margin: 0.375rem;
}

.fade.in {
  opacity: 1;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -1rem);
}


.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: #fafbfc;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: 0;
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.modal-header {
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e7e9;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #ffffff;
  padding: 1rem;
  position: relative;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.4285714286;
  font-size: 1rem;
  font-weight: 600;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel {
  position: relative;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.row>.text-truncate {
  margin: 0.125rem 0;
  padding-bottom: 1px;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.border {
  border: 1px solid rgba(98, 105, 118, 0.16) !important;
}

.border-wide {
  border: 2px solid rgba(98, 105, 118, 0.16) !important;
}

.border-0 {
  border: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-top {
  border-top: 1px solid rgba(98, 105, 118, 0.16) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(98, 105, 118, 0.16) !important;
}

.border-end {
  border-right: 1px solid rgba(98, 105, 118, 0.16) !important;
}

.border-start {
  border-left: 1px solid rgba(98, 105, 118, 0.16) !important;
}

.border-primary {
  border-color: #206bc4 !important;
}

.border-secondary {
  border-color: #626976 !important;
}

.border-success {
  border-color: #2fb344 !important;
}

.border-info {
  border-color: #4299e1 !important;
}

.border-warning {
  border-color: #f76707 !important;
}

.border-danger {
  border-color: #d63939 !important;
}

.border-light {
  border-color: #fafbfc !important;
}

.border-dark {
  border-color: #1e293b !important;
}

.border-muted {
  border-color: #626976 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.h-0 {
  height: 0 !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 1rem !important;
}

.h-4 {
  height: 2rem !important;
}

.h-5 {
  height: 4rem !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.w-0 {
  width: 0 !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-3 {
  width: 1rem !important;
}

.w-4 {
  width: 2rem !important;
}

.w-5 {
  width: 4rem !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}


.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.divide-y-fill {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.m-5 {
  margin: 4rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-5 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 4rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 2rem !important;
}

.me-5 {
  margin-right: 4rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 4rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 2rem !important;
}

.ms-5 {
  margin-left: 4rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.p-5 {
  padding: 4rem !important;
}


.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-5 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}


.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pt-5 {
  padding-top: 4rem !important;
}



.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 2rem !important;
}

.pe-5 {
  padding-right: 4rem !important;
}


.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pb-5 {
  padding-bottom: 4rem !important;
}


.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 2rem !important;
}

.ps-5 {
  padding-left: 4rem !important;
}

.fs-1 {
  font-size: 1.5rem !important;
}

.fs-2 {
  font-size: 1.25rem !important;
}

.fs-3 {
  font-size: 1rem !important;
}

.fs-4 {
  font-size: 0.875rem !important;
}

.fs-5 {
  font-size: 0.75rem !important;
}

.fs-6 {
  font-size: 0.625rem !important;
}

.fs-larger {
  font-size: 16px;
}

.fs-smaller {
  font-size: smaller !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.1428571429 !important;
}

.lh-base {
  line-height: 1.4285714286 !important;
}

.lh-lg {
  line-height: 1.7142857143 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}





.rounded {
  border-radius: 4px !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 2px !important;
}

.rounded-2 {
  border-radius: 4px !important;
}

.rounded-3 {
  border-radius: 8px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 100rem !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-end {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-start {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}

.object-cover {
  object-fit: cover !important;
  -o-object-fit: cover !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.tag {
  background: blue;
  padding: 4px 16px 4px 4px;
  position: relative;
}

.tag span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  line-height: 12px;
  height: 12px;
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4285714286;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}

#visithis.dropdown-menu {
  bottom: 100%;
  top: auto;
}


:root {
  font-size: 16px;
  height: 100%;
}



.navbar .navbar-nav .nav-link {
  color: rgba(30, 41, 59, 0.7);
  position: relative;
  min-width: 2rem;
  min-height: 2rem;
  justify-content: center;
  border-radius: 4px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
  color: #1e293b;
}

.navbar .navbar-nav .active>.nav-link {
  color: #1e293b;
}

.navbar .navbar-toggler {
  color: #1e293b;
  border-color: transparent;
}

.navbar .dropdown-menu {
  position: absolute;
  z-index: 1030;
}

.navbar .navbar-nav .nav-link .badge {
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  transform: translate(50%, -50%);
}


@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-collapse {
    flex-direction: column;
  }

  .navbar-expand-md .navbar-collapse .navbar-nav {
    margin-left: calc(-1 * 1.5rem);
    margin-right: calc(-1 * 1.5rem);
  }

  .navbar-expand-md .navbar-collapse .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-collapse .dropdown-menu-columns {
    flex-direction: column;
  }

  .navbar-expand-md .navbar-collapse .dropdown-menu {
    padding: 0;
    background: transparent;
    position: static;
    color: inherit;
    box-shadow: none;
    border: none;
    min-width: 0;
    margin: 0;
  }

  .navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item {
    min-width: 0;
    display: flex;
    width: auto;
    padding-left: 3.25rem;
    color: inherit;
  }

  .navbar-expand-md .navbar-collapse .dropdown-toggle:after {
    margin-left: auto;
  }

  .navbar-expand-md .navbar-collapse .nav-item.active:after {
    border-bottom-width: 0;
    border-left-width: 3px;
    right: auto;
    top: 0;
    bottom: 0;
  }
}





.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
  content: "";
  display: block;
  height: inherit;
  width: inherit;
  border-radius: inherit;
  background: inherit;
  position: absolute;
  left: 0;
  transition: inherit;
}


.navbar-toggler-icon:before {
  top: -0.45em;
}

.navbar-toggler-icon:after {
  bottom: -0.45em;
}

.navbar-light {
  box-shadow: inset 0 -1px 0 0 rgba(98, 105, 118, 0.16);
  background-color: #FaFaFa;
}

.navbar-dark {
  background: #1e293b;
  color: rgba(255, 255, 255, 0.7);
}


.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffff;
}

.navbar-dark .navbar-nav .active>.nav-link {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: #ffffff;
  border-color: transparent;
}


.navbar-nav .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}





.alert> :last-child {
  margin-bottom: 0;
}

.alert-success {
  border-left: 0.25rem solid #2fb344;
}

.alert-success .alert-title {
  color: #2fb344;
}

.alert-info {
  border-left: 0.25rem solid #4299e1;
}

.alert-info .alert-title {
  color: #4299e1;
}

.alert-warning {
  border-left: 0.25rem solid #f76707;
}

.alert-warning .alert-title {
  color: #f76707;
}

.alert-danger {
  border-left: 0.25rem solid #d63939;
}

.alert-danger .alert-title {
  color: #d63939;
}


.badge-pill {
  border-radius: 100rem;
}

a.badge {
  color: #ffffff;
}

.badge:empty {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  min-width: 0;
  min-height: auto;
  padding: 0;
  border-radius: 100rem;
  vertical-align: baseline;
}


.breadcrumb a {
  color: #626976;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.theme-dark .btn {
  color: white;
  border-color: #717A8D;
}

.theme-dark .btn:hover {
  border-color: #A4ABBD;
}

.theme-dark .wysibb {
  background-color: #717A8D !important;
}

.theme-dark .wysibb .wysibb-body {
  background-color: #A4ABBD !important;
}

.theme-dark .wysibb .wysibb-toolbar-btn:hover {
  background: #222222 !important;
}

.btn:focus:not([disabled]):not(.disabled) {
  border-color: #206bc4;
}


.btn .icon {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  margin: 0 0.5rem 0 -0.25rem;
  vertical-align: bottom;
  color: inherit;
}

.btn-lime,
.btn-teal,
.btn-azure,
.btn-indigo,
.btn-purple,
.btn-pink,
.btn-orange,
.btn-red,
.btn-blue,
.btn-green,
.btn-cyan,
.btn-danger,
.btn-yellow,
.btn-warning,
.btn-info,
.btn-secondary,
.btn-success,
.btn-primary {
  border-color: rgba(98, 105, 118, 0.24);
}

.btn-outline-secondary {
  border-color: #626976;
  background-color: #626976;
  color: #fafbfc;
}

.btn-pill {
  padding-right: 1.5em;
  padding-left: 1.5em;
  border-radius: 10rem;
}

.btn-icon {
  min-width: calc(2.125rem + 2px);
}

.btn-icon.btn-sm {
  min-width: calc(1.3214285715rem + 2px);
}

.btn-icon .icon {
  margin: 0 -1em;
}

.btn-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.5rem !important;
  margin-right: -0.5rem;
}

.btn-list>* {
  margin: 0 0.5rem 0.5rem 0 !important;
}

.btn-primary,
.btn-blue,
.btn-outline-blue,
.btn-ghost-blue {
  background-color: #206bc4;
  color: #fafbfc;
}

.btn-secondary,
.btn-outline-secondary,
.btn-ghost-secondary {
  background-color: #626976;
  color: #fafbfc;
}

.btn-lime,
.btn-outline-lime,
.btn-ghost-lime {
  background-color: #74b816;
  color: #fafbfc;
}

.btn-success,
.btn-green,
.btn-outline-green,
.btn-ghost-green {
  background-color: #2fb344;
  color: #fafbfc;
}

.btn-danger,
.btn-red,
.btn-outline-red,
.btn-ghost-red {
  background-color: #d63939;
  color: #fafbfc;
}

.btn-warning,
.btn-orange,
.btn-outline-orange,
.btn-ghost-orange {
  background-color: #f76707;
  color: #fafbfc;
}

.btn-teal,
.btn-outline-teal,
.btn-ghost-teal {
  background-color: #0ca678;
  color: #fafbfc;
}

.btn-info,
.btn-azure,
.btn-outline-azure,
.btn-ghost-azure {
  background-color: #4299e1;
  color: #fafbfc;
}

.btn-indigo,
.btn-outline-indigo,
.btn-ghost-indigo {
  background-color: #4263eb;
  color: #fafbfc;
}

.btn-yellow,
.btn-outline-yellow,
.btn-ghost-yellow {
  background-color: #f59f00;
  color: #fafbfc;
}


.btn-purple,
.btn-outline-purple,
.btn-ghost-purple {
  background-color: #ae3ec9;
  color: #fafbfc;
}

.btn-pink,
.btn-outline-pink,
.btn-ghost-pink {
  background-color: #d6336c;
  color: #fafbfc;
}

.btn-cyan,
.btn-outline-cyan,
.btn-ghost-cyan {
  background-color: #17a2b8;
  color: #fafbfc;
}

.panel .panel {
  box-shadow: none;
}


.panel-heading:first-child {
  border-radius: 0 0;
}

.panel-heading-light {
  border-bottom-color: transparent;
  background: #eeeeee;
}


.panel-link {
  color: inherit;
}

.panel-link:hover {
  color: inherit;
  text-decoration: none;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}

.panel-footer:last-child {
  border-radius: 0 0;
}

.panel-title {
  display: block;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

a.panel-title:hover {
  color: inherit;
}

.panel-heading .panel-title {
  margin: 0;
}

.panel-body> :last-child {
  margin-bottom: 0;
}

.panel-stamp {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  max-height: 100%;
  border-top-right-radius: 4px;
  opacity: 0.2;
  overflow: hidden;
  pointer-events: none;
}

.panel-stamp-lg {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 100%;
  border-top-right-radius: 4px;
  opacity: 0.5;
  overflow: hidden;
  pointer-events: none;
}

.panel-stamp-icon {
  background: #626976;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
  width: 4rem;
  width: 4rem;
  position: relative;
  top: -16px;
  right: -16px;
  font-size: 2rem;
  transform: rotate(10deg);
  padding: 1rem;
}

.safebody {
  display: block;
  width: 80%;
}

.goto {
  border: 2px dashed red
}

.kv-error-close {
  border: 0;
  float: right;
}

.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
  text-align: center;
  padding: 3rem;
}

.empty-icon {
  margin: 0 0 1rem;
  width: 3rem;
  height: 3rem;
  line-height: 1;
  color: #626976;
}

.empty-icon svg {
  width: 100%;
  height: 100%;
}

.empty-img {
  margin: 0 0 2rem;
  line-height: 1;
}

.empty-img img {
  height: 8rem;
  width: auto;
}

.empty-header {
  margin: 0 0 1rem;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  color: #626976;
}

.empty-title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
}

.empty-title,
.empty-subtitle {
  margin: 0 0 0.5rem;
}

.empty-action {
  margin-top: 1.5rem;
}

.empty-bordered {
  border: 1px solid #e6e7e9;
  border-radius: 4px;
}

.mosaic {
  color: transparent;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
  zoom: 1;
}

.mosaica {
  color: transparent;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
  zoom: 1;
  color: palevioletred;
}

.mosaicb {
  color: transparent;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
  zoom: 1;
  color: red;
}

.mosaicc {
  color: transparent;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
  zoom: 1;
  color: teal;
}


.panel-body+.panel-body {
  border-top: 1px solid #e6e7e9;
}

.card_photo {
  width: fit-content;
}


.card_photo.uptype_0{
  max-width: 242px;
}
.card_photo.uptype_0 img {
  max-width: 240px;
}

.card_photo.uptype_1{
  max-width: 642px;
}
.card_photo.uptype_1 img {
  max-width: 640px;
}

.card_photo.uptype_3,
.card_photo.uptype_3 img {
  max-width: none;
}

.ie .card_photo.uptype_4 {
  width: auto;
  display: table;
}

.ie .card_photo.uptype_4 img {
  max-width: calc(100vw - 6.5rem);
}


.panel-table {
  margin-bottom: 0 !important;
}

.panel-table tr td:first-child,
.panel-table tr th:first-child {
  padding-left: 1.25rem;
}

.panel-table tr td:last-child,
.panel-table tr th:last-child {
  padding-right: 1.25rem;
}

.panel-table thead tr:first-child th {
  border-top: 0;
}

.panel-table tbody tr:last-child td {
  border-bottom: 0;
}

.panel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
  text-align: center;
  transition: background 0.3s;
  border-top: 1px solid var(--tblr-border-color);
  flex: 1;
  color: inherit;
  font-weight: 500;
}

.dropdown-menu-column .dropdown-item {
  min-width: 0;
}

.dropdown-menu-columns {
  display: flex;
  flex: 0 0.25rem;
}

.dropdown-menu-arrow:before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 0.75rem;
  display: block;
  background: inherit;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  transform-origin: center;
  border: 1px solid;
  border-color: inherit;
  z-index: -1;
  clip: rect(0px, 9px, 9px, 0px);
}

.dropend>.dropdown-menu {
  margin-top: calc(-0.25rem - 1px);
  margin-left: -0.25rem;
  top: 0;
  right: auto;
  left: 100%;
}

.row-0 {
  margin-right: 0;
  margin-left: 0;
}

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

.row-deck>.col,
.row-deck>[class*=col-] {
  display: flex;
  align-items: stretch;
}

.row-deck>.col .panel,
.row-deck>[class*=col-] .panel {
  flex: 1 1 auto;
}

.row-cards {
  margin: 0.5rem;
  min-width: 0;
}

.row-cards .row-cards {
  flex: 1;
}

.row-cards>* {
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .row-cards {
    margin: 0.25rem;
  }
}

.icon {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
  vertical-align: bottom;
  stroke-width: 1.5;
}

.icon:hover {
  text-decoration: none;
}



.theme-dark .modal-header {
  background-color: #1e293b;
  color: inherit;
  border-bottom: 1px solid #475569;
}

.theme-xitek .modal-header {
  background-color: #009999;
  color: inherit;
  border-bottom: 1px solid #009999;
  color: white;
}






.page-item {
  text-align: center;
}


.progress-sm {
  height: 0.25rem;
}


.markdown {
  font-size: 1rem;
  line-height: 1.7142857143;
}

.markdown> :first-child {
  margin-top: 0;
}

.markdown> :last-child {
  margin-bottom: 0;
}

.markdown>h4 {
  font-weight: 600;
}

.table thead th {
  background: #f3f3f3;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}



.table-primary {
  background-color: #d2e1f3;
  color: #1e293b;
  border-color: #c0cfe1;
}

.table-secondary {
  background-color: #e0e1e4;
  color: #1e293b;
  border-color: #cdcfd3;
}

.table-success {
  background-color: #d5f0da;
  color: #1e293b;
  border-color: #c3dcca;
}

.table-info {
  background-color: #d9ebf9;
  color: #1e293b;
  border-color: #c6d8e6;
}

.table-warning {
  background-color: #fde1cd;
  color: #1e293b;
  border-color: #e7cfbe;
}

.table-danger {
  background-color: #f7d7d7;
  color: #1e293b;
  border-color: #e1c6c7;
}

.table-light {
  background-color: #fafbfc;
  color: #1e293b;
  border-color: #e4e6e9;
}

.table-dark {
  background-color: #1e293b;
  color: #fafbfc;
  border-color: #343e4e;
}

.table-responsive .table {
  margin-bottom: 0;
}

.hr-text {
  display: flex;
  align-items: center;
  margin: 2rem 0;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #626976;
  height: 1px;
}

.hr-text:after,
.hr-text:before {
  flex: 1 1 auto;
  height: 1px;
  background-color: currentColor;
  opacity: 0.16;
}

.hr-text:before {
  content: "";
  margin-right: 0.5rem;
}

.hr-text:after {
  content: "";
  margin-left: 0.5rem;
}

.hr-text>*:first-child {
  padding-right: 0.5rem;
  padding-left: 0;
  color: #626976;
}



img {
  max-width: 100%;
}

::-moz-selection {
  color: #ffffff;
  background-color: #307fdd;
}

::selection {
  color: #ffffff;
  background-color: #307fdd;
}

select::-ms-expand {
  display: none;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.text-dark {
  color: #1e293b !important;
}

.text-white {
  color: white !important;
}

.text-primary,
.text-blue {
  color: #206bc4 !important;
}

.text-danger,
.text-red {
  color: #d63939 !important;
}

.text-warning,
.text-orange {
  color: #f76707 !important;
}

.text-yellow {
  color: #f59f00 !important;
}

.text-success,
.text-green {
  color: #2fb344 !important;
}

.text-cyan {
  color: #17a2b8 !important;
}

.text-secondary,
.text-muted {
  color: #626976 !important;
}

.theme-dark .text-secondary,
.theme-dark .text-muted {
  color: #c2c2c2 !important;
}

.bg-success {
  color: #ffffff !important;
  background: #2fb344 !important;
}

.bg-danger {
  color: #ffffff !important;
  background: #d63939 !important;
}

.bg-warning {
  background-color: #f76707 !important;
}

.bg-info {
  background-color: #4299e1 !important;
}

.bg-light {
  background-color: #f3f3f3 !important;
}

.bg-azure {
  color: #ffffff !important;
  background: #4299e1 !important;
}

.bg-purple {
  color: #ffffff !important;
  background: #ae3ec9 !important;
}

.bg-pink {
  color: #ffffff !important;
  background: #d6336c !important;
}

.bg-red {
  color: #ffffff !important;
  background: #d63939 !important;
}

.bg-orange {
  color: #ffffff !important;
  background: #f76707 !important;
}

.bg-teal {
  background: #0ca678 !important;
}

.bg-lime {
  background: #74b816 !important;
}

.bg-green {
  color: #ffffff !important;
  background: #2fb344 !important;
}


.bg-cyan {
  color: #ffffff !important;
  background: #17a2b8 !important;
}


.status {
  display: inline-flex;
  align-items: center;
  height: 2rem;
  padding: 0.5rem 0.75rem;
  gap: 0.5rem;
  font-size: 0.875rem;
  text-transform: none;
  letter-spacing: normal;
  border-radius: 100rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.status-primary {
  color: #206bc4;
  background: rgba(32, 107, 196, 0.3) !important;
}

.status-secondary {
  color: #626976;
  background: rgba(98, 105, 118, 0.3) !important;
}

.status-success {
  color: #2fb344;
  background: rgba(47, 179, 68, 0.3) !important;
}

.status-info {
  color: #4299e1;
  background: rgba(66, 153, 225, 0.3) !important;
}

.status-warning {
  color: #f76707;
  background: rgba(247, 103, 7, 0.3) !important;
}

.status-danger {
  color: #d63939;
  background: rgba(214, 57, 57, 0.3) !important;
}

.status-light {
  color: #fafbfc;
  background: rgba(250, 251, 252, 0.3) !important;
}

.status-dark {
  color: #1e293b;
  background: rgba(30, 41, 59, 0.3) !important;
}

.status-muted {
  color: #626976;
  background: rgba(98, 105, 118, 0.3) !important;
}

.status-blue {
  color: #206bc4;
  background: rgba(32, 107, 196, 0.3) !important;
}

.status-azure {
  color: #4299e1;
  background: rgba(66, 153, 225, 0.3) !important;
}

.status-indigo {
  color: #4263eb;
  background: rgba(66, 99, 235, 0.3) !important;
}

.status-purple {
  color: #ae3ec9;
  background: rgba(174, 62, 201, 0.3) !important;
}

.status-pink {
  color: #d6336c;
  background: rgba(214, 51, 108, 0.3) !important;
}

.status-red {
  color: #d63939;
  background: rgba(214, 57, 57, 0.3) !important;
}

.status-orange {
  color: #f76707;
  background: rgba(247, 103, 7, 0.3) !important;
}

.status-yellow {
  color: #f59f00;
  background: rgba(245, 159, 0, 0.3) !important;
}

.status-lime {
  color: #74b816;
  background: rgba(116, 184, 22, 0.3) !important;
}

.status-green {
  color: #2fb344;
  background: rgba(47, 179, 68, 0.3) !important;
}

.status-teal {
  color: #0ca678;
  background: rgba(12, 166, 120, 0.3) !important;
}

.status-cyan {
  color: #17a2b8;
  background: rgba(23, 162, 184, 0.3) !important;
}


.opacity-0 {
  opacity: 0 !important;
}

.opacity-5 {
  opacity: 0.05 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-15 {
  opacity: 0.15 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-35 {
  opacity: 0.35 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-45 {
  opacity: 0.45 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-55 {
  opacity: 0.55 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-65 {
  opacity: 0.65 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

/*! CSS Used from: https://bbs.xitek.com/assets/css/common.css?ver=202207271048 */

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.threadzone .table thead th {
  font-weight: normal;
}


.threadzone .mt-2>img {
  object-fit: cover;
  width: 100px;
  height: 100px;
  border-radius: 8px;
}

#photozone>div {
  opacity: 0;
  filter: alpha(opacity=0);
}

.postmessage .panel>span>img {
  cursor: zoom-in;
}

.theme-light .panel-heading {
  background-color: #f5f5f5;
}

.theme-light .panel-footer {
  background-color: #f3f3f3;
}

.posoa:has(img) {
  margin-bottom: 0 !important;
}

.ada {
  display: block;
  position: relative;
}

.ada span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 5px;
  color: white;
  background-color: darkgray;
  font-size: 8px;
  line-height: 12px;
}

.ada img,
.ada canvas {
  max-width: 100%;
}

.panel .exif {
  display: none;
  position: absolute;
  bottom: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.5rem;
}

.panel:hover>.panel-img-top>.exif {
  display: block;
}

.quote {
  border-left: 1px solid #4299e1;
  border-radius: 4px;
  font-size: smaller;
  margin-bottom: 1rem;
}

.legend {
  background: transparent;
}

blockquote {
  margin: 0;
  width: auto;
  display: table-cell;
  right: inherit;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='32' width='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23039BE5' d='M8.965 8.55c-5.714 2.984-5.432 9.145-5.185 10.783.03.271.105.539.156.797.003.01.007.029.01.035h-.003a4.08 4.08 0 0 0 3.987 3.242 4.079 4.079 0 0 0 4.074-4.074c0-2.247-.922-4.075-3.168-4.075-.278 0-1.285.128-2.188.606C6.451 11.2 8.965 8.55 8.965 8.55zm16.212 0c-5.714 2.984-5.432 9.145-5.185 10.783.03.271.105.539.156.797.003.01.007.029.01.035h-.003a4.08 4.08 0 0 0 3.987 3.242 4.079 4.079 0 0 0 4.074-4.074c0-2.247-.922-4.075-3.168-4.075-.278 0-1.285.128-2.188.605-.197-4.662 2.317-7.313 2.317-7.313zM12.004 6.81s-3.977 3.209-3.836 7.065c.108-.006.215-.006.322-.016 3.224-.322 5.301 1.986 5.298 5.474-.004 3.23-2.628 5.857-5.858 5.857a5.866 5.866 0 0 1-5.746-4.727C1.883 19.133.709 8.471 12.004 6.81zm16.212 0s-3.977 3.208-3.836 7.065c.108-.006.215-.006.322-.016 3.224-.322 5.301 1.986 5.298 5.474-.004 3.23-2.628 5.857-5.858 5.857a5.866 5.866 0 0 1-5.746-4.727c-.301-1.33-1.475-11.992 9.82-13.653z'/%3E%3C/svg%3E") no-repeat 5px 5px;
  padding: 0.5rem 0.5rem 1rem 3rem !important;
  box-shadow: 8px 8px 6px #e6e7e9;
  border: solid 1px #cbd5e1 !important;
  border-radius: 4px;
}

.theme-xitek blockquote {
  box-shadow: 8px 8px 6px #BBC4BC;
  border: solid 1px #BBC4BC !important;
}

.theme-xitek .panel-heading-light blockquote {
  box-shadow: 4px 4px 3px #b8b8b8;
  border: solid 1px #B8b8b8 !important;
}

.theme-dark blockquote {
  box-shadow: 8px 8px 6px #4B4A54;
  border: solid 1px #4B4A54 !important;
}

.theme-dark .panel-heading-light blockquote {
  box-shadow: 4px 4px 3px #637187;
  border: solid 1px #637187 !important;
}

.weibo {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h48v48H0z'/%3E%3Cpath d='M12.562 16.41c-3.344 3.25-10.399 12.736-5.2 19.522 5.2 6.785 19.92 4.168 25.997-.613 6.077-4.78 5.477-7.734 4.16-9.036-1.318-1.301-5.163.014-6.24-1.757-1.076-1.771 1.917-6.195-.634-7.595-2.55-1.4-6.954 3.65-8.944 2.338-1.989-1.312 2.19-5.596 0-6.83-2.189-1.235-5.795.722-9.14 3.972z' fill='%23d0021b' stroke='%23d0021b' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M43.379 16.516a12.954 12.954 0 0 0-3.642-8.073 12.963 12.963 0 0 0-7.723-3.84M37.292 16.931c-.13-1.64-.867-3.117-2-4.228a7.249 7.249 0 0 0-4.24-2.01' stroke='%23d0021b' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M25 30c0 2.21-2.686 4-6 4s-6-1.79-6-4 2.686-4 6-4 6 1.79 6 4z' fill='%23FFF'/%3E%3C/svg%3E") no-repeat center/100%;
}

.mobile {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24' viewBox='0 0 24 24'%3E%3Cpath fill='%234a90e2' d='M11.063 18.875h1.874c.173 0 .313.14.313.313v.625c0 .172-.14.312-.313.312h-1.874a.313.313 0 0 1-.313-.313v-.625c0-.172.14-.312.313-.312zM8.874 5.75v10h6.25v-10zM8.25 4.5h7.5c.345 0 .625.28.625.625v11.25c0 .345-.28.625-.625.625h-7.5a.625.625 0 0 1-.625-.625V5.125c0-.345.28-.625.625-.625zM6.375 3.25v17.5h11.25V3.25zm0-1.25h11.25c.69 0 1.25.56 1.25 1.25v17.5c0 .69-.56 1.25-1.25 1.25H6.375c-.69 0-1.25-.56-1.25-1.25V3.25c0-.69.56-1.25 1.25-1.25z'/%3E%3C/svg%3E") no-repeat center/100%;
}

.email {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24' viewBox='0 0 24 24'%3E%3Cpath fill='%232fb344' d='M19.406 14.166a.624.624 0 0 1 .415 1.077l-3.482 3.315-2.18-2.128a.624.624 0 1 1 .872-.894l1.319 1.286 2.609-2.484a.623.623 0 0 1 .447-.172zm-2.414-1.541a3.758 3.758 0 0 0-3.758 3.75 3.758 3.758 0 0 0 3.758 3.749 3.758 3.758 0 0 0 3.758-3.75 3.758 3.758 0 0 0-3.758-3.75zm1.255-8.151L10.73 9.903 3.25 4.477v9.398h9.408l.052-.09a5.012 5.012 0 0 1 5.532-2.252l.005.001zM4.55 3.876l6.182 4.484 6.209-4.484zM2 2.626h17.497v9.422l.09.052A5 5 0 0 1 22 16.374c0 2.757-2.247 5-5.008 5a5.01 5.01 0 0 1-5.008-5c0-.43.055-.849.158-1.248v-.001H2z'/%3E%3C/svg%3E") no-repeat center/100%;
}

.sumplus {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h48v48H0z'/%3E%3Cpath d='M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4 4 12.954 4 24s8.954 20 20 20z' fill='%23f8e71c' stroke='%23333' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M24 35c5 0 7-4 7-4H17s2 4 7 4zM31 18v4M17 18v4' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/100%;
}

.sumnegative {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h48v48H0z'/%3E%3Cpath d='M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4 4 12.954 4 24s8.954 20 20 20z' fill='%234a90e2' stroke='%23333' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M31 18v1M17 18v1M31 31s-2-4-7-4-7 4-7 4' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/100%;
}

.sumzero {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h48v48H0z'/%3E%3Cpath d='M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4 4 12.954 4 24s8.954 20 20 20z' stroke='%23333' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M31 18v1M17 18v1M17 31h14' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/100%;
}

.like {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-opacity='.01' d='M0 0h48v48H0z'/%3E%3Cpath d='M15 8C8.925 8 4 12.925 4 19c0 11 13 21 20 23.326C31 40 44 30 44 19c0-6.075-4.925-11-11-11-3.72 0-7.01 1.847-9 4.674A10.987 10.987 0 0 0 15 8z' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 1px;
  padding-left: 18px;
}

.copylink{
  cursor: copy;
}

.ajax,
.totop,
.a,
#printbtn {
  cursor: pointer;
}

span.cursor-pointer,
span.a {
  color: #333399;
}

.theme-xitek .panel-title {
  font-size: 0.875rem;
}

.panel-footer>span.cursor-pointer,
.btn.cursor-pointer {
  color: #fff;
}

.btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

span.a:hover {
  text-decoration: underline;
}

.theme-dark a,
.theme-dark span.a {
  color: #FFF7D6;
}

.theme-dark a:hover,
.theme-dark span.a:hover {
  color: #AFE7E6;
}

.theme-light .text-truncate a:visited,
.theme-light a.text-primary:visited {
  color: #8a66bd !important;
}

.theme-dark .text-truncate a:visited,
.theme-dark a.text-primary:visited {
  color: #dFd7D6 !important;
}

.theme-xitek .crumbzone {
  background: #EFF0E6 !important;
}

.theme-xitek .panel-heading-light {
  background: #d7d9d2;
}

.theme-xitek .userthread tbody {
  background-color: #d7d9ce;
}

.theme-xitek .subjectzone {
  background: #009999;
}

.theme-xitek .subjectzone .fs-larger {
  color: white;
}

.theme-xitek .subjectzone .text-green,
.theme-xitek .subjectzone .cursor-pointer,
.theme-xitek .subjectzone .a {
  color: #ccff99 !important;
}

.theme-xitek .subjectzone .col-auto>a:not(.btn),
.theme-xitek .subjectzone .col-auto>a:hover {
  color: #ccff99 !important;
}

.theme-xitek .subjectzone .form-check-label {
  color: white !important;
}

.theme-xitek .panel-body+.panel-body {
  border-top: 1px solid lightgray;
}

.theme-dark .panel-body+.panel-body {
  border-top: 1px solid #475569;
}

.theme-dark .border-top {
  border-top: 1px solid #475569 !important;
}

.theme-dark .text-blue {
  color: wheat !important;
}

.theme-dark .postszone .panel-heading-light {
  background-color: #334155 !important;
}

.theme-xitek .bg-light {
  background-color: #E3E5DA !important;
}

.theme-xitek .panel-footer {
  background-color: #E3E5DA !important;
}

.theme-xitek .modal-footer {
  background-color: #CDCDCD !important;
}

.theme-dark .panel {
  border-color: #2c3c56;
}

.theme-dark .nav-tabs {
  border-bottom: 1px solid #2c3c56;
}

.theme-dark .panel-title,
.theme-dark .text-truncate>a,
.theme-dark .breadcrumb-item a,
.theme-dark .breadcrumb-item span,
.theme-dark .dropdown-item,
.theme-dark .nav-link-title,
.theme-dark .nav-item>a,
.theme-dark .col-auto>a,
.theme-dark .cursor-pointer,
.theme-dark .page-link,
.theme-dark .nav-link {
  color: #F6F9FF !important;
}

.theme-dark .nav-tabs .nav-item.active {
  background-color: #707788;
}

.theme-dark .dropdown-item.active,
.theme-dark .text-primary {
  color: #FFF7D6 !important;
}

.theme-dark .bg-light {
  background-color: #2f3343 !important;
}

.theme-dark .navbar .text-red {
  color: chartreuse !important;
}


.dropdown>.dropdown-menu {
  top: 100%;
}

.btn-group .dropdown-menu {
  top: 100%;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}

.spinner-border {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: -0.125em;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.btn-loading {
  position: relative;
  color: transparent !important;
  text-shadow: none !important;
  pointer-events: none;
  opacity: 0.65;
}

.btn-loading:after {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  border: 1px solid currentColor;
  border-right-color: transparent;
  border-radius: 100rem;
  color: #ffffff;
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: calc(50% - 0.5rem);
  top: calc(50% - 0.5rem);
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.btn-link {
  font-weight: 400;
  color: #206bc4;
  text-decoration: none;
}

.btn-link:hover {
  color: #1a569d;
  text-decoration: underline;
}

.btn-link:focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #475569;
}

.btn-primary:hover {
  background: #1d60b0;
}

.btn-secondary:hover {
  background: #585f6a;
}

.btn-outline-secondary:hover {
  background: #585f6a;
}

.btn-success:hover,
.btn-green:hover {
  background: #2aa13d;
}

.btn-info:hover,
.btn-azure:hover {
  background: #3b8acb;
}

.btn-warning:hover,
.btn-orange:hover {
  background: #de5d06;
}

.btn-danger:hover,
.btn-red:hover {
  background: #c13333;
}

.btn-yellow:hover {
  background: #dd8f00;
}

.btn-teal:hover {
  background: #0b956c;
}

.btn-lime:hover {
  background: #68a614;
}

.btn-indigo:hover {
  background: #3b59d4;
}

.btn-purple:hover {
  background: #9d38b5;
}

.btn-pink:hover {
  background: #c12e61;
}

.btn-cyan:hover {
  background: #1592a6;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #2fb344;
  padding-right: calc(1.4285714286em + 0.875rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232fb344' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3571428572em + 0.21875rem) center;
  background-size: calc(0.7142857143em + 0.4375rem) calc(0.7142857143em + 0.4375rem);
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #d63939;
  padding-right: calc(1.4285714286em + 0.875rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d63939' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3571428572em + 0.21875rem) center;
  background-size: calc(0.7142857143em + 0.4375rem) calc(0.7142857143em + 0.4375rem);
}

.avatar-list a {
  display: block;
  position: relative;
  float: left;
  padding: 5px 24px;
}

.avatar-list a .badge {
  position: absolute;
  left: 56px;
  top: 0;
}

.avatar {
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #626976;
  text-align: center;
  text-transform: uppercase;
  vertical-align: bottom;
  user-select: none;
  background: #d7d9d2 no-repeat center/cover;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.avatar-lg {
  width: 80px;
  height: 80px;
  font-size: 28px;
}

.avatar-rounded {
  border-radius: 100rem;
}

.authorzone {
  border-bottom: 1px solid #e6e7e9;
  border-right: 0;
  flex-direction: row;
}

.authorzone .mt-3 {
  display: none;
}

.zoominner {
  padding: 5px 10px 10px;
  background: #FFF;
  text-align: left;
  margin: 0;
  word-wrap: break-word;
}

.zoominner img {
  max-width: none;
}

.zoominner p {
  padding: 8px 0;
  margin: 0;
  word-wrap: break-word;
}

.zoominner p a {
  float: left;
  margin-left: 10px;
  width: 17px;
  height: 17px;
  background: url(/assets/img/imgzoom_tb.gif) no-repeat 0 0;
  line-height: 100px;
  overflow: hidden;
}

.zoominner p a:hover {
  background-position: 0 -39px;
}

.zoominner p a.imgadjust {
  background-position: -40px 0;
}

.zoominner p a.imgadjust:hover {
  background-position: -40px -39px;
}

.zoominner p a.imgclose {
  background-position: -80px 0;
}

.zoominner p a.imgclose:hover {
  background-position: -80px -39px;
}

.ribbon {
  position: absolute;
  top: 0.75rem;
  right: -0.25rem;
  z-index: 1;
  padding: 0.25rem 0.75rem;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #206bc4;
  border-color: #206bc4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  min-width: 2rem;
}

.ribbon:before {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 0;
  height: 0;
  content: "";
  filter: brightness(70%);
  border: 0.125rem solid;
  border-color: inherit;
  border-top-color: transparent;
  border-right-color: transparent;
}

.postmessage .imgrow>.panel {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.photorow .panel-footer {
  margin-top: auto;
}

.imgrow,
.photorow {
  display: flex;
  flex-wrap: wrap;
}

.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  display: block;
}

.form-label.required:after {
  content: "*";
  margin-left: 0.25rem;
  color: #d63939;
}

.col-form-label {
  padding-top: calc(0.4375rem + 1px);
  padding-bottom: calc(0.4375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.4285714286;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.panel-tabs .nav-tabs+.tab-content .panel {
  border-bottom-left-radius: var(--tblr-panel-border-radius);
  border-top-left-radius: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: 0.5em;
}

#mc_ul .mcolor {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0.25rem;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
  border: solid 1px rgba(97, 104, 118, 0.16);
}

.color .mcolor {
  vertical-align: middle;
}

.mcolor:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: no-repeat center center/1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
  opacity: 0;
  transition: opacity .3s
}

.white:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
}

.active.mcolor {
  border-radius: 50% !important;
}

.active.mcolor:before {
  opacity: 1;
}

.y {
  float: right;
  line-height: 26px;
}

.theme-xitek .authorzone {
  border-bottom: 1px solid #cecece;
}

.theme-dark .authorzone,
.theme-dark .panel-heading-light .authorzone {
  border-bottom: 1px solid #475569;
}

.panel-heading-light .authorzone {
  border-bottom: 1px solid #cbd5e1;
}

.theme-xitek .panel-heading-light .authorzone {
  border-bottom: 1px solid #c8c8c8;
}

.authorzone .dateline {
  margin: auto 0 auto auto;
  padding: 0.5rem;
}

.authorzone .authoritem {
  margin: auto 0.5rem;
  padding: 0.5rem;
}

.postszone .panel {
  background-color: transparent !important;
}

.albumzone .btn {
  margin-right: 0.5rem;
}

.albumzone .btn span {
  margin-left: 1rem;
}

.calendar .panel-body {
  padding: 0;
}

.calendar th {
  padding: 0.25rem 0;
}

.calendar .day {
  padding: 0.5rem 0;
  position: relative;
  border-width: 5px;
  border-color: transparent;
  background-color: rgba(98, 105, 118, 0.1);
}

.calendar .day.blank {
  background-color: transparent;
}

.calendar .disable {
  opacity: 0.1;
}

.score_tip {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  text-align: right;
  margin: 5px;
}

.d-flex .score_tip {
  position: relative;
  bottom: 5px;
}

.score_tip .p {
  color: white;
  position: absolute;
  bottom: -0.25rem;
  right: 0;
  font-size: small;
}

.score_tip .score_tip_bg {
  position: absolute;
  border-top-left-radius: 100%;
  border-style: solid;
  border-left-width: 1.2rem;
  border-top-width: 1.2rem;
  border-right-width: 0;
  border-bottom-width: 0;
}

.score1 .score_tip_bg {
  border-color: #4299e1
}

.score2 .score_tip_bg {
  border-color: #74b816
}

.score3 .score_tip_bg {
  border-color: #2fb344
}

.score4 .score_tip_bg {
  border-color: #0ca678
}

.score5 .score_tip_bg {
  border-color: #ae3ec9
}

text {
  font-size: 16px;
}

text.label {
  font-weight: 600;
  fill: #202020;
  dominant-baseline: middle;
}

text.timeText {
  font-size: 20px;
  font-weight: 700;
  fill: #505050;
}

text.valueLabel {
  font-weight: 300;
  fill: #505050;
  dominant-baseline: middle;
}

.panel-heading-light .panel-body+.panel-body {
  border-top: 1px solid #cbd5e1 !important;
}

.theme-dark .panel-heading-light .panel-body+.panel-body {
  border-top: 1px solid #475569 !important;
}

.theme-xitek .panel-heading-light .panel-body+.panel-body {
  border-top: 1px solid #c8c8c8 !important;
}

.panel-heading-light .panel-body.border-0,
.theme-dark .panel-heading-light .panel-body.border-0,
.theme-xitek .panel-heading-light .panel-body.border-0 {
  border: 0 !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .col-sm {
    flex: 1 0 0%;
  }

  .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%;
  }

  .modal-dialog {
    max-width: 540px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {

  .navbar-toggle {
    display: none;
  }

  .container {
    max-width: 720px;
  }

  .col-md {
    flex: 1 0 0%;
  }

  .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%;
  }

  .d-md-flex {
    display: flex !important;
  }

  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .order-md-last {
    order: 6 !important;
  }

  .navbar-expand-md .navbar-collapse {
    width: auto;
    flex: 1 1 auto;
  }

  .navbar-expand-md.navbar-dark .nav-item.active .nav-link {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    flex: 1 0 0%;
  }

  .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%;
  }


  .modal-lg {
    max-width: 720px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl {
    flex: 1 0 0%;
  }

  .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%;
  }

  .d-xl-block {
    display: block !important;
  }

  .authorzone {
    border-bottom: 0;
    border-right: 1px solid #e6e7e9;
    width: calc(12em) !important;
    flex-direction: column;
  }

  .theme-xitek .authorzone {
    border-right: 1px solid #cecece;
    border-bottom: 0;
  }

  .theme-dark .authorzone,
  .theme-dark .panel-heading-light .authorzone {
    border-right: 1px solid #475569;
    border-bottom: 0;
  }

  .panel-heading-light .authorzone {
    border-right: 1px solid #cbd5e1;
    border-bottom: 0;
  }

  .theme-xitek .panel-heading-light .authorzone {
    border-right: 1px solid #c8c8c8;
    border-bottom: 0;
  }

  .albumzone,
  .albumzone a {
    width: 100%;
  }

  .albumzone .btn {
    margin-bottom: 0.5rem;
  }

  .albumzone .btn span {
    margin-left: auto;
  }

  .authorzone .mt-3 {
    display: block;
  }

  .authorzone .p-2 {
    margin-top: 0.75rem;
    margin-left: 0.5rem;
  }

  .authorzone .dateline {
    margin-left: 0;
    margin-top: auto;
    margin-bottom: 0;
    margin-right: 0;
    border-top: 1px solid #e6e7e9;
    text-align: center !important;
  }

  .theme-xitek .authorzone .dateline {
    border-top: 1px solid #cecece;
  }

  .theme-dark .authorzone .dateline {
    border-top: 1px solid #475569;
  }

  .panel-heading-light .dateline {
    border-top: 1px solid #cbd5e1;
  }

  .theme-xitek .panel-heading-light .dateline {
    border-top: 1px solid #c8c8c8;
  }

  .authorzone .authoritem {
    padding: 0.125rem 0 0 0;
    margin: 0 0 0.125rem 1rem;
  }

  .authorzone>:nth-last-child(2) {
    margin-bottom: 0.5rem;
  }

  .ie .card_photo.uptype_4 img {
    max-width: calc(100vw - 17em);
  }

}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }

  .col-xxl {
    flex: 1 0 0%;
  }

  .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%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }

  .btn {
    transition: none;
  }

  .fade {
    transition: none;
  }

  .nav-link {
    transition: none;
  }

  .navbar-toggler {
    transition: none;
  }

  .page-link {
    transition: none;
  }

  .progress-bar {
    transition: none;
  }

  .progress-bar-animated {
    animation: none;
    -webkit-animation: none;
  }

  .modal.fade .modal-dialog {
    transition: none;
  }

  .navbar-toggler-icon {
    transition: none;
  }

  .navbar-toggler-icon:before,
  .navbar-toggler-icon:after {
    transition: none;
  }

  .panel {
    transition: none;
  }

  .nav-link {
    transition: none;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  body {
    background: transparent;
  }

  .panel {
    border: none;
    box-shadow: none;
  }

  .panel-body {
    padding: 0;
  }

  .table thead th {
    background: transparent;
  }
}

@media not print {
  .theme-dark .navbar {
    background: #1e293b;
    color: rgba(255, 255, 255, 0.7);
  }

  .theme-dark .panel-heading {
    background: #283243;
  }


  .theme-dark .navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
  }

  .theme-dark .navbar .navbar-nav .nav-link:hover,
  .theme-dark .navbar .navbar-nav .nav-link:focus {
    color: #ffffff;
  }

  .theme-dark .navbar .navbar-toggler {
    color: #ffffff;
    border-color: transparent;
  }

  .theme-dark .navbar .form-control {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .theme-dark .navbar .form-control::-webkit-input-placeholder {
    color: rgba(250, 251, 252, 0.64);
  }

  .theme-dark .navbar .form-control::-moz-placeholder {
    color: rgba(250, 251, 252, 0.64);
  }

  .theme-dark .navbar .form-control:-ms-input-placeholder {
    color: rgba(250, 251, 252, 0.64);
  }

  .theme-dark .navbar .form-control::-ms-input-placeholder {
    color: rgba(250, 251, 252, 0.64);
  }

  .theme-dark .navbar .form-control::placeholder {
    color: rgba(250, 251, 252, 0.64);
  }

  .theme-dark {
    color: #fafbfc;
    background-color: #1b2434;
  }

  .theme-dark .panel,
  .theme-dark .modal-content,
  .theme-dark .dropdown-menu,
  .theme-dark .alert:not(.alert-important) {
    background-color: #1e293b;
    color: inherit;
  }

  .theme-dark .panel {
    border-color: transparent;
  }

  .theme-dark .panel-footer {
    background-color: #393a3c;
    color: inherit;
  }

  .theme-dark .btn-white {
    background-image: none;
  }

  .theme-dark .form-select,
  .theme-dark .form-control {
    background-color: #1b2434;
    color: #fafbfc;
    border-color: #2c3c56;
  }

  .theme-dark .input-group-text {
    border-color: #2c3c56;
  }

  .theme-dark .markdown,
  .theme-dark .markdown>* {
    color: inherit;
  }

  .theme-dark button.close {
    filter: invert(1) grayscale(100%) brightness(200%);
  }

  .theme-dark .apexcharts-gridline {
    stroke: #2c3c56;
  }

  .theme-dark .apexcharts-tooltip {
    background: #1e293b !important;
    border: 1px solid #2c3c56 !important;
    box-shadow: 2px 2px 6px -4px #1b2434 !important;
  }

  .theme-dark .apexcharts-tooltip .apexcharts-tooltip-title {
    background: #1e293b !important;
    border-bottom: 1px solid #2c3c56 !important;
  }

  .theme-dark .table thead th {
    background: #393a3c;
  }

  .theme-dark .input-group-text {
    background: #283243;
  }

  .theme-xitek .navbar {
    color: #333399;
  }

  .theme-xitek .navbar .navbar-nav .nav-link {
    color: #333399;
  }

  .theme-xitek .navbar .navbar-nav .nav-link:hover,
  .theme-xitek .navbar .navbar-nav .nav-link:focus {
    color: #333399;
  }

  .theme-xitek .navbar .navbar-toggler {
    color: #333399;
    border-color: transparent;
  }

  .theme-xitek {
    color: #000;
    background-color: #dddfd0;
  }

  .theme-xitek .text-primary,
  .theme-xitek .breadcrumb a,
  .theme-xitek .text-truncate a,
  .theme-xitek .col-auto>a:not(.btn) {
    color: #333399 !important;
  }

  .theme-xitek .text-truncate a:visited,
  .theme-xitek a.text-primary:visited {
    color: #800080 !important;
  }

  .theme-xitek .panel,
  .theme-xitek .modal-content,
  .theme-xitek .dropdown-menu,
  .theme-xitek .panel .alert:not(.alert-important) {
    background-color: #e3e5de;
    color: inherit;
  }

  .theme-xitek .threadzone .panel {
    background-color: #d7d9ce;
  }

  .theme-xitek .btn-white {
    background-image: none;
  }

  .theme-xitek .markdown,
  .theme-xitek .markdown>* {
    color: inherit;
  }

  .theme-xitek .apexcharts-gridline {
    stroke: #cecece !important;
  }

  .theme-xitek .apexcharts-tooltip {
    background: #dddfd0 !important;
    border: 1px solid #2c3c56 !important;
    box-shadow: 2px 2px 6px -4px #d7d9d2 !important;
  }

  .theme-xitek .apexcharts-tooltip .apexcharts-tooltip-title {
    background: #dddfd0 !important;
    border-bottom: 1px solid #2c3c56 !important;
  }

  .theme-xitek .panel-heading {
    padding: 0.5rem 0.75rem;
  }

  .theme-xitek .panel-heading .panel-title,
  .theme-xitek .panel-heading .panel-title a,
  .theme-xitek .panel-heading>span,
  .theme-xitek .panel-heading .page-link,
  .theme-xitek .panel-heading .col-auto>a,
  .theme-xitek .panel-heading .pagination {
    color: white !important;
  }

  .theme-xitek .panel-heading .col-auto>a:hover {
    opacity: 0.7;
  }

  .theme-xitek .panel-heading,
  .theme-xitek thead th,
  .theme-xitek .input-group-text {
    background: #099;
  }

  .theme-xitek thead th,
  .theme-xitek .input-group-text {
    color: white;
  }

  .theme-xitek .panel-heading .text-cyan {
    color: #CCFF99 !important;
  }

  .theme-xitek .menuzone .collapse {
    background: linear-gradient(0deg, #3d94bb, #296497);
  }

  .theme-xitek .menuzone .collapse .nav-link {
    color: white;
  }

  .theme-xitek .menuzone .collapse .nav-link:hover {
    color: #f59f00;
  }

  .theme-xitek .logozone .collapse {
    background: #445da0;
  }
}