
body {
    width: 100vw;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: #FAFAFB;
    color: #383874;
    height: 100vh;
}

@media screen and (max-width: 1024px) {

    body {
        height: auto;
    }

}

a {
    text-decoration: none;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #22cde8 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 14px;
}

*::-webkit-scrollbar-track {
    /*background: #ffffff;*/
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #22cde8;
    border-radius: 10px;
    border: 3px solid #ffffff;
    height: 15%;
}


nav ul:not(.subnav) li.active {
    background-image: url(images/icons/nav/nav-border.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.nav > li:hover > a > img,
.nav > li.active > a > img,
ul.subnav > li:hover > a > img,
ul.subnav > li.active > a > img {
    filter: invert(78%) sepia(47%) saturate(4912%) hue-rotate(151deg) brightness(108%) contrast(82%);
}

.nav li ul.subnav {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    height: 10.67vh;
    left: calc(100% + 4.53vh);
    top: 50%;
    transform: translate(0, -50%);
}

.nav ul.subnav li {
    align-items: center;
    width: 2.6vw;
    height: 2.6vw;
    background-color: #FFFFFF;
    border-radius: 0.57vw;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(73, 119, 172, 0.15);
    -moz-box-shadow: 0px 10px 30px 0px rgba(73, 119, 172, 0.15);
    box-shadow: 0px 10px 30px 0px rgba(73, 119, 172, 0.15);
}

.nav ul.subnav li a {
    padding: 0;
}

.nav ul.subnav li img {
    width: auto;
    height: 2.31vh;
    filter: invert(37%) sepia(19%) saturate(953%) hue-rotate(201deg) brightness(91%) contrast(89%);
}

h1, h2, h3, h4 {
    margin: 0;
}



#property-selection {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 24.89vh;
    padding: 1.58vh 1.78vh;
    background-color: #FFFFFF;
    border-radius: 1.39vh;
    font-family: 'Raleway', sans-serif;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(73, 119, 172, 0.09);
    -moz-box-shadow: 0px 5px 20px 0px rgba(73, 119, 172, 0.09);
    box-shadow: 0px 5px 20px 0px rgba(73, 119, 172, 0.09);
    user-select: none;
    transition: all 0.3s ease;
}

#property-selection:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(73, 119, 172, 0.19);
    -moz-box-shadow: 0px 5px 20px 0px rgba(73, 119, 172, 0.19);
    box-shadow: 0px 5px 20px 0px rgba(73, 119, 172, 0.19);
}

#property-selection .property-name {
    margin-bottom: 0.46vh;
    font-weight: 500;
    font-size: 1.48vh;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

#property-selection .property-address {
    font-weight: 300;
    font-size: 1.3vh;
    text-transform: capitalize;
}

#property-selection .arrow-expand {
    display: none;
    position: absolute;
    width: 1.42vh;
    height: 1.42vh;
    top: 50%;
    right: 2vh;
    transform: translate(0, -50%);
}

#property-selection.multiple {
    cursor: pointer;
}

#property-selection.multiple .arrow-expand {
    display: flex;
}

#property-selection.expanded .arrow-expand {
    transform: translate(0, -50%) rotate(90deg);
}

#property-selection .dropdown #property-search {
    display: flex;
    flex-direction: row;
    padding: 1.58vh 1.78vh 0.9vh 1.78vh;
    background-color: #FFFFFF;
    border: 0;
    outline: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 1.78vh;
}

.dropdown .property-item {
    display: flex;
    flex-direction: column;
    padding: 1.58vh 1.78vh;
}

.dropdown {
    position: absolute;
    display: none;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: calc(100% + 0.9vh);
    background-color: #FFFFFF;
    border-radius: 0.78vw;
    font-family: 'Raleway', sans-serif;
    font-size: 1.78vh;
    font-weight: 400;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(73, 119, 172, 0.09);
    -moz-box-shadow: 0px 5px 20px 0px rgba(73, 119, 172, 0.09);
    box-shadow: 0px 5px 20px 0px rgba(73, 119, 172, 0.09);
}

.dropdown.expanded {
    display: flex;
    z-index: 3;
}

main {
    height: inherit;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 16.7vh;
    margin-left: 9.1vh;
}

main #chart-stats {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: calc(9.26vh + 4.53vh);
}

#chart-stats .stats-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}

#chart-stats .stats-item .stats-icon {
    width: 5.56vh;
    margin-right: 1.96vh;
}

#chart-stats .stats-meta .stats-title {
    margin-bottom: 0.46vh;
    font-weight: 400;
    font-size: 1.51vh;
}

#chart-stats .stats-meta .stats-num {
    font-weight: 700;
    font-size: 1.78vh;
}

main #chart-legend {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: calc(9.26vh + 4.53vh);
    top: 50%;
    transform: translate(0, -50%);
}

.chart-legend-container {
    display: flex;
    flex-direction: column;
}


main h1.chart-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 3.7vh;
}

h1.chart-title .info {
    display: none;
    cursor: pointer;
}

h1.chart-title .info.show {
    display: inline-block;
    cursor: pointer;
}

h1.chart-title .info img {
    height: 2vh;
}

#keyword-container {
    display: none;
}

#keyword-container.show {
    display: inline-block;
}

#keyword {
    font-weight: 700;
}

#chart-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#daterange {
    position: absolute;
    width: fit-content;
    top: 4.98vh;
    display: none;
    padding: 1.42vh 1.78vh;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 2.13vh;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 1.39vh;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(73, 119, 172, 0.09);
    -moz-box-shadow: 0px 5px 20px 0px rgba(73, 119, 172, 0.09);
    box-shadow: 0px 5px 20px 0px rgba(73, 119, 172, 0.09);
}

#daterange.active {
    display: block;
    color: initial;
}

#nodata {
    display: none;
    position: absolute;
    top: 30vh;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 2.67vh;
    z-index: 99;
    width: max-content;
}

#nodata.show {
    display: flex;
}

#chart {
    display: flex;
    width: 88.89vh;
    margin-top: 7.4vh;
    padding-right: 3.56;
}

#chart[data-charttype="reviews_platforms"] {
    padding-right: 0;
}

#chart[data-charttype="keywords_overview"] .highcharts-point {
    stroke-width: 0;
    cursor: pointer;
}

#chart[data-charttype="keywords_overview"] tspan {
    user-select: none;
    cursor: pointer;
}

/*#chart[data-charttype="reviews_platforms"] .highcharts-xaxis {
    border-radius: 50%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 3px 4px 20px 0px rgba(119, 119, 119, 0.1);
    -moz-box-shadow: 3px 4px 20px 0px rgba(119, 119, 119, 0.1);
    box-shadow: 3px 4px 20px 0px rgba(119, 119, 119, 0.1);
}*/

#chart .highcharts-xaxis-labels text {
    font-family: 'Raleway', sans-serif;
}

#chart .highcharts-yaxis-labels text {
    font-family: 'Roboto', sans-serif;
}

#chart-list,
#keyword-chart-list {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: calc(100vw - 9.1vh);
    left: 9.1vh;
    bottom: 4.36vh;
}

#chart-list .chart-item,
#keyword-chart-list .chart-item {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 23.29vh;
    height: 8.18vh;
    padding: 0 1.6vh;
    margin-right: 4.09vh;
    background-color: #FFFFFF;
    border-radius: 1.39vh;
    font-family: 'Raleway', sans-serif;
    font-size: 1.8vh;
    font-weight: 400;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(73, 119, 172, 0.09);
    -moz-box-shadow: 0px 10px 40px 0px rgba(73, 119, 172, 0.09);
    box-shadow: 0px 10px 40px 0px rgba(73, 119, 172, 0.09);
    user-select: none;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

#chart-list.show .chart-item,
#keyword-chart-list.show .chart-item {
    display: flex;
}

#chart-list .chart-item.active,
#chart-list .chart-item:hover,
#keyword-chart-list .chart-item.active,
#keyword-chart-list .chart-item:hover {
    border: 2px solid #2D8CD5;
}

#chart-list .chart-item:last-child,
#keyword-chart-list .chart-item:last-child {
    margin-right: 0;
}

.chart-item .item-title {
    display: flex;
    margin-right: 3.06vh;
}

.chart-item .item-icon {
    display: flex;

}

.chart-item .item-icon img {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 3.7vh;
    max-width: 12.87vh;
}

.chart-item.type-polar .item-icon img {
    max-height: 7vh;
}

.chart-item.type-overview .item-icon img {
    max-height: 5.4vh;
}

.keyosh-tooltip {
    display: flex;
    flex-direction: column;
    min-width: 7.11vh;
    padding: 1.78vh;
    background-color: #FFFFFF;
    border-radius: 1.39vh;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(73, 119, 172, 0.09);
    -moz-box-shadow: 0px 10px 40px 0px rgba(73, 119, 172, 0.09);
    box-shadow: 0px 10px 40px 0px rgba(73, 119, 172, 0.09);
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

.keyosh-tooltip .tooltip-id {
    padding-bottom: 1.33vh;
    font-size: 1.6vh;
}

.keyosh-tooltip .tooltip-date {
    font-size: 1.42vh;
}

.keyosh-tooltip .tooltip-data {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2.49vh;
}

.keyosh-tooltip .tooltip-data .pct {
    font-size: 1.6vh;
}

#property-nodata,
#property-nointegrations,
.chart-info {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 4.63vh;
    padding: 3vh;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border-radius: 1.39vh;
    font-family: 'Raleway', sans-serif;
    font-size: 1.78vh;
    font-weight: 400;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(73, 119, 172, 0.19);
    -moz-box-shadow: 0px 10px 40px 0px rgba(73, 119, 172, 0.19);
    box-shadow: 0px 10px 40px 0px rgba(73, 119, 172, 0.19);
}

.chart-info {
    max-width: 53.33vh;
}

.chart-info .close {
    position: absolute;
    top: 2vh;
    right: 2vh;
}

.chart-info .close img {
    height: 1.5vh;
    width: 1.5vh;
    cursor: pointer;
}

#property-nodata.show,
#property-nointegrations.show,
.chart-info.show {
    display: flex;
}
strong {
    font-weight: 500;
}

#property-nodata .title,
#property-nointegrations .title,
.chart-info .title {
    font-weight: 500;
    font-size: 1.96vh;
    margin-bottom: 1.78vh;
}

#property-nointegrations a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3.56vh;
}

#property-nointegrations button {
    display: inline-flex;
    padding: 1.3vh 1.78vh;
    background-color: #22CDE8;
    border-radius: 1.39vh;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(73, 119, 172, 0.09);
    -moz-box-shadow: 0px 5px 20px 0px rgba(73, 119, 172, 0.09);
    box-shadow: 0px 5px 20px 0px rgba(73, 119, 172, 0.09);
    border: 0;
    outline: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.78vh;
    color: white;
    cursor: pointer;
}

/**
 * WEBSITE STYLES
 */

.onboarding-text {
    max-width: 46vh;
    font-family: 'Raleway', sans-serif;
}

.onboarding-text h2 {
    font-weight: 300;
    font-size: 3.2vh
}

@media screen and (max-width: 1024px) {

    .onboarding-text {
        max-width: 88vw;
    }

}

.headline-styler {
    width: 5.08vh;
    margin-top: 2.04vh;
    margin-bottom: 0.46vh;
    border-bottom: 2px solid #22CDE8;
}

ul.keyosh-list {
    padding-top: 3.8vh;
    padding-bottom: 0;
    padding-left: 6.3vh;
    margin: 0;
    list-style: none;
}

.keyosh-list li {
    position: relative;
    padding-bottom: 1.86vh;
    font-weight: 400;
    font-size: 2.31vh;
    line-height: 2.7vh;
}

.keyosh-list li:before {
    position: absolute;
    display: inline-block;
    content: '';
    background-image: url(images/icons/arrow-default.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.01vh;
    height: 1.31vh;
    left: -2.57vh;
    top: 0.7vh;
}

.keyosh-list li strong {
    font-weight: 600;
}

.onboarding-back, .onboarding-logout {
    display: flex;
    align-items: center;
    position: absolute;
    cursor: pointer;
}

.onboarding-back {
    top: 2.5vh;
    left: 2.5vh;
}

.onboarding-logout {
    bottom: 2.5vh;
    left: 2.5vh;
}

.onboarding-back img, .onboarding-logout img {
    height: 1.9vh;
    margin-right: 0.8vh;
    filter: invert(86%) sepia(18%) saturate(288%) hue-rotate(208deg) brightness(82%) contrast(94%);
    transition: all 0.3s ease;
}

.onboarding-back span, .onboarding-logout span {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.5vh;
    color: #B8B4CC;
}








