@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.wuc5ioiakb.bundle.scp.css';

/* _content/ArenaUI/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-f1jcjx5ruz] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-f1jcjx5ruz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ArenaUI/Components/Pages/AllModels/AllModels.razor.rz.scp.css */
.result-container[b-l5vcveyu02] {
    display: flex;
    flex-direction: column;
    /*height: 380px;*/
    max-height: 100%;
    width: 100%;
    padding: 10px;
    border: 1px solid #374151;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow-y: auto;
    white-space: pre-line;
}

.model-button[b-l5vcveyu02] {
    min-width: 120px;
}

.selected-button[b-l5vcveyu02] {
    color: black;
    background-color: #F8E71C;
}

.selected-button:hover[b-l5vcveyu02] {
    background-color: #F5C400;
}
/* _content/ArenaUI/Components/Pages/AllModels/ScoreboardLeaderboard.razor.rz.scp.css */
.table-hover-pointer tr[b-hn2ybxjngt] {
    cursor: pointer;
}
/* _content/ArenaUI/Components/Pages/CaseSelection/CaseSelection.razor.rz.scp.css */
.case-selection-container[b-jdq5iro7f2] {
    flex-grow: 1;
    overflow: auto;
}

.disabled-button[b-jdq5iro7f2] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: transform 0.2s;
    line-height: 2;
}
/* _content/ArenaUI/Components/Pages/CaseSelection/ChallengeInfo.razor.rz.scp.css */
.tab-content[b-qm4m5e57on] {
    margin-top: 24px;
    margin-bottom: 24px;
}

.animated-progress-bar[b-qm4m5e57on] {
    animation: 1s linear infinite progress-bar-stripes;
}
/* _content/ArenaUI/Components/Pages/CaseSelection/DisclaimerDialog.razor.rz.scp.css */
.overlay[b-4y06agk8f1] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
}

.dialog[b-4y06agk8f1] {
    width: 750px;
    background-color: white;
    border-radius: 10px;
    padding: 1rem;
}

    .dialog .dialog-header[b-4y06agk8f1] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2rem;
        color: black;
    }

    .dialog .dialog-body[b-4y06agk8f1] {
        padding: 2rem;
        color: black;
        font-size:larger;
    }

    .dialog .dialog-footer[b-4y06agk8f1] {
        padding: 2rem;
        float: right;
    }
/* _content/ArenaUI/Components/Pages/CaseSelection/FilterButtons.razor.rz.scp.css */
[b-pveub2avd6] .button-grid {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fill, 150px);
    gap: 10px; /* Space between buttons */
    width: 100%; /* Adjust as needed */
    padding: 5px;
    overflow-wrap: anywhere;
    overflow: auto;
}

[b-pveub2avd6] .grid-button {
    width: 150px;
    height: 60px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: transform 0.2s;
    line-height: 1;
}
[b-pveub2avd6] .disabled {
    border: none;
}

[b-pveub2avd6] .grid-button:hover {
    transform: scale(1.05);
}
[b-pveub2avd6] .disabled:hover {
    transform: none;
}
[b-pveub2avd6] .selected {
    background-color: #007bff;
    color: white;
}
/* _content/ArenaUI/Components/Pages/Challenge/AuthorizedChallengePage.razor.rz.scp.css */
.challenge-index-container[b-cixpbu1t20] {
    height: 100%;
    padding-bottom: 8px;
}
/* _content/ArenaUI/Components/Pages/Challenge/Challenge.razor.rz.scp.css */
.content-container[b-ga7b3mtjub] {
    width: 100vw;
    overflow-x: hidden;
}
.question-bubble[b-ga7b3mtjub] {
    border-radius: 16px;
    padding: 20px;
    background-color: #333333;
    font-size: 18px;
}
.main-panel[b-ga7b3mtjub] {
    width: 100%;
    max-width: 100%;
    /* height: 80vh; */
    /* calc(100vh - 230px); */
}

.bottom-panel[b-ga7b3mtjub] {
    width: 100%;
    max-width: 100%;
}

.chat-panel[b-ga7b3mtjub] {
    flex: 1; /* Allow the chat panels to take up equal space */
    height: 100%;
    max-height: 100%;
}

.row[b-ga7b3mtjub] {
    display: flex;
    flex-wrap: nowrap;
}

.case-banner[b-ga7b3mtjub] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    /*         background-color: #f8f9fa; */
    border-bottom: 0;
    margin-bottom: 0;
    height: 10%;
}

.case-banner-title[b-ga7b3mtjub] {
    font-size: 24px;
    font-weight: bold;
}

.case-banner-links a[b-ga7b3mtjub] {
    margin-left: 20px;
    text-decoration: none;
    /* color: #007bff; */
}

    .case-banner-links a:hover[b-ga7b3mtjub] {
        text-decoration: underline;
    }

.filter-buttons-row[b-ga7b3mtjub] {
    display: flex;
    /* height: 60%; */
}

.filter-buttons-col[b-ga7b3mtjub] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.divider[b-ga7b3mtjub] {
    width: 2px;
    background: linear-gradient(to bottom, transparent, #ccc, transparent);
    margin: 0 10px;
}

.findings-section[b-ga7b3mtjub] {
    height: 25%; /* Adjusted height */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align items to the start (left) */
    align-items: flex-start; /* Align items to the start (left) */
    text-align: left; /* Ensure text is aligned to the left */
    overflow-x: visible;
}

.form-control[b-ga7b3mtjub] {
    width: 100%; /* Adjusted width */
    height: 100%; /* Adjusted height */
    max-width: none; /* Remove max-width constraint */
}

.custom-textarea[b-ga7b3mtjub] {
    width: 85%;
    /*         height: calc(100% - 50px); /* Adjust height as needed */
    resize: none; /* Prevent resizing */
    margin-right: 10px; /* Space between textarea and button */
}
/* _content/ArenaUI/Components/Pages/Challenge/ChallengePage.razor.rz.scp.css */
.challenge-page-container[b-5cm96a3nxv] {
    flex-grow: 1;
    overflow: auto;
}
/* _content/ArenaUI/Components/Pages/Challenge/ChatResults.razor.rz.scp.css */
.typing-indicator span[b-lfftv4rt6a] {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background-color: #333;
    border-radius: 50%;
    animation: bounce-b-lfftv4rt6a 1.4s infinite both;
}

.typing-indicator span:nth-child(1)[b-lfftv4rt6a] {
    animation-delay: -0.32s;
}

.typing-indicator span:nth-child(2)[b-lfftv4rt6a] {
    animation-delay: -0.16s;
}

@keyframes bounce-b-lfftv4rt6a {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.conversation-container[b-lfftv4rt6a] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: 100%;
    max-height: 100%;*/
    width: 100%;
    padding: 10px;
    /*background-color: #f8f9fa;*/
    border: 1px solid #374151;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow-y: auto;
}

.message[b-lfftv4rt6a] {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.message-content[b-lfftv4rt6a] {
    padding: 10px;
    border-radius: 10px;
    /* max-width: 80%; */
}

.question .message-content[b-lfftv4rt6a] {
    /*background-color: #007bff;
    color: white;
    align-self: flex-start;*/
}

.answer .message-content[b-lfftv4rt6a] {
    /*background-color: #e9ecef;
    color: black;*/
    /* align-self: flex-end; */
}

.model-name[b-lfftv4rt6a] {
    margin: 0;
    text-align: center;
    font-style: italic;
    color:rgba(255, 255, 255, 0.65) ;
}
/* _content/ArenaUI/Components/Pages/Challenge/Comment.razor.rz.scp.css */
.input-field[b-7k1w230yr8] {
    padding: 20px;
    background-color: #333333;
    border: none;
    border-radius: 16px;
    resize: none;
}

.save-button[b-7k1w230yr8] {
    width: 80px;
    border-radius: 16px;
}

.input-field:focus[b-7k1w230yr8] {
    box-shadow: none;
}
/* _content/ArenaUI/Components/Pages/Challenge/DisclaimerAcceptedChallengePage.razor.rz.scp.css */
.challenge-index-container[b-456udzekpv] {
    height: 100%;
    /* padding-bottom: 8px; */
}
/* _content/ArenaUI/Components/Pages/Challenge/ModelResult.razor.rz.scp.css */
.question-bubble[b-grxsruhnlg] {
    border-radius: 16px;
    padding: 20px;
    background-color: #333333;
    font-size: 18px;
}
/* _content/ArenaUI/Components/Pages/Challenge/QuestionPanel.razor.rz.scp.css */
.conversation-container[b-jlmvorltiz] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 10px;
    /* background-color: #f8f9fa; */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow-y: auto; /* Enable vertical scrolling */
}

.message[b-jlmvorltiz] {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.message-content[b-jlmvorltiz] {
    padding: 10px;
    border-radius: 10px;
    max-width: 80%;
}

.question .message-content[b-jlmvorltiz] {
    background-color: #007bff;
    color: white;
    align-self: flex-start;
}

.question-button[b-jlmvorltiz] {
    background: none;
    /*         background-color: #007bff;
 */ color: white;
    border: none;
    padding: 10px;
    border-radius: 10px;
    max-width: 80%;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: underline;
}

    .question-button:hover[b-jlmvorltiz] {
        background-color: #0056b3;
    }

.answer .message-content[b-jlmvorltiz] {
    background-color: #e9ecef;
    color: black;
    align-self: flex-end;
}
/* _content/ArenaUI/Components/Pages/ClinAide/Chatbox.razor.rz.scp.css */
.conversation-container[b-wqtdvbw71g] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: 100%;*/
    max-height: 100%;
    width: 100%;
    padding: 10px;
    /*background-color: #f8f9fa;*/
    border: 1px solid #374151;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow-y: auto;
}

.message[b-wqtdvbw71g] {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    overflow-wrap: anywhere;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80%;
}

.user-prompts[b-wqtdvbw71g] {
    /*    resize: none;*/
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    overflow-y: auto; /* Only show scrollbar when needed */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    /* max-width: 80%; */
}

.AssistantChatMessage[b-wqtdvbw71g] {
    /*background-color: #007bff;
    color: white;*/
    align-self: flex-start;
    padding: 10px 15px;
    position: relative;
    max-width: 90%;
    line-height: 115%;
    box-shadow: var(--bs-light-bg-subtle);
    float: left;
    margin: 0.4rem 0.4rem;
    color: var(--bs-dark);
    z-index: 2;
    background-color: var(--bs-secondary-text-emphasis);
    opacity: 1;
    border-radius: 10px 10px 10px 20px;
}

.UserChatMessage[b-wqtdvbw71g] {
    /*background-color: #e9ecef;
    color: black;*/
    align-self: flex-end;
    padding: 10px 15px;
    position: relative;
    max-width: 90%;
    line-height: 115%;
    box-shadow: var(--bs-light);
    float: right;
    margin: 0.4rem 0.4rem;
    color: var(--bs-light-text-emphasis);
    background-color: var(--bs-secondary);
    border-radius: 10px 10px 20px 10px;
}

/* Chat bubble effect, adapted from https://codepen.io/swards/pen/gxQmbj */
.AssistantChatMessage[b-wqtdvbw71g]:before { /* agent is the bubble on the left */
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -7px;
    height: 20px;
    width: 20px;
    background-color: var(--bs-secondary-text-emphasis);
    border-bottom-right-radius: 15px;
}

.AssistantChatMessage[b-wqtdvbw71g]:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -10px;
    height: 20px;
    width: 10px;
    background-color: var(--bs-dark);
    border-bottom-right-radius: 10px;
}

.UserChatMessage[b-wqtdvbw71g]:before { /* user is the bubble on the right */
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -8px;
    height: 20px;
    width: 20px;
    background-color: var(--bs-secondary);
    border-bottom-left-radius: 15px;
}

.UserChatMessage[b-wqtdvbw71g]:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -10px;
    height: 20px;
    width: 10px;
    background-color: var(--bs-dark);
    border-bottom-left-radius: 15px;
}




.typing-indicator span[b-wqtdvbw71g] {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background-color: #333;
    border-radius: 50%;
    animation: bounce-b-wqtdvbw71g 1.4s infinite both;
}

    .typing-indicator span:nth-child(1)[b-wqtdvbw71g] {
        animation-delay: -0.32s;
    }

    .typing-indicator span:nth-child(2)[b-wqtdvbw71g] {
        animation-delay: -0.16s;
    }
@keyframes bounce-b-wqtdvbw71g {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

/* _content/ArenaUI/Components/Pages/ClinAide/ClinAide.razor.rz.scp.css */
.clinaide-container[b-00ip2n064q] {
    height: 100%;
}
@media(min-width: 992px) {
    .clin-chatbox[b-00ip2n064q] {
        width: 25%;
    }
    .clin-col[b-00ip2n064q]{
        width: 37%;
    }
}
/* _content/ArenaUI/Components/Pages/ClinicalViewer/EUnityViewer.razor.rz.scp.css */
.main-image-container[b-n8yw4bg1cl] {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 10px;
    background-color: black;
    width: 100%;
    height: 100%;
}

iframe[b-n8yw4bg1cl] {
    width: 100%;
    height: 100%;
}

/* _content/ArenaUI/Components/Pages/Disclaimer/DisclaimerPage.razor.rz.scp.css */

.disclaimer-container[b-yeey9rwhwb] {
    width: 600px;
    margin: auto;
}

.disclaimer-list[b-yeey9rwhwb] {
    list-style: disc outside none;
    padding-left: 1em;
}

.disclaimer-list li[b-yeey9rwhwb] {
    padding-left: 1em;
    white-space: pre-wrap;
    margin-bottom: 16px;
}

.button-container[b-yeey9rwhwb] {
    margin-left: 2em;
    margin-right: 1em;
}

.submit-button[b-yeey9rwhwb] {
    /*width: 260px;*/
    flex-grow: 1;
}
/* _content/ArenaUI/Components/Pages/ImageViewer/IMGViewer.razor.rz.scp.css */
.main-image-container[b-qx8v4l1tzh] {
    position: relative;
    overflow: hidden;
    height: 100%;
    /*flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 10px;*/
    /* background-color: black; */
    /*width: 100%;
    height: 100%;*/
}

.main-image[b-qx8v4l1tzh] {
    /* position: absolute;
   transform: translateY(-50%);*/
    height: 100%;
    width: 100%;
    object-fit: contain;

    /*max-width: 100%;
    max-height: 100%;
    object-fit: contain;*/
}
@media(min-width: 992px) {
    .main-image[b-qx8v4l1tzh] {
        position: absolute;
        /*transform: translateY(-50%);*/
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
  }
/* _content/ArenaUI/Components/Pages/ImageViewer/PatientImage.razor.rz.scp.css */
.patient-image-container[b-2kik37bp01] {
    height: 100%;
    width: 100%;
}


.content-container[b-2kik37bp01] {
    width: 100vw;
    overflow-x: hidden;
}

.main-panel[b-2kik37bp01] {
    width: 100%;
    max-width: 100%;
    /* height: calc(100vh - 210px); */
}

.bottom-panel[b-2kik37bp01] {
    width: 50%;
    max-width: 100%;
}

.row[b-2kik37bp01] {
    display: flex;
    flex-wrap: nowrap;
}

.case-banner[b-2kik37bp01] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    /*         background-color: #f8f9fa; */
    border-bottom: 0;
    margin-bottom: 0;
    height: 10%;
}

.case-banner-title[b-2kik37bp01] {
    font-size: 24px;
    font-weight: bold;
}

.case-banner-links a[b-2kik37bp01] {
    margin-left: 20px;
    text-decoration: none;
    /* color: #007bff; */
}

    .case-banner-links a:hover[b-2kik37bp01] {
        text-decoration: underline;
    }

.filter-buttons-row[b-2kik37bp01] {
    display: flex;
    /* height: 60%; */
}

.filter-buttons-col[b-2kik37bp01] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.divider[b-2kik37bp01] {
    width: 2px;
    background: linear-gradient(to bottom, transparent, #ccc, transparent);
    margin: 0 10px;
}

.findings-section[b-2kik37bp01] {
    height: 25%; /* Adjusted height */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align items to the start (left) */
    align-items: flex-start; /* Align items to the start (left) */
    text-align: left; /* Ensure text is aligned to the left */
    overflow-x: visible;
}

.form-control[b-2kik37bp01] {
    width: 100%; /* Adjusted width */
    height: 100%; /* Adjusted height */
    max-width: none; /* Remove max-width constraint */
}
/* _content/ArenaUI/Components/Pages/ImageViewer/ThumbnailTray.razor.rz.scp.css */
.main-image[b-l6i7qztxja] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.thumbnails-tray[b-l6i7qztxja] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 10px;
    width: 100%;
    overflow: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    box-sizing: border-box;
    border-radius: 10px;
}

.thumbnail-wrapper[b-l6i7qztxja] {
    flex-shrink: 0;
    min-height: 100px;
    position: relative;
    margin: 5px;
    cursor: pointer;
}

.thumbnail[b-l6i7qztxja], .image-button img[b-l6i7qztxja] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.2s;
}

    .thumbnail:hover[b-l6i7qztxja], .image-button img:hover[b-l6i7qztxja] {
        transform: scale(1.05);
    }

.image-button[b-l6i7qztxja] {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.inputfileUpd[b-l6i7qztxja] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
/* _content/ArenaUI/Components/Pages/Landing/LandingPage.razor.rz.scp.css */
.landing-page-container[b-onoxa4pz8v] {
    padding-top: 80px;
}

.landing-page-heading[b-onoxa4pz8v] {
    font-weight: 300;
}

.heading-highlight[b-onoxa4pz8v] {
    font-weight: 500;
}

.login-button[b-onoxa4pz8v] {
    width: 250px;
}

.logo[b-onoxa4pz8v] {
    display: inline-flex;
    flex-direction: column;
}

.logo-main-text[b-onoxa4pz8v] {
    font-weight: 500;
}

.logo-subtext[b-onoxa4pz8v] {
    color: #B6CDD5;
    font-size: 0.5em;
    align-self: flex-end;
}

/* _content/ArenaUI/Components/Pages/Leaderboard/Leaderboard.razor.rz.scp.css */
.sort-arrow[b-kmxrdn9c9i] {
  cursor: pointer;
}

.sort-arrow.selected[b-kmxrdn9c9i] {
  color: #F87315;
}
/* _content/ArenaUI/Components/Pages/Leaderboard/MyChallenges.razor.rz.scp.css */
th[b-8d2nyi0dha] {
    line-height: 1.0;
}
/* _content/ArenaUI/Components/Pages/Mobile/CaseSelectionMobile.razor.rz.scp.css */
[b-qfy4dwvi39] .btn-unselected {
    background-color: #6B6B6B;
}
/* _content/ArenaUI/Components/Pages/Mobile/ChatResultsMobile.razor.rz.scp.css */
.typing-indicator span[b-uhmhbog03y] {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background-color: #333;
    border-radius: 50%;
    animation: bounce-b-uhmhbog03y 1.4s infinite both;
}

.typing-indicator span:nth-child(1)[b-uhmhbog03y] {
    animation-delay: -0.32s;
}

.typing-indicator span:nth-child(2)[b-uhmhbog03y] {
    animation-delay: -0.16s;
}

@keyframes bounce-b-uhmhbog03y {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.conversation-container[b-uhmhbog03y] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: 100%;
    max-height: 100%;*/
    width: 100%;
    padding: 10px;
    /*background-color: #f8f9fa;*/
    border: 1px solid #374151;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    /* overflow-y: auto; */
}

.message[b-uhmhbog03y] {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.message-content[b-uhmhbog03y] {
    padding: 10px;
    border-radius: 10px;
    /* max-width: 80%; */
}

.question .message-content[b-uhmhbog03y] {
    /*background-color: #007bff;
    color: white;
    align-self: flex-start;*/
}

.answer .message-content[b-uhmhbog03y] {
    /*background-color: #e9ecef;
    color: black;*/
    /* align-self: flex-end; */
}

.model-name[b-uhmhbog03y] {
    margin: 0;
    text-align: center;
    font-style: italic;
    color:rgba(255, 255, 255, 0.65) ;
}
/* _content/ArenaUI/Components/Pages/Mobile/ImageViewerMobile.razor.rz.scp.css */

/* _content/ArenaUI/Components/Pages/Mobile/ModelResultMobile.razor.rz.scp.css */
.question-bubble[b-33meimafmg] {
    border-radius: 16px;
    padding: 20px;
    background-color: #333333;
    font-size: 18px;
}
/* _content/ArenaUI/Components/Pages/Mobile/ThumbnailTrayMobile.razor.rz.scp.css */
.main-image[b-fsfm63vq2c] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.thumbnails-tray[b-fsfm63vq2c] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 10px;
    width: 100%;
    overflow: auto;
    overflow-x: scroll;
    /* overflow-y: hidden; */
    box-sizing: border-box;
    border-radius: 10px;
}

.thumbnail-wrapper[b-fsfm63vq2c] {
    flex-shrink: 0;
    min-height: 100px;
    position: relative;
    margin: 5px;
    cursor: pointer;
}

.thumbnail[b-fsfm63vq2c], .image-button img[b-fsfm63vq2c] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.2s;
}

    .thumbnail:hover[b-fsfm63vq2c], .image-button img:hover[b-fsfm63vq2c] {
        transform: scale(1.05);
    }

.image-button[b-fsfm63vq2c] {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.inputfileUpd[b-fsfm63vq2c] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
/* _content/ArenaUI/Components/Pages/Mobile/VotingPanelMobile.razor.rz.scp.css */
.votingSave-btn[b-zbgrw6hi68] {
}
    .votingSave-btn:enabled[b-zbgrw6hi68] {
        color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1))
    }


/* _content/ArenaUI/Components/Pages/MyAccount/MyAccount.razor.rz.scp.css */
/*body {
    background-color: #343a40;*/ /* Dark background */
    /*color: #ffffff;*/ /* Light text */
/*}*/

.my-account-container[b-i9y5386a7t] {
    height: 100%;
}

.section-heading[b-i9y5386a7t] {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
}

.indent[b-i9y5386a7t] {
    margin-left: 20px;
    margin-top: 10px;
}

/* _content/ArenaUI/Components/Pages/Narbar/NavBar.razor.rz.scp.css */
.username[b-5odrg22xw5] {
    color: white;
    background-color: #19BC9C;
    width: fit-content;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 24px;
}

.navbar-logo[b-5odrg22xw5] {
    padding-top: 0;
    padding-bottom: 0;
}
/* _content/ArenaUI/Components/Pages/ScoringSurvey/SurveyControlButtonComponent.razor.rz.scp.css */
.voting-button[b-spe4ppqw9z] {
    line-height: 1.2;
}

.selected-button[b-spe4ppqw9z] {
    color: black;
    background-color: #F8E71C;
}

.selected-button:hover[b-spe4ppqw9z] {
    background-color: #F5C400;
}
/* _content/ArenaUI/Components/Pages/ScoringSurvey/VotingPanel.razor.rz.scp.css */
.votingSave-btn[b-mv5lpi5agv] {
    border: none;
}
    .votingSave-btn:enabled[b-mv5lpi5agv] {
        text-decoration: underline;
        color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1))
    }


