.city-select {
    width: 25%;
    border-radius: 0px;
    height: 50px;
    background: rgb(41, 128, 185);
    color: white;
    padding-left: 30px;
}

rect.bar-chart {
    width: 100px;
    max-width: 100px;
}

.bar-graph,
.sliders {
    border: 1px solid #333;
    width: auto;
    margin: 15px 0px;
    border-radius: 5px;
    background: #34393e;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-color: #e9e9e9;
}

input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #147495;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 8px;
}


.item-box:hover {
    width: 18rem !important;
    height: 8rem !important;
    box-shadow: 0px 13px 30px 0px rgba(51, 51, 51, 0.08);
    transform: scale(.7, .7);
    ;
    transition: all .3s;
}

.item-box {
    transform: translateX(0);
    transition: all .3s;
}

.sliders {
    width: 100%;
    min-height: 100%;
    margin-left: 0px;
    margin-top: 0px;
}

.rect-box {
    padding-top: 10px;
}

input[type="range"] {
    width: 100%;
}

.toggle {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    color: #212529;
}

.btn-primary {
    color: #fff;
    background-color: #0082c8 !important;
    border-color: #0082c8 !important;
}

.preloader {
    position: absolute;
    display: none;
    left: 0px;
    top: 15px;
    width: 100%;
    height: 300px;
    z-index: 10;
    background: url(/static/img/loader.gif) 50% 50% no-repeat rgb(255 255 255 / 70%);
    opacity: 0.9;
}

.preloader-spinner {
    position: absolute;
    display: none;
    left: 50%;
    top: 20%;
    width: 100%;
    height: 300px;
    z-index: 10;
    background: url(/static/img/loader.gif);
    opacity: 0.9;
}

.preloader-new {
    position: absolute;
    display: none;
    left: 0px;
    top: 15px;
    width: 100%;
    height: 300px;
    z-index: 10;
    background: url(/static/img/loader.gif) 50% 50% no-repeat rgb(255 255 255 / 70%);
    opacity: 0.9;
}

.btn-primary-new {
    color: #fff;
    background-color: #03aad7 !important;
    border-color: #03aad7 !important
}

.btn-primary-new:focus,
.btn-primary-save:focus {
    box-shadow: none !important;
}

.btn-primary-save {
    color: #fff;
    background-color: #03aad7 !important;
    border-color: #03aad7 !important
}

.btn.btn-primary-new:hover,
.btn.btn-primary-save:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.nav-item .nav-link {
    color: #ddddddab !important;
    font-size: 15px;
    padding: 10px 15px !important;
    margin-top: -3px;
    padding-left: 10px !important;
}

.nav-item .nav-link.active {
    font-size: 15px;
    background: #22aad7 !important;
    color: #fff !important;
    margin-top: -3px;
    border-radius: 4px;
}

.nav-item .nav-link:last-child:hover {
    font-size: 15px;
    background: #22aad7 !important;
    color: #fff !important;
    border-radius: 4px;
}

.nav-item.header-nav-item {
    position: relative;
    padding: 10px;
    right: 0px;
}

.home-icon,
.home-icon:hover {
    font-size: 35px;
    position: relative;
    right: 20px;
    color: #ffffff;
    text-decoration: none;
    top: -15px;
}

.range-element {
    font-size: 11px;
}

.range-field {
    width: 40%;
    z-index: 0;
}

.step-element {
    font-size: 11px;
    text-align: center;
    margin-left: 130px !important;
}

.item-label {
    width: 230px;
    color: #ddddddab;
    text-align: center;
}

.header {
    background-color: #34393e;
    color: white;
    height: 80px;
    padding-top: 20px;
    z-index: 100 !important;
}

.brand-name {
    font-size: 25px;
    margin-left: 30px;
    color: #0082c8;
}

.arc text {
    font: 10px sans-serif;
    text-anchor: middle;
}

.arc path {
    stroke: #fff;
}

.line {
    fill: none;
    stroke: #147495;
    stroke-width: 3.5px;
}

svg text {
    fill: #ddddddab;
}

.axis.axis--y1 line,
.domain,
.y.axis line,
.tick line {
    stroke: #ddddddab;
}

.axis.axis--y1 path,
.y.axis path {
    stroke: #ddddddab;
}

.axis.axis--y1 text,
.y.axis text {
    fill: #ddddddab;
}

.axis.axis--y2 line {
    stroke: #ddddddab;
}

.axis.axis--y2 path {
    stroke: #ddddddab;
}

.axis.axis--y2 text,
g.tick {
    fill: #ddddddab;
}

.axis.axis--x line,
.x.axis line {
    stroke: #ddddddab;
}

.axis.axis--x path,
.x.axis path {
    stroke: #ddddddab;
}

.axis.axis--x text,
.x.axis text {
    fill: #ddddddab;
}

.line-with-range-graph {
    padding: 10px 60px;
}

.date-range-select {
    position: relative;
    margin: 15px 10px;
}

.main {
    width: auto;
    margin-left: 240px !important;
    height: auto;
    position: relative;
    overflow-x: auto;
    top: 80px;
}

.bar-chart-second {
    fill: #147495;
}

.dot-green {
    fill: green;
    stroke: #fff;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    100% {
        opacity: 0;
    }

    50% {
        opacity: 0.50;
    }
}


/* Styles for the tilt block */
.tilt {
    display: block;
    height: 200px;
    width: 300px;
    background-color: grey;
    margin: 0 auto;
    transition: box-shadow 0.1s, transform 0.1s;
}

.tilt:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
    cursor: pointer;
}


.dot-red {
    fill: red;
    stroke: #fff;
    animation: blinker 1s linear infinite;
}

.zoom {
    cursor: move;
    fill: none;
    pointer-events: all;
}

.brand-name sup {
    font-size: 15px;
}

.nav-item.header-nav-item i {
}

body {
    background: #2b2a2a;
    font-family: 'Inter', sans-serif;
}

.dashboard {
    margin-top: 22%;
    padding: 30px 60px;
}

.axis.y.bar--y .domain {
    display: none;
}

.city-dropdown-container {
    margin-left: 10%;
}

.title-text {
    font-size: 16px;
    font-weight: bold;
    color: #ddddddab;
}

.selected-value {
    font-size: 12px;
}

.base-class .rangeslider__handle {
    cursor: none;
}


.rangeslider-wrap {
    padding-top: 100px;
}

.rangeslider {
    position: relative;
    height: 8px;
    border-radius: 5px;
    width: 100%;
    background-color: gray;
}

.rangeslider__handle {
    transition: background-color 0.2s;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #027495;
    touch-action: pan-y;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: -4px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 0 0 2px white; */
}

.rangeslider__handle__value {
    transition: background-color 0.2s, box-shadow 0.1s, transform 0.1s;
    box-sizing: border-box;
    width: 90px;
    text-align: center;
    padding: 10px;
    background-color: #027495;
    border-radius: 5px;
    color: white;
    left: -35px;
    top: -55px;
    position: absolute;
    white-space: nowrap;
    border-top: 1px solid #027495;
    box-shadow: 0 -4px 1px rgba(0, 0, 0, .07), 0 -5px 20px rgba(0, 0, 0, .3);
}

.rangeslider__handle__value:before {
    transition: border-top-color 0.2s;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    border-top-color: #027495;
}

.rangeslider__handle__value:after {
    content: " cm";
}

.rangeslider__fill {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background-color: #027495;
    border-radius: 5px;
}

.rangeslider__labels {
    position: absolute;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.rangeslider__labels__label {
    font-size: 0.63em;
    position: relative;
    padding-top: 15px;
    color: gray;
}

.rangeslider__labels__label:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 9px;
    border-radius: 1px;
    /* background-color: rgba(128, 128, 128, .5); */
}

.rangeslider__labels__label:first-child:before,
.rangeslider__labels__label:last-child:before {
    height: 12px;
    width: 2px;
}

/* .rangeslider__labels__label:first-child:before {
    background-color: #027495;
} */
/* .rangeslider__labels__label:last-child:before {
    background-color: gray;
} */
.rangeslider__labels__label:first-child {
    transform: translateX(-48%);
}

.rangeslider__labels__label:last-child {
    transform: translateX(48%);
}

.rangeslider.rangeslider--active .rangeslider__handle,
.rangeslider.rangeslider--active .rangeslider__handle * {
    background-color: #027495;
}

.rangeslider.rangeslider--active .rangeslider__handle *:before {
    border-top-color: #027495;
}

.rangeslider.rangeslider--active .rangeslider__handle__value {
    transform: translateY(-5px);
    box-shadow: 0 -3px 2px rgba(0, 0, 0, .04), 0 -9px 25px rgba(0, 0, 0, .15);
}

.indigo-text {
    width: 35px;
    color: #dddddd;
}


.sidebar {
    height: 100%;
    width: 260px;
    position: fixed;
    z-index: 1;
    top: 80px;
    left: 0;
    background-color: #34393e;
    overflow-x: hidden;
    transition: 0.5s;
    border-top: 1px solid #ffffff52;
}

.sidebar>a,
.nav-btn-class>a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #f8f9fa;
    display: block;
    transition: 0.3s;
}

.sidebar>a:hover,
.nav-btn-class>a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 25px;
    margin-left: 50px;
}

.roi-sidebar {
    height: 250px;
    width: 0;
    position: absolute;
    z-index: 200;
    top: 0px;
    right: 0 !important;
    background-color: #34393e;
    overflow-x: hidden;
    border-top: 1px solid #ffffff52;
}

.roi-sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #f8f9fa;
    display: block;
    transition: 0.3s;
}

.roi-sidebar a:hover {
    color: #f1f1f1;
}

.roi-sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 25px;
    margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #147495;
    color: #fff;
}

.openbtn:active {
    outline: none;
    border: none;
}

.openbtn:hover {
    outline: none;
    border: none;
    background-color: #147495;
}

#main {
    width: auto;
    margin-left: 240px;
    height: auto;
    position: relative;
    overflow-x: auto;
    top: 80px;
}

#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 */
}

.main-secondary {
    width: auto !important;
    margin-left: 240px !important;
    height: auto;
    position: relative;
    overflow-x: auto;
    top: 80px;
}

.examples .mentions-input-box textarea {
    font-family: 'pt sans', arial, helvetica, sans-serif;
    font-size: 12px;
}

.mentions-input-box textarea {
    font-size: unset;
    height: 80px;
    /* overflow: auto !important; */
    border-radius: 20px;
}
.mentions-input-box {
    font-size: 12px;
}

.main-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.main-container.market-mix-container {
    padding-right: 0;
    padding-left: 100px;
}

.custom-value {
    width: 90px;
    height: 30px;
    margin-right: 5px;
    margin-left: 13px;
}

.custom-value input {
    font-size: 12px;
    width: 90%;
    margin-left: 10%;
}

.content-area {
    padding: 0px 25px
}

.section-bg::before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.parallax {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.sidebar .nav-btn-class {
    position: relative;
    display: block;
    width: 240px;
    transition: 0.5s;
    margin-top: 90px !important;
    bottom: 50px !important;
    text-align: center;
}

.navbar-btn {
    width: 165px !important;
}

.scenario-container {
    padding: 15px;
    text-align: center;
    color: #fff;
    position: relative;
    /* top: 50px; */
    font-size: 20px;
}

.scenario-list table {
    font-size: 15px;
    color: #fff;
}

.table td,
.table th {
    border-top: unset !important;
    color: #ddddddab;
}

.scenario-list a {
    color: inherit;
}

.title-scenario {
    text-transform: capitalize;
    padding-top: 10px;
    margin-bottom: -35px;
    font-size: 16px;
    text-align: center;
    color: #ddddddab;
    height: 50px;
}

.title-scenario-main {
    text-transform: capitalize;
    padding-top: 10px;
    margin-bottom: -35px;
    font-size: 20px;
    text-align: center;
    color: #ddddddab;
    height: 50px;
}

.errors {
    color: red;
    text-align: center;
}

#scenario-error {
    font-size: 15px;
}

.faq-container {
    background-color: #fff;
    padding: 20px;
    margin-top: 100px;
    border-radius: 5px;
    position: relative;
}

.faq-content-area {
    padding: 0px 50px;
}

.faq-title {
    font-size: 18px;
    font-weight: bold;
}

#scenario-limit-message {
    display: none;
}

.switch-scenario .dropdown {
    /* float: left; */
    position: relative;
    width: 100%;
    height: auto;
}

.panel-group .panel {
    border-radius: 4px;
}

.datepicker table tr td span {
    font-weight: bold;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    font-weight: unset !important;
}

.panel {
    background-color: transparent;
    /* border: 1px solid transparent; */
    border-radius: 4px;
    /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05); */
}

.panel-default {
    border-bottom-color: #dddddd4a;
}

.panel-heading {
    padding: 15px 15px;
    /* border-bottom: 1px solid transparent; */
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.collapse.in {
    display: block;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

/* .panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #dddddd4a;
} */

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: #fff;
    text-decoration: none;
}

.panel-body {
    padding: 10px 15px;
    padding-left: 50px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-group .panel-heading {}

.panel-heading {
    color: #147495 !important;
    /* background-color: #f8f9fa; */
    border-color: #ddd;
}

.panel-heading a {
    color: #ddddddab !important;
    font-size: 14px;
}

.menu-title {
    text-align: center !important;
}

.menu-title a {
    font-size: 20px !important;
}

.panel-body.active {
    background-color: #147495;
}

.panel-body>a {
    color: #ddddddab;
    text-decoration: none;
    font-size: 14px;
}

.panel-body.active>a {
    color: #fff;
    text-decoration: none;
}

.dropdown .dropbtn {
    cursor: pointer;
    /* font-size: 18px; */
    position: relative;
    border: none;
    outline: none;
    text-align-last: left;
    color: #ddddddab;
    width: 100%;
    /* padding: 14px 10px; */
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    /* font-weight: bold; */
}

.dropdown:hover .dropbtn,
.dropbtn:focus {
    background-color: transparent;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #34393e;
    min-width: 160px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #b1b1b1;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #ddddddab;
    font-size: 14px;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}


/* width */
#mySidebar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}


.dropdown-content a:hover {
    background-color: #dddddd38;
}

.show {
    display: block;
}

.panel-collapse {
    background-color: #43494e;
}


@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 16px;
    }
}

@media screen and (min-width: 1500px) {
    #main {
        width: auto;
        margin-left: 240px;
        transition: margin-left .1s;
        height: auto;
        overflow-x: auto;
    }
}

.panel-title a {
    font-weight: bold;
}

.panel-title i {
    position: relative;
    float: right;
}

.panel-title>.collapsed i {
    position: relative;
    float: right;
    transform: rotate(270deg) !important;
}

.mape {
    position: absolute;
    z-index: 1000;
    height: 35px;
    width: 92px;
    top: 15px;
    color: #ddddddab;
    left: 15px;
    border: 3px solid #25d1ff;
    font-size: 11px;
    padding: 6px;
}

.dropdown .dropbtn {
    font-weight: bold;
    margin-left: 0px;
    font-size: 14px;
    text-align: left;
}

.dropdown .dropbtn i {
    position: relative;
    float: right;
    top: 5px;
    right: 5px;
}

.error {
    color: red;
    min-height: 20px;
    font-size: 14px;
}

.menu-heading {
    padding: 25px 15px;
    border-bottom: 1px solid #ffffff52;
}

.legend text {
    font-size: 13px;
}

.themes-card {
    position: fixed;
    width: 25%;
    right: -500px;
    bottom: 0;
    top: 80px;
    background-color: #34393e;
    border: 1px solid #555;
    color: #ddddddab;
    overflow: scroll;
    padding-bottom: 25px;
}

.message-card {
    background: #fff;
    width: 80%;
    margin-left: 10%;
    border-radius: 20px;
    padding: 15px;
    text-align: left;
    color: #000;
    font-size: 12px;
}

.message-card+.message-card {
    margin-top: 20px;
}

.message-sender {
    font-size: 14px;
    font-weight: bold;
    color: #027495;
}

.message-body {
    margin-top: 10px;
}

.message-body {
    width: 100%;
}

.message-body .highlight {
    color: teal;
    font-weight: bold;
}

.edit-message .edit-textarea,
.edit-message .mentions-input-box textarea {
    display: block;
}

.mentions-input-box .edit-textarea {
    display: none;
}

.message-footer i {
    font-size: 18px;
}

.attachment a,
.attachment a:hover {
    font-size: 12px;
    color: #027495;
    padding: 0;
}

.new-comment-section {
    margin-top: 30px;
    background: #fff;
    color: #000;
    width: 80%;
    margin-left: 10%;
    border-radius: 20px;
    padding-top: 15px;
    padding: 20px;
}

.new-comment-textarea {
    border-radius: 20px;
    width: 100%;
    outline: none;
    padding: 15px;
    overflow-y: auto !important;
    font-size: 15px;
    height: 100px;
    border: 1px solid #000;
}

.themes-close-container,
.strategy-notes-close {
    position: fixed;
    padding: 15px;
    background-color: #34393e;
    color: #dddddb;
    border: 1px solid #555;
    border-right: 0;
    cursor: pointer;

}

.themes-close-container {
    right: 0;
    top: 80px;
}

.strategy-notes-close {
    left: 360px;
    border-right: 1px solid #555;
    top: 100%;
}

.message-footer .btn.btn-primary,
.message-footer .btn.btn-default {
    padding: 0.25rem 0.25rem;
    font-size: 0.55rem;
}

.themes-card .panel-title i {
    float: none;
}

.themes-card .dropdown a {
    color: #000;
    font-size: 12px;
}

.themes-card .dropdown-menu>.dropdown-menu {
    left: 95%;
}

.no-theme {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.no-theme img {
    width: 80%;
    margin-top: 100px;
    vertical-align: middle;
}

.no-theme {
    display: none;
}

.no-theme-found .theme-contents {
    display: none;
}

.no-theme-found .no-theme {
    display: block;
}

.new-comment-section textarea:focus {
    outline: none !important;
}

.theme-list-item {
    cursor: pointer;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.theme-list-item:last-child {
    border-bottom: 0;
}

.themes-card-container.roi-sidebar {
    z-index: 0;
}

.mentions-input .highlighter {
    display: none;
}

/* .new-comment-section .mentions-input .highlighter {
    display: block !important;
} */

.edit-message .mentions-input .highlighter {
    display: block;
}

.edit-textarea {
    display: none;
    /* margin-top: 10px; */
}

.save-message-button {
    display: none;
}

.cancel-message-button {
    display: none;
}

.edit-message .message-body {
    display: none;
}

.date-label {
    font-size: 14px !important;
}
.edit-message .edit-textarea {
    display: block;
}

.edit-message .edit-message-button {
    display: none;
}

.edit-message .save-message-button {
    display: inline-block;
}

.edit-message .cancel-message-button {
    display: inline-block;
}

.message-card {
    display: none;
}

.message-card:first-child {
    display: block;
}

.expand-messages-button,
.collapse-messages-button {
    margin-left: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    width: auto;
}

.expand-messages-button span {
    font-size: 12px;
    margin-left: 10px;
}

.collapse-messages-button {
    display: none;
}

.show-all-messages .expand-messages-button {
    display: none;
}

.show-all-messages .collapse-messages-button {
    display: block;
}

.show-all-messages .message-card {
    display: block;
    -prefix-animation: slide 1s ease 3.5s forwards;
}

.attachments-icon {
    cursor: pointer;
}

.attachments-list,
.attachments-list a {
    font-size: 10px;
    color: #22aad7;
}

.attachments-list a {
    padding: 0;
}

.attachments-list i {
    font-size: 10px;
    color: #000;
    cursor: pointer;
    margin-left: 5px;
}

.edit-message .attachments-list i {
    display: inline-block;
}

.new-comment-section .attachments-list i {
    display: inline-block;
}

.vertical-connect-line {
    position: absolute;
    height: 100%;
    border-left: thick solid #22aad7;
    z-index: -1;
    left: 25%;
    bottom: 0;
    top: 100px;
}

#tooltip-brand span {
    font-size: 12px;
}

#tooltip-brand {
    padding: 6px;
}


.ui-widget-content {
    border: 1px solid #aaaaaa !important;
    background: #34393e !important;
    color: #ddddddab !important;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	font-weight: normal;
    border: 1px solid #aaaaaa !important;
    background: #34393e !important;
    color: #ddddddab !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	font-weight: normal;
    border: 1px solid #aaaaaa !important;
    background: #34393e !important;
    color: #ddddddab !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	font-weight: normal;
    border: 1px solid #aaaaaa !important;
    background: #34393e !important;
    color: #ddddddab !important;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #aaaaaa !important;
    background: #34393e !important;
    color: #ddddddab !important;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}

input:required,
textarea:required {
    box-shadow:none;
}

.share-scenario-button {
    display: none;
}

.snip-tool {
    cursor: pointer;
}

.bell-icon {
    height: 100%;
    margin: auto;
    cursor: pointer;
    padding-bottom: 5px;
}

.bell-icon a i {
    color: #ddddddab;
}

.notifications-dropdown {
    width: 350px;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    max-height: 400px;
    overflow-y: scroll;
    border: 1px solid #ddd;
}

.notifications-title h3 {
    font-size: 17px;
}

.mark-all-read {
    font-size: 12px;
    text-align: right;
    cursor: pointer;
}

.no-notifications {
    font-size: 14px;
    padding: 15px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.notification a {
    color: #333;
    text-decoration: none;
}

.notification a:hover {
    text-decoration: none;
    color: #333;
}

.notification {
    width: 100%;
    padding: 20px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.notification:hover {
    background: #ddd;
}

.notification-time {
    color: #888;
    font-size: 12px;
}

.notification-sender {
    font-weight: bold;
    color: #22aad7;
}

.mark-as-read {
    position: absolute;
    right: 10px;
    top: 20px;
}

.mark-as-read i {
    color: #22aad7 !important;
}

#notification-alert {
    position: fixed;
    bottom: 50px;
    left: 50px;
    width: 300px;
    background: #fff;
    z-index: 10000;
}

#notification-alert .mark-as-read {
    display: none;
}

.bell-icon .unread-badge {
    color: #f00;
    position: absolute;
    font-size: 11px;
    right: 0px;
    display: none;
}

.yellow-title {
    color: #ffff99;
}

div:has(> .spend-share-chart),
div:has(> .effect-share-chart) {
    display: none;
}
