.text-primary {
    text-align: right;
}

nav.navbar.navbar-expand.bg-secondary.navbar-dark.sticky-top.px-4.py-0 {
    justify-content: space-between;
    box-shadow: 0 10px 4px -4px rgba(0, 0, 0, 0.2);
}

.navbar-brand-2 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-size: 1.25rem;
    white-space: nowrap;
    visibility: hidden;
}

.navbar-brand-2 .text-primary {
    margin-top: 0.5rem;
}

@media only screen and (max-width: 991px) {
    .navbar-brand-2 {
        visibility: unset;
    }

    .navbar-brand .text-primary {
        display: none;
    }

    .navbar-nav.w-100 {
        margin-top: 20px;
    }
}

pre#embed1 {
    background-color: black;
}

div#consoleMessages {
    background-color: black;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6C7293;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #000;
    appearance: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: auto;
}

pre {
    background-color: black;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6C7293;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #000;
    appearance: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: auto;
}

.form-control:disabled,
.form-control:read-only {
    /* background-color: transparent; */
    background-color: black;
    opacity: 1;
}

img.img-fluid {
    /* border: 1px solid red; */
    border-radius: 5px !important;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.25);
}