.ms-button-light {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #8c8c8c;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #5e5e5e;
    cursor: pointer;
    font-family: "Segoe UI", "Segoe UI Variable Text", -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    /* max-width: 400px; */
    min-width: min-content;
}

.ms-button-light .ms-button-icon {
    height: 20px;
    margin-right: 10px;
    min-width: 20px;
    width: 20px;
}

.ms-button-light .ms-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.ms-button-light .ms-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: "Segoe UI", "Segoe UI Variable Text", -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.ms-button-light .ms-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.ms-button-light:disabled {
    cursor: default;
    background-color: #ffffff61;
}

.ms-button-light:disabled .ms-button-state {
    background-color: #1f1f1f1f;
}

.ms-button-light:disabled .ms-button-contents {
    opacity: 38%;
}

.ms-button-light:disabled .ms-button-icon {
    opacity: 38%;
}

.ms-button-light:not(:disabled):active .ms-button-state,
.ms-button-light:not(:disabled):focus .ms-button-state {
    background-color: #001d35;
    opacity: 12%;
}

.ms-button-light:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.ms-button-light:not(:disabled):hover .ms-button-state {
    background-color: #001d35;
    opacity: 8%;
}


.ms-button-dark {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #2f2f2f;
    background-image: none;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Segoe UI", "Segoe UI Variable Text", -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    /* max-width: 400px; */
    min-width: min-content;
    border-color: #8e918f;
}

.ms-button-dark .ms-button-icon {
    height: 20px;
    margin-right: 10px;
    min-width: 20px;
    width: 20px;
}

.ms-button-dark .ms-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.ms-button-dark .ms-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: "Segoe UI", "Segoe UI Variable Text", -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.ms-button-dark .ms-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.ms-button-dark:disabled {
    cursor: default;
    background-color: #13131461;
    border-color: #8e918f1f;
}

.ms-button-dark:disabled .ms-button-state {
    background-color: #e3e3e31f;
}

.ms-button-dark:disabled .ms-button-contents {
    opacity: 38%;
}

.ms-button-dark:disabled .ms-button-icon {
    opacity: 38%;
}

.ms-button-dark:not(:disabled):active .ms-button-state,
.ms-button-dark:not(:disabled):focus .ms-button-state {
    background-color: white;
    opacity: 12%;
}

.ms-button-dark:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.ms-button-dark:not(:disabled):hover .ms-button-state {
    background-color: white;
    opacity: 8%;
}
