.logo {
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
}

.arymalabs-color {
    color: rgb(8, 218, 255) !important;
}

.sidebar {
    text-align: center;
    color: #000 !important;
}

.description {
    color: #000;
}

.login-form-container {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 10px 20px;
    margin-top: 50px;
}

.gpt-search-box {
    height: 50px;
    background: rgb(235, 240, 241);
}

.gpt-search-button {
    height: 50px;
}

.sample-question {
    cursor: pointer;
}

.gpt-search-form {
}

.full-height {
    display: flex;
    height: calc(100vh - 120px);
    flex-direction: column;
    position: relative;
    overflow-y: scroll;
}

.gpt-search-form .d-flex {
    gap: 20px;
}

.gpt-search-form form {
    margin-block-end: 0;
}

.gpt-history-container {
    overflow-y: scroll;
    flex-grow: 1;
    padding-right: 10px;
}

.gpt-chat-message {
    display: flex;
    width: 100%;
    position: relative;
}

.gpt-message {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    padding-top: 30px;

}

.gpt-chat-message .speech-icon,
.gpt-chat-message .pause-icon,
.gpt-chat-message .play-icon {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 5px 10px;
    cursor: pointer;
    background: #eee;
    border: 1px solid #ddd;
    font-size: 24px;
    width: 40px;
}

.gpt-chat-message.ai-sent {
    padding-right: 15%;
}

.gpt-chat-message img {
    height: 30px;
    width: 30px;
}

.gpt-chat-message .description {
    flex-grow: 1;
}

.gpt-chat-message.ai-sent .description {
    margin-left: 30px;
}

.gpt-chat-message.user-sent {
    margin-left: auto;
    text-align: right;
    padding-left: 15%;
}

.gpt-chat-message.user-sent .description {
    text-align: right;
    margin-left: 0;
    margin-right: 30px;
}

.cursor {
    display: inline-block;
    background-color: black;
    margin-left: 2px;
    width: 2px;
    animation: blink 0.75s step-end infinite;
}

@keyframes blink {
    50% { background-color: transparent; }
}

.errors {
    color: red;
}

.modal-header {
    justify-content: space-between;
}

/* .accordion-collapse {
    padding: 10px 20px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
} */

.sidebar {
    height: 100vh;
    overflow-y: scroll;
    position: relative;
}

.line-break {
    width: 100%;
}

.similar-question {
    width: 80%;
    margin: 20px auto;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

.response-image {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 30px;
}

.was-this-helpful {
    border: 1px solid #ddd;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.was-this-helpful i {
    cursor: pointer;
}

.answered .was-this-helpful i {
    cursor: not-allowed;
}

.w-90 {
    width: 90%;
}

.terms-and-policies {
    font-size: 1.1rem;
}

.footer-contents a,
.footer-contents {
    color: #888;
    font-size: 12px;
}

.footer-contents.label {
    font-size: 14px;
}

.terms-and-policies h5 {
    margin-top: 1rem !important;
}

.messages {
    position: fixed;
    width: 100%;
    z-index: 100;
    text-align: center;
    list-style: none;
    padding: 0;
}

.messages .message {
    padding: 10px;
}

.messages .message.success {

}

.al-range-slider__input {
    display: none;
}

.al-range-slider {
    padding-top: 0;
}

.al-range-slider__bar {
    background: #3764A3;
    box-shadow: none;
}
.al-range-slider__knob:hover,
.al-range-slider__knob_active {
    border-color: #3764A3;
    box-shadow: none;
}

.al-range-slider__knob {
    border: .5em solid #3764A3;
}

.al-range-slider__tooltip {
    box-shadow: inset 0 0 .2em .1em #ddd;
}

.speedometer-div img {
    height: 250px;
}

.thermometer-container {
    position: relative;
    display: flex;
    margin-top: 30px;
}

.bg-strip {
    height: 30px;
    margin-bottom: 10px;
}

.thermometer-container .red-bg {
    width: 40%;
}

.thermometer-container .orange-bg,
.thermometer-container .green-bg {
    width: 30%;
}

.red-bg .bg-strip {
    background: #e84118;
}

.orange-bg .bg-strip {
    background: #f39c12;
}

.green-bg .bg-strip {
    background: #2ecc71;
}

.move-left {
    margin-left: -10px;
}

.move-right {
    margin-right: -10px;
}

.move-left,
.move-right {
    font-size: 12px;
}

.model-score-circle {
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    margin: auto;
    top: 10px;
}

.model-score-circle.legend-circle {
    margin: 7px 5px;
    top: 0;
}

.model-legend {
    margin-left: 20px;
}

.nav-pills {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-color: rgba(240, 237, 237, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.diagnose-table-card {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
}

.diagnose-description-card {
    background-color: #fff;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-left: 5px solid var(--custom-accordion-color);
}

.accordion-button::after {
    width: 1.25rem;
    height: 1.25rem;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: rgb(29, 163, 183) !important;
    color: #fff !important;
}

.nav-link {
    color: rgb(29, 163, 183) !important;
}

.qq-chart-accordion-item {
    width: 48%;
}

.progressbar-text {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0px;
    margin: 0px;
    transform: translate(-50%, -50%);
    color: rgb(170, 170, 170);
    font-family: Raleway, Helvetica, sans-serif;
    font-size: 2rem;
}

.donut-chart-item {
    position: relative;
    background: #fff;
}

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

.coef-charts-container .accordion-item {
    width: 45%;
}

.donut-chart-accordion {
    margin-left: 30px;
}

.card {
    min-height: 300px;
}

.window-tab-selected-card {
   display: none;
}

.sidebar-logo {
    height: 70px;
}

.download-report-button {
    display: none;
}

.intervention-windows-card {
    position: fixed;
    bottom: 0;
    width: calc(100% - 500px);
    overflow: scroll;
}

.form-label {
    margin-bottom: 0.1rem;
}
