@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin-3d {
    0% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    50% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

}

.blur-out {
    filter: blur(5px);
    pointer-events: none !important;
    user-select: none;
}

.user-paid-plan .blur-out,
.unlocked-report .blur-out {
    filter: none !important;
    pointer-events: all !important;
    user-select: auto !important;
}

.nav-inner-section {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

*:focus {
    outline: none !important;
    border-color: inherit;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body {
    cursor: default;
}

a.not-a-link {
    color: black;
    text-decoration: none;
}


#loginModal .modal-footer {
    justify-content: space-between;
}

.login-view .register-field {
    display: none;
}

#loginModal .login-prompt {
    font-size: 13px;
    font-style: italic;
}

.register-view .login-field {
    display: none;
}

body,
#mainContent,
.desktop-header,
.viewing-tab-with-report .nav-tabs .report-nav {
    background-color: #f1f1f1;
}

#mainContent {
    min-height: 100vh;
    padding-left: 300px;
    transition: padding-left 0.2s linear;
}

.nav-hidden #mainContent {
    padding-left: 82px;
}

#globe iframe {
    width: 100%;
    height: 100vh;
}


.modal .show {
    backdrop-filter: blur(2px);
}

/* .modal-open .contentWrapper {
    filter: blur(2px);
}

body.is-loading .contentWrapper {
    filter: blur(2px);
} */

.logo-container {
    margin: 10px 15px 30px 0;
    text-align: center;
}

.logo-container img {
    width: 225px;
    margin-right: 15px;
}

.location-meta {
    margin: 10px 0 20px 0;
}


#locationTitle {
    margin: 0 0 0px 0;
    height: 30px;
    overflow: hidden;
    font-size: 22px;
    font-weight: bold;
}

#country {
    margin: 0 0 10px 0;
}


.data-meta {
    display: flex;
    position: relative;
    padding: 20px;
    gap: 10px;
    align-items: center;
}

/* .data-meta>div {
    margin: 0 0 0 15px;
    flex: 1;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
} */

/* .data-box-simple .data-types-internal .data-meta>div {
    align-items: center;
    margin: 10px 0 0 0;
    text-align: center;
    padding: 0;
} */

.data-meta .score-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 3px;
}

.data-types-internal .data-meta {
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 15px
}

.threat-icon {
    width: 25px;
    margin-right: 6px;
}

#liveToast {
    background-color: white;
}

#liveToast #toast-action-link {
    width: 100%;
    display: block;
    text-align: right;
    color: #0070ff;
}

#liveToast #toast-action-link i {
    font-size: 9px;
    transform: translateY(-1px);
    margin-left: 4px;
}

.demo-chart {
    width: 100%;
    opacity: 0.7;
}

.data-show-details>i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #616161;
}

.data-show-details {
    cursor: pointer;
}

.data-desc {
    font-size: 14px;
    margin-top: 8px !important;
    display: block;
    line-height: 18px;
    font-weight: 400;
}

.data-box {
    height: 58px;
    width: 58px;
    background: #fafafa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dadada;
    font-size: 19px;
    margin: 0;
    position: relative;
    font-weight: 300;
}

.data-types-raw .data-box {
    padding-bottom: 12px;
}

.coming-soon {
    opacity: 0.3;
}

.coming-soon .data-box {
    font-size: 15px;
    padding-bottom: 0;
    padding-top: 15px;
}


.data-box.alerting {
    /* background-color: #ffe5dd; */
    font-weight: 500;
    border-color: #ff000029;
    color: white;
}

.data-types-raw .data-box::after {
    content: 'days';
    font-size: 10px;
    position: absolute;
    bottom: 11px;
    font-weight: 400;
}

.data-box img {
    margin: 0;
}

.data-name {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}

.data-details {
    display: grid;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
}

.data-types-raw .data-details {
    display: block;
}

.data-details>div {
    padding: 0px 20px 20px 20px;
    position: relative;
}

.data-details .data-container-canvas {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.data-details .data-container-canvas .unlock-button {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%);
}

.unlock-button {
    background-color: #f6bd03;
    padding: 7px 27px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s linear;
    width: max-content;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
    color: black;
    text-decoration: none;
}

.unlock-button:hover {
    background-color: #ffd651;
}

.data-details .data-insights {
    list-style: none;
    padding-left: 20px;
}

.data-details .data-insights li {
    font-size: 14px;
    line-height: 19px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
}

.data-details .data-insights li:not(:last-of-type) {
    margin-bottom: 8px;
}

/* .data-box-simple .data-types-internal .data-name {
    margin-top: 5px;
} */

.dashed-under {
    border-bottom: 1px dotted black;
    padding-bottom: 1px;
    cursor: pointer;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    display: none;
    background: #ffffffe3;
    z-index: 12000;
}

.loader>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.loader small {
    display: block;
    line-height: 18px;
    margin-top: 10px;
}

.loader .progress {
    height: 5px;
    width: 200px;
    margin: 0 0 10px 0;
}

.loader .progress-bar {
    background-color: #f6bd03;
    transition: width 10s linear;
}

.is-loading .loader {
    display: flex;
}

.loadingSpinner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 {
    text-align: center;
}

.new-asset-map-wrapper {
    display: none;
}


.search-box-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    position: relative;
    margin: 20px auto 0 auto;
    height: fit-content;
}

.search-box-wrapper .searchIcons {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 90px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: grey;
    border-left: 1px solid #ccc;
    padding: 0 4px;
}

.search-box-wrapper .searchIcons i {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.is-loading .search-box-wrapper .searchIcons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-loading .search-box-wrapper .searchIcons i {
    display: none;
}

.search-box-wrapper .searchIcons img {
    display: none;
}

.is-loading .search-box-wrapper .searchIcons img {
    display: block;
    height: 40px;
}

.search-box-wrapper i:hover {
    color: #ebcc68;
}

.is-loading .search-box-wrapper {
    opacity: 0.2;
}

#locationSearch {
    width: 100%;
    padding: 10px 105px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: inline-block;
    transition: opacity 0.2s linear;
}

.is-loading .search-box-wrapper {
    opacity: 0.2;
}

.ec-btn {
    padding: 10px 30px;
    margin: 10px 0;
    border: 0;
    border-radius: 4px;
    background-color: #ebcc68;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
}

.ec-btn:hover {
    background-color: #f5e3a9;
}

#searchResults {
    list-style: none;
    padding: 0;
    position: absolute;
    background: white;
    top: 45px;
    z-index: 2000;
    color: black;
    border: 1px solid #ccc;
    display: none;
    width: calc(100% - 89px);
}

.no-results {
    padding: 10px;
    font-size: 13px;
    font-style: italic;
}

#searchResults li {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
}

#searchResults li i {
    margin-right: 5px;
}

#searchResults li:hover {
    background-color: #f0f0f0;
}

.section {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid gainsboro;
}

.section.row {
    flex-direction: row;
}


.data-container {
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    background: white;
    border: 1px solid gainsboro;
}

.empty-chart .data-meta {
    margin-bottom: 0;
}

.empty-chart canvas {
    display: none !important;
}

.data-container canvas {
    width: 100%;
    max-height: 150px;
}

.portfolio-meta canvas {
    max-height: 150px;
}

.demo-portfolio {
    font-size: 14px;
    padding: 20px;
    background-color: #dadada;
    display: grid;
    grid-template-columns: 1fr auto;
    cursor: pointer;
    gap: 30px;
    border-radius: 5px;
}

.demo-portfolio.show-in-demo {
    margin-bottom: 20px;
}

.demo-portfolio .demo-button {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
}

.demo-portfolio .demo-text {
    line-height: 18px;
}

.demo-portfolio .demo-text h5 {
    margin-bottom: 5px;
    font-size: 17px;
}

.small-text {
    font-size: 14px;
}

#userProfileModal p {
    margin: 0;
}

#talkToUsModal .modal-dialog {
    max-width: 600px;
}

#talkToUsModal .modal-body {
    padding: 0;
}

.openSubscribeModal {
    cursor: pointer;
}

a.openSubscribeModal {
    color: black;
    cursor: pointer;
}

.user-paid-plan .show-in-demo,
.unlocked-report .show-in-demo:not(.demo-portfolio) {
    display: none !important;
}

.internal-search-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: start;
}

.data-box-simple .internal-search-section {
    margin-bottom: 0px;
}

.internal-search-section h4 {
    margin: 0;
}

.internal-search-wrapper {
    width: 400px;
    display: flex;
}

.internal-search-wrapper input {
    padding: 10px 15px;
}

.internal-search-wrapper .form-switch {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.internal-search-wrapper .form-switch label {
    margin-left: 5px;
}

.data-types {
    max-width: 1200px;
}

.data-types-internal canvas {
    max-height: 100px;
    /* opacity: 0.3; */
    transition: opacity 0.2s linear;
    cursor: pointer;
}

.data-types-internal canvas:hover {
    opacity: 1;
}

.invalid-feedback-register {
    color: red;
    padding: 5px;
    font-size: 14px;
}

.data-types-raw,
.data-types-internal {
    gap: 15px 30px;
    display: grid;
    grid-template-columns: 1fr;
}

.leaflet-control-attribution {
    display: none;
}

#user-profile-button {
    position: relative;
}

#print-button,
#clear-portfolio,
#user-profile-button,
#export-button,
#user-profile-button {
    transition: color 0.1s linear;
}

#print-button:hover,
#clear-portfolio:hover,
#user-profile-button:hover,
#export-button:hover,
#user-profile-button:hover {
    color: #ebcc68;
    cursor: pointer;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    background: none !important;
}

.accordion-body {
    padding: 0 !important;
}

.accordion-button {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 !important;
}

.accordion-item {
    background-color: transparent !important;
}

.btn-earthcare {
    font-size: 15px;
    border: 0 none;
    border-radius: 10px;
}

.btn-earthcare-disabled {
    opacity: 0.5;
}

.btn-earthcare-upgrade {
    background: #f6bd03;
    cursor: pointer;
    padding: 5px 16px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 15px;
}

.btn-earthcare-upgrade i {
    font-size: 13px;
    margin-right: 3px;
    transform: translateY(-1px);
}

.btn-earthcare-upgrade:hover {
    background: #cd9d02;
    color: black;
}

.btn-earthcare-upgrade-secondary {
    background: #fff;
    border: 1px solid #FFF;
    color: #000;
}

.btn-earthcare-upgrade-secondary:hover {
    background: #f6bd03;
}

.btn-earthcare-primary {
    background: #f6bd03;
    padding: 6px 40px;
    font-weight: 500;
    border-radius: 30px;
}

.btn-earthcare-primary:disabled {
    background: #f5df99;
}

#changePasswordBtn {
    height: 50px;
}

.btn-earthcare-primary:hover {
    background: #e7b71f;
}

.btn-earthcare-secondary {
    border: 1px solid #f6bd03;
    padding: 6px 40px;
    font-weight: 500;
    background: #f6bd0338;
    color: #070706;
}

.btn-earthcare-secondary:hover {
    background: #e7b71f;
}

.btn-earthcare-tertiary {
    border: 1px solid #cbcbcb;
    color: #454545;
    padding: 6px 40px;
}

.btn-earthcare-tertiary:hover {
    background: #a7a7a7;
}

#assetSearchBox {
    font-size: 15px;
}

.addNewAssetModalButton {
    margin-left: 12px;
    font-size: 16px;
    cursor: pointer;
    transform: translateY(5px);
}

.addNewAssetModalButton:hover {
    color: #e7b71f;
}

.portfolio-controls {
    margin-bottom: 20px;
}

.portfolio-controls .mini-button {
    color: black;
    height: 25px;
}

nav {
    background-color: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

.nav-toggle-button {
    position: absolute;
    top: 26px;
    right: -7px;
    z-index: 10;
    color: white;
    font-size: 28px;
    background: black;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    border: 1px solid #444;
}


.nav-hidden .nav-toggle-button {
    display: none;
}

.nav-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0 15px 15px;
    width: 300px;
    background: #22333B;
    height: 100vh;
    overflow-y: auto;
    gap: 20px;
}

.nav-inner-wrapper {
    overflow-x: hidden;
    transition: width 0.2s linear, opacity 0.2s linear;
    width: 300px;
}

.nav-hidden .nav-inner-wrapper {
    width: 80px;
    opacity: 0.5;
}

.nav-tabs {
    width: 100%;
    justify-content: center;
    padding-top: 5px;
    gap: 6px;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    border: 0;
    margin: 0;
}

.nav-tabs .nav-link {
    font-weight: 400;
    padding: 10px 20px 10px 15px;
    border-radius: 5px 0 0 5px;
    width: 100%;
    text-align: left;
    border: 1px solid transparent;
    border-right-width: 0;
    color: #e0e0e0;
    display: flex;
    align-items: center;
    font-size: 15px;

}

.nav-tabs .nav-link .populate-location-name {
    display: inline-block;
    width: calc(100% - 32px);
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.only-logged-in {
    display: none !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background: #405b67;
    color: white;
    border: 1px solid #405b67;
    border-right-width: 1px;
    border-right-width: 0;
}

.nav-tabs .nav-link.home {
    min-width: 0px;
}

.nav-tabs .nav-link i {
    margin-right: 6px;
    width: 20px;
}

.nav-tabs .nav-link.home i {
    margin-right: 0;
}

.nav-tabs .nav-item button[data-disabled] {
    color: #515767 !important;
    cursor: default;
    pointer-events: none;
}

.nav-tabs .separator {
    margin: 20px 15px 0 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
}

.viewing-tab-with-report .nav-tabs .report-nav .separator {
    color: #565656;
}

.tab-content {
    padding: 110px 10px 10px 10px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.viewing-tab-globeTab .tab-content {
    background-color: #000;
    padding: 0;
    overflow: hidden;
    height: 100vh;
    max-width: none;
}


.blur {
    filter: blur(2px) !important;
}

.section-description {
    margin-top: 2px;
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 18px;
    color: #434343;
}

.collapse-sidebar {
    position: absolute;
    top: 23px;
    right: 15px;
    font-size: 23px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    height: 23px;
    width: 23px;
    line-height: 23px;
    color: #b8b8b8;
}

.collapse-sidebar .fa-circle-right {
    display: none;
}

.sidebar-collapsed .collapse-sidebar .fa-circle-left {
    display: none;
}

.sidebar-collapsed .collapse-sidebar .fa-circle-right {
    display: block;
}

.section-title {
    font-weight: 400;
}


.treats-chart {
    height: 140px;
    padding: 0 20px;
    margin: 0 0 30px 0;
}

.treats-chart canvas {
    max-height: none;
}

.nav-actions {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    gap: 25px;
}

.nav-user {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    padding: 10px;
    color: #e2e2e2 !important;
}

.nav-user .nav-user-info {
    display: flex;
    flex-direction: column;
    font-size: 15px;
}

.nav-user .userPlanName,
.nav-user .userCallsLeft {
    font-size: 12px;
}

.input-group-text i {
    width: 20px;
}

.canvas-postfix {
    align-items: center;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    position: relative;
}

body:not(.data-box-simple) .data-types-internal .canvas-postfix {
    display: flex !important;
}

#threatsSection {
    scroll-margin-top: 100px;
    margin: 10px 0 20px 0;
}

.tutorial-no-footer .tg-dialog-footer {
    display: none !important;
}

.tg-dialog .tg-dialog-body {
    padding: 10px 25px 15px 25px;
    line-height: 16px;
}

.tg-dialog .tg-dialog-header {
    align-items: start;
}

.tg-dialog .tg-dialog-header {
    padding-top: 15px;
}

.tg-backdrop {
    pointer-events: none;
}

.tg-dialog {
    min-height: auto;
}

.canvas-postfix .center-line {
    position: absolute;
    top: calc(50% + 1px);
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d6d6d6;
    padding: 0;
    border: 0;
    z-index: 0;
}

.canvas-postfix-title {
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 5px;
}

.canvas-postfix-title i {
    margin-left: 6px;
    font-size: 10px;
    transform: translateY(-2px);
}

.canvas-postfix .year-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    padding: 0 10px;
    margin-right: 10px;
    color: #555;
    z-index: 30;
    background: white;
    width: 48px;
    cursor: pointer;
    position: relative;
}

.canvas-postfix .year-card.alerting {
    background-color: #fff6f4;
    color: #b71c1c;
    border-color: #ff000063;
}

.canvas-postfix .year-card.selectedTriangle {
    border-width: 1px;
    border-color: black;
}

.selectedTriangle::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 4px 6.9px 4px;
    border-color: transparent transparent #000000 transparent;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}

.canvas-postfix .year-card.dashed-border {
    border-style: dashed;
}

.canvas-postfix .count {
    font-size: 12px;
    font-weight: 500;
}

.canvas-postfix .year {
    font-size: 11px;
    display: block;
    border-top: 1px solid #dedede;
    width: 100%;
    text-align: center;
}

.canvas-postfix .alerting .year {
    border-color: #ff000029;
}

.hide {
    display: none !important;
}

.rotate {
    animation: rotateAnimation 2s linear infinite;
}

.yearly-summary {
    display: none
}

.portfolio-map-wrapper {
    height: calc(100vh - 460px);
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 14px;
    border: 2px solid #e4e4e4;
    filter: contrast(1.14);
    /* To make the map tiles more bright */

}

.portfolio-map {
    width: 100%;
    height: 100% !important;
    z-index: 20;
}

.portfolio-map .leaflet-pane .leaflet-popup-content {
    margin: 0;
    min-width: 250px;
}

.portfolio-map .leaflet-pane .leaflet-popup-content .portfolio-location {
    border: 0;
}

.portfolio-map .leaflet-pane .leaflet-popup-content .portfolio-location .inner-wrapper {
    border: 0;
    background-color: white;
}

.portfolio-map .leaflet-pane .leaflet-popup-close-button {
    display: none;
}

.portfolio-boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.portfolio-box {
    padding: 10px;
    text-align: center;
    height: 100px;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    font-weight: 600;
    flex-direction: column;
    line-height: 35px;
    background: #ebebeb;
    border-radius: 5px;
}

.portfolio-box span {
    font-size: 13px;
    display: block;
    font-weight: normal;
    margin-top: 2px;
    line-height: 12px;
    color: #767676;
}

.portfolio-content {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 20px;
}

.portfolio-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.portfolio-meta-text {
    margin-bottom: 20px;
    display: flex;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

.portfolio-meta-text>div {
    padding: 0 20px;
    border-right: 1px solid #CCC;
}

.portfolio-meta-text>div:last-of-type {
    border-right: 0 none;
}

.portfolio-locations-wrapper {
    padding-right: 20px;
}

h6.section-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
}

#portfolio .portfolio-meta h6.section-title {
    margin-bottom: 20px;
    font-size: 17px;
}

.portfolio-upcoming-threats {
    /* padding-left: 10px; */
    margin-top: 20px;
}

.portfolio-upcoming-threats h6 {
    font-size: 15px;
    margin: 10px 0 5px 0;
}

.portfolio-upcoming-threats>div {
    font-size: 14px;
    padding-left: 10px;
}

.portfolio-locations-list {
    padding: 0;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.portfolio-location {
    list-style: none;
}

.portfolio-location .inner-wrapper {
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    transition: background-color 0.2s linear;
    background-color: #FFF;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    border: 1px solid #c9c9c9;
    /* box-shadow: 0 0 5px rgb(208, 208, 208); */
}

.portfolio-location:hover .inner-wrapper {
    background-color: #f6f6f6;
}

.portfolio-location .location-title {
    font-weight: 600;
    color: #333;
    font-size: 17px;
    margin-top: 5px;
    display: flex;
}

.portfolio-location .location-subtitle {
    font-size: 13px;
    margin-top: 4px;
}

.portfolio-location .meta-data {
    margin-top: 6px;
    padding-top: 8px;
}

.portfolio-location .meta-data .threat-icons {
    font-size: 13px;
    color: #afafaf;
}

.portfolio-location .meta-data .threat-icons.has-threats {
    color: #b71c1c;
}

.portfolio-location .meta-data .threat-icons img {
    height: 17px;
    margin-left: 6px;
    transform: translateY(-2px);
}

.portfolio-location .location-threat-score {
    display: inline-block;
    padding: 5px 9px;
    font-size: 15px;
    border-radius: 50%;
    color: black;
    /* text-shadow: 0 0 6px #707070; */
    margin-left: 2px;
    transform: translateY(-2px);
}

.portfolio-location .threat-score-chip {
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: black;
    font-size: 12px;
}

.portfolio-location i.fa-chevron-right {
    position: absolute;
    right: 12px;
    bottom: 0;
    top: 0;
    width: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #707070;
    opacity: 0.3;
}

.portfolio-location:hover i.fa-chevron-right {
    opacity: 1;
}

.portfolio-location .dropdown {
    position: absolute;
    right: 9px;
    top: 9px;
    z-index: 1000;
    display: none;
}

.portfolio-location:hover .dropdown {
    display: block;
}

.portfolio-location .dropdown button {
    background: transparent;
    border: 0;
    color: #3f3f3f;
}

.portfolio-location .dropdown button:hover {
    background: white;
}

.portfolio-location .dropdown .dropdown-toggle::after {
    display: none;
}

.portfolio-location .dropdown .dropdown-menu {
    z-index: 1001;
    font-size: 13px;
}

.portfolio-location .dropdown .dropdown-menu i {
    width: 20px;
    margin-right: 5px;
}

.threat-score-1-bg {
    background-color: #ffc8c8 !important;
    border-color: #ff000029 !important;
}

.threat-score-1-text {
    color: #b71c1c !important;
}

.threat-score-2-bg {
    background-color: #ffe4e4 !important;
    border-color: #ff000029 !important;
}

.threat-score-2-text {
    color: #e95151 !important;
}

.threat-score-3-text {
    color: #1d1d1d !important;
}

.threat-score-wrapper {
    margin-bottom: 30px;
}

.leaflet-container {
    background: #d4dadc;
}

.tooltip-inner {
    text-align: left;
}

.climate-analysis-map-wrapper {
    position: relative;
}

.location-summary-graphics {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    /* border: 1px solid gainsboro; */
    border-bottom-width: 0;
}

.location-summary-graphics .street-view {
    height: 200px;
}

.location-active-alerts {
    background: #fff3f3;
    border-radius: 10px;
    padding: 8px 30px 8px 42px;
    font-size: 14px;
    margin-top: 15px;
    position: relative;
    /* width: fit-content; */
    max-width: 100%;

    >i {
        position: absolute;
        top: 11px;
        left: 13px;
        color: #b71c1c;
        font-size: 17px;
    }

    .location-active-alert {
        margin-bottom: 10px;
    }

    .location-active-alert-source {
        font-size: 12px;
        color: #b68a8a;
    }

    .location-active-alerts-wrapper {
        max-height: 200px;
        overflow-y: scroll;
    }
}

.climate-analysis-map-wrapper .zoom-icon {
    position: absolute;
    top: 10px;
    right: 9px;
    z-index: 1000;
    font-size: 20px;
    background: white;
    border: 2px solid #c2c3c2;
    border-radius: 4px;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5a5a5a;
    cursor: pointer;
    display: none;
}

.climate-analysis-map-wrapper .zoom-icon:hover {
    background-color: #f4f4f4;
}

#climateAnalysisMap {
    width: 100%;
    height: 300px;
    z-index: 10;
}

#climateAnalysisMap.expanded {
    height: 400px;
}

.map-marker-popup-title {
    font-size: 17px;
    margin-bottom: -8px;
    display: block;
}

.location-summary-wrapper {
    margin-bottom: 30px;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    overflow: hidden;
}

.location-summary-section {
    background-color: #FFF;
    min-height: 160px;
    display: flex;
    padding: 40px 20px 40px 20px !important;
    /* border: 1px solid gainsboro; */
    position: relative;
    /* background-image: url(../images/earthbg.png);
    background-position-x: 120%;
    background-position-y: 182px;
    background-size: contain;
    background-repeat: no-repeat; */
    border-top-width: 0;
}

.location-summary {
    padding-left: 150px;
    width: 100%;
}

.location-summary-demo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.location-text-summary {
    line-height: 20px;
    font-size: 14px;
    margin-top: 15px;
    min-height: 42px;
}

.location-summary-controls {
    font-size: 22px;
    display: flex;
    gap: 10px;
    color: #898989;
    align-items: start;
}

.mini-button {
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #cbcbcb;
    padding: 1px 12px;
    border-radius: 4px;
    background: #fff;
    display: flex;
    gap: 4px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    color: #838080;
    text-decoration: none;
    width: fit-content;
}

.mini-button:hover {
    background: #e4e4e4;
}

.mini-button i.fa-solid.fa-star {
    color: #ff9b00;
}

.location-summary-controls img {
    height: 27px;
    cursor: pointer;
    opacity: 0.4;
}

.location-summary-controls img:hover {
    opacity: 1;
}

.active-location-name-loading {
    font-weight: bold;
}

.location-summary-title {
    font-size: 26px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.location-summary-date-address {
    font-size: 13px;
    color: #b8b8b8;
    line-height: 15px;
    margin-top: -2px;
}

.location-summary-date {
    font-weight: normal;
}

.location-summary-subtitle {
    font-weight: 700;
    font-size: 15px;
}

.location-summary-items {
    margin-top: 30px;
    display: flex;
    gap: 10px;
}

.location-summary-items>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

.location-summary h6 {
    margin-bottom: 12px;
    border-bottom: 2px solid #cfcfcf;
    padding-bottom: 9px;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
}

.location-summary small {
    font-weight: normal;
}

.location-summary ul {
    padding-left: 0px;
}

.location-summary li {
    margin-bottom: 7px;
    list-style: none;
    font-size: 15px;
}

.location-summary li:last-of-type {
    margin-bottom: 0;
}

.location-summary .location-threat-score {
    margin-right: 5px;
    font-size: 10px;
    height: 25px;
    width: 25px;
    text-align: center;
    padding-top: 4px;
    display: inline-block;
    border: 1px solid;
}

.location-summary .threat-icon {
    width: 18px;
    margin-right: 5px;
    transform: translateY(-2px);
}

.overall-score {
    position: absolute;
    top: 39px;
    left: 30px;
    bottom: 0;
    display: flex;
    align-items: start;
}

.overall-score span {
    height: 100px;
    width: 100px;
    font-size: 37px;
    border: 1px solid #ff00004d;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 26px;
    font-weight: bold;
    border-radius: 15px;
}

.overall-score span::after {
    text-align: center;
    position: absolute;
    bottom: 16px;
    font-size: 12px;
    white-space: pre-wrap;
    line-height: 12px;
    font-weight: normal;
}

.overall-score span.threat-score-1-bg::after {
    content: 'main\a threats';
}

.overall-score span.threat-score-2-bg::after {
    content: 'main\a threats';
}

.overall-score span.threat-score-3-bg::after {
    content: 'main\a threat';
}

.location-summary-items div a {
    font-size: 13px;
    text-decoration: none;
    color: #646464;
    display: inline;
    padding: 0 2px;
}

#changeAssetNameModal .spinner-border {
    width: 16px;
    height: 16px;
    border-width: 2px;
}

#changeAssetNameModal #changeAssetNameButton {
    margin-left: 5px;
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}

.location-summary-items div a i {
    font-size: 10px;
    margin-left: 6px;
}

.forecastCalendarWrapper h6 {
    margin-bottom: 14px;
    font-size: 17px;
}

.forecast-calendar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    padding-bottom: 20px;
}

.forecast-calendar.future-calendar> :first-child {
    grid-column: span 3;
}

.forecast-calendar.past-calendar> :last-child {
    grid-column: span 3;
}


.forecast-calendar .calendar-day {
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    min-height: 120px;
    padding-top: 42px;
    padding-bottom: 28px;
    transition: background-color 0.1s linear;
    opacity: 0.5;
    background: #FFF;
    min-width: 150px;
    border: 1px solid #c9c9c9;
}

.selectedTriangleBig::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 8.7px 5px;
    border-color: transparent transparent #000000 transparent;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}


.forecast-calendar .calendar-day.alerting {
    opacity: 1;
}


.forecast-calendar .calendar-day img {
    width: 40px;
    height: 40px;
    border: 2px solid gray;
    border-radius: 50%;
    padding: 5px;
    background: white;
}

.forecast-calendar .calendar-day .date {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    padding: 0 10px;
}

.forecast-calendar .calendar-day .images {
    display: flex;
    justify-content: space-evenly;
    width: calc(100% - 20px);
    font-size: 12px;
    color: #000;
    flex-direction: column;
    gap: 10px;
    font-style: none;
}

.forecast-calendar .calendar-day .images .image-wrapper {
    display: flex;
    padding: 0 0 0 5px;
    gap: 10px;
    align-items: center;
}


#projections .long-term-projections {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    width: 100%;
}

#projections .long-term-projections li {
    list-style: none;
    border: 1px solid #dadada;
    width: 100%;
    padding: 24px 15px;
    border-radius: 5px;
    text-align: center;
    background: #f7f7f7;
    cursor: pointer;
    position: relative;
}

#projections .long-term-projections li:hover {
    background: #fff;
}

#projections .long-term-projections li span {
    display: block;
}

#projections .long-term-projections li span.trend-value {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

#projections .long-term-projections li.alerting span.trend-value {
    color: red;
}

#projections .long-term-projections li span.trend-title {
    font-size: 14px;
}

#projections .long-term-projections li span.trend-change {
    font-size: 13px;
}

#projections .long-term-projections li.selectedTriangleBig {
    border-color: #000;
    background-color: white;
}

.experiments {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    margin: 10px 0 15px 0;
}

.experiment {
    flex: 1;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #dadada;
    border-radius: 5px;
    cursor: pointer;
}

.experiment:not(.active):hover {
    background: #fff;
}

.experiment.active {
    border-color: #000;
    background-color: white;
}

.experiment-title {
    font-size: 16px;
}

.experiment-description {
    font-size: 13px;
    margin-top: 5px;
    line-height: 18px;
}

.experiment-color {
    display: inline-block;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background-color: #AAA;
}

.experiment-color.color-bad {
    background-color: #E53935;
}

.experiment-color.color-neutral {
    background-color: #f6bd03;
}

.experiment-color.color-good {
    background-color: #42A5F5;
}




.long-term-graph {
    height: 300px;
}

.modal-header h4,
.modal-header h5 {
    margin: 0;
}

/* Subscriptions */

#subscribeModal .modal-dialog {
    max-width: 1000px;
}

#subscribeModal .modal-body {
    background: #f3f3f3;
}

.plans {
    display: flex;
    justify-content: center;
    gap: 39px;
    padding: 0 20px;
    margin: 0 0 15px 0;
}

.plansDiscount {
    text-align: center;
    display: block;
    margin: 0px auto 0 auto;
    width: fit-content;
    padding: 6px 28px;
    border-radius: 14px;
    font-size: 12px;
    color: grey;
}

.plansDiscount span {
    background: white;
    border: 1px solid #929292;
    background: #92ff9291;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 3px 8px;
    border-radius: 7px;
    margin: 0 4px;
    color: black;
}

.plansHeader {
    margin: 10px 0 0 0;
}

.planTypeSelectWrapper {
    text-align: center;
    margin-top: 40px;
}

.planTypeSelectWrapper h3 {
    margin: 0;
}

.planTypeSelect {
    display: grid;
    grid-template-columns: 300px 300px;
    justify-content: center;
    gap: 20px;
    margin: 20px 0 40px 0;
}

.planTypeSelect button {
    padding: 35px 40px 30px 40px;
    font-size: 20px;
    font-weight: 600;
    color: black;
    cursor: pointer;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    background-color: white;
    transition: background-color 0.2s linear;
}

.planTypeSelect button:hover {
    background-color: #ffc400;
}


.planTypeSelect button img {
    margin-bottom: 20px;
    opacity: 0.8;
}

.planTypeSelect button p {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
}

.planIntervalSelect {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}


.plansHeader .planIntervalSelect label {
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 200;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.plansWrapper.plan-interval-yearly-billing .plansHeader .planIntervalSelect label.yearlyLabel {
    font-weight: bold;
}

.plansWrapper.plan-interval-monthly-billing .plansHeader .planIntervalSelect label.monthlyLabel {
    font-weight: bold;
}

.plansHeader .planIntervalSelect .form-check.form-switch {
    padding: 0;
    min-height: 0;
    margin: 0;
}

.plansHeader .planIntervalSelect .form-check.form-switch input {
    margin: 0;
    width: 50px;
    height: 24px;
    cursor: pointer;
}

.plan {
    box-shadow: 0 0 6px #d6d6d6;
    border-radius: 10px;
    padding: 18px;
    background: white;
    position: relative;
    min-width: 400px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 40% 60%;
    width: 100%;
    gap: 30px;
}

.plan .planName {
    font-weight: 500;
    font-size: 20px;
}

.plan .planSubtitle {
    font-size: 13px;
    margin-top: -4px;
    color: gray;
}

.plan .planPrice {
    display: flex;
    align-items: end;
    gap: 6px;
}

.plan .planPriceNumber {
    font-size: 49px;
    font-weight: bold;
}

.plan .planPriceTime {
    margin-bottom: 14px;
    margin-top: -3px;
}

.plan .planDiscount {
    text-decoration: line-through;
    font-size: 22px;
    margin: 10px 0 -14px 0;
    opacity: 0.5;
    height: 33px;
}


.plan .planButton {
    width: 100%;
    border: 1px solid #ffd344;
    border-radius: 20px;
    padding: 8px 20px;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
    cursor: pointer;
    color: black;
    text-decoration: none;
    display: block;
    background: #ffd344;
}


.plan .planButton[disabled] {
    border: 1px solid #efefef;
    background: #efefef;
}


.plan .planButton:hover:not([disabled]) {
    border-color: #f6bd03;
    background: #f6bd03;
}

.plan .planDescription h4 {
    font-size: 16px;
    font-weight: 500;
}

.plan .planDescription ul {
    color: #878787;
    font-size: 14px;
    padding-left: 5px;
    list-style: none;
    margin-bottom: 0;
}

.plan .planDescription ul li {
    margin-bottom: 4px;
}

.plan .planDescription ul li i {
    display: inline-block;
    margin-right: 6px;
    color: #05b105;
}

.plan .planSeeMoreBenefits {
    color: black;
    font-size: 14px;
    display: inline-block;
    margin: 5px 0px 5px 23px;
    text-decoration: navajowhite;
    font-weight: 500;
    border-bottom: 2px dotted #707070;
    padding: 0 3px;
}

.plan .planBenefitsColumns {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.plan .planDescription .planBenefitsColumns ul {
    list-style: disc;
    padding-left: 20px;
}

.plan .planDescription .planBenefitsColumns ul li {
    margin-bottom: 5px;
}

.plan .yearly-field {
    display: none;
}

.plansWrapper.plan-interval-yearly-billing .plansFromDB .plan:not([data-plan-interval='yearly']) {
    display: none;
}

.plansWrapper.plan-interval-monthly-billing .plansFromDB .plan:not([data-plan-interval='monthly']) {
    display: none;
}

.plansWrapper.plan-type-reporting .plansFromDB .plan:not([data-plan-type='reporting']) {
    display: none;
}

.plansWrapper.plan-type-monitoring .plansFromDB .plan:not([data-plan-type='monitoring']) {
    display: none;
}

.plansWrapper.plan-type-reporting .planIntervalSelect {
    display: none;
}

.plan .benefits-list {
    display: flex;
    gap: 10px;
}

.planRight {
    margin-top: 20px;
}

.planSeeEnterprisePlan {
    color: black;
    font-weight: 400;
    margin: 20px 18px 6px;
    display: block;
    text-align: right;
    text-decoration: none;
}

.long-term-threats {
    margin-top: 20px;

    .projection-table-wrapper {
        position: relative;

        .demo-label {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotateZ(-20deg);
            font-size: 128px;
            font-weight: bold;
            color: red;
            opacity: 0.1;

        }
    }


}

.solar-header {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 30px;

    .solar-image {
        opacity: 0.7;
    }

    .box-holder {
        display: flex;
        gap: 30px;
        flex: 1;

        .box {
            border: 1px solid #dadada;
            padding: 15px;
            border-radius: 5px;
            background: #f7f7f7;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            flex: 1;
            text-align: center;

            .box-title {
                font-weight: 600;
                color: #333;
                font-size: 17px;
            }


            .box-content {
                font-size: 26px;
                font-weight: 200;
                line-height: 26px;
                margin-top: 10px;
            }
        }
    }
}

.solar-chart-wrapper {
    margin-top: 40px;


    h5 {
        font-weight: 400;
        margin: 0;
    }

    .solar-chart {
        margin-top: 15px;
        width: 100%;
        height: 200px;
    }
}

#addNewAssetModal .newAssetTip {
    font-style: italic;
    margin-top: 5px;
    display: block;
    color: #989898;
    font-size: 12px;
}

#addNewAssetModal h5 {
    text-align: center;
}

.asset-item-meta {
    flex: 1;
}

footer {
    font-size: 13px;
    padding: 0 10px;
}

footer a {
    color: #b71c1c;
    text-decoration: none;
}

.reportListWrapper {
    width: 100%;
    max-width: 1000px;
}

.reportList {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
}

.reportList .report {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 10px;
    transition: background-color 0.2s linear;
    background-color: #FCFCFC;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
}

.reportList .report:hover {
    background-color: #00000012;
}

.reportList .report .reportTitle {
    font-weight: 600;
    color: #333;
    font-size: 17px;
    margin-top: 5px;
}

.reportList .report .reportSubtitle {
    font-size: 12px;
    margin-top: 9px;
    line-height: 15px;
}

.only-print {
    display: none !important;
}

.mobile-header {
    display: none;
    position: relative;
    height: 56px;
    font-size: 24px;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: #323746;
    z-index: 1100;
}

.mobile-header i {
    color: white;
}

.desktop-header {
    position: fixed;
    top: 0;
    left: 300px;
    right: 0;
    padding: 20px 20px 0 20px;
    z-index: 1001;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: left 0.2s linear;
}

.nav-hidden .desktop-header {
    left: 80px;
}

.desktop-header .section {
    max-width: 1200px;
    margin: 0 auto;
    background: #FFF;
    border: 1px solid gainsboro;
    border-radius: 10px;
    display: flex;
    width: 100%;
    flex-direction: revert;
    align-items: center;
    padding: 10px;
    gap: 20px;
    overflow: hidden;
}

.desktop-header .section:hover {
    background: #fff;
}

.desktop-header .section i {
    font-size: 20px;
    height: 56px;
    width: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desktop-header .section>div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.viewing-tab-globeTab .desktop-header,
.viewing-tab-allAssetsTab .desktop-header,
.viewing-tab-assetAnalysisTab .desktop-header,
.viewing-tab-searchTab .desktop-header {
    display: none;
}

.viewing-tab-globeTab .tab-content {
    padding: 0;
}

.viewing-tab-allAssetsTab .tab-content,
.viewing-tab-assetAnalysisTab .tab-content,
.viewing-tab-searchTab .tab-content {
    padding: 10px;
}

.desktop-header .populate-location-address {
    font-size: 14px;
    color: #9a9a9a;
    line-height: 20px;
    font-weight: normal;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    height: 23px;

}

.search-tab-wrapper {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-tabs .report-nav {
    /* background: #f1f1f1; */
    padding-bottom: 14px;
    border-radius: 10px 0 0 10px;
    margin-top: 13px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: padding 0.2s linear;
}

.viewing-tab-with-report .nav-tabs .report-nav {
    padding-left: 16px;
}


.viewing-tab-with-report .nav-tabs .report-nav .nav-link.active,
.viewing-tab-with-report .nav-tabs .report-nav .nav-link:focus,
.viewing-tab-with-report .nav-tabs .report-nav .nav-link:hover {
    color: black;
    background: #fff;
    border-radius: 5px;
    border-color: #818181;
    border-right-width: 1px;
}

.viewing-tab-with-report .nav-tabs .report-nav .nav-link {
    color: black;
    border-right-width: 1px;
}

.tidycal-embed {
    border: none;
    width: 1px;
    min-width: 100%;
    height: 836px;
    overflow: hidden;
}

.modal {
    z-index: 10000;
}

#contactSalesModel {
    z-index: 1000000;
    backdrop-filter: brightness(0.5);
}

#contactSalesModelControls {
    display: flex;
    gap: 20px;
}

.experimentLoading {
    filter: opacity(.5);
    cursor: progress;
}

#contactSalesModelControls p {
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 0;
    padding-left: 34px;
}

#handleContactUs,
#handleScheduleDemo {
    cursor: pointer;
    padding: 17px 20px;
    border-radius: 10px;
    width: 50%;
    color: black;
    text-decoration: none;
    border: 1px solid #c9c9c9;
    text-align: left;
    font-size: 18px;
    flex: 1;
    width: 100%;

    & i {
        font-size: 20px;
        display: inline-block;
        margin-right: 3px;
        transform: translateY(1px);
        width: 25px;
    }
}

#handleContactUs:hover,
#handleScheduleDemo:hover {
    background: #ffd344;
}

#insurance .section-description {
    margin-bottom: 0;
}

#insurance .insurance-controls {
    margin-top: 10px;
}

#insurance .insurance-controls h6 {
    margin-top: 20px;
}

#insurance .insurance-controls .buttonGroup {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    margin: 10px 0;
}

#insurance .insurance-suggestions-wrapper {
    display: none;
}

#insurance .insurance-generate-button-wrapper {
    display: flex;
    justify-content: end;
    margin-top: 25px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.buttonGroup .buttonContainer {
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    padding: 10px 40px;
    cursor: pointer;
    user-select: none;
    position: relative;
    text-align: center;
    transition: padding 0.1s linear;
    flex: 1;

    & i {
        margin-right: 5px;
        opacity: 0;
        position: absolute;
        top: 14px;
        left: 15px;
    }
}


.buttonGroup .buttonContainer.active {
    padding: 10px 30px 10px 50px;

    & i {
        opacity: 1;
    }
}

.buttonGroup .buttonContainer:hover,
.buttonGroup .buttonContainer.active {
    background: white;
}

#generateInsuranceAssessment {
    padding: 10px 40px;
}

.insurance-suggestion {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #c2c2c2;
    margin: 15px 10px;
    background-color: white;
    position: relative;
    min-height: 84px;
}


.insurance-suggestion .insurance-text {
    padding-left: 80px;
    font-size: 15px;
}

.insurance-suggestion .data-box {
    margin-left: 0;
    position: absolute;
    left: 20px;
    top: 16px;
}

.insurance-suggestion .data-name {
    margin-bottom: 10px;
}

.insurance-suggestion ul {
    margin-bottom: 0;
}

.insurance-suggestion ul li {
    margin-top: 5px;
}

@media screen and (max-width: 1200px) {
    .portfolio-meta {
        display: none;
    }

    .portfolio-content {
        grid-template-columns: 1fr;
    }
}


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

    .portfolio-locations-list,
    .portfolio-content {
        grid-template-columns: 100%;
    }

    .solar-header {
        display: block;

        .solar-image {
            display: none;
        }

        .box-holder {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
    }

    .only-www {
        display: none !important;
    }

    body {
        height: auto;
    }

    .modal-dialog-scrollable .modal-content {
        max-height: 660px;
    }

    .experiments {
        flex-direction: column;
        gap: 10px;
    }

    .demo-portfolio {
        grid-template-columns: unset;
    }

    #projections .long-term-projections {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .plan {
        min-width: auto;
        grid-template-columns: 100%;
    }

    .plan .benefits-list {
        display: block;
    }

    .planRight {
        margin-top: 0;
    }

    .mobile-header .logo-container {
        position: absolute;
        top: 6px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }

    .mobile-header {
        display: flex;
    }

    nav {
        display: none;
        z-index: 1200;
        background: #00000094;
        right: 0;
    }

    #threatsSection {
        display: none;
    }

    #mainContent {
        overflow: unset;
        padding: 60px 0 0 0;
    }


    .data-types-raw,
    .data-types-internal,
    .data-details {
        grid-template-columns: 100%;
    }

    .data-details .data-insights {
        padding-left: 0;
    }

    .overall-score {
        position: static;
        margin-bottom: 20px;
    }

    .location-summary-graphics {
        grid-template-columns: 100%;
    }

    .treats-chart {
        padding: 0;
    }

    .internal-search-section {
        align-items: center;
    }

    .internal-search-wrapper {
        width: 200px;
    }

    .canvas-postfix {
        overflow: scroll;
    }

    .canvas-postfix>div {
        margin-right: 8px;
    }

    .logo-container {
        justify-content: center;
    }

    .logo-container img {
        width: 200px;
    }

    .portfolio-locations-list {
        grid-template-columns: 100%;
    }

    .location-summary-section {
        background-image: none;
        padding: 20px !important;
        min-height: unset;
    }

    .data-box-switch {
        display: none;
    }

    .portfolio-meta {
        grid-template-columns: 100%;
    }

    .portfolio-content {
        grid-template-columns: 100%;
    }

    .portfolioActions {
        display: none;
    }

    .open-feedback-modal {
        opacity: 0.2;
    }

    .portfolio-locations-wrapper {
        padding: 0;
        border: 0 none;
    }

    .location-summary-date-address {
        margin-top: 4px;
    }

    .reportList {
        grid-template-columns: 1fr;
    }

    .reportListWrapper button {
        min-width: 180px;
    }

    .location-summary {
        padding-left: 0;
    }

    .location-summary-items {
        grid-template-columns: 100%;
        display: grid;
        gap: 27px;
    }

    .desktop-header {
        left: 0;
        top: 52px;
    }

    .forecast-calendar.future-calendar> :first-child,
    .forecast-calendar.past-calendar> :first-child {
        grid-column: 1;
    }

    .location-summary-title {
        padding-right: 20px;
        height: auto;
        white-space: unset;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 0;
    }

    .nav-toggle-button {
        display: none;
    }

    .forecast-calendar,
    .past-calendar {
        grid-template-columns: 1fr;
    }

    .forecast-calendar .calendar-day {
        min-height: unset;
    }

    .data-box-simple .data-types-internal {
        grid-template-columns: 100%;
    }

    #globe iframe {
        height: calc(100dvh - 60px);
    }

    .location-text-summary {
        margin-top: 20px;
    }

    .forecast-calendar .calendar-day .date {
        text-align: left;
    }

    .forecast-calendar .calendar-day {
        grid-column: 1;
        padding-bottom: 15px;
    }

    .plansHeader {
        margin: 0;
    }

    .plansHeader .planIntervalSelect label {
        font-size: 15px;
    }

    .plans {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin: 0;
    }

    .planTypeSelect {
        display: flex;
        flex-direction: column;
    }

    .modal {
        z-index: 10000;
    }

    #addNewAssetModal .modal-footer>div {
        flex-direction: column;
        align-items: stretch !important;
    }

    .street-view {
        display: none;
    }

    #contactSalesModelControls {
        flex-direction: column;
    }

    .planTypeSelect button {
        padding: 20px;
    }

    .planTypeSelect button img {
        width: 45px;
    }


    .plan .planBenefitsColumns {
        flex-direction: column;
        gap: 0;
    }

    .portfolio-map-wrapper {
        height: 300px;
    }

    .plansDiscount {
        margin: 20px auto 0 auto;
        font-size: 14px;
        line-height: 23px;
    }

    #projections .long-term-projections li {
        padding: 20px 15px;
    }

    .tab-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    #insurance .insurance-controls .buttonGroup {
        flex-direction: column;
    }

    .hide {
        display: none;
    }
}

@media print {
    @page {
        margin: 20mm 5mm 5mm 5mm;
    }

    .tooltip {
        display: none !important;
    }

    body,
    #mainContent {
        background-color: white;
    }

    .only-print {
        display: initial !important;
    }

    .no-print {
        display: none !important;
    }

    .contentWrapper {
        padding: 0;
    }

    .mobile-header {
        display: flex;
        box-shadow: none;
        justify-content: center;
        margin: 15px 0 -10px 0;
        position: relative;
        background: white;
    }


    nav {
        display: none !important;
    }


    #mainContent {
        /* overflow: auto; */
        height: auto;
        padding: 0;
        min-height: auto;
    }


    .location-summary-date-address {
        margin-top: 5px;
    }

    .tab-content {
        padding-top: 0;
    }

    .data-container {
        display: table;
        break-inside: avoid;
        page-break-inside: avoid;
        visibility: visible;
        margin-bottom: 0 !important;
        border-radius: 0;
    }

    .location-summary-wrapper {
        border: 1px solid #c9c9c9;
        border-radius: 0;
        box-shadow: none;
    }

    .data-details {
        grid-template-columns: 100%;
    }

    .data-details canvas {
        margin: 0 auto;
    }

    .tab-content {
        max-width: none;
        padding-bottom: 0;
    }

    .data-types {
        max-width: 100%;
    }

    .overall-score {
        height: 100px;
        top: 43px;
        left: 20px;
    }

    .location-summary {
        padding-left: 20px;
        padding-top: 30px;
    }

    .location-summary-title {
        height: auto;
        overflow: visible;
        white-space: wrap;
    }

    .location-summary-section {
        background-image: none;
        padding-top: 10px !important;
    }

    .location-summary-upper-wrapper {
        padding-left: 110px;
    }

    .data-box-simple .data-types-internal,
    .data-types-internal {
        padding-bottom: 0;
        gap: 20px;
    }

    .data-container.coming-soon {
        display: none;
    }

    .data-box-simple .data-types-internal .data-container:not(.coming-soon):nth-last-of-type(1),
    .data-box-simple .data-types-internal .data-container:not(.coming-soon):nth-last-of-type(2) {
        margin-bottom: 0;
    }

    .forecast-summary a {
        margin-top: 15px;
    }

    .canvas-postfix {
        display: none !important;
    }
}