.search {
display: flex;
flex-direction: column;
padding-left: 1.25rem;
padding-right: 1.25rem
}

    @media (min-width: 768px) {.search {
position: relative;
flex-direction: row;
padding-left: 0px;
padding-right: 0px
}
    }

    .search__inputs {
display: flex;
width: 100%;
align-items: center;
border-width: 1px
}

    @media (min-width: 768px) {

    .search__inputs {
border-style: none
}
        }

    .search input {
width: 100%;
border-width: 0px;
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 0.5rem;
--tw-text-opacity: 1;
color: rgb(51 51 51 / var(--tw-text-opacity));
outline: 2px solid transparent;
outline-offset: 2px
}

    @media (min-width: 768px) {

    .search input {
width: 16rem
}
        }

    .search__icon {
display: flex;
height: 100%;
width: 2rem;
align-items: center;
justify-content: center;
border-width: 0px;
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgb(51 51 51 / var(--tw-text-opacity))
}

    .search__results {
z-index: 10;
height: 20rem;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-width: 1px;
border-top-width: 0px;
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

    @media (min-width: 768px) {

    .search__results {
position: absolute;
margin-top: 3rem;
width: 18rem;
border-style: none;
            box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15), 0 2px 25px rgba(0, 0, 0, 0.06)
}
        }

    .search__result-item {
margin: 0.25rem;
display: flex;
min-height: 40px;
width: 100%;
cursor: pointer;
align-items: center;
padding: 0.25rem;
--tw-text-opacity: 1;
color: rgb(51 51 51 / var(--tw-text-opacity))
}

    .search__result-item:hover, .search__result-item--active {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

    :is(.dark .search__result-item:hover),:is(.dark  .search__result-item--active) {
--tw-bg-opacity: 1;
background-color: rgb(82 82 82 / var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity))
}

.header {
            z-index: 30;
            --tw-bg-opacity: 1;
            background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

:is(.dark .header) {
            --tw-bg-opacity: 1;
            background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

    .header__logo {
            display: flex;
            align-items: center;
}

    .header__logo .icon {
            width: 94px;
            min-width: 94px;
}

    .header__content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 2.5rem;
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
            padding-left: 4rem;
            padding-right: 4rem;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
}

    .header__navigation-items {
            display: flex;
            flex: 1 1 0%;
            align-items: center;
            -moz-column-gap: 2rem;
                 column-gap: 2rem;
}

    .header__navigation-item > a {
            display: flex;
            gap: 0.5rem;
}

    .header__navigation-item .dropdown-wrapper {
            position: absolute;
            top: 100%;
            left: 0px;
            z-index: 10;
            display: none;
            padding-top: 0.5rem;
}

    .header__navigation-item .dropdown {
            width: 15rem;
            border-radius: 0.5rem;
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
            padding-top: 0.375rem;
            padding-bottom: 0.375rem;
            --tw-text-opacity: 1;
            color: rgb(51 51 51 / var(--tw-text-opacity));
}

    :is(.dark .header__navigation-item .dropdown) {
            --tw-bg-opacity: 1;
            background-color: rgb(68 68 68 / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
}

    .header__navigation-item .dropdown {
            box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15), 0 2px 25px rgba(0, 0, 0, 0.06);
        }

    .header__navigation-item--with-dropdown {
            position: relative;
}

    .header__navigation-item--with-dropdown:hover .dropdown-wrapper {
            display: block;
}

    .header__navigation-subitem {
            padding-top: 0.625rem;
            padding-bottom: 0.625rem;
            padding-left: 1rem;
            padding-right: 0.25rem;
}

    .header__navigation-subitem:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

    :is(.dark .header__navigation-subitem:hover) {
            --tw-bg-opacity: 1;
            background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

    .header__dropdown {
            position: absolute;
            top: 100%;
            right: 0px;
            z-index: 20;
            display: flex;
            width: 100%;
            min-width: -moz-fit-content;
            min-width: fit-content;
            max-width: 24rem;
            flex-direction: column;
            overflow-y: auto;
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(51 51 51 / var(--tw-text-opacity));
}

    :is(.dark .header__dropdown) {
            --tw-bg-opacity: 1;
            background-color: rgb(68 68 68 / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
}

    .header__dropdown {
        box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15), 0 2px 25px rgba(0, 0, 0, 0.06);
    }

    .header__dropdown a {
            padding: 1.25rem;
}

    .header__dropdown button:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

    .header__dropdown button p {
            padding: 1.25rem;
}

    .header .menu-button-container {
            display: flex;
            height: 2.5rem;
            width: 2.5rem;
            cursor: pointer;
            flex-direction: column;
            align-items: center;
            justify-content: center;
}

    .header .menu-button-container .menu-button {
            position: absolute;
            display: block;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
}

    .header input[data-menu-toggle] {
            display: none;
}

    .header input[data-menu-toggle] ~ .header__dropdown button,
        .header input[data-menu-toggle] ~ .header__dropdown .header__settings {
            height: 0px;
}

    .header input[data-menu-toggle] ~ .header__dropdown .header__settings {
            padding: 0px;
}

    .header input[data-menu-toggle]:checked ~ .header__dropdown button,
        .header input[data-menu-toggle]:checked ~ .header__dropdown .header__settings {
            height: auto;
}

    .header input[data-menu-toggle]:checked ~ .header__dropdown .header__settings {
            padding: 1.25rem;
}

    .header input[data-menu-toggle]:checked ~ .header__dropdown .header__logout, .header input[data-menu-toggle]:checked ~ .header__dropdown .header__login {
            border-top-width: 1px;
}

.header-mobile {
            z-index: 30;
            display: flex;
            height: 3.5rem;
            align-items: center;
            justify-content: space-between;
            --tw-bg-opacity: 1;
            background-color: rgb(0 0 0 / var(--tw-bg-opacity));
            padding-left: 1rem;
            padding-right: 1rem;
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .header-mobile) {
            --tw-bg-opacity: 1;
            background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.header-mobile__logo {
            display: flex;
            align-items: center;
}

.header-mobile__logo .icon {
            width: 94px;
}

.header-mobile__dropdown {
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 20;
            margin-top: 3.5rem;
            display: flex;
            width: 100%;
            flex-direction: column;
            overflow-y: auto;
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(51 51 51 / var(--tw-text-opacity));
}

:is(.dark .header-mobile__dropdown) {
            --tw-bg-opacity: 1;
            background-color: rgb(68 68 68 / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-mobile__dropdown {
        box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15), 0 2px 25px rgba(0, 0, 0, 0.06);
        max-height: calc(100% - 3.5rem);
    }

.header-mobile__dropdown a {
            padding: 1.25rem;
}

.header-mobile__navigation-items a:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

:is(.dark .header-mobile__navigation-items a:hover) {
            --tw-bg-opacity: 1;
            background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.header-mobile__navigation-item {
            margin: 0px;
            display: flex;
            height: 100%;
            width: 100%;
            flex-shrink: 0;
            flex-direction: column;
            overflow: hidden;
}

.header-mobile__navigation-subitem a {
            margin-left: -2.5rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-left: 5rem;
}

.header-mobile .header-mobile__dropdown button:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.header-mobile .header-mobile__dropdown button p {
            padding: 1.25rem;
}

.header-mobile .menu-button-container {
            display: flex;
            height: 2.5rem;
            width: 2.5rem;
            cursor: pointer;
            flex-direction: column;
            align-items: center;
            justify-content: center;
}

.header-mobile .menu-button-container .menu-button {
            position: absolute;
            display: block;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-mobile input[data-menu-toggle] {
            display: none;
}

.header-mobile input[data-menu-toggle] ~ .header-mobile__dropdown .header-mobile__navigation-item,
        .header-mobile input[data-menu-toggle] ~ .header-mobile__dropdown button,
        .header-mobile input[data-menu-toggle] ~ .header-mobile__dropdown .search,
        .header-mobile input[data-menu-toggle] ~ .header-mobile__dropdown .header__settings {
            height: 0px;
}

.header-mobile input[data-menu-toggle] ~ .header-mobile__dropdown .header__settings {
            padding: 0px;
}

.header-mobile input[data-menu-toggle]:checked ~ .header-mobile__dropdown .header-mobile__navigation-item,
        .header-mobile input[data-menu-toggle]:checked ~ .header-mobile__dropdown button,
        .header-mobile input[data-menu-toggle]:checked ~ .header-mobile__dropdown .search,
        .header-mobile input[data-menu-toggle]:checked ~ .header-mobile__dropdown .header__settings {
            height: auto;
}

.header-mobile input[data-menu-toggle]:checked ~ .header-mobile__dropdown .search {
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
}

.header-mobile input[data-menu-toggle]:checked ~ .header-mobile__dropdown .header__settings {
            padding: 1.25rem;
}

.header-mobile input[data-menu-toggle]:checked ~ .header-mobile__dropdown .header__logout, .header-mobile input[data-menu-toggle]:checked ~ .header-mobile__dropdown .header__login {
            border-top-width: 1px;
}

.header-overlay {
            position: fixed;
            top: 0px;
            left: 0px;
            z-index: 10;
            display: block;
            height: 100%;
            width: 100%;
            overflow: hidden;
            background-color: rgb(0 0 0 / var(--tw-bg-opacity));
            --tw-bg-opacity: 0.8;
}

:is(.dark .header-overlay) {
            --tw-bg-opacity: 0.4;
}
.panel-block--time-reports .panel-block__loading-bar {
    position: relative !important;
    z-index: 10 !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important
}
:is(.dark .panel-block--time-reports .panel-block__loading-bar) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity)) !important
}
    .panel-block--time-reports .panel-block__content {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    padding: 1rem
}
    @media (min-width: 1280px) {
    .panel-block--time-reports .panel-block__content {
        flex-direction: row;
        flex-wrap: wrap;
        -moz-column-gap: 1.5rem;
             column-gap: 1.5rem;
        row-gap: 2rem
    }
        }
    .panel-block--time-reports .day-report {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 0.75rem
}
    .panel-block--time-reports .day-report__header {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem
}
    @media (min-width: 1280px) {
    .panel-block--time-reports .day-report__header {
                width: calc(50% - 0.75rem)
        }
            }
    .panel-block--time-reports .day-report__prev, .panel-block--time-reports .day-report__next {
    --tw-text-opacity: 1;
    color: rgb(66 139 202 / var(--tw-text-opacity))
}
    .panel-block--time-reports .day-report__prev:hover, .panel-block--time-reports .day-report__next:hover {
    cursor: pointer;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(66 139 202 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
    .panel-block--time-reports .day-report__btns {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    border-radius: 0.25rem;
    border-width: 1px
}
    .panel-block--time-reports .day-report__btns input {
    display: none
}
    .panel-block--time-reports .day-report__btn {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem
}
    .panel-block--time-reports .day-report__btn:not(:last-child) {
    border-right-width: 1px
}
    .panel-block--time-reports .day-report__btn.active {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 245 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(91 98 124 / var(--tw-text-opacity))
}
    .panel-block--time-reports .day-report__btn.active:hover {
    cursor: default
}
    .panel-block--time-reports .day-report__btn:hover {
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 245 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(91 98 124 / var(--tw-text-opacity))
}
    .panel-block--time-reports .day-report .table-wrapper {
    overflow: hidden;
    border-radius: 0.5rem;
    border-width: 1px
}
    :is(.dark .panel-block--time-reports .day-report .table-wrapper) {
    --tw-border-opacity: 1;
    border-color: rgb(102 102 102 / var(--tw-border-opacity))
}
    @media (min-width: 1280px) {
    .panel-block--time-reports .day-report .table-wrapper {
                width: calc(50% - 0.75rem)
        }
            }
    .panel-block--time-reports .day-report .custom-table__row {
    border-width: 0px
}
    .panel-block--time-reports .day-report .custom-table__row--final .day-report__summary {
    max-width: 100%
}
    .panel-block--time-reports .day-report .custom-table__header {
    border-bottom-width: 1px
}
    .panel-block--time-reports .day-report__time {
    width: 3.5rem;
    min-width: 3.5rem;
    max-width: 3.5rem;
    padding-left: 0.75rem
}
    .panel-block--time-reports .day-report__summary {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
            max-width: calc(100% - 10.5rem)
}
    .panel-block--time-reports .day-report__project {
    overflow: hidden;
    text-overflow: ellipsis
}
    .panel-block--time-reports .day-report__activity {
    font-size: 0.75rem;
    line-height: 1rem
}
    .panel-block--time-reports .day-report__spent-time {
    display: flex;
    width: 7rem;
    min-width: 7rem;
    max-width: 7rem;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0.25rem;
    padding-right: 0.75rem
}
    .panel-block--time-reports .day-report__warning.material-symbols-outlined {
    margin: -0.5rem;
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.25rem
}
    .panel-block--time-reports .day-report__edit.material-symbols-outlined {
    margin: -0.5rem;
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(170 170 170 / var(--tw-text-opacity));

            font-variation-settings: 'FILL' 1
}
    .panel-block--time-reports .day-report__add-report {
    overflow: hidden;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px
}
    @media (min-width: 1280px) {
    .panel-block--time-reports .day-report__add-report {
                width: calc(50% - 0.75rem)
        }
            }
    .panel-block--time-reports .day-report__add-report-btn {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(66 139 202 / var(--tw-text-opacity))
}
    .panel-block--time-reports .day-report__add-report-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity))
}
    .panel-block--time-reports .week-report, .panel-block--time-reports .month-report {
    display: flex;
    flex-direction: column;
    gap: 0.75rem
}
    @media (min-width: 1280px) {
    .panel-block--time-reports .week-report, .panel-block--time-reports .month-report {
            width: calc(50% - 0.75rem)
    }
        }
    .panel-block--time-reports .week-report__header, .panel-block--time-reports .month-report__header {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem
}
    .panel-block--time-reports .week-report .table-wrapper, .panel-block--time-reports .month-report .table-wrapper {
    overflow: hidden;
    border-radius: 0.5rem;
    border-width: 1px
}
    :is(.dark .panel-block--time-reports .week-report .table-wrapper),:is(.dark  .panel-block--time-reports .month-report .table-wrapper) {
    --tw-border-opacity: 1;
    border-color: rgb(102 102 102 / var(--tw-border-opacity))
}
    .panel-block--time-reports .week-report .custom-table__row p:first-child, .panel-block--time-reports .month-report .custom-table__row p:first-child {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0.75rem;
    padding-right: 0.25rem;
                max-width: calc(100% - 6.25rem)
}
    .panel-block--time-reports .week-report .custom-table__row p:last-child, .panel-block--time-reports .month-report .custom-table__row p:last-child {
    width: 6rem;
    min-width: 6rem;
    max-width: 6rem;
    padding-right: 0.75rem
}
.panel-block--bookings .panel-block__loading-bar {
      position: relative !important;
      z-index: 10 !important;
      --tw-bg-opacity: 1 !important;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important
}
:is(.dark .panel-block--bookings .panel-block__loading-bar) {
      --tw-bg-opacity: 1 !important;
      background-color: rgb(51 51 51 / var(--tw-bg-opacity)) !important
}
  .panel-block--bookings .panel-block__content {
      display: flex;
      flex-direction: column;
      row-gap: 2rem;
      padding: 1rem
}
  .panel-block--bookings .table-wrapper {
      overflow: hidden;
      border-radius: 0.5rem;
      border-width: 1px
}
  :is(.dark .panel-block--bookings .table-wrapper) {
      --tw-border-opacity: 1;
      border-color: rgb(102 102 102 / var(--tw-border-opacity))
}
  .panel-block--bookings .custom-table__row p:first-child {
      display: flex;
      flex-grow: 1;
      padding-left: 0.75rem;
      padding-right: 0.25rem;
      max-width: calc(100% - 12.25rem)
}
  .panel-block--bookings .custom-table__row p:first-child span {
      overflow: hidden;
      text-overflow: ellipsis
}
  .panel-block--bookings .custom-table__row p:not(:first-child) {
      width: 6rem;
      min-width: 6rem;
      max-width: 6rem
}
  .panel-block--bookings .custom-table__row p:last-child {
      padding-right: 0.75rem
}
  .panel-block--bookings .commit-label {
      font-size: 0.75rem;
      line-height: 1rem;
      line-height: inherit;
      --tw-text-opacity: 1;
      color: rgb(170 170 170 / var(--tw-text-opacity))
}
  .panel-block--bookings .commit-label.overtime {
      --tw-text-opacity: 1;
      color: rgb(225 0 54 / var(--tw-text-opacity))
}
  .panel-block--bookings .commit-label.undertime {
      --tw-text-opacity: 1;
      color: rgb(237 114 0 / var(--tw-text-opacity))
}
  .panel-block--bookings .spent-time span {
      white-space: nowrap;
      border-radius: 9999px
}
  .panel-block--bookings .spent-time.undertime span {
      --tw-bg-opacity: 1;
      background-color: rgb(237 114 0 / var(--tw-bg-opacity));
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      padding-top: 0.125rem;
      padding-bottom: 0.125rem;
      font-weight: 700;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity))
}
  .panel-block--bookings .spent-time.overtime span {
      --tw-bg-opacity: 1;
      background-color: rgb(225 0 54 / var(--tw-bg-opacity));
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      padding-top: 0.125rem;
      padding-bottom: 0.125rem;
      font-weight: 700;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity))
}

.settings-page {

    position: relative;

    display: flex;

    width: 100%;

    flex-direction: column;

    gap: 1.5rem
}

    .settings-page__label {

    position: absolute;

    right: -0.5rem;

    top: -0.5rem;

    background-color: rgb(66 139 202 / var(--tw-bg-opacity));

    --tw-bg-opacity: 0.3;

    padding: 0.5rem;

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

    :is(.dark .settings-page__label) {

    --tw-bg-opacity: 1;

    background-color: rgb(116 191 255 / var(--tw-bg-opacity))
}

    .settings-page__columns {

    display: grid;

    width: 100%;

    grid-template-columns: repeat(1, minmax(0, 1fr));

    gap: 0.75rem
}

    @media (min-width: 768px) {

    .settings-page__columns {

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 2.5rem
    }
        }

    .settings-page__column {

    overflow: hidden;

    border-radius: 0.5rem
}

    .settings-page__column__top {

    display: flex;

    justify-content: space-between;

    gap: 1rem;

    --tw-bg-opacity: 1;

    background-color: rgb(91 98 124 / var(--tw-bg-opacity));

    padding-top: 0.625rem;

    padding-bottom: 0.625rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    font-weight: 700;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

    @media (min-width: 768px) {

    .settings-page__column__top {

        gap: 1.25rem
    }
            }

    .settings-page__column__content ul {

    display: flex;

    flex-direction: column;

    gap: 0.75rem;

    overflow: hidden;

    border-bottom-right-radius: 0.5rem;

    border-bottom-left-radius: 0.5rem;

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    padding: 1rem
}

    :is(.dark .settings-page__column__content ul) {

    --tw-bg-opacity: 1;

    background-color: rgb(51 51 51 / var(--tw-bg-opacity))
}

    .settings-page__item {

    display: flex;

    align-items: center;

    justify-content: space-between
}

    .settings-page .theme-switcher, .settings-page .visibility-switcher {

    display: flex;

    height: 2.5rem;

    width: 2.5rem;

    cursor: pointer;

    align-items: center;

    justify-content: center
}

    @media (min-width: 1024px) {

    .settings-page .theme-switcher, .settings-page .visibility-switcher {

        height: 30px;

        width: 30px
    }
        }

    .settings-page .theme-switcher .theme-changer, .settings-page .theme-switcher .visibility-changer, .settings-page .visibility-switcher .theme-changer, .settings-page .visibility-switcher .visibility-changer {

    position: absolute;

    display: block
}
/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.relative {
  position: relative;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-2\.5 {
  margin-top: -0.625rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-screen {
  height: 100vh;
}
.w-full {
  width: 100%;
}
.grow {
  flex-grow: 1;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-3 {
  gap: 0.75rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.rounded-br-none {
  border-bottom-right-radius: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

* {
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 245 / var(--tw-bg-opacity));
  font-family: Inter, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

:is(.dark body) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#app {
  display: flex;
  min-height: 100%;
  width: 100%;
  flex-direction: column;
}

main {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
}

@media (min-width: 768px) {

main {
    flex-direction: row;
    gap: 2.5rem;
  }
    }

@media (min-width: 1024px) {

main {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }}

.main-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
}

:is(.dark .main-overlay) {
  --tw-bg-opacity: 0.4;
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v39/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

.default-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1280px) {

.default-content {
        max-width: 1440px
}
    }

.not-authorized-block {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

.column-left {
  display: none;
  width: 100%;
  gap: 0.75rem;
}

@media (min-width: 768px) {

.column-left {
    width: 33.333333%;
  }
    }

.column-left.show {
  display: flex;
}

.column-right {
  display: none;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {

.column-right {
    width: 66.666667%;
  }
    }

.column-right.show {
  display: flex;
}

select {
  --tw-bg-opacity: 1;
  background-color: rgb(91 98 124 / var(--tw-bg-opacity));
}

option {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.status {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}

.status--good {
  --tw-text-opacity: 1;
  color: rgb(30 183 58 / var(--tw-text-opacity));
}

.status--mediocre {
  --tw-text-opacity: 1;
  color: rgb(237 114 0 / var(--tw-text-opacity));
}

.status--bad {
  --tw-text-opacity: 1;
  color: rgb(225 0 54 / var(--tw-text-opacity));
}

.icon {
  width: 1rem;
}

.icon--blue {
  --tw-text-opacity: 1;
  color: rgb(66 139 202 / var(--tw-text-opacity));
}

:is(.dark .icon--blue) {
  --tw-text-opacity: 1;
  color: rgb(116 191 255 / var(--tw-text-opacity));
}

.custom-table {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.custom-table__header {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  font-weight: 600;
}

:is(.dark .custom-table__header) {
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}

.custom-table__row {
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

:is(.dark .custom-table__row) {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(102 102 102 / var(--tw-border-opacity));
}

.custom-table__row:last-child {
  border-bottom-width: 0px;
}
.btn {

display: inline-flex;

flex-grow: 1;

align-items: center;

justify-content: center;

gap: 0.625rem;

border-radius: 0.25rem;

border-width: 1px;

--tw-border-opacity: 1;

border-color: rgb(66 139 202 / var(--tw-border-opacity));

--tw-bg-opacity: 1;

background-color: rgb(255 255 255 / var(--tw-bg-opacity));

padding: 0.5rem;

font-size: 0.875rem;

line-height: 1.25rem;

font-weight: 600;

--tw-text-opacity: 1;

color: rgb(66 139 202 / var(--tw-text-opacity))
}

:is(.dark .btn) {

--tw-border-opacity: 1;

border-color: rgb(116 191 255 / var(--tw-border-opacity));

--tw-bg-opacity: 1;

background-color: rgb(51 51 51 / var(--tw-bg-opacity));

--tw-text-opacity: 1;

color: rgb(116 191 255 / var(--tw-text-opacity))
}

    .btn:hover {

background-color: rgb(66 139 202 / var(--tw-bg-opacity));

--tw-bg-opacity: 0.1
}

    :is(.dark .btn:hover) {

background-color: rgb(116 191 255 / var(--tw-bg-opacity));

--tw-bg-opacity: 0.1
}

    @media (min-width: 768px) {.btn {

flex-grow: 0
}
    }

    .btn--bg-blue {

--tw-bg-opacity: 1;

background-color: rgb(66 139 202 / var(--tw-bg-opacity));

--tw-text-opacity: 1;

color: rgb(255 255 255 / var(--tw-text-opacity))
}

    .btn--unbordered {

border-color: transparent
}

    :is(.dark .btn--unbordered) {

border-color: transparent
}

    .btn--medium {

padding: 0.625rem
}

    .btn--large {

width: 9rem;

padding: 0.75rem
}
.input {

    border-radius: 0.5rem;

    border-width: 1px;

    padding: 0.5rem;

    font-size: 0.875rem;

    line-height: 1.25rem
}

    .input--small {

    width: 14rem
}

    .input--large {

    width: 100%
}

    .input--warning {

    --tw-border-opacity: 1;

    border-color: rgb(237 114 0 / var(--tw-border-opacity))
}
.panel-block {
    overflow: hidden;
    border-radius: 0.5rem
}

    .panel-block__top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(91 98 124 / var(--tw-bg-opacity));
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

    @media (min-width: 768px) {

    .panel-block__top {
        gap: 1.25rem
    }
        }

    .panel-block__header {
    font-weight: 700;
    line-height: 1.25rem
}

    .panel-block__actions {
    display: flex;
    gap: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem
}

    @media (min-width: 768px) {

    .panel-block__actions {
        gap: 1.5rem
    }
        }

    .panel-block__content {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

    :is(.dark .panel-block__content) {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity))
}

    .panel-block .vacations {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.75rem
}

    @media (min-width: 1280px) {

    .panel-block .vacations {
        flex-direction: row;
        justify-content: space-between;
        gap: 2.75rem
    }
        }

    .panel-block .vacations__days {
    display: grid;
    flex-grow: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    gap: 1rem;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(241 196 15 / var(--tw-border-opacity));
    background-color: rgb(241 196 15 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1;
    padding: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(91 98 124 / var(--tw-text-opacity))
}

    :is(.dark .panel-block .vacations__days) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

    @media (min-width: 768px) {

    .panel-block .vacations__days {
        justify-content: center
    }
            }

    .panel-block .vacations__days:before {
    --tw-border-opacity: 1;
    border-color: rgb(237 114 0 / var(--tw-border-opacity))
}

    .panel-block .vacations__days > * {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem
}

    @media (min-width: 768px) {

    .panel-block .vacations__days > * {
        flex-direction: row;
        gap: 0.5rem
    }
                }

    .panel-block .vacations__text, .panel-block .vacations__value {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem
}

    .panel-block .vacations__buttons {
    display: flex;
    width: 100%;
    gap: 1rem
}

    @media (min-width: 1024px) {

    .panel-block .vacations__buttons {
        width: auto
    }
            }

    .panel-block .table-wrapper {
    overflow: auto
}

    .panel-block .custom-table--holidays .custom-table__row p:first-child {
    display: flex;
    flex-grow: 1;
    padding-left: 0.75rem;
                max-width: calc(100% - 7rem)
}

    .panel-block .custom-table--holidays .custom-table__row p:last-child {
    width: 7rem;
    padding-right: 0.75rem;
    text-align: end
}

    .panel-block .custom-table--vacations {
    border-top-width: 1px
}

    :is(.dark .panel-block .custom-table--vacations) {
    --tw-border-opacity: 1;
    border-top-color: rgb(102 102 102 / var(--tw-border-opacity))
}

    .panel-block .custom-table--vacations .custom-table__row p {
    width: 6rem;
    min-width: 6rem;
    max-width: 6rem
}

    .panel-block .custom-table--vacations .custom-table__row p:first-child {
    padding-left: 0.75rem
}

    .panel-block .custom-table--vacations .custom-table__row p:last-child {
    padding-right: 0.75rem;
    text-align: end
}

    .panel-block .custom-table--vacations .custom-table__row .custom-table__dates--desktop {
    display: flex;
    flex-grow: 1;
                max-width: calc(100% - 24rem)
}

    .panel-block .custom-table--vacations .custom-table__row .custom-table__dates--mobile {
    display: flex;
    flex-grow: 1;
                max-width: calc(100% - 6rem)
}

    .panel-block .custom-table__no-data {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}

    .panel-block .show-more__btn {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 0.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(66 139 202 / var(--tw-text-opacity))
}
.user-profile {
display: flex;
width: 100%;
flex-direction: column
}

    @media (min-width: 768px) {.user-profile {
gap: 0.75rem
}
    }

    .user-profile__section-header {
font-weight: 700
}

    @media (min-width: 768px) {

    .user-profile__close-btn {
display: none
}
        }

    .user-profile__add-btn span {
--tw-text-opacity: 1;
color: rgb(66 139 202 / var(--tw-text-opacity))
}

    .user-profile__add-btn span:hover {
cursor: pointer;
border-radius: 0.25rem;
--tw-bg-opacity: 1;
background-color: rgb(66 139 202 / var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity))
}

    .user-profile__delete-btn span {
font-size: 1.125rem;
line-height: 1.75rem;
--tw-text-opacity: 1;
color: rgb(170 170 170 / var(--tw-text-opacity))
}

    .user-profile__delete-btn span:hover {
cursor: pointer;
--tw-text-opacity: 1;
color: rgb(225 0 54 / var(--tw-text-opacity))
}

    .user-profile__main-info {
display: flex;
flex-direction: column;
gap: 1rem;
overflow: hidden;
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
--tw-bg-opacity: 1;
background-color: rgb(91 98 124 / var(--tw-bg-opacity));
padding: 1rem;
padding-top: 1.25rem
}

    .user-profile__personal-info {
display: flex;
align-items: center;
gap: 0.75rem;
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity))
}

    @media (min-width: 768px) {

    .user-profile__personal-info {
flex-direction: column;
align-items: flex-start
}
        }

    @media (min-width: 1024px) {

    .user-profile__personal-info {
flex-direction: row;
align-items: center
}
        }

    .user-profile__avatar {
width: 4rem;
flex-shrink: 0;
overflow: hidden;
border-radius: 9999px
}

    .user-profile__full-name {
font-size: 1.25rem;
line-height: 1.75rem;
font-weight: 700;
text-transform: capitalize
}

    .user-profile__location, .user-profile__status {
font-size: 0.875rem;
line-height: 1.25rem
}

    .user-profile__teams {
display: none;
flex-wrap: wrap;
gap: 0.5rem
}

    .user-profile__badge {
overflow: hidden;
border-radius: 0.25rem;
--tw-bg-opacity: 1;
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
font-size: 0.75rem;
line-height: 1rem;
font-weight: 700;
--tw-text-opacity: 1;
color: rgb(91 98 124 / var(--tw-text-opacity))
}

    .user-profile__button {
display: flex;
width: 100%;
justify-content: space-between;
border-radius: 0px;
--tw-text-opacity: 1;
color: rgb(51 51 51 / var(--tw-text-opacity))
}

    @media (min-width: 768px) {

    .user-profile__button {
display: none
}
        }

    .user-profile__button:not(:last-child) {
border-bottom-width: 1px;
--tw-border-opacity: 1;
border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity))
}

    .user-profile__button:last-child {
overflow: hidden;
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem
}

    .user-profile__mentors {
display: flex;
flex-direction: column;
gap: 0.75rem;
overflow: hidden;
border-bottom-width: 1px;
--tw-border-opacity: 1;
border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
padding: 1rem
}

    :is(.dark .user-profile__mentors) {
--tw-bg-opacity: 1;
background-color: rgb(51 51 51 / var(--tw-bg-opacity))
}

    @media (min-width: 768px) {

    .user-profile__mentors {
margin-top: -0.75rem;
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
border-style: none
}
        }

    .user-profile__mentor {
display: flex;
gap: 1rem
}

    @media (min-width: 768px) {

    .user-profile__mentor {
flex-direction: column
}
        }

    @media (min-width: 1024px) {

    .user-profile__mentor {
flex-direction: row
}
        }

    .user-profile__mentor__avatar {
height: 2.5rem;
width: 2.5rem;
flex-shrink: 0;
overflow: hidden;
border-radius: 9999px
}

    .user-profile__mentor__full-name {
font-weight: 700
}

    .user-profile__mentor__level {
font-size: 0.875rem;
line-height: 1.25rem
}

    .user-profile__mentor__soft, .user-profile__mentor__tech {
font-size: 1.125rem;
line-height: 1.75rem
}

    .user-profile__mentor__soft {
--tw-text-opacity: 1;
color: rgb(241 196 15 / var(--tw-text-opacity));
            font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48
}

    .user-profile__mentor__tech {
--tw-text-opacity: 1;
color: rgb(255 49 98 / var(--tw-text-opacity))
}

    .user-profile__teammates {
display: none;
flex-direction: column;
gap: 0.75rem;
overflow: hidden;
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
padding: 1rem
}

    :is(.dark .user-profile__teammates) {
--tw-bg-opacity: 1;
background-color: rgb(51 51 51 / var(--tw-bg-opacity))
}

    .user-profile__teammates {

        /*@screen md {
            @apply flex -mt-3;
        }*/
    }

    .user-profile__teammates__list {
overflow: hidden;
border-radius: 0.25rem;
border-width: 1px
}

    :is(.dark .user-profile__teammates__list) {
--tw-border-opacity: 1;
border-color: rgb(102 102 102 / var(--tw-border-opacity))
}

    .user-profile__teammate {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 1rem;
padding: 0.75rem
}

    @media (min-width: 1280px) {

    .user-profile__teammate {
flex-direction: row
}
        }

    .user-profile__teammate:not(:last-child) {
border-bottom-width: 1px
}

    :is(.dark .user-profile__teammate:not(:last-child)) {
--tw-border-opacity: 1;
border-bottom-color: rgb(102 102 102 / var(--tw-border-opacity))
}

    .user-profile__teammate__full-name {
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 600
}

    .user-profile__teammate__description {
font-size: 0.75rem;
line-height: 1rem
}

    .user-profile__teammate__contacts {
display: flex;
gap: 0.5rem
}

    .user-profile__teammate__contact {
display: flex;
height: 2.25rem;
width: 2.25rem;
align-items: center;
justify-content: center;
overflow: hidden;
border-radius: 9999px;
--tw-bg-opacity: 1;
background-color: rgb(241 245 245 / var(--tw-bg-opacity));
text-align: center
}

    :is(.dark .user-profile__teammate__contact) {
--tw-bg-opacity: 1;
background-color: rgb(68 68 68 / var(--tw-bg-opacity))
}

    .user-profile__teammate__contact:hover {
--tw-bg-opacity: 1;
background-color: rgb(230 233 238 / var(--tw-bg-opacity))
}

    :is(.dark .user-profile__teammate__contact:hover) {
--tw-bg-opacity: 1;
background-color: rgb(102 102 102 / var(--tw-bg-opacity))
}

    .user-profile__teammate--sample {
display: none
}

    .user-profile .table-wrapper {
overflow: hidden;
border-radius: 0.5rem;
border-width: 1px
}

    :is(.dark .user-profile .table-wrapper) {
--tw-border-opacity: 1;
border-color: rgb(102 102 102 / var(--tw-border-opacity))
}

    .user-profile__own-links {
display: none;
flex-direction: column;
gap: 0.75rem;
overflow: hidden;
border-radius: 0.5rem;
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
padding: 1rem
}

    :is(.dark .user-profile__own-links) {
--tw-bg-opacity: 1;
background-color: rgb(51 51 51 / var(--tw-bg-opacity))
}

    @media (min-width: 768px) {

    .user-profile__own-links {
display: flex
}
        }

    .user-profile__own-links__table {
display: flex;
flex-direction: column;
overflow: hidden;
border-radius: 0.5rem;
border-width: 1px
}

    .user-profile__own-links__row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.5rem;
padding-left: 0.75rem;
padding-right: 0.75rem;
padding-top: 0.625rem;
padding-bottom: 0.625rem
}

    .user-profile__own-links__row:not(:last-child) {
border-bottom-width: 1px
}

    .user-profile__own-links a {
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 600;
--tw-text-opacity: 1;
color: rgb(66 139 202 / var(--tw-text-opacity))
}

    :is(.dark .user-profile__own-links a) {
--tw-text-opacity: 1;
color: rgb(116 191 255 / var(--tw-text-opacity))
}

    .user-profile__own-links a:hover {
text-decoration-line: underline
}

    .user-profile__own-links__buttons {
display: flex;
justify-content: center;
gap: 0.75rem
}

    .user-profile__own-links input {
overflow: hidden;
border-radius: 0.5rem;
border-width: 1px;
--tw-bg-opacity: 1;
background-color: rgb(250 250 250 / var(--tw-bg-opacity));
padding: 0.5rem;
outline-color: #d1d5db
}

    :is(.dark .user-profile__own-links input) {
--tw-bg-opacity: 1;
background-color: rgb(68 68 68 / var(--tw-bg-opacity))
}

    .user-profile__useful-links {
display: none;
flex-direction: column;
gap: 0.75rem;
overflow: hidden;
border-radius: 0.5rem;
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
padding: 1rem
}

    :is(.dark .user-profile__useful-links) {
--tw-bg-opacity: 1;
background-color: rgb(51 51 51 / var(--tw-bg-opacity))
}

    @media (min-width: 768px) {

    .user-profile__useful-links {
display: flex
}
        }

    .user-profile__useful-links table {
display: table;
width: 100%;
font-size: 0.75rem;
line-height: 1rem
}

    .user-profile__useful-links tr:not(:last-child) {
border-bottom-width: 1px
}

    :is(.dark .user-profile__useful-links tr:not(:last-child)) {
--tw-border-opacity: 1;
border-bottom-color: rgb(102 102 102 / var(--tw-border-opacity))
}

    .user-profile__useful-links th {
--tw-bg-opacity: 1;
background-color: rgb(250 250 250 / var(--tw-bg-opacity));
padding: 0.75rem;
font-size: 0.875rem;
line-height: 1.25rem
}

    :is(.dark .user-profile__useful-links th) {
--tw-bg-opacity: 1;
background-color: rgb(68 68 68 / var(--tw-bg-opacity))
}

    .user-profile__useful-links th, .user-profile__useful-links td {
padding-top: 0.625rem;
padding-bottom: 0.625rem;
text-align: start
}

    .user-profile__useful-links td:first-child {
width: 2.5rem;
max-width: 40px;
padding-left: 0.75rem
}

    .user-profile__useful-links td:last-child {
padding-right: 0.75rem
}

    .user-profile__useful-links .icon {
width: 1.25rem
}

    .user-profile__useful-links a {
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 600;
--tw-text-opacity: 1;
color: rgb(66 139 202 / var(--tw-text-opacity))
}

    :is(.dark .user-profile__useful-links a) {
--tw-text-opacity: 1;
color: rgb(116 191 255 / var(--tw-text-opacity))
}

    .user-profile__useful-links a:hover {
text-decoration-line: underline
}

    .user-profile__equipment {
display: none;
flex-direction: column;
gap: 0.75rem;
overflow: hidden;
border-radius: 0.5rem;
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
padding: 1rem
}

    :is(.dark .user-profile__equipment) {
--tw-bg-opacity: 1;
background-color: rgb(51 51 51 / var(--tw-bg-opacity))
}

    @media (min-width: 768px) {

    .user-profile__equipment {
display: flex
}
        }

    .user-profile__equipment__items {
overflow: hidden;
border-radius: 0.5rem;
border-width: 1px
}

    :is(.dark .user-profile__equipment__items) {
--tw-border-opacity: 1;
border-color: rgb(102 102 102 / var(--tw-border-opacity))
}

    .user-profile__equipment__item {
padding-left: 0.75rem;
padding-right: 0.75rem;
padding-top: 0.625rem;
padding-bottom: 0.625rem
}

    .user-profile__equipment__item:not(:last-child) {
border-bottom-width: 1px
}

    :is(.dark .user-profile__equipment__item:not(:last-child)) {
--tw-border-opacity: 1;
border-bottom-color: rgb(102 102 102 / var(--tw-border-opacity))
}

    .user-profile__equipment__item-row {
display: flex;
align-items: center;
gap: 0.75rem
}

    .user-profile__equipment__subitems .user-profile__equipment__item {
border-style: none;
padding-bottom: 0px
}

    .user-profile__equipment__item-icon {
width: 18px
}

    .user-profile__equipment__item-name {
font-size: 0.875rem;
line-height: 1.25rem
}

    .user-profile__no-info-placeholder {
font-size: 0.875rem;
line-height: 1.25rem
}

    /*&__teammates, */

    .user-profile__useful-links.show, .user-profile__equipment.show, .user-profile__own-links.show {
position: fixed;
bottom: 0px;
left: 0px;
z-index: 50;
display: flex;
width: 100vw;
overflow: auto;
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
            max-height: calc(var(--app-height) - 2rem)
}
