#all_colors {
    background-color: #f3f3f3;
    background-color: #0b67c8;
    background-color: #dcf0ff;
    background-color: #17171c;
    background-color: #002d8a;
    background-color: #ff6e00;
    background-color: #b7c0d3;
    background-color: #e8edec;

    background-color: #cee1f4;
}

div {
    /* outline: dashed red; */
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
        U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    background-color: #f3f3f3;
    color: #17171c;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.flex_container {
    display: flex;
    justify-content: center;
    /* outline: dashed green; */
}

.flex_container_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* outline: dashed green; */
}

.flex_container_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* outline: dashed green; */
}

.flex_align_center {
    align-items: center;
}

.flex_justify_left {
    justify-content: flex-start;
}

.flex_justify_right {
    justify-content: flex-end;
}

.flex_item {
    flex: 0 0 auto;
}

.flex_align_top {
    align-items: flex-start;
}

.menu_bar {
    height: 3rem;
}

.sub_menu {
    height: 2rem;
}

.main_content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;

    flex-grow: 1;
}

.height_100 {
    height: 100%;
}

.display_flex {
    display: flex;
}

.flex_33 {
    flex: 0 0 33%;
    max-width: 33%;
}

.flex_66 {
    flex: 0 0 66%;
    max-width: 66%;
}

.flex_50 {
    flex: 0 0 50%;
    max-width: 50%;
}

.flex_25 {
    flex: 0 0 25%;
    max-width: 25%;
}

.flex_75 {
    flex: 0 0 75%;
    max-width: 75%;
}

.flex_wrap {
    flex-wrap: wrap;
}

.left_menu {
    /* flex: 1 1 25%; */
    overflow-y: auto;
    border-right: 2px #ff6e00 solid;
}

#facet_list_search_view {
    border-right: 2px #002d8a solid;
}

#conversation_names_search_view {
    border-right: 2px #002d8a solid;
}

.view {
    flex: 1 1 75%;
    overflow-y: auto;
}

.scroll_overflow {
    overflow-y: auto;
}

.view_button {
    width: 100%;
    display: block;
}

#text_hql,
#text_copilot {
    width: 90%;
    resize: none;
}

textarea {
    box-sizing: border-box;
    margin: 1rem;
    padding: 0.2rem;
}

#keyword_search_field {
    margin: 1rem;
    padding: 0.2rem;
    width: 90%;
}

#map {
    height: 20rem;
    border-radius: 5px;
}

#map_full {
    height: 40rem;
    border-radius: 5px;
    border: 2px #002d8a solid;

    width: 70%;
}

#timeline_parent {
    height: 8rem;
}

.explore_row {
    height: 20rem;
}

.picture_container > img {
    /* width: 100%;
    object-fit: contain;
    height: 100%; */
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.picture_container > span {
    position: absolute;
    bottom: -2.5rem;
    left: 1rem;
}

.list_non_clickable > div {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #e8edec;
    border: 1px solid #ddd;
    text-decoration: none;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.active_filter {
    background-color: #0b67c8 !important;
    color: #f3f3f3 !important;
}

#active_filter_list > div {
    position: relative;
    display: block;
    padding: 4px 15px;
    margin-bottom: -1px;
    background-color: #0b67c8;
    color: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.remove_filter_button {
    margin: 0 0 0 0.5rem;
    cursor: pointer;
}

.list_container > div {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #e8edec;
    border: 1px solid #ddd;
    text-decoration: none;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

#gallery {
    border-radius: 5px;
    border: 1px #b7c0d3 solid;
    padding: 0.2rem;
}

#gallery > div,
#gallery_full > div {
    position: relative;
    border-radius: 2px;
}

#gallery_full > div {
    height: 12rem;
    margin: 0 0 3.5rem 0;
    outline: 1px black solid;
}

.menu_bar svg,
.sub_menu svg,
.button_class svg {
    width: 1em;
    display: inline;
    vertical-align: bottom;
}

.button_class {
    padding: 0.5rem;
    cursor: pointer;
    background-color: #e8edec;
    border: 1px solid #ddd;
}

.button_class_active {
    background-color: #cee1f4;
}

.highlight_button_class_active {
    animation: highlightFade 1s forwards;
}

@keyframes highlightFade {
    0% {
        background-color: #ff6e00;
    }
    100% {
        background-color: #cee1f4;
    }
}

#conversation_messages > div {
    padding: 0.5rem;
    border: 2px black solid;
    margin: 1rem;
    border-radius: 8px;
}

#conversation_messages_search_view > div {
    padding: 0.5rem;
    border: 2px black solid;
    margin: 1rem;
    border-radius: 8px;
    padding-bottom: 1.3rem;
}

.mssg_sender {
    font-size: 0.8rem;
    color: #002d8a;
}

.mssg_descr_full {
    display: block;
}

.mssg_date {
    float: right;
    font-size: 0.8rem;
}

.own_message,
.system_message {
    padding: 0.5rem;
    border: 2px black solid;
    margin: 1rem;
    border-radius: 8px;
}

#view_copilot .own_message {
    text-align: right;
}

#view_copilot .system_message {
    text-align: left;
}

.explore_row h2,
.header_margin h2 {
    margin-left: 1rem;
}

#result_count {
    margin-left: 1rem;
}

#visible_count_search_view {
    display: block;
    margin: 0 0 1rem 0;
}

.disabled {
    cursor: not-allowed !important;
}

#tooltip_span {
    display: none;
}

.margin_div {
    /* overflow: scroll; */
    margin-bottom: 5rem;
}

summary {
    padding: 0.2rem;
    margin: 0.2rem;
    margin-left: 0.5rem;
}

#advanced_search_outline {
    outline: 2px black solid;
    padding: 0.2rem;
    margin: 0.5rem 0.2rem;
    display: inline-block;
}

#advanced_search {
    padding: 4rem 2rem;
    background-color: #dcf0ff;
    /* display:none; */
}

.advanced_search_field {
    padding: 0.2rem;
    width: 10rem;
}
.search_view_window {
    margin: 1rem 0;
}

.search_view_margin {
    margin: 1rem;
}

.view_more_search_view.view_more_search_view {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: -1px;
    background-color: #b7c0d3;
    border: 1px solid #ddd;
    text-decoration: none;
    color: black;
    text-align: center;
    cursor: pointer;
}

.go_to_search_view_button {
    cursor: pointer;
    color: #fff;
    background-color: #002d8a;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: -2.8rem;
    z-index: 1000;
    position: relative;
    font-size: 0.9rem;
    margin-right: 0.8rem;
    opacity: 0.9;
    float: right;
}

.go_to_search_view_button:hover {
    color: #fff;
    background-color: #002d8a;
    opacity: 1;
}

#chat_container {
    position: fixed;
    bottom: 2rem;
    right: 3rem;
    z-index: 1000;
    background-color: #17171c;
    padding: 1rem;
    border-radius: 5px;
    animation: popup 0.7s;
    display: none;
}

#chat_container p {
    color: #f3f3f3;
    max-width: 20rem;
}

#chat_container img {
    height: 7rem;
    float: left;
}

#chat_content {
    float: left;
}

#close_chat_button {
    margin: 0 0 0 0.5rem;
    cursor: pointer;
}

#close_chat_button svg {
    width: 1em;
    display: inline;
    vertical-align: bottom;
}

@keyframes popup {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.4);
    }
    60% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(1);
    }
    90% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
