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

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #05c168;
    border-radius: 36px;
}

.btn-primary:hover {
    color: #14142b;
    background-color: #05c168;
    border-color: #05c168;
}

.btn-primary:focus{
    box-shadow: unset !important;
    background-color: #05c168;
    border-color: #05c168;
}
.btn-primary:active{
    box-shadow: unset !important;
    background-color: #05c168;
    border-color: #05c168;
}

button {
    color: #fff;
    background-color: #000000;
    border-color: #05c168;
    border-radius: 36px;
}

#term-prompt {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    bottom: 12px;
}

.agent #max-left-nav.d-md-block,
#welcome-section,
#frmAgent {
    display: none;
}

.card-body,
.welcome-cont {
    color:white;
}

.modal-dialog .modal-content {
    border: 3px solid lime;
    border-radius: 17px;
    background-color: #000000;
}

.modal-title {
    color: white;
    font-size: 2rem;
    text-align: center;
    width: 100%;
}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}


.dd442025.b699646e {
    padding: 3%;
    border: 1px solid #0bff8e;
    padding-right: 1rem;
}


[data-ds-dark-theme] .dd442025 {
    box-shadow: 0 0 0 .5px rgba(192, 192, 192, .3);
}

.cefa5c26 .b699646e {
    z-index: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    display: flex;
    overflow: hidden;
}

.cefa5c26 .dd442025 {
    background-color: #404045;
    box-shadow: 0px 0px 0px .5px var(--dsr-input-border);
    border-radius: 24px;
}

.cefa5c26 .c92459f0,
.cefa5c26 .b13855df {
    font-size: inherit;
    line-height: inherit;
    word-break: break-word;
    white-space: pre-wrap;
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: inherit;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.cefa5c26 .c92459f0 {
    resize: none;
    outline: 0;
    color: white !important;
    font-family: sans-serif;
    font-size: 1.33rem;
    color: rgb(var(--ds-rgb-label-1));
    caret-color: rgb(var(--ds-rgb-label-1));
    background-color: transparent;
    margin-bottom: 1rem;
}

.cefa5c26 .ec4f5d61 {
    --function-row-offset: 2px;
    width: calc(100% - var(--function-row-offset));
    padding-left: var(--function-row-offset);
    flex-wrap: wrap;
    align-items: center;
    margin-top: 4px;
    display: flex;
}


.ds-button.ds-button--filled.ds-button--primary {
    --button-text-color: rgb(var(--ds-rgb-primary-foreground));
    --button-icon-color: rgb(var(--ds-rgb-primary-foreground));
}

.ds-button.ds-button--filled.ds-button--primary {
    --ds-button-color: rgb(var(--ds-rgb-primary));
}

.ds-button:not(.ds-button--text).ds-button--m {
    --button-height: var(--ds-input-height-m);
    --button-font-size: var(--ds-font-size-m);
    --button-line-height: var(--ds-line-height-m);
    --button-border-radius: 10px;
    --button-padding: 0 14px;
    --button-icon-size: 18px;
    --button-icon-margin: 0 8px 0 0;
}

.ds-button.ds-button--filled {
    color: var(--button-text-color);
}

.inactive {
    opacity: .234;
    background-color: #5a5656;
}

.d9f56c96 {
    border: 1px solid var(--button-border-color);
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    height: 28px;
    margin-right: 10px;
    padding: 0 7px;
    display: flex;
}

.ds-button {
    background-color: var(--ds-button-color);
}

.ds-button {
    line-height: var(--button-line-height);
    font-size: var(--button-font-size);
    border-radius: var(--button-border-radius);
    padding: var(--button-padding);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    transition: opacity var(--ds-transition-duration) var(--ds-ease-in-out), background-color var(--ds-transition-duration) var(--ds-ease-in-out);
    font-variant-numeric: tabular-nums;
    outline: none;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
    position: relative;
}


.cefa5c26 .bf38813a {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

*,
::after,
::before {
    box-sizing: border-box;
}

user agent stylesheet div {
    display: block;
    unicode-bidi: isolate;
}

.cefa5c26 .ec4f5d61 {
    --function-row-offset: 2px;
    width: calc(100% - var(--function-row-offset));
    padding-left: var(--function-row-offset);
    flex-wrap: wrap;
    align-items: center;
    margin-top: 4px;
    display: flex;
}

.cefa5c26 {
    --padding: 14px;
    cursor: text;
    box-sizing: border-box;
    width: 100%;
    font-size: var(--ds-font-size-l);
    line-height: var(--ds-line-height-l);
    transition: box-shadow var(--ds-transition-duration) var(--ds-ease-in-out);
    box-shadow: none;
    background-color: transparent;
    background-color: var(--dsr-bg);
    border-radius: 24px;
    flex-direction: column;
    display: flex;
    position: relative;
}

[data-ds-dark-theme] .f6d670.bcc55ca1 {
    color: #4b4b5b;
}

[data-ds-dark-theme] .f6d670.bcc55ca1 {
    color: #4b4b5b;
    background-color: rgb(var(--ds-rgb-zinc-500));
}

.f6d670.bcc55ca1 {
    background: #71717a;
}

[data-ds-dark-theme] .f6d670 {
    color: #f8faff;
    background-color: #4d6bfe;
}

.f6d670.bcc55ca1 {
    cursor: not-allowed;
    background-color: rgb(var(--ds-rgb-slate-250));
    color: #fafafa;
}

.f6d670 {
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    background: #4d6bfe;
    border: none;
    border-radius: 16px;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    min-width: 32px;
    height: 32px;
    margin-top: auto;
    display: flex;
}

.f6d670 .f286936b {
    justify-content: center;
    align-items: center;
    min-width: 28px;
    height: 28px;
    border: 0;
    display: flex;
    overflow: hidden;
    border-radius: 3rem;
    background: #71717a;
    background-color: #71717a;
}

.f6d670 .f286936b {
    justify-content: center;
    align-items: center;
    min-width: 28px;
    height: 28px;
    display: flex;
}

.ds-icon {
    line-height: 0;
    display: inline-flex;
}

.ds-icon>svg {
    width: inherit;
    height: inherit;
    color: white;
    position: relative;
    margin-top: -3px;
}


.d9f56c96 .ds-button__icon {
    margin-right: 4px;
}

.ds-button>.ds-button__icon {
    color: var(--button-icon-color);
}

.ds-button>.ds-button__icon {
    line-height: 0;
    font-size: var(--button-icon-size);
    width: var(--button-icon-size);
    height: var(--button-icon-size);
    margin: var(--button-icon-margin);
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.answer {
    margin-bottom: 1rem;
}

.question .card .card-body {
    color: #c1bebe;
    font-family: sans-serif;
}

#terminal-section {
    background-color: rgba(0, 0, 0, 0.0);
    color: #05c168;
    font-family: 'Courier New', Courier, monospace;
    min-height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    overflow: hidden; 
}

#terminal-section #terminal-container {
    height: calc(100vh - 190px);    
    border: 3px solid #198754;
    background-image: url(https://pbs.twimg.com/media/GiWEi8WWEAAGMUg?format=jpg&name=medium);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 !important;
}

#convo-container{
    overflow: scroll;
    height: 80%;
    position: relative; 
}

#root{    
    background: linear-gradient(178deg, black, #00000091, transparent);
}


.agent .a85a674a,
.eb830e32 {
    transform: unset;
}

.mobile.connect-button {
    margin-bottom: 1rem;
}

#desktop-connect {
    color: #fff;
    background-color: #000000;
    border-color: #05c168;
    border-radius: 36px;
}

#desktop-connect:hover {
    color: #14142b;
    background-color: #05c168;
    border-color: #05c168;
}

.agent .container {
    height: 100%;
}

.h1,
h1 {
    font-size: 260%;
}

.a2f8e4bb {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    height: 100%;
    margin: auto;
    position: relative;
}

.section-2 {
    height: 65%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.f2eea526 .a5cd95be {
    width: var(--message-list-max-width);
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 100%;
    display: flex;
    height: 95%;
}


#conversation-cont {
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.agent #max-left-nav.d-md-block,
#frmAgent {
    display: none;
}

.modal-dialog .modal-content {
    border: 3px solid lime;
    border-radius: 17px;
    background-color: #000000;
}

.modal-title {
    color: white;
    font-size: 2rem;
    text-align: center;
    width: 100%;
}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}

h1 {
    font-family: sans-serif !important;
    font-size: 2rem;
    font-weight: bold;
}

a {
    text-decoration: none;
}

.agent .cb86951c {
    position: relative;
    height: 100%;
}


.typed-text {
    text-align: left;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.feedback {
    display: none;
}

.feedback i {
    padding-right: 1rem;
    font-size: 1.2rem;
}

.feedback i:hover {
    color: #ffe800;
    cursor: pointer;
}

/* .a85a674a,
        .eb830e32 {
            transform: unset;
            padding-top: 3rem;
        } */

.disabled {
    background-color: #8f8f8f !important;
}

.inactive {
    opacity: .234;
    background-color: #5a5656;
}

.inactive:hover {
    cursor: unset;
    background-color: #5a5656 !important;
}

[data-ds-dark-theme] .f6d670.bcc55ca1 {
    color: #4b4b5b;
}

/* .f6d670.bcc55ca1 {
    background: #71717a;
} */

.f6d670 .f286936b {
    justify-content: center;
    align-items: center;
    min-width: 28px;
    height: 28px;
    border: 0;
    display: flex;
    overflow: hidden;
    border-radius: 3rem;
    background: #71717a;
    background-color: #71717a;
    padding: 0;
}

#submit-icon.f6d670 {
    background-color: #14a35f;
}

#max-left-nav[style*='display: none'] {
    display: none !important;
}

.a8ac7a80,
.a1e75851 {
    border: solid 1px #0bff8e;
}

.a8ac7a80 .c7dddcde {
    background-color: #212327 !important;
}

.a8ac7a80 .c7dddcde:hover,
.a1e75851:hover {
    background-color: #0b7f48 !important;
}

body.change-theme * {
    transition: none !important;
}

body.change-theme *::before {
    transition: none !important;
}

body.change-theme *::after {
    transition: none !important;
}

.hidden {
    display: none;
}



.loading {
    height: 200px;
    margin-top: 50px;
    text-align: left;
}

.circle {
    display: inline-block;
    background-color: lime;
    height: 15px;
    width: 15px;
    border-radius: 25px;
}

#ball-1 {
    -webkit-animation-name: bounce;
    -webkit-animation-delay: 1s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
}

#ball-2 {
    -webkit-animation-name: bounce;
    -webkit-animation-delay: 1.1s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
}

#ball-3 {
    -webkit-animation-name: bounce;
    -webkit-animation-delay: 1.2s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(23px);
    }

    60% {
        transform: translateY(-25px);
    }

    80% {
        transform: translateY(0);
    }
}



@keyframes intercom-lightweight-app-launcher {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes intercom-lightweight-app-gradient {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes intercom-lightweight-app-messenger {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    40% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

.intercom-lightweight-app {
    position: fixed;
    z-index: 2147483001;
    width: 0;
    height: 0;
    font-family: intercom-font, "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
}

.intercom-lightweight-app-gradient {
    position: fixed;
    z-index: 2147483002;
    width: 500px;
    height: 500px;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at bottom right,
            rgba(29, 39, 54, 0.16) 0%,
            rgba(29, 39, 54, 0) 72%);
    animation: intercom-lightweight-app-gradient 200ms ease-out;
}

.intercom-lightweight-app-launcher {
    position: fixed;
    z-index: 2147483003;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    bottom: 20px;
    right: 20px;
    max-width: 48px;
    width: 48px;
    max-height: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0f0f0f;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
    transition: transform 167ms cubic-bezier(0.33, 0.00, 0.00, 1.00);
    box-sizing: content-box;
}


.intercom-lightweight-app-launcher:hover {
    transition: transform 250ms cubic-bezier(0.33, 0.00, 0.00, 1.00);
    transform: scale(1.1)
}

.intercom-lightweight-app-launcher:active {
    transform: scale(0.85);
    transition: transform 134ms cubic-bezier(0.45, 0, 0.2, 1);
}


.intercom-lightweight-app-launcher:focus {
    outline: none;


}

.intercom-lightweight-app-launcher-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    transition: transform 100ms linear, opacity 80ms linear;
}

.intercom-lightweight-app-launcher-icon-open {

    opacity: 1;
    transform: rotate(0deg) scale(1);

}

.intercom-lightweight-app-launcher-icon-open svg {
    width: 24px;
    height: 24px;
}

.intercom-lightweight-app-launcher-icon-open svg path {
    fill: rgb(255, 255, 255);
}

.intercom-lightweight-app-launcher-icon-self-serve {

    opacity: 1;
    transform: rotate(0deg) scale(1);

}

.intercom-lightweight-app-launcher-icon-self-serve svg {
    height: 44px;
}

.intercom-lightweight-app-launcher-icon-self-serve svg path {
    fill: rgb(255, 255, 255);
}

.intercom-lightweight-app-launcher-custom-icon-open {
    max-height: 24px;
    max-width: 24px;


    opacity: 1;
    transform: rotate(0deg) scale(1);

}

.intercom-lightweight-app-launcher-icon-minimize {

    opacity: 0;
    transform: rotate(-60deg) scale(0);

}

.intercom-lightweight-app-launcher-icon-minimize svg path {
    fill: rgb(255, 255, 255);
}

.intercom-lightweight-app-messenger {
    position: fixed;
    z-index: 2147483003;
    overflow: hidden;
    background-color: white;
    animation: intercom-lightweight-app-messenger 250ms cubic-bezier(0, 1, 1, 1);
    transform-origin: bottom right;


    width: 400px;
    height: calc(100% - 40px);
    max-height: 704px;
    min-height: 250px;
    right: 20px;
    bottom: 20px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);


    border-radius: 16px;
}

.intercom-lightweight-app-messenger-header {
    height: 64px;
    border-bottom: none;
    background: white
}

.intercom-lightweight-app-messenger-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    font-size: 14px;
    line-height: 21px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);

}

#term-prompt-submit{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; 
}

#term-prompt-submit div.col-6{
    padding-left: .5rem;
    padding-right: .5rem;
}
 
#welcome-section {
    position: absolute; 
    width: 100%;
    top: -3.56rem;
}

.modal .modal-dialog .btn-close{
    color: white;
    font-size: 2rem;
    z-index: 19000;
    opacity: 1;
    background-color: white;
    border-radius: 5rem;
}


.content.typed-out{
    color:white;
}


@media print {
    .intercom-lightweight-app {
        display: none;
    }
}


@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 423%;
    }
}

@media (min-width:320px) {
    #conversation-cont {
        /* height: 80%; */
        position: relative;
    }

    .agent .container {
        height: 80%;
    }

    .section-2 {
        height: 0%;
        padding: 0;
    }
}

@media (max-width:990px) {
    #desktop-connect {
        display: none !important;
    }
    #terminal-section {
        margin-top: 6rem;
    }

    #terminal-container {
        width: 100%;
        padding: 1rem;
        padding-left: 0;
        padding-right: 0;
    }

    .dd442025.b699646e {
        padding: 1rem;
        border: 1px solid #0bff8e;
        padding-left: 1.25rem;
        padding-right: 1rem;
        padding-bottom: 0.33rem;
    }
    .body .page-wrapper{
        position: fixed;
        width: 100%;
        background-color: black;
        z-index: 1000;
    }
}

@media not all and (min-width: 640px) {
    .ec4f5d61 {
        margin-left: 0;
    }
}