html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#content-main {
    padding: 15px;
}

.padding {
    padding: 15px;
}

.settings-section {
    margin-bottom: 20px;
}

.settings-section label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.settings-section input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.button-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ms-Button {
    background-color: #0078d4;
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 2px;
}

.ms-Button:hover {
    background-color: #106ebe;
}

#status-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 2px;
}

.success {
    background-color: #dff6dd;
    color: #107c10;
}

.error {
    background-color: #fed9cc;
    color: #d83b01;
}
