button:disabled {
    background-color: grey;
}

.preloader-7 {
    margin-left: 25px;
    width: 1px;
    height: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader-7 div {
    border: 2px inset #FFF;
    border-radius: 100%;
    padding: 2px;
    animation: preloader-7-spin 4s linear infinite;
}
@keyframes preloader-7-spin {
    from { transform: rotate(0deg) }
    to { transform: rotate(360deg) }
}

.sync-list {
    margin-top: 20px;
}
.sync-list td {
    padding: 10px;
}

.register input {
    height: 40px;
}

.register .setting-lk__cell label {
    margin-bottom: 5px;
}

.register .setting-lk__cell {
    margin-bottom: 10px;
}

.help-text {
    width: 100%; !important;
    color: rgb(107 114 128);
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}
.data__table table tr th, .data__table table tr td {
    min-width: 120px;
}

.auth-logs h2 {
    margin-bottom: 20px;
}

.auth-logs__filters {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 25px;
}

.auth-logs__filter label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
}

.auth-logs__input {
    width: 220px;
    max-width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-sizing: border-box;
}

.auth-logs__filter--actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.auth-logs__filter--actions .button-primary {
    padding: 12px 24px;
    font-size: 14px;
}

.auth-logs__reset {
    color: #9DCF00;
    text-decoration: none;
    font-size: 14px;
}

.auth-logs__reset:hover {
    text-decoration: underline;
}

.auth-logs .data__table {
    margin-top: 0;
}

.auth-logs .data__table table.auth-logs__table {
    width: auto;
    min-width: 0;
    border-collapse: collapse;
}

.auth-logs .data__table table.auth-logs__table th,
.auth-logs .data__table table.auth-logs__table td {
    min-width: 0;
    width: auto;
    padding: 12px 16px;
    text-align: left;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.auth-logs .data__table table.auth-logs__table th {
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    font-weight: 600;
}

.auth-logs .data__table table.auth-logs__table th:first-of-type,
.auth-logs .data__table table.auth-logs__table td:first-of-type,
.auth-logs .data__table table.auth-logs__table th:last-of-type,
.auth-logs .data__table table.auth-logs__table td:last-of-type {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
}