/* 
 * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
 * See LICENSE in the project root for license information.
 */

 html,
 body {
     width: 100%;
     height: 100%;
     margin: 0;
     padding: 0;
 }
 
 ul {
     margin: 0;
     padding: 0;
 }
 
 .ms-welcome__header {
    padding: 20px;
    padding-bottom: 30px;
    padding-top: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
 }

 .ms-welcome__main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    padding: 10px 20px 24px;
    background-color: white;
 }

.pane-nav {
    display: flex;
    gap: 8px;
    width: 100%;
    max-width: 960px;
    margin-bottom: 16px;
}

.pane-nav__button {
    border: 1px solid #c7d6e3;
    background: #f7fafc;
    color: #16324a;
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 600;
    cursor: pointer;
}

.pane-nav__button--active {
    background: #16324a;
    border-color: #16324a;
    color: white;
}

.pane-panel {
    width: 100%;
    max-width: 960px;
}

.pane-panel--hidden {
    display: none;
}

.pane-panel--active {
    display: flex;
    flex-direction: column;
    align-items: center;
}
 
 .ms-welcome__main > h2 {
     width: 100%;
     text-align: center;
 }
 
 .ms-welcome__features {
     list-style-type: none;
     margin-top: 20px;
 }
 
 .ms-welcome__features.ms-List .ms-ListItem {
     padding-bottom: 20px;
     display: -webkit-flex;
     display: flex;
 }
 
 .ms-welcome__features.ms-List .ms-ListItem > .ms-Icon {
     margin-right: 10px;
 }
 
 .ms-welcome__action.ms-Button--hero {
     margin-top: 30px;
 }
 
.ms-Button.ms-Button--hero .ms-Button-label {
  color: #0078d7;
}

.ms-Button.ms-Button--hero:hover .ms-Button-label,
.ms-Button.ms-Button--hero:focus .ms-Button-label{
  color: #005a9e;
  cursor: pointer;
}

b {
    font-weight: bold;
}

p {
    max-width: 720px;
}

.help-header,
.help-search-row,
.help-layout,
.help-status {
    width: 100%;
}

.help-subtitle {
    color: #51697d;
    margin-top: 0;
    max-width: none;
}

.help-search-row {
    margin-bottom: 12px;
}

.help-search {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c7d6e3;
    border-radius: 8px;
    padding: 10px 12px;
}

.help-status {
    padding: 12px;
    border-radius: 8px;
    background: #f7fafc;
    color: #425466;
}

.help-status--error {
    background: #fff1f0;
    color: #9d1c1c;
}

.help-layout {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.help-list {
    border: 1px solid #d8e1e8;
    border-radius: 10px;
    overflow: hidden;
    background: #fbfdff;
}

.help-list__item {
    width: 100%;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #e6edf2;
    background: transparent;
    padding: 12px 14px;
    cursor: pointer;
}

.help-list__item:last-child {
    border-bottom: 0;
}

.help-list__item--active {
    background: #eaf3fb;
}

.help-list__name {
    display: block;
    font-weight: 700;
    color: #16324a;
    margin-bottom: 4px;
}

.help-list__summary {
    display: block;
    color: #5a7082;
    font-size: 12px;
    line-height: 1.35;
}

.help-list__empty {
    padding: 14px;
    color: #5a7082;
}

.help-detail {
    border: 1px solid #d8e1e8;
    border-radius: 10px;
    padding: 16px;
    background: white;
}

.help-detail__header {
    margin-bottom: 10px;
}

.help-detail__title {
    margin: 0;
    color: #16324a;
}

.help-detail__signature {
    margin-top: 6px;
    font-family: Consolas, Monaco, monospace;
    font-size: 12px;
    color: #51697d;
    word-break: break-word;
}

.help-detail__description {
    color: #31495d;
    line-height: 1.5;
}

.help-detail__link {
    display: inline-block;
    margin-bottom: 16px;
}

.help-detail__section-title {
    margin: 0 0 10px;
    color: #16324a;
}

.help-parameter {
    border-top: 1px solid #edf2f6;
    padding: 10px 0;
}

.help-parameter:first-child {
    border-top: 0;
    padding-top: 0;
}

.help-parameter__header {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 4px;
}

.help-parameter__name {
    font-weight: 700;
    color: #16324a;
}

.help-parameter__type,
.help-parameter__tag {
    font-size: 12px;
    color: #51697d;
    background: #eef4f8;
    border-radius: 999px;
    padding: 2px 8px;
}

.help-parameter__description {
    color: #425466;
    line-height: 1.45;
}

table {
    min-width: 300px;
    border: 1px solid gray;
    border-radius: 3px;
    padding: 10px;
}
table tr td {
    padding-top: 10px;
}
table tr td input {
    min-width: 220px;
}
table tr td button {
    background-color: #0078d4;
    border: 1px solid #0078d4;
    border-radius: 5px;
    color: white;
    padding: 5px;
    min-width: 80px;
}

@media (max-width: 720px) {
    .pane-nav {
        flex-wrap: wrap;
    }

    .help-layout {
        grid-template-columns: 1fr;
    }

    p {
        max-width: 100%;
    }

    table {
        min-width: 100%;
    }
}