:root {
    --color-dark: #3a3a3a;
    --color-light: #eee;
    --color-text: var(--color-dark);
    --color-background: var(--color-light);
    --color-background-home: #fff;
    --color-map-other: lightgray;
    --moka-gradient-background1: linear-gradient(180deg in oklab, #87cdea, white, white, white, pink);
    --moka-gradient-background2: linear-gradient(130deg in oklab, #87cdea, white, white, white, pink);
    --moka-line-num-foreground: var(--bs-gray-500);
    --moka-line-num-background: var(--bs-card-cap-bg);
}

html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'Segoe UI Variable Display', 'Segoe UI', segoeui, 'Helvetica Neue', helvetica, arial, sans-serif;
    background-color: var(--color-background);
    color: var(--color-text);
    transition: background-color 0.25s ease, color 0.25s ease;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e52450;
}

.validation-message {
    color: darkred /*#e52450*/;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
    padding-top: 20px;
}

#AskMoka::placeholder {
    text-align: start;
}

/*@-moz-document url-prefix() {
    #AskMoka::placeholder {
        text-align: end;
    }
}*/

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.form-floating > .form-control {
    padding: 1.15rem 0.75rem;
}

.form-floating > label {
    color: dodgerblue;
}

.dark-mode {
    --color-text: var(--color-light);
    --color-background: var(--color-dark);
    --color-background-home: #000;
    --color-map-other: lightgray;
    background: linear-gradient(to bottom right, rgb(38, 10, 82, 0.95), rgb(38, 10, 82, 0.90), rgba(0, 0, 255, 0.5));
    --moka-gradient-background1: linear-gradient(180deg in oklab, royalblue, var(--color-dark), var(--color-dark), var(--color-dark), darkmagenta);
    --moka-gradient-background2: linear-gradient(130deg in oklab, royalblue, var(--color-dark), var(--color-dark), var(--color-dark), darkmagenta);
    --moka-line-num-foreground: var(--bs-gray-200);
    --moka-line-num-background: var(--bs-gray-800);
}

.dark-mode :is(div) .top-row {
    background-color: var(--bs-dark);
}

.light-mode {
    --color-text: var(--color-dark);
    --color-background: var(--color-light);
    --color-background-home: #fff;
    --color-map-other: dimgray;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.3), rgba(0, 0, 255, 0.3), rgba(0, 0, 255, 0.6));
    --moka-gradient-background1: linear-gradient(180deg in oklab, #87cdea, white, white, white, pink);
    --moka-gradient-background2: linear-gradient(130deg in oklab, #87cdea, white, white, white, pink);
    --moka-line-num-foreground: var(--bs-gray-700);
    --moka-line-num-background: var(--bs-gray-200);
}

.light-mode :is(div) .top-row {
    background-color: var(--bs-light);
}

.toggle {
    width: 4.0rem;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    gap: 0.75rem;
    align-items: center;
    padding: 0.25rem;
    margin-left: -11px;
    background-color: #444;
    border-radius: 2rem;
    border-width: 2px;
    border-color: silver;
    border-style: solid;
    user-select: none;
    cursor: pointer;
    transition: translate 0.3s, background-color 0.8s;
    
    &::before {
        position: absolute;
        top: 1px;
        left: 1px;
        content: "";
        height: calc(100% - 2px);
        aspect-ratio: 1;
        border-radius: 50%;
        transition: translate 0.3s, background-color 0.8s;
        background: #fff;
    }

    input {
        position: absolute;
        appearance: none;
    }

    span {
        position: relative;
        transition: translate 0.6s ease 0.2s;
        
        &:nth-of-type(1) {
            translate: 0 150%;
        }
        
        &:nth-of-type(2) {
            translate: 0 0%;
        }
    }

    &:has(input:checked) {
        background-color: #ddd;

        span:nth-of-type(1) {
            translate: 0 0%;
        }

        span:nth-of-type(2) {
            translate: 0 -150%;
        }
    }

    &:has(input:checked)::before {
        translate: 100% 0;
        background-color: #444;
    }
}

.payload-button {
    width: 300px;
}

.button-feedback {
    text-align: right;
}

@media (max-width: 640.98px) {
    .payload-button {
        width: 100%;
    }

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

.circled-item-list {
    /*counter-reset: item;
    list-style-type: none;*/
    list-style-position: inside;
    color: #fff;
    padding-left: 0px;
}

.circled-item::before {
    content: attr(data-value) /*counter(item)*/ " ";
    /*counter-increment: item;*/
}

.circled-item {
    display: block;
    background-image: url(/images/icons/circle-purple.svg);
    background-position: 0px;
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 23px;
    padding-left: 7.5px;
    margin-left: 5px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.home-ai-bg {
    margin-top: 40px;
    width: 100%;
    min-height: 175px;
    max-height: 750px;
    height: 750px;
    text-align: center;
    background-image: url(/images/Revolutionizing-Azure-Infrastructure-Software-with-Conversational-AI.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    background-position-y: -250px;
    background-position-x: -300px;
}

@media (max-width: 640.98px) {
    .home-ai-bg {
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position-y: 0px;
        background-position-x: 0px;
    }
}

.home-main-header {
    font-size: 48pt;
    text-align: center;
    color: white;
}

@media (max-width: 640.98px) {
    .home-main-header {
        font-size: 32pt;
    }
}

@media (max-width: 390.98px) {
    .home-main-header {
        font-size: 24pt;
    }
}

@media (max-width: 320.98px) {
    .home-main-header {
        font-size: 24pt;
    }
}

svg {
    transform: rotate(-90deg);
    stroke-dasharray: 251; /* (2PI * 40px) */
    stroke-dashoffset: 251;
    animation: offsettozero 25s linear forwards;
}

@keyframes offsettozero {
    to {
        stroke-dashoffset: 0;
    }
}

/* Home styles for Plans */

.focus, .works, .about-us, .features, .packages, .products, .testimonial, .contact-us {
    padding-top: 100px;
}

.packages {
    padding-bottom: 50px;
    background: rgba(0, 0, 0, 0.5);
}

.package {
    border-radius: 10px;
    background: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 50px;
    padding-bottom: 15px;
}

.package-header {
    height: 57px;
    color: #FFF;
    line-height: 57px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.package-header h5 {
    text-transform: uppercase;
    font-weight: bold;

    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.price {
    line-height: 120px;
    height: 100px;
    color: #FFF;
    font-weight: 400;
}

.price h4 {
    display: inline;
    font-size: 40px;
    line-height: normal;
    margin-bottom: 0;
}

.price h4 .dollar-sign {
    font-size: 17px;
    vertical-align: super;
}

.price .price-meta {
    line-height: normal;
    text-transform: uppercase;
    color: #9f9f9f;
}

.package ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    margin: auto;
    border-bottom: 1px dotted #dadada;
}

.package ul li:last-child {
    border-bottom: 0;
}

.best-value .package {
    margin-top: 0;
}

.best-value .package-header {
    padding-top: 17px;
    height: 82px !important;
}

.best-value .package-header h4 {
    font-weight: bold;
    line-height: 29px;
    text-transform: uppercase;
}

.best-value .package-header .meta-text {
    font-size: 13px;
    line-height: normal;
}

.best-value .package-header {
    height: 72px;
}

.package ul {
    padding-left: 0 !important;
}

.package ul li {
    list-style: none;
    color: darkgray;
}

.package ul li i {
    font-size: 13px;
    margin-right: 5px;
}

.order {
    background: #d8ccba;
    color: #404040;
}

.package .order-now {
    line-height: 45px;
    max-width: 100%;
    display: block;
    background: #404040;
    color: #FFF;
    -webkit-transition: all 700ms;
    transition: all 700ms;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.package .order-now:hover {
    background: #e96656;
}

.section-header {
    text-align: center;
    padding-bottom: 75px;
}

.section-header h2 {
    padding-bottom: 10px;
    line-height: 40px;
    position: relative;
    display: inline-block;

    font-size: 45px !important;
    line-height: 55px;

    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    text-transform: uppercase;

    vertical-align: baseline;
}

@media (max-width: 640.98px) {
    .section-header h2 {
        font-size: 28pt !important;
    }
}

@media (max-width: 390.98px) {
    .section-header h2 {
        font-size: 24pt !important;
    }
}

@media (max-width: 320.98px) {
    .section-header h2 {
        font-size: 20pt !important;
    }
}

.white-text {
    color: #FFFFFF;
}

.green-bg {
    background: #34d293;
}

.blue-bg {
    background: #3ab0e2;
}

.red-bg {
    background: #e96656;
}

.yellow-bg {
    background: #E7AC44;
}

.dark-bg {
    background: #404040;
}

.red-btn, .green-btn, .blue-btn, .yellow-btn {
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.green-btn {
    background: #20AA73;
    white-space: break-spaces;
}

.green-btn a {
    word-break: keep-all;
}

.blue-btn {
    background: #3ab0e2;
    white-space: break-spaces;
}

.blue-btn a {
    word-break: keep-all;
}

.red-btn {
    background: #e96656;
    white-space: break-spaces;
}

.red-btn a {
    word-break: keep-all;
}

.yellow-btn {
    background: #E7AC44;
    white-space: break-spaces;
}

.yellow-btn a {
    word-break: keep-all;
}

.custom-button {
    display: inline-block !important;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 35px 13px 35px;
    border-radius: 4px;
    margin: 10px;
    border: none;
}

.custom-button-esqueleto-main {
    display: inline-block !important;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0.7em 35px 0.7em 35px;
    border-radius: 4px;
    margin: 10px 10px 10px 10px;
    border: 2px solid var(--color-text);
    color: var(--color-text);
    background-color: transparent;
}

.custom-button-esqueleto-main-white-bg {
    display: inline-block !important;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0.7em 35px 0.7em 35px;
    border-radius: 4px;
    margin: 10px 10px 10px 10px;
    border: 2px solid #212529;
    color: #212529;
    background-color: transparent;
}

.custom-button-esqueleto-main-white-bg:focus {
    box-shadow: 0 0 0 0.1rem #212529, 0 0 0 0.25rem #258cfb;
}

/* Other fixes*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

/*!
 * Font Awesome Free 6.0.0-beta2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("./fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("./fonts/webfonts/fa-solid-900.ttf") format("truetype");
}

.fa {
    font-family: "Font Awesome 6 Free";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: 900;
    font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-external-link-alt::before {
    content: "\f35d";
}

.home-question {
    visibility: visible;
}

@media (max-width: 640.98px) {
    .home-question {
        visibility: hidden;
    }
}

.validation-message-custom-style {
    font-weight: normal;
    background-color: red;
    border-radius: 6px;
    border-width: 1px;
    border-color: transparent;
    padding: 10px;
    color: white !important;
}

.validation-message-custom-style li {
    color: white;
    margin-left: 10px;
}

#components-reconnect-modal {
    display: none;
}

#components-reconnect-modal.components-reconnect-show,
#components-reconnect-modal.components-reconnect-failed,
#components-reconnect-modal.components-reconnect-rejected {
    display: block;
    background-color: white;
    padding: 2rem;
    border-radius: 0.5rem;
    text-align: center;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    margin: 50px 50px;
    position: fixed;
    top: 0;
    z-index: 10001;
}

#components-reconnect-modal {
    transition: visibility 0s linear 1000ms;
}

#graph {
    display: flex;
    text-align: center;
}
#graph svg {
    transform: none !important;
    height: auto;
}

.thin-skeleton-box {
    height: 20px;
    margin: 5px;
    background: linear-gradient(90deg,#0000 33%,rgba(255,255,255,0.3) 50%,#0000 66%) lightgray;
    background-size: 300% 100%;
    animation: shine 1s infinite;
}

.medium-skeleton-box {
    height: 25px;
    margin: 5px;
    background: linear-gradient(90deg,#0000 33%,rgba(255,255,255,0.3) 50%,#0000 66%) lightgray;
    background-size: 300% 100%;
    animation: shine 1s infinite;
}

.thick-skeleton-box {
    height: 50px;
    margin: 5px;
    background: linear-gradient(90deg,#0000 33%,rgba(255,255,255,0.3) 50%,#0000 66%) lightgray;
    background-size: 300% 100%;
    animation: shine 1s infinite;
}

@keyframes shine {
    0% {
        background-position: right;
    }
    /*100% {
    background-position: left; it's the default value, no need to define it
  }*/
}

.assets-header {
    max-width: calc(100vw - 318px);
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 1440.98px) {
    .assets-header {
        min-width: 100%;
        max-width: calc(100vw - 248px);
    }
}

@media (max-width: 1024.98px) {
    .assets-header {
        min-width: 100%;
        max-width: 100vw;
    }
}

@media (max-width: 768.98px) {
    .assets-header {
        min-width: 100%;
        max-width: 100vw;
    }
}

@media (max-width: 640.98px) {
    .assets-header {
        min-width: 100%;
        max-width: 100vw;
    }
}

@media (max-width: 390.98px) {
    .assets-header {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 320.98px) {
    .assets-header {
        min-width: 100%;
        max-width: 100vw;
    }
}

/**** Moka card ****/

/* moka-card-container */
.moka-card-container {
    min-width: 318px;
    max-width: 478px;
}

@media (max-width: 1440.98px) {
    .moka-card-container {
        min-width: 318px;
        max-width: 478px;
    }
}

@media (max-width: 1024.98px) {
    .moka-card-container {
        min-width: 318px;
        max-width: 478px;
    }
}

@media (max-width: 768.98px) {
    .moka-card-container {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 640.98px) {
    .moka-card-container {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 390.98px) {
    .moka-card-container {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 320.98px) {
    .moka-card-container {
        min-width: 100%;
        max-width: 100%;
    }
}

/* moka-card-content */
.moka-card-content {
    min-width: calc(100% - 478px);
    max-width: calc(100vw - 478px);
}

@media (max-width: 1440.98px) {
    .moka-card-content {
        min-width: calc(100% - 368px);
        max-width: calc(100vw - 368px);
    }
}

@media (max-width: 1024.98px) {
    .moka-card-content {
        min-width: calc(100% - 368px);
        max-width: calc(100vw - 368px);
    }
}

/*@media (min-width: 992px) {
    .moka-card-content {
        min-width: calc(100% - 478px);
        max-width: calc(100vw - 478px);
    }
}*/

@media (max-width: 768.98px) {
    .moka-card-content {
        min-width: 100%;
        max-width: 100vw;
    }
}

@media (max-width: 640.98px) {
    .moka-card-content {
        min-width: 100%;
        max-width: 100vw;
    }
}

@media (max-width: 390.98px) {
    .moka-card-content {
        min-width: 100%;
        max-width: 100vw;
    }
}

@media (max-width: 320.98px) {
    .moka-card-content {
        min-width: 100%;
        max-width: 100%;
    }
}

/* moka-card */
.moka-card {
    min-width: 260px;
    max-width: 420px;
}

@media (max-width: 1440.98px) {
    .moka-card {
        min-width: 260px;
        max-width: 420px;
    }
}

@media (max-width: 1024.98px) {
    .moka-card {
        min-width: 260px;
        max-width: 420px;
    }
}

@media (max-width: 768.98px) {
    .moka-card {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 640.98px) {
    .moka-card {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 390.98px) {
    .moka-card {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 320.98px) {
    .moka-card {
        min-width: 100%;
        max-width: 100%;
    }
}

/* moka-card-asset */
.moka-card-asset {
    min-width: 100%;
    max-width: 100%;
}

@media (max-width: 1440.98px) {
    .moka-card-asset {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1024.98px) {
    .moka-card-asset {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768.98px) {
    .moka-card-asset {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 640.98px) {
    .moka-card-asset {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 390.98px) {
    .moka-card-asset {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 320.98px) {
    .moka-card-asset {
        min-width: 100%;
        max-width: 100%;
    }
}

#fileUploaderLabel {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 2px 10px;
    font-family: 'Helvetica', sans-serif;
    transition: .5s;
    background-color: dimgray;
    color: white;
    margin-top: 3px;
    margin-right: 2px;
    margin-left: 2px;
}

#fileUploaderLabel:hover {
    background-color: #eee;
    color: black;
}

.iconOther {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--color-map-other);
    border: 3px solid white;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 204, 255, 0.4);
    animation: none;
    opacity: 0.75;
}

.iconOther-h6 {
    display: block;
    border-radius: 4px;
    background: darkgray;
    color: white;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.iconNormal {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: green;
    border: 2px solid white;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 204, 255, 0.4);
    animation: none;
    opacity: 0.75;
}

.iconNormal-h6 {
    display: block;
    border-radius: 4px;
    background: green;
    color: white;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.iconInfo {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: yellowgreen;
    border: 3px solid white;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 204, 255, 0.4);
    animation: none;
    opacity: 0.8;
}

.iconInfo-h6 {
    display: block;
    border-radius: 4px;
    background: yellowgreen;
    color: white;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.iconInfo:hover {
    animation: none;
}

.iconWarning {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: orange;
    border: 2px solid white;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 204, 255, 0.4);
    animation: pulse2 3s infinite;
    opacity: 0.7;
}

.iconWarning-h6 {
    display: block;
    border-radius: 4px;
    background: orange;
    color: white;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.iconWarning:hover {
    animation: none;
}

.iconError {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: red;
    border: 2px solid white;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 204, 255, 0.4);
    animation: pulse2 3s infinite;
    opacity: 0.5;
}

.iconError-h6 {
    display: block;
    border-radius: 4px;
    background: red;
    color: white;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.iconError:hover {
    animation: none;
}

.iconInProgress {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: blue;
    border: 2px solid white;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 204, 255, 0.4);
    animation: pulse2 3s infinite;
    opacity: 0.5;
}

.iconInProgress-h6 {
    display: block;
    border-radius: 4px;
    background: blue;
    color: white;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.iconNotChecked {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: blue;
    border: 2px solid white;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 204, 255, 0.4);
    animation: none;
    opacity: 0.5;
}

.iconNotChecked-h6 {
    display: block;
    border-radius: 4px;
    background: blue;
    color: white;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.iconInProgress:hover {
    animation: none;
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 204, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 50px rgba(0, 204, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 204, 255, 0);
    }
}

.customInfobox {
    max-width: 320px;
    padding: 10px;
    font-size: 12px;
    margin-right: 20px;
    white-space: normal;
    color: black;
}

.customInfobox .name {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 28px;
}

.popup-content-container {
    border-radius: 15px !important;
}

.popup-content-container .popup-close {
    top: 12px !important;
    right: 6px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 18px !important;
    height: 15px !important;
    background: #000000 !important;
    width: 15px !important;
    border-radius: 50px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.popup-title {
    height: fit-content;
    text-align: center;
    vertical-align: middle;
    background-color: dodgerblue;
    color: white;
    padding: 2px;
    padding-top: 10px;
    margin: 2px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.popup-issues-text {
    background-color: whitesmoke;
    border-radius: 6px;
    padding: 6px;
    max-height: 120px;
    overflow-y: auto;
}

.popup-status {
    display: flex;
}

.collapsible-nav-item {
    display: initial;
}

.replacement-nav-item {
}

.graph polygon {
    fill: var(--color-background);
}

.new-session {
    display: block;
    font-weight: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10px;
    padding: 0px;
    /*padding-left: 5px;*/
}

@media (max-width: 390.98px) {
    .new-session {
        display: none;
    }
}

.ask-moka-button {
    display: block;
    font-weight: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10px;
    padding: 0px;
}

.textarea-message-container {
    background-color: lightgoldenrodyellow;
    color: black;
    z-index: 1;
    width: fit-content;
    position: absolute;
    padding: 10px;
    margin-top: 5px;
    margin-left: calc(100% / 4);
    margin-right: calc(100% / 4);
}

.textarea-message {
    font-size: 10px;
    text-align: center;
}

/* Animation classes */
div.fade-in {
    display: block;
    animation: fade-in 0.7s ease-in forwards;
}

div.fade-out {
    animation: fade-out 0.7s ease-out forwards;
}

/* Animation keyframes */
@keyframes fade-in {
    0% {
        opacity: 0;
        display: none;
    }

    100% {
        opacity: 1;
        display: block;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
        display: block;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

.keyboard-keys {
    background-color: whitesmoke;
    color: black;
    border-radius: 4px;
    border-width: 1px;
    border-color: darkgray;
    border-style: solid;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px;
}

.quickstart-templates-radio {
    outline: none;
    vertical-align: middle;
}

.main-page-top-banner {
    width: 100%;
    padding: 0px;
    min-height: 700px;
    height: auto;
    text-align: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    opacity: 1;
    border-width: 0px;
    /*background: linear-gradient(to bottom right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2), rgba(38, 10, 82, 0.3), rgba(38, 10, 82, 0.95));*/
}

@media (max-width: 390.98px) {
    .main-page-top-banner {
        background: linear-gradient(to bottom right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2), rgba(38, 10, 82, 0.1), rgba(38, 10, 82, 0.3), rgba(38, 10, 82, 0.5));
    }
}

.main-page-top-banner-headline {
    font-size: 4.4rem;
    line-height: 5.0rem;
}

@media (max-width: 640.98px) {
    .main-page-top-banner-headline {
        font-size: 3.6rem;
        line-height: 4.0rem;
    }
}

@media (max-width: 390.98px) {
    .main-page-top-banner-headline {
        font-size: 2.9rem;
        line-height: 3.5rem;
    }
}

.feature-card {
    margin-left: 60px;
    margin-right: 60px;
}

@media (max-width: 768.98px) {
    .feature-card {
        margin-left: 0px;
        margin-right: 0px;
    }
}

#accordion h6 {
    line-height: 2.0rem;
}

.card-bg-1 {
    background: var(--moka-gradient-background1);
}

.card-bg-2 {
    background: var(--moka-gradient-background2);
}

.cta-buttons {
    display: inline-flex;
}

@media (max-width: 640.98px) {
    .cta-buttons {
        display: block;
    }
}

.social li {
    display: inline-block;
    margin: 5px;
}

.social li a {
    /*color: #fefefe;*/
    font-size: 16px;
    text-decoration: none;
}

.social li a:hover {
    color: #3fb9eb;
}

pre.pre-line {
}

pre.pre-line::before {
    counter-reset: line;
}

span.pre-line-num {
    counter-increment: line;
}

span.pre-line-num::before {
    content: counter(line) "  ";
    display: inline-block;
    width: 4em;
    margin-left: auto;
    margin-right: 0.375rem;
    text-align: right;
    color: var(--moka-line-num-foreground);
    background-color: var(--moka-line-num-background);
}