body {
    font-family: var(--vscode-markdown-font-family, -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif);
    font-size: var(--vscode-markdown-font-size, 14px);
    padding: 0 26px;
    line-height: var(--vscode-markdown-line-height, 22px);
    word-wrap: break-word;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 1px solid -webkit-focus-ring-color;
    outline-offset: -1px;
}

hr {
    border: 0;
    height: 2px;
    border-bottom: 2px solid;
}

h1 {
    padding-bottom: 0.3em;
    line-height: 1.2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

h1,
h2,
h3 {
    font-weight: normal;
}

.page {
    page-break-after: always;
}

.copyright,
.box-link,
.title {
    text-align: center;
}

.hidden {
    display: none !important;
}

.delete-user {
    color: red;
}

#btnWrap {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

#btnWrap svg {
    max-width: 18px;
    max-height: 18px;
}

.pro-data {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.title-login,
.subtitle-login {
    text-align: center;
    line-height: 1;
}

.desc-login {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#title-app,
.copyright {
    text-align: center;
}

.title-login {
    display: inline;
}

.text-center {
    text-align: center;
}

.title-welcome,
.email-user,
.name-user,
.avatar-user {
    margin-bottom: 10px;
}

.group-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 30px;
    margin-bottom: 20px;
}

.btn-user {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
}

.btn-user a {
    color: #000;
    font-weight: bold;
}

.btn-user:first-child a {
    color: #f00;
}

.btn-user:last-child a {
    color: #00ced1;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */


}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    
    max-height: 600px;
    max-width: 480px;
    min-width: 192px;

    border: 0;
    border-radius: 0.75rem;
    box-shadow: 0px 0px 0px 1px #d1d9e080, 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;;
    color: #1f2328;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: #59636e;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    box-shadow: inset 0 calc(max(1px, 0.0625rem)* -1) #d1d9e0;
    padding: 0.1rem;
    padding-left: 0.5rem;
}

.modal-body {
    padding: 1rem;
}

.width-full {
    width: 100% !important;
}

.FormControl-input {
    border-radius: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.4285;
    padding-block: calc(0.375rem - max(1px, 0.0625rem));
    padding-inline: 0.5rem;
    transition: 80ms cubic-bezier(0.33, 1, 0.68, 1);
    transition-property: color, background-color, box-shadow, border-color;
    width: 96%;
    background-color: #fff;
    border: max(1px, 0.0625rem) solid #d1d9e0;
    box-shadow: inset 0px 1px 0px 0px #1f23280a;
    color: #1f2328;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

[invalid=true]:is(.FormControl-input):not(:focus) {
    border-color: #cf222e;
}
.Button--fullWidth {
    width: 100%;
}
.Button {
    align-items: center;
    background-color: initial;
    border: max(1px, 0.0625rem) solid;
    border-color: #0000;
    border-radius: 0.375rem;
    color: #25292e;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    font-size: 0.875rem;
    font-weight: 500;
    gap: 0.25rem;
    height:  2rem;
    justify-content: space-between;
    min-width: max-content;
    padding: 0 0.75rem;
    position: relative;
    text-align: center;
    transition: 80ms cubic-bezier(0.65,0,0.35,1);
    transition-property: color, fill, background-color, border-color;
    -webkit-user-select: none;
    user-select: none;
}

.Button:disabled {
    box-shadow: none;
    cursor: not-allowed;
    color: #d1242f;
    fill: #d1242f;
    background-color: #f6f8fa;
    border-color: #d1d9e0;
    box-shadow: 0px 1px 0px 0px #1f23280a;
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

.Button-content {
    align-items: center;
    flex: 1 0 auto;
    grid-template-areas: "leadingVisual text trailingVisual";
    grid-template-columns: min-content minmax(0, auto) min-content;
    place-content: center;
}

.Button-label {
    grid-area: text;
    line-height: 1.4285;
    white-space: nowrap;
}

.Button--danger {
    color: #d1242f;
    fill: #d1242f;
    background-color: #f6f8fa;
    border-color: #d1d9e0;
    box-shadow: 0px 1px 0px 0px #1f23280a;;
}

.Button--danger:hover:not(:disabled,.Button--inactive) {
    color: #ffffff;
    fill: #ffffff;
    background-color: #a40e26;
    border-color: #1f232826;
    box-shadow: 0px 1px 0px 0px #1f23280a;;
}
.Button:hover {
    transition-duration: cubic-bezier(0.65,0,0.35,1);
}
.modal-title {
    font-size: 0.875rem;
    font-weight: 500;
}

.FormControl-label {
    color: #1f2328;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.4285;
}

.FormControl-input-wrap {
    display: grid;
    position: relative;
    padding-top: 0.1rem;
}