.prompt-processing-progress-bar-container {
    top: 75%;
}

.chat-input-text-area {
    overflow-y: auto;
    max-height: 35vh;
    font-family: 'Ubuntu', sans-serif;
}

.use-icon {
    font-size: 150px;
}

.welcome-heading {
    padding-top: 50px;
}

.navbar-emoji {
    display: inline-block;
    width: 25px;
    text-align: center;
}

.square-btn {
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.organisation-context-form {
    font-family: 'Ubuntu', sans-serif;
    overflow-y: auto;
    max-height: calc(100vh - 90px - 50px - 60px) !important;
    margin-bottom: 20px;
    padding-right: 20px;
}

.organisation-context-form .btn {
    font-family: 'Ubuntu', sans-serif;
}

.organisation-context-header {
    height: 90px;
}

body {
    font-family: 'Ubuntu', sans-serif;
}

.workflow-canvas {
    width: 100vw;
    height: 100vh;
}

.licence-content {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    font-size: 0.9em;
}

.licence-content h1,
.licence-content .h1 {
    font-size: 2.2em !important;
}

.licence-content h2,
.licence-content .h2 {
    font-size: 1.8em;
}

.licence-content h3,
.licence-content .h3 {
    font-size: 1.5em;
}

.tag-x-button {
    font-size: 0.65em;
    margin-inline: 0px 6px;
}

.system-info-footer {
    height: 20px;
    font-size: 0.8em;
}

.chat-container {
    height: calc(100vh - 20px) !important;
    width: 100%;
}

.tokens-consumed {
    bottom: 20px;
}

.scrollable-content {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    height: 0px;
}

.file-area {
    border: 2px dashed #007bff;
    padding: 10px;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s;
}

.file-area.drag-over {
    background-color: #e9ecef;
}

.file-list {
    border: 2px dashed #007bff;
    margin-top: 5px;
    font-size: 75%;
}

.btn-no-left-radius {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.update-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    line-height: 0.1em;
    margin: 10px 0 20px;
    user-select: none;
}

.update-message:before,
.update-message:after {
    content: ' ';
    flex-grow: 1;
    border-top: 1px solid #6c757d;
}

.update-message:before {
    margin-right: 0.5em;
}

.update-message:after {
    margin-left: 0.5em;
}

.h-90 {
    height: 90% !important;
}

.font-size-08em {
    font-size: 0.8em;
}

.context-sidebar {
    min-width: 25% !important;
}

.extracted-text {
    font-size: 0.8em;
    font-family: 'Ubuntu', sans-serif;
    user-select: text;
}

.navbar {
    background-color: var(--bs-black);
    color: var(--bs-white);
}

.navbar a {
    color: var(--bs-white);
}

.navbar a:hover {
    color: var(--bs-secondary);
}

.navbar-nav .nav-link.active {
    border-bottom: 2px solid var(--bs-white);
    color: var(--bs-white)
}

.navbar-emoji {
    display: inline-block;
    width: 25px;
    text-align: center;
}

.square-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square-btn:hover {
    background-color: var(--bs-gray-400);
    cursor: pointer;
}

.square-btn.active {
    background-color: var(--bs-light);
}

[data-bs-theme="dark"] {
    .square-btn:hover {
        background-color: var(--bs-gray-800);
        cursor: pointer;
    }

    .square-btn.active {
        background-color: var(--bs-primary);
    }
}

.w-40 {
    width: 40% !important;
}

.navbar {
    background-color: #fff;
    color: #000;
}

.process-step {
    margin-bottom: 30px;
}

.cta-button {
    font-size: 1.2rem;
    padding: 15px 30px;
}

.hero-headline {
    @media screen {
        font-size: 8em;
    }

    @media (max-width: 1200px) {
        font-size: 7em;
    }

    @media (max-width: 1000px) {
        font-size: 5em;
    }

    @media (max-width: 768px) {
        font-size: 4em;
    }

    @media (max-width: 550px) {
        font-size: 3em;
    }

    @media (max-width: 422px) {
        font-size: 2em;
    }
}

.card {
    transition: all 500ms ease;
}

.angled-text {
    position: absolute;

    @media (min-width: 992px) {
        transform: translate(-50%, -50%) rotate(-45deg);
        top: 50%;
        left: 50%;
    }

    font-size: 2rem;
    white-space: nowrap;
    padding: 10px;
}

.circle-container {
    @media screen {
        width: 300px;
        height: 300px;
        font-size: 2rem;
    }

    @media (max-width: 992px) {
        width: 150px;
        height: 150px;
        font-size: 1rem;
    }

    position: absolute;
    border-radius: 50%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 500ms ease-in-out;
}

.circle-text {
    color: white;
    text-align: center;
    padding: 20px;
    max-width: 80%;
    font-family: 'Ubuntu', sans-serif;
    transition: color 500ms ease-in-out;
}

.card:hover {
    background-color: #000;
    color: #fff;
}

.card:hover .angled-text,
.card:hover .circle-text {
    color: #fff;
}

.circle-text {
    color: #fff;
    text-align: center;
    padding: 10px;
}

.card:hover .circle-container {
    background-color: #fff;
}

.card:hover .circle-text {
    color: #000;
}

.accordion-header {
    font-family: 'Ubuntu', sans-serif;
}

/* Active nav link styling */
.nav-link.active {
  font-weight: 700 !important;
}
