/* node_modules/ng-zorro-antd/tree/style/index.min.css */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: .5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ant-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ant-tree.ant-tree-directory .ant-tree-treenode {
  position: relative;
}
.ant-tree.ant-tree-directory .ant-tree-treenode::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  transition: background-color .3s;
  content: "";
  pointer-events: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {
  background: #f5f5f5;
}
.ant-tree.ant-tree-directory .ant-tree-treenode > * {
  z-index: 1;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
  transition: color .3s;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
  border-radius: 0;
  -webkit-user-select: none;
  user-select: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: 0 0;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: 0 0;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before,
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before {
  background: #1890ff;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
  color: #fff;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
  color: #fff;
  background: 0 0;
}
.ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  top: .2em;
  line-height: 1;
  white-space: nowrap;
  outline: 0;
  cursor: pointer;
}
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner {
  border-color: #1890ff;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect .36s ease-in-out;
  animation-fill-mode: backwards;
  content: "";
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after,
.ant-tree-checkbox:hover::after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all .3s;
}
.ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
  content: " ";
}
.ant-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
  content: " ";
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, .25);
  animation-name: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, .25);
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: "\a0";
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type=checkbox] {
  width: 14px;
  height: 14px;
}
.ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  display: inline-block;
}
.ant-tree-checkbox-group-item {
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: " ";
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, .25);
  border-color: rgba(0, 0, 0, .25);
}
.ant-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  background: #fff;
  border-radius: 2px;
  transition: background-color .3s;
}
.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
  background: #e6f7ff;
}
.ant-tree-list-holder-inner {
  align-items: flex-start;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
  align-items: stretch;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
  flex: auto;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging {
  position: relative;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  border: 1px solid #1890ff;
  opacity: 0;
  animation: ant-tree-node-fx-do-not-use .3s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  content: "";
  pointer-events: none;
}
.ant-tree .ant-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: 0;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
  color: rgba(0, 0, 0, .25);
  cursor: not-allowed;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
  background: 0 0;
}
.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
  background: #f5f5f5;
}
.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title {
  color: inherit;
  font-weight: 500;
}
.ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
  width: 24px;
  line-height: 24px;
  text-align: center;
  visibility: visible;
  opacity: .2;
  transition: opacity .3s;
}
.ant-tree-treenode:hover .ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
  opacity: .45;
}
.ant-tree .ant-tree-treenode-draggable.ant-tree-treenode-disabled .ant-tree-draggable-icon {
  visibility: hidden;
}
.ant-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
}
.ant-tree-indent-unit {
  display: inline-block;
  width: 24px;
}
.ant-tree-draggable-icon {
  visibility: hidden;
}
.ant-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.ant-tree-switcher .ant-select-tree-switcher-icon,
.ant-tree-switcher .ant-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}
.ant-tree-switcher .ant-select-tree-switcher-icon svg,
.ant-tree-switcher .ant-tree-switcher-icon svg {
  transition: transform .3s;
}
.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-tree-switcher-loading-icon {
  color: #1890ff;
}
.ant-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ant-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  margin-left: -1px;
  border-right: 1px solid #d9d9d9;
  content: " ";
}
.ant-tree-switcher-leaf-line::after {
  position: absolute;
  width: 10px;
  height: 14px;
  border-bottom: 1px solid #d9d9d9;
  content: " ";
}
.ant-tree-checkbox {
  top: initial;
  margin: 4px 8px 0 0;
}
.ant-tree .ant-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: 0 0;
  border-radius: 2px;
  cursor: pointer;
  transition:
    all .3s,
    border 0s,
    line-height 0s,
    box-shadow 0s;
}
.ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}
.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #bae7ff;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
  display: none;
}
.ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.ant-tree-node-content-wrapper {
  line-height: 24px;
  -webkit-user-select: none;
  user-select: none;
}
.ant-tree-node-content-wrapper .ant-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: #1890ff;
  border-radius: 1px;
  pointer-events: none;
}
.ant-tree-node-content-wrapper .ant-tree-drop-indicator::after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #1890ff;
  border-radius: 50%;
  content: "";
}
.ant-tree .ant-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #1890ff;
}
.ant-tree-show-line .ant-tree-indent-unit {
  position: relative;
  height: 100%;
}
.ant-tree-show-line .ant-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid #d9d9d9;
  content: "";
}
.ant-tree-show-line .ant-tree-indent-unit-end::before {
  display: none;
}
.ant-tree-show-line .ant-tree-switcher {
  background: #fff;
}
.ant-tree-show-line .ant-tree-switcher-line-icon {
  vertical-align: -.15em;
}
.ant-tree .ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
  top: auto !important;
  bottom: auto !important;
  height: 14px !important;
}
.ant-tree-rtl {
  direction: rtl;
}
.ant-tree-rtl .ant-tree-node-content-wrapper[draggable=true] .ant-tree-drop-indicator::after {
  right: -6px;
  left: unset;
}
.ant-tree .ant-tree-treenode-rtl {
  direction: rtl;
}
.ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(90deg);
}
.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
  right: auto;
  left: -13px;
  border-right: none;
  border-left: 1px solid #d9d9d9;
}
.ant-tree-rtl .ant-tree-checkbox {
  margin: 4px 0 0 8px;
}
.ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
  margin: 4px 0 0 8px;
}
.font-highlight {
  color: #ff4d4f;
}
.ant-tree-child-tree {
  overflow: hidden;
}
nz-tree {
  display: block;
}

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* projects/lms-elements/src/styles.scss */
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: var(--bs-primary);
  color: var(--bs-primary-contrast);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  color: var(--bs-gray-800);
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}
.ng-select .ng-select-container {
  border-radius: var(--bs-border-radius);
}
.ng-dropdown-panel.ng-select-bottom,
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}
.ng-dropdown-panel.ng-select-top,
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: var(--bs-border-radius);
  border-top-left-radius: var(--bs-border-radius);
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--bs-primary-monochrome-200);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}
@font-face {
  font-family: "Inter Medium";
  font-style: normal;
  font-weight: 500;
  src: local("Inter"), url(/lms-ngapp/assets/fonts/Inter-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Inter SemiBold";
  font-style: normal;
  font-weight: 500;
  src: local("Inter"), url(/lms-ngapp/assets/fonts/Inter-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Inter Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Inter"), url(/lms-ngapp/assets/fonts/Inter-Bold.ttf) format("truetype");
}
* {
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: var(--bs-body-font-family);
  width: 100%;
  color: #080816;
  overflow-x: hidden;
}
.clickable {
  cursor: pointer;
}
.link-primary {
  color: #2d71b3;
  display: inline-flex;
  vertical-align: top;
}
@media (any-hover: hover) {
  .link-primary:hover {
    color: #2c7fb2;
  }
}
.link-primary:active {
  color: #2C7FB1;
}
.link-primary svg path {
  fill: currentColor;
}
@media (max-width: 1280px) {
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 1281px) {
  .hidden-desktop {
    display: none !important;
  }
}
.app {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.app-header {
  flex-shrink: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .app-header {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .app-header {
    padding-left: 24px;
    padding-right: 24px;
    background-color: #fff;
  }
}
@media (min-width: 1281px) {
  .app-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.app-body {
  display: flex;
  flex: 1;
  min-height: 0;
}
.app-main {
  flex-grow: 1;
  overflow-y: auto;
}
@media (min-width: 0) and (max-width: 767px) {
  .app-main {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .app-main {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1281px) {
  .app-main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.color-danger {
  color: #ee4747;
}
.color-success {
  color: #4b9a4a;
}
.color-lite-grey {
  background-color: #f9fafb;
}
.bg-color-danger {
  background-color: #fbe1e2;
}
.bg-color-lite-grey {
  background-color: #f9fafb;
}
.logo {
  margin: auto;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
}
.logo-circle {
  border-radius: 50%;
}
.logo-primary {
  background-color: #d7e3ff;
  color: #2d71b3;
}
.logo-disabled {
  background-color: #f9fafb;
  color: #888f94;
}
.logo-danger {
  background-color: #fbe1e2;
  color: #ee4747;
}
.logo-success {
  background-color: #e8f3ec;
  color: #4b9a4a;
}
.logo-warning {
  background-color: #fcf0de;
  color: #eb9b24;
}
.logo-xs {
  width: 2rem;
  height: 2rem;
}
.logo-sm {
  width: 3rem;
  height: 3rem;
}
.logo-md {
  width: 4rem;
  height: 4rem;
}
.logo-lg {
  width: 6rem;
  height: 6rem;
}
.course-components {
  padding: 32px 0;
}
.course-components__title {
  margin-bottom: 16px;
}
.course-components__body .links-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-components__body .links-group-item svg {
  flex: 0 0 24px;
  margin-left: 16px;
}
.course-details {
  padding-bottom: 24px;
}
.course-details__img {
  height: 220px;
  position: relative;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}
.course-details__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-details__img-badge {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 8px;
}
.course-details__img-badge .badge {
  margin-left: 8px;
}
.course-details__desc {
  margin-top: 24px;
}
.course-details__info {
  margin-top: 24px;
}
.course-details-info {
  background-color: #fafafa;
  overflow: hidden;
  border: 1px solid #d7dce2;
  border-radius: var(--bs-border-radius);
}
.course-details-info-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}
.course-details-info-row:not(:first-child) {
  box-shadow: 0 -1px 0 0 #e1e5eb;
}
.course-details-info-col._label {
  padding-right: 16px;
}
.course-resources {
  padding: 32px 0;
}
.course-resources__title {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 16px;
}
.course-resources__video {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  border-radius: var(--bs-border-radius);
}
.course-resources__video video {
  width: 100%;
  display: block;
}
.course-resources__body .links-group-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.2;
}
.course-resources__body .links-group-item:nth-child(2) {
  margin-left: 16px;
}
.courses-block {
  margin-top: 32px;
}
.courses-block__list {
  margin-top: 16px;
}
.courses-block-carousel {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 0) and (max-width: 767px) {
  .courses-block-carousel {
    margin-right: -16px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .courses-block-carousel {
    margin-right: -24px;
  }
}
@media (min-width: 1281px) {
  .courses-block-carousel {
    margin-right: -40px;
  }
}
.courses-block-carousel .swiper-slide {
  width: 272px;
}
.courses-block-carousel .swiper-slide .course-card {
  margin-right: 24px;
}
.courses-block-carousel .swiper-pagination {
  position: static;
  z-index: 1;
  margin-top: 16px;
}
.courses-block-carousel .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  margin: 0 4px;
  position: relative;
  background-color: transparent;
  opacity: 0.3;
}
.courses-block-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.courses-block-carousel .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: #2d71b3;
  border-radius: var(--bs-border-radius);
}
@media (max-width: 1280px) {
  .courses-block-carousel .swiper-button-prev,
  .courses-block-carousel .swiper-button-next {
    display: none;
  }
}
@media (min-width: 1281px) {
  .courses-block-carousel .swiper-button-prev,
  .courses-block-carousel .swiper-button-next {
    width: 200px;
    top: 0;
    bottom: 40px;
    margin-top: 0;
    height: auto;
  }
  .courses-block-carousel .swiper-button-prev:after,
  .courses-block-carousel .swiper-button-next:after {
    display: none;
  }
  .courses-block-carousel .swiper-button-prev.swiper-button-disabled,
  .courses-block-carousel .swiper-button-next.swiper-button-disabled {
    display: none;
  }
  .courses-block-carousel .swiper-button-prev .btn,
  .courses-block-carousel .swiper-button-next .btn {
    border-radius: 50%;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
  }
}
@media (min-width: 1281px) {
  .courses-block-carousel .swiper-button-prev {
    left: 0;
    background:
      linear-gradient(
        90deg,
        #fafafa 0%,
        rgba(250, 250, 250, 0) 100%);
  }
}
@media (min-width: 1281px) {
  .courses-block-carousel .swiper-button-next {
    right: 0;
    background:
      linear-gradient(
        270deg,
        #fafafa 0%,
        rgba(250, 250, 250, 0) 100%);
  }
}
@media (min-width: 768px) {
  .courses-fast-access {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .courses-fast-access {
    margin: 0 -12px;
  }
}
@media (min-width: 1281px) {
  .courses-fast-access {
    margin: 0 -20px;
  }
}
.courses-fast-access-col {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .courses-fast-access-col {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .courses-fast-access-col {
    padding: 0 12px;
  }
}
@media (min-width: 1281px) {
  .courses-fast-access-col {
    padding: 0 20px;
  }
}
.courses-fast-access-col__title {
  margin-bottom: 16px;
}
.courses-fast-access-buttons-group {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d7dce2;
  border-radius: var(--bs-border-radius);
  width: 100%;
  position: relative;
}
.courses-fast-access-buttons-group .btn {
  padding: 15px;
  flex-grow: 1;
  border-bottom: none;
  border-right: none;
  border-radius: 0;
  justify-content: flex-start;
}
.courses-fast-access-buttons-group .btn:first-child {
  border-left: none;
}
@media (max-width: 1280px) {
  .courses-fast-access-buttons-group .btn:nth-child(1) {
    padding-bottom: 16px;
    flex: 50% 0 0;
    border-top: none;
    border-top-left-radius: var(--bs-border-radius);
  }
  .courses-fast-access-buttons-group .btn:nth-child(2) {
    padding-bottom: 16px;
    flex: 50% 0 0;
    border-top: none;
    border-top-right-radius: var(--bs-border-radius);
  }
  .courses-fast-access-buttons-group .btn:nth-child(3) {
    border-top: 1px solid #d7dce2;
    border-left: none;
    border-bottom-left-radius: var(--bs-border-radius);
  }
  .courses-fast-access-buttons-group .btn:nth-child(4) {
    border-top: 1px solid #d7dce2;
    border-bottom-right-radius: var(--bs-border-radius);
  }
}
@media (min-width: 1281px) {
  .courses-fast-access-buttons-group .btn {
    border-top: none;
    border-radius: 0;
  }
  .courses-fast-access-buttons-group .btn:nth-child(1) {
    border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
  }
  .courses-fast-access-buttons-group .btn:last-child {
    border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
  }
}
.courses-fast-access-buttons-group .btn._active {
  background-color: #fff;
  position: relative;
  overflow: visible;
}
.courses-fast-access-buttons-group .btn._active:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 1px;
  background-color: #fff;
  z-index: 6;
}
.courses-fast-access-buttons-group .my-goals-fast-access-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 11px;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: background-color;
}
@media (max-width: 1280px) {
  .courses-fast-access-buttons-group .my-goals-fast-access-summary {
    flex: 50% 0 0;
    border-radius: var(--bs-border-radius) 0 0 0;
  }
}
@media (min-width: 1281px) {
  .courses-fast-access-buttons-group .my-goals-fast-access-summary {
    border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
  }
}
.courses-fast-access-buttons-group .my-goals-fast-access-summary svg {
  transform: rotate(-90deg);
}
.courses-fast-access-dropdown {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 5;
  border-radius: var(--bs-border-radius);
}
.courses-fast-access-dropdown__body {
  border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
  border: 1px solid #d7dce2;
  background-color: #fff;
  max-height: 480px;
  overflow-y: auto;
  display: none;
  margin-top: -1px;
  position: relative;
  z-index: 1;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .courses-fast-access-dropdown__body {
    width: calc(200% + 24px);
  }
}
.courses-fast-access-dropdown-wrap {
  position: relative;
}
@media (max-width: 1280px) {
  .courses-fast-access-dropdown-wrap {
    height: 112px;
  }
}
@media (min-width: 1281px) {
  .courses-fast-access-dropdown-wrap {
    height: 56px;
  }
}
.courses-fast-access-dropdown-wrap._opened {
  z-index: 6;
}
.courses-fast-access-dropdown-wrap._opened .courses-fast-access-dropdown {
  display: block;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
}
.courses-fast-access-dropdown-wrap._opened .courses-fast-access-dropdown__body {
  display: block;
}
.courses-fast-access-dropdown-wrap._opened .courses-fast-access-buttons-group {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.courses-fast-access-dropdown-wrap._opened .courses-fast-access-buttons-group .my-goals-fast-access-summary {
  background-color: #fafafa;
}
.courses-fast-access-dropdown-wrap._opened .courses-fast-access-buttons-group .btn:not(._active) {
  background-color: #fafafa;
}
@media (max-width: 1280px) {
  .courses-fast-access-dropdown-wrap._opened .courses-fast-access-buttons-group .btn:nth-child(3),
  .courses-fast-access-dropdown-wrap._opened .courses-fast-access-buttons-group .btn:nth-child(4) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 1280px) {
  .courses-fast-access-dropdown-wrap._opened[data-row="1"] .courses-fast-access-dropdown__body {
    margin-top: -56px;
  }
}
.courses-fast-access-list-item {
  padding: 16px;
}
.courses-fast-access-list-item:not(:first-child) {
  box-shadow: inset 0 1px 0 #e1e5eb;
}
.courses-fast-access-list-item__top ._code {
  color: #888f94;
}
@media (max-width: 1280px) {
  .my-goals-fast-access .courses-fast-access-buttons-group .btn:nth-child(3),
  .my-goals-fast-access .courses-fast-access-buttons-group .btn:nth-child(4) {
    flex: 50% 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .training-history-fast-access .courses-fast-access-dropdown__body {
    margin-left: -12px;
    transform: translateX(-50%);
  }
}
@media (max-width: 1280px) {
  .training-history-fast-access .courses-fast-access-buttons-group .btn:last-child {
    border-bottom-right-radius: var(--bs-border-radius);
  }
}
.header-layout {
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .header-layout {
    justify-content: space-between;
    height: 64px;
  }
}
@media (min-width: 1281px) {
  .header-layout {
    height: 80px;
  }
}
@media (min-width: 1281px) {
  .header-layout__logo {
    margin-right: 40px;
    width: 296px;
  }
}
@media (min-width: 1281px) {
  .header-layout__search {
    flex-grow: 1;
  }
}
@media (min-width: 1281px) {
  .header-layout__toolbar {
    margin-left: 40px;
  }
}
.header-layout__actions {
  display: flex;
}
.header-burger-menu-toggle {
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: 16px;
}
.header-burger-menu-toggle._opened .icon-closed {
  display: none;
}
.header-burger-menu-toggle._opened .icon-opened {
  display: block;
}
.header-burger-menu-toggle i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header-burger-menu-toggle i.icon-opened {
  display: none;
}
.header-burger-menu-toggle i.icon-closed {
  display: block;
}
@media (max-width: 1280px) {
  .header-toolbar {
    display: none;
  }
}
.header-toolbar-user {
  display: flex;
  align-items: center;
  margin: -4px 4px;
}
.header-toolbar-user__img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin-right: 8px;
  overflow: hidden;
  border-radius: var(--bs-border-radius);
}
.header-toolbar-user__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-toolbar-user__name {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-search {
  position: relative;
}
@media (max-width: 1280px) {
  .header-search {
    display: none;
  }
}
.header-search__btn {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.control-input {
  position: relative;
}
.control-input input {
  display: block;
  width: 100%;
  font: inherit;
  color: #080816;
  border-radius: var(--bs-border-radius);
  padding: 11px 15px;
  background-color: #fff;
  border: 1px solid #d7dce2;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: border-color;
}
@media (any-hover: hover) {
  .control-input input:not(:disabled):hover {
    border-color: #e1e5eb;
  }
}
.control-input input:not(:disabled):focus {
  border-color: #2d71b3;
}
.control-input input::-webkit-input-placeholder {
  color: #888f94;
  opacity: 1;
}
.control-input input::-moz-placeholder {
  color: #888f94;
  opacity: 1;
}
.control-input input:-ms-input-placeholder {
  color: #888f94;
  opacity: 1;
}
.control-input input:-moz-placeholder {
  color: #888f94;
  opacity: 1;
}
.label {
  border-radius: var(--bs-border-radius);
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 12px;
  vertical-align: top;
}
.label._small {
  padding: 0 12px;
}
.label._secondary {
  color: #080816;
  background-color: var(--bs-secondary-bg);
}
.label._success {
  color: #fff;
  background-color: #4b9a4a;
}
.label._danger {
  color: #fff;
  background-color: #ee4747;
}
.links-group {
  border: 1px solid #d7dce2;
  background-color: #fafafa;
  border-radius: var(--bs-border-radius);
}
.links-group-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.links-group-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12px 15px;
}
.links-group-list__item:nth-child(1) {
  padding-top: 11px;
}
.links-group-list__item:last-child {
  padding-bottom: 11px;
}
.links-group-list__item:not(:first-child) {
  padding-top: 11px;
  border-top: 1px solid #d7dce2;
}
.navigation {
  max-height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .navigation {
    position: fixed;
    left: 0;
    top: 64px;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
  }
  .navigation._burger-opened {
    display: flex;
  }
}
@media (min-width: 1281px) {
  .navigation {
    border: 1px solid #d7dce2;
    border-radius: var(--bs-border-radius);
    width: 296px;
    margin-left: 40px;
    margin-bottom: 40px;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-property: width;
  }
  .navigation._collapsed {
    overflow: hidden;
    width: 88px;
  }
  .navigation._collapsed .navigation-menu-link__label,
  .navigation._collapsed .navigation-menu-link__count {
    opacity: 0;
  }
  .navigation._collapsed .navigation-toggle__icon {
    transform: rotate(180deg);
  }
  .navigation._collapsed .navigation-toggle__label {
    opacity: 0;
  }
}
.navigation-body {
  flex: 1;
  overflow-y: auto;
}
@media (min-width: 0) and (max-width: 767px) {
  .navigation-body {
    padding: 0 16px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .navigation-body {
    padding: 0 24px 40px;
  }
}
@media (min-width: 1281px) {
  .navigation-body {
    padding: 3px 15px 4px;
  }
}
.navigation-footer {
  flex-shrink: 0;
  border-top: 1px solid #d7dce2;
}
@media (max-width: 1280px) {
  .navigation-menu__item:not(:first-child) {
    margin-top: 4px;
  }
}
@media (min-width: 1281px) {
  .navigation-menu__item {
    margin-top: 4px;
  }
}
.navigation-menu-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #080816;
  padding: 8px 16px;
  min-height: 48px;
  border-radius: var(--bs-border-radius);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: color, background-color;
}
@media (any-hover: hover) {
  .navigation-menu-link:not(.active):hover {
    color: #2d71b3;
  }
}
.navigation-menu-link:not(.active):active {
  color: #2d71b3;
  background-color: rgba(45, 113, 179, 0.1);
}
.navigation-menu-link.active {
  color: #2d71b3;
  background-color: rgba(45, 113, 179, 0.1);
}
.navigation-menu-link.active .navigation-count {
  color: #fff;
  background-color: #2d71b3;
}
.navigation-menu-link__icon {
  flex: 0 0 24px;
  margin-right: 16px;
}
.navigation-menu-link__icon svg {
  display: block;
}
.navigation-menu-link__icon svg path {
  fill: currentColor;
}
.navigation-menu-link__label {
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: opacity;
  white-space: nowrap;
  flex-grow: 1;
}
.navigation-menu-link__count {
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: opacity;
}
.navigation-count {
  display: block;
  border-radius: var(--bs-border-radius);
  padding: 4px 8px;
  background-color: #f5f5f5;
  color: #080816;
}
.navigation-toggle {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #080816;
  padding: 11px 31px;
  border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
  background-color: #fafafa;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: background-color;
}
@media (any-hover: hover) {
  .navigation-toggle:hover {
    background-color: #f5f5f5;
  }
}
.navigation-toggle:active {
  background-color: #f0f0f0;
}
.navigation-toggle__icon {
  flex: 0 0 24px;
  margin-right: 16px;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: transform;
}
.navigation-toggle__icon svg {
  display: block;
}
.navigation-toggle__icon svg path {
  fill: currentColor;
}
.navigation-toggle__label {
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: opacity;
  white-space: nowrap;
  flex-grow: 1;
}
.slide-panel-layout {
  position: fixed;
  z-index: 555;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.slide-panel-layout._opened {
  display: block;
}
.slide-panel-layout__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: opacity;
}
._animated .slide-panel-layout__overlay {
  opacity: 1;
}
.slide-panel-layout__content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: transform;
  z-index: 2;
}
@media (max-width: 1280px) {
  .slide-panel-layout__content {
    width: 100%;
  }
}
@media (min-width: 1281px) {
  .slide-panel-layout__content {
    width: 480px;
  }
}
._animated .slide-panel-layout__content {
  transform: translateX(0);
}
.slide-panel-content {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1281px) {
  .slide-panel-content {
    border-left: 1px solid #d7dce2;
  }
}
.slide-panel-content__header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .slide-panel-content__header {
    padding: 24px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .slide-panel-content__header {
    padding: 24px;
  }
}
@media (min-width: 1281px) {
  .slide-panel-content__header {
    padding: 40px 40px 24px;
  }
}
.slide-panel-content__header-title {
  flex-grow: 1;
}
.slide-panel-content__header-close {
  align-self: flex-start;
  flex: 0 0 48px;
}
@media (min-width: 0) and (max-width: 767px) {
  .slide-panel-content__header-close {
    margin-left: 8px;
  }
}
@media (min-width: 768px) {
  .slide-panel-content__header-close {
    margin-left: 24px;
  }
}
.slide-panel-content__body {
  flex-grow: 1;
  overflow-y: auto;
}
@media (min-width: 0) and (max-width: 767px) {
  .slide-panel-content__body {
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .slide-panel-content__body {
    padding: 0 24px;
  }
}
@media (min-width: 1281px) {
  .slide-panel-content__body {
    padding: 0 40px;
  }
}
.slide-panel-content__footer {
  flex-shrink: 0;
  display: flex;
  box-shadow: 0px -16px 32px rgba(0, 0, 0, 0.04);
}
@media (min-width: 0) and (max-width: 767px) {
  .slide-panel-content__footer {
    padding: 20px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .slide-panel-content__footer {
    padding: 20px 24px;
  }
}
@media (min-width: 1281px) {
  .slide-panel-content__footer {
    padding: 20px 40px;
  }
}
.slide-panel-footer-actions {
  display: flex;
  flex: 1;
}
@media (min-width: 0) and (max-width: 767px) {
  .slide-panel-footer-actions {
    margin: 0 -8px;
  }
}
@media (min-width: 768px) {
  .slide-panel-footer-actions {
    margin: 0 -12px;
  }
}
.slide-panel-footer-actions .btn {
  flex: 1;
}
@media (min-width: 0) and (max-width: 767px) {
  .slide-panel-footer-actions .btn {
    margin: 0 8px;
  }
}
@media (min-width: 768px) {
  .slide-panel-footer-actions .btn {
    margin: 0 2px;
  }
}
.static-html {
  background-color: #f5f5f5;
  border: 1px dashed #d7dce2;
  border-radius: var(--bs-border-radius);
}
@media (max-width: 1280px) {
  .static-html {
    height: 120px;
  }
}
@media (min-width: 1281px) {
  .static-html {
    height: 160px;
  }
}
.static-html__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888f94;
  font-family: "Inter SemiBold", sans-serif;
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl,
  .modal-xxl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl,
  .modal-xxl {
    --bs-modal-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .modal-xxl {
    --bs-modal-width: 1400px;
  }
}
app-admin-menu {
  margin-top: 3rem;
}
.sortable-header {
  line-height: 1.2;
  gap: 0.15em;
  margin-top: 0.25em;
}
:root {
  --offcanvas-base-z: 1045;
  --offcanvas-gallery-z: 1145;
  --offcanvas-preview-z: 1146;
  --offcanvas-width: 800px;
}
ngb-offcanvas-panel.maint-screen-offcanvas.offcanvas.offcanvas-end.show {
  overflow-x: visible;
  overflow-y: visible;
}
ngb-offcanvas-panel.gallery-offcanvas.offcanvas.offcanvas-end.show {
  overflow-x: visible;
  overflow-y: visible;
}
.offcanvas-footer {
  display: flex;
  flex-grow: 0;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-hide-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e5eb;
  border-radius: 50%;
  background-color: #fff;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 10px;
  cursor: pointer;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1281px) {
  .offcanvas-hide-button {
    position: absolute;
    top: 40px;
    left: 0;
    transform: translate(-50%);
    box-shadow: none;
  }
}
.gallery-offcanvas {
  z-index: var(--offcanvas-gallery-z);
  width: 800px !important;
  overflow-y: auto;
  max-height: 100vh;
}
@media (max-width: 767.98px) {
  .gallery-offcanvas {
    --offcanvas-width: 100%;
  }
}
@media (min-width: 768px) {
  .gallery-offcanvas {
    --offcanvas-width: 700px;
  }
}
@media (min-width: 992px) {
  .gallery-offcanvas {
    --offcanvas-width: 800px;
  }
}
.preview-offcanvas {
  z-index: var(--offcanvas-preview-z);
  width: 100% !important;
}
@media (min-width: 768px) {
  .preview-offcanvas {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .preview-offcanvas {
    width: 100% !important;
  }
}
.maint-screen-offcanvas {
  overflow-y: auto;
  max-height: 100vh;
  width: var(--offcanvas-width) !important;
  height: 100vh !important;
  max-width: 100vw !important;
}
@media (max-width: 767.98px) {
  .maint-screen-offcanvas {
    --offcanvas-width: 100%;
  }
}
@media (min-width: 768px) {
  .maint-screen-offcanvas {
    --offcanvas-width: 700px;
  }
}
@media (min-width: 992px) {
  .maint-screen-offcanvas {
    --offcanvas-width: 800px;
  }
}
.form-floating > div.form-control {
  height: auto;
  padding-top: 2rem;
}
.form-floating > div.input-group {
  height: auto;
}
.form-floating > div.input-group input.form-control {
  padding-top: 2rem;
}
.form-floating > div.input-group input.form-control::placeholder {
  opacity: 0;
}
.form-floating > div.input-group input.form-control:focus,
.form-floating > div.input-group input.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > div.input-group input.form-control {
  height: calc(3.5rem + var(--bs-border-width) * 2);
  min-height: calc(3.5rem + var(--bs-border-width) * 2);
  line-height: 1.25;
}
.form-floating > div.input-group ~ label {
  z-index: 5;
}
.form-floating > div.input-group:has(.form-control:focus) ~ label,
.form-floating > div.input-group:has(.form-control:not(:placeholder-shown)) ~ label,
.form-floating > .input-group:focus-within ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  opacity: 0.65;
}
my-app,
my-app div {
  font-size: var(--bs-body-font-size);
}
lms-navbar-header-wrapper {
  font-size: var(--bs-body-font-size);
}
body {
  font-family: var(--bs-body-font-family);
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a {
  cursor: pointer;
}
a[role=button],
a[role=button]:visited,
a[role=button]:hover,
a[role=button]:active,
a:link,
a:visited,
a:hover,
a:active {
  font-weight: normal;
}
.cdk-drag {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
  border: var(--bs-border-width) solid var(--bs-border-color);
  background: var(--bs-body-bg);
  padding: var(--bs-spacing-3);
  margin-bottom: var(--bs-spacing-2);
}
.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-lg);
  background: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  padding: var(--bs-spacing-2);
  z-index: var(--offcanvas-gallery-z) !important;
}
.drag-preview {
  background: var(--bs-body-bg);
  padding: var(--bs-spacing-3);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-sm);
  z-index: calc(var(--offcanvas-gallery-z) + 3) !important;
}
.cdk-drag-placeholder {
  opacity: var(--bs-text-opacity);
  background: var(--bs-tertiary-bg);
  border: var(--bs-border-width) dashed var(--bs-border-color);
  margin: var(--bs-spacing-2) 0;
}
.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.cdk-drop-list-dragging .cdk-drag:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.cdk-drop-list-dragging {
  z-index: calc(var(--offcanvas-gallery-z) + 1) !important;
}
.cdk-drag-dragging {
  z-index: calc(var(--offcanvas-gallery-z) + 2) !important;
}
.offcanvas-drag-wrapper {
  display: flex;
  align-items: center;
  height: auto;
  padding: 0.5rem;
  margin: 0.5rem 0;
  background: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.offcanvas-drag-handle {
  cursor: move;
  margin-right: 1rem;
  color: var(--bs-gray-600);
}
.offcanvas-drag-item {
  flex: 1;
}
.offcanvas-drag-remove-button,
.offcanvas-drag-remove-button {
  border: none;
  background: none;
  color: var(--bs-danger);
  cursor: pointer;
  padding: 0.25rem 0.5rem;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1050;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  position: absolute;
  z-index: 1000;
  display: flex;
}
.cdk-overlay-pane {
  position: absolute;
  z-index: 1000;
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  pointer-events: auto;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  visibility: hidden;
  opacity: 1;
  transition: visibility 1ms linear, opacity 1ms linear;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  visibility: visible;
  opacity: 0;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.cdk-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.nz-overlay-transparent-backdrop,
.nz-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.nz-animate-disabled.ant-scroll-number-only {
  transition: none;
  animation: none;
}
.nz-animate-disabled.ant-drawer.ant-drawer-open .ant-drawer-mask {
  transition: none;
  animation: none;
}
.nz-animate-disabled.ant-drawer > * {
  transition: none;
}
.nz-animate-disabled .ant-modal-mask,
.nz-animate-disabled .ant-modal {
  transition: none;
  animation: none;
}
.nz-animate-disabled .ant-modal-mask.zoom-enter,
.nz-animate-disabled .ant-modal.zoom-enter,
.nz-animate-disabled .ant-modal-mask.zoom-leave,
.nz-animate-disabled .ant-modal.zoom-leave,
.nz-animate-disabled .ant-modal-mask.zoom-enter-active,
.nz-animate-disabled .ant-modal.zoom-enter-active,
.nz-animate-disabled .ant-modal-mask.zoom-leave-active,
.nz-animate-disabled .ant-modal.zoom-leave-active {
  transition: none;
  animation: none;
}
.nz-animate-disabled.ant-menu {
  transition: none;
}
.nz-animate-disabled.ant-menu .ant-menu-item,
.nz-animate-disabled.ant-menu .ant-menu-submenu-title {
  transition: none;
}
.nz-animate-disabled.ant-menu .ant-menu-item .anticon,
.nz-animate-disabled.ant-menu .ant-menu-submenu-title .anticon {
  transition: none;
}
.nz-animate-disabled.ant-menu .ant-menu-item .anticon + span,
.nz-animate-disabled.ant-menu .ant-menu-submenu-title .anticon + span {
  transition: none;
}
.nz-animate-disabled.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated,
.nz-animate-disabled.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated,
.nz-animate-disabled.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane,
.nz-animate-disabled.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane,
.nz-animate-disabled.ant-tabs.ant-tabs-left .ant-tabs-ink-bar-animated,
.nz-animate-disabled.ant-tabs.ant-tabs-right .ant-tabs-ink-bar-animated,
.nz-animate-disabled.ant-tabs.ant-tabs-top .ant-tabs-ink-bar-animated,
.nz-animate-disabled.ant-tabs.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  transition: none;
}
.nz-animate-disabled.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
