@font-face {
  font-family: "Roboto";
  src: url("../../../assets/fonts/Roboto.ttf");
}
* {
  box-sizing: border-box;
  font-family: "Roboto";
  font-size: 16px;
}

html {
  font-size: 16px;
  color: #000;
  line-height: 1.125;
}

body {
  margin: 0;
  background-color: #f8fafc;
}
body[data-theme=dark] {
  background-color: #242424;
  color: #fff;
}
body[data-theme=dark] input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
pre {
  font-weight: 400;
  margin: 0;
}

p {
  font-size: 16px;
}

a {
  font-size: 16px;
}

li {
  font-size: 16px;
}

input {
  font-size: 16px;
}

span {
  font-size: inherit;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

fieldset,
figure {
  margin: 0;
  padding: 0;
  border: 0;
}

figure {
  display: flex;
}

button {
  background: transparent;
  color: #000;
  border: none;
  outline: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

body.theme-changing * {
  transition: none !important;
}

body[data-theme=dark] div.input-group input,
body[data-theme=dark] div.input-group select,
body[data-theme=dark] div.input-group textarea {
  background-color: #1e1e1e;
  color: #fff;
}
body[data-theme=dark] div.input-group input[disabled],
body[data-theme=dark] div.input-group select[disabled],
body[data-theme=dark] div.input-group textarea[disabled] {
  background-color: rgb(24.9, 24.9, 24.9);
  color: #757575;
}
body[data-theme=dark] button.primary.light {
  background-color: #1e1e1e;
  color: #fff;
}
body[data-theme=dark] button.primary.light:hover {
  background-color: rgb(42.75, 42.75, 42.75);
}
body[data-theme=dark] table.general-table tr.even {
  background-color: #1e1e1e;
}
body[data-theme=dark] table.general-table tr.odd {
  background-color: rgb(50.4, 50.4, 50.4);
}
body[data-theme=dark] table.general-table,
body[data-theme=dark] table.general-table th,
body[data-theme=dark] table.general-table td {
  border-color: rgb(106.5, 106.5, 106.5);
}
body[data-theme=dark] table.general-table th {
  border-top-color: #4361ee;
  border-right-color: rgb(208.5, 208.5, 208.5);
}
body[data-theme=dark] div.dialog div.dialog-content {
  background-color: #1e1e1e;
}
body[data-theme=dark] div.dialog div.dialog-content p {
  color: #fff;
}
body[data-theme=dark] div.dialog div.dialog-buttons {
  background-color: rgb(42.75, 42.75, 42.75);
}
body[data-theme=dark] div.dialog span.filename,
body[data-theme=dark] div.dialog span.contract-name {
  color: rgb(113.7707317073, 136.3073170732, 242.2292682927);
}
body[data-theme=dark] div.dialog p.error-text span.error {
  color: rgb(113.7707317073, 136.3073170732, 242.2292682927) !important;
}
body[data-theme=dark] .list-group ul.list-group-inner li label {
  background-color: #1e1e1e;
}
body[data-theme=dark] hr {
  background: rgba(81, 81, 81, 0.5);
}
body[data-theme=dark] hr.darker {
  background: rgb(55.5, 55.5, 55.5);
}
body[data-theme=dark] span.primary,
body[data-theme=dark] i.primary {
  color: rgb(90.3853658537, 116.6536585366, 240.1146341463);
  cursor: pointer;
}
body[data-theme=dark] section.drop-area {
  background-color: rgb(37.65, 37.65, 37.65);
  color: rgb(160.5414634146, 175.6146341463, 246.4585365854);
}
body[data-theme=dark] a.notification {
  background-color: rgb(42.75, 42.75, 42.75);
  color: #fff;
}
body[data-theme=dark] a.notification:hover {
  background-color: rgb(50.4, 50.4, 50.4);
}
body[data-theme=dark] a.notification span.primary,
body[data-theme=dark] a.notification i.primary {
  color: rgb(113.7707317073, 136.3073170732, 242.2292682927);
}

.module,
.full-module {
  width: 100%;
  margin: 0 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media screen and (min-width: 576px) {
  .module,
  .full-module {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .module,
  .full-module {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .module,
  .full-module {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .module,
  .full-module {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .module,
  .full-module {
    max-width: 1320px;
  }
}

.hidden-element {
  opacity: 0;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

div.input-group input,
div.input-group textarea,
div.input-group select {
  color: #333333;
  padding: 10px 15px;
  border: 1px solid rgb(89.25, 89.25, 89.25);
  border-radius: 10px;
  outline: none;
  transition: border-color 0.3s ease;
}
div.input-group input:focus,
div.input-group textarea:focus,
div.input-group select:focus {
  border-color: #4361ee;
}
div.input-group textarea {
  resize: vertical;
}
div.input-group.stretch {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
div.input-group.flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-direction: row;
}
div.input-group input.error-border {
  border: 1px solid #e22626;
  box-shadow: #e22626 0px 2px 24px;
}
div.input-group div.input-wrapper {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}
div.input-group.padding {
  padding: 0 20px 20px 20px;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

button.primary {
  background-color: #4361ee;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
button.primary[disabled] {
  opacity: 0.4;
  cursor: auto;
}
button.primary[disabled]::-moz-placeholder {
  color: #333;
}
button.primary[disabled]::placeholder {
  color: #333;
}
button.primary:hover, button.primary.active {
  background-color: rgb(43.6146341463, 77.3463414634, 235.8853658537);
}
button.primary.light {
  background-color: #fff;
  border: 1px solid #4361ee;
  box-sizing: border-box;
  color: #000;
}
button.primary.light:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
button.primary.success {
  background-color: #179234;
}
button.primary.success:hover {
  background-color: rgb(19.5295857988, 123.9704142012, 44.1538461538);
}
button.primary.error {
  background-color: #e22626;
}
button.primary.error:hover {
  background-color: rgb(210.3841463415, 28.1158536585, 28.1158536585);
}
button.primary.info {
  background-color: #6e6e6e;
}
button.primary.info:hover {
  background-color: rgb(97.25, 97.25, 97.25);
}
button.primary.small {
  padding: 7px;
  aspect-ratio: 1;
}
button.primary.xs {
  padding: 5px;
  aspect-ratio: 1;
  scale: 0.9;
}
button.primary.outline-error {
  background-color: #fff;
  border: 1px solid #e22626;
  color: #e22626;
  transition: background-color 0.3s ease, color 0.3s ease;
}
button.primary.outline-error:hover {
  background-color: #e22626;
  color: #fff;
}

section.long-button {
  width: 100% !important;
  margin-top: 30px;
}
section.long-button p {
  margin: 20px 0;
  font-size: 1.25rem;
  text-align: center;
  color: #e22626;
}
section.long-button button {
  width: 100%;
}
section.long-button div.two-buttons {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
section.long-button div.two-buttons button {
  width: 50%;
}

span.primary,
i.primary {
  color: #4361ee;
  cursor: pointer;
}

span.error,
i.error {
  color: #e22626;
}

span.bold,
pre {
  font-weight: bold;
}

i.fa-spinner {
  animation: spin 1s linear infinite;
}

i.fa-check {
  animation: none;
}

@keyframes spin {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
i.fa-file-pdf {
  color: #e22626;
}
i.fa-file-image {
  color: #009688;
}
i.fa-file-video {
  color: #f39c12;
}
i.fa-file-word {
  color: #325c9d;
}
i.fa-file-excel {
  color: #08763f;
}

section.search-section {
  padding: 10px 0 30px 0;
}
section.search-section h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
section.search-section article.filters-for-search {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 15px;
}
section.search-section input[type=text] {
  width: min(500px, 100%);
}

table.general-table {
  width: 100%;
  border-radius: 10px;
}
table.general-table thead th {
  border-top: 1px solid #4361ee;
}
table.general-table thead th:first-child {
  border-left: 1px solid #4361ee;
}
table.general-table thead th:last-child {
  border-right: 1px solid #4361ee;
}
table.general-table tr.main-contract td {
  border-top: 2px solid #4361ee;
  border-bottom: 2px solid #4361ee;
  font-weight: bold;
}
table.general-table tr.main-contract input {
  font-weight: bold;
}
table.general-table tr.archived input,
table.general-table tr.archived td {
  color: #818181;
}
table.general-table.xs th,
table.general-table.xs td {
  padding: 5px 10px;
}
table.general-table.xs th {
  padding: 15px 10px;
}
table.general-table.checkbox th:nth-of-type(2),
table.general-table.checkbox td:nth-of-type(2) {
  text-align: left;
  width: unset;
}
table.general-table.checkbox td:nth-of-type(2) {
  font-weight: normal;
}
table.general-table,
table.general-table th,
table.general-table td {
  border: 1px solid rgb(207.312195122, 214.9219512195, 250.687804878);
  border-collapse: collapse;
}
table.general-table th,
table.general-table td {
  padding: 10px 20px;
  font-size: 1rem;
  white-space: nowrap;
}
table.general-table td.max-30,
table.general-table th.max-30 {
  max-width: 30ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table.general-table td.max-50,
table.general-table th.max-50 {
  max-width: 50ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table.general-table td.max-15,
table.general-table th.max-15 {
  max-width: 15ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table.general-table th.text-wrap,
table.general-table td.text-wrap {
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
}
table.general-table th {
  background-color: #4361ee;
  color: #fff;
  text-align: left;
  padding: 20px;
}
table.general-table th[data-sortable=true] {
  cursor: pointer;
}
table.general-table th[data-sortable=true].sorted-asc div.sort-arrows img:first-of-type {
  opacity: 1;
}
table.general-table th[data-sortable=true].sorted-asc div.sort-arrows img:last-of-type {
  opacity: 0.3;
}
table.general-table th[data-sortable=true].sorted-desc div.sort-arrows img:first-of-type {
  opacity: 0.3;
}
table.general-table th[data-sortable=true].sorted-desc div.sort-arrows img:last-of-type {
  opacity: 1;
}
table.general-table th[data-sortable=true] div.th-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
table.general-table th[data-sortable=true] div.th-container span,
table.general-table th[data-sortable=true] div.th-container div.sort-arrows {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
table.general-table th[data-sortable=true] div.sort-arrows {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  flex-direction: column;
}
table.general-table th[data-sortable=true] div.sort-arrows img {
  width: 10px;
}
table.general-table th[data-sortable=true] div.sort-arrows img:first-of-type {
  rotate: 90deg;
}
table.general-table th[data-sortable=true] div.sort-arrows img:last-of-type {
  rotate: -90deg;
}
table.general-table th:last-child {
  max-width: 200px;
}
table.general-table th:first-of-type,
table.general-table td:first-of-type,
table.general-table th.min-display,
table.general-table td.min-display {
  width: 1%;
  text-align: center;
  font-weight: bold;
}
table.general-table tr {
  min-height: 55px;
}
table.general-table tr.even {
  background-color: #fff;
}
table.general-table tr.odd {
  background-color: #edf2ff;
}
table.general-table tr.hidden-for-search, table.general-table tr.hidden-for-pagination {
  display: none;
}
table.general-table td button {
  min-height: 34px;
}

article#pagination-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 30px 0;
}
article#pagination-controls button {
  width: 40px;
  height: 40px;
  padding: 10px;
}
article#pagination-controls button img {
  max-width: 100%;
}
article#pagination-controls button img.right {
  rotate: 180deg;
}
article#pagination-controls div#pagination-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

hr {
  border: none;
  margin: 0;
  width: 100%;
  height: 2px;
  background: rgba(224, 231, 255, 0.5);
  margin: 20px 0;
  border-radius: 100px;
}
hr.darker {
  background: #8ba6ff;
}

a.notification {
  display: block;
  padding: 20px;
  border-radius: 0 10px 10px 0;
  border-left: 10px solid #4361ee;
  background-color: #edf2ff;
  text-decoration: none;
  color: #000;
  transition: background-color 0.3s ease;
}
a.notification:not(:first-of-type) {
  margin-top: 15px;
}
a.notification:hover {
  background-color: rgb(216.6, 227.2666666667, 255);
}
a.notification.error {
  border-left-color: #e22626;
  background-color: #ffeae8;
}

div.dialog {
  display: none;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
div.dialog.debug {
  display: block;
}
div.dialog.dialog-visible {
  display: block;
}
div.dialog.xl div.dialog-content {
  width: min(100%, 700px);
}
div.dialog.xl div.dialog-content fieldset {
  padding: 30px;
}
div.dialog.xxl div.dialog-content {
  width: min(100%, 900px);
}
div.dialog div.date-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 5px;
  flex-wrap: wrap;
}
div.dialog div.date-group input[type=date] {
  margin-top: 0;
}
div.dialog div.archive-group > span {
  display: inline-block;
  margin-bottom: 10px;
}
div.dialog div.two-checkboxes-groups {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
div.dialog div.two-checkboxes-groups div.checkboxes-group {
  width: 50%;
}
div.dialog div.two-checkboxes-groups div.checkboxes-group > span {
  display: inline-block;
  margin-bottom: 10px;
}
div.dialog div.two-checkboxes-groups div.checkboxes-group div.checkboxes.two-columns {
  -moz-column-count: 2;
       column-count: 2;
}
div.dialog div.two-checkboxes-groups div.checkboxes-group div.checkboxes div.checkbox-group {
  margin-bottom: 5px;
}
div.dialog div.dialog-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: min(100%, 500px);
  border-radius: 10px;
}
div.dialog div.dialog-content.iframe {
  width: 90dvw;
}
div.dialog div.dialog-content.iframe .dialog-form {
  height: 80dvh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
div.dialog div.dialog-content.iframe .dialog-form iframe {
  border-radius: 0 0 10px 10px;
}
div.dialog div.dialog-content.notifications div.notifications-wrapper {
  margin-top: 20px;
  height: 400px;
  overflow-y: auto;
}
div.dialog div.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #4361ee;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}
div.dialog div.dialog-header h2 {
  font-size: 1.25rem;
}
div.dialog div.dialog-header h2.flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
div.dialog div.dialog-header button {
  font-size: 2rem;
  transition: color 0.1s ease;
  cursor: pointer;
  color: #fff;
}
div.dialog div.dialog-header button:hover {
  color: rgb(235.0182926829, 105.4817073171, 105.4817073171);
}
div.dialog div.dialog-header .files-number {
  display: inline-block;
}
div.dialog div.dialog-header .files-number div.red-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e22626;
  color: #fff;
  width: 25px;
  height: 25px;
  padding: 5px;
  font-size: 0.8rem;
  aspect-ratio: 1;
  border-radius: 50%;
}
div.dialog div.dialog-form {
  width: 100%;
}
div.dialog div.dialog-form.no-form {
  padding: 20px;
}
div.dialog div.dialog-form.no-form div.dialog-buttons-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
div.dialog div.dialog-form.no-form div.dialog-buttons-top button {
  position: relative;
}
div.dialog div.dialog-form.no-form div.dialog-buttons-top div.small-red-dot {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background-color: #e22626;
  color: #fff;
  width: 25px;
  height: 25px;
  padding: 5px;
  font-size: 0.8rem;
  aspect-ratio: 1;
  border-radius: 50%;
}
div.dialog div.dialog-form.outer-table {
  padding: 20px;
}
div.dialog div.dialog-form.outer-table table th {
  padding: 10px 20px;
}
div.dialog div.dialog-form p {
  padding: 20px 20px 0 20px;
  color: #333333;
}
div.dialog div.dialog-form fieldset {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 30px 20px;
}
div.dialog div.dialog-form div.input-group {
  width: 100%;
}
div.dialog div.dialog-form div.input-group.w-50 {
  width: calc(50% - 10px);
}
div.dialog div.dialog-form input,
div.dialog div.dialog-form textarea,
div.dialog div.dialog-form select {
  margin-top: 15px;
  width: 100%;
}
div.dialog div.dialog-form p.error-text {
  padding: 0 20px 20px 20px;
}
div.dialog div.dialog-buttons {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 10px;
  padding: 10px;
  background-color: #edf2ff;
  border-radius: 0 0 10px 10px;
  width: 100%;
}
div.dialog hr {
  margin: 0;
}
div.dialog.delete div.dialog-header {
  background-color: #e22626;
}
div.dialog.delete div.dialog-header button:hover {
  color: rgb(241.0304878049, 150.4695121951, 150.4695121951);
}
div.dialog.delete div.dialog-form label span {
  color: #4361ee;
  font-weight: bold;
}
div.dialog.delete div.dialog-buttons {
  background-color: rgb(253.0548780488, 240.4451219512, 240.4451219512);
}
div.dialog.delete div.dialog-buttons button.light {
  border-color: #e22626;
}
div.dialog.delete hr {
  background-color: rgb(241.0304878049, 150.4695121951, 150.4695121951);
}
div.dialog span.filename,
div.dialog span.contract-name {
  font-weight: bold;
  color: #4361ee;
}

.checkbox-group div.checkbox-group-inner {
  display: flex;
  align-items: center;
  gap: 7px;
}
.checkbox-group input[type=checkbox] {
  background-color: #4361ee;
  display: none;
}
.checkbox-group label {
  cursor: pointer;
}
.checkbox-group label.checkbox-label {
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  border: 1px solid #4361ee;
  border-radius: 5px;
  padding: 2px;
  transition: background 0.2s ease;
}
.checkbox-group input[type=checkbox]:checked + label.checkbox-label {
  background: url("../../../assets/icons/check.svg") #4361ee;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-origin: content-box;
}
.checkbox-group.light label.checkbox-label {
  border-color: #edf2ff;
  background-color: #edf2ff;
}

.list-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex-direction: column;
  width: 100%;
}
.list-group ul.list-group-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
}
.list-group ul.list-group-inner li {
  display: grid;
}
.list-group ul.list-group-inner li input[type=checkbox] {
  display: none;
}
.list-group ul.list-group-inner li label {
  background-color: #fff;
  padding: 10px;
  border: 2px solid #4361ee;
  border-left: none;
  transition: color 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
}
.list-group ul.list-group-inner li:first-of-type label {
  border-radius: 10px 0 0 10px;
  border-left: 2px solid #4361ee;
}
.list-group ul.list-group-inner li:last-of-type label {
  border-radius: 0 10px 10px 0;
}
.list-group ul.list-group-inner li input[type=checkbox]:checked + label {
  background-color: #4361ee;
  color: #fff;
}
.list-group.w-100 ul.list-group-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.list-group.w-100 ul.list-group-inner li {
  flex: 1;
  text-align: center;
}

div.files-container {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
div.files-container > section {
  width: 50%;
}

section.drop-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  background-color: #edf2ff;
  border: 1px solid rgb(186, 205.1666666667, 255);
  border-radius: 10px;
  height: 140px;
  color: #4361ee;
  cursor: pointer;
}
section.drop-area.hover {
  border-color: #4361ee;
}
section.drop-area h4 {
  font-size: 1.8rem;
}
section.drop-area p {
  font-size: 1.3rem;
}

section.temp-files-area {
  padding: 10px 20px;
  border: 1px solid rgb(186, 205.1666666667, 255);
  border-radius: 10px;
  height: 140px;
  overflow-y: auto;
}
section.temp-files-area ul {
  list-style: none;
}
section.temp-files-area ul li {
  padding: 5px 0;
}
section.temp-files-area ul li:hover {
  color: #e22626;
  cursor: pointer;
  text-decoration: line-through;
}
section.temp-files-area ul li:hover i {
  color: #e22626 !important;
}
section.temp-files-area ul li i {
  font-size: 1.2rem;
  color: #4361ee;
  text-align: left;
}
section.temp-files-area ul li i.pdf {
  color: #e22626;
}
section.temp-files-area ul li i.image {
  color: #009688;
}
section.temp-files-area ul li i.video {
  color: #f39c12;
}
section.temp-files-area ul li i.word {
  color: #325c9d;
}
section.temp-files-area ul li i.excel {
  color: #08763f;
}

body[data-theme=dark] aside {
  background-color: #1e1e1e;
}
body[data-theme=dark] aside div.user::before,
body[data-theme=dark] aside article::before {
  background: linear-gradient(to right, transparent, #60646e, transparent);
}
body[data-theme=dark] aside a,
body[data-theme=dark] aside button.nav-link {
  background-color: #1e1e1e;
}
body[data-theme=dark] aside a span,
body[data-theme=dark] aside a i,
body[data-theme=dark] aside button.nav-link span,
body[data-theme=dark] aside button.nav-link i {
  color: #fff;
}
body[data-theme=dark] aside a:hover, body[data-theme=dark] aside a.active,
body[data-theme=dark] aside button.nav-link:hover,
body[data-theme=dark] aside button.nav-link.active {
  background-color: rgb(40.2, 40.2, 40.2);
}
body[data-theme=dark] aside a:hover span,
body[data-theme=dark] aside a:hover i, body[data-theme=dark] aside a.active span,
body[data-theme=dark] aside a.active i,
body[data-theme=dark] aside button.nav-link:hover span,
body[data-theme=dark] aside button.nav-link:hover i,
body[data-theme=dark] aside button.nav-link.active span,
body[data-theme=dark] aside button.nav-link.active i {
  color: rgb(113.7707317073, 136.3073170732, 242.2292682927);
}
body[data-theme=dark] aside div.dropdown a:hover,
body[data-theme=dark] aside div.dropdown a.active {
  background-color: rgb(40.2, 40.2, 40.2);
}
body[data-theme=dark] main:not(#auth) div.content {
  background-color: #1e1e1e;
}
body[data-theme=dark] main:not(#auth) section.page-title {
  color: rgb(90.3853658537, 116.6536585366, 240.1146341463);
}
body[data-theme=dark] main:not(#auth) section.page-title h1 {
  color: #fff;
}
body[data-theme=dark] footer p a {
  color: rgba(113.7707317073, 136.3073170732, 242.2292682927, 0.5);
  text-decoration: underline;
}

aside {
  position: fixed;
  left: 0;
  right: 0;
  width: 250px;
  height: 100dvh;
  background-color: #fff;
  z-index: 10;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
aside div.user {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 20px 20px;
  position: relative;
}
aside div.user a {
  padding: unset;
}
aside div.user a:hover {
  background-color: unset;
}
aside div.user::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(to right, transparent, #e0e7ff, transparent);
}
aside div.user figure img {
  max-width: 100%;
}
aside div.app-name {
  position: relative;
  width: 100%;
}
aside div.app-name h2 {
  font-size: 1.5rem;
  color: rgb(90.3853658537, 116.6536585366, 240.1146341463);
  text-align: center;
}
aside div.app-name hr {
  margin: 16px 0 2px 0;
}
aside article {
  width: 100%;
  margin-top: auto;
  position: relative;
  padding: 20px 0 0 0;
}
aside article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(to right, transparent, #e0e7ff, transparent);
}
aside nav {
  width: 100%;
}
aside nav ul {
  list-style: none;
}
aside nav div.dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  background-color: #edf2ff;
}
aside nav div.dropdown a {
  padding-left: 35px;
}
aside nav div.dropdown a i,
aside nav div.dropdown a span {
  font-size: 1rem;
}
aside nav div.dropdown a:hover, aside nav div.dropdown a.active {
  background-color: rgb(247.2, 249.3666666667, 255);
}
aside nav li > a.expanded + div.dropdown {
  max-height: 500px;
  transition: max-height 0.4s ease-in-out;
}
aside nav li:nth-of-type(3) {
  margin-top: auto;
}
aside a,
aside button.nav-link {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 15px 20px;
  background-color: #fff;
  color: #333333;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
aside a i,
aside a span,
aside button.nav-link i,
aside button.nav-link span {
  font-size: 1.1rem;
  transition: color 0.2s ease;
}
aside a i,
aside button.nav-link i {
  color: #333333;
  display: flex;
}
aside a:hover, aside a.active,
aside button.nav-link:hover,
aside button.nav-link.active {
  background-color: #edf2ff;
}
aside a:hover i,
aside a:hover span, aside a.active i,
aside a.active span,
aside button.nav-link:hover i,
aside button.nav-link:hover span,
aside button.nav-link.active i,
aside button.nav-link.active span {
  color: #4361ee;
}
aside a div.red-dot,
aside button.nav-link div.red-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e22626;
  color: #fff;
  width: 25px;
  height: 25px;
  padding: 5px;
  font-size: 0.8rem;
  aspect-ratio: 1;
  border-radius: 50%;
}

main:not(#auth) {
  padding: 30px 30px 30px 280px;
}
main:not(#auth) div.content {
  padding: 30px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: calc(100dvh - 60px);
}
main:not(#auth) section.page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4361ee;
  position: relative;
}
main:not(#auth) section.page-title div.page-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
main:not(#auth) section.page-title div.page-header.xs h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
main:not(#auth) section.page-title div.page-header.xs i {
  font-size: 1.5rem;
}
main:not(#auth) section.page-title i {
  font-size: 2.5rem;
}

footer {
  padding: 0 30px 30px 280px;
}
footer p {
  color: #868a94;
  text-align: center;
}
footer p a {
  color: rgba(67, 97, 238, 0.5);
}