/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}
.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
@charset "UTF-8";

:root {
  --primary-orange: #ed9660;
  --primary-off-white: #f9f9f9;
  --secondary-violet: #7a51a3;
  --secondary-red: #c94d54;
  --secondary-blue: #5f84c6;
  --secondary-yellow: #d9a85e;
  --secondary-green: #668b62;
  --neutral-10: #ffffff;
  --neutral-20: #fdfdfd;
  --neutral-30: #f9f9f9;
  --neutral-40: #f1f1f2;
  --neutral-50: #dcdddf;
  --neutral-60: #c5c6ca;
  --neutral-70: #96999f;
  --neutral-80: #686b74;
  --neutral-90: #555963;
  --neutral-100: #393e49;
  --neutral-110: #323743;
  --neutral-120: #292e3a;
  --neutral-130: #161c29;
  --neutral-140: #0c0f16;
  --neutral-150: #04060a;
  --orange-50: #fdf5ef;
  --orange-75: #f8d4be;
  --orange-100: #f5c2a3;
  --orange-200: #f0a87b;
  --orange-300: #ed9660;
  --orange-400: #a66943;
  --orange-500: #915c3b;
  --blue-50: #eff3f9;
  --blue-75: #bdcde8;
  --blue-100: #a2b8de;
  --blue-200: #7a99d0;
  --blue-300: #5f84c6;
  --blue-400: #435c8b;
  --blue-500: #3a5179;
  --violet-50: #f2eef6;
  --violet-75: #c8b8d9;
  --violet-100: #b29aca;
  --violet-200: #916fb3;
  --violet-300: #7a51a3;
  --violet-400: #553972;
  --violet-500: #4a3163;
  --red-50: #faedee;
  --red-75: #e9b6b9;
  --red-100: #e0989c;
  --red-200: #d26b71;
  --red-300: #c94d54;
  --red-400: #8d363b;
  --red-500: #7b2f33;
  --green-50: #f0f3ef;
  --green-75: #c0cfbf;
  --green-100: #a6bca4;
  --green-200: #809f7d;
  --green-300: #668b62;
  --green-400: #476145;
  --green-500: #3e553c;
  --yellow-50: #fbf6ef;
  --yellow-75: #efdbbd;
  --yellow-100: #e9cda2;
  --yellow-200: #dfb779;
  --yellow-300: #d9a85e;
  --yellow-400: #987642;
  --yellow-500: #846639;
  --wood-50: #E4DDD9;
  --wood-75: #C5B6AE;
  --wood-100: #999390;
  --wood-200: #332821;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

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

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

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

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

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

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

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

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

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

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

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

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

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.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;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  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;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

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

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

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

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

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

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

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

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

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

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

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

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

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

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

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

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

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

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

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

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

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

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

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

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

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

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

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

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

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

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

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

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

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

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

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.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(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    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-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    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-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 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: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.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 {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.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 {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.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 {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.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 {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.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 {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.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;
  }
}

.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: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.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: 0.5rem;
  pointer-events: none;
}

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

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

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

.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 {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

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

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

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

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

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

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

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

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

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

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

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

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

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

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

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

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

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

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

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

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

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

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

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

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

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

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

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

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

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

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

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

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

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

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

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

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

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

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

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

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

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

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

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

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

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

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

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

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

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

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

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

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

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

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

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

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

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

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

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

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

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

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

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

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

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

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

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

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

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

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

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

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

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

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

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

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

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

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

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

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

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

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

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

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

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

.text-capitalize {
  text-transform: capitalize !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;
}

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

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

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*
/*
 =========================================================
 * Black Dashboard - v1.0.0
 =========================================================

 * Product Page: https://www.creative-tim.com/product/black-dashboard
 * Copyright 2018 Creative Tim (http://www.creative-tim.com)


 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 */

/* --------------------------------

Nucleo Outline Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io

-------------------------------- */

@font-face {
  font-family: "Nucleo";
  src: url(/fonts/nucleo.eot?03ef1918e505c3e3471f9369ef7a638f);
  src: url(/fonts/nucleo.eot?03ef1918e505c3e3471f9369ef7a638f) format("embedded-opentype"), url(/fonts/nucleo.woff2?5987dd12fea78ce5f97ae601b08ec03c) format("woff2"), url(/fonts/nucleo.woff?f0b489a5dbbff08833d21024f9fcbd4e) format("woff"), url(/fonts/nucleo.ttf?b17a118e13e53558658b681a0ebdad82) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*------------------------
	base class definition
-------------------------*/

.tim-icons {
  display: inline-block;
  font: normal normal normal 1em/1 "Nucleo";
  vertical-align: middle;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-icon-detail {
  text-align: center;
  padding: 45px 0 30px;
  border: 1px solid #e44cc4;
  border-radius: 0.1875rem;
  margin: 15px 0;
  min-height: 168px;
}

.font-icon-detail i {
  color: #FFFFFF;
  font-size: 1.5em;
}

.font-icon-detail p {
  color: #e44cc4 !important;
  margin-top: 30px;
  padding: 0 10px;
  font-size: 0.7142em;
}

/*------------------------
  change icon size
-------------------------*/

.tim-icons-sm {
  font-size: 0.8em;
}

.tim-icons-lg {
  font-size: 1.2em;
}

/* absolute units */

.tim-icons-16 {
  font-size: 16px;
}

.tim-icons-32 {
  font-size: 32px;
}

/*----------------------------------
  add a square/circle background
-----------------------------------*/

.tim-icons-bg-square,
.tim-icons-bg-circle {
  padding: 0.35em;
}

.tim-icons-bg-circle {
  border-radius: 50%;
}

/*------------------------
  list icons
-------------------------*/

/*------------------------
  spinning icons
-------------------------*/

.tim-icons-is-spinning {
  animation: tim-icons-spin 2s infinite linear;
}

@keyframes tim-icons-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*------------------------
  rotated/flipped icons
-------------------------*/

/*------------------------
	icons
-------------------------*/

.icon-alert-circle-exc::before {
  content: "\EA02";
}

.icon-align-center::before {
  content: "\EA03";
}

.icon-align-left-2::before {
  content: "\EA04";
}

.icon-app::before {
  content: "\EA05";
}

.icon-atom::before {
  content: "\EA06";
}

.icon-attach-87::before {
  content: "\EA07";
}

.icon-badge::before {
  content: "\EA08";
}

.icon-bag-16::before {
  content: "\EA09";
}

.icon-bank::before {
  content: "\EA0A";
}

.icon-basket-simple::before {
  content: "\EA0B";
}

.icon-bell-55::before {
  content: "\EA0C";
}

.icon-bold::before {
  content: "\EA0D";
}

.icon-book-bookmark::before {
  content: "\EA0E";
}

.icon-bulb-63::before {
  content: "\EA0F";
}

.icon-bullet-list-67::before {
  content: "\EA10";
}

.icon-bus-front-12::before {
  content: "\EA11";
}

.icon-button-pause::before {
  content: "\EA12";
}

.icon-button-power::before {
  content: "\EA13";
}

.icon-calendar-60::before {
  content: "\EA14";
}

.icon-camera-18::before {
  content: "\EA15";
}

.icon-caps-small::before {
  content: "\EA16";
}

.icon-cart::before {
  content: "\EA17";
}

.icon-chart-bar-32::before {
  content: "\EA18";
}

.icon-chart-pie-36::before {
  content: "\EA19";
}

.icon-chat-33::before {
  content: "\EA1A";
}

.icon-check-2::before {
  content: "\EA1B";
}

.icon-cloud-download-93::before {
  content: "\EA1C";
}

.icon-cloud-upload-94::before {
  content: "\EA1D";
}

.icon-coins::before {
  content: "\EA1E";
}

.icon-compass-05::before {
  content: "\EA1F";
}

.icon-controller::before {
  content: "\EA20";
}

.icon-credit-card::before {
  content: "\EA21";
}

.icon-delivery-fast::before {
  content: "\EA22";
}

.icon-double-left::before {
  content: "\EA23";
}

.icon-double-right::before {
  content: "\EA24";
}

.icon-email-85::before {
  content: "\EA25";
}

.icon-gift-2::before {
  content: "\EA26";
}

.icon-globe-2::before {
  content: "\EA27";
}

.icon-headphones::before {
  content: "\EA28";
}

.icon-heart-2::before {
  content: "\EA29";
}

.icon-html5::before {
  content: "\EA2A";
}

.icon-image-02::before {
  content: "\EA2B";
}

.icon-istanbul::before {
  content: "\EA2C";
}

.icon-key-25::before {
  content: "\EA2D";
}

.icon-laptop::before {
  content: "\EA2E";
}

.icon-light-3::before {
  content: "\EA2F";
}

.icon-link-72::before {
  content: "\EA30";
}

.icon-lock-circle::before {
  content: "\EA31";
}

.icon-map-big::before {
  content: "\EA32";
}

.icon-minimal-down::before {
  content: "\EA33";
}

.icon-minimal-left::before {
  content: "\EA34";
}

.icon-minimal-right::before {
  content: "\EA35";
}

.icon-minimal-up::before {
  content: "\EA36";
}

.icon-mobile::before {
  content: "\EA37";
}

.icon-molecule-40::before {
  content: "\EA38";
}

.icon-money-coins::before {
  content: "\EA39";
}

.icon-notes::before {
  content: "\EA3A";
}

.icon-palette::before {
  content: "\EA3B";
}

.icon-paper::before {
  content: "\EA3C";
}

.icon-pencil::before {
  content: "\EA3D";
}

.icon-pin::before {
  content: "\EA3E";
}

.icon-planet::before {
  content: "\EA3F";
}

.icon-puzzle-10::before {
  content: "\EA40";
}

.icon-satisfied::before {
  content: "\EA41";
}

.icon-scissors::before {
  content: "\EA42";
}

.icon-send::before {
  content: "\EA43";
}

.icon-settings-gear-63::before {
  content: "\EA44";
}

.icon-settings::before {
  content: "\EA45";
}

.icon-simple-add::before {
  content: "\EA46";
}

.icon-simple-delete::before {
  content: "\EA47";
}

.icon-simple-remove::before {
  content: "\EA48";
}

.icon-single-02::before {
  content: "\EA49";
}

.icon-single-copy-04::before {
  content: "\EA4A";
}

.icon-sound-wave::before {
  content: "\EA4B";
}

.icon-spaceship::before {
  content: "\EA4C";
}

.icon-square-pin::before {
  content: "\EA4D";
}

.icon-support-17::before {
  content: "\EA4E";
}

.icon-tablet-2::before {
  content: "\EA4F";
}

.icon-tag::before {
  content: "\EA50";
}

.icon-tap-02::before {
  content: "\EA51";
}

.icon-tie-bow::before {
  content: "\EA52";
}

.icon-time-alarm::before {
  content: "\EA53";
}

.icon-trash-simple::before {
  content: "\EA54";
}

.icon-triangle-right-17::before {
  content: "\EA55";
}

.icon-trophy::before {
  content: "\EA56";
}

.icon-tv-2::before {
  content: "\EA57";
}

.icon-upload::before {
  content: "\EA58";
}

.icon-user-run::before {
  content: "\EA59";
}

.icon-vector::before {
  content: "\EA5A";
}

.icon-video-66::before {
  content: "\EA5B";
}

.icon-volume-98::before {
  content: "\EA5C";
}

.icon-wallet-43::before {
  content: "\EA5D";
}

.icon-watch-time::before {
  content: "\EA5E";
}

.icon-wifi::before {
  content: "\EA5F";
}

.icon-world::before {
  content: "\EA60";
}

.icon-zoom-split::before {
  content: "\EA61";
}

.icon-refresh-01::before {
  content: "\EA62";
}

.icon-refresh-02::before {
  content: "\EA63";
}

.icon-shape-star::before {
  content: "\EA64";
}

.icon-components::before {
  content: "\EA65";
}

.icon-eye {
  height: 25px;
  background-image: url(/images/ic_eye.png?5ae4685a3b8ce53b5882b7386653ab97);
  background-repeat: no-repeat;
  background-position: center;
}

/*     brand Colors              */

/* navbar color */

.alert {
  border: 0;
  color: #777;
  max-width: 350px;
  margin-bottom: 0;
  padding-right: 40px;
}

.alert .alert-link {
  color: #fff;
}

.alert.alert-success {
  background-color: #1e7e34;
}

.alert i.fa,
.alert i.tim-icons {
  font-size: 1rem;
}

.alert .close {
  color: #fff;
  opacity: 0.9;
  text-shadow: none;
  line-height: 0;
  outline: 0;
}

.alert span[data-notify=icon] {
  font-size: 22px;
  display: block;
  left: 19px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}

.alert button.close {
  color: var(--wood-200);
  font-weight: 400;
  position: absolute;
  right: 0px;
  top: 15px;
  margin-top: -13px;
  width: 25px;
  height: 25px;
  padding: 3px;
}

.alert .close ~ span {
  display: block;
  max-width: 89%;
}

.alert.alert-with-icon {
  padding-left: 65px;
}

.alert-dismissible .close {
  top: 50%;
  right: 1.25rem;
  padding: 0;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.alert-dismissible .close:hover,
.alert-dismissible .close:focus {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1 !important;
}

@media (max-width: 575.98px) {
  .alert-dismissible .close {
    top: 1rem;
    right: 0.5rem;
  }
}

.alert-dismissible .close > span:not(.sr-only) {
  font-size: 1.5rem;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}

.alert-dismissible .close:hover > span:not(.sr-only),
.alert-dismissible .close:focus > span:not(.sr-only) {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.9);
}

.alert-message {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 9999;
  transform: translateY(6px);
}

.dropdown-menu {
  border: 0;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.1428rem;
  transition: all 150ms linear;
}

.dropdown-menu.dropdown-menu-right:before,
.dropdown-menu.dropdown-menu-right:after {
  left: auto;
  right: 10px;
}

.dropdown-menu.dropdown-black {
  background: linear-gradient(to bottom, #000 0%, #000 100%);
  border: 1px solid #344675;
}

.dropdown-menu.dropdown-black .dropdown-item {
  color: rgba(255, 255, 255, 0.7);
}

.dropdown-menu.dropdown-black .dropdown-divider {
  border-color: #344675;
}

.dropdown-menu.dropdown-black:before {
  color: #000;
  z-index: 2;
}

.dropdown-menu.dropdown-black:after {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  vertical-align: middle;
  content: "";
  top: -6px;
  left: 10px;
  right: auto;
  color: #344675;
  border-bottom: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

.dropdown-menu.dropdown-black.dropdown-menu-right:after {
  left: auto;
  right: 10px;
}

.dropup .dropdown-menu.dropdown-black:after {
  color: #000;
  z-index: 2;
}

.dropup .dropdown-menu.dropdown-black:before {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  top: auto;
  bottom: -6px;
  right: auto;
  left: 10px;
  color: #555555;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  border-bottom: none;
  z-index: 1;
}

.dropdown-menu i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.dropdown-menu .tim-icons {
  margin-right: 10px;
  position: relative;
  top: 4px;
  font-size: 1.125rem;
  margin-top: -5px;
  opacity: 0.5;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  color: inherit;
}

.dropup .dropdown-menu:before {
  display: none;
}

.dropup .dropdown-menu:after {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  top: auto;
  bottom: -5px;
  right: auto;
  left: 10px;
  color: #fff;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  border-bottom: none;
}

.dropup .dropdown-menu.dropdown-menu-right:after,
.dropup .dropdown-menu.dropdown-menu-right:before {
  right: 10px;
  left: auto;
}

.dropdown-menu:before {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  top: -5px;
  left: 10px;
  right: auto;
  color: #fff;
  border-bottom: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

.dropdown-menu.dropdown-menu-right {
  right: 0 !important;
  left: auto !important;
}

.dropdown-menu .dropdown-item,
.bootstrap-select .dropdown-menu.inner li a {
  font-size: 0.85714286rem;
  padding: 9.6px;
  transition: all 150ms linear;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.bootstrap-select .dropdown-menu.inner li a:hover,
.bootstrap-select .dropdown-menu.inner li a:focus {
  background-color: rgba(222, 222, 222, 0.3);
}

.dropdown-menu .dropdown-item.disabled,
.dropdown-menu .dropdown-item:disabled,
.bootstrap-select .dropdown-menu.inner li a.disabled,
.bootstrap-select .dropdown-menu.inner li a:disabled {
  color: rgba(182, 182, 182, 0.6);
}

.dropdown-menu .dropdown-item.disabled:hover,
.dropdown-menu .dropdown-item.disabled:focus,
.dropdown-menu .dropdown-item:disabled:hover,
.dropdown-menu .dropdown-item:disabled:focus,
.bootstrap-select .dropdown-menu.inner li a.disabled:hover,
.bootstrap-select .dropdown-menu.inner li a.disabled:focus,
.bootstrap-select .dropdown-menu.inner li a:disabled:hover,
.bootstrap-select .dropdown-menu.inner li a:disabled:focus {
  background-color: transparent;
  box-shadow: none;
}

.dropdown-menu .dropdown-divider {
  background-color: rgba(222, 222, 222, 0.5);
}

.dropdown-menu .dropdown-header:not([href]):not([tabindex]) {
  color: rgba(182, 182, 182, 0.6);
  font-size: 0.714rem;
  text-transform: uppercase;
  font-weight: 700;
}

.dropdown-menu.dropdown-primary {
  background-color: #0074f0;
}

.dropdown-menu.dropdown-primary:before {
  color: #0074f0;
}

.dropdown-menu.dropdown-primary .dropdown-header:not([href]):not([tabindex]) {
  color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-primary .dropdown-item {
  color: #fff;
}

.dropdown-menu.dropdown-primary .dropdown-item:hover,
.dropdown-menu.dropdown-primary .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-primary .dropdown-divider {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-info {
  background-color: #1596aa;
}

.dropdown-menu.dropdown-info:before {
  color: #1596aa;
}

.dropdown-menu.dropdown-info .dropdown-header:not([href]):not([tabindex]) {
  color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-info .dropdown-item {
  color: #fff;
}

.dropdown-menu.dropdown-info .dropdown-item:hover,
.dropdown-menu.dropdown-info .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-info .dropdown-divider {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-danger {
  background-color: #da2839;
}

.dropdown-menu.dropdown-danger:before {
  color: #da2839;
}

.dropdown-menu.dropdown-danger .dropdown-header:not([href]):not([tabindex]) {
  color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-danger .dropdown-item {
  color: #fff;
}

.dropdown-menu.dropdown-danger .dropdown-item:hover,
.dropdown-menu.dropdown-danger .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-danger .dropdown-divider {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-success {
  background-color: #259b40;
}

.dropdown-menu.dropdown-success:before {
  color: #259b40;
}

.dropdown-menu.dropdown-success .dropdown-header:not([href]):not([tabindex]) {
  color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-success .dropdown-item {
  color: #fff;
}

.dropdown-menu.dropdown-success .dropdown-item:hover,
.dropdown-menu.dropdown-success .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-success .dropdown-divider {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-warning {
  background-color: #f7b900;
}

.dropdown-menu.dropdown-warning:before {
  color: #f7b900;
}

.dropdown-menu.dropdown-warning .dropdown-header:not([href]):not([tabindex]) {
  color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-warning .dropdown-item {
  color: #fff;
}

.dropdown-menu.dropdown-warning .dropdown-item:hover,
.dropdown-menu.dropdown-warning .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-warning .dropdown-divider {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropup:not(.bootstrap-select) .dropdown-menu,
.bootstrap-select .dropdown-menu:not(.inner),
.dropdown-menu.bootstrap-datetimepicker-widget.bottom {
  transform: translate3d(0, -20px, 0) !important;
  visibility: hidden;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 100% !important;
}

.dropdown-menu.bootstrap-datetimepicker-widget.top {
  transform: translate3d(0, -20px, 0) !important;
  visibility: hidden;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
}

.dropdown-menu.bootstrap-datetimepicker-widget.top,
.dropdown-menu.bootstrap-datetimepicker-widget.bottom {
  transform: translate3d(0, -20px, 0) !important;
}

.bootstrap-select.dropup .dropdown-menu:not(.inner) {
  transform: translate3d(0, 25px, 0) !important;
}

.dropup:not(.bootstrap-select) .dropdown-menu {
  transform: translate3d(0, 20px, 0) !important;
  top: auto !important;
  bottom: 100%;
}

.dropdown.show .dropdown-menu,
.bootstrap-select.show .dropdown-menu:not(.inner),
.dropdown-menu.bootstrap-datetimepicker-widget.top.open,
.dropdown-menu.bootstrap-datetimepicker-widget.bottom.open,
.dropup.show:not(.bootstrap-select) .dropdown-menu,
.navbar .dropdown.show .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transform: translate3d(0, 1px, 0) !important;
}

.dropdown-menu.bootstrap-datetimepicker-widget.top.open,
.dropdown-menu.bootstrap-datetimepicker-widget.bottom.open {
  transform: translate3d(0, 0px, 0) !important;
}

.dropup.show:not(.bootstrap-select) .dropdown-menu {
  transform: translate3d(0, -2px, 0) !important;
}

.dropdown-menu.dropdown-navbar {
  left: -80px;
}

.dropdown-menu.dropdown-navbar:before,
.dropdown-menu.dropdown-navbar:after {
  left: auto;
  right: 17px;
}

.btn {
  cursor: pointer;
}

.btn.dropdown-toggle[data-toggle=dropdown] {
  padding: 10px;
  margin: 0;
  margin-bottom: 5px;
}

.btn.dropdown-toggle[data-toggle=dropdown]:after {
  content: "";
  margin-left: 5px;
}

.btn span.bs-caret {
  display: none;
}

.btn.btn-link.dropdown-toggle {
  height: 22px;
  padding: 0;
  margin-right: 5px;
}

.dropdown-toggle:after {
  content: unset;
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show > .btn.dropdown-toggle:focus {
  box-shadow: none;
}

.dropdown-menu-sm {
  min-width: 100px;
  border: 0.3rem;
}

.dropdown-menu-lg {
  min-width: 260px;
  border-radius: 0.3rem;
}

.dropdown-menu-xl {
  min-width: 450px;
  border-radius: 0.3rem;
}

@media screen and (min-width: 992px) {
  .dropdown-menu .dropdown-item {
    color: #9A9A9A;
  }
}

.footer {
  padding: 24px 0 24px 250px;
}

.footer [class*=container-] {
  padding: 0;
}

.footer .nav {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  padding-left: 30px;
  list-style: none;
}

.footer .nav-item {
  display: inline-block;
}

.footer .nav-item:first-child a {
  padding-left: 0;
}

.footer .nav-link {
  color: #fff;
  padding: 0 0.5rem;
  font-size: 0.85714286rem;
  text-transform: uppercase;
  text-decoration: none;
}

.footer .nav-link:hover {
  text-decoration: none;
}

.footer .copyright {
  font-size: 0.85714286rem;
  line-height: 1.8;
  color: #fff;
}

.footer:after {
  display: table;
  clear: both;
  content: " ";
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 0px;
  }

  .footer .copyright {
    text-align: right;
    margin-right: 15px;
  }
}

@media screen and (min-width: 992px) {
  .footer .copyright {
    float: right;
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .footer nav {
    display: block;
    margin-bottom: 5px;
    float: none;
  }
}

@media screen and (max-width: 576px) {
  .footer {
    text-align: center;
  }

  .footer .copyright {
    text-align: center;
  }

  .footer .nav {
    float: none;
    padding-left: 0;
  }
}

/* Form controls */

.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control {
  border-color: #0d0d0d;
  border-radius: 0.3rem;
  font-size: 0.85714286rem;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.form-control:focus {
  border-color: #007bff;
  background-color: #fff;
}

.form-control:focus + .input-group-append .input-group-text,
.form-control:focus ~ .input-group-append .input-group-text,
.form-control:focus + .input-group-prepend .input-group-text,
.form-control:focus ~ .input-group-prepend .input-group-text {
  border: 1px solid #007bff;
  border-left: none;
  background-color: transparent;
}

.has-danger .form-control.form-control-success,
.has-danger .form-control.form-control-danger,
.has-success .form-control.form-control-success,
.has-success .form-control.form-control-danger {
  background-image: none;
}

.form-control + .form-control-feedback {
  border-radius: 0.3rem;
  margin-top: -7px;
  position: absolute;
  right: 10px;
  top: 50%;
  vertical-align: middle;
}

.open .form-control {
  border-radius: 0.3rem 0.3rem 0 0;
  border-bottom-color: transparent;
}

.form-control + .input-group-append .input-group-text,
.form-control + .input-group-prepend .input-group-text {
  background-color: #fff;
}

.has-success .input-group-append .input-group-text,
.has-success .input-group-prepend .input-group-text,
.has-success .form-control {
  border-color: #0d0d0d;
}

.has-success .form-control:focus,
.has-success.input-group-focus .input-group-append .input-group-text,
.has-success.input-group-focus .input-group-prepend .input-group-text {
  border-color: #1e7e34;
}

.has-danger .form-control,
.has-danger .input-group-append .input-group-text,
.has-danger .input-group-prepend .input-group-text,
.has-danger.input-group-focus .input-group-prepend .input-group-text,
.has-danger.input-group-focus .input-group-append .input-group-text {
  border-color: #f33620;
  color: #ec250d;
  background-color: rgba(222, 222, 222, 0.1);
}

.has-danger .form-control:focus,
.has-danger .input-group-append .input-group-text:focus,
.has-danger .input-group-prepend .input-group-text:focus,
.has-danger.input-group-focus .input-group-prepend .input-group-text:focus,
.has-danger.input-group-focus .input-group-append .input-group-text:focus {
  background-color: transparent;
}

.has-success:after,
.has-danger:after {
  font-family: "nucleo";
  content: "\EA1B";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 13px;
  color: #28a745;
  font-size: 11px;
}

.has-success.form-control-lg:after,
.has-danger.form-control-lg:after {
  font-size: 13px;
  top: 24px;
}

.has-success.has-label:after,
.has-danger.has-label:after {
  top: 37px;
}

.has-success.form-check:after,
.has-danger.form-check:after {
  display: none !important;
}

.has-success.form-check .form-check-label,
.has-danger.form-check .form-check-label {
  color: #28a745;
}

.has-danger:after {
  content: "\EA48";
  color: #ec250d;
}

.has-danger.form-check .form-check-label {
  color: #ec250d;
}

img {
  max-width: 100%;
  border-radius: 0.2rem;
}

.img-raised {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

.modal-content {
  border: 0;
}

.modal-content .modal-header {
  border-bottom: none;
}

.modal-content .modal-header button {
  position: absolute;
  right: 27px;
  top: 24px;
  outline: 0;
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-content .modal-header .title {
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
}

.modal-content .modal-header .modal-title {
  color: #000;
}

.modal-content .modal-header i.tim-icons {
  font-size: 16px;
}

.modal-content .modal-body {
  line-height: 1.9;
}

.modal-content .modal-body p {
  color: #000;
}

.modal-content .modal-footer {
  border-top: 0;
  /* Safari 6.1+ */
  justify-content: space-between;
}

.modal-content .modal-footer button {
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  width: auto;
}

.modal-content .modal-footer button.pull-left {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  left: -5px;
}

.modal-content .modal-body + .modal-footer {
  padding-top: 0;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.3);
}

.modal.modal-default .modal-content {
  background-color: #fff;
  color: #000;
}

.modal.modal-default .modal-body p {
  color: rgba(255, 255, 255, 0.8);
}

.modal.modal-default .form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-default .form-control:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-default .form-control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-default .form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-default .form-control {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.modal.modal-default .form-control:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.modal.modal-default .has-success:after,
.modal.modal-default .has-danger:after {
  color: #fff;
}

.modal.modal-default .has-danger .form-control {
  background-color: transparent;
}

.modal.modal-default .input-group-prepend {
  margin-right: 0;
}

.modal.modal-default .input-group-prepend .input-group-text,
.modal.modal-default .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.modal.modal-default .input-group-focus .input-group-prepend .input-group-text,
.modal.modal-default .input-group-focus .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  border-color: #fff;
  color: #fff;
}

.modal.modal-default .form-group.no-border .form-control,
.modal.modal-default .input-group.no-border .form-control {
  background-color: rgba(30, 30, 47, 0.2);
  color: #fff;
}

.modal.modal-default .form-group.no-border .form-control:focus,
.modal.modal-default .form-group.no-border .form-control:active,
.modal.modal-default .form-group.no-border .form-control:active,
.modal.modal-default .input-group.no-border .form-control:focus,
.modal.modal-default .input-group.no-border .form-control:active,
.modal.modal-default .input-group.no-border .form-control:active {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-default .form-group.no-border .form-control + .input-group-prepend .input-group-text,
.modal.modal-default .form-group.no-border .form-control + .input-group-append .input-group-text,
.modal.modal-default .input-group.no-border .form-control + .input-group-prepend .input-group-text,
.modal.modal-default .input-group.no-border .form-control + .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
}

.modal.modal-default .form-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.modal.modal-default .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-default .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-default .form-group.no-border .form-control + .input-group-append .input-group-text:focus,
.modal.modal-default .form-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-default .form-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-default .input-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.modal.modal-default .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-default .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-default .input-group.no-border .form-control + .input-group-append .input-group-text:focus,
.modal.modal-default .input-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-default .input-group.no-border .form-control + .input-group-append .input-group-text:active {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-default .form-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.modal.modal-default .form-group.no-border .form-control:focus + .input-group-append .input-group-text,
.modal.modal-default .input-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.modal.modal-default .input-group.no-border .form-control:focus + .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-default .form-group.no-border .input-group-prepend .input-group-text,
.modal.modal-default .form-group.no-border .input-group-append .input-group-text,
.modal.modal-default .input-group.no-border .input-group-prepend .input-group-text,
.modal.modal-default .input-group.no-border .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
  border: none;
  color: #fff;
}

.modal.modal-default .form-group.no-border.input-group-focus .input-group-prepend .input-group-text,
.modal.modal-default .form-group.no-border.input-group-focus .input-group-append .input-group-text,
.modal.modal-default .input-group.no-border.input-group-focus .input-group-prepend .input-group-text,
.modal.modal-default .input-group.no-border.input-group-focus .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-primary .modal-content {
  background-color: #007bff;
  color: #fff;
}

.modal.modal-primary .modal-body p {
  color: rgba(255, 255, 255, 0.8);
}

.modal.modal-primary .form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-primary .form-control:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-primary .form-control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-primary .form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-primary .form-control {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.modal.modal-primary .form-control:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.modal.modal-primary .has-success:after,
.modal.modal-primary .has-danger:after {
  color: #fff;
}

.modal.modal-primary .has-danger .form-control {
  background-color: transparent;
}

.modal.modal-primary .input-group-prepend {
  margin-right: 0;
}

.modal.modal-primary .input-group-prepend .input-group-text,
.modal.modal-primary .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.modal.modal-primary .input-group-focus .input-group-prepend .input-group-text,
.modal.modal-primary .input-group-focus .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  border-color: #fff;
  color: #fff;
}

.modal.modal-primary .form-group.no-border .form-control,
.modal.modal-primary .input-group.no-border .form-control {
  background-color: rgba(30, 30, 47, 0.2);
  color: #fff;
}

.modal.modal-primary .form-group.no-border .form-control:focus,
.modal.modal-primary .form-group.no-border .form-control:active,
.modal.modal-primary .form-group.no-border .form-control:active,
.modal.modal-primary .input-group.no-border .form-control:focus,
.modal.modal-primary .input-group.no-border .form-control:active,
.modal.modal-primary .input-group.no-border .form-control:active {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-primary .form-group.no-border .form-control + .input-group-prepend .input-group-text,
.modal.modal-primary .form-group.no-border .form-control + .input-group-append .input-group-text,
.modal.modal-primary .input-group.no-border .form-control + .input-group-prepend .input-group-text,
.modal.modal-primary .input-group.no-border .form-control + .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
}

.modal.modal-primary .form-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.modal.modal-primary .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-primary .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-primary .form-group.no-border .form-control + .input-group-append .input-group-text:focus,
.modal.modal-primary .form-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-primary .form-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-primary .input-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.modal.modal-primary .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-primary .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-primary .input-group.no-border .form-control + .input-group-append .input-group-text:focus,
.modal.modal-primary .input-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-primary .input-group.no-border .form-control + .input-group-append .input-group-text:active {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-primary .form-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.modal.modal-primary .form-group.no-border .form-control:focus + .input-group-append .input-group-text,
.modal.modal-primary .input-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.modal.modal-primary .input-group.no-border .form-control:focus + .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-primary .form-group.no-border .input-group-prepend .input-group-text,
.modal.modal-primary .form-group.no-border .input-group-append .input-group-text,
.modal.modal-primary .input-group.no-border .input-group-prepend .input-group-text,
.modal.modal-primary .input-group.no-border .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
  border: none;
  color: #fff;
}

.modal.modal-primary .form-group.no-border.input-group-focus .input-group-prepend .input-group-text,
.modal.modal-primary .form-group.no-border.input-group-focus .input-group-append .input-group-text,
.modal.modal-primary .input-group.no-border.input-group-focus .input-group-prepend .input-group-text,
.modal.modal-primary .input-group.no-border.input-group-focus .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-danger .modal-content {
  background-color: #dc3545;
  color: #fff;
}

.modal.modal-danger .modal-body p {
  color: rgba(255, 255, 255, 0.8);
}

.modal.modal-danger .form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-danger .form-control:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-danger .form-control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-danger .form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-danger .form-control {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.modal.modal-danger .form-control:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.modal.modal-danger .has-success:after,
.modal.modal-danger .has-danger:after {
  color: #fff;
}

.modal.modal-danger .has-danger .form-control {
  background-color: transparent;
}

.modal.modal-danger .input-group-prepend {
  margin-right: 0;
}

.modal.modal-danger .input-group-prepend .input-group-text,
.modal.modal-danger .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.modal.modal-danger .input-group-focus .input-group-prepend .input-group-text,
.modal.modal-danger .input-group-focus .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  border-color: #fff;
  color: #fff;
}

.modal.modal-danger .form-group.no-border .form-control,
.modal.modal-danger .input-group.no-border .form-control {
  background-color: rgba(30, 30, 47, 0.2);
  color: #fff;
}

.modal.modal-danger .form-group.no-border .form-control:focus,
.modal.modal-danger .form-group.no-border .form-control:active,
.modal.modal-danger .form-group.no-border .form-control:active,
.modal.modal-danger .input-group.no-border .form-control:focus,
.modal.modal-danger .input-group.no-border .form-control:active,
.modal.modal-danger .input-group.no-border .form-control:active {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-danger .form-group.no-border .form-control + .input-group-prepend .input-group-text,
.modal.modal-danger .form-group.no-border .form-control + .input-group-append .input-group-text,
.modal.modal-danger .input-group.no-border .form-control + .input-group-prepend .input-group-text,
.modal.modal-danger .input-group.no-border .form-control + .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
}

.modal.modal-danger .form-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.modal.modal-danger .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-danger .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-danger .form-group.no-border .form-control + .input-group-append .input-group-text:focus,
.modal.modal-danger .form-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-danger .form-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-danger .input-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.modal.modal-danger .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-danger .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-danger .input-group.no-border .form-control + .input-group-append .input-group-text:focus,
.modal.modal-danger .input-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-danger .input-group.no-border .form-control + .input-group-append .input-group-text:active {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-danger .form-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.modal.modal-danger .form-group.no-border .form-control:focus + .input-group-append .input-group-text,
.modal.modal-danger .input-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.modal.modal-danger .input-group.no-border .form-control:focus + .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-danger .form-group.no-border .input-group-prepend .input-group-text,
.modal.modal-danger .form-group.no-border .input-group-append .input-group-text,
.modal.modal-danger .input-group.no-border .input-group-prepend .input-group-text,
.modal.modal-danger .input-group.no-border .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
  border: none;
  color: #fff;
}

.modal.modal-danger .form-group.no-border.input-group-focus .input-group-prepend .input-group-text,
.modal.modal-danger .form-group.no-border.input-group-focus .input-group-append .input-group-text,
.modal.modal-danger .input-group.no-border.input-group-focus .input-group-prepend .input-group-text,
.modal.modal-danger .input-group.no-border.input-group-focus .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-warning .modal-content {
  background-color: #ffc107;
  color: #fff;
}

.modal.modal-warning .modal-body p {
  color: rgba(255, 255, 255, 0.8);
}

.modal.modal-warning .form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-warning .form-control:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-warning .form-control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-warning .form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-warning .form-control {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.modal.modal-warning .form-control:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.modal.modal-warning .has-success:after,
.modal.modal-warning .has-danger:after {
  color: #fff;
}

.modal.modal-warning .has-danger .form-control {
  background-color: transparent;
}

.modal.modal-warning .input-group-prepend {
  margin-right: 0;
}

.modal.modal-warning .input-group-prepend .input-group-text,
.modal.modal-warning .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.modal.modal-warning .input-group-focus .input-group-prepend .input-group-text,
.modal.modal-warning .input-group-focus .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  border-color: #fff;
  color: #fff;
}

.modal.modal-warning .form-group.no-border .form-control,
.modal.modal-warning .input-group.no-border .form-control {
  background-color: rgba(30, 30, 47, 0.2);
  color: #fff;
}

.modal.modal-warning .form-group.no-border .form-control:focus,
.modal.modal-warning .form-group.no-border .form-control:active,
.modal.modal-warning .form-group.no-border .form-control:active,
.modal.modal-warning .input-group.no-border .form-control:focus,
.modal.modal-warning .input-group.no-border .form-control:active,
.modal.modal-warning .input-group.no-border .form-control:active {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-warning .form-group.no-border .form-control + .input-group-prepend .input-group-text,
.modal.modal-warning .form-group.no-border .form-control + .input-group-append .input-group-text,
.modal.modal-warning .input-group.no-border .form-control + .input-group-prepend .input-group-text,
.modal.modal-warning .input-group.no-border .form-control + .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
}

.modal.modal-warning .form-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.modal.modal-warning .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-warning .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-warning .form-group.no-border .form-control + .input-group-append .input-group-text:focus,
.modal.modal-warning .form-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-warning .form-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-warning .input-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.modal.modal-warning .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-warning .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-warning .input-group.no-border .form-control + .input-group-append .input-group-text:focus,
.modal.modal-warning .input-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-warning .input-group.no-border .form-control + .input-group-append .input-group-text:active {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-warning .form-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.modal.modal-warning .form-group.no-border .form-control:focus + .input-group-append .input-group-text,
.modal.modal-warning .input-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.modal.modal-warning .input-group.no-border .form-control:focus + .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-warning .form-group.no-border .input-group-prepend .input-group-text,
.modal.modal-warning .form-group.no-border .input-group-append .input-group-text,
.modal.modal-warning .input-group.no-border .input-group-prepend .input-group-text,
.modal.modal-warning .input-group.no-border .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
  border: none;
  color: #fff;
}

.modal.modal-warning .form-group.no-border.input-group-focus .input-group-prepend .input-group-text,
.modal.modal-warning .form-group.no-border.input-group-focus .input-group-append .input-group-text,
.modal.modal-warning .input-group.no-border.input-group-focus .input-group-prepend .input-group-text,
.modal.modal-warning .input-group.no-border.input-group-focus .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-success .modal-content {
  background-color: #28a745;
  color: #fff;
}

.modal.modal-success .modal-body p {
  color: rgba(255, 255, 255, 0.8);
}

.modal.modal-success .form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-success .form-control:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-success .form-control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-success .form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-success .form-control {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.modal.modal-success .form-control:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.modal.modal-success .has-success:after,
.modal.modal-success .has-danger:after {
  color: #fff;
}

.modal.modal-success .has-danger .form-control {
  background-color: transparent;
}

.modal.modal-success .input-group-prepend {
  margin-right: 0;
}

.modal.modal-success .input-group-prepend .input-group-text,
.modal.modal-success .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.modal.modal-success .input-group-focus .input-group-prepend .input-group-text,
.modal.modal-success .input-group-focus .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  border-color: #fff;
  color: #fff;
}

.modal.modal-success .form-group.no-border .form-control,
.modal.modal-success .input-group.no-border .form-control {
  background-color: rgba(30, 30, 47, 0.2);
  color: #fff;
}

.modal.modal-success .form-group.no-border .form-control:focus,
.modal.modal-success .form-group.no-border .form-control:active,
.modal.modal-success .form-group.no-border .form-control:active,
.modal.modal-success .input-group.no-border .form-control:focus,
.modal.modal-success .input-group.no-border .form-control:active,
.modal.modal-success .input-group.no-border .form-control:active {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-success .form-group.no-border .form-control + .input-group-prepend .input-group-text,
.modal.modal-success .form-group.no-border .form-control + .input-group-append .input-group-text,
.modal.modal-success .input-group.no-border .form-control + .input-group-prepend .input-group-text,
.modal.modal-success .input-group.no-border .form-control + .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
}

.modal.modal-success .form-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.modal.modal-success .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-success .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-success .form-group.no-border .form-control + .input-group-append .input-group-text:focus,
.modal.modal-success .form-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-success .form-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-success .input-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.modal.modal-success .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-success .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-success .input-group.no-border .form-control + .input-group-append .input-group-text:focus,
.modal.modal-success .input-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-success .input-group.no-border .form-control + .input-group-append .input-group-text:active {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-success .form-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.modal.modal-success .form-group.no-border .form-control:focus + .input-group-append .input-group-text,
.modal.modal-success .input-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.modal.modal-success .input-group.no-border .form-control:focus + .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-success .form-group.no-border .input-group-prepend .input-group-text,
.modal.modal-success .form-group.no-border .input-group-append .input-group-text,
.modal.modal-success .input-group.no-border .input-group-prepend .input-group-text,
.modal.modal-success .input-group.no-border .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
  border: none;
  color: #fff;
}

.modal.modal-success .form-group.no-border.input-group-focus .input-group-prepend .input-group-text,
.modal.modal-success .form-group.no-border.input-group-focus .input-group-append .input-group-text,
.modal.modal-success .input-group.no-border.input-group-focus .input-group-prepend .input-group-text,
.modal.modal-success .input-group.no-border.input-group-focus .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-info .modal-content {
  background-color: #17a2b8;
  color: #fff;
}

.modal.modal-info .modal-body p {
  color: rgba(255, 255, 255, 0.8);
}

.modal.modal-info .form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-info .form-control:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-info .form-control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-info .form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.modal-info .form-control {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.modal.modal-info .form-control:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.modal.modal-info .has-success:after,
.modal.modal-info .has-danger:after {
  color: #fff;
}

.modal.modal-info .has-danger .form-control {
  background-color: transparent;
}

.modal.modal-info .input-group-prepend {
  margin-right: 0;
}

.modal.modal-info .input-group-prepend .input-group-text,
.modal.modal-info .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.modal.modal-info .input-group-focus .input-group-prepend .input-group-text,
.modal.modal-info .input-group-focus .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  border-color: #fff;
  color: #fff;
}

.modal.modal-info .form-group.no-border .form-control,
.modal.modal-info .input-group.no-border .form-control {
  background-color: rgba(30, 30, 47, 0.2);
  color: #fff;
}

.modal.modal-info .form-group.no-border .form-control:focus,
.modal.modal-info .form-group.no-border .form-control:active,
.modal.modal-info .form-group.no-border .form-control:active,
.modal.modal-info .input-group.no-border .form-control:focus,
.modal.modal-info .input-group.no-border .form-control:active,
.modal.modal-info .input-group.no-border .form-control:active {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-info .form-group.no-border .form-control + .input-group-prepend .input-group-text,
.modal.modal-info .form-group.no-border .form-control + .input-group-append .input-group-text,
.modal.modal-info .input-group.no-border .form-control + .input-group-prepend .input-group-text,
.modal.modal-info .input-group.no-border .form-control + .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
}

.modal.modal-info .form-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.modal.modal-info .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-info .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-info .form-group.no-border .form-control + .input-group-append .input-group-text:focus,
.modal.modal-info .form-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-info .form-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-info .input-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.modal.modal-info .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-info .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.modal.modal-info .input-group.no-border .form-control + .input-group-append .input-group-text:focus,
.modal.modal-info .input-group.no-border .form-control + .input-group-append .input-group-text:active,
.modal.modal-info .input-group.no-border .form-control + .input-group-append .input-group-text:active {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-info .form-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.modal.modal-info .form-group.no-border .form-control:focus + .input-group-append .input-group-text,
.modal.modal-info .input-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.modal.modal-info .input-group.no-border .form-control:focus + .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal.modal-info .form-group.no-border .input-group-prepend .input-group-text,
.modal.modal-info .form-group.no-border .input-group-append .input-group-text,
.modal.modal-info .input-group.no-border .input-group-prepend .input-group-text,
.modal.modal-info .input-group.no-border .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.2);
  border: none;
  color: #fff;
}

.modal.modal-info .form-group.no-border.input-group-focus .input-group-prepend .input-group-text,
.modal.modal-info .form-group.no-border.input-group-focus .input-group-append .input-group-text,
.modal.modal-info .input-group.no-border.input-group-focus .input-group-prepend .input-group-text,
.modal.modal-info .input-group.no-border.input-group-focus .input-group-append .input-group-text {
  background-color: rgba(30, 30, 47, 0.3);
  color: #fff;
}

.modal .modal-header .close {
  color: #dc3545;
  text-shadow: none;
}

.modal .modal-header .close:hover,
.modal .modal-header .close:focus {
  opacity: 1;
}

.modal.modal-black .modal-content {
  background: linear-gradient(to bottom, #000 0%, #000 100%);
  color: rgba(255, 255, 255, 0.8);
}

.modal.modal-black .modal-content .modal-header .modal-title,
.modal.modal-black .modal-content .modal-header .title {
  color: rgba(255, 255, 255, 0.9);
}

.modal.modal-black .modal-content .modal-body p {
  color: rgba(255, 255, 255, 0.8);
}

.modal.modal-black h1,
.modal.modal-black h2,
.modal.modal-black h3,
.modal.modal-black h4,
.modal.modal-black h5,
.modal.modal-black h6,
.modal.modal-black p {
  color: #fff;
}

.modal-search .modal-dialog {
  margin: 20px auto;
  max-width: 650px;
}

.modal-search .modal-dialog input {
  border: none;
  font-size: 1.0625rem;
  font-weight: 100;
}

.modal-search .modal-dialog span {
  font-size: 2.1875rem;
  color: #b7b7b7;
}

.modal-search .modal-content .modal-header {
  padding: 24px;
}

.modal-search .modal-header .close {
  color: #555555;
  top: 30px !important;
}

.modal-search .modal-footer {
  border-top: 2px solid #f9f9f9;
  margin: 0px 25px 20px;
}

.navbar {
  padding: 10px 30px 10px 15px;
  width: 100%;
  background: #1a1e34;
}

.navbar .photo {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  vertical-align: middle;
  overflow: hidden;
}

.navbar .photo img {
  width: 100%;
}

.navbar .navbar-wrapper {
  display: flex;
  align-items: center;
}

.navbar .navbar-text {
  color: #fff;
}

.navbar .btn {
  margin: 0 5px 0 10px;
}

.navbar.navbar-absolute {
  position: absolute;
  z-index: 1050;
}

.navbar.navbar-transparent {
  background: transparent !important;
}

.navbar.bg-white .navbar-nav .search-bar.input-group i {
  color: #000;
}

.navbar.bg-white .navbar-nav .search-bar.input-group .form-control {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.navbar.bg-white .navbar-nav a.nav-link {
  color: #000 !important;
}

.navbar.bg-white .navbar-nav a.nav-link p {
  color: #000;
}

.navbar.bg-white .navbar-text,
.navbar.bg-white .navbar-brand {
  color: #000;
}

.navbar.bg-white .form-control {
  color: #000 !important;
}

.navbar.bg-white .form-control::-moz-placeholder {
  color: #9A9A9A !important;
}

.navbar.bg-white .form-control::placeholder {
  color: #9A9A9A !important;
}

.navbar.bg-dark {
  background: #000 !important;
}

.navbar.bg-primary {
  background-color: #007bff !important;
}

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

.navbar.bg-info {
  background-color: #17a2b8 !important;
}

.navbar.bg-success {
  background-color: #1e7e34 !important;
}

.navbar.bg-danger {
  background-color: #dc3545 !important;
}

.navbar .navbar-brand {
  color: #fff;
  margin-left: 17px;
  margin-top: 3px;
  text-transform: uppercase;
  font-size: 1rem;
}

.navbar .navbar-toggle button:focus,
.navbar .navbar-toggler {
  outline: none;
}

.navbar-minimize-fixed {
  position: fixed;
  margin-left: 40px;
  margin-top: 14px;
  transition: 0.3s ease;
  color: white;
  z-index: 20;
  opacity: 0;
  transition: 0.2s ease;
}

.navbar-minimize-fixed button i {
  font-size: 20px;
}

.notification {
  background: #dc3545;
  color: #fff;
  border-radius: 0.875rem;
  height: 6px;
  width: 6px;
  position: absolute;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 800;
  top: 10px;
  right: 10px;
  border: 1px solid #dc3545;
}

li a {
  position: relative;
  font-weight: bold;
}

li a .notificationSpan {
  color: #ffffff;
  background-color: orangered;
  min-height: 1.25rem;
  min-width: 1.25rem;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: 0;
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#notifications.has-notifications {
  color: #bf5329;
}

.navbar-nav li a {
  color: #fff;
}

.navbar-nav li i {
  vertical-align: middle;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .navbar .container-fluid,
  .navbar .container-sm,
  .navbar .container-md,
  .navbar .container-lg,
  .navbar .container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar .navbar-collapse .input-group {
    margin: 0;
    margin-top: 5px;
  }

  .navbar .navbar-nav .btn {
    margin-left: -3px;
    display: flex;
  }

  .navbar .navbar-nav .btn i {
    margin-right: 12px;
  }

  .navbar .navbar-nav .btn span {
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
  }

  .navbar .navbar-nav .btn span,
  .navbar .navbar-nav .btn span:hover,
  .navbar .navbar-nav .btn span:focus,
  .navbar .navbar-nav .btn span:active,
  .navbar .navbar-nav .btn span:active:focus {
    color: #000 !important;
  }

  .navbar .navbar-nav a.nav-link i {
    opacity: 1;
    margin-left: 4px;
    margin-right: 5px;
  }

  .navbar .navbar-nav a.nav-link p {
    display: inline-block;
    text-transform: uppercase;
    margin-left: 7px;
  }

  .navbar .navbar-nav .modal-search .modal-dialog {
    padding: 0 40px;
  }

  .navbar .navbar-nav .dropdown {
    margin: 5px 0;
  }

  .navbar .navbar-nav .dropdown .nav-link {
    padding-bottom: 0;
  }

  .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    margin-top: 0;
    padding-left: 24px;
  }

  .navbar .dropdown.show .dropdown-menu {
    display: block;
  }

  .navbar .dropdown .dropdown-menu {
    display: none;
  }

  .navbar .dropdown .dropdown-menu li a {
    color: #000;
  }

  .navbar .dropdown-menu .dropdown-item:focus,
  .navbar .dropdown-menu .dropdown-item:hover {
    color: #fff;
  }

  .navbar.bg-white .dropdown-menu .dropdown-item:focus,
  .navbar.bg-white .dropdown-menu .dropdown-item:hover {
    color: #344675;
  }

  .navbar button.navbar-toggler[data-target="#navigation"] {
    padding-top: 0;
  }

  .navbar .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #fff;
  }

  .navbar .navbar-toggler-bar.navbar-kebab {
    height: 4px;
    width: 4px;
    margin-bottom: 3px;
    border-radius: 50%;
  }

  .navbar .navbar-toggler-bar + .navbar-toggler-bar {
    margin-top: 7px;
  }

  .navbar .navbar-toggler-bar + .navbar-toggler-bar.navbar-kebab {
    margin-top: 0px;
  }

  .navbar .navbar-toggler-bar.bar2 {
    width: 17px;
    transition: width 0.2s linear;
  }

  .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
    background-color: #344675;
  }

  .navbar .toggled .navbar-toggler-bar {
    width: 24px;
  }

  .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
    margin-top: 5px;
  }

  .navbar .navbar-brand {
    margin-left: 20px;
    position: relative;
  }

  .navbar-nav .nav-link i.fa,
  .navbar-nav .nav-link i.tim-icons {
    opacity: 0.5;
  }

  .bar1,
  .bar2,
  .bar3 {
    outline: 1px solid transparent;
  }

  .bar1 {
    top: 0px;
    animation: topbar-back 500ms 0s;
    animation-fill-mode: forwards;
  }

  .bar2 {
    opacity: 1;
  }

  .bar3 {
    bottom: 0px;
    animation: bottombar-back 500ms 0s;
    animation-fill-mode: forwards;
  }

  .toggled .bar1 {
    top: 6px;
    animation: topbar-x 500ms 0s;
    animation-fill-mode: forwards;
  }

  .toggled .bar2 {
    opacity: 0;
  }

  .toggled .bar3 {
    bottom: 6px;
    animation: bottombar-x 500ms 0s;
    animation-fill-mode: forwards;
  }

@keyframes topbar-x {
    0% {
      top: 0px;
      transform: rotate(0deg);
    }

    45% {
      top: 6px;
      transform: rotate(145deg);
    }

    75% {
      transform: rotate(130deg);
    }

    100% {
      transform: rotate(135deg);
    }
}

@keyframes topbar-back {
    0% {
      top: 6px;
      transform: rotate(135deg);
    }

    45% {
      transform: rotate(-10deg);
    }

    75% {
      transform: rotate(5deg);
    }

    100% {
      top: 0px;
      transform: rotate(0);
    }
}

@keyframes bottombar-x {
    0% {
      bottom: 0px;
      transform: rotate(0deg);
    }

    45% {
      bottom: 6px;
      transform: rotate(-145deg);
    }

    75% {
      transform: rotate(-130deg);
    }

    100% {
      transform: rotate(-135deg);
    }
}

@keyframes bottombar-back {
    0% {
      bottom: 6px;
      transform: rotate(-135deg);
    }

    45% {
      transform: rotate(10deg);
    }

    75% {
      transform: rotate(-5deg);
    }

    100% {
      bottom: 0px;
      transform: rotate(0);
    }
}

@keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
}
}

@media screen and (min-width: 992px) {
  .navbar-collapse {
    background: none !important;
  }

  .navbar .navbar-toggle {
    display: none;
  }

  .navbar-nav .nav-link.profile-photo {
    padding: 0;
    margin: 7px 0.7rem;
  }

  .navbar .caret {
    position: absolute;
    left: 80%;
    top: 55%;
    margin-left: 0;
  }

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

@media screen and (max-width: 576px) {
  .navbar[class*=navbar-toggleable-] .container {
    margin-left: 0;
    margin-right: 0;
  }
}

.no-sidebar .navbar {
  position: relative;
}

.navbar-nav {
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 16px;
  white-space: nowrap;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
}

p {
  font-weight: 300;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Noto Serif Devanagari", sans-serif;
}

.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6,
.card p {
  color: rgba(255, 255, 255, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

a {
  color: #ba54f5;
  font-weight: 300;
}

a:hover,
a:focus {
  color: #007bff;
}

h1,
.h1 {
  line-height: 1.05;
  margin-bottom: 30px;
}

h1 small,
.h1 small {
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.8;
}

h2,
.h2 {
  margin-bottom: 30px;
  line-height: 1.2;
}

h3,
.h3 {
  margin-bottom: 30px;
  line-height: 1.4em;
}

h4,
.h4 {
  line-height: 1.45em;
  margin-bottom: 15px;
}

h4 + .category,
h4.title + .category,
.h4 + .category,
.h4.title + .category {
  margin-top: -10px;
}

h5,
.h5 {
  line-height: 1.4em;
  margin-bottom: 15px;
}

h6,
.h6 {
  text-transform: uppercase;
  font-weight: 700;
}

p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}

p.description {
  font-size: 1.14em;
}

.title {
  font-weight: 700;
}

.title.title-up {
  text-transform: uppercase;
}

.title.title-up a {
  color: #000;
  text-decoration: none;
}

.title + .category {
  margin-top: -10px;
}

.description,
.card-description,
.footer-big p,
.card .footer .stats {
  color: #9A9A9A;
  font-weight: 300;
}

.category,
.card-category {
  text-transform: capitalize;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85714286rem;
}

.card-category {
  font-size: 0.85714286rem;
}

.blockquote {
  border-left: none;
  border: 1px solid #344675;
  padding: 20px;
  font-size: 1.1rem;
  line-height: 1.8;
}

.blockquote small {
  color: #344675;
  font-size: 0.85714286rem;
  text-transform: uppercase;
}

.blockquote.blockquote-primary {
  border-color: #007bff;
  color: #007bff;
}

.blockquote.blockquote-primary small {
  color: #007bff;
}

.blockquote.blockquote-danger {
  border-color: #dc3545;
  color: #dc3545;
}

.blockquote.blockquote-danger small {
  color: #dc3545;
}

.blockquote.blockquote-white {
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.blockquote.blockquote-white small {
  color: rgba(255, 255, 255, 0.8);
}

ul li,
ol li {
  color: #fff;
}

pre {
  color: rgba(255, 255, 255, 0.8);
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.form-check {
  margin-top: 0.5rem;
  padding-left: 0;
}

.form-check .form-check-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 18px;
  margin-bottom: 0;
  transition: color 0.3s linear;
}

.radio .form-check-sign {
  padding-left: 28px;
}

.form-check-radio.form-check-inline .form-check-label {
  padding-left: 5px;
  margin-right: 10px;
}

.form-check .form-check-sign::before,
.form-check .form-check-sign::after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  cursor: pointer;
  border-radius: 3px;
  top: 0;
  border: 1px solid #818181;
  transition: opacity 0.3s linear;
}

.form-check input[type=checkbox]:checked + .form-check-sign::before,
.form-check input[type=checkbox]:checked + .form-check-sign::before {
  border: none;
  background-color: #007bff;
}

.form-check .form-check-sign::after {
  font-family: "nucleo";
  content: "\EA1B";
  top: 0px;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  color: #fff;
  font-weight: 700;
  border: 0;
  background-color: inherit;
}

.form-check.disabled .form-check-label,
.form-check.disabled .form-check-label {
  color: #9A9A9A;
  opacity: 0.5;
  cursor: not-allowed;
}

.form-check input[type=checkbox],
.radio input[type=radio] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.form-check input[type=checkbox]:checked + .form-check-sign::after {
  opacity: 1;
  font-size: 10px;
  margin-top: 0;
}

.form-check input[type=checkbox] + .form-check-sign::after {
  opacity: 0;
  font-size: 10px;
  margin-top: 0;
}

.form-control input[type=checkbox]:disabled + .form-check-sign::before,
.checkbox input[type=checkbox]:disabled + .form-check-sign::after {
  cursor: not-allowed;
}

.form-check input[type=checkbox]:disabled + .form-check-sign,
.form-check input[type=radio]:disabled + .form-check-sign {
  pointer-events: none;
}

.form-check-radio .form-check-label {
  padding-top: 3px;
}

.form-check-radio .form-check-sign::before,
.form-check-radio .form-check-sign::after {
  content: " ";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #818181;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 3px;
  padding: 1px;
  transition: opacity 0.3s linear;
}

.form-check-radio input[type=radio] + .form-check-sign:after,
.form-check-radio input[type=radio] {
  opacity: 0;
}

.form-check-radio input[type=radio]:checked + .form-check-sign::after {
  width: 6px;
  height: 6px;
  background-color: #007bff;
  border-color: #007bff;
  top: 9px;
  left: 6px;
  opacity: 1;
}

.form-check-radio input[type=radio]:checked + .form-check-sign::before {
  border-color: #007bff;
}

.form-check-radio input[type=radio]:checked + .form-check-sign::after {
  opacity: 1;
}

.form-check-radio input[type=radio]:disabled + .form-check-sign {
  color: #9A9A9A;
}

.form-check-radio input[type=radio]:disabled + .form-check-sign::before,
.form-check-radio input[type=radio]:disabled + .form-check-sign::after {
  color: #9A9A9A;
}

.fixed-plugin {
  position: fixed;
  right: 0;
  width: 64px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1031;
  border-radius: 8px 0 0 8px;
  text-align: center;
  top: 130px;
}

.fixed-plugin li > a,
.fixed-plugin .badge {
  transition: all 0.34s;
  -webkit-transition: all 0.34s;
  -moz-transition: all 0.34s;
}

.fixed-plugin .fa-cog {
  color: #fff;
  padding: 10px;
  border-radius: 0 0 6px 6px;
  width: auto;
}

.fixed-plugin .dropdown-menu {
  right: 80px;
  left: auto !important;
  top: -52px !important;
  width: 290px;
  border-radius: 0.1875rem;
  padding: 0 10px;
  background: linear-gradient(#000, #000);
}

.fixed-plugin .dropdown .dropdown-menu .tim-icons {
  top: 5px;
}

.fixed-plugin .dropdown-menu:after,
.fixed-plugin .dropdown-menu:before {
  right: 10px;
  margin-left: auto;
  left: auto;
}

.fixed-plugin .fa-circle-thin {
  color: #fff;
}

.fixed-plugin .active .fa-circle-thin {
  color: #00bbff;
}

.fixed-plugin .dropdown-menu > .active > a,
.fixed-plugin .dropdown-menu > .active > a:hover,
.fixed-plugin .dropdown-menu > .active > a:focus {
  color: #777777;
  text-align: center;
}

.fixed-plugin img {
  border-radius: 0;
  width: 100%;
  height: 100px;
  margin: 0 auto;
}

.fixed-plugin .dropdown-menu li > a:hover,
.fixed-plugin .dropdown-menu li > a:focus {
  box-shadow: none;
}

.fixed-plugin .badge {
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  margin-right: 5px;
  position: relative;
  width: 23px;
}

.fixed-plugin .badge.active,
.fixed-plugin .badge:hover {
  border-color: #000;
}

.fixed-plugin .light-badge,
.fixed-plugin .dark-badge {
  margin: 0;
  border: 1px solid #17a2b8;
}

.fixed-plugin .light-badge:hover,
.fixed-plugin .dark-badge:hover {
  border: 1px solid #17a2b8;
}

.fixed-plugin .light-badge {
  background: #fff;
}

.fixed-plugin .light-badge:hover {
  background: #fff;
}

.fixed-plugin .dark-badge {
  background: #000;
}

.fixed-plugin .dark-badge:hover {
  background: #000;
}

.fixed-plugin h5 {
  margin: 10px;
}

.fixed-plugin .dropdown-menu li {
  display: block;
  padding: 18px 2px;
  width: 25%;
  float: left;
}

.fixed-plugin li.adjustments-line,
.fixed-plugin li.header-title,
.fixed-plugin li.button-container {
  width: 100%;
  height: 50px;
  min-height: inherit;
}

.fixed-plugin li.button-container {
  height: auto;
}

.fixed-plugin li.button-container div {
  margin-bottom: 5px;
}

.fixed-plugin #sharrreTitle {
  text-align: center;
  padding: 10px 0;
  height: 50px;
}

.fixed-plugin li.header-title {
  color: #fff;
  height: 30px;
  line-height: 25px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.fixed-plugin .adjustments-line a {
  color: transparent;
}

.fixed-plugin .adjustments-line a .badge-colors {
  position: relative;
  top: -2px;
}

.fixed-plugin .adjustments-line a a:hover,
.fixed-plugin .adjustments-line a a:focus {
  color: transparent;
}

.fixed-plugin .adjustments-line .togglebutton {
  text-align: center;
}

.fixed-plugin .adjustments-line .togglebutton .label-switch {
  position: relative;
  left: -10px;
  font-size: 0.714rem;
  color: #fff;
}

.fixed-plugin .adjustments-line .togglebutton .label-switch.label-right {
  left: 10px;
}

.fixed-plugin .adjustments-line .togglebutton .toggle {
  margin-right: 0;
}

.fixed-plugin .adjustments-line .color-label {
  position: relative;
  top: -7px;
  font-size: 0.714rem;
  color: #fff;
}

.fixed-plugin .adjustments-line .dropdown-menu > li.adjustments-line > a {
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  margin: 0;
}

.fixed-plugin .dropdown-menu > li > a.img-holder {
  font-size: 1rem;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  border: 3px solid #fff;
  padding-left: 0;
  padding-right: 0;
  opacity: 1;
  cursor: pointer;
  display: block;
  max-height: 100px;
  overflow: hidden;
  padding: 0;
}

.fixed-plugin .dropdown-menu > li > a.img-holder img {
  margin-top: auto;
}

.fixed-plugin .dropdown-menu > li a.switch-trigger:hover,
.fixed-plugin .dropdown-menu > li > a.switch-trigger:focus {
  background-color: transparent;
}

.fixed-plugin .dropdown-menu > li:hover > a.img-holder,
.fixed-plugin .dropdown-menu > li:focus > a.img-holder {
  border-color: rgba(0, 187, 255, 0.53);
}

.fixed-plugin .dropdown-menu > .active > a.img-holder,
.fixed-plugin .dropdown-menu > .active > a.img-holder {
  border-color: #00bbff;
  background-color: #fff;
}

.fixed-plugin .btn-social {
  width: 50%;
  display: block;
  width: 48%;
  float: left;
  font-weight: 600;
}

.fixed-plugin .btn-social i {
  margin-right: 5px;
}

.fixed-plugin .btn-social:first-child {
  margin-right: 2%;
}

.fixed-plugin .dropdown .dropdown-menu {
  transform: translateY(-15%);
  top: 27px;
  opacity: 0;
  transform-origin: 0 0;
}

.fixed-plugin .dropdown .dropdown-menu:before {
  border-bottom: 0.4em solid rgba(0, 0, 0, 0);
  border-left: 0.4em solid rgba(0, 0, 0, 0.2);
  border-top: 0.4em solid rgba(0, 0, 0, 0);
  right: -16px;
  top: 46px;
}

.fixed-plugin .dropdown .dropdown-menu:after {
  border-bottom: 0.4em solid rgba(0, 0, 0, 0);
  border-left: 0.4em solid #000;
  border-top: 0.4em solid rgba(0, 0, 0, 0);
  right: -16px;
}

.fixed-plugin .dropdown .dropdown-menu:before,
.fixed-plugin .dropdown .dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 74px;
  width: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.fixed-plugin .dropdown.show .dropdown-menu {
  opacity: 1;
  transform: translateY(-13%);
  transform-origin: 0 0;
}

.fixed-plugin .bootstrap-switch {
  margin: 0;
}

/* Animations */

.nav-pills .nav-link,
.navbar,
.nav-tabs .nav-link,
.sidebar .nav a,
.sidebar .nav a i,
.sidebar .nav p,
.navbar-collapse .navbar-nav .nav-link,
.animation-transition-general,
.tag,
.tag [data-role=remove],
.animation-transition-general {
  transition: all 300ms ease 0s;
}

.bootstrap-switch-label:before,
.caret {
  transition: all 150ms ease 0s;
}

.dropdown-toggle[aria-expanded=true]:after,
a[data-toggle=collapse][aria-expanded=true] .caret,
.card-collapse .card a[data-toggle=collapse][aria-expanded=true] i,
.card-collapse .card a[data-toggle=collapse].expanded i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.caret {
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-top: -5px;
  position: absolute;
  top: 30px;
  margin-left: 5px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.card form label + .form-control {
  margin-bottom: 20px;
}

.card .map-title {
  color: #fff;
}

.card.card-chart .gmnoprint,
.card.card-chart .gm-style-cc {
  display: none !important;
}

.bd-docs h1,
.bd-docs h2,
.bd-docs h3,
.bd-docs h4,
.bd-docs h5,
.bd-docs h6,
.bd-docs p,
.bd-docs ul li,
.bd-docs ol li {
  color: #2c2c2c;
}

.bd-docs .bd-content > table > thead > tr > th {
  color: #000;
}

.bd-docs .blockquote,
.bd-docs .blockquote p,
.bd-docs .card p {
  color: rgba(255, 255, 255, 0.8);
}

.bd-docs .bd-example {
  background: linear-gradient(#1e1e2f, #1e1e24);
}

.bd-docs .navbar {
  border-top: none;
}

.bd-docs .navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
}

.bd-docs .bd-example .btn {
  margin: 4px 0;
}

.bd-docs .bd-example .btn .badge {
  display: inline-block;
}

.bd-docs .bd-example .tim-icons {
  color: #fff;
}

.bd-docs .bd-example .popover .popover-header {
  color: hsla(0deg, 0%, 71%, 0.6);
}

.bd-docs .bd-example .popover-body p {
  color: #212529;
}

.bd-docs .bd-example.tooltip-demo p {
  color: rgba(255, 255, 255, 0.8);
}

.bd-docs .card.card-body,
.bd-docs .card .card-body {
  color: hsla(0deg, 0%, 100%, 0.8);
}

.bd-docs label,
.bd-docs .form-check {
  color: hsla(0deg, 0%, 100%, 0.8);
}

.bd-docs .form-check + .btn {
  margin-top: 20px;
}

.bd-docs .bd-example thead th,
.bd-docs table thead th {
  color: hsla(0deg, 0%, 100%, 0.8);
}

.bd-docs .bd-example h1,
.bd-docs .bd-example h2,
.bd-docs .bd-example h3,
.bd-docs .bd-example h4,
.bd-docs .bd-example h5,
.bd-docs .bd-example h6,
.bd-docs .bd-example .h1,
.bd-docs .bd-example .h2,
.bd-docs .bd-example .h3,
.bd-docs .bd-example .h4,
.bd-docs .bd-example .h5,
.bd-docs .bd-example .h6,
.bd-docs table h1,
.bd-docs table h2,
.bd-docs table h3,
.bd-docs table h4,
.bd-docs table h5,
.bd-docs table h6,
.bd-docs table .h1,
.bd-docs table .h2,
.bd-docs table .h3,
.bd-docs table .h4,
.bd-docs table .h5,
.bd-docs table .h6 {
  color: hsla(0deg, 0%, 100%, 0.8);
}

.bd-docs .bd-example .datepicker thead th,
.bd-docs .bd-example .datepicker table thead th,
.bd-docs .bd-example .datepicker .tim-icons,
.bd-docs table .datepicker thead th,
.bd-docs table .datepicker table thead th,
.bd-docs table .datepicker .tim-icons {
  color: #007bff;
}

.bd-docs .bd-example .picker-switch .tim-icons,
.bd-docs table .picker-switch .tim-icons {
  color: #007bff;
}

.bd-docs .footer .container-fluid > nav,
.bd-docs .footer .container-sm > nav,
.bd-docs .footer .container-md > nav,
.bd-docs .footer .container-lg > nav,
.bd-docs .footer .container-xl > nav {
  display: inline-block;
}

.modal.show .modal-dialog {
  transform: translate(0, 30%);
}

code {
  color: #e83e8c;
}

@media screen and (max-width: 991px) {
  .profile-photo .profile-photo-small {
    margin-left: -2px;
  }

  .button-dropdown {
    display: none;
  }

  #searchModal .modal-dialog {
    margin: 20px;
  }

  #minimizeSidebar {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .landing-page .section-story-overview .image-container:nth-child(2) {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .page-header .container h6.category-absolute {
    width: 90%;
  }

  .form-horizontal .col-form-label,
  .form-horizontal .label-on-right {
    text-align: inherit;
    padding-top: 0;
  }

  .form-horizontal .col-form-label code,
  .form-horizontal .label-on-right code {
    padding: 0 10px;
  }
}

.form-group.has-danger .error,
.input-group.has-danger .error {
  color: #ec250d;
}

.form-group.has-success .error,
.input-group.has-success .error {
  color: #28a745;
}

.form-group.no-border.form-control-lg .input-group-append .input-group-text,
.input-group.no-border.form-control-lg .input-group-append .input-group-text {
  padding: 15px 0 15px 19px;
}

.form-group.no-border.form-control-lg .form-control,
.input-group.no-border.form-control-lg .form-control {
  padding: 15px 19px;
}

.form-group.no-border.form-control-lg .form-control + .input-group-prepend .input-group-text,
.form-group.no-border.form-control-lg .form-control + .input-group-append .input-group-text,
.input-group.no-border.form-control-lg .form-control + .input-group-prepend .input-group-text,
.input-group.no-border.form-control-lg .form-control + .input-group-append .input-group-text {
  padding: 15px 19px 15px 0;
}

.form-group.form-control-lg .form-control,
.input-group.form-control-lg .form-control {
  padding: 14px 18px;
  height: 100%;
}

.form-group.form-control-lg .form-control + .input-group-prepend .input-group-text,
.form-group.form-control-lg .form-control + .input-group-append .input-group-text,
.input-group.form-control-lg .form-control + .input-group-prepend .input-group-text,
.input-group.form-control-lg .form-control + .input-group-append .input-group-text {
  padding: 14px 18px 14px 0;
}

.form-group.form-control-lg .input-group-prepend .input-group-text,
.form-group.form-control-lg .input-group-append .input-group-text,
.input-group.form-control-lg .input-group-prepend .input-group-text,
.input-group.form-control-lg .input-group-append .input-group-text {
  padding: 14px 0 15px 18px;
}

.form-group.form-control-lg .input-group-prepend .input-group-text + .form-control,
.form-group.form-control-lg .input-group-append .input-group-text + .form-control,
.input-group.form-control-lg .input-group-prepend .input-group-text + .form-control,
.input-group.form-control-lg .input-group-append .input-group-text + .form-control {
  padding: 15px 18px 15px 16px;
}

.form-group.no-border .form-control,
.input-group.no-border .form-control {
  padding: 11px 19px;
}

.form-group.no-border .form-control + .input-group-prepend .input-group-text,
.form-group.no-border .form-control + .input-group-append .input-group-text,
.input-group.no-border .form-control + .input-group-prepend .input-group-text,
.input-group.no-border .form-control + .input-group-append .input-group-text {
  padding: 11px 19px 11px 0;
}

.form-group.no-border .input-group-prepend .input-group-text,
.form-group.no-border .input-group-append .input-group-text,
.input-group.no-border .input-group-prepend .input-group-text,
.input-group.no-border .input-group-append .input-group-text {
  padding: 11px 0 11px 19px;
}

.form-group .form-control,
.input-group .form-control {
  padding: 10px 18px 10px 18px;
}

.form-group .form-control + .input-group-prepend .input-group-text,
.form-group .form-control + .input-group-append .input-group-text,
.input-group .form-control + .input-group-prepend .input-group-text,
.input-group .form-control + .input-group-append .input-group-text {
  padding: 10px 18px 10px 0;
}

.form-group .input-group-prepend .input-group-text,
.form-group .input-group-append .input-group-text,
.input-group .input-group-prepend .input-group-text,
.input-group .input-group-append .input-group-text {
  padding: 10px 0 10px 18px;
}

.form-group .input-group-prepend .input-group-text + .form-control,
.form-group .input-group-prepend .input-group-text ~ .form-control,
.form-group .input-group-append .input-group-text + .form-control,
.form-group .input-group-append .input-group-text ~ .form-control,
.input-group .input-group-prepend .input-group-text + .form-control,
.input-group .input-group-prepend .input-group-text ~ .form-control,
.input-group .input-group-append .input-group-text + .form-control,
.input-group .input-group-append .input-group-text ~ .form-control {
  padding: 10px 19px 11px 16px;
}

.form-group.no-border .form-control,
.form-group.no-border .form-control + .input-group-prepend .input-group-text,
.form-group.no-border .form-control + .input-group-append .input-group-text,
.input-group.no-border .form-control,
.input-group.no-border .form-control + .input-group-prepend .input-group-text,
.input-group.no-border .form-control + .input-group-append .input-group-text {
  background-color: #030303;
  border: medium none;
}

.form-group.no-border .form-control:focus,
.form-group.no-border .form-control:active,
.form-group.no-border .form-control:active,
.form-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.form-group.no-border .form-control + .input-group-append .input-group-text:focus,
.form-group.no-border .form-control + .input-group-append .input-group-text:active,
.form-group.no-border .form-control + .input-group-append .input-group-text:active,
.input-group.no-border .form-control:focus,
.input-group.no-border .form-control:active,
.input-group.no-border .form-control:active,
.input-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.input-group.no-border .form-control + .input-group-append .input-group-text:focus,
.input-group.no-border .form-control + .input-group-append .input-group-text:active,
.input-group.no-border .form-control + .input-group-append .input-group-text:active {
  border: medium none;
  background-color: #050505;
}

.form-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.form-group.no-border .form-control:focus + .input-group-append .input-group-text,
.input-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.input-group.no-border .form-control:focus + .input-group-append .input-group-text {
  background-color: #050505;
}

.form-group.no-border .input-group-prepend .input-group-text,
.form-group.no-border .input-group-append .input-group-text,
.input-group.no-border .input-group-prepend .input-group-text,
.input-group.no-border .input-group-append .input-group-text {
  background-color: #030303;
  border: none;
}

.has-error .form-control-feedback,
.has-error .control-label {
  color: #ec250d;
}

.has-success .form-control-feedback,
.has-success .control-label {
  color: #28a745;
}

.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
  background-color: transparent;
  border: 1px solid #0d0d0d;
  border-radius: 0.3rem;
  color: #fff;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.input-group-append .input-group-text i,
.input-group-prepend .input-group-text i {
  opacity: 0.5;
}

.has-danger.input-group-focus .input-group-append .input-group-text,
.has-danger.input-group-focus .input-group-prepend .input-group-text {
  background-color: transparent;
}

.has-success .input-group-append .input-group-text,
.has-success .input-group-prepend .input-group-text {
  background-color: transparent;
}

.has-danger .form-control:focus + .input-group-append .input-group-text,
.has-danger .form-control:focus + .input-group-prepend .input-group-text {
  color: #ec250d;
}

.has-success .form-control:focus + .input-group-append .input-group-text,
.has-success .form-control:focus + .input-group-prepend .input-group-text {
  color: #28a745;
}

.input-group-append .input-group-text + .form-control,
.input-group-append .input-group-text ~ .form-control,
.input-group-prepend .input-group-text + .form-control,
.input-group-prepend .input-group-text ~ .form-control {
  padding: -0.5rem 0.7rem;
  padding-left: 18px;
}

.input-group-append .input-group-text i,
.input-group-prepend .input-group-text i {
  width: 17px;
}

.input-group-append,
.input-group-prepend .input-group-text,
.input-group-prepend .input-group-text {
  background-color: transparent;
  border: 1px solid #0d0d0d;
  border-radius: 0.3rem;
  color: #fff;
  margin: 0;
}

.input-group-append .input-group-text {
  border-left: none;
}

.input-group-prepend .input-group-text {
  border-right: none;
}

.input-group-focus .input-group-prepend .input-group-text,
.input-group-focus .input-group-append .input-group-text {
  background-color: #fff;
  border-color: #007bff;
  background-color: transparent;
  border-color: #007bff;
}

.input-group-focus.no-border .input-group-prepend .input-group-text,
.input-group-focus.no-border .input-group-append .input-group-text {
  background-color: #050505;
}

.input-group,
.form-group {
  margin-bottom: 10px;
  position: relative;
}

.input-group .form-control-static,
.form-group .form-control-static {
  margin-top: 9px;
}

.input-group[disabled] .input-group-prepend .input-group-text,
.input-group[disabled] .input-group-append .input-group-text {
  background-color: #E3E3E3;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0.3rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0 none;
}

.input-group .form-control:first-child,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-right: 0 none;
}

.input-group .form-control:last-child,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-left: 0 none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #000;
  color: #344675;
  cursor: not-allowed;
}

.input-group-btn .btn {
  border-width: 1px;
  padding: 11px 0.7rem;
}

.input-group-btn .btn-default:not(.btn-fill) {
  border-color: #DDDDDD;
}

.input-group-btn:last-child > .btn {
  margin-left: 0;
}

textarea.form-control {
  max-width: 100%;
  max-height: 80px;
  padding: 10px 10px 0 0;
  resize: none;
  border: none;
  border: 1px solid #0d0d0d;
  border-radius: 1;
  line-height: 2;
}

textarea.form-control:focus,
textarea.form-control:active {
  border-left: none;
  border-top: none;
  border-right: none;
}

.has-success.form-group .form-control,
.has-success.form-group.no-border .form-control,
.has-danger.form-group .form-control,
.has-danger.form-group.no-border .form-control {
  padding-right: 40px;
}

.form.form-newsletter .form-group {
  float: left;
  width: 78%;
  margin-right: 2%;
  margin-top: 9px;
}

.input-group .input-group-btn {
  padding: 0 12px;
}

.form-group input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.form-text {
  font-size: 0.85714286rem;
  color: rgba(255, 255, 255, 0.8);
}

.form-control-lg {
  padding: 0;
  font-size: inherit;
  line-height: 0;
  border-radius: 0;
}

.form-control-lg .form-control {
  height: calc(2.875rem + 2px);
}

.form-horizontal .col-form-label,
.form-horizontal .label-on-right {
  padding: 10px 5px 0 15px;
  text-align: right;
  max-width: 180px;
}

.form-horizontal .checkbox-radios {
  margin-bottom: 15px;
}

.form-horizontal .checkbox-radios .form-check:first-child {
  margin-top: 8px;
}

.form-horizontal .label-on-right {
  text-align: left;
  padding: 10px 15px 0 5px;
}

.form-horizontal .form-check-inline {
  margin-top: 6px;
}

.form-horizontal .form-check-inline .form-check-label {
  margin-right: 1.5rem;
}

.search-bar {
  margin-left: 30px;
}

.search-bar .btn {
  margin: 0;
}

.search-bar.input-group {
  border-radius: 25px;
  z-index: 4;
  margin-bottom: 0;
  height: 43px;
  padding-right: 5px;
}

.search-bar.input-group .input-group-addon {
  padding: 10px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
}

.search-bar.input-group i {
  font-size: 20px;
  color: #fff;
  margin-top: 0 !important;
}

.search-bar.input-group input {
  background: transparent;
  border: none !important;
  border-radius: 0;
  padding: 12px !important;
  font-size: 0.75rem;
  opacity: 0.5;
}

.search-bar.input-group input:focus {
  background: transparent;
}

.search-bar.input-group .form-control {
  opacity: 1;
  color: #fff;
}

.search-bar.input-group .form-control::-moz-placeholder {
  color: white;
}

.search-bar.input-group .form-control::placeholder {
  color: white;
}

.modal-search .modal-dialog {
  max-width: 1000px;
  margin: 20px auto;
}

.modal-search .modal-dialog .form-control {
  border: none;
  color: #000;
}

.modal-search .modal-dialog .form-control::-moz-placeholder {
  color: #000;
}

.modal-search .modal-dialog .form-control::placeholder {
  color: #000;
}

.input-group-prepend {
  margin-right: 0;
}

.input-group-prepend .tim-icons,
.input-group-append .tim-icons {
  font-size: 1rem;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.floatfix:before,
.floatfix:after {
  content: "";
  display: table;
}

.floatfix:after {
  clear: both;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

.flex {
  display: flex;
}

.self-end {
  align-self: flex-end;
}

.rounded-l-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-r-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600;
}

.underline {
  text-decoration: underline;
}

.font-sm {
  font-size: 14px;
}

.font-lg {
  font-size: 18px;
}

.mt-7 {
  margin-top: 30px;
}

.p-7 {
  padding: 30px;
}

.pt-12 {
  padding-top: 12px !important;
}

.-mr-3 {
  margin-right: -1rem;
}

.block {
  display: block;
}

.btn-large {
  padding: 8px 20px;
}

.inline-block {
  display: inline-block;
}

.white-content {
  background: #f5f6fa;
}

.white-content .navbar.navbar-transparent .navbar-brand {
  color: #000;
}

.white-content .navbar.navbar-transparent .navbar-toggler-bar {
  background: #000;
}

.white-content .navbar.navbar-transparent .navbar-nav li a:not(.dropdown-item) {
  color: #000;
}

.white-content .navbar.navbar-transparent .navbar-nav li a:not(.dropdown-item) i {
  color: #000;
}

.white-content .navbar.navbar-transparent .navbar-minimize button i {
  color: #000;
}

.white-content .navbar.navbar-transparent .search-bar.input-group i {
  color: #000;
}

.white-content .navbar.navbar-transparent .search-bar.input-group .form-control {
  color: #344675;
}

.white-content .navbar.navbar-transparent .search-bar.input-group .form-control::-moz-placeholder {
  color: #9A9A9A;
}

.white-content .navbar.navbar-transparent .search-bar.input-group .form-control::placeholder {
  color: #9A9A9A;
}

.white-content .sidebar {
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1), 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}

.white-content .sidebar p {
  color: rgba(255, 255, 255, 0.8);
}

.white-content .main-panel {
  background: #f5f6fa;
}

.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6,
.white-content p,
.white-content ol li,
.white-content ul li,
.white-content pre {
  color: #000;
}

.white-content .font-icon-detail i {
  color: #000;
}

.white-content .btn:not([data-action]):hover {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.white-content .btn-neutral.btn-link {
  color: rgba(0, 0, 0, 0.7);
}

.white-content .form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.white-content .form-control:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.white-content .form-control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.white-content .form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.white-content .has-danger .form-control,
.white-content .has-danger .input-group-prepend .input-group-text {
  border-color: #ec250d;
}

.white-content .input-group-prepend .input-group-text {
  border-color: rgba(0, 0, 0, 0.5);
  color: #000;
}

.white-content .form-control {
  color: inherit;
  border-color: #ccc;
}

.white-content .form-control:focus {
  border-color: #007bff;
}

.white-content .form-group.no-border .form-control,
.white-content .form-group.no-border .form-control + .input-group-prepend .input-group-text,
.white-content .form-group.no-border .form-control + .input-group-append .input-group-text,
.white-content .form-group.no-border .input-group-prepend .input-group-text,
.white-content .form-group.no-border .input-group-append .input-group-text,
.white-content .input-group.no-border .form-control,
.white-content .input-group.no-border .form-control + .input-group-prepend .input-group-text,
.white-content .input-group.no-border .form-control + .input-group-append .input-group-text,
.white-content .input-group.no-border .input-group-prepend .input-group-text,
.white-content .input-group.no-border .input-group-append .input-group-text {
  background-color: rgba(222, 222, 222, 0.3);
}

.white-content .form-group.no-border .form-control:focus,
.white-content .form-group.no-border .form-control:active,
.white-content .form-group.no-border .form-control:active,
.white-content .form-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.white-content .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.white-content .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.white-content .form-group.no-border .form-control + .input-group-append .input-group-text:focus,
.white-content .form-group.no-border .form-control + .input-group-append .input-group-text:active,
.white-content .form-group.no-border .form-control + .input-group-append .input-group-text:active,
.white-content .form-group.no-border .input-group-prepend .input-group-text:focus,
.white-content .form-group.no-border .input-group-prepend .input-group-text:active,
.white-content .form-group.no-border .input-group-prepend .input-group-text:active,
.white-content .form-group.no-border .input-group-append .input-group-text:focus,
.white-content .form-group.no-border .input-group-append .input-group-text:active,
.white-content .form-group.no-border .input-group-append .input-group-text:active,
.white-content .input-group.no-border .form-control:focus,
.white-content .input-group.no-border .form-control:active,
.white-content .input-group.no-border .form-control:active,
.white-content .input-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.white-content .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.white-content .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.white-content .input-group.no-border .form-control + .input-group-append .input-group-text:focus,
.white-content .input-group.no-border .form-control + .input-group-append .input-group-text:active,
.white-content .input-group.no-border .form-control + .input-group-append .input-group-text:active,
.white-content .input-group.no-border .input-group-prepend .input-group-text:focus,
.white-content .input-group.no-border .input-group-prepend .input-group-text:active,
.white-content .input-group.no-border .input-group-prepend .input-group-text:active,
.white-content .input-group.no-border .input-group-append .input-group-text:focus,
.white-content .input-group.no-border .input-group-append .input-group-text:active,
.white-content .input-group.no-border .input-group-append .input-group-text:active {
  background-color: rgba(222, 222, 222, 0.5);
}

.white-content .form-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.white-content .form-group.no-border .form-control:focus + .input-group-append .input-group-text,
.white-content .input-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.white-content .input-group.no-border .form-control:focus + .input-group-append .input-group-text {
  background-color: transparent;
}

.white-content .input-group[disabled] .input-group-prepend .input-group-text,
.white-content .input-group[disabled] .input-group-append .input-group-text {
  background-color: #000;
}

.white-content .form-control[disabled],
.white-content .form-control[readonly],
.white-content fieldset[disabled] .form-control {
  background: #f1f1f1;
  border-color: #ccc;
}

.white-content .input-group-focus .input-group-prepend .input-group-text,
.white-content .input-group-focus .input-group-append .input-group-text,
.white-content .input-group-focus .form-control {
  border-color: #007bff;
}

.white-content .input-group-focus.no-border .input-group-prepend .input-group-text,
.white-content .input-group-focus.no-border .input-group-append .input-group-text {
  background-color: rgba(222, 222, 222, 0.5);
}

.white-content .input-group-prepend .input-group-text {
  border-right: none;
}

.white-content .input-group-append .input-group-text {
  border-left: none;
}

.white-content .has-danger .form-control:focus,
.white-content .has-success.input-group-focus .input-group-append .input-group-text,
.white-content .has-success.input-group-focus .input-group-prepend .input-group-text {
  border-color: #ec250d;
}

.white-content .has-success .form-control:focus,
.white-content .has-success.input-group-focus .input-group-append .input-group-text,
.white-content .has-success.input-group-focus .input-group-prepend .input-group-text {
  border-color: #1e7e34;
}

.white-content .btn.btn-link:hover,
.white-content .btn.btn-link:active,
.white-content .btn.btn-link:focus {
  color: #9A9A9A !important;
}

.white-content .btn-group .btn.active {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.white-content .card:not(.card-white) {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.white-content .card:not(.card-white) .card-header {
  color: #000;
}

.white-content .card:not(.card-white) .card-header a[data-toggle=collapse] {
  color: #000;
}

.white-content .card:not(.card-white) .card-header .card-title,
.white-content .card:not(.card-white) .card-body .card-title {
  color: #000;
}

.white-content .card:not(.card-white) .card-body .card-category,
.white-content .card:not(.card-white) .card-body .card-description {
  color: #000;
}

.white-content .card:not(.card-white).nav-pills .nav-item .nav-link {
  color: #444444;
  background-color: hsla(0deg, 0%, 87%, 0.3);
}

.white-content .card:not(.card-white).nav-pills .nav-item .nav-link:not(.active):hover {
  background: hsla(0deg, 0%, 87%, 0.5);
}

.white-content .card:not(.card-white).nav-pills .nav-item .nav-link.active {
  color: #fff;
}

.white-content .card:not(.card-white) .tab-content .tab-pane {
  color: #444444;
}

.white-content .card:not(.card-white) .tab-pane h6 {
  font-size: 1.125rem;
}

.white-content .card:not(.card-white) .card {
  box-shadow: none;
}

.white-content .card:not(.card-white).card-plain {
  background: transparent;
  box-shadow: none;
}

.white-content .card:not(.card-white).card-tasks .card-body i {
  color: rgba(34, 42, 66, 0.7);
}

.white-content .card:not(.card-white).card-tasks .card-body i:hover {
  color: #000;
}

.white-content .footer ul li a {
  color: #000;
}

.white-content .footer .copyright {
  color: #000;
}

.white-content .progress-container .progress,
.white-content .progress-container.progress.sm .progress {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.white-content .progress-container .progress .progress-value,
.white-content .progress-container.progress.sm .progress .progress-value {
  color: #344675;
}

.white-content .progress-container .progress-badge,
.white-content .progress-container.progress.sm .progress-badge {
  color: #000;
}

.white-content .full-page {
  background: #f5f6fa;
}

.white-content .full-page h1,
.white-content .full-page h2,
.white-content .full-page h3,
.white-content .full-page h4,
.white-content .full-page h5,
.white-content .full-page h6,
.white-content .full-page p,
.white-content .full-page ol li,
.white-content .full-page ul li,
.white-content .full-page pre {
  color: #000;
}

.white-content .full-page .description {
  color: #9A9A9A;
}

.white-content .full-page .footer ul li a {
  color: #000;
}

.white-content .full-page .footer .copyright {
  color: #000;
}

.white-content .nav-pills .nav-item .nav-link:not(.active) {
  background: #d3d7e9;
  color: #000;
}

.white-content .nav-pills .nav-item .nav-link:not(.active):hover {
  background: #cccccc;
}

.card {
  background: #fff;
  border: 0;
  position: relative;
  width: 100%;
  margin-bottom: 28px;
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.1);
}

.card .card-title {
  margin-bottom: 0.75rem;
}

.card .card-body {
  padding: 15px;
}

.card .card-body.table-full-width {
  padding-left: 0;
  padding-right: 0;
}

.card .card-body .card-title {
  color: #fff;
  text-transform: inherit;
  font-weight: 300;
  margin-bottom: 0.75rem;
}

.card .card-body .card-description,
.card .card-body .card-category {
  color: rgba(255, 255, 255, 0.6);
}

.card .card-body h2 {
  font-size: 1.5rem;
}

.card .card-header {
  padding: 15px 15px 0;
  border: 0;
  color: rgba(255, 255, 255, 0.8);
}

.card .card-header:not([data-background-color]) {
  background-color: transparent;
}

.card .card-header .card-title {
  color: #fff;
  font-weight: 100;
}

.card .card-header .card-category {
  color: #9A9A9A;
  margin-bottom: 5px;
  font-weight: 300;
}

.card .map {
  border-radius: 0.2rem;
}

.card .map.map-big {
  height: 420px;
}

.card.card-white {
  background: #fff;
}

.card.card-white .card-title {
  color: #000;
}

.card.card-white .card-category,
.card.card-white .stats {
  color: #808080;
}

.card.card-white .form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.card.card-white .form-control:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.card.card-white .form-control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.card.card-white .form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}

.card.card-white .has-danger .form-control,
.card.card-white .has-danger .input-group-prepend .input-group-text {
  border-color: #ec250d;
}

.card.card-white .input-group-prepend .input-group-text {
  border-color: rgba(0, 0, 0, 0.2);
  color: #000;
}

.card.card-white .form-control {
  color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

.card.card-white .form-control:focus {
  border-color: #007bff;
}

.card.card-white label:not(.btn) {
  color: #344675;
}

.card.card-white .form-group.no-border .form-control,
.card.card-white .form-group.no-border .form-control + .input-group-prepend .input-group-text,
.card.card-white .form-group.no-border .form-control + .input-group-append .input-group-text,
.card.card-white .form-group.no-border .input-group-prepend .input-group-text,
.card.card-white .form-group.no-border .input-group-append .input-group-text,
.card.card-white .input-group.no-border .form-control,
.card.card-white .input-group.no-border .form-control + .input-group-prepend .input-group-text,
.card.card-white .input-group.no-border .form-control + .input-group-append .input-group-text,
.card.card-white .input-group.no-border .input-group-prepend .input-group-text,
.card.card-white .input-group.no-border .input-group-append .input-group-text {
  background-color: rgba(222, 222, 222, 0.3);
}

.card.card-white .form-group.no-border .form-control:focus,
.card.card-white .form-group.no-border .form-control:active,
.card.card-white .form-group.no-border .form-control:active,
.card.card-white .form-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.card.card-white .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.card.card-white .form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.card.card-white .form-group.no-border .form-control + .input-group-append .input-group-text:focus,
.card.card-white .form-group.no-border .form-control + .input-group-append .input-group-text:active,
.card.card-white .form-group.no-border .form-control + .input-group-append .input-group-text:active,
.card.card-white .form-group.no-border .input-group-prepend .input-group-text:focus,
.card.card-white .form-group.no-border .input-group-prepend .input-group-text:active,
.card.card-white .form-group.no-border .input-group-prepend .input-group-text:active,
.card.card-white .form-group.no-border .input-group-append .input-group-text:focus,
.card.card-white .form-group.no-border .input-group-append .input-group-text:active,
.card.card-white .form-group.no-border .input-group-append .input-group-text:active,
.card.card-white .input-group.no-border .form-control:focus,
.card.card-white .input-group.no-border .form-control:active,
.card.card-white .input-group.no-border .form-control:active,
.card.card-white .input-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.card.card-white .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.card.card-white .input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.card.card-white .input-group.no-border .form-control + .input-group-append .input-group-text:focus,
.card.card-white .input-group.no-border .form-control + .input-group-append .input-group-text:active,
.card.card-white .input-group.no-border .form-control + .input-group-append .input-group-text:active,
.card.card-white .input-group.no-border .input-group-prepend .input-group-text:focus,
.card.card-white .input-group.no-border .input-group-prepend .input-group-text:active,
.card.card-white .input-group.no-border .input-group-prepend .input-group-text:active,
.card.card-white .input-group.no-border .input-group-append .input-group-text:focus,
.card.card-white .input-group.no-border .input-group-append .input-group-text:active,
.card.card-white .input-group.no-border .input-group-append .input-group-text:active {
  background-color: rgba(222, 222, 222, 0.5);
}

.card.card-white .form-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.card.card-white .form-group.no-border .form-control:focus + .input-group-append .input-group-text,
.card.card-white .input-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.card.card-white .input-group.no-border .form-control:focus + .input-group-append .input-group-text {
  background-color: transparent;
}

.card.card-white .input-group[disabled] .input-group-prepend .input-group-text,
.card.card-white .input-group[disabled] .input-group-append .input-group-text {
  background-color: #000;
}

.card.card-white .form-control[disabled],
.card.card-white .form-control[readonly],
.card.card-white fieldset[disabled] .form-control {
  background: #E3E3E3;
  border-color: rgba(0, 0, 0, 0.3);
}

.card.card-white .input-group-focus .input-group-prepend .input-group-text,
.card.card-white .input-group-focus .input-group-append .input-group-text,
.card.card-white .input-group-focus .form-control {
  background-color: #fff;
  border-color: #007bff;
}

.card.card-white .input-group-focus.no-border .input-group-prepend .input-group-text,
.card.card-white .input-group-focus.no-border .input-group-append .input-group-text {
  background-color: rgba(222, 222, 222, 0.5);
}

.card.card-white .input-group-prepend .input-group-text {
  border-right: none;
}

.card.card-white .input-group-append .input-group-text {
  border-left: none;
}

.card.card-white .has-danger .form-control:focus,
.card.card-white .has-success.input-group-focus .input-group-append .input-group-text,
.card.card-white .has-success.input-group-focus .input-group-prepend .input-group-text {
  border-color: #ec250d;
}

.card.card-white .has-success .form-control:focus,
.card.card-white .has-success.input-group-focus .input-group-append .input-group-text,
.card.card-white .has-success.input-group-focus .input-group-prepend .input-group-text {
  border-color: #1e7e34;
}

.card.card-plain {
  background: transparent;
  box-shadow: none;
}

.card .image {
  overflow: hidden;
  height: 200px;
  position: relative;
}

.card .avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}

.card label {
  font-size: 0.85714286rem;
  margin-bottom: 5px;
}

.card .card-footer {
  background-color: transparent;
  border: 0;
  padding: 15px;
}

.card .card-footer .stats i {
  margin-right: 5px;
  position: relative;
}

.card .card-footer h6 {
  margin-bottom: 0;
  padding: 7px 0;
}

.card-border {
  border-bottom: 1px solid #98A1B0;
  border-style: dashed;
  border-radius: 0 !important;
  margin-bottom: 8px;
}

.card-border:nth-last-child(1) {
  border: 0;
  margin-bottom: 0;
}

.card-body {
  padding: 0.75rem;
}

@media (max-width: 767.98px) {
  .card.card-chart .card-header .btn-group-toggle .tim-icons {
    font-size: 0.875rem;
    top: -1px;
  }
}

.card-chart {
  overflow: hidden;
}

.card-chart .card-header .card-title i {
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 3px;
}

.card-chart .card-header .card-category {
  margin-bottom: 5px;
}

.card-chart .card-body {
  padding-left: 5px;
  padding-right: 5px;
}

.card-chart .card-body .tab-space {
  padding: 0;
}

.card-chart .table {
  margin-bottom: 0;
}

.card-chart .table td {
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.card-chart .card-progress {
  margin-top: 30px;
  padding: 0 10px;
}

.card-chart .chart-area {
  height: 220px;
  width: 100%;
}

.card-chart .card-footer {
  margin-top: 15px;
}

.card-chart .card-footer .stats {
  color: #9A9A9A;
}

.card-chart .dropdown {
  position: absolute;
  right: 20px;
  top: 20px;
}

.card-chart .dropdown .btn {
  margin: 0;
}

.card-chart.card-chart-pie .chart-area {
  padding: 10px 0 25px;
  height: auto;
}

.card-chart.card-chart-pie .card-title {
  margin-bottom: 10px;
}

.card-chart.card-chart-pie .card-title i {
  font-size: 1rem;
}

.table-wrapper,
.inner-table-wrapper {
  overflow-y: hidden;
  overflow-x: auto;
}

.table-wrapper table {
  min-width: 1074px !important;
  margin: auto;
}

.map {
  height: 500px;
}

.card-user {
  overflow: hidden;
}

.card-user .image {
  height: 120px;
}

.card-user .author {
  text-align: center;
  text-transform: none;
  margin-top: 25px;
}

.card-user .author a + p.description {
  margin-top: -7px;
}

.card-user .author .block {
  position: absolute;
  height: 100px;
  width: 250px;
}

.card-user .author .block.block-one {
  background: rgba(0, 123, 255, 0.6);
  background: linear-gradient(to right, rgba(0, 123, 255, 0.6) 0%, rgba(0, 123, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=10);
  transform: rotate(150deg);
  margin-top: -90px;
  margin-left: -50px;
}

.card-user .author .block.block-two {
  background: rgba(0, 123, 255, 0.6);
  background: linear-gradient(to right, rgba(0, 123, 255, 0.6) 0%, rgba(0, 123, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=10);
  transform: rotate(30deg);
  margin-top: -40px;
  margin-left: -100px;
}

.card-user .author .block.block-three {
  background: rgba(0, 123, 255, 0.6);
  background: linear-gradient(to right, rgba(0, 123, 255, 0.6) 0%, rgba(0, 123, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=10);
  transform: rotate(170deg);
  margin-top: -70px;
  right: -45px;
}

.card-user .author .block.block-four {
  background: rgba(0, 123, 255, 0.6);
  background: linear-gradient(to right, rgba(0, 123, 255, 0.6) 0%, rgba(0, 123, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=10);
  transform: rotate(150deg);
  margin-top: -25px;
  right: -45px;
}

.card-user .avatar {
  width: 124px;
  height: 124px;
  border: 5px solid #0d0d0d;
  border-bottom-color: transparent;
  background-color: transparent;
  position: relative;
}

.card-user .card-body {
  min-height: 240px;
}

.card-user hr {
  margin: 5px 15px;
}

.card-user .button-container {
  margin-bottom: 6px;
  text-align: center;
}

.card-user .card-description {
  margin-top: 30px;
}

.card-tasks {
  height: 473px;
}

.card-tasks .table-full-width {
  max-height: 410px;
  position: relative;
}

.card-tasks .card-header .title {
  margin-right: 20px;
  font-weight: 400;
}

.card-tasks .card-header .dropdown {
  float: right;
  color: #cccccc;
}

.card-tasks .card-body i {
  color: #9A9A9A;
  font-size: 1.4em;
}

.card-tasks .card-body i:hover {
  color: #fff;
}

.card-plain {
  background: transparent;
  box-shadow: none;
}

.card-plain .card-header,
.card-plain .card-footer {
  margin-left: 0;
  margin-right: 0;
  background-color: transparent;
}

.card-plain:not(.card-subcategories).card-body {
  padding-left: 0;
  padding-right: 0;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
}

.nepali-date-picker {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #cccccc;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  box-sizing: border-box;
  color: #333333;
  display: block;
  padding: 8px;
  position: absolute;
  z-index: 999999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.nepali-date-picker table {
  background-color: transparent;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.nepali-date-picker table thead {
  background: #f7f7f7;
}

.nepali-date-picker table th {
  color: #999;
  cursor: default;
  font-weight: 700;
  text-align: center;
  cursor: default;
}

.nepali-date-picker table th {
  background: #f1f1f1 none repeat scroll 0 0;
}

.nepali-date-picker table thead td {
  color: #999;
  font-weight: bold;
}

.nepali-date-picker table td {
  border: 1px solid #ccc;
  color: #666666;
  padding: 4px;
  width: 35px;
  text-align: center;
  font-size: 0.875rem;
}

.nepali-date-picker table tbody td {
  cursor: pointer;
}

.nepali-date-picker table tbody td.current-month-date:hover {
  background-color: #777;
  color: white;
  font-weight: bold;
}

.nepali-date-picker table td.other-month-date,
.nepali-date-picker table td.current-month-date.disable {
  color: #cccccc;
  cursor: default;
}

.nepali-date-picker table tbody td.current-month-date.disable:hover {
  background-color: inherit;
  color: #cccccc;
  font-weight: normal;
}

.nepali-date-picker .icon {
  opacity: 0.4;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC");
}

.nepali-date-picker .icon:hover {
  opacity: 1;
}

.nepali-date-picker .prev-btn.icon {
  background-position: 80px center;
  float: left;
  height: 30px;
  width: 20px;
}

.current-month-date.active,
.drop-down-content li.active {
  background-color: #4065e0;
  color: white;
  font-weight: bold;
}

.nepali-date-picker .next-btn.icon {
  background-position: 0 center;
  float: right;
  height: 30px;
  width: 20px;
}

.nepali-date-picker .today-btn.icon {
  background-position: 130px center;
  display: block;
  float: left;
  height: 30px;
  margin: 0 15px;
  width: 20px;
}

.nepali-date-picker .current-month-txt {
  color: #545b54;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  padding-right: 20px;
  position: relative;
  text-align: right;
  width: 80px;
}

.nepali-date-picker .current-year-txt {
  color: #545b54;
  font-weight: bold;
  padding-right: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 30px;
}

.nepali-date-picker .current-year-txt:hover,
.nepali-date-picker .current-month-txt:hover {
  text-decoration: underline;
}

.nepali-date-picker .calendar-controller i.icon-drop-down {
  background-position: 12px -15px;
  height: 30px;
  position: absolute;
  width: 20px;
}

.nepali-date-picker .drop-down-content {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.32);
  display: none;
  height: 99px;
  padding: 5px;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  /*overflow: hidden;*/
}

.nepali-date-picker .scrollbar-wrapper {
  border-left: 1px solid rgba(204, 204, 204, 0.2);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
}

.scrollbar {
  background-color: black;
  border-radius: 2.5px;
  display: block;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  right: 6.5px;
  width: 5px;
}

.nepali-date-picker .drop-down-content .option-wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  position: relative;
}

.nepali-date-picker .drop-down-content ul {
  list-style: outside none none;
  margin: 0;
  padding: 0 5px 0 0;
}

.drop-down-content li {
  border-bottom: 1px solid rgba(159, 153, 153, 0.39);
  font-size: 1rem;
  font-weight: normal;
  line-height: 20px;
  text-align: right;
}

.drop-down-content li:hover {
  background: #718fcd;
}

.drop-down-content li:last-child {
  border-bottom: medium none;
}

.nepali-date-picker .current-year-txt:hover,
.nepali-date-picker .current-month-txt:hover {
  text-decoration: none;
}

body {
  font-family: "Noto Sans Devanagari", sans-serif;
  font-size: 1rem;
  color: #777777;
}

a,
button {
  color: #007bff;
  background: transparent;
  border: none;
}

a:hover,
button:hover {
  text-decoration: underline;
}

button:focus {
  outline: none;
}

.card {
  border-radius: 8px;
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  overflow-x: hidden;
  margin: inherit;
}

.login-container {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .login-container {
    width: 540px;
  }
}

.clickable-row {
  cursor: pointer;
}

.flash-msg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.flash-msg span {
  margin-bottom: -4px;
}

.success-icon {
  height: 16px;
  width: 16px;
}

.text-blue {
  color: #344675;
}

.text--red {
  color: #CC3363;
}

.text--orange {
  color: #EEC413;
}

.text--blue {
  color: #4065E0;
}

.text--green {
  color: #19D9B4;
}

.color-warning {
  color: #dc3545;
}

.w-full {
  width: 100%;
}

.font-sm {
  font-size: 14px !important;
}

.alert-danger {
  background-color: rgba(254, 9, 9, 0.4784313725);
}

.leading-none {
  line-height: 1;
}

.align-start {
  display: flex;
  align-items: flex-start;
}

.svg-icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
  margin-right: 8px;
}

.svg-icon--large {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.svg-icon--md {
  width: 16px;
  height: 16px;
}

.svg-icon--sm {
  width: 12px;
  height: 12px;
}

.svg-icon--eye {
  width: 17px;
  height: 17px;
}

.svg-icon--XL {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: 4px;
}

.pagination {
  margin-top: 24px;
}

.page-item.active .page-link {
  background: #4065e0;
}

.alert.alert-success {
  background: #dffbf1;
  border: 1px solid #61c7a3;
}

.alert.alert-danger {
  background: #fcdfdd;
  border: 1px solid #ffa29b;
}

.multiselect__option--highlight {
  background: #dffbf1 !important;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #dc3545 !important;
}

.sms-key textarea {
  max-height: 110px;
  padding: 8px 12px;
}

.alert-icon {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
}

/* ======= Gap Class ======= */

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

.gap-5 {
  gap: 20px;
}

.gap-6 {
  gap: 24px;
}

.gap-7 {
  gap: 28px;
}

.gap-8 {
  gap: 32px;
}

.gap-9 {
  gap: 36px;
}

.gap-10 {
  gap: 40px;
}

.card-layout {
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 641px) {
  .card-layout {
    display: grid;
  }
}

@media screen and (max-width: 1240px) {
  .card-layout {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  .card-layout {
    display: flex;
    flex-direction: column;
  }
}

.card-layout .card {
  margin-bottom: 0;
  width: 100%;
}

/* ======= NEW LAYOUTS ======= */

.new-layout {
  position: relative;
  background: var(--neutral-30);
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* ======= SIDEBAR ======= */
  /* ======= HEADER ======= */
  /* ======= Main Section ======= */
  /* ======= Add Case Form ======= */
  /* ======= TOGGLE BUTTON ======= */
  /* ======= Dashboard ======= */
  /* ======= Login Page ======= */
}

.new-layout * {
  font-family: "Anek Devanagari", sans-serif !important;
  color: var(--wood-200);
  box-sizing: border-box;
  margin: 0;
}

.new-layout ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.new-layout ::-webkit-scrollbar-track {
  display: none;
}

.new-layout ::-webkit-scrollbar-thumb {
  background: var(--neutral-60);
  border-radius: 4px;
}

.new-layout ::-webkit-scrollbar-thumb:hover {
  background: var(--neutral-80);
}

.new-layout a,
.new-layout button {
  text-decoration: none;
}

.new-layout li {
  list-style: none;
}

.new-layout ul {
  margin: 0;
  padding: 0;
}

.new-layout input:focus,
.new-layout input:focus-within,
.new-layout input:focus-visible,
.new-layout textarea:focus-within,
.new-layout .form-control:focus-within {
  border: 1px solid var(--primary-orange) !important;
  outline: none !important;
}

.new-layout svg {
  height: 1em;
  color: currentColor;
}

.new-layout .ghost-btn,
.new-layout .link-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}

.new-layout .ghost-btn *,
.new-layout .link-btn * {
  transition: all 0.2s ease;
}

.new-layout .ghost-btn span,
.new-layout .link-btn span {
  margin-bottom: -6px;
}

.new-layout .ghost-btn * {
  color: var(--wood-200);
}

.new-layout .ghost-btn:hover * {
  color: var(--primary-orange);
}

.new-layout .link-btn * {
  color: var(--primary-orange);
}

.new-layout .link-btn:hover * {
  color: var(--orange-400);
}

.new-layout .primary-btn {
  background: var(--primary-orange);
  border-radius: 4px;
  border: 0;
  font-size: 0.875rem;
  padding: 8px 16px 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: all 0.2s ease;
  font-weight: 400;
  height: 32px;
  min-width: 120px;
  cursor: pointer;
}

.new-layout .primary-btn .svg-icon {
  height: 10px;
  width: 10px;
  margin-right: 6px;
  margin-top: -5px;
}

.new-layout .primary-btn:hover {
  background: var(--orange-200);
}

.new-layout #export-mediators-btn {
  top: 4px;
}

.new-layout .outline-btn {
  border: 1px solid var(--neutral-130);
  border-radius: 4px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  position: relative;
  transition: all 0.2s ease;
}

.new-layout .outline-btn span {
  margin-bottom: -4px;
}

.new-layout .outline-btn .add-icon {
  width: 9px;
  height: 9px;
}

.new-layout .outline-btn:hover {
  border: 1px solid var(--neutral-70);
  color: var(--neutral-70);
}

.new-layout .outline-btn:hover * {
  color: var(--neutral-70);
}

.new-layout .cancel-btn {
  border: 1px solid var(--secondary-red);
  color: var(--secondary-red);
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 7px 16px;
  text-align: center;
  width: 120px;
  transition: all 0.2s ease;
  height: 32px;
}

.new-layout .cancel-btn:hover {
  border: 1px solid var(--red-100);
  color: var(--red-100);
}

.new-layout .delete-btn * {
  color: var(--secondary-red);
}

.new-layout .delete-btn:hover * {
  color: var(--red-400);
}

.new-layout ::-moz-placeholder {
  color: var(--neutral-70);
}

.new-layout ::placeholder {
  color: var(--neutral-70);
}

.new-layout .wrapper {
  transition: all 0.3s ease;
  overflow-x: hidden;
}

@media screen and (min-width: 769px) {
  .new-layout .wrapper {
    position: absolute;
    left: 228px;
    width: calc(100% - 228px);
  }
}

@media screen and (min-width: 641px) {
  .new-layout .wrapper.active {
    padding-right: 330px;
  }
}

.new-layout .main-container {
  padding: 21px 28px 28px;
  max-width: 1920px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .new-layout .main-container {
    padding: 16px;
  }
}

.new-layout .aside {
  height: 100%;
  background: var(--neutral-10);
  border-right: 1px solid var(--wood-50);
  width: 227px;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  z-index: 501;
}

@media screen and (max-width: 768px) {
  .new-layout .aside {
    transform: translateX(-100%);
  }
}

.new-layout .aside.active {
  transform: translateX(0);
}

.new-layout .aside li {
  position: relative;
}

.new-layout .aside .sub-menu {
  background: var(--orange-50);
  border: 1px solid var(--wood-50);
  position: absolute;
  left: 100%;
  top: 0px;
  border-radius: 0 6px 6px 0;
  display: none;
  padding: 0;
  width: 200px;
}

.new-layout .aside .sub-menu p {
  padding: 12px;
  font-weight: 700;
}

.new-layout .aside .sub-menu a {
  font-weight: normal;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.new-layout .aside .sub-menu a:hover {
  opacity: 1;
}

.new-layout .aside nav .nav-dropdown-list li.active > a,
.new-layout .aside .sub-menu a {
  opacity: 1;
}

.new-layout .aside nav .nav-dropdown-list li.active > a::after,
.new-layout .aside .sub-menu a::after {
  display: none;
}

.new-layout .aside nav li.active > a,
.new-layout .aside nav li.active > .nav-item {
  position: relative;
}

.new-layout .aside nav li.active > a svg *,
.new-layout .aside nav li.active > .nav-item svg * {
  color: var(--primary-orange);
}

.new-layout .aside nav li.active > a .arrow *,
.new-layout .aside nav li.active > .nav-item .arrow * {
  color: initial;
}

.new-layout .aside nav li.active > a::after,
.new-layout .aside nav li.active > .nav-item::after {
  content: "";
  background: var(--primary-orange);
  position: absolute;
  top: 0;
  left: 15px;
  width: 3px;
  height: 100%;
}

.new-layout .aside .divider {
  position: relative;
  padding-bottom: 16px;
  margin-top: 16px;
}

.new-layout .aside .divider::before {
  content: "";
  height: 1px;
  width: 100%;
  background: var(--neutral-50);
  position: absolute;
  top: 0;
  left: 0;
}

.new-layout .aside .dropdown-divider {
  position: relative;
  background: var(--neutral-60);
  height: 18px;
  width: 1px;
}

.new-layout .aside.active {
  transform: translateX(0);
}

.new-layout .aside.overflow {
  overflow: hidden;
}

.new-layout .aside .sidebar-close-btn {
  position: absolute;
  right: 5px;
  top: 3px;
  font-size: 24px;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .new-layout .aside .sidebar-close-btn {
    display: none;
  }
}

.new-layout .toggle-icon {
  display: none;
}

.new-layout .aside.toggle-sidebar ~ .wrapper {
  left: 90px;
  width: calc(100% - 90px);
}

.new-layout .aside.toggle-sidebar {
  width: 90px;
}

.new-layout .aside.toggle-sidebar .sidebar-toggle-btn svg {
  transform: rotate(270deg);
}

.new-layout .aside.toggle-sidebar nav {
  overflow: visible;
}

.new-layout .aside.toggle-sidebar .dropdown-divider,
.new-layout .aside.toggle-sidebar .nav-dropdown-btn,
.new-layout .aside.toggle-sidebar nav li p,
.new-layout .aside.toggle-sidebar .profile-info,
.new-layout .aside.toggle-sidebar .magnifier {
  display: none;
}

.new-layout .aside.toggle-sidebar .toggle-icon {
  display: block;
}

.new-layout .aside.toggle-sidebar nav svg {
  height: 20px;
  width: 20px;
}

.new-layout .aside.toggle-sidebar .arrow-icon {
  margin-top: 2px;
}

.new-layout .aside.toggle-sidebar nav li a {
  padding: 8px 16px 8px 30px !important;
}

.new-layout .aside.toggle-sidebar .sidebar-wrapper {
  overflow: visible;
}

.new-layout .aside.toggle-sidebar nav li:hover .sub-menu {
  display: block;
}

.new-layout .aside.toggle-sidebar nav li:hover .sub-menu p {
  display: block;
}

.new-layout .aside.toggle-sidebar nav li:hover .sub-menu svg {
  height: 18px;
}

.new-layout .aside.toggle-sidebar .sub-menu li a {
  padding: 8px !important;
}

.new-layout .aside.toggle-sidebar .magnifier-sub-menu li a {
  padding: 8px !important;
}

.new-layout .aside.toggle-sidebar nav li a:hover {
  background: var(--orange-50);
}

.new-layout .aside.toggle-sidebar nav li a:hover .arrow {
  transform: rotate(-90deg);
}

.new-layout .aside.toggle-sidebar .nav-dropdown-list {
  display: none;
}

.new-layout .profile {
  padding: 30px 24px 24px;
  display: inline-flex;
  gap: 8px;
}

.new-layout .profile-info {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}

.new-layout .profile-info span:nth-child(1) {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: -5px;
}

.new-layout .profile-info span:nth-child(2) {
  font-size: 0.75rem;
  opacity: 0.5;
}

.new-layout .user-logo {
  font-size: 39px;
}

.new-layout .sidebar-toggle-btn {
  background: var(--neutral-10);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  position: absolute;
  right: -12px;
  top: 34px;
  padding: 4px;
}

.new-layout .sidebar-toggle-btn svg {
  transform: rotate(90deg);
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .new-layout .sidebar-toggle-btn {
    display: none;
  }
}

.new-layout nav {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 88.1%;
  padding-bottom: 30px;
  overflow-y: auto;
  overflow-x: hidden;
}

.new-layout nav a,
.new-layout nav p,
.new-layout nav svg {
  color: var(--wood-200) !important;
}

.new-layout nav a,
.new-layout nav p {
  font-size: 0.875rem;
  font-weight: 400;
}

.new-layout nav svg {
  font-size: 1rem;
  height: 16px;
  width: 16px;
}

.new-layout nav a {
  display: flex;
  gap: 8px;
}

.new-layout nav ul,
.new-layout nav p {
  margin: 0;
  padding: 0;
}

.new-layout nav a,
.new-layout nav .nav-dropdown-btn {
  padding: 8px 16px 8px 24px;
}

.new-layout nav .nav-item {
  display: flex;
  align-items: center;
}

.new-layout nav .nav-item:hover,
.new-layout nav .nav-dropdown:hover,
.new-layout nav li > a:hover {
  background: var(--orange-50);
}

.new-layout nav .nav-item:hover .nav-dropdown-btn {
  animation: bounce 0.5s infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(3px);
  }
}

.new-layout nav .nav-dropdown-list {
  display: none;
}

.new-layout nav .nav-dropdown-list.active {
  display: block;
}

.new-layout nav .nav-dropdown-list a {
  padding: 8px 24px !important;
  position: relative;
  opacity: 0.6;
}

.new-layout nav .nav-dropdown-list a::before {
  background: var(--primary-orange);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 10px;
  top: 14px;
  height: 3px;
  width: 3px;
}

.new-layout nav .sub-menu {
  display: none;
}

.new-layout nav .magnifier-btn {
  background: var(--primary-off-white);
  border: 1px solid #eaded8;
  border-radius: 4px;
  color: var(--wood-200);
  opacity: 0.5;
  padding-top: 4px;
}

.new-layout nav .magnifier-btn.active {
  border: 1px solid var(--wood-200);
  opacity: 1;
  color: var(--wood-200) !important;
}

.new-layout .header {
  border-bottom: 1px solid var(--neutral-50);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 28px 19px;
  max-width: 1920px;
  margin: auto;
}

@media screen and (max-width: 995px) {
  .new-layout .header {
    padding: 16px 28px;
  }
}

@media screen and (max-width: 640px) {
  .new-layout .header {
    padding: 16px;
  }
}

.new-layout .header-content {
  display: flex;
  gap: 8px;
  margin-bottom: -6px;
}

@media screen and (min-width: 1156px) {
  .new-layout .header-content {
    width: 55.5%;
  }
}

.new-layout .header .logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  width: 295px;
}

.new-layout .header .logo-title {
  display: flex;
  align-items: center;
}

.new-layout .header .logo-text {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  width: 61px;
}

.new-layout .header .logo .app-name {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
}

.new-layout .header .logo .divider {
  display: block;
  background: var(--neutral-50);
  height: 41px;
  width: 1px;
  margin: 0 12px 0 8px;
}

.new-layout .header .logo p {
  margin-bottom: -7px;
}

.new-layout .header-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.new-layout .header-item .fiscal-year {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
}

.new-layout .header-item label {
  white-space: nowrap;
  margin-bottom: 0;
}

.new-layout .header-item .logo-img {
  height: 41px;
  width: 41px;
  margin: 0;
}

.new-layout .header .search-field {
  position: relative;
  width: 100%;
}

.new-layout .header .search-field .search-icon {
  font-size: 1.5rem;
}

.new-layout .header .search-field input {
  background: var(--neutral-30);
  font-size: 0.875rem;
  height: 45px;
  padding: 4px 24px 0 38px;
}

@media screen and (max-width: 1285px) {
  .new-layout .header .search-field input {
    width: 100%;
  }
}

.new-layout .header .search-dropdown {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--wood-50);
  background: var(--neutral-10);
  width: 447px;
  position: absolute;
  top: 45px;
  left: 22px;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
}

@media screen and (max-width: 1155px) {
  .new-layout .header .search-dropdown {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    left: 0;
    width: 100%;
  }
}

.new-layout .header .search-dropdown-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-bottom: 1px solid var(--wood-50);
  cursor: pointer;
  margin-bottom: 20px;
}

.new-layout .header .search-dropdown-content {
  display: flex;
  flex-direction: column;
}

.new-layout .header .search-dropdown-content span:nth-child(2),
.new-layout .header .search-dropdown-content p {
  font-size: 0.75rem;
}

.new-layout .header .search-dropdown-content div {
  display: flex;
  gap: 4px;
}

.new-layout .header .search-dropdown-content p {
  color: var(--neutral-80);
}

.new-layout .header .search-dropdown-content p span {
  font-weight: 600;
  color: var(--neutral-80);
}

.new-layout .header .search-dropdown-btn {
  font-size: 0.875rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.new-layout .header .search-dropdown-btn .dropdown-icon {
  transform: rotate(270deg);
  font-size: 1.5rem;
}

.new-layout .header .search-dropdown-btn .toggle-modal-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.new-layout .header .search-dropdown-btn .toggle-modal-btn span {
  margin-bottom: -4px;
}

.new-layout .header .search-dropdown-btn .toggle-modal-btn svg {
  width: 8px;
  font-size: 0.5rem;
}

.new-layout .header .search-dropdown-container:hover .search-dropdown-btn {
  visibility: visible;
  opacity: 1;
}

.new-layout .header .search-dropdown .view-more-btn {
  font-size: 0.75rem;
}

.new-layout .header .search-dropdown .view-more-btn .dropdown-icon {
  transform: rotate(270deg);
}

.new-layout .header .show-dropdown {
  visibility: visible;
  opacity: 1;
}

.new-layout .header .notificationSpan {
  background: var(--red-200);
  top: -12px;
  right: 1px;
  font-size: 0.875rem;
  padding: 4px 0 0 0;
  height: 16px;
  width: 16px;
}

.new-layout .header .notification-text {
  font-size: 0.875rem;
  padding: 8px 12px;
  border-bottom: 1px solid #E3E3E3;
}

.new-layout .header .notification-text a {
  font-weight: 500;
}

.new-layout .header .notification-text:nth-child(1) {
  padding-bottom: 12px;
}

.new-layout .header .notification-text:nth-last-child(1) {
  border-bottom: none;
  padding-top: 12px;
}

.new-layout .header .notification-icon {
  fill: var(--neutral-10);
  font-size: 1.5rem;
}

.new-layout .header .dropdown {
  position: relative;
}

.new-layout .header .dropdown-container {
  background: var(--neutral-10);
  border-radius: 4px;
  box-shadow: 0px 4px 50px 0px rgba(53, 53, 53, 0.2);
  padding: 16px 12px;
  width: 405px;
  position: absolute;
  top: 26px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 200;
}

@media screen and (max-width: 995px) {
  .new-layout .header .dropdown-container {
    right: inherit;
    left: 0;
  }
}

.new-layout .header .dropdown-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(11px);
}

.new-layout .header .dropdown-content {
  padding-right: 10px;
  max-height: 153px;
  overflow-y: auto;
  overflow-x: hidden;
}

.new-layout .header .notification-title {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.new-layout .header .notification-text {
  border-bottom: 1px solid var(--neutral-50);
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.new-layout .header .notification-text a {
  font-weight: 400;
}

.new-layout .header .notification-date {
  color: var(--neutral-70);
  font-size: 0.75rem;
}

.new-layout .header .multiselect {
  min-height: 33px !important;
}

.new-layout .header .multiselect__tags {
  border-radius: 4px;
  border: 1px solid var(--neutral-130) !important;
  height: 33px !important;
  min-height: 33px !important;
  padding: 0px 34px 0 8px !important;
}

.new-layout .header .multiselect__single {
  padding-top: 3px !important;
}

.new-layout .header .multiselect__select,
.new-layout .header .multiselect--active .multiselect__select {
  width: 43px;
  height: 30px;
}

.new-layout .header .multiselect__select:before {
  top: 9px !important;
  right: 16px !important;
}

.new-layout .header .primary-btn {
  height: 32px;
  min-width: inherit;
}

.new-layout .header .hamburger {
  font-size: 26px;
}

@media screen and (min-width: 769px) {
  .new-layout .header .hamburger {
    display: none;
  }
}

.new-layout .logo-img {
  margin: 0 auto 24px;
  height: 93px;
  width: 99px;
}

.new-layout .card-header {
  color: var(--wood-200);
}

.new-layout .title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .new-layout .title-section {
    margin-bottom: 24px;
  }
}

.new-layout .title-section label {
  margin: 6px 0 0 0;
  white-space: nowrap;
}

.new-layout .title-section .multiselect {
  min-height: 25px !important;
}

.new-layout .title-section .multiselect__tags {
  background: var(--neutral-50) !important;
  border-radius: 50px;
  border: 0 !important;
  height: 25px !important;
  min-height: 25px !important;
  padding: 0 20px 0 8px !important;
}

.new-layout .title-section #wards .multiselect--active .multiselect__tags {
  width: inherit;
}

.new-layout .title-section #wards .multiselect__tags,
.new-layout .title-section #quarter .multiselect__tags {
  min-width: 48px;
}

.new-layout .title-section .multiselect__single {
  padding: 0 !important;
}

.new-layout .title-section .multiselect__select,
.new-layout .title-section .multiselect--active .multiselect__select {
  width: 25px;
  height: 23px;
}

.new-layout .title-section .multiselect__select::before {
  top: 6px !important;
  right: 8px !important;
  border-width: 4px 4px 0;
}

.new-layout .title-section .multiselect--active .multiselect__tags {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 62px;
}

.new-layout .title-section .multiselect__content {
  background: var(--neutral-50) !important;
  padding: 4px;
}

.new-layout .title-section .multiselect__element {
  border-bottom: 1px solid var(--neutral-60) !important;
}

.new-layout .title-section .multiselect__option--highlight {
  background: var(--neutral-60) !important;
}

.new-layout .title-section h1 {
  font-size: clamp(24px, 2rem, 3rem);
  font-weight: 500;
}

.new-layout .header .multiselect__select::before,
.new-layout .title-section .multiselect__select::before {
  border-color: var(--neutral-130) transparent transparent;
}

.new-layout .stats-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 70px;
  margin-bottom: 34px;
}

@media screen and (max-width: 1024px) {
  .new-layout .stats-section {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .new-layout .stats-section {
    margin-bottom: 12px;
    row-gap: 24px;
  }
}

@media screen and (max-width: 640px) {
  .new-layout .stats-section {
    row-gap: 16px;
  }
}

.new-layout .stats-section span {
  font-size: 2.25rem;
  font-weight: 600;
  position: relative;
}

.new-layout .stats-section span::before {
  content: "";
  border-radius: 3px;
  height: 6px;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.new-layout .stats-section .total-case::before {
  background: var(--secondary-yellow);
}

.new-layout .stats-section .ongoing-case::before {
  background: var(--secondary-blue);
}

.new-layout .stats-section .closed-case::before {
  background: var(--secondary-green);
}

.new-layout .stats-section .sent-sms::before {
  background: var(--secondary-red);
}

.new-layout .download-icon {
  height: 18px;
  width: 15px;
}

.new-layout .download-pdf-btn {
  border: 1px solid var(--wood-200);
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 33px;
}

.new-layout .download-pdf-btn span {
  margin-bottom: -6px;
}

.new-layout .back-arrow-btn {
  display: block;
}

.new-layout .back-arrow-btn span {
  color: var(--secondary-blue);
  font-size: 0.875rem;
  font-weight: normal;
}

.new-layout .back-arrow-btn .back-arrow-icon {
  height: 14px;
  width: 14px;
}

.new-layout .form-wrapper {
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 860px) {
  .new-layout .form-wrapper {
    flex-direction: column-reverse;
  }
}

.new-layout .add-case-form {
  display: grid;
  gap: 24px;
  width: 100%;
  background-image: linear-gradient(#c5c6ca 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 15px;
  background-repeat: repeat-y;
  padding-right: 16px;
}

.new-layout .custom-file-label,
.new-layout .multiselect-form-control {
  background: var(--neutral-30);
}

.new-layout #quarter .multiselect__content-wrapper {
  overflow: hidden;
}

.new-layout .multiselect__content-wrapper {
  border: 1px solid var(--neutral-50);
}

.new-layout .multiselect__content {
  background: var(--neutral-40);
}

.new-layout .multiselect__element {
  border-bottom: 1px solid var(--neutral-50);
}

.new-layout .multiselect__option--highlight {
  background: var(--neutral-60) !important;
}

.new-layout .custom-file-input:focus ~ .custom-file-label {
  border-color: #4065e0 !important;
  box-shadow: none !important;
}

.new-layout .custom-file-label {
  padding-top: 9px;
  margin-bottom: 0;
}

.new-layout .custom-file-label::after {
  background: var(--neutral-50);
  border-radius: 4px;
  border: 0;
  content: "\92B\93E\907\932   \91B\93E\928\94D\200D\928\947";
  height: 27px;
  padding: 4px 12px;
  top: 4px;
  right: 4px;
}

.new-layout input,
.new-layout textarea,
.new-layout .form-control.date-picker-bs[readonly] {
  background: var(--neutral-30);
  border: 1px solid var(--neutral-50);
}

.new-layout .date-picker-bs[readonly] {
  padding-left: 32px;
}

.new-layout .calendar-icon {
  position: absolute;
  left: 8px;
  top: 10px;
}

.new-layout .calendar-icon path {
  color: var(--neutral-80);
}

.new-layout textarea {
  min-height: 111px;
  padding: 8px !important;
}

.new-layout label {
  font-size: 0.875rem;
  margin-bottom: 4px;
}

.new-layout .form-control {
  padding: 12px 12px 6px;
  background: var(--neutral-30);
  border: 1px solid var(--neutral-50) !important;
}

.new-layout .grid-column {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(min(10rem, 100%), 1fr));
  grid-auto-rows: max-content;
}

.new-layout .add-form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1240px) {
  .new-layout .add-form .applicant-list-container,
  .new-layout .add-form .defendant-list-container {
    max-height: 151px;
  }
}

@media screen and (min-width: 1241px) {
  .new-layout .add-form {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1276px) {
  .new-layout .responsive-layout {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 1275px) {
  .new-layout .responsive-layout {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 860px) {
  .new-layout .responsive-layout {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 450px) {
  .new-layout .responsive-layout {
    flex-wrap: wrap;
  }
}

.new-layout .first-party-form h3,
.new-layout .second-party-form h3 {
  font-size: 1.125rem;
  font-weight: 500;
}

.new-layout .first-party-form .toggle-modal-btn,
.new-layout .second-party-form .toggle-modal-btn {
  display: inline-flex;
  gap: 8px;
  border: 1px solid var(--neutral-50);
  border-radius: 6px;
  padding: 16px 8px;
  width: 192px;
}

@media screen and (max-width: 1275px) {
  .new-layout .first-party-form .toggle-modal-btn,
  .new-layout .second-party-form .toggle-modal-btn {
    width: 100%;
  }
}

.new-layout .first-party-form .add-icon,
.new-layout .second-party-form .add-icon {
  background: var(--primary-orange);
  border-radius: 24px;
  padding: 4px;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-layout .first-party-form svg,
.new-layout .second-party-form svg {
  height: 9px;
  width: 9px;
}

.new-layout .first-party-form .add-btn-text,
.new-layout .second-party-form .add-btn-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.new-layout .first-party-form .add-btn-text span:nth-child(1),
.new-layout .second-party-form .add-btn-text span:nth-child(1) {
  font-weight: 600;
  font-size: 0.875rem;
}

.new-layout .first-party-form .add-btn-text span:nth-child(2),
.new-layout .second-party-form .add-btn-text span:nth-child(2) {
  font-size: 0.75rem;
  opacity: 0.6;
}

.new-layout .first-party-form .add-btn *,
.new-layout .second-party-form .add-btn * {
  color: var(--primary-orange);
  font-size: 0.875rem;
}

.new-layout .defendant-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  white-space: nowrap;
}

.new-layout .defendant-list-container {
  border: 1px solid var(--neutral-50);
  border-radius: 6px;
  max-height: 377px;
  overflow-y: auto;
}

.new-layout .defendant-list-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 8px;
  border-bottom: 1px solid var(--neutral-50);
  transition: all 0.2s ease;
  width: 100%;
}

.new-layout .defendant-list-content:nth-last-child(1) {
  border: 0;
}

.new-layout .defendant-list-content .user-detail {
  display: flex;
  flex-direction: column;
  text-align: left;
  white-space: nowrap;
}

.new-layout .defendant-list-content .user-detail span {
  opacity: 0.7;
  font-weight: 400;
  font-size: 0.75rem;
}

.new-layout .defendant-list-content .user-detail p {
  font-weight: 700;
}

.new-layout .defendant-list-content .edit-btn * {
  color: var(--primary-orange);
}

.new-layout .defendant-list-content .defendant-name {
  max-width: 84px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-layout .defendant-list-content .defendant-name span {
  font-size: 0.875rem;
}

.new-layout .defendant-list-content:hover {
  background: var(--orange-75);
}

.new-layout .defendant-list-content:hover .action-btn {
  visibility: visible;
  opacity: 1;
  width: 41px;
}

.new-layout .applicant-list-container {
  border: 1px solid var(--neutral-50);
  border-radius: 6px;
  max-height: 377px;
  overflow-y: auto;
}

.new-layout .defendant-list-btn {
  width: 150px;
  max-width: 160px;
}

.new-layout .defendant-block-wrapper {
  border-bottom: 1px solid var(--neutral-50);
  width: 192px;
}

.new-layout .defendant-block-wrapper:nth-last-child(1) {
  border-bottom: 0;
}

.new-layout .edit-btn,
.new-layout .delete-btn {
  padding: 0;
}

.new-layout .action-btn {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}

.new-layout .action-btn-visible {
  visibility: visible;
  opacity: 1;
}

.new-layout .error-msg {
  font-size: 0.75rem;
  color: var(--secondary-red);
  display: inline-flex;
  gap: 4px;
  margin-top: 8px;
}

.new-layout .error-msg * {
  color: var(--secondary-red);
}

.new-layout .error-msg .error-icon {
  margin-top: 2px;
}

.new-layout .error-icon {
  height: 12px;
  width: 12px;
}

.new-layout .btn-section {
  display: flex;
  justify-content: flex-end;
}

.new-layout .btn-section .btn-group {
  display: inline-flex;
  gap: 16px;
}

.new-layout #overlay,
.new-layout .loader-wrapper {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  z-index: 500;
  transition: all 0.3s ease;
  display: none;
}

.new-layout .loader-wrapper {
  display: block;
}

.new-layout .loader-wrapper svg {
  font-size: 42px;
}

.new-layout .hammer-icon {
  animation: rotate 2.1s infinite;
  animation-timing-function: cubic-bezier(0.18, 0.71, 0, 0.99);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  11% {
    transform: rotate(0deg);
  }

  22% {
    transform: rotate(60deg);
  }

  33% {
    transform: rotate(60deg);
  }

  44% {
    transform: rotate(120deg);
  }

  55% {
    transform: rotate(120deg);
  }

  66% {
    transform: rotate(180deg);
  }

  77% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.new-layout .dot {
  margin-left: 14px;
  display: flex;
  gap: 7px;
  width: 49px;
}

.new-layout .dot-icon {
  background: var(--wood-200);
  border-radius: 50px;
  height: 7px;
  width: 7px;
}

.new-layout .dot-icon-2,
.new-layout .dot-icon-3,
.new-layout .dot-icon-4 {
  animation: 1.5s infinite;
  animation-timing-function: ease-in;
}

.new-layout .dot-icon-2 {
  animation-name: third;
}

.new-layout .dot-icon-3 {
  animation-name: second;
}

.new-layout .dot-icon-4 {
  animation-name: first;
}

@keyframes first {
  0% {
    display: block;
  }

  40%, 100% {
    display: none;
  }
}

@keyframes second {
  0%, 20% {
    display: block;
  }

  60%, 100% {
    display: none;
  }
}

@keyframes third {
  0%, 40% {
    display: block;
  }

  80%, 100% {
    display: none;
  }
}

.new-layout .modal-content {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-layout .modal-content .modal-card {
  background: var(--neutral-10);
  max-height: 90%;
  width: 62%;
  border-radius: 4px;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: grid;
  grid-auto-rows: max-content;
  gap: 24px;
  position: relative;
  overflow-y: auto;
  z-index: 999;
}

@media screen and (max-width: 1024px) {
  .new-layout .modal-content .modal-card {
    width: 90%;
  }
}

.new-layout .modal-content .modal-title {
  border-bottom: 1px solid var(--neutral-50);
  padding-bottom: 4px;
  display: flex;
  gap: 8px;
}

.new-layout .modal-content .modal-title h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.new-layout .modal-content .modal-title .add-icon,
.new-layout .modal-content .modal-title .edit-icon {
  height: 14px;
  width: 14px;
}

.new-layout .modal-content .modal-title .add-icon *,
.new-layout .modal-content .modal-title .edit-icon * {
  color: var(--primary-orange);
}

.new-layout .modal-content .modal-title .key-icon {
  font-size: 18px;
}

.new-layout .modal-content .modal-title .primary-icon * {
  color: var(--primary-orange);
}

.new-layout .modal-content h4 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 12px;
}

.new-layout .modal-content .close-btn {
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 1.75rem;
  padding: 0;
}

.new-layout .modal-content .close-btn-2 {
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 1.75rem;
  padding: 0;
}

.new-layout .modal-content .address-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.new-layout .modal-content .sms-modal-icon {
  margin-top: -3px;
}

.new-layout .modal-content .sms-modal-icon .svg-icon {
  width: 18px;
}

.new-layout .current-month-date.active,
.new-layout .drop-down-content li.active {
  background-color: var(--primary-orange);
}

.new-layout .card-container {
  background: var(--neutral-10);
  padding: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  .new-layout .card-container {
    padding: 16px;
  }
}

.new-layout .card-container h2 {
  font-size: clamp(1.5rem, 4.2vw, 1.875rem);
  font-weight: 600;
  margin-bottom: 16px;
}

.new-layout .button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.new-layout .case-update {
  position: fixed;
  right: 29px;
  bottom: 25px;
  z-index: 110;
}

.new-layout .case-update-btn {
  border-radius: 4px;
  background: var(--neutral-140);
  box-shadow: 0px 4px 10px 0px rgba(22, 22, 22, 0.2);
  padding: 10px 24px;
  font-size: 1rem;
}

.new-layout .case-update-btn * {
  color: var(--neutral-10);
}

.new-layout .slide-panel {
  background: var(--neutral-10);
  box-shadow: 0px 0px 24px 0px rgba(150, 150, 150, 0.1);
  height: 100%;
  width: 347px;
  position: fixed;
  right: 0;
  top: 0;
  overflow-y: auto;
  padding: 16px;
  transform: translateX(100%);
  transition: all 0.3s ease;
  z-index: 115;
}

.new-layout .slide-panel-header {
  border-bottom: 1px solid var(--neutral-50);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4px;
}

.new-layout .slide-panel h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.new-layout .slide-panel-title svg > use {
  color: var(--primary-orange);
}

.new-layout .slide-panel-close svg,
.new-layout .slide-panel svg > path {
  font-size: 1.25rem;
  color: var(--neutral-70);
  transition: all 0.2s ease;
}

.new-layout .slide-panel svg > path:hover {
  color: var(--wood-200);
}

.new-layout .slide-panel .add-icon {
  height: 12px;
  width: 12px;
}

.new-layout .slide-panel .remarks-icon {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.new-layout .slide-panel .remarks-list {
  display: grid;
  gap: 8px;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

.new-layout .slide-panel .remarks-list::-webkit-scrollbar-thumb {
  background: inherit;
  margin-left: 16px;
  padding-left: 16px;
}

.new-layout .slide-panel .remarks-list:hover::-webkit-scrollbar-thumb {
  background: var(--neutral-60);
  border-radius: 4px;
}

.new-layout .slide-panel .remarks-list h4,
.new-layout .slide-panel .remarks-list p {
  font-size: 0.875rem;
}

.new-layout .slide-panel .remarks-list h4 {
  font-weight: 600;
}

.new-layout .slide-panel .remarks-list p,
.new-layout .slide-panel .remarks-list span {
  font-weight: 400;
}

.new-layout .slide-panel .remarks-list span {
  font-size: 0.75rem;
}

.new-layout .slide-panel .remarks-list .bold-600 {
  font-weight: 600;
}

.new-layout .slide-panel .remarks-list .edit-icon * {
  color: var(--primary-orange);
}

.new-layout .slide-panel .max-h {
  max-height: 59.2vh;
}

.new-layout .slide-panel .remarks-content {
  border-bottom: 1px solid var(--neutral-50);
  color: var(--neutral-80);
  padding: 0 16px 8px 0;
  font-size: 0.875rem;
}

.new-layout .slide-panel .remarks-content h4 {
  color: var(--neutral-70);
}

.new-layout .slide-panel .remarks-content div * {
  color: var(--neutral-80);
}

.new-layout .slide-panel .remarks-content-first-child {
  color: var(--wood-200);
}

.new-layout .slide-panel .remarks-content-first-child h4,
.new-layout .slide-panel .remarks-content-first-child div * {
  color: var(--wood-200);
}

.new-layout .slide-panel .previous-remarks {
  color: var(--neutral-70);
}

.new-layout .slide-panel .form-control {
  color: var(--neutral-70);
}

.new-layout .slide-panel .canceled-btn {
  background: var(--neutral-60);
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 8px 16px 10px 16px;
  height: 32px;
  width: 71px;
}

.new-layout .slide-panel.active {
  transform: translateX(0%);
}

.new-layout .comment-icon {
  width: 16px;
  height: 16px;
}

.new-layout .add-ic {
  width: 9px;
}

.new-layout .case {
  font-size: inherit;
  display: flex;
  justify-content: space-between;
  gap: 22px;
}

@media screen and (max-width: 900px) {
  .new-layout .case {
    flex-direction: column-reverse;
  }
}

.new-layout .case-detail {
  flex: 1;
}

.new-layout .case-detail h4 {
  font-size: 1.125rem;
  font-weight: 500;
}

.new-layout .case-detail > div:nth-child(2) {
  display: flex;
  gap: 12px;
}

@media screen and (max-width: 1024px) {
  .new-layout .case-detail > div:nth-child(2) {
    flex-wrap: wrap;
  }
}

.new-layout .case-detail-content {
  border-radius: 4px;
  border: 1px solid var(--neutral-50);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 194px;
  overflow-y: auto;
  overflow-x: hidden;
}

.new-layout .case-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.new-layout .case-info span:nth-child(1) {
  color: var(--neutral-80);
  opacity: 0.6;
  font-size: 0.875rem;
}

.new-layout .case .case-info .mx-w {
  width: 133px;
}

.new-layout .case-description {
  border-radius: 6px;
  border: 1px solid var(--neutral-50);
  padding: 16px 18px;
  max-height: 194px;
  overflow-y: auto;
  overflow-x: hidden;
}

.new-layout .case .defendant-list-container {
  width: 208px;
}

.new-layout .case .dropdown-icon {
  transform: rotate(270deg);
  font-size: 1.5rem;
}

.new-layout .case .add-form .defendant-list-content:nth-last-of-type(1) {
  border-bottom: none;
}

.new-layout .case .edit-icon * {
  color: var(--primary-orange);
}

.new-layout .case .add-icon {
  height: 10px;
  width: 10px;
}

@media screen and (max-width: 1200px) {
  .new-layout .case .add-form {
    flex-direction: column;
  }
}

@media screen and (max-width: 900px) {
  .new-layout .case .add-form {
    flex-direction: row;
  }
}

@media screen and (min-width: 1201px) {
  .new-layout .case .add-form {
    flex-wrap: nowrap;
  }
}

.new-layout .tab-container {
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 20px;
  height: 35px;
}

.new-layout .tab-container .tab-list {
  flex-wrap: nowrap;
  white-space: nowrap;
}

.new-layout .tab-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--neutral-50);
}

.new-layout .tab .detail-tab li .tab-link {
  border-bottom: 1px solid var(--neutral-50);
  font-size: 1.125rem;
}

.new-layout .tab-link {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0 10px;
  margin-bottom: -1px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.new-layout .tab-link:hover {
  border-bottom: 1px solid var(--wood-200);
  color: var(--wood-200);
}

.new-layout .tab-link:hover span {
  color: var(--wood-200);
}

.new-layout .tab-link,
.new-layout .tab-link span {
  color: var(--neutral-70);
  transition: all 0.2s ease;
}

.new-layout .tab-link.active {
  border-bottom: 1px solid var(--primary-orange) !important;
  font-weight: 600;
  color: var(--neutral-120);
}

.new-layout .tab-link.active span {
  color: var(--neutral-120);
}

.new-layout .knowledge-base-table {
  margin-bottom: 32px;
}

.new-layout .knowledge-base-table th {
  font-weight: 600;
  font-size: 1rem;
  padding: 0 16px 4px;
}

.new-layout .knowledge-base-table td div,
.new-layout .knowledge-base-table th span,
.new-layout .knowledge-base-table th {
  color: var(--neutral-80);
}

.new-layout .knowledge-base-table tbody tr {
  border-bottom: 1px solid var(--neutral-60);
}

.new-layout .knowledge-base-table tbody tr:nth-last-child(1) {
  border-bottom: none;
}

.new-layout .knowledge-base-table td {
  font-size: 0.875rem;
  padding: 12px 16px 8px;
  border-right: 1px solid var(--neutral-60);
}

.new-layout .knowledge-base-table td:nth-child(1) {
  color: var(--wood-200);
  font-weight: 600;
  padding-left: 12px;
}

.new-layout .knowledge-base-table td:nth-child(1) div {
  position: relative;
}

.new-layout .knowledge-base-table td:nth-child(1) div::before {
  content: "";
  border-radius: 50%;
  height: 7px;
  width: 7px;
  background: var(--primary-orange);
  position: absolute;
  left: -12px;
  top: 6px;
}

.new-layout .knowledge-base-table td:nth-last-child(1) {
  border: none;
}

.new-layout .knowledge-base-table .sub-section {
  vertical-align: top;
  display: grid;
  grid-template-columns: 57px 78px 78%;
  gap: 8px;
}

.new-layout .knowledge-base-table .divider {
  position: relative;
}

.new-layout .knowledge-base-table .divider::before {
  content: "";
  height: 100%;
  width: 1px;
  background: var(--neutral-60);
  position: absolute;
  top: 0;
  left: 68px;
}

.new-layout .knowledge-base-table .divider::after {
  content: "";
  height: 100%;
  width: 1px;
  background: var(--neutral-60);
  position: absolute;
  top: 0;
  left: 134px;
}

.new-layout .knowledge-base-table:nth-last-child(1) {
  margin-bottom: 0;
}

.new-layout #knowledge-tab .tab-list {
  display: inline-flex;
  min-width: 290px;
}

.new-layout .card-section {
  display: flex;
  flex-direction: column;
  gap: 41px;
  margin-bottom: 50px;
}

.new-layout .show-defendant-table tr,
.new-layout .address-table tbody tr {
  border-bottom: 1px solid var(--orange-50);
}

.new-layout .show-defendant-table tr:nth-last-child(1),
.new-layout .address-table tbody tr:nth-last-child(1) {
  border: none;
}

.new-layout .show-defendant-table td,
.new-layout .address-table tbody td {
  padding-top: 12px;
}

.new-layout .show-defendant-table tr:nth-child(1) td,
.new-layout .address-table tbody tr:nth-child(1) td {
  padding-top: 0;
  width: 132px;
}

.new-layout .show-defendant-table {
  margin-bottom: 14px;
}

.new-layout .show-defendant-table td:nth-child(2) {
  padding-left: 42px;
  padding-right: 54px;
}

.new-layout .address-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 36px;
}

@media screen and (max-width: 768px) {
  .new-layout .address-table {
    gap: 14px;
  }
}

.new-layout .address-table table tr th {
  padding-bottom: 16px;
}

.new-layout .address-table td:nth-child(2) {
  text-align: flex-end;
}

.new-layout .detail-wrapper {
  display: flex;
  gap: 48px;
}

.new-layout .case-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.75rem;
}

.new-layout .case-tag-btn {
  border: 1px solid var(--neutral-80);
  border-radius: 20px;
  color: var(--neutral-80);
  font-size: 0.75rem;
  padding: 6px 12px 3px;
}

.new-layout .case-tag-btn.active {
  background: var(--blue-400);
  color: var(--neutral-10);
}

.new-layout .search-field {
  position: relative;
}

@media screen and (max-width: 500px) {
  .new-layout .search-field {
    width: 100%;
  }
}

.new-layout .search-field .search-input-box input,
.new-layout .search-field input {
  background: var(--neutral-10);
  border: 1px solid var(--primary-orange) !important;
  border-radius: 8px !important;
  font-size: 0.75rem;
  padding: 10px 24px 6px 32px;
  width: 331px;
}

@media screen and (max-width: 500px) {
  .new-layout .search-field .search-input-box input,
  .new-layout .search-field input {
    width: 100%;
  }
}

.new-layout .search-field .search-icon {
  position: absolute;
  left: 12px;
  top: 10px;
}

.new-layout .search-field .search-btn-wrap .button--primary {
  background: var(--primary-orange);
  font-size: 0.75rem;
  padding: 10px 16px 8px;
  width: 54px;
}

.new-layout .filter-wrapper,
.new-layout .filter-case {
  display: flex;
  gap: 16px;
}

.new-layout .filter-wrapper {
  flex-direction: column;
}

.new-layout .filter-case .form-control,
.new-layout .filter-case .multiselect__single {
  font-size: 0.75rem !important;
}

.new-layout .filter-case .multiselect-form-control {
  width: 110px !important;
}

.new-layout .filter-case .multiselect__select,
.new-layout .filter-case .multiselect__tags {
  padding: 0 !important;
}

.new-layout .filter-case .multiselect__single {
  padding: 2px 0 0 8px !important;
  color: var(--neutral-80);
}

.new-layout .filter-case .multiselect,
.new-layout .filter-case .multiselect__tags {
  height: 30px !important;
  min-height: 30px !important;
}

.new-layout .filter-case .multiselect__select {
  height: 25px !important;
  width: 26px !important;
}

.new-layout .filter-case .multiselect__select::before {
  top: 7px !important;
  right: 8px !important;
  border-color: var(--neutral-70) transparent transparent;
}

.new-layout .filter-case .form-control,
.new-layout .filter-case .mx-input {
  border: 1px solid var(--neutral-80) !important;
  border-radius: 4px !important;
  background: var(--neutral-10) !important;
  height: 30px !important;
}

.new-layout .filter-case label {
  font-size: 0.75rem;
  margin: 6px 0 0 0;
}

.new-layout .filter-case .calendar-icon {
  top: 7px;
}

.new-layout .mx-datepicker-range {
  width: 190px;
}

.new-layout .mx-datepicker-range .mx-input {
  padding: 6px 30px 2px;
  font-size: 0.75rem;
}

.new-layout .mx-datepicker-range .mx-icon-calendar {
  display: none;
}

.new-layout .mx-datepicker-range .mx-icon-clear {
  background: var(--neutral-10);
  top: 54%;
  z-index: 5;
}

.new-layout .download-pdf-container {
  background: var(--neutral-10);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border-top: 0;
  border-start-start-radius: 0px;
  border-start-end-radius: 0px;
  padding: 4px;
  position: absolute;
  top: 73%;
  left: -1px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  text-align: left;
  width: 101.2%;
  z-index: 50;
}

.new-layout .download-pdf-container a {
  font-size: 0.875rem;
  color: var(--neutral-80);
  transition: all 0.2s ease;
  padding: 4px;
}

.new-layout .download-pdf-container a:hover {
  color: var(--wood-200);
}

.new-layout .download-pdf-container li {
  padding: 4px 0 0;
  border-bottom: 1px solid var(--neutral-50);
}

.new-layout .download-pdf-container li:nth-child(1) {
  padding: 0;
}

.new-layout .download-pdf-container li:nth-last-child(1) {
  border-bottom: none;
}

.new-layout .download-dropdown:hover {
  border-end-start-radius: 0px;
  border-end-end-radius: 0px;
}

.new-layout .download-dropdown:hover .download-pdf-container {
  transform: translateY(10px);
  visibility: visible;
  opacity: 1;
}

.new-layout .table-container > table {
  width: 100%;
}

.new-layout .table-container > table thead tr {
  background: var(--orange-50);
}

.new-layout .table-container > table tbody tr {
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--neutral-50);
}

.new-layout .table-container > table tbody tr:hover {
  background: var(--neutral-30);
}

.new-layout .table-container > table tbody tr:hover .action-btn {
  visibility: visible;
  opacity: 1;
}

.new-layout .table-container > table th {
  font-size: 0.75rem;
}

.new-layout .table-container > table td {
  font-size: 0.875rem;
}

.new-layout .table-container > table th,
.new-layout .table-container > table td {
  padding: 12px;
  font-weight: 400;
}

.new-layout .table-container > table :is(th:nth-child(1),
td:nth-child(1)) {
  padding-left: 8px;
}

.new-layout .table-container > table :is(th:nth-last-child(1),
td:nth-last-child(1)) {
  padding-right: 8px;
}

.new-layout .table-container > table .dot-icon {
  font-size: 0.25rem;
}

.new-layout .table-container > table .status {
  border: 1px solid;
  border-radius: 50px;
  padding: 4px 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
}

.new-layout .table-container > table .status span {
  margin-bottom: -4px;
}

.new-layout .table-container > table .status-ongoing,
.new-layout .table-container > table .status-registered {
  border-color: var(--secondary-yellow);
  color: var(--secondary-yellow);
}

.new-layout .table-container > table .status-ongoing span,
.new-layout .table-container > table .status-ongoing .time-machine-icon *,
.new-layout .table-container > table .status-registered span,
.new-layout .table-container > table .status-registered .time-machine-icon * {
  color: var(--secondary-yellow);
}

.new-layout .table-container > table .status-ongoing,
.new-layout .table-container > table .status-registered {
  width: 4.1875rem;
}

.new-layout .table-container > table .status-closed {
  border-color: var(--secondary-green);
  width: 4.1875rem;
}

.new-layout .table-container > table .status-closed span,
.new-layout .table-container > table .status-closed .dot-icon * {
  color: var(--secondary-green);
}

.new-layout .table-container > table .status-rejected {
  border-color: var(--secondary-red);
  width: 4.1875rem;
}

.new-layout .table-container > table .status-rejected span,
.new-layout .table-container > table .status-rejected .dot-icon * {
  color: var(--secondary-red);
}

.new-layout .table-container > table .email {
  color: var(--secondary-blue);
}

.new-layout .table-container > table .link {
  color: var(--secondary-blue);
}

.new-layout .glossary-table .table-active > td {
  background: var(--orange-50);
  font-size: 0.75rem;
}

.new-layout .glossary-table tr:nth-child(1),
.new-layout .glossary-table tr:nth-last-child(1) {
  border-bottom: 0;
}

.new-layout .glossary-table .glossary-title {
  color: var(--neutral-80);
}

.new-layout .glossary-table tr:nth-child(1) .glossary-title {
  color: var(--wood-200);
}

.new-layout .date *,
.new-layout .date {
  color: var(--neutral-80);
  font-size: 0.75rem !important;
}

.new-layout .precedent-hub-container .no-data-found {
  color: var(--wood-200) !important;
}

.new-layout .precedent-table-container table thead tr {
  background: transparent;
}

.new-layout .precedent-table-container table th {
  font-size: 0.875rem;
  color: var(--neutral-80);
}

.new-layout .precedent-table-container table td span:nth-child(1) {
  font-size: 1rem;
  font-weight: 600;
}

.new-layout .precedent-table-container table td:nth-child(2) {
  font-size: 1rem;
}

.new-layout .precedent-table-container table td:nth-child(3) {
  color: var(--neutral-70);
}

.new-layout .precedent-table-container table .read-more-btn,
.new-layout .precedent-table-container table td span:nth-child(2) {
  color: var(--primary-orange);
}

.new-layout .precedent-table-container table .target-content {
  height: 71px;
  overflow: hidden;
  transition: height 0.3s ease;
}

.new-layout .precedent-table-container table .read-more-btn {
  display: none;
}

.new-layout .precedent-table-container table .read-more-btn:checked ~ .target-content {
  height: auto;
}

.new-layout .precedent-table-container table .read-more-btn ~ .read-more-trigger:before {
  content: "\905\91D   \939\947\930\94D\928\941\939\94B\938\94D";
}

.new-layout .precedent-table-container table .read-more-btn:checked ~ .read-more-trigger:before {
  content: "\915\92E   \939\947\930\94D\928\941\939\94B\938\94D";
}

.new-layout .precedent-table-container table .read-more-trigger {
  cursor: pointer;
  display: inline-block;
  color: var(--primary-orange);
  font-size: 1rem;
}

.new-layout .pagination-block {
  margin-top: 16px;
}

.new-layout .pagination-block nav {
  padding: 0;
}

.new-layout .pagination-block .page-link {
  border: none;
  color: var(--neutral-80) !important;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 4px 8px !important;
}

.new-layout .pagination-block .page-item.active .page-link {
  background: var(--primary-orange);
  color: var(--wood-200);
  font-weight: 600;
}

.new-layout .pagination-block .page-link:focus {
  box-shadow: none;
}

.new-layout .search-btn {
  background: var(--primary-orange);
  border: none;
  border-radius: 4px;
  color: var(--primary-off-white);
  padding: 8px 16px;
}

.new-layout .switch {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 12px;
}

.new-layout .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.new-layout .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--neutral-80);
  transition: 0.4s;
}

.new-layout .slider:before {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  left: 3px;
  bottom: 2.7px;
  background-color: var(--neutral-10);
  transition: 0.4s;
}

.new-layout input:checked + .slider {
  background-color: var(--secondary-green);
}

.new-layout input:focus + .slider {
  box-shadow: 0 0 1px var(--secondary-green);
}

.new-layout input:checked + .slider:before {
  transform: translateX(12px);
}

.new-layout .slider.round {
  border-radius: 34px;
}

.new-layout .slider.round:before {
  border-radius: 50%;
}

.new-layout .user-status {
  font-size: 0.75rem;
}

.new-layout .active-status {
  color: var(--secondary-green);
}

.new-layout .inactive-status {
  color: var(--neutral-80);
}

.new-layout .disclaimer {
  font-size: 0.75rem;
}

.new-layout .link-search-field .form-group {
  margin-bottom: 0;
}

.new-layout .user-form {
  display: grid;
  gap: 16px;
}

.new-layout .link-form-grid,
.new-layout .user-form-grid {
  display: grid;
  gap: 16px;
}

@media screen and (min-width: 769px) {
  .new-layout .link-form-grid,
  .new-layout .user-form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.new-layout .knowledge-detail p {
  font-size: 0.875rem;
  font-weight: 600;
}

.new-layout .img-wrapper {
  width: 40px;
  height: 40px;
}

.new-layout .setting {
  display: flex;
  gap: 64px;
}

@media screen and (max-width: 900px) {
  .new-layout .setting {
    flex-direction: column;
    gap: 32px;
  }
}

.new-layout .setting-tab {
  display: block;
}

@media screen and (max-width: 900px) {
  .new-layout .setting-tab {
    display: inline-flex;
  }
}

.new-layout .setting-tab a {
  color: var(--neutral-70);
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

@media screen and (max-width: 900px) {
  .new-layout .setting-tab a {
    font-weight: 400;
    padding: 0 8px;
  }
}

.new-layout .setting-tab li:nth-child(1) a {
  padding-left: 0;
}

.new-layout .setting-tab li:nth-last-child(1) a {
  padding-right: 0;
}

.new-layout .setting-list {
  border-bottom: 1px solid var(--neutral-50);
  padding: 12px 0;
  transition: all 0.2s ease;
}

@media screen and (max-width: 900px) {
  .new-layout .setting-list {
    padding: 0;
  }
}

.new-layout .setting-list:hover {
  border-bottom: 1px solid var(--wood-200);
}

.new-layout .setting-list:hover a {
  color: var(--wood-200);
}

.new-layout .setting-list.active {
  border-bottom: 1px solid var(--primary-orange);
}

.new-layout .setting-list.active a {
  color: var(--primary-orange);
}

.new-layout .setting .tab-title h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.new-layout .setting .tab-title span {
  font-size: 0.75rem;
}

.new-layout .setting h4 {
  font-size: 1rem;
  font-weight: 600;
}

.new-layout .required,
.new-layout .required-field {
  position: relative;
}

.new-layout .required::before,
.new-layout .required-field::after {
  color: var(--secondary-red);
  content: " * ";
  font-size: 0.9375rem;
  position: absolute;
}

.new-layout .sms-key textarea {
  max-height: 122px;
}

.new-layout .text-danger span {
  color: var(--secondary-red);
  font-size: 0.75rem;
}

.new-layout .detail-status {
  border-radius: 50px;
  padding: 4px 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
}

.new-layout .detail-status span {
  margin-bottom: -4px;
}

.new-layout .detail-status .dot-icon {
  font-size: 5px;
}

.new-layout .detail-status * {
  color: var(--neutral-10);
}

.new-layout .status-eligible,
.new-layout .closed-status {
  background: var(--secondary-green);
}

.new-layout .status-ineligible,
.new-layout .rejected-status {
  background: var(--secondary-red);
}

.new-layout .ongoing-status,
.new-layout .registered-status,
.new-layout .status-submitted {
  background: var(--secondary-yellow);
}

@media screen and (max-width: 1240px) {
  .new-layout .document-table {
    width: 900px;
  }
}

.new-layout .document-table-container table th,
.new-layout .document-table-container table td {
  font-size: 1rem;
}

.new-layout .document-table-container table th {
  font-weight: 600;
}

.new-layout .document-table-container table td:nth-child(1) {
  padding-left: 0;
}

.new-layout .document-table-container table td:nth-child(1) span {
  margin-bottom: -4px;
}

.new-layout .document-table-container table td:nth-child(2),
.new-layout .document-table-container table td:nth-child(3) {
  padding: 12px 20px;
}

.new-layout .document-table-container table td:nth-last-child(1) {
  padding: 12px 0 12px 24px;
}

.new-layout .document-table-container table th:nth-child(1) {
  padding: 4px 20px 0 24px;
}

.new-layout .document-table-container table th:nth-child(2),
.new-layout .document-table-container table th:nth-child(3) {
  padding: 4px 20px 0;
}

.new-layout .document-table-container table th:nth-last-child(1) {
  padding: 4px 24px 0 20px;
}

.new-layout #case-document-modal .modal-card {
  max-width: 542px;
}

.new-layout .show-update-container {
  border: 1px solid var(--neutral-40);
  border-radius: 6px;
  padding: 24px 16px;
}

@media screen and (max-width: 1240px) {
  .new-layout .show-update-container {
    width: 900px;
  }
}

.new-layout .show-update-container table td {
  vertical-align: top;
}

.new-layout .show-update-container .show-update-content {
  display: grid;
}

.new-layout .show-update-container .timeline-container:nth-last-child(1)::before,
.new-layout .show-update-container .timeline-container:not(:nth-child(3)) .timeline,
.new-layout .show-update-container .timeline-container:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  display: none;
}

.new-layout .show-update-container .timeline-container {
  position: relative;
}

.new-layout .show-update-container .timeline-container::before {
  border-right: 0px solid;
  border-style: dashed;
  border-color: var(--neutral-50);
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  height: 100%;
}

.new-layout .show-update-container .timeline {
  width: 2px;
  height: 100%;
  background: var(--neutral-10);
  position: absolute;
  left: 9px;
  top: 0;
}

.new-layout .show-update-container .timeline-container:not(:nth-last-child(1)) > div {
  margin-bottom: 64px;
}

.new-layout .show-update-container .show-update-items:nth-child(1) {
  width: 20%;
}

.new-layout .show-update-container .show-update-items:nth-child(2) {
  width: 40%;
}

.new-layout .show-update-container .show-update-items:nth-child(3) {
  width: 40%;
}

.new-layout .show-update-container .show-update-items:nth-child(4) {
  width: 20%;
}

.new-layout .show-update-container .show-update-items:nth-child(5) {
  width: 15%;
}

.new-layout .show-update-container .show-more {
  max-height: inherit;
}

.new-layout .show-update-container .show-more-btn {
  text-align: left;
}

.new-layout .show-update-container .show-more-btn * {
  color: var(--primary-orange);
}

.new-layout .show-update-container .event-date {
  font-size: 1.25rem;
  font-weight: 500px;
  white-space: nowrap;
}

.new-layout .show-update-container .update-title {
  color: var(--neutral-70);
}

.new-layout .show-update-container .radio-btn-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.new-layout .show-update-container .radio-button {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 0;
}

.new-layout .show-update-container .radio-button input[type=radio] {
  display: none;
}

.new-layout .show-update-container .radio-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--primary-orange);
  position: relative;
  background: var(--neutral-10);
}

.new-layout .show-update-container .radio-circle::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary-orange);
  position: absolute;
  top: 50%;
  left: 50%;
}

.new-layout .show-update-container .radio-button input[type=radio]:checked + .radio-circle::before {
  transform: translate(-50%, -50%) scale(1);
}

.new-layout .show-update-container .radio-button:nth-of-type(1) input[type=radio]:checked + .radio-circle::before {
  background-color: var(--primary-orange);
}

.new-layout .show-update-container .radio-btn {
  background: var(--neutral-50);
  border-radius: 50%;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
}

.new-layout .show-update-container .radio-btn::after {
  content: "";
  border-radius: 50%;
  background: var(--neutral-10);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
}

.new-layout .sms-icon {
  color: var(--primary-orange);
}

@media screen and (min-width: 1181px) {
  .new-layout #sms-chart-container {
    width: 54%;
  }
}

.new-layout .sms-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.new-layout .sms-container h3 {
  font-size: 0.875rem;
  font-weight: 600;
}

.new-layout .sms-container .sms-error-icon * {
  color: var(--secondary-red);
}

.new-layout .sms-container .select-all {
  font-size: 0.75rem;
}

.new-layout .sms-container .profile-logo {
  font-size: 1.3125rem;
}

.new-layout .sms-container .user-list-container {
  padding: 0 8px;
  border: 1px solid var(--neutral-50);
  border-radius: 8px;
  max-height: 180px;
  overflow-y: auto;
}

.new-layout .sms-container .user-list-content {
  padding: 12px 0;
  border-bottom: 1px solid var(--neutral-50);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.new-layout .sms-container .user-list-content:nth-last-child(1) {
  border-bottom: none;
}

.new-layout .sms-container .username {
  margin-bottom: -7px;
  display: flex;
  flex-direction: column;
}

.new-layout .sms-container .checkbox-field input,
.new-layout .cut-off-container .checkbox-field input {
  display: none;
}

.new-layout .sms-container .checkbox-field,
.new-layout .cut-off-container .checkbox-field {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.new-layout .sms-container .checkmark,
.new-layout .cut-off-container .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background: var(--neutral-10);
  border-radius: 3px;
  transition: all 0.25s;
}

.new-layout .sms-container .checkbox-field input:checked ~ .checkmark,
.new-layout .cut-off-container .checkbox-field input:checked ~ .checkmark {
  background: var(--primary-orange);
}

.new-layout .sms-container .checkmark:after,
.new-layout .cut-off-container .checkmark:after {
  content: "";
  position: absolute;
  transform: rotate(0deg);
  border: 1px solid var(--primary-orange);
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  transition: all 0.25s, border-width 0.1s;
}

.new-layout .sms-container .checkbox-field input:checked ~ .checkmark:after,
.new-layout .cut-off-container .checkbox-field input:checked ~ .checkmark:after {
  left: 6px;
  top: 2.5px;
  width: 6px;
  height: 10px;
  border-color: var(--neutral-10);
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  transform: rotate(45deg);
}

.new-layout .number {
  font-size: 0.75rem;
  color: var(--neutral-90);
}

.new-layout .textarea-field {
  grid-column: 1/3;
}

.new-layout .success-txt,
.new-layout .error-txt {
  padding: 8px;
  border-radius: 4px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.new-layout .success-txt *,
.new-layout .error-txt * {
  color: var(--neutral-10);
}

.new-layout .success-txt span,
.new-layout .error-txt span {
  margin-bottom: -4px;
}

.new-layout .success-txt .close-btn,
.new-layout .error-txt .close-btn {
  cursor: pointer;
}

.new-layout .success-txt {
  background: var(--secondary-green);
}

.new-layout .error-txt {
  background: var(--secondary-red);
}

.new-layout .alert-msg {
  position: fixed;
  bottom: 20px !important;
  right: 20px;
  transition: all 0.3s ease;
  z-index: 999;
}

.new-layout .alert {
  font-size: 0.875rem;
  padding: 8px;
  display: flex;
  gap: 32px;
}

.new-layout .alert,
.new-layout .alert * {
  color: var(--neutral-10) !important;
}

.new-layout .alert.alert-success {
  background: var(--secondary-green);
  border: 0;
}

.new-layout .alert.alert-danger {
  background: var(--secondary-red);
  border: 0;
}

.new-layout .alert-text {
  margin-bottom: -4px;
}

.new-layout .alert .close {
  top: 21px;
}

.new-layout .mediator-container-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .new-layout .mediator-container-title {
    margin-bottom: 8px;
  }
}

.new-layout .mediator-container .add-icon {
  background: var(--primary-orange);
  border-radius: 24px;
  padding: 4px;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-layout .mediator-container .show-mediator-btn svg {
  height: 9px;
  width: 9px;
}

.new-layout .mediator-container .show-mediator-btn span {
  margin-bottom: -4px;
  font-size: 0.875rem;
}

.new-layout .mediator-container .user-logo {
  font-size: 28px;
}

.new-layout .mediator-container .mediator-name {
  font-weight: 600;
}

.new-layout .mediator-container .multiselect__input,
.new-layout .mediator-container .multiselect__input:focus-within {
  border: 0 !important;
}

.new-layout .mediator-container .label {
  margin: 0 0 4px 0;
  font-weight: 400;
}

.new-layout .mediator-container .grid-column {
  row-gap: 8px;
}

.new-layout .mediator-container .handshake-icon {
  font-size: 1.125rem;
  margin-top: 2px;
}

.new-layout .mediator-container .handshake-icon * {
  color: var(--primary-orange);
}

.new-layout .modal-mask {
  background-color: transparent;
}

.new-layout .modal-mask .modal-card {
  max-width: 510px;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2);
}

.new-layout .chart-layout {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .new-layout .chart-layout {
    flex-direction: column;
  }
}

.new-layout .dashboard-chart .card-container {
  margin-bottom: 0;
}

.new-layout h2.chart-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 21px 0 0 0;
}

.new-layout .chart {
  transition: all 0.2s ease;
}

.new-layout .chart .apexcharts-svg {
  height: inherit;
}

.new-layout .chart .apexcharts-title-text {
  font-size: 1rem;
  font-weight: 600;
}

.new-layout .chart-download-btn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 10;
  margin: -11px -14px 0 0;
}

@media screen and (max-width: 640px) {
  .new-layout .chart-download-btn {
    margin: 0;
  }
}

.new-layout .chart:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}

.new-layout .chart:hover .chart-download-btn {
  opacity: 1;
  visibility: visible;
}

.new-layout .hearing-list-card {
  background: var(--neutral-130);
  border-radius: 8px;
  padding: 44px 24px 26px;
  flex: 1;
  position: relative;
}

.new-layout .hearing-list-card::before {
  content: "";
  background: linear-gradient(180deg, rgba(22, 28, 41, 0) 0%, #161c29 100%);
  height: 101px;
  width: 100%;
  position: absolute;
  bottom: 13px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.new-layout .hearing-list-card * {
  color: var(--neutral-10);
  font-size: 0.875rem;
}

.new-layout .hearing-list-card .view-all-btn {
  border: 1px solid var(--primary-orange);
  border-radius: 4px;
  padding: 6px 16px 0;
}

.new-layout .hearing-list-card svg {
  font-size: 24px;
}

.new-layout .hearing-list-card span:nth-child(2),
.new-layout .hearing-list-card span:nth-child(3) {
  opacity: 0.7;
}

.new-layout .hearing-list-card .grid-column {
  grid-template-columns: repeat(auto-fit, minmax(min(5rem, 100%), 1fr));
}

.new-layout .hearing-list-card .list-overflow {
  max-height: 225px;
  overflow-y: auto;
  overflow-x: hidden;
}

.new-layout .chart h2,
.new-layout .hearing-list-card h2,
.new-layout .knowledge-chart h2 {
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  .new-layout .case-survey-chart {
    width: 56%;
  }
}

@media screen and (min-width: 1025px) {
  .new-layout .knowledge-chart {
    width: 47%;
  }
}

.new-layout .knowledge-chart .apexcharts-legend {
  justify-content: space-between !important;
}

.new-layout .knowledge-chart .chart-title {
  margin-top: 21px;
  position: relative;
  z-index: 5;
}

.new-layout .gender-chart {
  flex: 1;
}

.new-layout .gender-chart .apexcharts-yaxis-label {
  font-size: 0.875rem;
  font-weight: 600;
  opacity: 1;
}

.new-layout .gender-chart .apexcharts-legend {
  inset: inherit !important;
  bottom: 0 !important;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .new-layout #mediator-tab .grid-column {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
}

.new-layout .mediator-table-list {
  flex: 1;
}

.new-layout .mediator-table-list svg {
  font-size: 1.375rem;
}

.new-layout .mediator-table-list h2 {
  margin-bottom: 31px;
}

@media screen and (min-width: 1025px) {
  .new-layout .mediator-chart-container {
    width: 66%;
  }
}

.new-layout .mediator-chart-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media screen and (max-width: 1024px) {
  .new-layout .mediator-chart-wrapper {
    width: 650px;
  }
}

.new-layout .legislation-chart-container .apexcharts-series path.apexcharts-bar-area:nth-child(1) {
  fill: var(--primary-orange);
}

.new-layout .apexcharts-xaxis-label,
.new-layout .apexcharts-yaxis-label {
  opacity: 0.5;
}

.new-layout .mediator-chart {
  grid-column: 2/4;
}

.new-layout .mediator-chart .apexcharts-title-text {
  font-size: 0.75rem;
  opacity: 0.5 !important;
}

.new-layout .mediator-chart .apexcharts-legend {
  inset: inherit !important;
  bottom: 0 !important;
  left: 46px !important;
  padding: 0;
}

.new-layout .topic-list-chart {
  margin: 21px 0 34px 0;
}

.new-layout .delete-modal .modal-card {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .new-layout .delete-modal .modal-card {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .new-layout .delete-modal .modal-card {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .new-layout .delete-modal .modal-card {
    width: 70%;
  }
}

.new-layout .delete-modal .modal-title {
  padding-bottom: 0;
  border-bottom: none;
}

.new-layout .delete-modal .modal-title h3 {
  font-size: 0.875rem;
}

.new-layout .delete-modal .delete-icon {
  font-size: 0.875rem;
}

.new-layout .delete-modal .delete-icon * {
  color: var(--secondary-red);
}

.new-layout .delete-modal .close-btn {
  top: 8px;
  right: 8px;
}

.new-layout .pagination {
  display: flex;
  gap: 8px;
}

.new-layout .changeNumber br,
.new-layout .page-link br {
  display: none;
}

.new-layout .tab-wrapper.active,
.new-layout .tab-wrapper-defendant.active {
  background: var(--orange-75);
}

.new-layout #assign-modal .modal-card,
.new-layout #confirm-assign-modal .modal-card {
  width: 35%;
  overflow: visible;
}

.new-layout #assign-modal .assign-icon,
.new-layout #confirm-assign-modal .assign-icon {
  font-size: 1.25rem;
}

.new-layout #assign-modal .multiselect__tags,
.new-layout #confirm-assign-modal .multiselect__tags {
  background: var(--neutral-30) !important;
}

.new-layout #confirm-assign-modal h3 {
  font-size: 1.125rem;
}

.new-layout #confirm-assign-modal .warning-text {
  background: var(--yellow-50);
  border-radius: 4px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
}

.new-layout #confirm-assign-modal .warning-text * {
  color: var(--secondary-yellow);
  fill: var(--secondary-yellow);
}

.new-layout #confirm-assign-modal .warning-text p {
  margin-bottom: -4px;
}

.new-layout .assign-detail {
  white-space: nowrap;
}

.new-layout .assign-detail span {
  font-size: 0.75rem;
}

.new-layout .assigned-tag {
  background: var(--neutral-50);
  border-radius: 50px;
  font-size: 0.75rem;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: 6rem;
}

.new-layout .assigned-tag span {
  margin-bottom: -4px;
}

.new-layout .case-delete-modal .alert-txt,
.new-layout .delete-modal .alert-txt {
  background: var(--red-50);
  border-radius: 4px;
  display: flex;
  gap: 8px;
  padding: 8px;
}

.new-layout .case-delete-modal p,
.new-layout .delete-modal p {
  color: var(--secondary-red);
  font-size: 0.875rem;
}

.new-layout .case-delete-modal .modal-title h3,
.new-layout .case-delete-modal h3,
.new-layout .delete-modal .modal-title h3,
.new-layout .delete-modal h3 {
  font-size: 1rem;
  font-weight: 600;
}

.new-layout .case-delete-modal .cancel-btn,
.new-layout .delete-modal .cancel-btn {
  border: 1px solid var(--neutral-80);
  color: var(--neutral-80);
}

.new-layout .case-delete-modal .cancel-btn:hover,
.new-layout .delete-modal .cancel-btn:hover {
  border: 1px solid var(--neutral-70);
  color: var(--neutral-70);
}

.new-layout .case-delete-modal .secondary-btn,
.new-layout .delete-modal .secondary-btn {
  background: var(--secondary-red);
  color: var(--neutral-10);
}

.new-layout .case-delete-modal .secondary-btn:hover,
.new-layout .delete-modal .secondary-btn:hover {
  background: var(--red-200);
}

.new-layout .mediator-modal .modal-card {
  overflow: visible;
}

.new-layout .filled-error-icon * {
  color: var(--secondary-red);
}

.new-layout .sms-table {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .new-layout .sms-table {
    width: 800px;
  }
}

.new-layout .sms-table td {
  padding: 16px;
}

.new-layout .sms-table tr {
  background: var(--neutral-20);
  border-bottom: 1px solid var(--blue-75);
}

.new-layout .sms-table .divider:nth-child(1) {
  border-right: 1px solid var(--orange-100);
  padding-right: 21px;
}

.new-layout .sms-table .divider:nth-last-child(1) {
  padding-left: 21px;
}

.new-layout .sms-table .divider span:nth-last-child(1) {
  color: var(--primary-orange);
  font-size: 10px;
  font-weight: 500;
}

.new-layout .sms-table td {
  vertical-align: top;
}

.new-layout .sms-table td:nth-last-child(1) .sms-success,
.new-layout .sms-table td:nth-last-child(1) .sms-process,
.new-layout .sms-table td:nth-last-child(1) .sms-failed {
  border-radius: 20px;
  font-size: 0.875rem;
  padding: 4px 8px;
}

.new-layout .sms-table td:nth-last-child(1) .sms-success {
  border: 1px solid var(--secondary-green);
  display: inline-flex;
}

.new-layout .sms-table td:nth-last-child(1) .sms-success * {
  color: var(--secondary-green);
}

.new-layout .sms-table td:nth-last-child(1) .sms-process {
  border: 1px solid var(--secondary-yellow);
  display: inline-flex;
  align-items: center;
}

.new-layout .sms-table td:nth-last-child(1) .sms-process * {
  color: var(--secondary-yellow);
}

.new-layout .sms-table td:nth-last-child(1) .sms-failed {
  border: 1px solid var(--secondary-red);
  display: inline-flex;
}

.new-layout .sms-table td:nth-last-child(1) .sms-failed * {
  color: var(--secondary-red);
}

.new-layout .sms-table td:nth-last-child(1) .sms-success span,
.new-layout .sms-table td:nth-last-child(1) .sms-failed span,
.new-layout .sms-table td:nth-last-child(1) .sms-process span {
  display: block;
  margin-bottom: -4px;
}

.new-layout .sms-table td:nth-last-child(1) svg {
  margin-right: 4px;
  font-size: 1rem;
}

.new-layout .sms-table td:nth-last-child(1) .dot-icon {
  font-size: 9px;
}

.new-layout .sms-table td:nth-last-child(2) {
  color: var(--neutral-110);
  font-size: 0.875rem;
  opacity: 0.7;
}

.new-layout .sms-table p {
  max-width: 750px;
}

.new-layout .case-edit-panel .edit-icon * {
  color: var(--primary-orange);
}

.new-layout .buttons {
  position: fixed;
  right: 30px;
  bottom: 117px;
  display: flex;
  gap: 24px;
}

.new-layout .buttons * {
  color: var(--neutral-10);
}

.new-layout .buttons span {
  margin-bottom: -6px;
}

.new-layout .buttons .secondary-green,
.new-layout .buttons .secondary-red {
  border-radius: 4px;
  box-shadow: 0px 4px 10px 0px rgba(22, 22, 22, 0.2);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.new-layout .buttons .secondary-green {
  background: var(--secondary-green);
}

.new-layout .buttons .secondary-red {
  background: var(--secondary-red);
}

.new-layout .login-page {
  background: var(--neutral-10);
  height: 100vh;
}

.new-layout .login-page .form-control {
  padding: 8px 12px;
  height: 48px;
}

.new-layout .login-page label {
  font-size: 1rem;
  padding: 0;
}

.new-layout .login-page .form-group {
  display: grid;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .new-layout .login-page .form-group {
    gap: 16px;
  }
}

.new-layout .login-page .primary-btn {
  font-size: 1rem;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .new-layout .login-page .primary-btn {
    margin-top: 16px;
  }
}

.new-layout .login-page .forget-password-btn {
  color: var(--primary-orange);
  font-weight: 400;
}

.new-layout .login-page .logo {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
}

.new-layout .login-page .logo-title {
  font-size: 1.25rem;
  font-weight: 400;
}

.new-layout .login-page .app-name {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 48px;
}

@media screen and (min-width: 769px) {
  .new-layout .login-page .app-name {
    margin-bottom: 24px;
    max-width: 351px;
  }
}

@media screen and (max-width: 768px) {
  .new-layout .login-page .app-name {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .new-layout .login-page .app-name {
    margin-bottom: 16px;
  }
}

.new-layout .login-page p {
  font-size: 1.25rem;
}

.new-layout .login-page .alert-close-btn * {
  color: var(--neutral-10);
}

.new-layout .login-page .header {
  margin: 36px 0 150px 0;
  padding: 0 80px;
}

@media screen and (min-width: 1025px) {
  .new-layout .login-page .header {
    padding: 0 0 0 80px;
    width: 100%;
  }
}

.new-layout .login-page-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.new-layout .login-page-logo .logo-img {
  margin: 0;
  width: 36px;
  height: 34px;
}

.new-layout .login-page .logo-title-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.new-layout .login-page-with-hero {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 769px) {
  .new-layout .login-page-with-hero {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media screen and (min-width: 1240px) {
  .new-layout .login-page-with-hero {
    gap: 126px;
  }
}

.new-layout .login-page-with-hero .login-form,
.new-layout .login-page-with-hero .reset-page-container {
  padding: 0 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .new-layout .login-page-with-hero .login-form,
  .new-layout .login-page-with-hero .reset-page-container {
    padding: 0 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .new-layout .login-page-with-hero .login-form,
  .new-layout .login-page-with-hero .reset-page-container {
    padding: 0;
    max-width: inherit;
  }
}

.new-layout .login-page-with-hero .forget-password {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .new-layout .login-card-container {
    background: var(--neutral-10);
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    padding: 32px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65vh;
    z-index: 15;
  }
}

@media screen and (max-width: 480px) {
  .new-layout .login-card-container {
    padding: 20px 24px;
  }
}

.new-layout .login-page-without-hero {
  display: grid;
}

.new-layout .login-page-without-hero .login-form-section {
  border-radius: 8px;
  border: 1px solid var(--neutral-30);
  background: var(--neutral-10);
  box-shadow: 0px 4px 25px 0px rgba(28, 28, 28, 0.1);
  padding: 32px 24px;
  max-width: 442px;
  margin: auto;
}

.new-layout .login-page-without-hero .app-name {
  font-size: clamp(1.75rem, 4.42vw, 2.375rem);
  margin: 0 auto 12px !important;
  text-align: center;
}

.new-layout .login-page-without-hero .logo-img {
  margin: 0 auto;
  height: 93px;
  width: 99px;
}

@media screen and (max-width: 640px) {
  .new-layout .login-page-without-hero .logo-img {
    height: 73px;
    width: 79px;
  }
}

.new-layout .login-page-without-hero .logo-title-field {
  align-items: center;
}

.new-layout .login-page-without-hero .login-form-title,
.new-layout .login-page-without-hero .login-btn {
  text-align: center;
}

.new-layout .login-form {
  height: 100%;
  display: grid;
  align-content: center;
  z-index: 15;
}

.new-layout .login-form,
.new-layout .reset-page-container {
  padding: 0 80px;
  margin: auto;
  max-width: 700px;
}

@media screen and (max-width: 768px) {
  .new-layout .login-form,
  .new-layout .reset-page-container {
    padding: 0 40px;
  }
}

@media screen and (max-width: 640px) {
  .new-layout .login-form,
  .new-layout .reset-page-container {
    padding: 0 20px;
  }
}

.new-layout .login-form-title,
.new-layout .reset-page-container-title {
  font-size: clamp(1.5rem, 4.2vw, 1.875rem);
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .new-layout .login-form-title,
  .new-layout .reset-page-container-title {
    margin-bottom: 16px;
  }
}

.new-layout .login-form-container,
.new-layout .reset-page-container-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.new-layout .reset-page-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

.new-layout .reset-page-container .back-arrow-btn {
  margin-bottom: 32px;
}

.new-layout .reset-page-container .back-arrow-btn * {
  color: var(--primary-orange);
}

.new-layout .reset-page-container h2 {
  font-size: clamp(1.75rem, 4.42vw, 2.375rem);
  font-weight: 600;
}

.new-layout .reset-page-container p {
  font-size: 1rem;
  font-weight: 400;
}

.new-layout .reset-page-container .invalid-feedback {
  color: var(--secondary-red);
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 8px;
  display: block;
}

.new-layout .hero-section {
  display: flex;
  align-items: center;
  position: relative;
}

.new-layout .hero-section::after {
  background: linear-gradient(0deg, rgba(26, 26, 26, 0.35) 0%, rgba(26, 26, 26, 0.35) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .new-layout .hero-section::after {
    height: 36vh;
  }
}

.new-layout .hero-img {
  border-radius: 0;
  width: 100vw;
  height: 36vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

@media screen and (min-width: 769px) {
  .new-layout .hero-img {
    height: 100vh;
  }
}

@media screen and (max-width: 768px) {
  .new-layout .hero-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}

.new-layout input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.new-layout .reg-date {
  display: flex;
  gap: 4px;
}

.new-layout .reg-date span {
  color: var(--neutral-80);
  font-size: 0.75rem;
}

.new-layout .edit-link-btn * {
  color: var(--neutral-90);
}

.new-layout .change-password-modal .modal-card {
  width: 412px;
}

.new-layout .warning-icon * {
  color: var(--secondary-yellow);
}

.new-layout #de-activate-modal .modal-card {
  width: 422px;
}

.new-layout #de-activate-modal .modal-card h3 {
  font-size: 0.875rem;
}

.new-layout .form-title {
  font-size: 1rem;
  font-weight: 600;
}

.new-layout .otp-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 650px;
  height: 100vh;
}

.new-layout .otp-container h2 {
  font-size: clamp(1.5rem, 4.2vw, 1.875rem);
  font-weight: 600;
}

.new-layout .otp-container p {
  font-size: 1rem;
}

.new-layout .otp-container .otp-input {
  background: var(--neutral-10);
  border-radius: 4px;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 8px;
  text-align: center;
  height: 48px;
  width: 51px;
}

.new-layout .otp-container .resend-btn {
  font-weight: 600;
  color: var(--primary-orange);
}

.new-layout .tick-icon {
  font-size: 3rem;
}

.new-layout .reset-page-container.reset-complete-container {
  max-width: 530px;
}

@media screen and (min-width: 1025px) {
  .new-layout .reset-page-container.reset-complete-container {
    max-width: 450px;
    margin: 0;
  }
}

.new-layout .reset-complete-icon {
  background: var(--orange-50);
  border-radius: 50%;
  padding: 26px;
  height: 103px;
  width: 103px;
  margin: auto;
}

.new-layout .case-survey-chart .apexcharts-yaxis-label,
.new-layout .mediator-chart .apexcharts-text,
.new-layout #sms-chart-container .apexcharts-yaxis-label,
.new-layout .legislation-chart-container .apexcharts-yaxis-label {
  font-size: 0.75rem;
}

.new-layout .knowledge-chart .apexcharts-datalabel-value,
.new-layout .knowledge-chart .apexcharts-legend-text,
.new-layout .gender-chart .apexcharts-datalabel-value,
.new-layout .gender-chart .apexcharts-legend-text {
  font-size: 0.875rem !important;
}

.new-layout .case-survey-chart .apexcharts-xaxis-label,
.new-layout #sms-chart-container .apexcharts-xaxis-label,
.new-layout .legislation-chart-container .apexcharts-xaxis-label {
  font-size: 0.625rem;
}

.new-layout #add-mediators-modal .modal-card,
.new-layout .edit-mediators-modal .modal-card {
  overflow: visible;
}

.new-layout .alert-important {
  padding-right: 40px;
}

.new-layout .response-modal .modal-card {
  width: min(622px, 100%);
}

.new-layout .character-count {
  font-size: 0.75rem;
  color: var(--neutral-90);
}

.new-layout .case-dropdown-container label {
  margin: 6px 0 0 0;
  font-size: 0.75rem;
}

.new-layout .case-dropdown-container .form-control {
  height: 34px;
}

.new-layout .case-dropdown-container .multiselect__single {
  color: var(--neutral-80);
  padding-top: 4px !important;
}

.new-layout .case-dropdown-container .multiselect__select {
  width: 24px;
  height: 30px;
}

.new-layout .case-dropdown-container .multiselect__select:before {
  border-width: 4px 4px 0;
  top: 9px !important;
  right: 8px !important;
}

.new-layout .filter-case .arrow-down-icon,
.new-layout .case-dropdown-container .arrow-down-icon {
  position: absolute;
  top: 11px;
  right: 8px;
  pointer-events: none;
  font-size: 0.875rem;
}

.new-layout .filter-case .arrow-down-icon > path,
.new-layout .case-dropdown-container .arrow-down-icon > path {
  color: var(--neutral-70);
}

.new-layout #pagination {
  margin-top: 16px;
}

.new-layout #pagination a {
  color: var(--neutral-80);
  font-size: 0.75rem;
}

.new-layout #pagination a.current {
  background: var(--primary-orange);
  border-radius: 0;
  color: var(--wood-200);
  padding: 4px 8px;
}

.new-layout .remarks-btn {
  padding: 0;
}

.new-layout .remarks-btn svg {
  font-size: 20px !important;
}

.new-layout .ward-no {
  color: var(--primary-orange);
  font-weight: 600;
  font-size: 1.5rem;
}

.new-layout .case-survey-chart .apexcharts-legend-text,
.new-layout .knowledge-chart .apexcharts-legend-text,
.new-layout .gender-chart .apexcharts-legend-text {
  margin-top: 6px;
}

.new-layout .mediator-chart .apexcharts-legend {
  height: 38px;
  transform: translateY(15px);
}

.new-layout .mediator-chart .apexcharts-legend-text {
  padding-left: 23px;
}

.new-layout .range-datepicker {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.new-layout .range-datepicker label {
  font-size: 0.75rem;
  margin: 6px 0 0 0;
  white-space: nowrap;
}

.new-layout .range-datepicker .date-picker-bs[readonly] {
  font-size: 0.75rem !important;
  height: 30px;
}

.new-layout .range-datepicker .calendar-outline-icon {
  top: 7px;
}

.new-layout .range-datepicker .form-control,
.new-layout .range-datepicker .date-picker-bs[readonly] {
  background: var(--neutral-10);
}

.new-layout .range-datepicker .form-control,
.new-layout .range-datepicker .multiselect,
.new-layout .range-datepicker .multiselect__tags {
  height: 30px !important;
}

.new-layout .range-datepicker .multiselect__single {
  padding-top: 2px !important;
}

.new-layout .range-datepicker .multiselect__select {
  height: 25px;
}

.new-layout .range-datepicker .multiselect__select:before {
  top: 7px !important;
}

.new-layout .dark-text {
  color: var(--wood-200);
}

.new-layout .custom-file-input:focus ~ .custom-file-label {
  border-color: var(--primary-orange) !important;
  box-shadow: none !important;
}

.new-layout .no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin: 32px 0 15px;
}

.new-layout .no-data-logo {
  width: 104px;
  height: 96px;
}

.new-layout .no-data p {
  font-size: 0.875rem;
}

.new-layout .registration-number {
  cursor: pointer;
  color: var(--primary-orange);
}

.new-layout .change-design {
  background: var(--neutral-10);
  padding: 12px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}

.new-layout .change-design p {
  font-size: 0.875rem;
  margin-bottom: -6px;
}

.new-layout .change-design a {
  border: 1px solid var(--primary-orange);
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.new-layout .change-design a * {
  color: var(--primary-orange);
}

.new-layout .change-design svg {
  font-size: 0.875rem;
}

.new-layout .change-design span {
  margin-bottom: -6px;
}

@media screen and (max-width: 1024px) {
  .new-layout table:not(.glossary-table,
  .modal table,
  .knowledge-base-table,
  .sms-table,
  .document-table table,
  .nepali-date-picker table) th {
    display: none;
  }

  .new-layout table:not(.glossary-table,
  .modal table,
  .knowledge-base-table,
  .sms-table,
  .document-table table,
  .nepali-date-picker table) tr:nth-child(odd) {
    background: var(--neutral-40);
  }

  .new-layout table:not(.glossary-table,
  .modal table,
  .knowledge-base-table,
  .sms-table,
  .document-table table,
  .nepali-date-picker table) td {
    display: grid;
    gap: 1rem;
    grid-template-columns: 40% auto;
    padding: 12px !important;
    width: 100%;
  }

  .new-layout table:not(.glossary-table,
  .modal table,
  .knowledge-base-table,
  .sms-table,
  .document-table table,
  .nepali-date-picker table) td::before {
    content: attr(data-cell) " ";
    color: var(--wood-200);
    font-weight: 700;
  }

  .new-layout table:not(.glossary-table,
  .modal table,
  .knowledge-base-table,
  .sms-table,
  .document-table table,
  .nepali-date-picker table) .no-data-found {
    display: block;
  }
}

.new-layout .side-scroll-table {
  overflow-x: auto;
  overflow-y: hidden;
}

@media screen and (max-width: 900px) {
  .new-layout .side-scroll-table-container {
    width: 700px;
  }
}

.new-layout .overflow-scroll {
  overflow-y: hidden;
  overflow-x: auto;
}

.new-layout .search-icon-btn {
  font-size: 1.5rem;
}

.new-layout .search-field-btn {
  padding: 0;
  margin-bottom: 6px;
}

@media screen and (min-width: 1156px) {
  .new-layout .search-field-btn {
    display: none;
  }
}

.new-layout .search-field-wrapper {
  display: none;
}

.new-layout .search-field-wrapper.active {
  display: block;
}

@media screen and (max-width: 1155px) {
  .new-layout .search-field-container {
    background: var(--neutral-10);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    z-index: 999;
  }
}

.new-layout .search-field-input {
  position: relative;
  width: 55%;
}

@media screen and (max-width: 768px) {
  .new-layout .search-field-input {
    width: 80%;
  }
}

@media screen and (max-width: 1155px) {
  .new-layout .web-search-field {
    display: none;
  }
}

.new-layout .search-field-close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 26px;
}

.new-layout .close-btn *,
.new-layout .search-field-close-btn * {
  transition: all 0.2s ease;
  color: var(--neutral-70);
}

.new-layout .close-btn:hover *,
.new-layout .search-field-close-btn:hover * {
  color: var(--wood-200);
}

@media screen and (max-width: 995px) {
  .new-layout .nav-menu-container {
    background: var(--neutral-10);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: absolute;
    top: 6px;
    right: 0;
    padding: 16px;
    z-index: 500;
    visibility: hidden;
    opacity: 0;
    width: 0;
    justify-content: space-between;
    transition: all 0.2s ease;
  }
}

@media screen and (max-width: 995px) {
  .new-layout .nav-menu-container .fiscal-year-dropdown {
    order: 1;
  }
}

@media screen and (max-width: 995px) {
  .new-layout .nav-menu-container .primary-btn {
    order: 2;
  }
}

.new-layout .nav-menu--btn {
  transform: rotate(90deg);
}

.new-layout .nav-menu-container.active {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 996px) {
  .new-layout .nav-menu--btn {
    display: none;
  }
}

.new-layout .nav-menu--btn svg {
  font-size: 26px;
}

.new-layout .logo-text-md {
  width: 71px !important;
}

.new-layout .logo-text-lg {
  width: 81px !important;
}

.new-layout .case-table-header {
  line-height: 38px;
}

.new-layout .show-modal {
  display: block;
}

@media screen and (min-width: 1181px) {
  .new-layout #topic-chart-container {
    width: 732px;
  }
}

@media screen and (max-width: 1180px) {
  .new-layout .chart-responsive-layout {
    flex-direction: column;
  }
}

.new-layout .dropdown-mediator-pdf {
  position: relative;
}

.new-layout .dropdown-mediator-pdf-list {
  background: var(--neutral-10);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 8px 4px;
  position: absolute;
  top: 20px;
  left: 25px;
  display: grid;
  gap: 8px;
  width: 168px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.new-layout .dropdown-mediator-pdf:hover .dropdown-mediator-pdf-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}

.new-layout .dropdown-mediator-pdf a {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--neutral-80);
  transition: all 0.2s ease;
}

.new-layout .dropdown-mediator-pdf a:hover {
  color: var(--wood-200);
}

.new-layout .dropdown-mediator-pdf li {
  transition: all 0.2s ease;
}

.new-layout .dropdown-mediator-pdf li:not(:nth-last-child(1)) {
  border-bottom: 1px solid var(--neutral-50);
}

.new-layout .dropdown-mediator-pdf li:hover a {
  color: var(--wood-200);
}

.new-layout #case-document-modal .custom-file-label {
  white-space: nowrap;
}

.new-layout .custom-file-label::before {
  content: "";
  background: var(--neutral-10);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 10%;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .new-layout .table-container .action-btn,
  .new-layout .table-container .ghost-btn {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .new-layout .table-container .action-btn {
    gap: 24px;
    visibility: visible;
    opacity: 1;
  }
}

.new-layout .sms-form-control .multiselect__tags-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.new-layout .sms-form-control .multiselect__tags {
  height: inherit !important;
  max-height: 110px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px 40px 5px 8px !important;
}

.new-layout .sms-form-control .multiselect__tag {
  margin: 0;
}

.new-layout .sms-form-control .multiselect__placeholder {
  padding: 0 !important;
  margin-bottom: -15px !important;
}

.new-layout .flash-msg .success-icon {
  height: 14px;
  width: 14px;
}

.new-layout .swal2-popup.swal2-toast.swal2-show {
  animation: none !important;
  height: 36px;
}

.new-layout .swal2-html-container {
  font-size: 0.875rem !important;
}

.new-layout .swal2-popup.swal2-toast .swal2-close {
  color: var(--neutral-10);
  font-size: 1.5rem;
  margin: 4px 4px 0 0;
}

.new-layout .swal2-popup.swal2-toast .swal2-html-container {
  margin: 8px 32px 4px 8px;
}

.new-layout .swal2-popup.swal2-toast .swal2-html-container svg {
  margin-right: 6px;
}

.new-layout .swal2-container {
  width: inherit !important;
}

.new-layout .swal2-confirm {
  background-color: var(--primary-orange);
}

.new-layout .swal2-html-container {
  font-size: 16px !important;
}

.new-layout .swal2-actions {
  display: flex;
  justify-content: space-evenly;
}

.new-layout .file-upload-label {
  font-weight: 500;
  font-size: 1.125rem;
}

.new-layout .file-upload {
  grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
}

.new-layout .file-upload-section .label {
  font-size: 0.875rem;
}

.new-layout .file-upload .custom-file-label {
  background: transparent;
  white-space: nowrap;
}

.new-layout .file-upload .custom-file-label::before {
  width: 12px;
}

.new-layout .file-upload .custom-file-label::after {
  all: unset;
}

.new-layout .file-upload .custom-file-label,
.new-layout .file-upload .custom-file-input {
  padding: 20px 12px 14px 45px;
  height: 56px;
}

.new-layout .file-upload .custom-file {
  position: relative;
}

.new-layout .file-upload .custom-file .add-icon {
  background: var(--primary-orange);
  border-radius: 50px;
  position: absolute;
  left: 12px;
  top: 17px;
  text-align: center;
  padding: 1px 8px 0px;
}

.new-layout .file-upload .custom-file svg {
  font-size: 0.5625rem;
  width: 10px;
}

.new-layout .update-text {
  display: block;
  max-height: 120px;
  overflow-y: auto;
  padding-right: 4px;
}

.new-layout .textarea-with-datepicker {
  background: var(--neutral-30);
  border: 1px solid var(--neutral-50);
  padding: 8px;
  border-radius: 8px;
}

.new-layout .textarea-with-datepicker .form-control,
.new-layout .textarea-with-datepicker .form-control.date-picker-bs[readonly] {
  background: transparent;
  border: 0 !important;
  padding: 0 !important;
}

.new-layout .case-description-height textarea {
  min-height: 166px;
}

@media (min-width: 450px) {
  .new-layout .w-sm-50 {
    width: 50%;
  }
}

.new-layout .fade-text {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

.new-layout .play-icon {
  width: 20px;
  height: 20px;
  padding: 2px;
}

.new-layout .tutorial-table .play-icon {
  width: 16px;
  height: 16px;
  padding: 2px;
  margin-top: -6px;
}

.new-layout .document-upload input:focus-within {
  border: 0 !important;
}

.new-layout .document-upload .multiselect__input {
  height: 35px;
}

.new-layout #case-document-modal .modal-content .modal-card {
  overflow-y: visible;
}

.new-layout .input-group .form-control {
  padding: 5px 10px 0;
}

.new-layout .table-link::before {
  content: "\25C6";
  color: var(--primary-orange);
  margin-right: 4px;
}

.new-layout .pointer-events-none {
  pointer-events: none;
}

.new-layout .preview-loading {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.new-layout .preview-loaded {
  visibility: visible;
  opacity: 1;
}

.new-layout .h-8 {
  height: 32px;
}

.new-layout .icon-close {
  font-size: 10px;
  width: 16px;
}

.dropdown-toggle {
  position: relative;
  z-index: 10;
  white-space: inherit;
}

.dropdown-toggle div {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.dropdown-toggle img {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.dropdown-toggle .caret {
  left: 85%;
  top: 61%;
}

.navbar {
  width: auto;
}

.navbar .dropdown-menu {
  position: absolute;
  border-radius: 6px;
  left: -126px;
  right: -139px;
  top: 39px;
}

@media screen and (max-width: 640px) {
  .navbar .dropdown-menu {
    left: 0;
    right: -178px;
  }
}

@media screen and (max-width: 375px) {
  .navbar .dropdown-menu {
    right: -232px;
  }
}

.navbar .dropdown-menu:before {
  border-left-width: 7px;
  border-right-width: 7px;
  border-bottom-width: 8px;
  right: 160px;
  top: -8px;
}

@media screen and (max-width: 640px) {
  .navbar .dropdown-menu:before {
    right: 199px;
  }
}

@media screen and (max-width: 375px) {
  .navbar .dropdown-menu:before {
    right: 254px;
  }
}

.navbar .notification-dropdown {
  white-space: pre-wrap;
}

.navbar .notification-dropdown .notification-text {
  font-size: 0.75rem;
  padding: 8px 12px;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
  flex-direction: column;
}

.navbar .notification-dropdown .notification-text a {
  font-weight: 500 !important;
}

.navbar .notification-dropdown .notification-text:nth-child(1) {
  padding-bottom: 12px;
}

.navbar .notification-dropdown .notification-text:nth-last-child(1) {
  border-bottom: none;
  padding-top: 12px;
}

.nav li a {
  display: flex !important;
}

.nav li .tim-icons {
  margin-left: 4px;
}

.nav li p {
  white-space: pre-wrap !important;
}

.nav-tabs {
  border-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
}

.nav-tabs .nav-item {
  margin-right: 2px;
  overflow: hidden;
}

.nav-tabs .nav-item a {
  padding: 14px 30px;
  color: #777;
  background: #eeeeee;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: block !important;
  transition: 0.2s all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1240px) {
  .nav-tabs .nav-item a {
    padding: 14px;
  }
}

.nav-tabs .nav-item a:hover {
  text-decoration: none;
  background: #ecf3f8;
  color: #777;
}

.nav-tabs .nav-item .nav-link.active {
  background: #2d3047;
  color: #ffffff;
}

.nav-tabs .nav-item .nav-link.active:hover {
  box-shadow: none;
}

.header-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}

.header-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.header-btn-group .select-wrapper {
  margin-left: inherit;
}

.page-header {
  margin-bottom: 18px;
}

@media screen and (max-width: 640px) {
  .page-header {
    margin-bottom: 24px;
  }
}

.page-header h2 {
  margin-bottom: 0;
}

.header-add-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.header-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media screen and (max-width: 1138px) {
  .header-btn-wrapper {
    background: #fff;
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
}

.active-magnifier {
  background: #4065e0;
  color: #fafbfb !important;
  border: 1px solid #4065e0 !important;
}

.magnifier {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.magnifier-btn {
  border: 1px solid #b3b9c4;
  border-radius: 2px;
  color: #b3b9c4;
  height: 32px;
  width: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

header,
header .link {
  font-size: 0.875rem;
}

header .select-wrapper {
  width: 142px;
}

header .select-wrapper select {
  padding: 5px 10px;
}

.download-icon {
  width: 1.5rem;
}

.header-dropdown-menu {
  cursor: pointer;
  transition: 0.2s;
}

@media screen and (min-width: 1139px) {
  .header-dropdown-menu {
    display: none;
  }
}

.header-dropdown-menu svg {
  width: 1.75rem;
  color: #4065e0;
}

.rotate-arrow {
  rotate: 180deg;
}

.menu-active {
  display: block;
}

.btn-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dashboard-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
}

.page-header,
.dashboard-page-header {
  width: 100%;
  min-height: 62px;
  background: #fff;
  padding: 10px 0;
  position: relative;
}

.page-header::before,
.dashboard-page-header::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 38px;
  background-color: #fff;
}

.page-header::after,
.dashboard-page-header::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 36px;
  background-color: #fff;
}

.page-header h2,
.dashboard-page-header h2 {
  margin-top: 4px;
  font-weight: 600;
  font-size: 1.625rem;
}

@media screen and (max-width: 640px) {
  .page-header h2,
  .dashboard-page-header h2 {
    font-size: 1.5rem;
  }
}

.page-header-item,
.dashboard-page-header-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.header-btn-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.notification-icon {
  color: #fff;
}

.login-title {
  margin: 3rem auto 2rem;
}

.loader {
  position: fixed;
  left: 255px;
  height: 100vh;
  width: calc(100vw - 272px);
  top: 0;
  background: #fff;
  display: flex;
  z-index: 9999;
}

.sidebar {
  z-index: 9999 !important;
}

.main-dashboard {
  position: relative;
}

.loader__ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}

.loader__ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 3px solid #4065e0;
  border-radius: 50%;
  animation: loader__ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4065e0 transparent transparent transparent;
}

.loader__ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.loader__ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.loader__ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes loader__ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.filter-box-wrap {
  display: none;
}

.filter-box-wrap--show {
  display: block;
}

.filter-box {
  display: grid;
  margin: 16px 0 0;
  transition: all 0.3s;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .filter-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .filter-box {
    grid-template-columns: 1fr;
  }
}

.filter-button {
  margin-top: 24px;
}

#app .search-input-wrap .form-control {
  background: #fff;
  height: 38px;
  padding-left: 46px;
  position: relative;
  font-size: 14px;
}

#app .search-input-wrap .search-input-box {
  position: relative;
}

#app .search-input-wrap .svg-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

#app .updates .input-group {
  border: 1px solid #ddd;
  border-radius: 0.3rem;
}

#app .updates .form-control,
#app .updates .input-group-text {
  border: 0;
}

@media screen and (max-width: 767px) {
  .filter-date {
    margin-top: 16px;
  }
}

.approve-icon {
  height: 17px;
  width: 17px;
}

.svg-icon-cross {
  margin-left: 2px;
}

.filter-section {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

@media screen and (max-width: 900px) {
  .filter-section {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 900px) {
  .filter-date {
    width: 100%;
  }
}

.logs .logfile {
  display: flex;
  align-items: center;
  gap: 16px;
}

body.no-sidebar .content {
  padding: 40px 30px 30px 30px;
}

.off-canvas-sidebar {
  height: calc(100vh - 30px);
  margin-top: 20px;
}

.sidebar[data=green] {
  z-index: 9997;
}

.sidebar {
  width: 248px;
  margin: 0;
  height: 100%;
  background: #4065e0;
  border-radius: 0;
  scrollbar-width: thin;
  scrollbar-color: #1a399e #224bd3;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

@media screen and (max-width: 790px) {
  .sidebar {
    filter: drop-shadow(0 0 7px #000);
  }
}

.sidebar-wrapper::-webkit-scrollbar {
  width: 10px;
  height: 13px;
}

.sidebar-wrapper::-webkit-scrollbar-track {
  background: #224bd3;
}

.sidebar-wrapper::-webkit-scrollbar-thumb {
  background: #1a399e;
}

.sidebar .nav li.active > a {
  opacity: 1;
}

.sidebar .nav li.active > a:before {
  display: none;
}

.sidebar .nav li a {
  font-size: 1.125rem;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #dfe2e6;
  padding: 18px 20px !important;
}

@media screen and (max-width: 790px) {
  .sidebar .nav li a {
    padding: 12px 20px !important;
  }
}

.sidebar .nav li a:hover {
  color: #fff;
  text-decoration: none;
}

.sidebar .nav li a p {
  color: #dfe2e6;
}

.sidebar .nav li:hover p {
  color: #fff;
}

.sidebar svg {
  height: 1em;
  font-size: 1.125rem;
}

.sidebar p {
  padding-top: 5px;
  line-height: 24px !important;
  font-weight: 400;
}

.sidebar .nav {
  flex-wrap: nowrap;
  flex-direction: column;
}

.sidebar .nav li {
  position: relative;
  list-style: none;
  transition: all 0.3s ease;
}

.sidebar .nav li .sub-menu {
  background: #5078fc;
  position: absolute;
  left: 100%;
  top: 0px;
  border-radius: 0 6px 6px 0;
  display: none;
  padding: 0;
  width: 250px;
}

.sidebar .sub-menu li a {
  font-size: 1.125rem;
  font-weight: normal;
}

.sidebar .close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
}

@media screen and (min-width: 791px) {
  .sidebar .close-btn {
    display: none;
  }
}

.sidebar .close-btn svg {
  color: #fff;
  font-size: 27px;
}

.sidebar .logo {
  display: block;
  color: #fefefe;
}

.sidebar .logo:hover,
.sidebar .logo:focus {
  color: #fefefe;
  text-decoration: none;
}

.sidebar .logo__content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.sidebar .logo__img {
  width: 58px;
}

.sidebar .logo__text {
  width: calc(100% - 48px);
  line-height: 26px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
}

.sidebar .logo__wrap {
  padding-top: 20px;
}

.sidebar .logo .app-name {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  line-height: 26px;
}

.nav-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}

.nav-wrapper .nav-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
  padding: 18px 20px;
}

@media screen and (max-width: 790px) {
  .nav-wrapper .nav-dropdown {
    padding: 12px 20px;
  }
}

.nav-wrapper .nav-dropdown p {
  padding-top: 5px;
}

.nav-wrapper .nav-dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.125rem;
  padding: 0;
  font-family: "Noto Sans Devanagari", sans-serif;
}

.nav-wrapper .nav-dropdown-btn:hover {
  text-decoration: none;
  opacity: 1;
}

.nav-wrapper .nav-dropdown svg,
.nav-wrapper .nav-dropdown p {
  color: #dfe2e6;
}

.nav-wrapper .nav-dropdown .active-list svg,
.nav-wrapper .nav-dropdown .active-list p,
.nav-wrapper .nav-dropdown:hover svg,
.nav-wrapper .nav-dropdown:hover p {
  color: #fff;
}

.nav-wrapper .nav-dropdown-list {
  display: none;
  transition: height 0.3s;
  margin-left: 20px;
  margin-top: 0;
}

.nav-wrapper .nav-dropdown-list li a {
  font-size: 1rem;
}

.nav-wrapper .arrow {
  transition: transform 0.3s ease;
}

.nav-wrapper .arrow.rotate {
  transform: rotate(180deg);
}

.logo-text {
  text-align: center;
  width: 200px;
}

@media screen and (min-width: 791px) {
  .sidebar.toggle-sidebar {
    width: 90px;
  }

  .sidebar.toggle-sidebar .logo {
    padding: 0;
  }

  .sidebar.toggle-sidebar .logo-text {
    display: none;
  }

  .sidebar.toggle-sidebar .nav li p,
  .sidebar.toggle-sidebar .nav .arrow {
    display: none;
  }

  .sidebar.toggle-sidebar .nav svg {
    height: 24px;
  }

  .sidebar.toggle-sidebar .sidebar-wrapper {
    overflow: visible;
  }

  .sidebar.toggle-sidebar .nav li:hover .sub-menu {
    display: block;
  }

  .sidebar.toggle-sidebar .nav li:hover .sub-menu p,
  .sidebar.toggle-sidebar .nav li:hover .sub-menu .arrow {
    display: block;
  }

  .sidebar.toggle-sidebar .nav li:hover .sub-menu svg {
    height: 18px;
  }

  .sidebar.toggle-sidebar .nav li a,
  .sidebar.toggle-sidebar .nav-dropdown {
    padding: 18px 20px 18px 32px !important;
    transition: none;
  }

  .sidebar.toggle-sidebar .sub-menu li a {
    padding: 18px 12px !important;
  }

  .sidebar.toggle-sidebar .magnifier-sub-menu li a {
    padding: 12px !important;
  }

  .sidebar.toggle-sidebar .nav-dropdown-list {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }

  .sidebar.toggle-sidebar .nav li a:hover,
  .sidebar.toggle-sidebar .nav-dropdown:hover {
    background: #5078fc;
  }

  .sidebar.toggle-sidebar .change-design-btn {
    position: relative;
    border: 0;
  }

  .sidebar.toggle-sidebar .change-design-btn span {
    display: none;
  }

  .sidebar.toggle-sidebar .change-design-btn svg {
    font-size: 1.5rem;
  }

  .sidebar.toggle-sidebar .change-design-btn::before {
    background: var(--neutral-10);
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    color: #000;
    content: "\928\92F\93E\901   \921\93F\91C\93E\908\928\92E\93E   \92A\930\93F\935\930\94D\924\928   \917\930\94D\928";
    position: absolute;
    top: -23px;
    left: -22px;
    padding: 4px;
    width: 132px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
  }

  .sidebar.toggle-sidebar .change-design-btn:hover::before {
    visibility: visible;
    opacity: 1;
  }
}

.sidebar-wrapper {
  min-height: 100%;
  max-height: calc(100vh - 705px);
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 790px) {
  .sub-menu {
    display: none;
  }

  .sidebar {
    width: 0;
  }

  .sidebar.toggle-sidebar {
    width: 248px;
  }
}

.sub-menu-md {
  width: 250px !important;
  top: -22px !important;
}

.sub-menu-lg {
  width: 300px !important;
  top: -44px !important;
}

.magnifier-sub-menu p {
  font-size: 1.125rem;
  padding: 12px;
  margin: 4px 0 0 0;
}

.change-design-btn {
  border: 1px solid var(--neutral-10);
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.change-design-btn * {
  color: var(--neutral-10);
}

.change-design-btn svg {
  font-size: 0.875rem;
}

.change-design-btn span {
  margin-bottom: -4px;
}

body.modal-open {
  overflow: hidden;
}

.modal-mask {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.3);
  transition: opacity 0.3s ease;
  display: none;
}

.modal-mask.active {
  display: table;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 50%;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  padding: 48px;
  max-height: 90vh;
  overflow-y: auto;
}

@media screen and (max-width: 1240px) {
  .modal-container {
    width: 70%;
  }
}

@media screen and (max-width: 1024px) {
  .modal-container {
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  .modal-container {
    width: 90%;
    padding: 24px;
    max-height: 90vh;
    overflow-y: auto;
  }
}

.modal-header {
  margin: 0 45px 32px 0;
}

@media (max-width: 640px) {
  .modal-header {
    margin: 0 45px 16px 0;
  }
}

.modal-header h3 {
  margin-top: 0;
  color: #161723;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  transform: scale(1.1);
}

.modal-mask .form-group {
  margin-bottom: 8px;
}

.modal-mask .form-group label {
  margin-bottom: 0;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: 0;
}

.modal-container {
  position: relative;
}

.modal-close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 40px;
  height: 40px;
}

.modal-close:before,
.modal-close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #4065e0;
}

.modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sms-modal .modal-body,
.update-modal .modal-body,
.mediator-modal .modal-body,
.case-delete-modal .modal-body {
  padding: 0;
  margin: 0;
}

.sms-modal .form-input-wrap,
.update-modal .form-input-wrap,
.mediator-modal .form-input-wrap,
.case-delete-modal .form-input-wrap {
  display: flex;
  gap: 16px;
  width: 100%;
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .sms-modal .form-input-wrap,
  .update-modal .form-input-wrap,
  .mediator-modal .form-input-wrap,
  .case-delete-modal .form-input-wrap {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px !important;
  }
}

.sms-modal .label,
.update-modal .label,
.mediator-modal .label,
.case-delete-modal .label {
  font-weight: 700;
  color: #9b9b9b;
  margin-top: 8px;
  display: flex;
  gap: 4px;
}

@media screen and (min-width: 641px) {
  .sms-modal .label,
  .update-modal .label,
  .mediator-modal .label,
  .case-delete-modal .label {
    width: 110px;
  }
}

.sms-modal .label label,
.update-modal .label label,
.mediator-modal .label label,
.case-delete-modal .label label {
  margin-bottom: 0;
}

.sms-modal .form-input,
.update-modal .form-input,
.mediator-modal .form-input,
.case-delete-modal .form-input {
  width: 100%;
}

.sms-modal textarea.form-control,
.update-modal textarea.form-control,
.mediator-modal textarea.form-control,
.case-delete-modal textarea.form-control {
  border: 1px solid #e8e8e8;
  padding: 8px;
  max-height: none;
  height: 120px;
}

.sms-modal .form-control,
.sms-modal .form-control.date-picker-bs[readonly],
.update-modal .form-control,
.update-modal .form-control.date-picker-bs[readonly],
.mediator-modal .form-control,
.mediator-modal .form-control.date-picker-bs[readonly],
.case-delete-modal .form-control,
.case-delete-modal .form-control.date-picker-bs[readonly] {
  border: 1px solid #e8e8e8;
}

.sms-modal input,
.sms-modal textarea,
.update-modal input,
.update-modal textarea,
.mediator-modal input,
.mediator-modal textarea,
.case-delete-modal input,
.case-delete-modal textarea {
  border-radius: 10px;
}

.sms-modal .sms-info,
.update-modal .sms-info,
.mediator-modal .sms-info,
.case-delete-modal .sms-info {
  padding-top: 10px;
  font-size: 12px;
  color: #9b9b9b;
}

.sms-modal .sms-info b,
.update-modal .sms-info b,
.mediator-modal .sms-info b,
.case-delete-modal .sms-info b {
  color: #444;
  margin-left: 2px;
}

.sms-modal .button,
.update-modal .button,
.mediator-modal .button,
.case-delete-modal .button {
  border: none;
  color: #ffffff;
}

.update-modal .modal-container {
  padding: 40px;
}

@media screen and (max-width: 640px) {
  .update-modal .modal-container {
    padding: 24px;
  }
}

.update-modal textarea.form-control {
  height: 80px;
}

@media screen and (min-width: 641px) {
  .update-modal .label {
    width: 28%;
    margin-right: 16px;
  }
}

.mediator-modal .label {
  width: 170px;
}

.mediator-modal .form-input label {
  margin: 0 0 0 12px;
}

.mediator-modal .select-option label,
.mediator-modal .select-option option {
  cursor: pointer;
}

.modal-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 16px 0 0 0;
}

.references-modal {
  width: 70%;
  height: 70%;
  overflow-y: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .references-modal {
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  .references-modal {
    width: 90%;
    padding: 24px;
    max-height: 90vh;
    overflow-y: auto;
  }
}

.references-modal .table-wrapper table {
  min-width: 100% !important;
}

@media screen and (max-width: 1240px) {
  .references-modal .table {
    width: 100%;
  }
}

.ellipses {
  display: flex;
  padding: 12px;
}

.ellipses:hover:before,
.ellipses:hover:after,
.ellipses:hover span {
  background: #868686;
}

.ellipses:before,
.ellipses:after,
.ellipses span {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #acacac;
  margin: 0 2px;
  pointer-events: none;
}

.dropdown-wrapper {
  position: relative;
  display: inline-flex;
}

.dropdown-wrapper.show--dropdown .dropdown {
  visibility: visible;
  opacity: 1;
}

.dropdown-wrapper.show--dropdown .ellipses:before,
.dropdown-wrapper.show--dropdown .ellipses:after,
.dropdown-wrapper.show--dropdown .ellipses span {
  background: #868686;
}

.dropdown-wrapper .dropdown {
  position: absolute;
  top: 35px;
  left: -4px;
  padding: 10px 16px;
  background: #fff;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 0.875rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.1s all;
  z-index: 2;
}

.dropdown-wrapper .dropdown:before {
  content: "";
  position: absolute;
  left: 22px;
  top: -7px;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #fff;
}

.dropdown-wrapper .dropdown a,
.dropdown-wrapper .dropdown button {
  display: block;
  white-space: nowrap;
  padding: 4px 0;
  font-size: 0.875rem;
}

.dropdown-wrapper .dropdown .activate {
  color: #4065e0;
}

.dropdown-wrapper .dropdown .de-activate {
  color: #dc3545;
}

.dropdown-wrapper .dropdown--right {
  left: auto;
  right: -7px;
}

.dropdown-wrapper .dropdown--right:before {
  left: auto;
  right: 23px;
}

table :is(tr:nth-last-child(1),
tr:nth-last-child(2)) .dropdown-wrapper.show--dropdown .dropdown {
  top: auto;
  right: 50px;
}

table :is(tr:nth-last-child(1),
tr:nth-last-child(2)) .dropdown-wrapper.show--dropdown .dropdown::before {
  top: auto;
  left: auto;
  right: -10px;
  rotate: 90deg;
}

table tr:nth-last-child(1) .dropdown-wrapper.show--dropdown .dropdown {
  bottom: -30px;
}

table tr:nth-last-child(1) .dropdown-wrapper.show--dropdown .dropdown::before {
  bottom: 38px;
}

table tr:nth-last-child(2) .dropdown-wrapper.show--dropdown .dropdown {
  bottom: -30px;
}

table tr:nth-last-child(2) .dropdown-wrapper.show--dropdown .dropdown::before {
  bottom: 37px;
}

.nepali-date-picker .drop-down-content {
  padding: 8px 0 8px 8px;
}

.nepali-date-picker .drop-down-content ul {
  padding-right: 8px;
}

.nepali-date-picker .option-wrapper li {
  padding: 0 8px;
}

.bootstrap-timepicker-widget table td input {
  width: 34px;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ECF3F8;
}

.multiselect__tags .multiselect__tag {
  background: #EEEEEE;
  border-radius: 6px;
  color: #777;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 4px;
}

.multiselect__tags .multiselect__tag .multiselect__tag-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}

.multiselect__tags .multiselect__tag .multiselect__tag-icon:hover {
  background: transparent;
}

.multiselect__tags .multiselect__tag .multiselect__tag-icon:hover:after {
  color: #000000;
}

.btn-reset {
  background: none;
  color: #9a9a9a;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.btn-reset:hover {
  color: #007bff;
}

.btn-reset {
  display: flex;
  align-items: center;
}

.btn-reset svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.btn-small-text {
  display: inline-block;
  padding: 0.5rem 0.7rem;
  color: #9A9A9A;
  text-decoration: none;
}

.btn-small-text:hover {
  color: #344675;
}

.btn-custom,
.btn-outline {
  padding: 6px 12px;
  display: inline-flex;
  border-radius: 0.3rem;
  font-weight: 500;
  border: 1px solid transparent;
}

.btn-custom:hover,
.btn-outline:hover {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
  text-decoration: none;
}

.btn-custom {
  color: #fff;
  background-image: linear-gradient(to bottom left, #344675, #263148, #344675);
  background-size: 210% 210%;
  background-position: top right;
  background-color: #344675;
}

.btn-custom:hover {
  color: #fff;
}

.btn-outline {
  color: #344675;
  background: transparent;
  border: 1px solid #344675;
}

.btn-outline:hover {
  color: #344675;
}

.btn-delete {
  display: flex;
  align-items: center;
  color: #dc3545;
}

.btn-delete:hover {
  text-decoration: underline;
}

.button {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  text-align: center;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  transition: 0.2s;
  color: #9B9B9B;
  border: none;
  border-radius: 4px;
}

.button:focus {
  outline: none;
}

.button:hover {
  text-decoration: none;
  color: currentColor;
}

.button-outline {
  border: 1px solid #4065e0;
  color: #4065e0;
  border-radius: 50px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
}

.button-outline:hover {
  color: #4065e0;
}

.button--large {
  padding: 12px 48px;
  border: none;
  border-radius: 10px;
  color: #ffffff;
}

.button--primary {
  background: #4065E0;
  color: #fff;
  border-radius: 5px !important;
}

.button--primary:hover,
.button--primary:focus {
  color: #fff;
}

.button--cancel {
  background: #E04040;
  color: #fff;
}

.button--cancel:hover,
.button--cancel:focus {
  color: #fff;
}

.link {
  color: #4065E0;
  font-size: 1rem;
  font-weight: 400;
  font-family: inherit;
  display: flex;
  align-items: center;
}

.link svg {
  margin-right: 12px;
}

.link--gray {
  color: #9B9B9B;
}

.link--gray:hover {
  color: #007bff;
}

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

.table-responsive {
  overflow: auto;
}

@media screen and (max-width: 640px) {
  .table-responsive h5 {
    font-size: 1.125rem;
  }
}

.white-content .table > tbody > tr > td.activate {
  color: #4065e0;
}

.white-content .table > tbody > tr > td.de-activate {
  color: #dc3545;
}

.main-panel > .content {
  position: relative;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}

@media screen and (min-width: 791px) {
  .main-panel > .content {
    left: 248px;
    width: calc(100% - 248px);
  }
}

@media screen and (min-width: 992px) {
  .main-panel > .content {
    padding: 0 32px 32px;
  }
}

@media screen and (max-width: 768px) {
  .main-panel > .content {
    padding: 0 24px 24px;
  }
}

@media screen and (max-width: 640px) {
  .main-panel > .content {
    padding: 0 16px 16px;
  }
}

@media screen and (min-width: 791px) {
  .sidebar.toggle-sidebar ~ .main-panel > .content {
    left: 90px;
    width: calc(100% - 90px);
  }
}

.form-group .form-control,
.input-group .form-control {
  padding: 0 10px;
}

.form-group .input-group-prepend .input-group-text,
.input-group .input-group-prepend .input-group-text {
  padding: 8px 10px;
}

.form-control.date-picker-bs[readonly],
.white-content .input-group-prepend .input-group-text {
  background: transparent;
  border-color: #ccc;
}

.form-group label {
  color: #000000;
  font-size: 0.875rem;
}

.form-group .required::before,
.label .required::before {
  color: #e71818;
  content: " * ";
  font-size: 0.9375rem;
}

.form-control {
  color: inherit;
  height: 37px;
  font-size: 0.875rem !important;
  border-radius: 4px !important;
}

.bootstrap-timepicker-widget table td a {
  padding: 4px 0;
  font-size: 0.75rem;
}

.bootstrap-timepicker-widget table td a:hover {
  background: #f1f1f1;
}

.bootstrap-timepicker-widget table td a .tim-icons {
  font-size: 0.75rem;
  margin: 0;
  transform: translateY(-35%);
}

.bootstrap-timepicker-hour,
.bootstrap-timepicker-minute,
.bootstrap-timepicker-meridian {
  border: 1px solid #ccc;
  font-size: 0.875rem;
  color: #777;
}

.bootstrap-timepicker-hour:focus,
.bootstrap-timepicker-minute:focus,
.bootstrap-timepicker-meridian:focus {
  outline: none;
}

.select2-container {
  height: 34px;
}

.select2-container .select2-selection--single {
  height: 37px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 5px 10px;
  color: inherit !important;
  font-size: 0.875rem;
}

.select2-dropdown {
  border: 1px solid #ccc !important;
  font-size: 0.875rem;
}

.select2-selection__arrow {
  top: 6px !important;
  right: 11px !important;
}

.select2-results__options {
  background-color: #f5f6f7 !important;
}

.multiselect__placeholder,
.multiselect__input {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.multiselect__single {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-top: 5px !important;
  line-height: 30px !important;
}

.multiselect,
.multiselect__input,
.multiselect__single {
  font-size: 0.875rem !important;
}

.multiselect__single {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  background: transparent !important;
}

.multiselect__tags {
  border: 1px solid #dfe2e6 !important;
  background: transparent !important;
  padding: 0px 40px 0 8px !important;
  font-size: 0.875rem !important;
  height: 37px !important;
  min-height: 37px !important;
}

.sms-modal .multiselect__tags {
  min-height: inherit !important;
  height: inherit !important;
}

.sms-modal .multiselect__tags .multiselect__placeholder,
.sms-modal .multiselect__tags .multiselect__input {
  padding-top: 10px !important;
}

.sms-modal .multiselect__tag {
  margin-bottom: 0;
  margin-top: 7px;
}

.multiselect__option--highlight {
  background-color: #5897fb !important;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #5897fb !important;
  color: #fff !important;
}

.multiselect__option--selected {
  background: #ddd !important;
  font-weight: 400 !important;
  color: inherit !important;
}

.multiselect__option {
  padding: 8px !important;
  min-height: inherit !important;
  white-space: normal !important;
}

.multiselect__select:before {
  position: absolute !important;
  top: 12px !important;
  right: 15px !important;
}

.multiselect--active {
  z-index: 150 !important;
}

.multiselect--active .multiselect__select:before {
  top: 13px !important;
}

.text-danger {
  margin-top: 4px;
  padding-right: 10px;
}

.multiselect__content-wrapper {
  background-color: #f5f6f7 !important;
}

.form-title h1 {
  color: #161616;
}

.form-card-title {
  padding: 10px;
  background-color: #4065e0;
}

.form-card-title h2,
.form-card-title h3 {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

.form-group {
  margin-bottom: 18px;
}

.card-wrapper {
  display: grid;
  grid-gap: 18px;
  padding: 20px 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1090px) {
  .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.card-wrapper textarea.form-control {
  max-height: 113px;
}

@media screen and (min-width: 796px) {
  .card-wrapper textarea.form-control {
    max-height: 206px;
  }
}

.card-wrapper .form-group {
  margin-bottom: 0;
}

@media screen and (min-width: 796px) {
  .registration-form {
    grid-template-columns: repeat(2, 1fr);
  }
}

.card-grid .form-group {
  margin-bottom: 18px;
}

.defendant-form {
  padding: 20px 10px;
  box-shadow: none;
}

.address-form {
  margin-bottom: 65px;
}

@media screen and (min-width: 640px) {
  .address-form {
    display: flex;
    gap: 32px;
    margin-bottom: 41px;
  }
}

.form-control,
.select2-selection,
.multiselect__tags {
  border: 1px solid #d9d9d9 !important;
}

.form-control:focus-within,
.select2-selection:focus-within,
.multiselect__tags:focus-within {
  border-color: #4065e0 !important;
  box-shadow: none !important;
}

.add-btn {
  padding-left: 10px;
}

.add-cancel-btn {
  background-color: #fefefe;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px 30px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 28px;
  z-index: 100;
}

@media screen and (max-width: 640px) {
  .add-cancel-btn {
    gap: 16px;
    justify-content: center;
  }
}

.add-cancel-btn .button {
  padding: 10px 15px;
  border-radius: 5px;
}

@media screen and (max-width: 640px) {
  .add-cancel-btn .button {
    padding: 10px 16px;
    font-size: 0.875rem;
  }
}

.add-cancel-btn .button--cancel:hover {
  background: #c70a1d;
}

.add-cancel-btn .button--primary:hover {
  background: #1241dc;
}

.add-cancel-btn::before {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  right: 0;
  background-color: #f5f6f7;
  z-index: 100;
}

.form-header {
  background-color: #fefefe;
  padding: 10px 32px;
  margin-left: -34px;
  margin-top: -10px;
  width: 106%;
}

@media screen and (min-width: 769px) {
  .tole-input-field {
    width: 163px;
  }
}

.icon-calendar-60 {
  position: absolute;
  top: 7px;
  right: 12px;
  color: #dfe2e6;
  font-size: 22px;
  pointer-events: none;
}

.multiselect__placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px !important;
}

.form-group .form-control,
.input-group .form-control {
  min-height: 37px;
}

.logfile {
  width: 170px;
}

.log-case-search {
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .log-case-search {
    flex-wrap: wrap;
  }
}

.log-case-search .search-input-wrap {
  width: 100% !important;
}

.custom-file-label::after {
  content: "\916\94B\91C\94D\928\941\939\94B\938\94D";
}

.form-control {
  padding: 0 0.75rem;
}

.multiselect-placeholder-lg {
  padding-top: 3px !important;
}

.multiselect-placeholder-md {
  padding-top: 6px !important;
}

.multiselect {
  min-height: 37px !important;
}

.multiselect--disabled .multiselect__select {
  background: transparent !important;
}

.multiselect-form-control.form-control {
  padding: 0 !important;
}

.multiselect-form-control.form-control .multiselect__tags {
  border: none !important;
}

.form-control.is-invalid {
  background-image: none;
  border-color: var(--secondary-red) !important;
}

#log-date-selector {
  width: 158px;
}

#log-date-selector .multiselect,
#log-date-selector .multiselect--active {
  width: 158px !important;
}

input.button:disabled,
input.button[disabled] {
  background: #8fa9ff;
}

.sms-form-control {
  height: inherit;
}

.custom-file-input {
  border-color: #d9d9d9;
}

.custom-file-label {
  color: #adadad;
  font-size: 14px;
  height: 37px;
}

.custom-file-label::after {
  height: inherit;
}

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

.user-ward-no {
  height: 100vh;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #4065e0;
  box-shadow: none;
}

.custom-file-label,
.custom-file-label::after {
  padding: 8px 12px;
}

.table {
  width: 100%;
  color: #777;
  margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
  .table {
    width: 1000px;
  }
}

.table thead td:first-child,
.table tbody td:first-child {
  padding-left: 16px;
}

.table tbody tr:nth-of-type(even) {
  background: #FAF8F8;
}

.table tbody tr:nth-of-type(even):hover,
.table tbody tr:hover {
  background: #ECF3F8;
}

.table thead th,
.table tbody td {
  border: none;
}

.table thead th {
  color: inherit;
  background: #FAF8F8;
  vertical-align: top;
}

.table--blue-header {
  table-layout: fixed;
}

.table--blue-header thead th {
  background: #4065e0;
  color: #fff;
}

.table--blue-header th,
.table--blue-header td {
  padding: 16px 24px;
}

@media screen and (max-width: 768px) {
  .table-grid {
    width: 700px;
  }
}

.table-grid__header,
.table-grid__row {
  display: flex;
}

.table-grid--blue .table-grid__header {
  background: #4065E0;
}

.table-grid__header {
  color: #fff;
}

.table-grid__header span {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.table-grid__header span,
.table-grid__row span {
  display: block;
  padding: 16px 24px;
}

.table-grid__row:hover,
.table-grid__row:nth-child(even):hover {
  background: #ECF3F8;
}

.table-grid__row:nth-child(even) {
  background: #FAF8F8;
}

.table-grid--scroll .table-grid__header {
  padding-right: 16px;
}

.table-grid--scroll .table-grid__body {
  color: #4a4a4a;
  max-height: 264px;
  overflow: auto;
}

.select-wrap-container {
  display: flex;
  align-items: center;
  gap: 32px;
}

.charts-gender .select-wrap-container {
  margin-bottom: 24px;
}

.select-wrapper {
  width: 180px;
  margin-left: auto;
  background: #fff;
}

.select-wrapper select {
  border: 0;
  width: 100%;
  padding: 8px 24px;
  color: #4a4a4a;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%234A4A4A' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 22px center;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-wrapper select,
.select-wrapper select option {
  cursor: pointer;
}

.select-wrapper select:focus {
  outline: none;
}

.legend {
  display: flex;
  margin: 40px 0 0;
  padding: 0;
}

.legend__item {
  margin-right: 32px;
  display: flex;
  align-items: center;
}

.legend__marker {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.charts-gender #pie-chart .apexcharts-canvas:before {
  transform: translateX(27%);
}

@media screen and (max-width: 640px) {
  .chart-wrapper {
    width: 593px !important;
  }
}

.chart-title-align {
  align-items: start !important;
}

.overlay {
  position: fixed;
  inset: 0;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
  z-index: 9998;
  transition: 0.3s;
  display: none;
}

@media screen and (max-width: 790px) {
  .overlay-toggle {
    display: block;
  }
}

.hamburger {
  cursor: pointer;
}

.hamburger svg {
  color: #4065e0;
}

.filter-toggle {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #9a9a9a;
  cursor: pointer;
  white-space: nowrap;
}

.filter-toggle:hover {
  color: #007bff;
}

.filter-toggle:after {
  content: "";
  display: inline-block;
  border-top: 5px solid currentColor;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: 8px;
  transition: transform 0.3s;
}

.filter-toggle.filter--active {
  color: #007bff;
}

.filter-toggle.filter--active:after {
  transform: rotate(-180deg);
}

.filter-toggle:hover {
  text-decoration: none;
}

.filter-toggle:focus {
  outline: none;
}

.filter-toggle .filter-close {
  display: none;
}

.cases-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

@media screen and (max-width: 450px) {
  .cases-search {
    flex-wrap: wrap;
  }
}

.cases-search .search-input-wrap {
  margin-bottom: 0;
  width: 100%;
}

.cases-search .search-btn-wrap {
  align-self: flex-end;
  width: 20%;
}

.cases__stats-card {
  padding: 32px;
  margin-bottom: 0;
  height: 100%;
}

.cases__stats-card .cases__stats-title {
  font-size: 1.125rem;
  color: #777;
  margin-bottom: 12px;
  font-weight: 400;
}

.cases__stats-card .cases__stats-num {
  margin: 0;
  color: #777;
}

.cases__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .cases__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media screen and (max-width: 640px) {
  .cases__stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

body {
  overflow-x: hidden;
}

.content--detail {
  background: #fbf9f9;
  color: #777777;
  padding: 24px 30px 30px;
  margin: -24px -30px -30px -30px;
}

@media screen and (max-width: 768px) {
  .content--detail {
    padding: 24px;
    margin: -24px;
  }
}

@media screen and (max-width: 640px) {
  .content--detail {
    padding: 16px;
    margin: -16px;
  }
}

.content--detail .tab {
  margin-bottom: 0;
}

.links .link--gray {
  margin-left: 32px;
}

.links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.btn--delete:hover {
  color: #dc3545;
}

.content__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0 32px;
}

.button--add .svg-icon {
  width: 11px;
  height: 11px;
  margin-right: 10px;
  margin-top: -1px;
}

.link-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}

.download {
  position: relative;
}

.download:hover > .link {
  color: #007bff;
}

.download .svg-icon--caret {
  margin-left: 8px;
  transform: rotate(180deg);
  width: 10px;
  height: 10px;
}

.download .link--gray {
  margin-left: 0;
}

.download__dropdown {
  position: absolute;
  top: 0;
  left: -16px;
  background: #ffffff;
  z-index: 3;
  border-radius: 4px;
  width: 250px;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.04);
  padding: 16px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.download__dropdown:before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  margin-top: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
}

.download:hover .download__dropdown {
  transform: translateY(32px);
  visibility: visible;
  opacity: 1;
}

.download__dropdown .link {
  padding: 6px 0;
  font-size: 0.9375rem;
}

.case {
  font-size: 1.125rem;
}

.case__claim {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}

.case__claim-title {
  color: #2d3047;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .case__claim-title {
    font-size: 1.5rem;
  }
}

.case__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.case__info-item span {
  display: block;
  margin-top: 4px;
}

.case__info b {
  display: block;
  color: #9b9b9b;
}

.case__status {
  display: flex;
  align-items: center;
}

.case__status:before {
  content: "";
  background: currentColor;
  height: 8px;
  width: 8px;
  margin-right: 8px;
  border-radius: 50%;
}

.case__download-field {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
  padding: 16px;
}

.applicant__info-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d3047;
}

.applicant__info-items {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
  .applicant__info-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .applicant__info-items {
    grid-template-columns: 1fr;
  }
}

.applicant__info-item {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 32% 68%);
}

.applicant__info-col-title {
  display: block;
  margin-top: 16px;
  font-size: 1.0625rem;
  color: #777;
  font-weight: 700;
}

.tab {
  margin-bottom: 100px;
  width: 100%;
}

.tab__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tab__link {
  padding: 14px 30px;
  color: #777;
  background: #eeeeee;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: block;
  transition: 0.2s all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1240px) {
  .tab__link {
    padding: 14px;
  }
}

.tab__link:hover {
  text-decoration: none;
  background: #ecf3f8;
  color: #777;
}

.tab__item {
  margin-right: 2px;
  overflow: hidden;
  position: relative;
}

.tab__item .tab__link.is--active {
  background: #2d3047;
  color: #ffffff;
}

.tab__item .tab__link.is--active:hover {
  box-shadow: none;
}

.tab__content {
  background: #ffffff;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border-top-left-radius: 0;
  overflow: hidden;
}

.tab .tab__content-item {
  display: none;
}

.tab .tab__content-item.is--active {
  display: block;
}

.tab .tab__content-title {
  padding: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}

.tab .table-grid__header {
  background: #4065e0;
}

.tab #show-edit-modal {
  visibility: hidden;
}

.tab .table tr:hover #show-edit-modal {
  visibility: visible;
}

.accordion__content {
  transition: 0.5s;
  height: 0;
  overflow: hidden;
}

.accordion__content-blocks {
  display: grid;
  padding: 24px;
  grid-gap: 32px;
}

.accordion.is--active .accordion__content {
  height: auto;
}

.accordion__header {
  padding: 16px 32px;
  background: #f4f2f3;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.accordion__header:hover {
  background: #ecf3f8;
}

.accordion.is--active .accordion__header {
  background: #4065e0;
  color: #fff;
}

.accordion .svg-icon--caret {
  margin: 0;
  transition: 0.2s;
}

.accordion.is--active .svg-icon--caret {
  transform: rotate(-180deg);
}

.accordion.is--active.accordion--knowledge .accordion__content {
  height: auto;
}

.sms-modal .modal-body {
  padding: 0;
  margin: 0;
}

.sms-modal .form-input-wrap {
  display: flex;
  width: 100%;
}

.sms-modal .label {
  width: 110px;
  font-weight: 700;
  color: #9b9b9b;
  margin-top: 8px;
}

.sms-modal .form-input {
  width: 100%;
}

.sms-modal textarea.form-control {
  border: 1px solid #e8e8e8;
  padding: 8px;
  max-height: none;
  height: 120px;
}

.sms-modal input,
.sms-modal textarea {
  border-radius: 10px;
}

.sms-modal .sms-info {
  padding-top: 10px;
  font-size: 0.75rem;
  color: #9b9b9b;
}

.sms-modal .sms-info b {
  color: #444;
  margin-left: 2px;
}

.sms-modal .modal-container {
  position: relative;
}

.sms-modal .modal-close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 40px;
  height: 40px;
}

.sms-modal .modal-close:before,
.sms-modal .modal-close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #4065e0;
}

.sms-modal .modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sms-modal .modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .mediator__info {
    margin-bottom: 16px;
  }
}

.mediator__info-item {
  display: flex;
}

.mediator__info-item:not(:last-child) {
  margin-bottom: 16px;
}

.mediator__info-label,
.mediator__info-value {
  width: 50%;
}

.swal-modal .swal-button {
  color: #ffffff;
}

.swal-modal .swal-button:hover {
  text-decoration: none;
  color: #ffffff;
}

.swal-modal .swal-button--confirm {
  background: #4065e0;
  margin-left: 14px;
}

.swal-modal .swal-button--confirm:hover {
  background: #4065e0;
}

.swal-modal .swal-button--cancel {
  background: #777777;
}

.swal-modal .swal-button--cancel:hover {
  background: #777777;
}

.case-delete-modal .btn--primary,
.case-delete-modal .btn--cancel {
  font-size: 1rem;
}

.swal-modal {
  text-align: left;
}

.swal-modal .swal-text:first-child {
  margin-top: 0;
  padding: 13px 0 0 16px !important;
}

.outline-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.swal-text {
  font-size: 1rem;
}

.swal-button {
  font-size: 0.875rem;
}

@media (min-width: 641px) {
  .mediator__info .modal-container {
    max-height: inherit;
    overflow-y: inherit;
  }
}

@media (max-width: 640px) {
  .mediator__info h3 {
    font-size: 1.25rem;
  }
}

.conciliator-modal .multiselect__input {
  height: 37px !important;
  background: transparent;
}

@media screen and (min-width: 375px) {
  .conciliator-modal .modal-container {
    max-height: inherit;
    overflow-y: inherit;
  }
}

.knowledge-search .search-input-wrap {
  flex: none;
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .knowledge-search .search-input-wrap {
    width: 540px;
  }
}

.knowledge-search .button {
  padding: 7px 32px;
}

.knowledge-search .form-control {
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 640px) {
  .reference-material h4,
  .tab-content h4 {
    font-size: 1.25rem;
  }
}

@media (max-width: 640px) {
  .reference-material h5,
  .tab-content h5 {
    font-size: 1.125rem;
  }
}

.content--dashboard section {
  margin: 40px 0;
}

.content--dashboard section:last-child {
  margin-bottom: 0;
}

.content--dashboard .card {
  padding: 24px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  color: #000000;
}

.content--dashboard .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #000000;
}

.content--dashboard .card-inner-title {
  margin: 0;
  font-weight: 700;
}

.content--dashboard .table--blue-header {
  table-layout: initial;
  color: #4a4a4a;
}

.content--dashboard .table--blue-header thead td:first-child,
.content--dashboard .table--blue-header tbody td:first-child {
  padding-left: 24px;
}

.stats {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1240px) {
  .stats {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
}

@media screen and (max-width: 640px) {
  .stats {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
}

.stats svg {
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.stats__num,
.stats__num-type {
  display: block;
  line-height: 1;
}

.stats__num {
  font-size: 2rem;
}

.stats__num-type {
  font-size: 1.125rem;
  line-height: 1.6;
}

.stats__card {
  display: flex;
  padding: 32px 24px;
  background: #fff;
  color: #000000;
  box-shadow: 2px 2px 10px rgba(54, 105, 179, 0.1);
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .stats__card {
    padding: 16px;
  }
}

.table__list {
  list-style: none;
  padding: 0 24px 0 0;
  margin: 0;
  color: #4a4a4a;
}

.table__list-item {
  display: flex;
  padding: 16px;
}

.table__list-item:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
}

.table__list .table__list-item-name {
  margin-left: 40px;
}

.button-view-all {
  background: #FAF8F8;
  color: #4065e0;
  padding: 10px 40px;
  border-radius: 50px;
}

.button-view-all:hover {
  text-decoration: none;
}

.case-topics > div:last-child .card {
  margin-bottom: 0;
}

.dashboard-table-wrapper table {
  min-width: 1059px !important;
}

@media screen and (max-width: 768px) {
  .dashboard-table-wrapper .select-wrap-container {
    width: 1061px;
  }
}

.mediator-table-lg {
  margin-top: 30px;
}

.mediator-table-md {
  margin-top: 15px;
}

