html, body, #app {
    /*height: 100vh;*/
    min-height: 100vh;
}

html, body {
    /*height: 100%;*/
    margin: 0;
    padding: 0;
}

.full-height {
    height: 100vh;
}

.mud-typography {
    word-wrap: break-word;
}

.mud-select {
    --mud-palette-text-primary: black;
}

body[dir="rtl"] .form-control {
    text-align: right;
}

body[dir="rtl"] label {
    text-align: right;
}

body[dir="rtl"] .form-check-label {
    margin-right: 1.25rem;
    margin-left: 0;
    text-align: right !important;
    width: 100%;
}

body[dir="rtl"] .form-check-input {
    margin-right: 0;
    margin-left: -1.5em;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.form-control:focus {
    border-color: #0077cc;
    outline: black auto 1px;
    box-shadow: none;
}

.form-check-input:focus {
    border-color: #0077cc;
    box-shadow: none;
    outline: black auto 1px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

    .btn-primary:focus {
        box-shadow: none;
        outline: black auto 1px;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-link.nav-link:focus {
    outline: black auto 1px;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 100px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    line-height: 60px;
}


#json-code-editor {
    height: 100vh;
}

#json-payload-editor {
    height: 100vh;
}

.mud-input.mud-input-underline:before {
    border-bottom: none; 
}
