.topbar {
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: fixed;
    width: 50%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.dropdown-topbar {
    background-color: #27272B !important;
    border: 0px !important;
    border-radius: 4px !important;
}

.graph-info {
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    padding: 6px 9.5px;
    gap: 16px;

    /* Dark-sidebar/Dark-sidebar-dark-6 */
    background: rgba(0, 0, 0, 0);

    /* Dark-sidebar/Dark-sidebar-light-12 */
    border: 1px solid #3F3F45;
    border-radius: 6px;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    color: #A2A5B9;
}


.canvas-animation-button {
    /* sna toolbar */

    position: fixed;
    top: 22px;
    right: 235px !important;
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    align-items: center;
    padding: 11px 20px 11px 20px;
    gap: 12px;

    /* width: 226px; */
    /* height: 40px; */

    /* Dark-sidebar/Dark-sidebar-light-2 */
    background: #27272B;

    /* Dark-sidebar/Dark-sidebar-light-12 */
    border: 1px solid #3F3F45;
    border-radius: 3px;

    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
}

.toolbar {
    /* sna toolbar */

    position: fixed;
    top: 22px;
    right: 16px !important;
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    align-items: center;
    padding: 7px 16px 2px 16px;
    gap: 12px;

    /* width: 226px; */
    /* height: 40px; */

    /* Dark-sidebar/Dark-sidebar-light-2 */
    background: #27272B;

    /* Dark-sidebar/Dark-sidebar-light-12 */
    border: 1px solid #3F3F45;
    border-radius: 3px;

    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
}

.toolbar-concentric {
    /* sna toolbar */

    position: fixed;
    top: 22px;
    right: 16px !important;
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    align-items: center;
    padding: 7px 16px 2px 16px;
    gap: 12px;

    /* width: 226px; */
    /* height: 40px; */

    /* Dark-sidebar/Dark-sidebar-light-2 */
    background: #dcdcdc;

    /* Dark-sidebar/Dark-sidebar-light-12 */
    border: 1px solid #dcdcdc;
    border-radius: 3px;

    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
}

/* .graph-info-items {
    display: flex
} */

.dropdown-menu {
    background-color: #27272B;
}

.filter-time {
    min-width: 115px !important;
    border: 0px !important;
    background-color: #1d1d20 !important;
    border: 1px solid #313135 !important;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08) !important;
    border-radius: 4px !important;
}

.filter-time a:hover {
    background-color: #27272b !important;
    cursor: pointer !important;
    color: #A2A5B9 !important;
}

.filter-source {
    border: 0px !important;
    background-color: #27272b !important;
    color: #6c7a86 !important;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #313135 !important;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08) !important;
    border-radius: 4px !important;
    height: 2.5rem;
    padding: .5rem .75rem;
}

.filter-source a:hover {
    background-color: #27272b !important;
    cursor: pointer !important;
    color: #A2A5B9 !important;
}

.filter-time-item {
    color: #A2A5B9 !important;
}

.filter-source-item {
    color: #A2A5B9 !important;
}

.topbar-left {
    display: flex;
    align-items: center;
}

.topbar-left a {
    color: #fff;
    padding-right: 10px;
}

.topbar-right {
    display: flex;
}

.topbar-right a {
    color: #fff;
    padding-left: 10px;
}

.g6-component-toolbar li {
    list-style-type: none !important;
}

.g6-component-toolbar {
    position: fixed !important;
    z-index: 99 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0px !important;
}


.toolbar li {
    list-style-type: none !important;
}

.avatar-mode {
    position: fixed;
    display: flex;
    align-items: center;
    top: 30px;
    gap: 10px;
    right: 310px !important;
}

.avatar-mode-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #AAAAB3;
}

.switch {
    position: relative;
    display: inline-block;
    width: 29.4px;
    height: 15.4px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222225;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 1px;
    bottom: 1px;
    background-color: #585860;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #00AC69;
}

input:focus+.slider {
    box-shadow: 0 0 1px #00AC69;
}

input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    background-color: #1D1D20;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@media screen and (max-width: 1080px) {
    .topbar-left {
        gap: 10px;
        flex-direction: column;
        align-items: start;
    }
}

@media screen and (max-width: 580px) {
    .toolbar {
        display: none !important;
    }

    .canvas-animation-button {
        right: 16px !important;
    }

    .avatar-mode {
        right: 86px !important;
    }
}
