:root {
  --bs-dark: #0c0c0c;
  --bs-dark-rgb: 12, 12, 12;
  --bs-dark-rgb: 15, 15, 15;
  --bs-primary: #f83881;
  --bs-primary-hover: #F40962;
  --bs-primary-rgb: 248, 56, 129;
  --bs-secondary: #6e87ee;
  --bs-secondary-hover: #4f62b0;
  --bs-secondary-rgb: 110, 135, 238;
  --bs-success: #1fdda1;
  --bs-success-rgb: 31, 221, 161;
  --bs-info: #7089f0;
  --bs-info-rgb: 112, 137, 240;
  --bs-body-color: #ccc;
  --bs-link-color: #ccc;
  --bs-link-color-rgb: 204, 204, 204;
}

html {
  /*--sequenceBottom: calc(1em + 30px);*/
}

html,
body {
  width: 100%;
}

body {
  height: 100vh;
  background: url("../img/waves-splash.webp") center / cover no-repeat;
  position: relative;
  font-family: 'Visby CF';
  letter-spacing: 0.5px;
}

body:before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--bs-dark);
  opacity: 0.97;
}

.top-bar {
  height: 70px;
  background-color: var(--bs-dark);
  display: flex;
  align-items: center;
}

#sidebar {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  position: relative;
  box-shadow: 0px 0px 5px 5px #00000054 !important;
  border-right: 1px solid #000;
}

#sidebar:before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.85;
  pointer-events: none;
  z-index: -1;
}

.logo img {
  height: 55px;
}

.nav-link {
  display: flex;
  align-items: center;
  line-height: 21px;
  width: 100%;
  letter-spacing: 0.05em;
  padding: 12px 0;
  gap: 10px;
  transition: none;
}

.nav-link span[class="material-icons"] {
  color: #fff;
}

li.nav-item {
  display: flex;
  flex-direction: column;
}

#right-content .top-bar {
  background: #0a0a0a;
  border-bottom: 1px solid #000;
}

#main-content {
  gap: 30px;
}

.page-title {
  font-weight: 100;
}

.form-check {
  position: relative;
  padding: 0;
  margin: 0;
  height: 20px;
  width: 20px;
}

.form-check .form-check-input[type=checkbox] {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.form-check:hover label.form-check-label {
  background-color: var(--bs-dark);
}

label.form-check-label {
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  border: 2px solid #ccc;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-size: 20px;
  background-position: top -5px right -5px;
  background-image: none;
}

.form-check.form-checkbox input,
.form-check.form-checkbox span,
.custom-checkbox input,
.custom-checkbox span {
  position: absolute;
  inset: 0 auto 0 0;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  border: 2px solid #999;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-size: 20px;
  background-position: top -5px right -5px;
  background-image: none;
}

.custom-checkbox label {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
}

.custom-checkbox input {
  opacity: 0;
}

.custom-checkbox label:hover input:not(:checked)+span {
  border-color: #ccc;
}

.custom-checkbox label:hover {
  color: #ccc;
}

.form-check.form-checkbox input:checked+span,
.custom-checkbox label input:checked+span,
.form-check .form-check-input[type=checkbox]:checked+label.form-check-label {
  border-color: var(--bs-primary);
  background-color: #000;
  background-image: url('../img/check-active.svg');
}

.table-check {
  width: 30px;
  vertical-align: middle;
}

table.table th {
  background: transparent;
  color: #666;
  font-size: 16px;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 0.01em;
}

table.table td {
  background: #0a0a0a;
  color: #fff;
  vertical-align: middle;
  letter-spacing: 0.01em;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td,
table.table th,
table.table td {
  padding: 5px 15px 5px 10px;
}

table.table .table-actions {
  width: 90px;
}

table.table tr td:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

table.table tr td:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.table-hover>tbody>tr:hover>td td,
.table-hover>tbody>tr:hover>* {
  --bs-table-bg-state: transparent;
}

.table-hover>tbody>tr:hover>td {
  --bs-table-bg-state: #000;
}

table.table {
  border-spacing: 0 5px;
  border-collapse: separate;
}

table thead th,
table tfoot th,
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 500;
  color: #666;
}

/* Primary color for hover */

.nav-link.opened,
.nav-link.active,
ul.nav.submenu>li .nav-link.active,
ul.nav.submenu>li .nav-link:hover,
.nav-link:hover {
  color: var(--bs-primary);
}

.user-block img {
  height: 40px;
  width: 40px;
  object-fit: contain;
  object-position: center;
}

/* Primary color for hover */

.btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 25px;
  padding: 0 20px 2px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: lowercase;
}

.btn.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn.btn-primary:hover {
  background-color: var(--bs-primary-hover);
  border-color: var(--bs-primary-hover);
}

.btn.btn-secondary {
  background-color: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
}

.btn.btn-secondary:hover {
  background-color: var(--bs-secondary-hover) !important;
  border-color: var(--bs-secondary-hover) !important;
}

/* Custom Scroll bar */

/* width */

::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: var(--bs-secondary);
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: var(--bs-primary);
}

textarea.form-control,
.form-control,
input.form-control {
  background: #171717;
  border: 1px solid #000;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  padding: 6px 10px;
}

textarea.form-control {
  height: auto;
  display: unset;
  line-height: normal;
  min-height: 130px;
}

.select2-container--bootstrap-5 .select2-selection {
  background: #171717;
  border-color: #000;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection,
.form-control:focus,
input.form-control:focus,
textarea.form-control:focus {
  color: #fff;
  background: #171717;
  border-color: #000;
  box-shadow: 0px 0px 2px 2px rgb(110 135 238 / 30%);
}

.form-control::placeholder {
  color: #666;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-input-placeholder {
  color: #666;
}

.select2-container--default .select2-selection--single {
  background: #171717;
  border-color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}

.select2-dropdown {
  border-color: #000;
  background: #171717;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--bs-secondary);
}

.select2-results__option {
  font-size: 14px;
  border-bottom: 1px solid #000;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #666;
}

#dropzone-form {
  background: var(--bs-dark);
  border: 2px dashed #2c2c2c;
  padding: 60px 20px;
}

#dropzone-form:hover {
  border-color: var(--bs-primary);
}

#dropzone-form:not(.dz-started) {
  justify-content: center;
}

.dropzone .dz-preview {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: unset;
  margin: 5px 0;
  padding: 10px 10px 10px;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  width: 50px;
  height: 40px;
  border-radius: 10px;
  background: transparent;
  min-width: 40px;
}

.dropzone .dz-preview.dz-file-preview .dz-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  position: unset;
  min-width: unset;
  width: auto;
  display: flex;
  flex-flow: column-reverse;
  align-items: flex-start;
  gap: 7px;
  padding: 0;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin: 0;
  font-size: 14px;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background: transparent;
  border: 0 !important;
}

.dropzone .dz-preview .dz-details .dz-size span {
  color: #ccc;
}

.dropzone .dz-preview .dz-details .dz-filename span {
  font-size: 16px;
  color: #ccc;
}

.dropzone .dz-preview:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 1px;
  background: #2c2c2c;
}

.dropzone .dz-preview .dz-remove {
  margin-left: auto;
  text-decoration: none;
  font-size: 0;
  height: 30px;
  width: 30px;
  background: url(../img/trash.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.dropzone .dz-preview:hover .dz-remove {
  background-image: url(../img/trash-active.svg);
}

.dropzone .dz-preview:hover {
  background: #000;
}

.dropzone .dz-preview.dz-file-preview:hover .dz-image img {
  filter: none;
  transform: none;
}

.dropzone .dz-preview:hover .dz-details .dz-filename span {
  color: #fff;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  background: transparent;
  border: 0;
}

.dropzone .dz-preview .dz-details .dz-size span strong {
  font-weight: 500;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  opacity: 1;
  transform: none;
  top: 100%;
  left: 0;
}

.dropzone .dz-preview .dz-error-message:after {
  left: 78px;
}

.input-with-icon span.icon {
  right: 15px;
  height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget.dropdown-menu,
.datepicker.datepicker-dropdown.dropdown-menu {
  margin: 0;
  min-width: 350px;
  padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu table,
.datepicker.datepicker-dropdown table {
  width: 100%;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th.picker-switch,
.datepicker.datepicker-dropdown table th.datepicker-switch {
  font-size: 18px;
  font-weight: 400;
  height: 40px;
  line-height: normal;
  padding: 0;
  color: #fff;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th.dow,
.datepicker.datepicker-dropdown table th.dow {
  color: var(--grey);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th,
.datepicker.datepicker-dropdown table th,
.bootstrap-datetimepicker-widget.dropdown-menu table td,
.datepicker.datepicker-dropdown table td {
  border-radius: 10px;
  height: 40px;
  width: 40px;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td,
.datepicker.datepicker-dropdown table td {
  font-weight: 600;
}

.bootstrap-datetimepicker-widget.dropdown-menu table tr td.active,
.datepicker table tr td.active,
.bootstrap-datetimepicker-widget.dropdown-menu table tr td.active.disabled,
.datepicker table tr td.active.disabled,
.bootstrap-datetimepicker-widget.dropdown-menu table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.bootstrap-datetimepicker-widget.dropdown-menu table tr td.active:hover,
.datepicker table tr td.active:hover {
  background: var(--bs-secondary) !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th.next,
.datepicker.datepicker-dropdown table th.next,
.bootstrap-datetimepicker-widget.dropdown-menu table th.prev,
.datepicker.datepicker-dropdown table th.prev {
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th.next,
.datepicker.datepicker-dropdown table th.next {
  background-image: url("../img/next.svg");
}

.bootstrap-datetimepicker-widget.dropdown-menu table tr td span.focused,
.datepicker table tr td span.focused,
.bootstrap-datetimepicker-widget.dropdown-menu table tr td span:hover,
.datepicker table tr td span:hover {
  background: var(--bs-secondary);
  color: #FFF;
}

.bootstrap-datetimepicker-widget.dropdown-menu table tr td.today,
.datepicker table tr td.today,
.bootstrap-datetimepicker-widget.dropdown-menu table tr td.today.disabled,
.datepicker table tr td.today.disabled,
.bootstrap-datetimepicker-widget.dropdown-menu table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.bootstrap-datetimepicker-widget.dropdown-menu table tr td.today:hover,
.datepicker table tr td.today:hover {
  background: var(--bs-secondary) !important;
  color: #FFF;
}

.bootstrap-datetimepicker-widget .timepicker table td {
  line-height: 20px;
  padding: 0;
}

.bootstrap-datetimepicker-widget .timepicker table td span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.bootstrap-datetimepicker-widget a[data-action] span {
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  display: flex;
  justify-content: center;
  opacity: 0.3;
  text-align: center;
  transform: rotate(90deg);
}

.bootstrap-datetimepicker-widget a[data-action] {
  display: flex;
  justify-content: center;
}

.bootstrap-datetimepicker-widget a[data-action^=decrement] span {
  transform: rotate(270deg);
}

.bootstrap-datetimepicker-widget a[data-action]:hover {
  background: transparent;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker table td a[data-action] span:hover {
  background-color: transparent;
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  opacity: 1;
}

.bootstrap-datetimepicker-widget button[data-action] {
  margin: auto;
  width: 50px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 10px;
  width: auto;
  background-color: #000;
  margin: 10px 0 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top {
  margin: 0 0 10px;
}

.bootstrap-datetimepicker-widget table tr td a[data-action=togglePicker] span {
  pointer-events: none;
}

.bootstrap-datetimepicker-widget table tr td a[data-action=togglePicker] {
  cursor: pointer;
  display: block;
  margin: auto;
  width: 40px;
}

.bootstrap-datetimepicker-widget table tr td a[data-action=togglePicker] span.glyphicon.glyphicon-calendar,
.bootstrap-datetimepicker-widget a[data-action=togglePicker] span.glyphicon-time.glyphicon {
  background-image: url("../img/clock.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  height: 40px;
  transform: none;
  width: 40px;
}

.bootstrap-datetimepicker-widget table tr td a[data-action=togglePicker] span.glyphicon.glyphicon-calendar:hover,
.bootstrap-datetimepicker-widget table tr td a[data-action=togglePicker] span:hover {
  background-color: transparent !important;
  background-image: url("../img/clock.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  opacity: 1;
  transform: none;
}

.bootstrap-datetimepicker-widget table tr td a[data-action=togglePicker] span.glyphicon.glyphicon-calendar:hover,
.bootstrap-datetimepicker-widget table tr td a[data-action=togglePicker] span.glyphicon.glyphicon-calendar {
  background-image: url("../img/calendar.svg");
}

.bootstrap-datetimepicker-widget table thead tr:first-child th.prev:hover,
.bootstrap-datetimepicker-widget table thead tr:first-child th.next:hover {
  background-color: var(--bs-dark);
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th.next:hover {
  background-image: url("../img/next.svg");
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-bottom-color: #000;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-top-color: #000;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom-color: #000;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-bottom-color: #000;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-top-color: #000;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom-color: #000;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: var(--bs-dark);
  color: var(--bs-secondary);
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background-color: var(--bs-dark);
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: var(--bs-secondary);
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background-color: transparent !important;
  color: #777 !important;
}

.form-label {
  color: #999;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: lowercase;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: var(--bs-secondary);
  color: #fff;
}

.select2-container--bootstrap-5 .select2-dropdown {
  border-color: #000;
  background-color: var(--bs-black);
  color: #fff;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
  width: auto;
  /*float: none;*/
  /*display: inline-block;*/
  /*height: 36px;*/
  /*margin: 2px;*/
  /*line-height: 23px;*/
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  color: #fff;
  background: var(--bs-secondary);
  border-color: var(--bs-secondary);
  margin: 2px;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 0 10px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  filter: brightness(0) invert(1);
  margin: 0 10px 2px 0;
  width: 10px;
  height: 10px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  width: auto !important;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  background: var(--bs-dark);
}

li.select2-selection__choice+li.select2-search.select2-search--inline {
  margin-left: 4px;
  margin-top: 2px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

span.select2-selection.select2-selection--multiple {
  padding-right: 36px;
  background-image: url('../img/select-arrow.svg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30px;
}

.select2-container--bootstrap-5 .select2-selection span.select2-selection__arrow {
  display: block;
  height: 2.25rem;
  width: 1.25rem;
  position: absolute;
  right: 10px;
  top: 0;
  background-image: url('../img/select-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}

.select2-container--bootstrap-5 .select2-selection {
  position: relative;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  background: var(--bs-dark);
  border-color: #333;
  color: #fff;
}

.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
  border-top: 1px solid transparent;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #666;
  font-weight: 500;
}

.select-parent {
  position: relative;
}

ul.stepper .step::before {
  top: 12px;
  font-weight: 500;
  line-height: 28px;
  background: #333;
}

.stepper h4 {
  font-size: 18px;
  color: #fff;
}

ul.stepper .step.active::before,
ul.stepper .step.done::before {
  background-color: var(--bs-secondary);
}

ul.stepper .step.done::before {
  content: '';
  background-image: url('../img/check-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-color: var(--bs-success);
}

ul.stepper .step .step-title {
  padding-top: 10px;
  padding-bottom: 20px;
}

ul.stepper .step .step-content {
  background: #0000005e;
  padding: 15px;
}

ul.stepper .step .step-content .step-actions {
  padding: 0;
  margin: 60px 0 0;
}

#loader {
  position: fixed;
  inset: 0;
  background-color: rgb(12 12 12 / 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.dropdownRight+.bootstrap-datetimepicker-widget.dropdown-menu {
  right: 27px !important;
  left: auto !important;
}

.dropdownRight+.bootstrap-datetimepicker-widget.dropdown-menu:after,
.dropdownRight+.bootstrap-datetimepicker-widget.dropdown-menu:before {
  left: auto;
  right: 8px;
}

.modal .bootstrap-datetimepicker-widget.dropdown-menu {
  border-color: #000;
}

.trim-one-line p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.input-with-icon {
  position: relative;
}

.input-with-icon input {
  padding-right: 40px;
  cursor: pointer;
}

.input-with-icon span.icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}

#main {
  overflow: hidden;
}

button.btn.dropdown-toggle {
  padding: 0;
  outline: 0;
  border: 0;
  transition: none;
}

button.btn.dropdown-toggle:hover {
  color: var(--bs-primary);
}

.dropdown-menu {
  background: #111;
  border: 1px solid #000;
}

a.dropdown-item:hover {
  background: transparent;
  color: var(--bs-primary);
}

a.dropdown-item {
  padding: 10px 15px;
}

.nav-item span.material-icons:nth-child(2),
.nav-item span.icon.arrow-down {
  margin-left: auto;
  transform: rotate(-180deg);
  transition: all 0.3s ease 0s;
  pointer-events: none;
}

ul.nav.submenu {
  padding: 5px 20px;
  display: none;
}

ul.nav.submenu>li .icon {
  height: 20px;
  width: 20px;
  min-width: 20px;
}

ul.nav.submenu>li .nav-link {
  font-size: 14px;
  line-height: normal;
  color: #aaa;
}

.nav-item a.nav-link.opened span.material-icons:nth-child(2),
.nav-item a.nav-link.opened span.icon.arrow-down {
  transform: none;
}

ul#sidebar-nav {
  overflow: auto;
}

.dataTables_wrapper .material-symbols-outlined,
.dataTables_wrapper .material-icons-outlined,
.dataTables_wrapper .material-icons.material-icons-two-tone {
  font-size: 24px;
}

.material-icons-outlined,
.material-symbols-outlined,
.material-icons.material-icons-two-tone {
  filter: invert(39%) sepia(0%) saturate(0%) hue-rotate(226deg) brightness(99%) contrast(86%);
  height: 24px;
  width: 24px;
  color: #000;
  font-variation-settings: 'OPSZ' 24;
}

.material-symbols-outlined.icon-account,
.material-icons.material-icons-two-tone.icon-account {
  height: 40px;
  width: 40px;
  font-size: 40px;
}

.material-symbols-outlined.icon-white,
.material-icons.material-icons-two-tone.icon-white {
  filter: invert(1) brightness(1);
}

a.btn:hover .material-symbols-outlined.icon-white.icon-white,
.btn:hover .material-symbols-outlined.icon-white.icon-white,
.btn:hover .material-icons.material-icons-two-tone.icon-white {
  filter: invert(1) brightness(1);
}

.btn.dropdown-toggle:hover .material-icons-outlined,
.btn.dropdown-toggle:hover .material-symbols-outlined,
.btn.dropdown-toggle:hover .material-icons.material-icons-two-tone,
a:hover .material-icons-outlined,
a:hover .material-symbols-outlined,
a:hover .material-icons.material-icons-two-tone,
.active>.material-symbols-outlined,
.active>.material-icons.material-icons-two-tone,
.material-symbols-outlined.active,
.material-icons.material-icons-two-tone.active,
.material-symbols-outlined:hover,
.material-icons.material-icons-two-tone:hover,
.opened>.material-symbols-outlined,
.opened>.material-icons.material-icons-two-tone {
  filter: invert(41%) sepia(41%) saturate(7091%) hue-rotate(317deg) brightness(100%) contrast(95%);
}

.material-symbols-outlined.icon-primary:hover,
.material-icons.material-icons-two-tone.icon-primary:hover,
.material-symbols-outlined.icon-primary,
.material-icons.material-icons-two-tone.icon-primary {
  filter: invert(44%) sepia(62%) saturate(1624%) hue-rotate(210deg) brightness(105%) contrast(87%);
}

.table-actions a,
.table-actions span {
  cursor: pointer;
  display: block;
  text-decoration: none;
}

ul.nav.submenu>li .material-symbols-outlined,
ul.nav.submenu>li .material-icons.material-icons-two-tone {
  font-size: 20px;
}

.input-with-icon>span:not(.view-pasw) {
  pointer-events: none;
}

.material-icons.material-icons-two-tone.prev,
.material-symbols-outlined.prev {
  transform: scaleX(-1);
}

.nav-tabs {
  border: 0;
}

.tab-content {
  padding: 15px 30px;
  background: #000;
}

.nav-tabs .nav-link {
  white-space: nowrap;
  padding: 15px 30px;
  border-radius: 4px 0 0 4px;
  text-transform: lowercase;
  font-size: 16px;
  border-width: 0px 0px 0px 2px;
  border-style: solid;
  background: #090909;
  border-color: #000;
}

.nav-tabs .nav-link.active {
  color: var(--bs-primary);
  border-color: transparent transparent transparent var(--bs-primary);
  background: #000;
}

.nav-tabs .nav-link:hover {
  color: var(--bs-primary);
  border-color: transparent transparent transparent var(--bs-primary);
}

span.material-icons.material-icons-two-tone.icon-white.icon-account {
  filter: invert(1) brightness(1);
}

.domain-icon {
  height: 40px;
  width: 40px;
  min-width: 40px;
}

input.form-control[type=file] {
  padding: 0;
}

.form-control::file-selector-button {
  background: #666;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  margin: 0 10px 0px 0;
  border: 0;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  color: #666;
}

.form-check.form-checkbox {
  height: auto;
  width: auto;
}

.form-check.form-checkbox label.form-check-label {
  height: auto;
  width: auto;
  border: 0;
  padding: 0 0 0 30px;
  position: relative;
  cursor: pointer;
  background: transparent;
}

.form-check.form-checkbox input,
.form-check.form-checkbox span {
  inset: 2px auto 0 0;
}

.form-check.form-checkbox .form-check-input[type=checkbox] {
  right: auto;
}

.form-check.form-checkbox input {
  opacity: 0;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background: #000;
}

.form-check.form-checkbox.box-right label.form-label.form-check-label {
  padding: 0 30px 0 0;
}

.form-check.form-checkbox.box-right input,
.form-check.form-checkbox.box-right span {
  inset: 2px 0 0 auto;
}

table.dataTable thead>tr>th.sorting.sorting_asc:before,
table.dataTable thead>tr>th.sorting.sorting_desc:after {
  opacity: 1;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after {
  margin: 2px 0;
  opacity: 0.5;
}

input[type="search" i]::-webkit-search-cancel-button {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  background-repeat: no-repeat;
  cursor: pointer;
}

.tagsContainer {
  position: relative;
  height: auto;
  min-height: 100px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.tag {
  display: flex;
  border-radius: 3px;
  margin: 6px 0px 6px 10px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  white-space: nowrap;
}

.close-icon {
  cursor: pointer;
  margin-left: 10px;
  font-size: 30px;
  line-height: 28px;
  font-weight: 300;
  width: 20px;
  text-align: center;
}

.tagsContainer div[contenteditable] {
  height: 30px;
  padding: 0px 10px;
  min-width: 200px;
  outline: 0;
  position: relative;
  line-height: 30px;
  margin: 6px 0;
}

.tagsContainer div[contenteditable]:before {
  content: attr(data-placeholder);
  color: #666;
}

.tagsContainer div[contenteditable].hasText:before {
  display: none;
}

span.close-icon.material-icons.material-icons-two-tone.icon-white:hover {
  filter: invert(1) brightness(1);
}

.bg-icon-success-light {
  background: rgba(var(--bs-success-rgb), .2);
}

.bg-icon-success-light>i {
  color: var(--bs-success);
}

.bg-icon-success-light>svg path {
  fill: var(--bs-success);
}

.bg-icon-info-light {
  background: rgba(var(--bs-info-rgb), .2);
}

.bg-icon-info-light>i {
  color: var(--bs-info);
}

.bg-icon-info-light>svg path {
  fill: var(--bs-info);
}

.bg-icon-warning-light {
  background: rgba(var(--bs-warning-rgb), .2);
}

.bg-icon-warning-light>i {
  color: var(--bs-warning);
}

.bg-icon-warning-light>svg path {
  fill: var(--bs-warning);
}

.bg-icon-danger-light {
  background: rgba(var(--bs-danger-rgb), .2);
}

.bg-icon-danger-light>i {
  color: var(--bs-danger);
}

.bg-icon-danger-light>svg path {
  fill: var(--bs-danger);
}

li#notifications-tab .dropdown-toggle::after {
  display: none;
}

li#notifications-tab button {
  width: 48px;
  height: 48px;
  justify-content: center;
}

#notifications-tab ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 70vh;
  overflow: auto;
}

#notifications-tab ul li+li {
  border-top: 1px solid #222;
}

#notifications-tab ul li:hover {
  background: #000;
}

#notifications-tab ul .notification-action {
  display: block;
  height: 24px;
  width: 24px;
  border: 2px solid transparent;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

#notifications-tab ul li:hover .notification-action {
  border-color: #555;
}

#notifications-tab ul .notification-action:before {
  content: '';
  display: block;
  position: absolute;
  height: 8px;
  width: 8px;
  background: var(--bs-primary);
  border-radius: 50%;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

#notifications-tab ul .notification-action:hover {
  background: #222;
}

#notifications-tab ul li {
  color: #aaa;
}

#notifications-tab ul li.unread {
  color: #fff;
}

#notifications-tab ul .notification-action.read:before {
  opacity: 0.5;
  background: #444;
}

span.notification-time {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 2px 0 0;
}

.mark-all-read {
  cursor: pointer;
}

.mark-all-read:hover {
  text-decoration: underline;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection {
  background: var(--bs-dark);
  border-color: var(--bs-dark);
  outline: 0;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection__rendered {
  color: #666;
}

.select2-container--bootstrap-5.select2-container--disabled span.select2-selection__arrow {
  filter: brightness(0) invert(0.3);
}

.tagsContainer div[contenteditable]>* {
  display: inline;
}

span.sequence-numbers {
  height: 60px;
  width: 60px;
  background: var(--bs-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  border: 1px solid;
  color: #fff;
}

.selected-question span.sequence-numbers {
  border-color: var(--bs-primary);
}

.selected-answer span.sequence-numbers {
  border-color: var(--bs-secondary);
}

.selected-question {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 30px;
}

.selected-question p {
  font-style: italic;
  color: #666;
  margin: 0;
}

.selected-answer {
  display: flex;
  gap: 15px;
  margin: 0 0 25px 60px;
  flex-wrap: wrap;
  position: relative;
}

.selected-answer p {
  margin: 0;
  font-style: italic;
  color: #666;
  white-space: nowrap;
}

.sequence-tree {
  position: relative;
  /*overflow: hidden;*/
  width: 100%;
  flex: 100%;
  flex-wrap: wrap;
}

.sequence-tree:before {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  top: 75px;
  bottom: 175px;
  bottom: 90px;
  bottom: 0;
  bottom: calc(1em + 30px);
  background: linear-gradient(to bottom, transparent 50%, var(--bs-dark) 50%), linear-gradient(to bottom, #00b9ff, #59d941);
  background-size: 100% 20px, 100% 7px;
  left: 45px;
}

#sequence-outer>.sequence-tree:before {
  height: var(--sequenceBottom);
}

.selected-answer:before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  height: 2px;
  background: linear-gradient(to right, transparent 50%, #223049 50%), linear-gradient(to right, #00b9ff, #59d941);
  background-size: 16px 2px, 100% 2px;
  width: 30px;
  transform: translateY(30px);
}

.selected-answer .sequence-tree {
  /*transform: translateY(-15px);*/
  flex: 100%;
  margin-left: 45px;
  overflow: visible;
}

.selected-answer>p {
  margin-top: 18px;
}

.selected-answer .selected-question span.sequence-numbers {
  border-color: var(--bs-primary);
  position: relative;
}

.selected-answer .selected-question span.sequence-numbers:before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  height: 2px;
  background: linear-gradient(to right, transparent 50%, #223049 50%), linear-gradient(to right, #00b9ff, #59d941);
  background-size: 16px 2px, 100% 2px;
  width: 30px;
  transform: translateY(30px);
  top: 0;
}

.selected-answer:after {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  top: 60px;
  background: linear-gradient(to bottom, transparent 50%, var(--bs-dark) 50%), linear-gradient(to bottom, #00b9ff, #59d941);
  background-size: 100% 20px, 100% 7px;
  left: 30px;
  height: 65px;
}

.dropdown-item.active,
.dropdown-item:active {
  background: transparent;
  color: var(--bs-primary);
}

.dropdown-toggle:hover:after {
  border-top-color: var(--bs-primary);
}

.dropdown-toggle::after {
  border-top-color: #666;
}

.sequence-tree.multi-select,
.selected-answer .sequence-tree.multi-select {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.sequence-tree.multi-select .next-question-selection,
.selected-answer .sequence-tree.multi-select .next-question-selection {
  margin: 10px 0 0;
}

.sequence-tree .form-check.form-checkbox label.form-check-label {
  white-space: nowrap;
}

.selected-question:last-child {
  margin: 0 0 15px;
}

.selected-answer .sequence-tree:before {
  /*bottom: 118px;*/
}

.selected-question.last-question {
  margin: 0;
}

.selected-answer .sequence-tree.multi-select+.sequence-tree {
  margin-left: 120px;
  padding: 0 !important;
}

.selected-answer .sequence-tree.multi-select .selected-question {
  margin: 0;
}

.selected-answer .sequence-tree.multi-select+.sequence-tree::before {
  left: 25px;
  top: 60px;
}

.selected-answer .sequence-tree.multi-select+.sequence-tree::after {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  top: -27px;
  background: linear-gradient(to bottom, transparent 50%, var(--bs-dark) 50%), linear-gradient(to bottom, #00b9ff, #59d941);
  background-size: 100% 20px, 100% 7px;
  left: -30px;
  height: 60px;
}

#sequence-outer>.sequence-tree {
  /*overflow: auto;*/
}

.selected-answer.no-question-selected:last-child {
  margin-bottom: 0;
}

.selected-answer.no-question-selected:last-child:after {
  display: none;
}

.sequence-tree>.sequence-tree {
  margin-left: 45px;
  transform: translateY(-30px);
}

div#menu-toggle {
  position: absolute;
  right: -10px;
  top: 15px;
  background: #000;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #222;
  cursor: pointer;
}

.sortable-chosen .move *,
.sortable-chosen .move {
  cursor: grabbing;
}

.move {
  cursor: grab;
}

table.table tr.sortable-chosen td {
  /*opacity: 0.5;*/
}

table.table tr.sortable-swap-highlight td {
  background: rgba(var(--bs-danger-rgb), .2);
}

table.table tr.sortable-swap-highlight td .move.material-symbols-outlined {
  color: var(--bs-primary);
}