.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

:root,
[data-bs-theme=light] {
  --mo-blue: #0d6efd;
  --mo-indigo: #6610f2;
  --mo-purple: #6f42c1;
  --mo-pink: #d63384;
  --mo-red: #dc3545;
  --mo-orange: #fd7e14;
  --mo-yellow: #ffc107;
  --mo-green: #198754;
  --mo-teal: #20c997;
  --mo-cyan: #0dcaf0;
  --mo-black: #000;
  --mo-white: #fff;
  --mo-gray: #6c757d;
  --mo-gray-dark: #343a40;
  --mo-gray-100: #f8f9fa;
  --mo-gray-200: #e9ecef;
  --mo-gray-300: #dee2e6;
  --mo-gray-400: #ced4da;
  --mo-gray-500: #adb5bd;
  --mo-gray-600: #6c757d;
  --mo-gray-700: #495057;
  --mo-gray-800: #343a40;
  --mo-gray-900: #212529;
  --mo-primary: #900;
  --mo-secondary: #6c757d;
  --mo-success: #198754;
  --mo-info: #0dcaf0;
  --mo-warning: #ffc107;
  --mo-danger: #dc3545;
  --mo-light: #f8f9fa;
  --mo-dark: #212529;
  --mo-primary-rgb: 153, 0, 0;
  --mo-secondary-rgb: 108, 117, 125;
  --mo-success-rgb: 25, 135, 84;
  --mo-info-rgb: 13, 202, 240;
  --mo-warning-rgb: 255, 193, 7;
  --mo-danger-rgb: 220, 53, 69;
  --mo-light-rgb: 248, 249, 250;
  --mo-dark-rgb: 33, 37, 41;
  --mo-primary-text-emphasis: rgb(61.2, 0, 0);
  --mo-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --mo-success-text-emphasis: rgb(10, 54, 33.6);
  --mo-info-text-emphasis: rgb(5.2, 80.8, 96);
  --mo-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --mo-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --mo-light-text-emphasis: #495057;
  --mo-dark-text-emphasis: #495057;
  --mo-primary-bg-subtle: rgb(234.6, 204, 204);
  --mo-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --mo-success-bg-subtle: rgb(209, 231, 220.8);
  --mo-info-bg-subtle: rgb(206.6, 244.4, 252);
  --mo-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --mo-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --mo-light-bg-subtle: rgb(251.5, 252, 252.5);
  --mo-dark-bg-subtle: #ced4da;
  --mo-primary-border-subtle: rgb(214.2, 153, 153);
  --mo-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --mo-success-border-subtle: rgb(163, 207, 186.6);
  --mo-info-border-subtle: rgb(158.2, 233.8, 249);
  --mo-warning-border-subtle: rgb(255, 230.2, 155.8);
  --mo-danger-border-subtle: rgb(241, 174.2, 180.6);
  --mo-light-border-subtle: #e9ecef;
  --mo-dark-border-subtle: #adb5bd;
  --mo-white-rgb: 255, 255, 255;
  --mo-black-rgb: 0, 0, 0;
  --mo-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --mo-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --mo-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --mo-body-font-family: var(--mo-font-sans-serif);
  --mo-body-font-size: 1rem;
  --mo-body-font-weight: 400;
  --mo-body-line-height: 1.5;
  --mo-body-color: #212529;
  --mo-body-color-rgb: 33, 37, 41;
  --mo-body-bg: #fff;
  --mo-body-bg-rgb: 255, 255, 255;
  --mo-emphasis-color: #000;
  --mo-emphasis-color-rgb: 0, 0, 0;
  --mo-secondary-color: rgba(33, 37, 41, 0.75);
  --mo-secondary-color-rgb: 33, 37, 41;
  --mo-secondary-bg: #e9ecef;
  --mo-secondary-bg-rgb: 233, 236, 239;
  --mo-tertiary-color: rgba(33, 37, 41, 0.5);
  --mo-tertiary-color-rgb: 33, 37, 41;
  --mo-tertiary-bg: #f8f9fa;
  --mo-tertiary-bg-rgb: 248, 249, 250;
  --mo-heading-color: inherit;
  --mo-link-color: #900;
  --mo-link-color-rgb: 153, 0, 0;
  --mo-link-decoration: underline;
  --mo-link-hover-color: rgb(122.4, 0, 0);
  --mo-link-hover-color-rgb: 122, 0, 0;
  --mo-code-color: #d63384;
  --mo-highlight-color: #212529;
  --mo-highlight-bg: rgb(255, 242.6, 205.4);
  --mo-border-width: 1px;
  --mo-border-style: solid;
  --mo-border-color: #dee2e6;
  --mo-border-color-translucent: rgba(0, 0, 0, 0.175);
  --mo-border-radius: 0.375rem;
  --mo-border-radius-sm: 0.25rem;
  --mo-border-radius-lg: 0.5rem;
  --mo-border-radius-xl: 1rem;
  --mo-border-radius-xxl: 2rem;
  --mo-border-radius-2xl: var(--mo-border-radius-xxl);
  --mo-border-radius-pill: 50rem;
  --mo-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --mo-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --mo-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --mo-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --mo-focus-ring-width: 0.25rem;
  --mo-focus-ring-opacity: 0.25;
  --mo-focus-ring-color: rgba(153, 0, 0, 0.25);
  --mo-form-valid-color: #198754;
  --mo-form-valid-border-color: #198754;
  --mo-form-invalid-color: #dc3545;
  --mo-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --mo-body-color: #dee2e6;
  --mo-body-color-rgb: 222, 226, 230;
  --mo-body-bg: #212529;
  --mo-body-bg-rgb: 33, 37, 41;
  --mo-emphasis-color: #fff;
  --mo-emphasis-color-rgb: 255, 255, 255;
  --mo-secondary-color: rgba(222, 226, 230, 0.75);
  --mo-secondary-color-rgb: 222, 226, 230;
  --mo-secondary-bg: #343a40;
  --mo-secondary-bg-rgb: 52, 58, 64;
  --mo-tertiary-color: rgba(222, 226, 230, 0.5);
  --mo-tertiary-color-rgb: 222, 226, 230;
  --mo-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --mo-tertiary-bg-rgb: 43, 48, 53;
  --mo-primary-text-emphasis: rgb(193.8, 102, 102);
  --mo-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --mo-success-text-emphasis: rgb(117, 183, 152.4);
  --mo-info-text-emphasis: rgb(109.8, 223.2, 246);
  --mo-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --mo-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --mo-light-text-emphasis: #f8f9fa;
  --mo-dark-text-emphasis: #dee2e6;
  --mo-primary-bg-subtle: rgb(30.6, 0, 0);
  --mo-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --mo-success-bg-subtle: rgb(5, 27, 16.8);
  --mo-info-bg-subtle: rgb(2.6, 40.4, 48);
  --mo-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --mo-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --mo-light-bg-subtle: #343a40;
  --mo-dark-bg-subtle: #1a1d20;
  --mo-primary-border-subtle: rgb(91.8, 0, 0);
  --mo-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --mo-success-border-subtle: rgb(15, 81, 50.4);
  --mo-info-border-subtle: rgb(7.8, 121.2, 144);
  --mo-warning-border-subtle: rgb(153, 115.8, 4.2);
  --mo-danger-border-subtle: rgb(132, 31.8, 41.4);
  --mo-light-border-subtle: #495057;
  --mo-dark-border-subtle: #343a40;
  --mo-heading-color: inherit;
  --mo-link-color: rgb(193.8, 102, 102);
  --mo-link-hover-color: rgb(206.04, 132.6, 132.6);
  --mo-link-color-rgb: 194, 102, 102;
  --mo-link-hover-color-rgb: 206, 133, 133;
  --mo-code-color: rgb(230.4, 132.6, 181.2);
  --mo-highlight-color: #dee2e6;
  --mo-highlight-bg: rgb(102, 77.2, 2.8);
  --mo-border-color: #495057;
  --mo-border-color-translucent: rgba(255, 255, 255, 0.15);
  --mo-form-valid-color: rgb(117, 183, 152.4);
  --mo-form-valid-border-color: rgb(117, 183, 152.4);
  --mo-form-invalid-color: rgb(234, 133.8, 143.4);
  --mo-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

.modal {
  --mo-modal-zindex: 1055;
  --mo-modal-width: 500px;
  --mo-modal-padding: 1rem;
  --mo-modal-margin: 0.5rem;
  --mo-modal-color: ;
  --mo-modal-bg: var(--mo-body-bg);
  --mo-modal-border-color: var(--mo-border-color-translucent);
  --mo-modal-border-width: var(--mo-border-width);
  --mo-modal-border-radius: var(--mo-border-radius-lg);
  --mo-modal-box-shadow: var(--mo-box-shadow-sm);
  --mo-modal-inner-border-radius: calc(var(--mo-border-radius-lg) - (var(--mo-border-width)));
  --mo-modal-header-padding-x: 1rem;
  --mo-modal-header-padding-y: 1rem;
  --mo-modal-header-padding: 1rem 1rem;
  --mo-modal-header-border-color: var(--mo-border-color);
  --mo-modal-header-border-width: var(--mo-border-width);
  --mo-modal-title-line-height: 1.5;
  --mo-modal-footer-gap: 0.5rem;
  --mo-modal-footer-bg: ;
  --mo-modal-footer-border-color: var(--mo-border-color);
  --mo-modal-footer-border-width: var(--mo-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--mo-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--mo-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--mo-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--mo-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--mo-modal-color);
  pointer-events: auto;
  background-color: var(--mo-modal-bg);
  background-clip: padding-box;
  border: var(--mo-modal-border-width) solid var(--mo-modal-border-color);
  border-radius: var(--mo-modal-border-radius);
  box-shadow: var(--mo-modal-box-shadow);
  outline: 0;
}

.modal-backdrop {
  --mo-backdrop-zindex: 1050;
  --mo-backdrop-bg: #000;
  --mo-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--mo-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--mo-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--mo-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--mo-modal-header-padding);
  border-bottom: var(--mo-modal-header-border-width) solid var(--mo-modal-header-border-color);
  border-top-left-radius: var(--mo-modal-inner-border-radius);
  border-top-right-radius: var(--mo-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--mo-modal-header-padding-y) * 0.5) calc(var(--mo-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--mo-modal-header-padding-y)) calc(-0.5 * var(--mo-modal-header-padding-x)) calc(-0.5 * var(--mo-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--mo-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--mo-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--mo-modal-padding) - var(--mo-modal-footer-gap) * 0.5);
  background-color: var(--mo-modal-footer-bg);
  border-top: var(--mo-modal-footer-border-width) solid var(--mo-modal-footer-border-color);
  border-bottom-right-radius: var(--mo-modal-inner-border-radius);
  border-bottom-left-radius: var(--mo-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--mo-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --mo-modal-margin: 1.75rem;
    --mo-modal-box-shadow: var(--mo-box-shadow);
  }
  .modal-dialog {
    max-width: var(--mo-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --mo-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --mo-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --mo-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    background: #0C1A08 !important;
  }
}

@media screen and (max-width: 768px) {
  .first-section__wrap-1 {
    margin-bottom: 20px !important;
  }
  .first-section__wrap-2 {
    margin-bottom: 20px !important;
  }
  .download-file-add {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 18.2px !important;
  }
}
.select_green-year .select__value:after {
  background: url(/images/arrow-down.svg?c2ffdc84d114a5426a1e49dbacf534a9) 0 0 no-repeat !important;
}

.description-book-item {
  max-width: 255px;
  width: 100%;
}
.description-book-item__item {
  margin: 0px 0px 8px 0px;
}
@media screen and (max-width: 768px) {
  .description-book-item__item {
    display: flex;
    align-items: start;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .description-book-item__title {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .paginator {
    margin-bottom: 30px;
  }
}

.navigation__item {
  height: 100%;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .navigation__item {
    width: 30px;
    height: 30px;
    padding: 7px 11px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 14.63px !important;
  }
  .navigation__item_aroow-left::after {
    left: 40% !important;
  }
}

.modal.modal__custom .modal-body {
  padding: 0 !important;
}
.modal.modal__custom .modal-content {
  color: unset;
  background-color: unset;
  background-clip: unset;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
}

.book__categories {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  row-gap: 10px;
  margin-bottom: 10px;
}
.book__categories-remove {
  cursor: pointer;
}

.table__item {
  padding: 20px 10px 10px 10px;
}

.table > :not(caption) > * > * {
  width: 100%;
  padding: unset;
  color: unset;
  background-color: unset;
  border-bottom-width: unset;
  box-shadow: unset;
}

.select2-container {
  display: none;
}

.book-item.card {
  color: unset;
}

.book__authors span {
  margin-bottom: 10px;
}

.select__input {
  height: 32px !important;
}
@media screen and (max-width: 768px) {
  .select__input {
    height: 20px !important;
  }
}

.book__item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
  gap: 10px;
}

.book-item__actions {
  padding-left: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .book-item__body-title {
    width: 100%;
  }
}

.header__avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .header__avatar img {
    width: 30px;
    height: 30px;
  }
}

.header__name {
  display: block;
}
@media screen and (max-width: 768px) {
  .header__name {
    display: none;
  }
}

@media (max-width: 992px) {
  .header__wrap-1 {
    gap: 10px !important;
  }
}

.header__wrap-2 {
  gap: 30px !important;
}
@media screen and (max-width: 768px) {
  .header__wrap-2 {
    gap: 20px !important;
  }
}

.header__right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .first-section__navigation {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .first-section__wrap-1 {
    margin-bottom: 15px !important;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  .first-section__wrap-1 .spollers_add {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .first-section {
    padding: 20px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .download-file-add {
    margin-bottom: 0 !important;
  }
}

.header__book {
  display: block !important;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .header__book span {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 14px !important;
  }
}
@media screen and (max-width: 576px) {
  .header__book span {
    text-align: center;
  }
}

.d-block {
  display: block;
}

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

@media screen and (max-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}

.header__box {
  gap: 20px;
}

.profile-2__logout {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logout__button {
  z-index: 10000;
  margin-top: 10px;
  display: none !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .logout__button {
    display: block !important;
    width: 70%;
    padding: 17px 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .logout__button {
    padding: 11px 0 !important;
    width: 100%;
  }
}

.header__logo {
  position: relative;
  margin-right: 20px;
}
.header__logo:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 15px;
  height: 10px;
  background: url(/images/arrow-bottom.svg?efc819e6a2c010bf4e228171a76ba337) 0 0 no-repeat;
}
@media screen and (max-width: 576px) {
  .header__logo:after {
    content: unset;
  }
}

.actions {
  display: none;
  transition: all 0.3s ease;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  position: absolute;
  right: 0;
  top: 20px;
  background: #121c0e;
  padding: 10px 20px;
  flex-direction: column;
  gap: 5px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .actions {
    display: flex;
  }
}
.actions__content {
  flex-direction: row !important;
}
.actions__content > div:first-child {
  text-align: center;
  flex: 100%;
}
.actions__content > .actions__toggle {
  padding: 20px 0 20px 20px;
}
.actions__content > .actions {
  top: 50px;
}
.actions__toggle {
  display: none;
  padding: 0 10px 20px 20px;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .actions__toggle {
    display: block;
  }
}
.actions__item {
  top: 30px;
}
.actions__hidden {
  display: none;
}

@font-face {
  font-family: "Highliner";
  src: url("/fonts/Highliner/highliner_light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Highliner";
  src: url("/fonts/Highliner/highliner.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat/static/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat/static/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat/static/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
.paginator {
  display: flex;
  gap: 7px;
}

.paginate__item {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #16270F;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 10px;
}

.paginate__item-active {
  background: #4E8A35 !important;
}

.paginate__link {
  height: 100%;
  text-decoration: none;
  color: #FFFFFF;
}
