:root {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #172b25;
    background: #f7f9f8;
    font-synthesis: none
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    display: flex;
    min-height: 100vh;
    font-size: 14px
}

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

button, input {
    font: inherit
}

button, a, input {
    touch-action: manipulation
}

button {
    cursor: pointer
}

button:disabled {
    opacity: .6;
    cursor: wait
}

a:focus-visible, button:focus-visible, input:focus-visible {
    outline: 3px solid #7cbea4;
    outline-offset: 3px
}

.sidebar {
    width: 258px;
    background: #fff;
    border-right: 1px solid #e1e8e4;
    padding: 35px 22px 22px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    flex-shrink: 0
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px 44px
}

.brand img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: brightness(0);
    opacity: .86
}

.workspace {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 0 7px 29px;
    border-bottom: 1px solid #e8ece9
}

.workspace strong {
    font-size: 17px
}

.workspace small, .account small {
    display: block;
    font-size: 11px;
    color: #7a8982;
    margin-top: 5px
}

.team-icon {
    width: 37px;
    height: 37px;
    background: #e5f2ec;
    color: #28775a;
    display: grid;
    place-items: center;
    font-weight: 650;
    border-radius: 9px;
    flex-shrink: 0
}

nav {
    margin-top: 30px
}

.nav-caption {
    color: #8a9890;
    font-size: 10px;
    letter-spacing: 1.5px;
    padding-left: 13px
}

.nav-active {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    background: #e9f3ee;
    border-radius: 8px;
    padding: 13px;
    color: #24684e;
    font-weight: 600
}

.nav-active span {
    font-size: 23px;
    line-height: 17px
}

.account {
    margin-top: auto;
    padding: 30px 3px 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.account strong {
    font-size: 12px;
    overflow-wrap: anywhere
}

.account form {
    width: 100%;
    padding-left: 44px
}

.text-button {
    border: 0;
    background: none;
    color: #75837c;
    padding: 4px 0;
    font-size: 12px
}

.sidebar-footer {
    border-top: 1px solid #e8ece9;
    padding-top: 20px;
    color: #75837c;
    font-size: 10px
}

.sidebar-footer span {
    float: right;
    color: #a1aba5
}

main {
    width: calc(100% - 258px);
    padding: 43px 48px 64px;
    max-width: 1620px
}

.breadcrumb, .back-link {
    font-size: 12px;
    color: #78877f;
    display: block;
    margin-bottom: 30px
}

.breadcrumb span {
    margin: 0 11px;
    color: #b7c2bb
}

.page-header {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 33px
}

h1 {
    font-size: 30px;
    letter-spacing: -1.1px;
    line-height: 1.25;
    margin: 0;
    font-weight: 600
}

p {
    color: #7c8982;
    line-height: 1.7;
    margin: 11px 0 0
}

.count {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    background: #e8eeea;
    color: #62806e;
    border-radius: 6px;
    padding: 4px 9px;
    margin-left: 8px
}

.button {
    display: inline-flex;
    gap: 11px;
    align-items: center;
    justify-content: center;
    background: #287457;
    color: #fff;
    border: 1px solid #287457;
    border-radius: 7px;
    min-height: 43px;
    padding: 11px 17px;
    font-size: 13px;
    font-weight: 550;
    white-space: nowrap
}

.button:hover {
    background: #205e47
}

.button span {
    font-size: 19px;
    font-weight: 400;
    line-height: 16px
}

.panel {
    background: #fff;
    border: 1px solid #e1e7e3;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 3px 8px #17312703
}

.table-toolbar {
    padding: 20px 23px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between
}

.search {
    display: flex;
    gap: 8px;
    width: 440px;
    max-width: 100%
}

input {
    border: 1px solid #dce4de;
    border-radius: 6px;
    background: #fff;
    padding: 11px 12px;
    color: #213e2d;
    min-width: 0;
    width: 100%
}

input::placeholder {
    color: #9aa59f;
    font-size: 12px
}

.secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce4de;
    background: white;
    border-radius: 6px;
    padding: 9px 13px;
    color: #607368;
    font-size: 12px;
    white-space: nowrap
}

.secondary:hover {
    background: #f4f8f5
}

.group-label {
    font-size: 11px;
    color: #9ca89f;
    white-space: nowrap
}

.group-label strong {
    margin-left: 7px;
    color: #567361;
    background: #f2f5f3;
    border-radius: 5px;
    padding: 6px 10px;
    font-weight: 500
}

.table-scroll {
    overflow-x: auto
}

table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    font-size: 12px
}

th {
    color: #829087;
    background: #fafcfb;
    font-size: 11px;
    font-weight: 500;
    padding: 14px 24px;
    border-block: 1px solid #e9edea
}

td {
    padding: 19px 24px;
    border-bottom: 1px solid #edf0ed;
    white-space: nowrap;
    color: #718178
}

td strong {
    font-weight: 550;
    color: #314d3d
}

.person {
    display: flex;
    gap: 11px;
    align-items: center
}

.avatar {
    background: #edf2ed;
    color: #6c8772;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: inline-grid;
    place-items: center;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 12px
}

.status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 10px
}

.status:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor
}

.active {
    background: #edf7ef;
    color: #50845d
}

.inactive {
    background: #f1f3f2;
    color: #909b93
}

.empty {
    text-align: center;
    padding: 65px 25px;
    white-space: normal
}

.table-footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 24px;
    font-size: 11px;
    color: #91a096
}

.table-footer div {
    display: flex;
    gap: 18px
}

.table-footer a {
    color: #426d53
}

.form-panel {
    max-width: 640px
}

.form-fields {
    padding: 30px
}

.field {
    margin-bottom: 23px
}

.field label {
    display: block;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 550
}

.field input {
    min-height: 43px
}

.fixed-group {
    padding: 18px 0 0;
    border-top: 1px solid #edf0ed;
    display: flex;
    gap: 13px;
    align-items: center
}

.fixed-group strong {
    font-size: 13px
}

.fixed-group small {
    display: block;
    font-size: 11px;
    color: #91a094;
    line-height: 1.5;
    margin-top: 5px
}

.pill {
    margin-left: auto;
    color: #94a096;
    font-size: 10px
}

.form-note {
    font-size: 12px;
    background: #f6f9f6;
    border-radius: 6px;
    padding: 15px 16px;
    color: #7b8c7f;
    line-height: 1.7;
    margin-top: 23px
}

.form-footer {
    padding: 19px 30px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #e7ede7
}

.errorlist {
    color: #b5473a;
    font-size: 12px;
    line-height: 1.6;
    padding-left: 20px
}

.form-panel > form > .errorlist {
    margin: 20px 30px
}

.welcome {
    max-width: 610px;
    padding: 12vh 4vw
}

.eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
    color: #6d9279
}

.welcome h1 {
    font-size: 40px;
    letter-spacing: -1.3px;
    line-height: 1.24;
    margin-top: 23px
}

.welcome p {
    margin: 22px 0 29px;
    font-size: 15px
}

.welcome small {
    display: block;
    color: #98a399;
    font-size: 11px;
    margin-top: 19px
}

.success-wrap {
    max-width: 620px;
    margin: 50px auto
}

.success-icon {
    display: grid;
    place-items: center;
    width: 55px;
    height: 55px;
    background: #e4f2e8;
    color: #498760;
    font-size: 27px;
    border-radius: 50%;
    margin-bottom: 24px
}

.credential-panel {
    margin: 28px 0;
    padding: 24px
}

.credential-panel dl {
    margin: 0
}

.credential-panel dt {
    color: #96a198;
    font-size: 11px;
    margin: 20px 0 8px
}

.credential-panel dt:first-child {
    margin-top: 0
}

.credential-panel dd {
    margin: 0;
    color: #44664f;
    font-size: 13px;
    overflow-wrap: anywhere
}

.password-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px
}

code {
    font-size: 16px;
    letter-spacing: .4px;
    overflow-wrap: anywhere
}

.copy-status {
    font-size: 12px;
    color: #4b7656;
    display: block;
    margin-top: 10px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

@media (min-width: 1500px) {
    main {
        padding-inline: 64px
    }
}

@media (max-width: 1100px) {
    .sidebar {
        width: 220px;
        padding-inline: 16px
    }

    main {
        width: calc(100% - 220px);
        padding: 32px 26px
    }

    .page-header {
        align-items: flex-start
    }

    h1 {
        font-size: 26px
    }

    .page-header .button {
        font-size: 11px
    }

    .table-toolbar {
        flex-wrap: wrap
    }

    .group-label {
        display: none
    }
}

@media (max-width: 760px) {
    body {
        display: block
    }

    .sidebar {
        width: 100%;
        min-height: 0;
        padding: 17px 22px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        border-right: 0;
        border-bottom: 1px solid #e2e9e3;
        gap: 12px
    }

    .brand {
        margin: 0
    }

    .brand img {
        width: 30px;
        height: 30px
    }

    .workspace, nav, .sidebar-footer, .account .avatar, .account small, .account strong {
        display: none
    }

    .account {
        margin: 0;
        padding: 0;
        display: block
    }

    .account form {
        padding: 0
    }

    .text-button {
        font-size: 12px
    }

    main {
        width: 100%;
        padding: 27px 20px
    }

    .page-header {
        display: block
    }

    .page-header .button {
        margin-top: 18px
    }

    .breadcrumb {
        margin-bottom: 23px
    }

    h1 {
        font-size: 27px
    }

    .table-toolbar {
        padding: 17px
    }

    .table-footer {
        padding: 16px
    }

    .form-fields {
        padding: 22px
    }

    .form-footer {
        padding: 18px
    }

    .welcome {
        padding: 12vh 0
    }

    .welcome h1 {
        font-size: 36px
    }

    .success-wrap {
        margin: 28px 0
    }

    .credential-panel {
        padding: 20px
    }

    .fixed-group small {
        max-width: 240px
    }

    .pill {
        display: none
    }
}
