@font-face {
    font-family: 'RobotoMono';
    src: url('/fonts/RobotoMono.ttf');
}

.footer a {
    color: rgba(255, 255, 255, 0.5) !important;
}

    .footer a:hover {
        color: rgba(255, 255, 255, 0.8) !important;
    }

nav {
    font-family: RobotoMono !important
}

body {
    padding-bottom: 40px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 80px;
    word-break: break-word;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.nav-link.text-dark, .navbar-brand {
    color: rgba(255,255,255,0.6) !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
:root {
    /*primary*/
    --primary-color: #175198;
    --primary-color-tint: #3168ac;
    --blue: var(--primary-color);
    --bs-primary-rgb: 23, 81, 152;
    /*--blue: #115511;*/
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #D7F171;
    --yellow: #ffc107;
    --green: #56734f;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #FFFFFF;
    --gray: #686868;
    --gray-dark: #2b2b2b;
    --primary: var(--blue);
    --secondary: #acacac;
    --success: #56734f;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #e9e9e9;
    --dark: #2b2b2b;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}



#editor {
    touch-action: none;
}

.nav-item {
    margin: 0 10px 0 10px;
}

h1 {
    font-size: 20px;
    color: #444;
}

h2 {
    font-size: 32px;
    font-family: RobotoMono !important;
    letter-spacing: -1px;
}

.dl-horizontal dt {
    white-space: normal;
}

.opacity-1 {
    opacity: 1;
}

.opacity-0-6 {
    opacity: 0.45;
}

.margin-20 {
    margin: 20px;
}

.margin-top-bottom-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin-top-bottom-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-left-right-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.upload-div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.errors-and-warnings {
    padding: 0 !important;
}

#accept-cookies {
    opacity: 0.97;
    color: white;
    background-color: gray;
    z-index: 5000 !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    /*height: 50px;*/
    display: none;
}

#editor {
    margin-top: 10px;
    position: relative !important;
    border: 1px solid lightgray;
    margin: auto;
    height: 600px;
    width: 100%;
}


.footer {
    z-index: 4;
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    background-color: var(--primary);
    color: white !important;
    text-align: center !important;
    min-height: 30px;
}

    .footer p {
        margin-bottom: 1px;
    }

#main-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
}

.jumbotron {
    background-color: whitesmoke;
    border-radius: 25px;
}




.jumbotron {
    background: #f6f8f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 1%, #e5ebee 20%, #d7dee3 100%, #f5f7f9 100%, #d7dee3 101%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 1%,#e5ebee 20%,#d7dee3 100%,#f5f7f9 100%,#d7dee3 101%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 1%,#e5ebee 20%,#d7dee3 100%,#f5f7f9 100%,#d7dee3 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#d7dee3',GradientType=0 ); /* IE6-9 */
    padding: 30px !important;
    border-color: black !important;
    border: 3px !important;
}

.btn {
    margin-top: 3px;
}


.LI-more-info {
    display: none;
}

.LI-footer {
    margin-top: 20px !important;
}

.file-image {
    max-width: 200px;
}

@media (max-width: 991px) {
    .hidden-on-mobile {
        display: none;
    }

    .full-width-on-mobile {
        width: 100% !important;
    }

    .file-image {
        max-width: 150px;
    }

    .mobile-25 {
        max-width: 25%;
    }
}

.w3-content img {
    outline: solid var(--secondary) 1px;
}

.d-block {
    margin: 0 auto;
}

@media (max-width: 991px) {

    .navbar-stats {
        position: relative !important;
        margin-top: 10px;
    }

    .result-card {
        width: 90% !important;
    }
}

.result-card {
    width: 60%;
}

.navbar-stats {
    position: absolute;
    right: 0;
}

.stats-badge {
    font-size: 25px;
    margin-left: 12%;
}

.curtain {
    z-index: 9;
    background-color: rgba(50,50,50,0.6);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.loader {
    z-index: 10;
    position: fixed;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}