.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #ffffff;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.2);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #e0e0e0;
}
.table>:not(caption)>*>* {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table>tbody {
  vertical-align: inherit;
}
.table>thead {
  vertical-align: bottom;
}
.caption-top {
  caption-side: top;
}
.table-bordered>:not(caption)>* {
  border-width: 1px 0;
}
.table-bordered>:not(caption)>*>* {
  border-width: 0 1px;
}
.table-borderless>:not(caption)>*>* {
  border-bottom-width: 0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover>tbody>tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #d0e0fc;
  --bs-table-striped-bg: #c6d5ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bbcae3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c0cfe9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bbcae3;
}
.table-secondary {
  --bs-table-bg: #f0d8ff;
  --bs-table-striped-bg: #e4cdf2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d8c2e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #dec8ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d8c2e6;
}
.table-success {
  --bs-table-bg: #ccf1db;
  --bs-table-striped-bg: #c2e5d0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8d9c5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bddfcb;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8d9c5;
}
.table-info {
  --bs-table-bg: #d7f2fb;
  --bs-table-striped-bg: #cce6ee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2dae2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c7e0e8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2dae2;
}
.table-warning {
  --bs-table-bg: #fec;
  --bs-table-striped-bg: #f2e2c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d6b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecdcbd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6d6b8;
}
.table-danger {
  --bs-table-bg: #fed6dd;
  --bs-table-striped-bg: #f1cbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5c1c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebc6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e5c1c7;
}
.table-light {
  --bs-table-bg: #fbfbfb;
  --bs-table-striped-bg: #eee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e2e2e2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e8e8e8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e2e2e2;
}
.table-dark {
  --bs-table-bg: #212112;
  --bs-table-striped-bg: #313131;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #3c3c3c;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #363636;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #3c3c3c;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media(max-width:575.98px) {
  .table-responsive-sm {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
}@media(max-width:767.98px) {
  .table-responsive-md {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
}@media(max-width:991.98px) {
  .table-responsive-lg {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
}@media(max-width:1199.98px) {
  .table-responsive-xl {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
}@media(max-width:1399.98px) {
  .table-responsive-xxl {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
}.form-label {
  margin-bottom: .5rem;
  color: rgba(0, 0, 0, .6);
}
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
  color: rgba(0, 0, 0, .6);
}
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1rem;
}
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .775rem;
}
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #757575;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #eff0f6;
  background-color: #0f0f1a;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
@media(prefers-reduced-motion:reduce) {
  .form-control {
  -webkit-transition: none;
  transition: none;
}
}.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #0f0f1a;
  background-color: #eff0f6;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25);
  box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.6em;
}
.form-control::-webkit-input-placeholder {
  color: #757575;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #757575;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #757575;
  opacity: 1;
}
.form-control::placeholder {
  color: #757575;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #0f0f1a;
  color: #eff0f6;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #0f0f1a;
  background-color: #eff0f6;
  pointer-events: none;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion:reduce) {
  .form-control::file-selector-button {
  -webkit-transition: none;
  transition: none;
}
}.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e2e2e2;
}
.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #eff0f6;
  background-color: #eee;
  pointer-events: none;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
  -webkit-transition: none;
  transition: none;
}
}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e2e2e2;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: #eff0f6;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.6em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .775rem;
  border-radius: .2rem;
}
.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: .3rem;
}
.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.6em + .75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.6em + .5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: .375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.6em;
  border-radius: .25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.6em;
  border-radius: .25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #eff0f6;
  background-color: #0f0f1a;
  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='%23eff0f6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #bdbdbd;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  border-color: #1266f1;
  outline: 0;
  color: #eff0f6 !important;
  -webkit-box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25);
  box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}
.form-select:disabled {
  color: #eff0f6;
  background-color: #0f0f1a;
  background-image:none !important;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #0f0f1a;
}
.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .775rem;
}
.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1rem;
}
.form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .3em;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: .25em;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #1266f1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25);
  box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25);
}
.form-check-input:checked {
  background-color: #1266f1;
}
.form-check-input:checked[type=checkbox] {
  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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'%2F%3E%3C%2Fsvg%3E");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='#fff'%2F%3E%3C%2Fsvg%3E");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #1266f1;
  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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'%2F%3E%3C%2Fsvg%3E");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: .5;
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
  opacity: .5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0,  0,  0,  0.25)'%2F%3E%3C%2Fsvg%3E");
  background-position: 0;
  border-radius: 2em;
  -webkit-transition: background-position .15s ease-in-out;
  transition: background-position .15s ease-in-out;
}
@media(prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
  -webkit-transition: none;
  transition: none;
}
}.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='#1266f1'%2F%3E%3C%2Fsvg%3E");
}
.form-switch .form-check-input:checked {
  background-position: 100%;
  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='#fff'%2F%3E%3C%2Fsvg%3E");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled+.btn, .btn-check[disabled]+.btn {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: .65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(18, 102, 241, .25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(18, 102, 241, .25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(18, 102, 241, .25);
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion:reduce) {
  .form-range::-webkit-slider-thumb {
  -webkit-transition: none;
  transition: none;
}
}.form-range::-webkit-slider-thumb:active {
  background-color: #b8d1fb;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e0e0e0;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion:reduce) {
  .form-range::-moz-range-thumb {
  -moz-transition: none;
  transition: none;
}
}.form-range::-moz-range-thumb:active {
  background-color: #b8d1fb;
}
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e0e0e0;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #9e9e9e;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #9e9e9e;
}
.form-floating {
  position: relative;
}
.form-floating>.form-control, .form-floating>.form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem .75rem;
}
.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
  transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}
@media(prefers-reduced-motion:reduce) {
  .form-floating>label {
  -webkit-transition: none;
  transition: none;
}
}.form-floating>.form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating>.form-control::-moz-placeholder {
  color: transparent;
}
.form-floating>.form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating>.form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating>.form-control::placeholder {
  color: transparent;
}
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  opacity: .65;
  -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating>.form-control:-webkit-autofill~label {
  opacity: .65;
  -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%}
.input-group>.form-control, .input-group>.form-select {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group>.form-control:focus, .input-group>.form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #eff0f6;
  text-align: center;
  white-space: nowrap;
  background-color: #eee;
  border: 1px solid #bdbdbd;
  border-radius: .25rem;
}
.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: .3rem;
}
.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text {
  padding: .25rem .5rem;
  font-size: .775rem;
  border-radius: .2rem;
}
.input-group-lg>.form-select, .input-group-sm>.form-select {
  padding-right: 3rem;
}
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4), .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.valid-feedback {
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
}
.form-control.is-valid, .was-validated .form-control:valid {
  padding-right: calc(1.6em + .75rem);
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#00b74a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right calc(.4em + .1875rem) center;
  background-size: calc(.8em + .375rem) calc(.8em + .375rem);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + .75rem);
  background-position: top calc(.4em + .1875rem) right calc(.4em + .1875rem);
}
.form-select.is-valid, .was-validated .form-select:valid {
  padding-right: 4.125rem;
  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='%23eff0f6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#00b74a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'%2F%3E%3C%2Fsvg%3E");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.8em + .375rem) calc(.8em + .375rem);
}
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .25);
  box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .25);
}
.invalid-feedback {
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  padding-right: calc(1.6em + .75rem);
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f93154'%3E%3Ccircle cx='6' cy='6' r='4.5'%2F%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'%2F%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='#f93154' stroke='none'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right calc(.4em + .1875rem) center;
  background-size: calc(.8em + .375rem) calc(.8em + .375rem);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + .75rem);
  background-position: top calc(.4em + .1875rem) right calc(.4em + .1875rem);
}
.form-select.is-invalid, .was-validated .form-select:invalid {
  padding-right: 4.125rem;
  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='%23eff0f6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f93154'%3E%3Ccircle cx='6' cy='6' r='4.5'%2F%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'%2F%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='#f93154' stroke='none'%2F%3E%3C%2Fsvg%3E");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.8em + .375rem) calc(.8em + .375rem);
}
.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .25);
  box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .25);
}
.btn {
  display: inline-block;
  color: #4f4f4f;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: .125rem solid transparent;
  padding: .375rem .75rem;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion:reduce) {
  .btn {
  -webkit-transition: none;
  transition: none;
}
}.btn:hover {
  color: #4f4f4f;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65;
}
.btn-primary {
  border-color: #1266f1;
}
.btn-primary:hover {
  background-color: #0f57cd;
  border-color: #0e52c1;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0f57cd;
  border-color: #0e52c1;
  -webkit-box-shadow: 0 0 0 .25rem rgba(54, 125, 243, .5);
  box-shadow: 0 0 0 .25rem rgba(54, 125, 243, .5);
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  background-color: #0e52c1;
  border-color: #0e4db5;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(54, 125, 243, .5);
  box-shadow: 0 0 0 .25rem rgba(54, 125, 243, .5);
}
.btn-primary.disabled, .btn-primary:disabled {
  border-color: #1266f1;
}
.btn-secondary {
  color: #000;
  border-color: #b23cfd;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus, .btn-secondary:hover {
  color: #000;
  background-color: #be59fd;
  border-color: #ba50fd;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(151, 51, 215, .5);
  box-shadow: 0 0 0 .25rem rgba(151, 51, 215, .5);
}
.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #c163fd;
  border-color: #ba50fd;
}
.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(151, 51, 215, .5);
  box-shadow: 0 0 0 .25rem rgba(151, 51, 215, .5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #000;
  border-color: #b23cfd;
}
.btn-success {
  color: #eff0f6;
  border-color: #00b74a;
}
.btn-check:focus+.btn-success, .btn-success:focus, .btn-success:hover {
  color: #000;
  background-color: #26c265;
  border-color: #1abe5c;
}
.btn-check:focus+.btn-success, .btn-success:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(0, 156, 63, .5);
  box-shadow: 0 0 0 .25rem rgba(0, 156, 63, .5);
}
.btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
  color: #000;
  background-color: #33c56e;
  border-color: #1abe5c;
}
.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(0, 156, 63, .5);
  box-shadow: 0 0 0 .25rem rgba(0, 156, 63, .5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #000;
  border-color: #00b74a;
}
.btn-info {
  color: #000;
  border-color: #39c0ed;
}
.btn-check:focus+.btn-info, .btn-info:focus, .btn-info:hover {
  color: #000;
  background-color: #57c9f0;
  border-color: #4dc6ef;
}
.btn-check:focus+.btn-info, .btn-info:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(48, 163, 201, .5);
  box-shadow: 0 0 0 .25rem rgba(48, 163, 201, .5);
}
.btn-check:active+.btn-info, .btn-check:checked+.btn-info, .btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
  color: #000;
  background-color: #61cdf1;
  border-color: #4dc6ef;
}
.btn-check:active+.btn-info:focus, .btn-check:checked+.btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show>.btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(48, 163, 201, .5);
  box-shadow: 0 0 0 .25rem rgba(48, 163, 201, .5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #000;
  border-color: #39c0ed;
}
.btn-warning {
  color: #000;
  border-color: #ffa900;
}
.btn-check:focus+.btn-warning, .btn-warning:focus, .btn-warning:hover {
  color: #000;
  background-color: #ffb626;
  border-color: #ffb21a;
}
.btn-check:focus+.btn-warning, .btn-warning:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(217, 144, 0, .5);
  box-shadow: 0 0 0 .25rem rgba(217, 144, 0, .5);
}
.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffba33;
  border-color: #ffb21a;
}
.btn-check:active+.btn-warning:focus, .btn-check:checked+.btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show>.btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(217, 144, 0, .5);
  box-shadow: 0 0 0 .25rem rgba(217, 144, 0, .5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #000;
  border-color: #ffa900;
}
.btn-danger {
  color: #000;
  border-color: #f93154;
}
.btn-check:focus+.btn-danger, .btn-danger:focus, .btn-danger:hover {
  color: #000;
  background-color: #fa506e;
  border-color: #fa4665;
}
.btn-check:focus+.btn-danger, .btn-danger:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(212, 42, 71, .5);
  box-shadow: 0 0 0 .25rem rgba(212, 42, 71, .5);
}
.btn-check:active+.btn-danger, .btn-check:checked+.btn-danger, .btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
  color: #000;
  background-color: #fa5a76;
  border-color: #fa4665;
}
.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(212, 42, 71, .5);
  box-shadow: 0 0 0 .25rem rgba(212, 42, 71, .5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #000;
  border-color: #f93154;
}
.btn-light, .btn-light:hover {
  color: #000;
  border-color: #fbfbfb;
}
.btn-light:hover {
  background-color: #fcfcfc;
}
.btn-check:focus+.btn-light, .btn-light:focus {
  -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 83.5%, .5);
  box-shadow: 0 0 0 .25rem hsla(0, 0%, 83.5%, .5);
}
.btn-check:active+.btn-light, .btn-check:checked+.btn-light, .btn-check:focus+.btn-light, .btn-light.active, .btn-light:active, .btn-light:focus, .show>.btn-light.dropdown-toggle {
  color: #000;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.btn-check:active+.btn-light:focus, .btn-check:checked+.btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 83.5%, .5);
  box-shadow: 0 0 0 .25rem hsla(0, 0%, 83.5%, .5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #000;
  border-color: #fbfbfb;
}
.btn-dark {
  border-color: #212112;
}
.btn-check:focus+.btn-dark, .btn-dark:focus, .btn-dark:hover {
  background-color: #202020;
  border-color: #1e1e1e;
}
.btn-check:focus+.btn-dark, .btn-dark:focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 .25rem rgba(71, 71, 71, .5);
  box-shadow: 0 0 0 .25rem rgba(71, 71, 71, .5);
}
.btn-check:active+.btn-dark, .btn-check:checked+.btn-dark, .btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle {
  background-color: #1e1e1e;
  border-color: #1d1d1d;
}
.btn-check:active+.btn-dark:focus, .btn-check:checked+.btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show>.btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(71, 71, 71, .5);
  box-shadow: 0 0 0 .25rem rgba(71, 71, 71, .5);
}
.btn-dark.disabled, .btn-dark:disabled {
  border-color: #212112;
}
.btn-white {
  color: #000;
  border-color: #fff;
}
.btn-check:focus+.btn-white, .btn-white:focus, .btn-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus+.btn-white, .btn-white:focus {
  -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 85.1%, .5);
  box-shadow: 0 0 0 .25rem hsla(0, 0%, 85.1%, .5);
}
.btn-check:active+.btn-white, .btn-check:checked+.btn-white, .btn-white.active, .btn-white:active, .show>.btn-white.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:active+.btn-white:focus, .btn-check:checked+.btn-white:focus, .btn-white.active:focus, .btn-white:active:focus, .show>.btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 85.1%, .5);
  box-shadow: 0 0 0 .25rem hsla(0, 0%, 85.1%, .5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #000;
  border-color: #fff;
}
.btn-black, .btn-black:hover {
  border-color: #000;
}
.btn-black:focus, .btn-check:focus+.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5);
  box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5);
}
.btn-black.active, .btn-black:active, .btn-check:active+.btn-black, .btn-check:checked+.btn-black, .show>.btn-black.dropdown-toggle {
  border-color: #000;
}
.btn-black.active:focus, .btn-black:active:focus, .btn-check:active+.btn-black:focus, .btn-check:checked+.btn-black:focus, .show>.btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5);
  box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5);
}
.btn-black.disabled, .btn-black:disabled {
  border-color: #000;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #1266f1;
}
.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .5);
  box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .5);
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #eff0f6;
  background-color: #1266f1;
  border-color: #1266f1;
}
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .5);
  box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  background-color: transparent;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #b23cfd;
}
.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(178, 60, 253, .5);
  box-shadow: 0 0 0 .25rem rgba(178, 60, 253, .5);
}
.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
  color: #eff0f6;
  background-color: #b23cfd;
  border-color: #b23cfd;
}
.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(178, 60, 253, .5);
  box-shadow: 0 0 0 .25rem rgba(178, 60, 253, .5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  background-color: transparent;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #00b74a;
  border-color: #00b74a;
}
.btn-check:focus+.btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .5);
  box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .5);
}
.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
  color: #eff0f6;
  background-color: #00b74a;
  border-color: #00b74a;
}
.btn-check:active+.btn-outline-success:focus, .btn-check:checked+.btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .5);
  box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  background-color: transparent;
}
.btn-outline-info:hover {
  color: #eff0f6;
  background-color: #39c0ed;
  border-color: #39c0ed;
}
.btn-check:focus+.btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(57, 192, 237, .5);
  box-shadow: 0 0 0 .25rem rgba(57, 192, 237, .5);
}
.btn-check:active+.btn-outline-info, .btn-check:checked+.btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
  color: #000;
  background-color: #39c0ed;
  border-color: #39c0ed;
}
.btn-check:active+.btn-outline-info:focus, .btn-check:checked+.btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(57, 192, 237, .5);
  box-shadow: 0 0 0 .25rem rgba(57, 192, 237, .5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  background-color: transparent;
}
.btn-outline-warning:hover {
  color: #eff0f6;
  background-color: #ffa900;
  border-color: #ffa900;
}
.btn-check:focus+.btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(255, 169, 0, .5);
  box-shadow: 0 0 0 .25rem rgba(255, 169, 0, .5);
}
.btn-check:active+.btn-outline-warning, .btn-check:checked+.btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
  color: #000;
  background-color: #ffa900;
  border-color: #ffa900;
}
.btn-check:active+.btn-outline-warning:focus, .btn-check:checked+.btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(255, 169, 0, .5);
  box-shadow: 0 0 0 .25rem rgba(255, 169, 0, .5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  background-color: transparent;
}
.btn-outline-danger:hover {
  color: #000;
  background-color: #f93154;
  border-color: #f93154;
}
.btn-check:focus+.btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .5);
  box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .5);
}
.btn-check:active+.btn-outline-danger, .btn-check:checked+.btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
  color: #eff0f6;
  background-color: #f93154;
  border-color: #f93154;
}
.btn-check:active+.btn-outline-danger:focus, .btn-check:checked+.btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .5);
  box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  background-color: transparent;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-check:focus+.btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 98.4%, .5);
  box-shadow: 0 0 0 .25rem hsla(0, 0%, 98.4%, .5);
}
.btn-check:active+.btn-outline-light, .btn-check:checked+.btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
  color: #000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-check:active+.btn-outline-light:focus, .btn-check:checked+.btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 98.4%, .5);
  box-shadow: 0 0 0 .25rem hsla(0, 0%, 98.4%, .5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  background-color: transparent;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #11111d;
  border-color: #212112;
}
.btn-check:focus+.btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5);
  box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5);
}
.btn-check:active+.btn-outline-dark, .btn-check:checked+.btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
  color: #fff;
  background-color: #11111d;
  border-color: #212112;
}
.btn-check:active+.btn-outline-dark:focus, .btn-check:checked+.btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5);
  box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  background-color: transparent;
}
.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus+.btn-outline-white, .btn-outline-white:focus {
  -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .5);
  box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .5);
}
.btn-check:active+.btn-outline-white, .btn-check:checked+.btn-outline-white, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show, .btn-outline-white:active {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:active+.btn-outline-white:focus, .btn-check:checked+.btn-outline-white:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus, .btn-outline-white:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .5);
  box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  background-color: transparent;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus+.btn-outline-black, .btn-outline-black:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5);
  box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5);
}
.btn-check:active+.btn-outline-black, .btn-check:checked+.btn-outline-black, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show, .btn-outline-black:active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:active+.btn-outline-black:focus, .btn-check:checked+.btn-outline-black:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus, .btn-outline-black:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5);
  box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #1266f1;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0e52c1;
}
.btn-link.disabled, .btn-link:disabled {
  color: #757575;
}
.btn-group-lg>.btn, .btn-lg {
  padding: .5rem 1rem;
  border-radius: .3rem;
}
.btn-group-sm>.btn, .btn-sm {
  padding: .25rem .5rem;
  border-radius: .2rem;
}
.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
@media(prefers-reduced-motion:reduce) {
  .fade {
  -webkit-transition: none;
  transition: none;
}
}.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}
@media(prefers-reduced-motion:reduce) {
  .collapsing {
  -webkit-transition: none;
  transition: none;
}
}.dropdown, .dropend, .dropstart, .dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}
.dropdown-menu[data-mdb-popper] {
  left: 0;
  margin-top: .125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-mdb-popper] {
  /*!rtl: ignore*/right:auto;
  /*!rtl: ignore*/left:0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-mdb-popper] {
  /*!rtl: ignore*/right:0;
  /*!rtl: ignore*/left:auto;
}
@media(min-width:576px) {
  .dropdown-menu-sm-start {
  --bs-position: start;
}
.dropdown-menu-sm-start[data-mdb-popper] {
  /*!rtl: ignore*/right:auto;
  /*!rtl: ignore*/left:0;
}
.dropdown-menu-sm-end {
  --bs-position: end;
}
.dropdown-menu-sm-end[data-mdb-popper] {
  /*!rtl: ignore*/right:0;
  /*!rtl: ignore*/left:auto;
}
}@media(min-width:768px) {
  .dropdown-menu-md-start {
  --bs-position: start;
}
.dropdown-menu-md-start[data-mdb-popper] {
  /*!rtl: ignore*/right:auto;
  /*!rtl: ignore*/left:0;
}
.dropdown-menu-md-end {
  --bs-position: end;
}
.dropdown-menu-md-end[data-mdb-popper] {
  /*!rtl: ignore*/right:0;
  /*!rtl: ignore*/left:auto;
}
}@media(min-width:992px) {
  .dropdown-menu-lg-start {
  --bs-position: start;
}
.dropdown-menu-lg-start[data-mdb-popper] {
  /*!rtl: ignore*/right:auto;
  /*!rtl: ignore*/left:0;
}
.dropdown-menu-lg-end {
  --bs-position: end;
}
.dropdown-menu-lg-end[data-mdb-popper] {
  /*!rtl: ignore*/right:0;
  /*!rtl: ignore*/left:auto;
}
}@media(min-width:1200px) {
  .dropdown-menu-xl-start {
  --bs-position: start;
}
.dropdown-menu-xl-start[data-mdb-popper] {
  /*!rtl: ignore*/right:auto;
  /*!rtl: ignore*/left:0;
}
.dropdown-menu-xl-end {
  --bs-position: end;
}
.dropdown-menu-xl-end[data-mdb-popper] {
  /*!rtl: ignore*/right:0;
  /*!rtl: ignore*/left:auto;
}
}@media(min-width:1400px) {
  .dropdown-menu-xxl-start {
  --bs-position: start;
}
.dropdown-menu-xxl-start[data-mdb-popper] {
  /*!rtl: ignore*/right:auto;
  /*!rtl: ignore*/left:0;
}
.dropdown-menu-xxl-end {
  --bs-position: end;
}
.dropdown-menu-xxl-end[data-mdb-popper] {
  /*!rtl: ignore*/right:0;
  /*!rtl: ignore*/left:auto;
}
}.dropup .dropdown-menu {
  top: auto;
  bottom: 100%}
.dropup .dropdown-menu[data-mdb-popper] {
  margin-top: 0;
  margin-bottom: .125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%}
.dropend .dropdown-menu[data-mdb-popper] {
  margin-top: 0;
  margin-left: .125rem;
}
.dropend .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-toggle:after {
  vertical-align: 0;
}
.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropstart .dropdown-menu[data-mdb-popper] {
  margin-top: 0;
  margin-right: .125rem;
}
.dropstart .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none;
}
.dropstart .dropdown-toggle:before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, .15);
}
.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212112;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #222;
}
.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  background-color: #1266f1;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #9e9e9e;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #757575;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: .5rem 1rem;
  color: #212112;
}
.dropdown-menu-dark {
  color: #eff0f6;
  background-color: #0f0f1a;
  border-color: rgba(0, 0, 0, .15);
}
.dropdown-menu-dark .dropdown-item {
  color: #e0e0e0;
}
.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, .15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #1266f1;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #9e9e9e;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, .15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #e0e0e0;
}
.dropdown-menu-dark .dropdown-header {
  color: #9e9e9e;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical>.btn, .btn-group>.btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical>.btn-check:checked+.btn, .btn-group-vertical>.btn-check:focus+.btn, .btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn-check:checked+.btn, .btn-group>.btn-check:focus+.btn, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
  margin-left: -.125rem;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split:after, .dropend .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
  width: 100%}
.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
  margin-top: -.125rem;
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn~.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
@media(prefers-reduced-motion:reduce) {
  .nav-link {
  -webkit-transition: none;
  transition: none;
}
}.nav-link.disabled {
  color: #757575;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #4bde97;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eee #eee #e0e0e0;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #757575;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #616161;
  background-color: #fff;
  border-color: #4bde97;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
}
.nav-fill .nav-item, .nav-fill>.nav-link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item, .nav-justified>.nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content>.tab-pane {
  display: none;
}
.tab-content>.active {
  display: block;
}
.navbar {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.navbar, .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
}
.navbar-brand {
  padding-top: .3rem;
  padding-bottom: .3rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  -webkit-transition: -webkit-box-shadow .15s ease-in-out;
  transition: -webkit-box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion:reduce) {
  .navbar-toggler {
  -webkit-transition: none;
  transition: none;
}
}.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .25rem;
  box-shadow: 0 0 0 .25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media(min-width:576px) {
  .navbar-expand-sm {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand-sm .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand-sm .navbar-collapse {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
  display: none;
}
}@media(min-width:768px) {
  .navbar-expand-md {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand-md .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand-md .navbar-collapse {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
  display: none;
}
}@media(min-width:992px) {
  .navbar-expand-lg {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand-lg .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand-lg .navbar-collapse {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
  display: none;
}
}@media(min-width:1200px) {
  .navbar-expand-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand-xl .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand-xl .navbar-collapse {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
  display: none;
}
}@media(min-width:1400px) {
  .navbar-expand-xxl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand-xxl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand-xxl .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-xxl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand-xxl .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand-xxl .navbar-collapse {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand-xxl .navbar-toggler {
  display: none;
}
}.navbar-expand {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .55);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .55);
  border-color: rgba(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(0,  0,  0,  0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'%2F%3E%3C%2Fsvg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .55);
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #CACACA
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #eff0f6
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, .25);
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
  color: #eff0f6;
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, .55);
  border-color: hsla(0, 0%, 100%, .1);
}
.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(255,  255,  255,  0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'%2F%3E%3C%2Fsvg%3E");
}
.navbar-dark .navbar-text {
  color: #CACACA
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}
.card>hr {
  margin-right: 0;
  margin-left: 0;
}
.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.card>.card-header+.list-group, .card>.list-group+.card-footer {
  border-top: 0;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.card-title {
  margin-bottom: .5rem;
}
.card-subtitle {
  margin-top: -.25rem;
}
.card-subtitle, .card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link+.card-link {
  /*!rtl: ignore*/margin-left:1rem;
}
.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-header-tabs {
  margin-bottom: -.5rem;
  border-bottom: 0;
}
.card-header-pills, .card-header-tabs {
  margin-right: -.5rem;
  margin-left: -.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(.25rem - 1px);
}
.card-img, .card-img-bottom, .card-img-top {
  width: 100%}
.card-img, .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.card-group>.card {
  margin-bottom: .75rem;
}
@media(min-width:576px) {
  .card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.card-group>.card {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-bottom: 0;
}
.card-group>.card+.card {
  margin-left: 0;
  border-left: 0;
}
.card-group>.card:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
  border-top-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
  border-bottom-right-radius: 0;
}
.card-group>.card:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
  border-top-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
  border-bottom-left-radius: 0;
}
}.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
}
.breadcrumb-item+.breadcrumb-item:before {
  float: left;
  padding-right: .5rem;
  color: #757575;
  content: var(--bs-breadcrumb-divider, "/") /*!rtl: var(--bs-breadcrumb-divider,  "/") */}
.breadcrumb-item.active {
  color: #757575;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
@media(prefers-reduced-motion:reduce) {
  .page-link {
  -webkit-transition: none;
  transition: none;
}
}.page-link:hover {
  z-index: 2;
  background-color: #eee;
  border-color: #e0e0e0;
}
.page-link:focus {
  z-index: 3;
  color: #0e52c1;
  background-color: #eee;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25);
  box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  border-color: #1266f1;
}
.page-item.disabled .page-link {
  color: #757575;
  pointer-events: none;
  background-color: #fff;
  border-color: #e0e0e0;
}
.page-link {
  padding: .375rem .75rem;
}
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-success {
  color: #006e2c;
  background-color: #ccf1db;
  border-color: #b3e9c9;
}
.alert-success .alert-link {
  color: #005823;
}
.alert-info {
  color: #22738e;
  background-color: #d7f2fb;
  border-color: #c4ecfa;
}
.alert-info .alert-link {
  color: #1b5c72;
}
.alert-warning {
  color: #640;
  background-color: #fec;
  border-color: #ffe5b3;
}
.alert-warning .alert-link {
  color: #523600;
}
.alert-danger {
  color: #951d32;
  background-color: #fed6dd;
  border-color: #fdc1cc;
}
.alert-danger .alert-link {
  color: #771728;
}
.alert-light {
  color: #646464;
  background-color: #fefefe;
  border-color: #fefefe;
}
.alert-light .alert-link {
  color: #505050;
}
.alert-dark {
  color: #171717;
  background-color: #d4d4d4;
  border-color: #bebebe;
}
.alert-dark .alert-link {
  color: #121212;
}
.alert-white {
  color: #666;
  background-color: #fff;
  border-color: #fff;
}
.alert-white .alert-link {
  color: #525252;
}
.alert-black {
  color: #000;
  background-color: #ccc;
  border-color: #b3b3b3;
}
.alert-black .alert-link {
  color: #000;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
  background-position-x: 4px;
}
}@keyframes progress-bar-stripes {
  0% {
  background-position-x: 4px;
}
}.progress {
  height: 4px;
  font-size: .75rem;
  background-color: #eee;
  border-radius: .25rem;
}
.progress, .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.progress-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}
@media(prefers-reduced-motion:reduce) {
  .progress-bar {
  -webkit-transition: none;
  transition: none;
}
}.progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
  background-size: 4px 4px;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media(prefers-reduced-motion:reduce) {
  .progress-bar-animated {
  -webkit-animation: none;
  animation: none;
}
}.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}
.list-group-item-action {
  width: 100%;
  color: #616161;
  text-align: inherit;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #616161;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item-action:active {
  color: #eff0f6;
  background-color: #eee;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #757575;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
}
.list-group-item+.list-group-item {
  border-top-width: 0;
}
.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media(min-width:576px) {
  .list-group-horizontal-sm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal-sm>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal-sm>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal-sm>.list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal-sm>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
}@media(min-width:768px) {
  .list-group-horizontal-md {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal-md>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal-md>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal-md>.list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal-md>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal-md>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
}@media(min-width:992px) {
  .list-group-horizontal-lg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal-lg>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal-lg>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal-lg>.list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal-lg>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
}@media(min-width:1200px) {
  .list-group-horizontal-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal-xl>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal-xl>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal-xl>.list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal-xl>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
}@media(min-width:1400px) {
  .list-group-horizontal-xxl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal-xxl>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal-xxl>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal-xxl>.list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal-xxl>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
}.list-group-flush {
  border-radius: 0;
}
.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #0b3d91;
  background-color: #d0e0fc;
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #0b3d91;
  background-color: #bbcae3;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0b3d91;
  border-color: #0b3d91;
}
.list-group-item-secondary {
  color: #6b2498;
  background-color: #f0d8ff;
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #6b2498;
  background-color: #d8c2e6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #6b2498;
  border-color: #6b2498;
}
.list-group-item-success {
  color: #006e2c;
  background-color: #ccf1db;
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #006e2c;
  background-color: #b8d9c5;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #006e2c;
  border-color: #006e2c;
}
.list-group-item-info {
  color: #22738e;
  background-color: #d7f2fb;
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #22738e;
  background-color: #c2dae2;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #22738e;
  border-color: #22738e;
}
.list-group-item-warning {
  color: #640;
  background-color: #fec;
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #640;
  background-color: #e6d6b8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #640;
  border-color: #640;
}
.list-group-item-danger {
  color: #951d32;
  background-color: #fed6dd;
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #951d32;
  background-color: #e5c1c7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #951d32;
  border-color: #951d32;
}
.list-group-item-light {
  color: #646464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #646464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}
.list-group-item-dark {
  color: #171717;
  background-color: #d4d4d4;
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #171717;
  background-color: #bfbfbf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #171717;
  border-color: #171717;
}
.list-group-item-white {
  color: #666;
  background-color: #fff;
}
.list-group-item-white.list-group-item-action:focus, .list-group-item-white.list-group-item-action:hover {
  color: #666;
  background-color: #e6e6e6;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.list-group-item-black {
  color: #000;
  background-color: #ccc;
}
.list-group-item-black.list-group-item-action:focus, .list-group-item-black.list-group-item-action:hover {
  color: #000;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-close {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em;
  color: #000;
  background: transparent url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'%2F%3E%3C%2Fsvg%3E") 50%/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25);
  box-shadow: 0 0 0 .25rem rgba(18, 102, 241, .25);
  opacity: 1;
}
.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .25;
}
.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container>:not(:last-child) {
  margin-bottom: .75rem;
}
.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem .75rem;
  color: #757575;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -.375rem;
  margin-left: .75rem;
}
.toast-body {
  padding: .75rem;
  word-wrap: break-word;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media(prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
  -webkit-transition: none;
  transition: none;
}
}.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content, .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: .5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.modal-header .btn-close {
  padding: .5rem;
  margin: -.5rem -.5rem -.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #e0e0e0;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}
.modal-footer>* {
  margin: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media(min-width:576px) {
  .modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}
.modal-dialog-scrollable {
  height: calc(100% - 3.5rem);
}
.modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}
.modal-sm {
  max-width: 300px;
}
}@media(min-width:992px) {
  .modal-lg, .modal-xl {
  max-width: 800px;
}
}@media(min-width:1200px) {
  .modal-xl {
  max-width: 1140px;
}
}.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media(max-width:575.98px) {
  .modal-fullscreen-sm-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen-sm-down .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen-sm-down .modal-header {
  border-radius: 0;
}
.modal-fullscreen-sm-down .modal-body {
  overflow-y: auto;
}
.modal-fullscreen-sm-down .modal-footer {
  border-radius: 0;
}
}@media(max-width:767.98px) {
  .modal-fullscreen-md-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen-md-down .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen-md-down .modal-header {
  border-radius: 0;
}
.modal-fullscreen-md-down .modal-body {
  overflow-y: auto;
}
.modal-fullscreen-md-down .modal-footer {
  border-radius: 0;
}
}@media(max-width:991.98px) {
  .modal-fullscreen-lg-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen-lg-down .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen-lg-down .modal-header {
  border-radius: 0;
}
.modal-fullscreen-lg-down .modal-body {
  overflow-y: auto;
}
.modal-fullscreen-lg-down .modal-footer {
  border-radius: 0;
}
}@media(max-width:1199.98px) {
  .modal-fullscreen-xl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen-xl-down .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen-xl-down .modal-header {
  border-radius: 0;
}
.modal-fullscreen-xl-down .modal-body {
  overflow-y: auto;
}
.modal-fullscreen-xl-down .modal-footer {
  border-radius: 0;
}
}@media(max-width:1399.98px) {
  .modal-fullscreen-xxl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen-xxl-down .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-header {
  border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-body {
  overflow-y: auto;
}
.modal-fullscreen-xxl-down .modal-footer {
  border-radius: 0;
}
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after {
  display: block;
  clear: both;
  content: ""}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}
@media(prefers-reduced-motion:reduce) {
  .carousel-item {
  -webkit-transition: none;
  transition: none;
}
}.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}
/*!rtl:begin:ignore*/.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/*!rtl:end:ignore*/.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s .6s;
  transition: opacity 0s .6s;
}
@media(prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  -webkit-transition: none;
  transition: none;
}
}.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: .5;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}
@media(prefers-reduced-motion:reduce) {
  .carousel-control-next, .carousel-control-prev {
  -webkit-transition: none;
  transition: none;
}
}.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%}

/*!rtl:options: {

  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-next-icon, .carousel-control-prev-icon {
  background-image: none;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-mdb-target] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}
@media(prefers-reduced-motion:reduce) {
  .carousel-indicators [data-mdb-target] {
  -webkit-transition: none;
  transition: none;
}
}.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-mdb-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  /*!rtl: ignore*/to {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
}@keyframes spinner-border {
  /*!rtl: ignore*/to {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
}.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid;
  border-right: .25em solid transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}
@-webkit-keyframes spinner-grow {
  0% {
  -webkit-transform: scale(0);
  transform: scale(0);
}
50% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
}@keyframes spinner-grow {
  0% {
  -webkit-transform: scale(0);
  transform: scale(0);
}
50% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
}.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media(prefers-reduced-motion:reduce) {
  .spinner-border, .spinner-grow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
}
.clearfix:after {
  display: block;
  clear: both;
  content: ""}
.link-primary {
  color: #1266f1;
}
.link-primary:focus, .link-primary:hover {
  color: #0e52c1;
}
.link-secondary {
  color: #b23cfd;
}
.link-secondary:focus, .link-secondary:hover {
  color: #c163fd;
}
.link-success {
  color: #00b74a;
}
.link-success:focus, .link-success:hover {
  color: #33c56e;
}
.link-info {
  color: #39c0ed;
}
.link-info:focus, .link-info:hover {
  color: #61cdf1;
}
.link-warning {
  color: #ffa900;
}
.link-warning:focus, .link-warning:hover {
  color: #ffba33;
}
.link-danger {
  color: #f93154;
}
.link-danger:focus, .link-danger:hover {
  color: #fa5a76;
}
.link-light {
  color: #fbfbfb;
}
.link-light:focus, .link-light:hover {
  color: #fcfcfc;
}
.link-dark {
  color: #212112;
}
.link-dark:focus, .link-dark:hover {
  color: #1e1e1e;
}
.link-white, .link-white:focus, .link-white:hover {
  color: #fff;
}
.link-black, .link-black:focus, .link-black:hover {
  color: #000;
}
.ratio {
  position: relative;
  width: 100%}
.ratio:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""}
.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%}
.ratio-1x1 {
  --bs-aspect-ratio: 100%}
.ratio-4x3 {
  --bs-aspect-ratio: 75%}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%}
.ratio-21x9 {
  --bs-aspect-ratio: 42.85714%}
.fixed-top {
  top: 0;
}
.fixed-bottom, .fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media(min-width:576px) {
  .sticky-sm-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
}@media(min-width:768px) {
  .sticky-md-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
}@media(min-width:992px) {
  .sticky-lg-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
}@media(min-width:1200px) {
  .sticky-xl-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
}@media(min-width:1400px) {
  .sticky-xxl-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
}.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0, 0, 0, 0)!important;
  white-space: nowrap!important;
  border: 0!important;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:root {
  --mdb-font-roboto: "Roboto", sans-serif;
}
body {
  font-family: var(--mdb-font-roboto);
  line-height: 1.6;
  color: #eff0f6;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
}
.note {
  padding: 10px;
  border-left: 6px solid;
  border-radius: 5px;
}
.note strong {
  font-weight: 600;
}
.note p {
  font-weight: 500;
}
.note-success {
  background-color: #c6ffdd;
  border-color: #00b74a;
}
.note-danger {
  background-color: #fee3e8;
  border-color: #f93154;
}
.note-warning {
  background-color: #fff1d6;
  border-color: #ffa900;
}
.note-info {
  background-color: #e1f6fc;
  border-color: #39c0ed;
}
.note-light {
  background-color: #fbfbfb;
  border-color: #212112;
}
@media(min-width:1199px) {
  .w-responsive {
  width: 75%}
}.bg-success {
  background-color: #00b74a!important;
}
.bg-info {
  background-color: #39c0ed!important;
}
.bg-warning {
  background-color: #ffa900!important;
}
.bg-danger {
  background-color: #f93154!important;
}
.bg-light {
  background-color: #fbfbfb!important;
}
.bg-dark {
  background-color: #11111d!important;
}
.bg-white {
  background-color: #fff!important;
}
.bg-black {
  background-color: #000!important;
}
.shadow-0 {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.shadow-1 {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05)!important;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05)!important;
}
.shadow-2 {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05)!important;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05)!important;
}
.shadow-3 {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05)!important;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05)!important;
}
.shadow-4 {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .05)!important;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .05)!important;
}
.shadow-5 {
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .05)!important;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .05)!important;
}
.shadow-1-strong {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 3px 10px 0 rgba(0, 0, 0, .2)!important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 3px 10px 0 rgba(0, 0, 0, .2)!important;
}
.shadow-2-strong {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25), 0 5px 15px 2px rgba(0, 0, 0, .2)!important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25), 0 5px 15px 2px rgba(0, 0, 0, .2)!important;
}
.shadow-3-strong {
  -webkit-box-shadow: 0 6px 11px 0 rgba(0, 0, 0, .25), 0 7px 20px 3px rgba(0, 0, 0, .2)!important;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, .25), 0 7px 20px 3px rgba(0, 0, 0, .2)!important;
}
.shadow-4-strong {
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .25), 0 10px 30px 4px rgba(0, 0, 0, .2)!important;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .25), 0 10px 30px 4px rgba(0, 0, 0, .2)!important;
}
.shadow-5-strong {
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .25), 0 12px 40px 5px rgba(0, 0, 0, .2)!important;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .25), 0 12px 40px 5px rgba(0, 0, 0, .2)!important;
}
.bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%}
.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}
.hover-overlay .mask {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.hover-overlay .mask:hover {
  opacity: 1;
}
.hover-zoom img, .hover-zoom video {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.hover-zoom:hover img, .hover-zoom:hover video {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card.hover-shadow, .hover-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.card.hover-shadow:hover, .hover-shadow:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bg-fixed {
  background-attachment: fixed;
}
.form-control {
  min-height: auto;
  padding-top: 4px;
  padding-bottom: 3.28px;
}
.form-control, .form-control:focus {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.form-control-sm {
  font-size: .775rem;
  line-height: 1.5;
}
.form-control.form-control-lg {
  line-height: 2.15;
  border-radius: .25rem;
}
.form-outline {
  position: relative;
}
.form-outline .form-helper {
  width: 100%;
  position: absolute;
  font-size: .875em;
  color: #757575;
}
.form-outline .form-helper .form-counter {
  text-align: right;
}
.form-outline .trailing {
  position: absolute;
  right: 10px;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.form-outline .form-icon-trailing {
  padding-right: 2rem!important;
}
.form-outline .form-control {
  min-height: auto;
  padding: .33em .75em;
  border: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.form-outline .form-control~.form-label {
  position: absolute;
  top: 0;
  left: .75rem;
  padding-top: .37rem;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  color: rgba(0, 0, 0, .6);
  margin-bottom: 0;
}
.form-outline .form-control~.form-notch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
}
.form-outline .form-control~.form-notch div {
  pointer-events: none;
  border: 1px solid #bdbdbd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-outline .form-control~.form-notch .form-notch-leading {
  left: 0;
  top: 0;
  height: 100%;
  width: .5rem;
  border-right: none;
  border-radius: .25rem 0 0 .25rem;
}
.form-outline .form-control~.form-notch .form-notch-middle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 1rem);
  height: 100%;
  border-right: none;
  border-left: none;
}
.form-outline .form-control~.form-notch .form-notch-trailing {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  border-left: none;
  border-radius: 0 .25rem .25rem 0;
}
.form-outline .form-control:not(.placeholder-active)::-webkit-input-placeholder {
  opacity: 0;
}
.form-outline .form-control:not(.placeholder-active)::-moz-placeholder {
  opacity: 0;
}
.form-outline .form-control:not(.placeholder-active):-ms-input-placeholder {
  opacity: 0;
}
.form-outline .form-control:not(.placeholder-active)::-ms-input-placeholder {
  opacity: 0;
}
.form-outline .form-control:not(.placeholder-active)::placeholder {
  opacity: 0;
}
.form-outline .form-control.active::-webkit-input-placeholder, .form-outline .form-control:focus::-webkit-input-placeholder {
  opacity: 1;
}
.form-outline .form-control.active::-moz-placeholder, .form-outline .form-control:focus::-moz-placeholder {
  opacity: 1;
}
.form-outline .form-control.active:-ms-input-placeholder, .form-outline .form-control:focus:-ms-input-placeholder {
  opacity: 1;
}
.form-outline .form-control.active::-ms-input-placeholder, .form-outline .form-control:focus::-ms-input-placeholder {
  opacity: 1;
}
.form-outline .form-control.active::placeholder, .form-outline .form-control:focus::placeholder {
  opacity: 1;
}
.form-outline .form-control:focus {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.form-outline .form-control.active~.form-label, .form-outline .form-control:focus~.form-label {
  -webkit-transform: translateY(-1rem) translateY(.1rem) scale(.8);
  transform: translateY(-1rem) translateY(.1rem) scale(.8);
}
.form-outline .form-control.active~.form-notch .form-notch-middle, .form-outline .form-control:focus~.form-notch .form-notch-middle {
  border-top: none;
  border-right: none;
  border-left: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.form-outline .form-control:focus~.form-notch .form-notch-middle {
  border-bottom: .125rem solid;
}
.form-outline .form-control.active~.form-notch .form-notch-leading, .form-outline .form-control:focus~.form-notch .form-notch-leading {
  border-right: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.form-outline .form-control:focus~.form-notch .form-notch-leading {
  border-top: .125rem solid #1266f1;
  border-bottom: .125rem solid #1266f1;
  border-left: .125rem solid #1266f1;
}
.form-outline .form-control.active~.form-notch .form-notch-trailing, .form-outline .form-control:focus~.form-notch .form-notch-trailing {
  border-left: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.form-outline .form-control:focus~.form-notch .form-notch-trailing {
  border-top: .125rem solid #1266f1;
  border-bottom: .125rem solid #1266f1;
  border-right: .125rem solid #1266f1;
}
.form-outline .form-control.disabled, .form-outline .form-control:disabled, .form-outline .form-control[readonly] {
  background-color: #e9ecef;
}
.form-outline .form-control.form-control-lg {
  font-size: 1rem;
  line-height: 2.15;
  padding-left: .75em;
  padding-right: .75em;
}
.form-outline .form-control.form-control-lg~.form-label {
  padding-top: .7rem;
}
.form-outline .form-control.form-control-lg.active~.form-label, .form-outline .form-control.form-control-lg:focus~.form-label {
  -webkit-transform: translateY(-1.25rem) translateY(.1rem) scale(.8);
  transform: translateY(-1.25rem) translateY(.1rem) scale(.8);
}
.form-outline .form-control.form-control-sm {
  padding: .43em .99em .35em;
  font-size: .775rem;
  line-height: 1.6;
}
.form-outline .form-control.form-control-sm~.form-label {
  padding-top: .33rem;
  font-size: .775rem;
}
.form-outline .form-control.form-control-sm.active~.form-label, .form-outline .form-control.form-control-sm:focus~.form-label {
  -webkit-transform: translateY(-.85rem) translateY(.1rem) scale(.8);
  transform: translateY(-.85rem) translateY(.1rem) scale(.8);
}
.form-outline.form-white .form-control {
  color: #fff;
}
.form-outline.form-white .form-control~.form-label {
  color: #fbfbfb;
}
.form-outline.form-white .form-control~.form-notch div {
  border-color: #fbfbfb;
}
.form-outline.form-white .form-control:focus~.form-label {
  color: #fff;
}
.form-outline.form-white .form-control:focus~.form-notch .form-notch-middle {
  border-color: #fff;
}
.form-outline.form-white .form-control:focus~.form-notch .form-notch-leading {
  border-top: .125rem solid #fff;
  border-bottom: .125rem solid #fff;
  border-left: .125rem solid #fff;
}
.form-outline.form-white .form-control:focus~.form-notch .form-notch-trailing {
  border-color: #fff;
}
.select-input.form-control[readonly]:not([disabled]) {
  background-color: transparent;
}
.form-check {
  line-height: 1.3;
  margin-bottom: 0;
  min-height: auto;
}
.form-check .form-check-input {
  margin-left: -1.79rem;
}
.form-check .form-check-input[type=radio] {
  margin-left: -1.85rem;
}
.form-check-input {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #fff;
  border: .125rem solid #757575;
  margin-top: 0;
}
.form-check-input:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: .875rem;
  height: .875rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form-check-input:hover {
  cursor: pointer;
}
.form-check-input:hover:before {
  opacity: .04;
  -webkit-box-shadow: 0 0 0 13px rgba(0, 0, 0, .6);
  box-shadow: 0 0 0 13px rgba(0, 0, 0, .6);
}
.form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #757575;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}
.form-check-input:focus:before {
  opacity: .12;
  -webkit-box-shadow: 0 0 0 13px rgba(0, 0, 0, .6);
  box-shadow: 0 0 0 13px rgba(0, 0, 0, .6);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: box-shadow .2s, transform .2s;
  transition: box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
}
.form-check-input:checked:before {
  opacity: .16;
}
.form-check-input:checked:after {
  content: "";
  position: absolute;
}
.form-check-input:checked:focus:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: box-shadow .2s, transform .2s;
  transition: box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
}
.form-check-input[type=checkbox] {
  border-radius: .125rem;
}
.form-check-input[type=checkbox]:focus:after {
  content: "";
  position: absolute;
  width: .875rem;
  height: .875rem;
  z-index: 1;
  display: block;
  border-radius: 0;
  background-color: #fff;
}
.form-check-input[type=checkbox]:checked {
  background-image: none;
}
.form-check-input[type=checkbox]:checked:after {
  display: block;
  -webkit-transform: rotate(45deg) /*!rtl:ignore*/;
  transform: rotate(45deg) /*!rtl:ignore*/;
  width: .375rem;
  height: .8125rem;
  border: .125rem solid #fff;
  border-top: 0;
  border-left: 0 /*!rtl:ignore*/;
  margin-left: .25rem;
  margin-top: -1px;
}
.form-check-input[type=checkbox]:indeterminate {
  background-image: none;
  border-color: #757575;
}
.form-check-input[type=checkbox]:indeterminate:after {
  display: block;
  -webkit-transform: rotate(90deg) /*!rtl:ignore*/;
  transform: rotate(90deg) /*!rtl:ignore*/;
  width: .125rem;
  height: .875rem;
  border: .125rem solid #fff;
  border-top: 0;
  border-left: 0 /*!rtl:ignore*/;
  margin-left: .375rem;
  margin-top: 0;
}
.form-check-input[type=radio] {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
}
.form-check-input[type=radio]:before {
  width: 1rem;
  height: 1rem;
}
.form-check-input[type=radio]:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  z-index: 1;
  display: block;
  border-radius: 50%;
  background-color: #fff;
}
.form-check-input[type=radio]:checked {
  background-image: none;
  background-color: #fff;
}
.form-check-input[type=radio]:checked:after {
  border-radius: 50%;
  width: .625rem;
  height: .625rem;
  margin-top: .1875rem;
  margin-left: .1875rem;
  -webkit-transition: border-color;
  transition: border-color;
}
.form-check-input[type=radio]:checked:focus {
  background-color: #fff;
}
.form-check-label:hover {
  cursor: pointer;
}
.form-switch {
  padding-left: 1.85rem;
}
.form-switch .form-check-input {
  background-image: none;
  border-width: 0;
  border-radius: .4375rem;
  width: 2.25rem;
  height: .875rem;
  background-color: rgba(0, 0, 0, .38);
  margin-top: .35rem;
  margin-right: .7rem;
}
.form-switch .form-check-input:after {
  content: "";
  position: absolute;
  border: none;
  z-index: 2;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  margin-top: -.1875rem;
  -webkit-transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, transform .2s;
  transition: background-color .2s, transform .2s, -webkit-transform .2s;
}
.form-switch .form-check-input:focus {
  background-image: none;
}
.form-switch .form-check-input:focus:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: box-shadow .2s, transform .2s;
  transition: box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
}
.form-switch .form-check-input:focus:after {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
}
.form-switch .form-check-input:checked, .form-switch .form-check-input:checked:focus {
  background-image: none;
}
.form-switch .form-check-input:checked:focus:before {
  margin-left: 1.0625rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: box-shadow .2s, transform .2s;
  transition: box-shadow .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
}
.form-switch .form-check-input:checked[type=checkbox] {
  background-image: none;
}
.form-switch .form-check-input:checked[type=checkbox]:after {
  content: "";
  position: absolute;
  border: none;
  z-index: 2;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -3px;
  margin-left: 1.0625rem;
  -webkit-transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, transform .2s;
  transition: background-color .2s, transform .2s, -webkit-transform .2s;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .form-control[type=file]::-webkit-file-upload-button {
  background-color: transparent;
}
.form-control-sm::-webkit-file-upload-button {
  padding: .28rem .5rem;
  margin: -.28rem -.5rem;
}
.input-group>.form-control {
  min-height: calc(2.08rem + 2px);
  height: calc(2.08rem + 2px);
  padding-top: .27rem;
  padding-bottom: .27rem;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.input-group>.form-control:focus {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  outline: 0;
}
.input-group-text {
  padding-top: .25rem;
  padding-bottom: .20rem;
}
.input-group-lg>.form-control {
  height: calc(2.645rem + 2px);
  font-size: 1rem;
  padding-top: .33rem;
  padding-bottom: .33rem;
}
.input-group-lg .input-group-text {
  font-size: 1rem;
}
.input-group-sm>.form-control {
  min-height: calc(1.66rem + 2px);
  height: calc(1.66rem + 2px);
  font-size: .775rem;
  padding-top: .33rem;
  padding-bottom: .33rem;
}
.input-group-sm .input-group-text {
  font-size: .775rem;
  line-height: 1.6;
}
.input-group.form-outline .input-group-text {
  border-left: 0;
}
.input-group.form-outline input+.input-group-text {
  border: 0;
  border-left: 1px solid #bdbdbd;
}
.input-group .form-outline:not(:first-child), .input-group .form-outline:not(:first-child) .form-notch-leading {
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
}
.input-group .form-outline:not(:last-child), .input-group .form-outline:not(:last-child) .form-notch-trailing {
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
}
.input-group>[class*=btn-outline-]+[class*=btn-outline-] {
  border-left: 0;
}
.input-group .invalid-feedback, .input-group .valid-feedback, .was-validated .input-group .invalid-feedback, .was-validated .input-group .valid-feedback {
  margin-top: 2.5rem;
}
.valid-feedback {
  width: auto;
  color: #00b74a;
  margin-top: -.75rem;
}
.form-control.is-valid, .was-validated .form-control:valid {
  margin-bottom: 1rem;
  background-image: none;
  border-color: #00b74a;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #00b74a;
  -webkit-box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .25);
  box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .25);
}
.form-outline .form-control.is-valid~.form-label, .was-validated .form-outline .form-control:valid~.form-label {
  color: #00b74a;
}
.form-outline .form-control.is-valid~.form-notch .form-notch-leading, .form-outline .form-control.is-valid~.form-notch .form-notch-middle, .form-outline .form-control.is-valid~.form-notch .form-notch-trailing, .form-select.is-valid, .was-validated .form-outline .form-control:valid~.form-notch .form-notch-leading, .was-validated .form-outline .form-control:valid~.form-notch .form-notch-middle, .was-validated .form-outline .form-control:valid~.form-notch .form-notch-trailing, .was-validated .form-select:valid {
  border-color: #00b74a;
}
.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: #00b74a;
  -webkit-box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .25);
  box-shadow: 0 0 0 .25rem rgba(0, 183, 74, .25);
}
.form-select.is-valid~.valid-feedback, .was-validated .form-select:valid~.valid-feedback {
  margin-top: 0;
}
.input-group .form-control.is-valid, .was-validated .input-group .form-control:valid {
  margin-bottom: 0;
}
.was-validated input[type=file].form-control:valid .valid-feedback, input[type=file].form-control.is-valid .valid-feedback {
  margin-top: 0;
}
.was-validated input[type=file].form-control:valid:focus, input[type=file].form-control.is-valid:focus {
  -webkit-box-shadow: inset 0 0 0 1px #00b74a;
  box-shadow: inset 0 0 0 1px #00b74a;
  border-color: #00b74a;
}
.was-validated input[type=file].form-control:valid:focus~.form-file-label, input[type=file].form-control.is-valid:focus~.form-file-label {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.was-validated input[type=file].form-control:valid:focus-within~.form-file-label .form-file-button, .was-validated input[type=file].form-control:valid:focus-within~.form-file-label .form-file-text, input[type=file].form-control.is-valid:focus-within~.form-file-label .form-file-button, input[type=file].form-control.is-valid:focus-within~.form-file-label .form-file-text {
  border-color: #00b74a;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #00b74a;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #00b74a;
}
.form-check-input.is-valid:checked:focus:before, .was-validated .form-check-input:valid:checked:focus:before {
  -webkit-box-shadow: 0 0 0 13px #00b74a;
  box-shadow: 0 0 0 13px #00b74a;
}
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-check-input.is-valid:focus:before, .was-validated .form-check-input:valid:focus:before {
  -webkit-box-shadow: 0 0 0 13px #00b74a;
  box-shadow: 0 0 0 13px #00b74a;
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
  color: #00b74a;
  margin-bottom: 1rem;
}
.form-check-input.is-valid[type=checkbox]:checked:focus, .was-validated .form-check-input:valid[type=checkbox]:checked:focus {
  background-color: #00b74a;
  border-color: #00b74a;
}
.form-check-input.is-valid[type=radio]:checked, .was-validated .form-check-input:valid[type=radio]:checked {
  border-color: #00b74a;
  background-color: #fff;
}
.form-check-input.is-valid[type=radio]:checked:focus:before, .was-validated .form-check-input:valid[type=radio]:checked:focus:before {
  -webkit-box-shadow: 0 0 0 13px #00b74a;
  box-shadow: 0 0 0 13px #00b74a;
}
.form-check-input.is-valid[type=radio]:checked:after, .was-validated .form-check-input:valid[type=radio]:checked:after {
  border-color: #00b74a;
  background-color: #00b74a;
}
.form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em;
}
.invalid-feedback {
  width: auto;
  color: #f93154;
  margin-top: -.75rem;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  margin-bottom: 1rem;
  background-image: none;
  border-color: #f93154;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #f93154;
  -webkit-box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .25);
  box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .25);
}
.form-outline .form-control.is-invalid~.form-label, .was-validated .form-outline .form-control:invalid~.form-label {
  color: #f93154;
}
.form-outline .form-control.is-invalid~.form-notch .form-notch-leading, .form-outline .form-control.is-invalid~.form-notch .form-notch-middle, .form-outline .form-control.is-invalid~.form-notch .form-notch-trailing, .form-select.is-invalid, .was-validated .form-outline .form-control:invalid~.form-notch .form-notch-leading, .was-validated .form-outline .form-control:invalid~.form-notch .form-notch-middle, .was-validated .form-outline .form-control:invalid~.form-notch .form-notch-trailing, .was-validated .form-select:invalid {
  border-color: #f93154;
}
.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: #f93154;
  -webkit-box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .25);
  box-shadow: 0 0 0 .25rem rgba(249, 49, 84, .25);
}
.form-select.is-invalid~.invalid-feedback, .was-validated .form-select:invalid~.invalid-feedback {
  margin-top: 0;
}
.input-group .form-control.is-invalid, .was-validated .input-group .form-control:invalid {
  margin-bottom: 0;
}
.was-validated input[type=file].form-control:invalid .invalid-feedback, input[type=file].form-control.is-invalid .invalid-feedback {
  margin-top: 0;
}
.was-validated input[type=file].form-control:invalid:focus, input[type=file].form-control.is-invalid:focus {
  -webkit-box-shadow: inset 0 0 0 1px #f93154;
  box-shadow: inset 0 0 0 1px #f93154;
  border-color: #f93154;
}
.was-validated input[type=file].form-control:invalid:focus~.form-file-label, input[type=file].form-control.is-invalid:focus~.form-file-label {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.was-validated input[type=file].form-control:invalid:focus-within~.form-file-label .form-file-button, .was-validated input[type=file].form-control:invalid:focus-within~.form-file-label .form-file-text, input[type=file].form-control.is-invalid:focus-within~.form-file-label .form-file-button, input[type=file].form-control.is-invalid:focus-within~.form-file-label .form-file-text {
  border-color: #f93154;
}
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: #f93154;
}
.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: #f93154;
}
.form-check-input.is-invalid:checked:focus:before, .was-validated .form-check-input:invalid:checked:focus:before {
  -webkit-box-shadow: 0 0 0 13px #f93154;
  box-shadow: 0 0 0 13px #f93154;
}
.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-check-input.is-invalid:focus:before, .was-validated .form-check-input:invalid:focus:before {
  -webkit-box-shadow: 0 0 0 13px #f93154;
  box-shadow: 0 0 0 13px #f93154;
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
  color: #f93154;
  margin-bottom: 1rem;
}
.form-check-input.is-invalid[type=checkbox]:checked:focus, .was-validated .form-check-input:invalid[type=checkbox]:checked:focus {
  background-color: #f93154;
  border-color: #f93154;
}
.form-check-input.is-invalid[type=radio]:checked, .was-validated .form-check-input:invalid[type=radio]:checked {
  border-color: #f93154;
  background-color: #fff;
}
.form-check-input.is-invalid[type=radio]:checked:focus:before, .was-validated .form-check-input:invalid[type=radio]:checked:focus:before {
  -webkit-box-shadow: 0 0 0 13px #f93154;
  box-shadow: 0 0 0 13px #f93154;
}
.form-check-input.is-invalid[type=radio]:checked:after, .was-validated .form-check-input:invalid[type=radio]:checked:after {
  border-color: #f93154;
  background-color: #f93154;
}
.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em;
}
.form-range:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: none;
}
.form-range:focus::-ms-thumb {
  box-shadow: none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  margin-top: -6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-range::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 0;
}
.form-range::-moz-range-thumb {
  box-shadow: none;
  -moz-appearance: none;
  appearance: none;
}
.table {
  font-size: .9rem;
}
.table>:not(caption)>*>* {
  padding: 1rem 1.4rem;
  -webkit-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
  background-image: none;
  background-color: var(--bs-table-accent-bg);
}
.table th {
  font-weight: 500;
}
.table tbody {
  font-weight: 300;
}
.table>:not(:last-child)>:last-child>* {
  border-bottom-color: inherit;
}
.table-sm>:not(caption)>*>* {
  padding: .5rem 1.4rem;
}
.table-primary {
  background-color: #d0e0fc;
}
.table-secondary {
  background-color: #f0d8ff;
}
.table-success {
  background-color: #ccf1db;
}
.table-info {
  background-color: #d7f2fb;
}
.table-warning {
  background-color: #fec;
}
.table-danger {
  background-color: #fed6dd;
}
.table-light {
  background-color: #fbfbfb;
}
.table-dark {
  background-color: #11111d;
}
.btn {
  text-transform: uppercase;
  vertical-align: bottom;
  border: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
  font-weight: 500;
  padding: .625rem 1.5rem .5rem;
  font-size: .75rem;
  line-height: 1.5;
}
.btn.active, .btn.active:focus, .btn.focus, .btn:active, .btn:active:focus, .btn:focus, .btn:hover {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
  border: 0;
}
.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
}
.btn-block {
  display: block;
  width: 100%}
.btn-block+.btn-block {
  margin-top: .5rem;
}
[class*=btn-outline-] {
  border-width: .125rem;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: .5rem 1.375rem .375rem;
}
[class*=btn-outline-].focus, [class*=btn-outline-]:focus, [class*=btn-outline-]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
[class*=btn-outline-].active, [class*=btn-outline-].active:focus, [class*=btn-outline-].disabled, [class*=btn-outline-]:active, [class*=btn-outline-]:active:focus, [class*=btn-outline-]:disabled, fieldset:disabled [class*=btn-outline-] {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group-lg>[class*=btn-outline-].btn, [class*=btn-outline-].btn-lg {
  padding: .625rem 1.5625rem .5625rem;
}
.btn-group-sm>[class*=btn-outline-].btn, [class*=btn-outline-].btn-sm {
  padding: .25rem .875rem .1875rem;
}
.btn-check:active+.btn-primary:focus, .btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-primary:focus, .btn-check:checked+.btn-secondary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-primary.dropdown-toggle:focus, .show>.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
}
.btn-success {
  color: #eff0f6;
  background-color: #00b74a;
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
  color: #eff0f6;
  background-color: #00913b;
}
.btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
  color: #eff0f6;
  background-color: #005121;
}
.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
}
.btn-success.disabled, .btn-success:disabled {
  color: #eff0f6;
  background-color: #00b74a;
}
.btn-info {
  color: #eff0f6;
  background-color: #39c0ed;
}
.btn-info.focus, .btn-info:focus, .btn-info:hover {
  color: #eff0f6;
  background-color: #16b5ea;
}
.btn-check:active+.btn-info, .btn-check:checked+.btn-info, .btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
  color: #eff0f6;
  background-color: #1088b0;
}
.btn-check:active+.btn-info:focus, .btn-check:checked+.btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show>.btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
}
.btn-info.disabled, .btn-info:disabled {
  color: #eff0f6;
  background-color: #39c0ed;
}
.btn-warning {
  color: #eff0f6;
  background-color: #ffa900;
}
.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
  color: #eff0f6;
  background-color: #d99000;
}
.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
  color: #eff0f6;
  background-color: #996500;
}
.btn-check:active+.btn-warning:focus, .btn-check:checked+.btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show>.btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #ffa900;
}
.btn-danger {
  color: #eff0f6;
  background-color: #f93154;
}
.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
  color: #eff0f6;
  background-color: #f80c35;
}
.btn-check:active+.btn-danger, .btn-check:checked+.btn-danger, .btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
  color: #eff0f6;
  background-color: #be0626;
}
.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f93154;
}
.btn-light {
  color: #4f4f4f;
  background-color: #fbfbfb;
}
.btn-light.focus, .btn-light:focus, .btn-light:hover {
  color: #4f4f4f;
  background-color: #e8e8e8;
}
.btn-check:active+.btn-light, .btn-check:checked+.btn-light, .btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle {
  color: #4f4f4f;
  background-color: #c8c8c8;
}
.btn-check:active+.btn-light:focus, .btn-check:checked+.btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
}
.btn-light.disabled, .btn-light:disabled {
  color: #4f4f4f;
  background-color: #fbfbfb;
}
.btn-dark {
  color: #fff;
  background-color: #11111d;
}
.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
  color: #fff;
  background-color: #131313;
}
.btn-check:active+.btn-dark, .btn-check:checked+.btn-dark, .btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
}
.btn-check:active+.btn-dark:focus, .btn-check:checked+.btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show>.btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #11111d;
}
.btn-white {
  color: #4f4f4f;
  background-color: #fff;
}
.btn-white.focus, .btn-white:focus, .btn-white:hover {
  color: #4f4f4f;
  background-color: #ececec;
}
.btn-check:active+.btn-white, .btn-check:checked+.btn-white, .btn-white.active, .btn-white:active, .show>.btn-white.dropdown-toggle {
  color: #4f4f4f;
  background-color: #ccc;
}
.btn-check:active+.btn-white:focus, .btn-check:checked+.btn-white:focus, .btn-white.active:focus, .btn-white:active:focus, .show>.btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
}
.btn-white.disabled, .btn-white:disabled {
  color: #4f4f4f;
  background-color: #fff;
}
.btn-black, .btn-black.active, .btn-black.focus, .btn-black:active, .btn-black:focus, .btn-black:hover, .btn-check:active+.btn-black, .btn-check:checked+.btn-black, .show>.btn-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
}
.btn-black.active:focus, .btn-black:active:focus, .btn-check:active+.btn-black:focus, .btn-check:checked+.btn-black:focus, .show>.btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
}
.btn-outline-primary:hover {
  background-color: rgba(0, 0, 0, .02);
}
.btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: transparent;
}
.btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-secondary:hover {
  background-color: rgba(0, 0, 0, .02);
}
.btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary.focus, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  background-color: transparent;
}
.btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-success {
  color: #00b74a;
  border-color: #00b74a;
}
.btn-outline-success:hover {
  color: #00b74a;
  background-color: rgba(0, 0, 0, .02);
}
.btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success.focus, .btn-outline-success:active, .btn-outline-success:focus {
  color: #00b74a;
  background-color: transparent;
}
.btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00b74a;
}
.btn-outline-info {
  color: #39c0ed;
  border-color: #39c0ed;
}
.btn-outline-info:hover {
  color: #39c0ed;
  background-color: rgba(0, 0, 0, .02);
}
.btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info.focus, .btn-outline-info:active, .btn-outline-info:focus {
  color: #39c0ed;
  background-color: transparent;
}
.btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #39c0ed;
}
.btn-outline-warning {
  color: #ffa900;
  border-color: #ffa900;
}
.btn-outline-warning:hover {
  color: #ffa900;
  background-color: rgba(0, 0, 0, .02);
}
.btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning.focus, .btn-outline-warning:active, .btn-outline-warning:focus {
  color: #ffa900;
  background-color: transparent;
}
.btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffa900;
}
.btn-outline-danger {
  color: #f93154;
  border-color: #f93154;
}
.btn-outline-danger:hover {
  color: #f93154;
  background-color: rgba(0, 0, 0, .02);
}
.btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger.focus, .btn-outline-danger:active, .btn-outline-danger:focus {
  color: #f93154;
  background-color: transparent;
}
.btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f93154;
}
.btn-outline-light {
  color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-outline-light:hover {
  color: #fbfbfb;
  background-color: rgba(0, 0, 0, .02);
}
.btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light.focus, .btn-outline-light:active, .btn-outline-light:focus {
  color: #fbfbfb;
  background-color: transparent;
}
.btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fbfbfb;
}
.btn-outline-dark {
  color: #212112;
  border-color: #212112;
}
.btn-outline-dark:hover {
  color: #212112;
  background-color: rgba(0, 0, 0, .02);
}
.btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark.focus, .btn-outline-dark:active, .btn-outline-dark:focus {
  color: #212112;
  background-color: transparent;
}
.btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212112;
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .02);
}
.btn-outline-white.active, .btn-outline-white.dropdown-toggle.show, .btn-outline-white.focus, .btn-outline-white:active, .btn-outline-white:focus {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus, .btn-outline-white:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
}
.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #000;
  background-color: rgba(0, 0, 0, .02);
}
.btn-outline-black.active, .btn-outline-black.dropdown-toggle.show, .btn-outline-black.focus, .btn-outline-black:active, .btn-outline-black:focus {
  color: #000;
  background-color: transparent;
}
.btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus, .btn-outline-black:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
}
.btn-group-lg>.btn, .btn-lg {
  padding: .75rem 1.6875rem .6875rem;
  font-size: .875rem;
  line-height: 1.6;
}
.btn-group-sm>.btn, .btn-sm {
  padding: .375rem 1rem .3125rem;
  font-size: .75rem;
  line-height: 1.5;
}
.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-link.focus, .btn-link:focus, .btn-link:hover {
  text-decoration: none;
}
.btn-link.active, .btn-link.active:focus, .btn-link.focus, .btn-link:active, .btn-link:active:focus, .btn-link:focus, .btn-link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
}
.btn-link.disabled, .btn-link:disabled, fieldset:disabled .btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-rounded {
  border-radius: 10rem;
}
.btn-floating, [class*=btn-outline-].btn-floating {
  border-radius: 50%;
  padding: 0;
  position: relative;
}
.btn-floating {
  width: 2.3125rem;
  height: 2.3125rem;
}
.btn-floating .fab, .btn-floating .far, .btn-floating .fas {
  width: 2.3125rem;
  line-height: 2.3125rem;
}
.btn-floating.btn-lg, .btn-group-lg>.btn-floating.btn {
  width: 2.8125rem;
  height: 2.8125rem;
}
.btn-floating.btn-lg .fab, .btn-floating.btn-lg .far, .btn-floating.btn-lg .fas, .btn-group-lg>.btn-floating.btn .fab, .btn-group-lg>.btn-floating.btn .far, .btn-group-lg>.btn-floating.btn .fas {
  width: 2.8125rem;
  line-height: 2.8125rem;
}
.btn-floating.btn-sm, .btn-group-sm>.btn-floating.btn {
  width: 1.8125rem;
  height: 1.8125rem;
}
.btn-floating.btn-sm .fab, .btn-floating.btn-sm .far, .btn-floating.btn-sm .fas, .btn-group-sm>.btn-floating.btn .fab, .btn-group-sm>.btn-floating.btn .far, .btn-group-sm>.btn-floating.btn .fas {
  width: 1.8125rem;
  line-height: 1.8125rem;
}
[class*=btn-outline-].btn-floating .fab, [class*=btn-outline-].btn-floating .far, [class*=btn-outline-].btn-floating .fas {
  width: 2.0625rem;
  line-height: 2.0625rem;
}
.btn-group-lg>[class*=btn-outline-].btn-floating.btn .fab, .btn-group-lg>[class*=btn-outline-].btn-floating.btn .far, .btn-group-lg>[class*=btn-outline-].btn-floating.btn .fas, [class*=btn-outline-].btn-floating.btn-lg .fab, [class*=btn-outline-].btn-floating.btn-lg .far, [class*=btn-outline-].btn-floating.btn-lg .fas {
  width: 2.5625rem;
  line-height: 2.5625rem;
}
.btn-group-sm>[class*=btn-outline-].btn-floating.btn .fab, .btn-group-sm>[class*=btn-outline-].btn-floating.btn .far, .btn-group-sm>[class*=btn-outline-].btn-floating.btn .fas, [class*=btn-outline-].btn-floating.btn-sm .fab, [class*=btn-outline-].btn-floating.btn-sm .far, [class*=btn-outline-].btn-floating.btn-sm .fas {
  width: 1.5625rem;
  line-height: 1.5625rem;
}
.fixed-action-btn {
  position: fixed;
  right: 2.1875rem;
  bottom: 2.1875rem;
  z-index: 1030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse nowrap;
  flex-flow: column-reverse nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .9375rem 20px 20px;
  margin-bottom: 0;
  height: auto;
  overflow: hidden;
}
.fixed-action-btn>.btn-floating {
  position: relative;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 10;
}
.fixed-action-btn ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, -webkit-transform .4s;
  transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s, -webkit-transform .4s;
  z-index: -1;
}
.fixed-action-btn ul, .fixed-action-btn ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-action-btn ul li {
  z-index: 0;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
}
.fixed-action-btn ul li:first-of-type {
  margin-top: .75rem;
}
.fixed-action-btn ul a.btn {
  opacity: 0;
  -webkit-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
}
.fixed-action-btn.active ul, .fixed-action-btn ul a.btn.shown {
  opacity: 1;
}
.close {
  font-size: calc(1.275rem + .3vw);
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:focus, .close:hover {
  opacity: .75;
}
.close.disabled, .close:disabled {
  pointer-events: none;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.embed-responsive {
  position: relative;
  width: 100%}
.embed-responsive:before {
  display: block;
  content: ""}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%}
.embed-responsive-21by9:before {
  padding-top: 42.85714%}
.embed-responsive-16by9:before {
  padding-top: 56.25%}
.embed-responsive-4by3:before {
  padding-top: 75%}
.embed-responsive-1by1:before {
  padding-top: 100%}
.sr-only, .sr-only-focusable:not(:focus) {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0, 0, 0, 0)!important;
  white-space: nowrap!important;
  border: 0!important;
}
.font-weight-light {
  font-weight: 300!important;
}
.font-weight-lighter {
  font-weight: lighter!important;
}
.font-weight-normal {
  font-weight: 400!important;
}
.font-weight-bold {
  font-weight: 700!important;
}
.font-weight-bolder {
  font-weight: bolder!important;
}
.font-italic {
  font-style: italic!important;
}
.font-normal {
  font-style: normal!important;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}
@media(prefers-reduced-motion:reduce) {
  .carousel-indicators li {
  -webkit-transition: none;
  transition: none;
}
}.carousel-dark .carousel-indicators li {
  background-color: #000;
}
.dropdown-menu {
  color: #212529;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
  font-size: .875rem;
}
.dropdown-menu>li {
  border-radius: 0;
}
.dropdown-menu>li:first-child, .dropdown-menu>li:first-child .dropdown-item {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-menu>li:not(:first-child):not(:last-child) .dropdown-item {
  border-radius: 0;
}
.dropdown-menu>li:last-child, .dropdown-menu>li:last-child .dropdown-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.dropdown-menu.animation {
  display: block;
  -webkit-animation-duration: .55s;
  animation-duration: .55s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.dropdown-item {
  padding: .5rem 1rem;
  color: #212529;
  border-radius: 0;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  background-color: #eee;
}
.hidden-arrow.dropdown-toggle:after {
  display: none;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group>.btn, .btn-group>.btn-group {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group-vertical>.btn-link:first-child, .btn-group>.btn-link:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-link:last-child, .btn-group>.btn-link:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border: solid transparent;
  border-width: 0 0 2px;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  font-size: 12px;
  color: rgba(0, 0, 0, .6);
  padding: 17px 29px 16px;
  font-family: Lato;
}
.nav-landing{
  font-family: Lato;
  font-size: 13px!important;
}
.nav-tabs .nav-link:hover {
  background-color: #f5f5f5;
}
.nav-pills {
  margin-left: -.5rem;
}
.nav-pills .nav-link {
  border-radius: .25rem;
  font-size: 12px;
  text-transform: uppercase;
  padding: 17px 29px 16px;
  line-height: 1;
  background-color: #f5f5f5;
  font-weight: 500;
  color: rgba(0, 0, 0, .6);
  margin: .5rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #4bde97;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
}
.navbar {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
  padding-top: .5625rem;
}
.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-dark .navbar-toggler, .navbar-light .navbar-toggler {
  border: 0;
}
.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-brand img {
  margin-right: .25rem;
}
.navbar-nav .dropdown-menu {
  position: absolute;
}
.card {
  border: 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
}
.card .bg-image {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.card-header {
  background-color: hsla(0, 0%, 100%, 0);
}
.card-body[class*=bg-] {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.card-footer {
  background-color: hsla(0, 0%, 100%, 0);
}
.navbar .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
}
.navbar .breadcrumb .breadcrumb-item a {
  color: rgba(0, 0, 0, .55);
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}
.navbar .breadcrumb .breadcrumb-item a:focus, .navbar .breadcrumb .breadcrumb-item a:hover {
  color: rgba(0, 0, 0, .7);
}
.navbar .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  color: rgba(0, 0, 0, .55);
}
.page-link {
  font-size: .9rem;
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: .125rem;
}
.page-link, .page-link:hover {
  color: #212529;
}
.page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-item.active .page-link {
  border: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.page-item:first-child .page-link {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}
.page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.pagination-lg .page-item:first-child .page-link, .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}
.pagination-lg .page-item:last-child .page-link, .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}
.pagination-circle .page-item:first-child .page-link, .pagination-circle .page-item:last-child .page-link {
  border-radius: 50%}
.pagination-circle .page-link {
  border-radius: 50%;
  padding-left: .841rem;
  padding-right: .841rem;
}
.pagination-circle.pagination-lg .page-link {
  padding-left: 1.399414rem;
  padding-right: 1.399415rem;
}
.pagination-circle.pagination-sm .page-link {
  padding-left: .696rem;
  padding-right: .688rem;
}
.badge-dot {
  position: absolute;
  border-radius: 4.5px;
  height: 9px;
  min-width: 0;
  padding: 0;
  width: 9px;
  margin-left: -.3125rem;
}
.badge-dot:empty {
  display: inline-block;
}
.badge-notification {
  position: absolute;
  font-size: .6rem;
  margin-top: -.1rem;
  margin-left: -.5rem;
  padding: .2em .45em;
}
.alert {
  border: 0;
}
.alert-absolute {
  position: absolute;
}
.alert-fixed {
  position: fixed;
  z-index: 1070;
}
.parent-alert-relative {
  position: relative;
}
.progress {
  border-radius: 0;
}
.list-group-item-action, .list-group-item-action:hover {
  -webkit-transition: .5s;
  transition: .5s;
}
.btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-content {
  border: 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
}
.toast {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
}
.toast .btn-close {
  width: 1.3em;
}
.toast-header {
  background-color: #fff;
}
.parent-toast-relative {
  position: relative;
}
.toast-absolute {
  position: absolute;
}
.toast-fixed {
  position: fixed;
  z-index: 1060;
}
.nav-pills.menu-sidebar .nav-link {
  font-size: 1rem;
  background-color: transparent;
  color: #212112;
  line-height: 1.1rem;
  padding: 0 2px;
  font-weight: 300;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-transform: none;
  margin-top: 2px;
  margin-bottom: 2px;
}
.nav-pills.menu-sidebar .nav-link.active, .nav-pills.menu-sidebar .show>.nav-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1266f1;
  font-weight: 600;
  border-left: .125rem solid #1266f1;
  border-radius: 0;
}
.ripple-surface {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.ripple-surface-unbound {
  overflow: visible;
}
.ripple-wave {
  background-image: radial-gradient(circle, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, transparent 70%);
  border-radius: 50%;
  opacity: .5;
  pointer-events: none;
  position: absolute;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, .15, 1), cubic-bezier(0, 0, .15, 1);
  transition-timing-function: cubic-bezier(0, 0, .15, 1), cubic-bezier(0, 0, .15, 1);
  z-index: 999;
}
.ripple-wave.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.btn .ripple-wave {
  background-image: radial-gradient(circle, hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .3) 40%, hsla(0, 0%, 100%, .4) 50%, hsla(0, 0%, 100%, .5) 60%, hsla(0, 0%, 100%, 0) 70%);
}
.ripple-surface-secondary .ripple-wave {
  background-image: radial-gradient(circle, rgba(178, 60, 253, .2) 0, rgba(178, 60, 253, .3) 40%, rgba(178, 60, 253, .4) 50%, rgba(178, 60, 253, .5) 60%, rgba(178, 60, 253, 0) 70%);
}
.ripple-surface-success .ripple-wave {
  background-image: radial-gradient(circle, rgba(0, 183, 74, .2) 0, rgba(0, 183, 74, .3) 40%, rgba(0, 183, 74, .4) 50%, rgba(0, 183, 74, .5) 60%, rgba(0, 183, 74, 0) 70%);
}
.ripple-surface-info .ripple-wave {
  background-image: radial-gradient(circle, rgba(57, 192, 237, .2) 0, rgba(57, 192, 237, .3) 40%, rgba(57, 192, 237, .4) 50%, rgba(57, 192, 237, .5) 60%, rgba(57, 192, 237, 0) 70%);
}
.ripple-surface-warning .ripple-wave {
  background-image: radial-gradient(circle, rgba(255, 169, 0, .2) 0, rgba(255, 169, 0, .3) 40%, rgba(255, 169, 0, .4) 50%, rgba(255, 169, 0, .5) 60%, rgba(255, 169, 0, 0) 70%);
}
.ripple-surface-danger .ripple-wave {
  background-image: radial-gradient(circle, rgba(249, 49, 84, .2) 0, rgba(249, 49, 84, .3) 40%, rgba(249, 49, 84, .4) 50%, rgba(249, 49, 84, .5) 60%, rgba(249, 49, 84, 0) 70%);
}
.ripple-surface-light .ripple-wave {
  background-image: radial-gradient(circle, hsla(0, 0%, 98.4%, .2) 0, hsla(0, 0%, 98.4%, .3) 40%, hsla(0, 0%, 98.4%, .4) 50%, hsla(0, 0%, 98.4%, .5) 60%, hsla(0, 0%, 98.4%, 0) 70%);
}
.ripple-surface-dark .ripple-wave {
  background-image: radial-gradient(circle, rgba(38, 38, 38, .2) 0, rgba(38, 38, 38, .3) 40%, rgba(38, 38, 38, .4) 50%, rgba(38, 38, 38, .5) 60%, rgba(38, 38, 38, 0) 70%);
}
.ripple-surface-white .ripple-wave {
  background-image: radial-gradient(circle, hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .3) 40%, hsla(0, 0%, 100%, .4) 50%, hsla(0, 0%, 100%, .5) 60%, hsla(0, 0%, 100%, 0) 70%);
}
.ripple-surface-black .ripple-wave {
  background-image: radial-gradient(circle, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, transparent 70%);
}
.range {
  position: relative;
}
.range .thumb {
  height: 30px;
  width: 30px;
  top: -35px;
  margin-left: -15px;
  text-align: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.range .thumb, .range .thumb:after {
  position: absolute;
  display: block;
  border-radius: 50% 50% 50% 0;
}
.range .thumb:after {
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #1266f1;
  z-index: -1;
}
.range .thumb .thumb-value {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  z-index: 2;
}
.range .thumb.thumb-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.accordion-button:after {
  font-weight: 700;
  font-family: Font Awesome\ 5 Pro, Font Awesome\ 5 Free;
  content: ""}
.accordion-button, .accordion-collapse {
  border: 0;
}
.accordion-button, .accordion-button:focus, .accordion-collapse {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05);
}
.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
}
.accordion-button:hover, .accordion-button:not(:hover):focus {
  background-color: rgba(0, 0, 0, .04);
}
.carousel-control-prev-icon:after {
  content: ""}
.carousel-control-next-icon:after, .carousel-control-prev-icon:after {
  font-weight: 700;
  font-family: Font Awesome\ 5 Pro, Font Awesome\ 5 Free;
  font-size: 1.7rem;
}
.carousel-control-next-icon:after {
  content: ""}
body {
  background-color: #11111d;
  color: #EFF0F6;
}
.bg-primary {
  background-color: #1266f1!important;
  color: #fff;
}
.bg-secondary {
  background-color: #b23cfd!important;
  color: #fff;
}
.border, .border-bottom, .border-left, .border-right, .border-top {
  border-color: hsla(0, 0%, 100%, .12)!important;
}
.border-primary {
  border-color: #1266f1!important;
}
.border-secondary {
  border-color: #b23cfd!important;
}
a:not(.sidenav-link):not(.btn):not(.dropdown-item):not(.nav-link):not(.navbar-brand):not(.page-link):not(.carousel-control-prev):not(.carousel-control-next) {
  color: #72a4f7;
}
a:not(.sidenav-link):not(.btn):not(.dropdown-item):not(.nav-link):not(.navbar-brand):not(.page-link):not(.carousel-control-prev):not(.carousel-control-next):hover {
  color: #5a95f5;
}
.text-primary {
  color: #1266f1!important;
}
.text-secondary {
  color: #b23cfd!important;
}
.note {
  color: #424242;
}
.note-primary {
  background-color: #e1ecfd;
  border-color: #1266f1;
}
.note-secondary {
  background-color: #f4e3ff;
  border-color: #b23cfd;
}
.alert-primary {
  color: #0b3d91;
  background-color: #d0e0fc;
  border-color: #b8d1fb;
}
.alert-primary .alert-link {
  color: #093174;
}
.alert-secondary {
  color: #6b2498;
  background-color: #f0d8ff;
  border-color: #e8c5fe;
}
.alert-secondary .alert-link {
  color: #561d7a;
}
.btn-primary {
  background-color: #1266f1;
  color: #fff;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  background-color: #0c56d0;
  color: #fff;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  background-color: #093d94;
  color: #fff;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #1266f1;
  color: #fff;
}
.btn-secondary {
  background-color: #b23cfd;
  color: #fff;
}
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #a316fd;
  color: #fff;
}
.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
  background-color: #8102d1;
  color: #fff;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #b23cfd;
  color: #fff;
}
.btn-outline-primary, .btn-outline-primary:hover {
  color: #1266f1;
  border-color: #1266f1;
}
.btn-outline-primary.active, .btn-outline-primary.disabled, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary:disabled, .btn-outline-primary:focus {
  color: #1266f1;
}
.btn-outline-secondary, .btn-outline-secondary:hover {
  color: #b23cfd;
  border-color: #b23cfd;
}
.btn-outline-secondary.active, .btn-outline-secondary.disabled, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary.focus, .btn-outline-secondary:active, .btn-outline-secondary:disabled, .btn-outline-secondary:focus {
  color: #b23cfd;
}
.btn-link {
  color: #72a4f7;
}
.btn-link:hover {
  color: #5a95f5;
}
.btn-link.active, .btn-link.active:focus, .btn-link.focus, .btn-link:active, .btn-link:active:focus, .btn-link:focus, .btn-link:hover {
  background-color: rgba(0, 0, 0, .15);
}
.list-group-item {
  background-color: #424242;
  border-color: hsla(0, 0%, 100%, .12);
}
.list-group-item.active {
  background-color: #1266f1;
  border-color: #1266f1;
}
.list-group-item.disabled, .list-group-item:disabled {
  background-color: #424242;
}
.list-group-item-action.active:focus, .list-group-item-action.active:hover {
  background-color: #1266f1;
  border-color: #1266f1;
}
.list-group-item-action {
  color: #fff;
}
.list-group-item-action:active, .list-group-item-action:focus, .list-group-item-action:hover {
  color: #fff;
  background: hsla(0, 0%, 100%, .3);
}
.list-group-item-action.list-group-item-primary {
  color: #8ab4f8;
}
.list-group-item-action.list-group-item-primary:hover {
  color: #5a95f5;
  background-color: #d3e2fc;
}
.list-group-item-action.list-group-item-secondary:hover {
  color: #9002ea;
  background-color: #daa1fe;
}
.list-group-item-primary {
  color: #1266f1;
}
.list-group-item-secondary {
  color: #b23cfd;
}
.card {
  background-color: #424242;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .25);
}
.card-header {
  border-bottom-color: hsla(0, 0%, 100%, .12);
}
.card-footer, .card-header {
  background-color: #2c2c42!important;
}
.card-footer {
  border-top-color: hsla(0, 0%, 100%, .12);
}
.card-link {
  color: #72a4f7;
}
.card-link:hover {
  color: #5a95f5;
}
.modal-content {
  background-color: #222235;
}
.modal-header {
  border-bottom-color: hsla(0, 0%, 100%, .12);
  color: #fff;
}
.modal-footer {
  border-top-color: hsla(0, 0%, 100%, .12);
}
.btn-close {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
  width: 20px;
}
.dropdown-menu {
  color: #eff0f6;
  background-color: #10101d;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .25);
}
.dropdown-item {
  color: #eff0f6;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background: hsla(0, 0%, 100%, .3);
}
.dropdown-divider {
  border-color: hsla(0, 0%, 100%, .12);
}
.dropdown-header, .dropdown-item-text {
  color: #dee2e6;
}
.navbar .breadcrumb .breadcrumb-item+.breadcrumb-item:before, .navbar .breadcrumb .breadcrumb-item a, .navbar .breadcrumb .breadcrumb-item a:focus, .navbar .breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}
.nav-tabs .nav-link {
  border-color: transparent;
  color: #dee2e6;
}
.nav-tabs .nav-link:hover {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link:focus {
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #1266f1;
  border-color: #1266f1;
  background-color: transparent;
}
.nav-pills:not(.menu-sidebar) .nav-link {
  background-color: #424242;
  color: #fff;
}
.nav-pills:not(.menu-sidebar) .nav-link.active, .nav-pills:not(.menu-sidebar) .show>.nav-link {
  color: #fff;
  background-color: #1266f1;
}
.navbar-brand, .navbar-brand:hover, .navbar-nav .nav-link, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover, .navbar-scroll .fa-bars, .navbar-scroll .nav-link, .navbar-scrolled .fa-bars, .navbar-scrolled .nav-link {
  color: #fff;
}
.navbar-scrolled {
  background-color: #1266f1;
}
.navbar.navbar-light.bg-light .breadcrumb .breadcrumb-item a {
  color: rgba(0, 0, 0, .55);
}
.navbar.navbar-light.bg-light .breadcrumb .breadcrumb-item a:hover {
  color: rgba(0, 0, 0, .7);
}
.navbar.navbar-light.bg-light .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  color: rgba(0, 0, 0, .55);
}
.table {
  background: #424242;
  color: #fff;
  border-color: hsla(0, 0%, 100%, .12);
}
.table>:not(:last-child)>:last-child>* {
  border-bottom-color: hsla(0, 0%, 100%, .12);
}
.text-muted {
  color: #a3a3a3!important;
}
td, th {
  border-color: hsla(0, 0%, 100%, .12);
}
.table-active, .table-hover>tbody>tr:hover, .table-striped>tbody>tr:nth-of-type(odd) {
  color: #fff;
}
.table-light {
  background-color: #323232;
  color: #fff;
}
caption {
  color: #dee2e6;
}
.toast {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .25);
}
.toast, .toast-header {
  background: #424242;
  color: #fff;
}
.toast-header {
  border-bottom-color: hsla(0, 0%, 100%, .12);
}
.link-primary {
  color: #72a4f7;
}
.link-primary:hover {
  color: #5a95f5;
}
.link-secondary {
  color: #daa1fe;
}
.link-secondary:hover {
  color: #d088fe;
}
.form-check-input {
  background-color: transparent;
  border-color: hsla(0, 0%, 100%, .7);
}
.form-check-input:before {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 13px transparent;
  box-shadow: 0 0 0 13px transparent;
}
.form-check-input:hover:before {
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-check-input:focus {
  border-color: hsla(0, 0%, 100%, .7);
}
.form-check-input:focus:before {
  -webkit-box-shadow: 0 0 0 13px hsla(0, 0%, 100%, .6);
  box-shadow: 0 0 0 13px hsla(0, 0%, 100%, .6);
}
.form-check-input:checked, .form-check-input:checked:focus {
  border-color: #1266f1;
}
.form-check-input:checked:focus:before {
  -webkit-box-shadow: 0 0 0 13px #1266f1;
  box-shadow: 0 0 0 13px #1266f1;
}
.form-check-input:indeterminate:focus:before {
  -webkit-box-shadow: 0 0 0 13px #1266f1;
  box-shadow: 0 0 0 13px #1266f1;
}
.form-check-input[type=checkbox]:focus:after {
  background-color: #303030;
}
.form-check-input[type=checkbox]:checked {
  background-color: #1266f1;
}
.form-check-input[type=checkbox]:checked:after {
  border-color: #fff;
  background-color: transparent;
}
.form-check-input[type=checkbox]:checked:focus {
  background-color: #1266f1;
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: transparent;
  border-color: hsla(0, 0%, 100%, .7);
}
.form-check-input[type=checkbox]:indeterminate:after {
  border-color: #fff;
}
.form-check-input[type=checkbox]:indeterminate:focus {
  background-color: #1266f1;
  border-color: #1266f1;
}
.form-check-input[type=radio]:after, .form-check-input[type=radio]:checked {
  background-color: transparent;
}
.form-check-input[type=radio]:checked:after {
  border-color: #1266f1;
  background-color: #1266f1;
}
.form-check-input[type=radio]:checked:focus {
  background-color: transparent;
}
.form-switch .form-check-input {
  background-color: hsla(0, 0%, 100%, .38);
}
.form-switch .form-check-input:after {
  background-color: #dee2e6;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.form-switch .form-check-input:focus:before {
  -webkit-box-shadow: 3px -1px 0 13px rgba(0, 0, 0, .6);
  box-shadow: 3px -1px 0 13px rgba(0, 0, 0, .6);
}
.form-switch .form-check-input[type=checkbox]:focus:after {
  background-color: #dee2e6;
}
.form-switch .form-check-input:checked {
  background-color: #1266f1;
}
.form-switch .form-check-input:checked:focus:before {
  -webkit-box-shadow: 3px -1px 0 13px #1266f1;
  box-shadow: 3px -1px 0 13px #1266f1;
}
.form-switch .form-check-input:checked[type=checkbox]:after {
  background-color: #1266f1;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.form-label {
  color: hsla(0, 0%, 100%, .7);
}
.form-control, .form-control:focus {
  background-color: transparent;
}
.form-control:focus {
  color: hsla(0, 0%, 100%, .7);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
}
.form-control::-moz-placeholder {
  color: #6c757d;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
}
.form-control::placeholder {
  color: #6c757d;
}
.form-control {
  color: hsla(0, 0%, 100%, .7);
}
.form-control:focus {
  border-color: #1266f1;
  -webkit-box-shadow: inset 0 0 0 1px #1266f1;
  box-shadow: inset 0 0 0 1px #1266f1;
}
.form-outline .form-control {
  background: transparent;
  color: hsla(0, 0%, 100%, .7);
}
.form-outline .form-control~.form-label {
  color: hsla(0, 0%, 100%, .7);
}
.form-outline .form-control~.form-notch div {
  border-color: hsla(0, 0%, 100%, .7);
  background: transparent;
}
.form-outline .form-control:focus~.form-label {
  color: #1266f1;
}
.form-outline .form-control:focus~.form-notch .form-notch-middle {
  border-color: #1266f1;
}
.form-outline .form-control:focus~.form-notch .form-notch-leading {
  border-top-color: #1266f1;
  border-bottom-color: #1266f1;
  border-left-color: #1266f1;
}
.form-outline .form-control:focus~.form-notch .form-notch-trailing {
  border-color: #1266f1;
}
.form-outline .form-control.disabled, .form-outline .form-control:disabled, .form-outline .form-control[readonly]:not(.select-input) {
  background-color: hsla(0, 0%, 100%, .2);
}
.form-range::-webkit-slider-thumb {
  background-color: #1266f1;
}
.form-range::-moz-range-thumb {
  background-color: #1266f1;
}
.form-range::-ms-thumb {
  background-color: #1266f1;
}
.form-range:focus::-webkit-slider-thumb {
  background-color: #1266f1;
}
.form-range:focus::-moz-range-thumb {
  background-color: #1266f1;
}
.form-range:focus::-ms-thumb {
  background-color: #1266f1;
}
.form-file-input:focus-within~.form-file-label {
  border-color: #1266f1;
  -webkit-box-shadow: 0 0 0 1px #1266f1;
  box-shadow: 0 0 0 1px #1266f1;
}
.form-file-input:disabled~.form-file-label .form-file-button, .form-file-input:disabled~.form-file-label .form-file-text, .form-file-input[disabled]~.form-file-label .form-file-button, .form-file-input[disabled]~.form-file-label .form-file-text {
  background-color: hsla(0, 0%, 100%, .2);
}
.form-file-label {
  border-color: hsla(0, 0%, 100%, .7);
}
.form-file-button, .form-file-text {
  background-color: transparent;
  color: hsla(0, 0%, 100%, .7);
}
.form-control::-webkit-file-upload-button {
  color: hsla(0, 0%, 100%, .7);
}
.input-group>.form-control:focus {
  border-color: #1266f1;
  -webkit-box-shadow: inset 0 0 0 1px #1266f1;
  box-shadow: inset 0 0 0 1px #1266f1;
}
.input-group-text {
  background-color: transparent;
  color: hsla(0, 0%, 100%, .7);
}
.input-group.form-outline input+.input-group-text {
  border-left-color: hsla(0, 0%, 100%, .7);
}
.loading-spinner {
  color: #1266f1;
}
 
.darkmode {
  background-color: #11111d;
 }
.darkmode .main-nav--bg {
  background-color: #161624;
}
.darkmode .search-wrapper input {
  color: #d6d7e3;
  background-color: #222235;
}
.darkmode .search-wrapper input::-webkit-input-placeholder {
  background-color: #222235;
}
.darkmode .search-wrapper input::-moz-placeholder {
  background-color: #222235;
}
.darkmode .search-wrapper input:-ms-input-placeholder {
  background-color: #222235;
}
.darkmode .search-wrapper input::-ms-input-placeholder {
  background-color: #222235;
}
.darkmode .search-wrapper input::placeholder {
  background-color: #222235;
}
.darkmode .gray-circle-btn {
  background-color: #222235;
}
.darkmode .sidebar {
  background-color: #161624 !important;
}
.darkmode .dropdown {
  background-color: #11111d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.darkmode .dropdown::before {
  border-color: transparent transparent #11111d;
}
.darkmode .dropdown a {
  border-bottom-color: #11111d;
  color: #D6D7E3;
}
.darkmode .dropdown a:hover {
  border-bottom-color: #11111d;
  color: #eff0f6;
}
.darkmode .dropdown-btn {
  color: #b9b9b9;
}
.darkmode .notification-dropdown__title {
  color: #D6D7E3;
}
.darkmode .main-title {
  color: #EFF0F6;
}
.darkmode .stat-cards-item {
  background-color: #222235;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.darkmode .stat-cards-info__num {
  color: #EFF0F6;
}
.darkmode .card {
  background-color: #222235;
  border-radius: 10px;
}
.darkmode .card-info__num {
  color: #EFF0F6;
}
.darkmode .chart {
  background-color: #222235;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.profit {
  color: #4bde97;
}
.loss {
  color: #f26464;
}

.bg-profit{
  background-color: #4bde97 !important;
}
.bg-loss{
  background-color: #f26464 !important;
}
.darkmode #myChart {
  background-color: #222235;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.darkmode .sort-bar {
  background-color: #161624;
}
.darkmode .table {
  color: #EFF0F6;
}
.darkmode .table-info {
  border-bottom-color: transparent;
  color: #EFF0F6;
}
.darkmode .table tr:nth-child(odd) {
  background-color: #222235;
  border-color: transparent;
  color: #EFF0F6;
}
.darkmode .table tr:nth-child(even){
  background-color: #2C2C42;
  border-color: transparent;
  color: #EFF0F6;
}
.darkmode .table thead tr:nth-child(1) {
  background-color: #161624;
  border-color: transparent;
  color: #EFF0F6;
}
.darkmode .table tbody tr:last-child .users-item-dropdown::before {
  border-color: #11111d transparent transparent;
}
.darkmode .table.active td {
  background-color: #2C2C42;
}
.darkmode .sort-btn {
  color: #d6d7e3;
}
.darkmode .form {
  background-color: #161624;
}
.darkmode .form-label {
  color: #D6D7E3;
}
.darkmode .form-input {
  background-color: #222235;
  color: #D6D7E3;
}
.darkmode .sign-up__title {
  color: #EFF0F6;
}
.darkmode .sign-up__subtitle {
  color: #D6D7E3;
}
.darkmode .new-page-content input {
  background-color: #363648;
  color: #d6d7e3;
}
.darkmode .new-page-content .ql-toolbar {
  background-color: #363648;
  color: #d6d7e3;
}
.darkmode .white-block {
  background-color: #222235;
  color: #D6D7E3;
}
.darkmode .white-block__title {
  color: #D6D7E3;
}
.darkmode .white-block .radio {
  background-color: #37374B;
}
.darkmode .main-content {
  background-color: #161624;
}
.darkmode .top-cat-list a {
  border-color: #37374F;
}
.darkmode .top-cat-title h3 {
  color: #EFF0F6;
}
.darkmode .top-cat-list__title {
  color: #EFF0F6;
}
.darkmode .pagination a {
  opacity: .5;
  color: #FFFFFF;
}
.darkmode .pagination a.active {
  opacity: 1;
}
.darkmode .badge-disabled {
  background-color: rgba(255, 182, 72, 0.1);
  color: #ffb648;
}
.darkmode .primary-white-btn {
  border: 1px solid #222235 !important;
  background-color: #161624;
}
.darkmode .footer {
  border-top-color: #222235;
}
.stat-cards {
  margin-right: -10px;
  margin-left: -10px;
}
.stat-cards > div {
  padding-left: 10px;
  padding-right: 10px;
}
.stat-cards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 19px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  border-radius: 10px;
  height: 100%;
}
.stat-cards-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 9px;
}
.stat-cards-icon.primary {
  background-color: rgba(47, 73, 209, 0.1);
  color: #2f49d1;
}
.stat-cards-icon.warning {
  background-color: rgba(255, 182, 72, 0.1);
  color: #ffb648;
}
.stat-cards-icon.purple {
  background-color: rgba(95, 46, 234, 0.1);
  color: #5f2eea;
}
.stat-cards-icon.success {
  background-color: rgba(75, 222, 151, 0.1);
  color: #4bde97;
}
.stat-cards-icon.danger {
  background-color: rgba(242, 100, 100, 0.1);
  color: #f26464;
}
.stat-cards-info__num {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.22;
  color: #171717;
  margin-bottom: 4px;
}
.stat-cards-info__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22;
  color: #b9b9b9;
  margin-bottom: 6px;
}
.stat-cards-info__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.22;
  color: #b9b9b9;
}
.stat-cards-info__profit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.22;
  margin-right: 10px;
}
.stat-cards-info__profit.success {
  color: #4bde97;
}
.stat-cards-info__profit.danger {
  color: #f26464;
}
.stat-cards-info__profit.warning {
  color: #ffb648;
}
.stat-cards-info__profit svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.logo {
  margin-right: 9px;
}
.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
.logo-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.86px;
}
.logo-subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.42;
  letter-spacing: 0.86px;
}
.msg-counter {
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #f26464;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 12px !important;
  line-height: 1.25;
  letter-spacing: 0.75px;
  color: #FFFFFF;
}
.main-nav {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-nav a:focus {
  outline: none;
}
.main-nav a:link{
  text-decoration: none;
  color: #EFF0F6;
}
.main-nav--bg {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #fff;
}
.main-nav-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-nav-end > * {
  margin-right: 15px;
}
.main-nav-end > *:last-child {
  margin-right: 0;
}
.main-nav .notification {
  position: relative;
}
.main-nav .notification::after {
  display: none;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  border: 1px solid #fff;
  background-color: #f26464;
}
.main-nav .notification.active::after {
  display: initial;
}
.main-nav .notification-wrapper {
  position: relative;
}
.main-nav .notification-dropdown {
  right: 0;
  width: 236px;
  padding: 10px;
}
.main-nav .notification-dropdown-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 167px;
}
.main-nav .notification-dropdown__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22;
  color: #171717;
  margin-bottom: 5px;
}
.main-nav .notification-dropdown__subtitle {
  font-size: 10px;
  line-height: 1.2;
  color: #767676;
}
.main-nav .notification-dropdown-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.main-nav .notification-dropdown-icon.info {
  background-color: rgba(88, 135, 255, 0.1);
  color: #5887ff;
}
.main-nav .notification-dropdown-icon.danger {
  background-color: rgba(242, 100, 100, 0.1);
  color: #f26464;
}
.main-nav .notification-dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 10px;
  padding-top: 15px;
}

.main-nav .notification-dropdown a.link-to-page {
  padding-top: 17px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #5887ff;
}
.main-nav .nav-user-wrapper {
  position: relative;
}
.main-nav .nav-user-wrapper .users-item-dropdown {
  width: 171px;
  right: 0;
}
.main-nav .nav-user-wrapper .users-item-dropdown svg {
  margin-right: 13px;
}
.main-nav .nav-user-wrapper .users-item-dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-nav .nav-user-wrapper .users-item-dropdown a.danger {
  color: #f26464;
}
.main-nav .nav-user-img {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-color: #F5EFFF;
}
.main-nav .nav-user-img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.main-nav .sidebar-toggle {
  display: none;
}
.alert-fixed {
  position:fixed; 
  top: 10px; 
  right: 15px;
  z-index:9999; 
  border-radius:5px
}
.form-control {
  min-height:calc(2.08rem + 2px);
  height:calc(2.08rem + 2px);
  background: #0f0f1a;
  color: #EFF0F6;
  
}
.form-select {
  min-height:calc(2.08rem + 2px);
  height:calc(2.08rem + 2px);
  background: #0f0f1a;
  color: #EFF0F6;
  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='%23eff0f6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
}
.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .775rem;
  background: #0f0f1a;
  color: #EFF0F6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23eff0f6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right .5rem center;
  background-size: 12px 9px;
  border: 1px solid #bdbdbd;
  border-radius: .25rem;
}
.form-outline{
  border: 0px;
  color: #EFF0F6;
}
::file-selector-button{
  display: none;
}



:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}

div.nav-item>.dropdown-menu {    
    display: inherit;
    transform: translate(-200px, 0px) scaleX(0);
    transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
}
div.nav-item>.dropdown-toggle.show+.dropdown-menu {
    display: inherit;
    transform: translate(-200px, 0px) scaleX(1);
}