a {
   text-decoration: none;
}

.fa-bars {
  color: white;
}

#sidebar {
  width: 270px;
  background: #3e64ff;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#sidebar.active {
  width: 80px;
  text-align: center;
}

#sidebar.active ul.components li {
  font-size: 14px;
}

#sidebar.active ul.components li a {
  padding: 10px 0;
  cursor: pointer;
}

#sidebar.active ul.components li a span {
  margin-right: 0;
  display: block;
  font-size: 24px;
}

#sidebar.active .logo {
  padding: 10px 0;
}

#sidebar.active .footer {
  display: none;
}

#sidebar .logo {
  display: block;
  color: #fff;
  font-weight: 900;
  padding: 10px 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  #sidebar .logo {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
  }
}

#sidebar ul.components {
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  #sidebar ul.components {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
  }
}

#sidebar ul li {
  font-size: 16px;
}

#sidebar ul li > ul {
  margin-left: 10px;
}

#sidebar ul li > ul li {
  font-size: 14px;
}

#sidebar ul li a, #sidebar ul li form {
  padding: 10px 30px;
  display: block;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#sidebar ul li form button{
  color: white;
  display: flex;
  gap: 1rem;
  padding: 0;
}
#sidebar.active ul.components li form{
  padding: 0;
}
#sidebar.active ul.components li form button{
  display: initial;
}


#sidebar ul li a span {
  margin-right: 15px;
}

@media (max-width: 991.98px) {
  #sidebar ul li a span {
      display: block;
  }
}

#sidebar ul li a:hover {
  color: #fff;
}

#sidebar ul li.active > a {
  background: transparent;
  color: #fff;
}

@media (max-width: 991.98px) {
  #sidebar {
      min-width: 80px;
      max-width: 80px;
      text-align: center;
      margin-left: -80px !important;
  }

  #sidebar.active {
      margin-left: 0 !important;
  }
}

@media (max-width: 991.98px) {
  #sidebarCollapse span {
      display: none;
  }
}

#sidebarCollapse {
  border: none;
}

#sidebar.active ul.components li {
  font-size: 14px;
}

#sidebar.active ul.components li button {
  padding: 10px 0;
  color: white;
}

#sidebar.active ul.components li button span {
  margin-right: 0;
  display: block;
  font-size: 24px;
}

.logo-burger {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-burger h4 {
  display: none;
  margin: 0;
}

form.logout-form button {
  background: none;
  border: none;
}

.funding-head th:last-of-type {
  width: 10%;
}

.fieldset__table th,
.fieldset__table td {
  vertical-align: middle;
  text-align: center;
}

.fieldset__table-td {
  line-height: 24px;
}

.fieldset__table-td:last-of-type {
  width: 10%;
}

.fieldset__table-td:last-of-type > * {
  font-size: 24px;
  cursor: pointer;
}

.fieldset__table-td:last-of-type > *:not(:last-of-type) {
  margin-right: 10px;
}

.import__inp {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.file__import-table,
.file__rows-table,
.file__preview-table {
  border-color: #000;
}

.file__rows-table {
  min-height: 276px;
}

.file__import-table tr > *:first-child {
  background-color: #dfdbdb;
  width: 35%;
  vertical-align: middle;
}
.file__import-table tr > *:last-child {
  width: 65%;
}

.file__import-table tr td * {
  width: 100%;
  display: inline-block;
  word-break: break-all;
}

.file__import-table tr td *:disabled {
  padding: 0;
  border: unset;
  background-color: transparent;
  color: #000;
}

.file__import-table tr td *:disabled.separator {
  padding: 6px 12px;
  background-color: #a19e9e;
}

.file__rows-table tr > * {
  vertical-align: middle;
}

.file__rows-table tr > *:nth-child(1),
.file__rows-table tr > *:nth-child(2) {
  background-color: #dfdbdb;
}

.file__rows-table tr > *:nth-child(1) {
  width: 10%;
}

.file__rows-table tr > *:nth-child(2) {
  width: 40%;
}

.file__preview-table th {
  padding: 8px;
  background-color: #dfdbdb;
  border: 1px solid #000;
}

.file__preview-table th * {
  background-color: transparent;
}

.file__preview-table th * > *:last-child {
  width: 100%;
  min-width: 120px;
  max-width: 120px;
}

.file__preview-table th * > *:first-child,
.file__preview-table th * > *:only-child {
  padding: 0;
  margin-right: 10px;
}

.file__preview-table th select {
  border: 1px solid #000;
}

.import__history-table tbody tr td,
.import__history-table tbody tr td *,
.import__history-table thead th {
  text-align: center;
  vertical-align: middle;
}

.import__history-table thead th:last-of-type,
.import__history-table tbody td:last-of-type {
  width: 10%;
}

.import__history-table tbody td:nth-last-of-type(2) {
  width: 16%;
}

.import__history-table tbody td:last-of-type div * {
  font-size: 24px;
  cursor: pointer;
}

.numbers-container {
  display: flex;
  align-items: center;
}

.pagination__wrapper {
  display: none;
}

.pagination .page-item .page-link {
  cursor: pointer;
}

.pagination .page-item .page-link.page-dots {
  cursor: none;
  pointer-events: none;
}

.numbers-container .page-item .page-link {
  border-radius: unset;
}