* {
    margin: 0;
    padding: 0;
    font-family: "Google Sans", sans-serif;
    font-weight: 400;
}

body {
    display: flex;
    background: #f5f5f5;
}

.sidebar-napp {
    background-color: white;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 240px;
    height: 100dvh;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.sidebar-alogo{
    font-size: 20px;
    font-weight: 600;
    color: black;
    line-height: 20px;
    padding: 25px 12px;
}

.sidebar-alogo span{
    color: #25d366 !important;
}

.sidebar-alogo a{
    text-decoration: none;
    color: inherit;
}

.sidebar-alogo img {
    width: 150px;
}

.form-container {
    width: 400px;
    margin: 40px auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.form-container label {
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 4px;
}

.form-container label input {
    width: fit-content !important;
    margin: 0 !important;
}

.form-container input,
.form-container select {
    width: -webkit-fill-available;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: #e5e7eb solid 1px;
}

button {
    padding: 10px;
    background: #000;
    color: #fff;
    border: none;
    width: 100%;
    cursor: pointer;
    border-radius: 8px;
}

.napp-sbartl {
    width: -webkit-fill-available;
}

.napp-sbartl a {
    width: -webkit-fill-available;
    font-size: 14px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
}

.napp-sbartl a:hover {
    background-color: aliceblue;
}

.napp-body {
    padding: 20px 20px;
    width: -webkit-fill-available;
}

table {
    font-size: 14px;
    border: #e5e7eb solid 1px !important;
    border-radius: 4px;
}

table thead {
    border-color: #e5e7eb !important;
}

table thead tr th {
    padding: 5px 10px;
    text-align: left !important;
    background-color: #e5e7eb;
    color: #737373;
}

table tbody tr td {
    padding: 10px 10px;
    font-size: 13px;
}

.scwn-icoerpo {
    font-size: 13px;
    padding: 15px 10px;
    text-align: center;
}

.cwuew-bwier {
    width: fit-content;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 12px;
    border: #e0e5e5 solid 1px;
    background-color: #fff;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cwuew-bwier.active {
    background-color: #f0f7f4 !important;
    border-color: #c8e6c9 !important;
}

.cnwo-flecxm {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 5px;
}


table {
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

table thead tr th {
    padding: 7px 10px;
    border: #e5e7eb solid 1px;
    border-left-color: white;
}

table tbody tr {
    border: 0 !important;
}

table tbody tr td {
    border: #e5e7eb solid 1px;
}

table tbody tr:hover {
    background-color: #e5e7eb;
}

.pgt-sncuwrjs{
    margin-bottom: 10px;
}