html,body {
    height: 100%;
}

body {
    background-color: black;
    background-image: url("../images/background.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-mono-regular {
    font-family: "PT Mono", monospace;
    font-weight: 400;
    font-style: normal;
}

.orbitron-regular {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.background-black {
    background-color: black;
}

.background-black-transparent {
    background-color: rgba(0, 0, 0, 0.8);
}

.root {
    height: 100%;
    position: relative;
}

.root-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.4);
}

.form-control:active,
.form-control:focus,
.form-control:focus:active {
    background-color: rgba(0, 0, 0, 0.4);
}

.form-control::placeholder {
    color: #DC3545;
}

.form-floating > label::after {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

p {
    margin: 0;
    font-family: "PT Mono", monospace;
    color: #FFFFFF;
}

.button-top-parent {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 99;
}

.menu {
    position: fixed;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    /* bottom: 0px; */
    z-index: 99;
}

.image-danger {
    filter: invert(24%) sepia(50%) saturate(3623%) hue-rotate(337deg) brightness(96%) contrast(85%);
}

blockquote {
    margin: 0;
    background-color: #1E1E1E;
    overflow-x: scroll;
    white-space: nowrap;
}

.centered-max-width {
    max-width: 1000px;
    margin: 0 auto;
}

.brand-icon {
    height: 32px;
    width: 32px;
}

.bi {
    margin-right: 8px;
}

.button-job-title {
    border: 1px solid transparent !important;
}

.button-job-title:hover {
    border: 1px solid #DC3545 !important;
}

.image-container {
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.code-multiline {
    /* width: 100%;
    background-color: #1E1E1E;
    padding: 8px;
    overflow-x: scroll;
    white-space: nowrap; */
    width: 100%;
    background-color: #1E1E1E;
    padding: 8px;
}

.prompt-wrapper {
    overflow-x: scroll;
    white-space: nowrap;
}

.prompt {
    display: inline-block;
}

.prompt-statement {
    user-select: none;
}

.code-inline {
    background-color: #1E1E1E;
}
