﻿.selected
{
    background: var(--brand) !important;
    color: #000 !important;
}

.slider
{
    width: 100%;
    overflow: hidden;
    position: relative;
    align-content: center;
}

.track
{
    display: flex;
    transition: transform 0.6s ease-in-out;
    padding: 12px;
}

#clusters
{
    margin-top: 6px;
    border: 1px dotted var(--theme);
    max-height: 144px;
    overflow-y: auto;
    display: none;
}

#clusters div
{
    background-color: var(--theme);
    color: var(--color);
    padding: 12px;
    cursor: pointer;
}

#clusters div:hover
{
    background-color: var(--title);
    color: var(--theme);
}

#associated
{
    margin-top: 12px;
}

.associated
{
    display: inline-block;
    background-color: var(--theme);
    color: var(--title);
    border-radius: 6px;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.associated a b
{
    margin-left: 10px;
    color: red;
    cursor: pointer;
}

.survey
{
    list-style: none;
    padding: 0;
}

.survey li
{
    background-color: var(--translucid);
    padding: 12px;
    margin-bottom: 6px;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    border-radius: 3px;
}

.survey li:hover
{
    background-color: var(--brand);
    color: #000;
}

.survey li.selected
{
    background-color: #57A63A;
    color: #000;
}



.conversations .content
{
    background: var(--translucid);
    width: auto;
    margin: 12px 0 6px 0;
    /*    border: 1px solid var(--border);
*/ border-radius: 6px;
    padding: 12px;
    word-wrap: break-word;
}

.navigation
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation li
{
    background: var(--card);
    display: inline-block;
    margin: 6px;
    padding: 6px;
    color: var(--color);
    text-align: center;
    align-content: center;
    border-radius: 6px;
}

.navigation li.active
{
    color: var(--title);
}

.navigation li *
{
    vertical-align: middle;
    padding: 6px;
}

.navigation li a, .navigation li span
{
    color: var(--brand);
    width: auto;
    height: 42px;
    overflow: visible;
}

.navigation li span
{
    color: var(--color);
}

.navigation li a i
{
    padding: 0;
}




.editor
{
    position: relative;
}

.editor img
{
    position: relative;
    display: block;
    cursor: pointer;
    min-height: 200px;
    border: 1px solid var(--border);
    padding: 12px;
    transition: opacity 0.6s ease;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 6px;
}

.editor img:hover
{
    border: 1px dotted var(--title);
    background: var(--theme);
}

.editor .options
{
    vertical-align: middle;
    position: absolute;
    color: var(--theme);
    padding: 6px;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.1s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.editor .options a i
{
    color: var(--title) !important;
}

.editor:hover img
{
    opacity: 0.6;
}

.editor:hover .options
{
    opacity: 1;
}


#map
{
    height: 100%;
}

#map img
{
margin: 0;
font-size: 1em;
}




/*map*/

.gm-style-iw
{
    width: 360px !important;
    height: auto;
}

.gm-style .gm-style-iw
{
    font-size: 17px !important;
}

.gm-style-iw button
{
    color: var(--card) !important;
}

.ui-autocomplete
{
    color: var(--color) !important;
    border: 1px dotted var(--title) !important;
}

.ui-menu-item-wrapper
{
    background-color: var(--card);
    color: var(--color);
    padding: 12px !important;
    border: none;
}


.ui-menu-item .ui-menu-item-wrapper.ui-state-active
{
    background: var(--title) !important;
    color: var(--theme) !important;
}
.ql-toolbar
{
    background-color: transparent !important;
    border: none !important;
}

.ql-stroke
{
stroke: var(--title) !important;
}

.ql-container
{
    border: 1px solid var(--border) !important;
    font-size: 17px !important;
    border-radius: 6px;
}