body {
    font-family: "Gilroy", sans-serif;
}

.nd-dial-block {
    text-align: center;
}

.nd-dial-block .nd-knob-dail-text {
    font-weight: 600;
    font-size: 16px;
}

.nd-container-fix {
    background-color: #eceef6;
}

.nd-container-fix .sidebar {
    width: 300px;
    position: fixed;
    min-height: calc(100% - 41px);
}

.nd-container-fix .main {
    margin-left: 315px;
}

.nd-card {
    background-color: #fff;
    height: 100%;
    /* padding: 15px; */
    border-radius: 5px;
    box-shadow: 0 0 2px 1px #e1e1e1;
    overflow: hidden;
}

.nd-card>div.report-title {
    padding: 15px;
    background-color: #a9d9fd;
    margin-bottom: 0;
}

.nd-card>div.report-title h2 {
    color: #000;
    font-weight: 500;
    padding-left: 45px;
}

.nd-mt-30 {
    margin-top: 30px;
}

.nd-mb-30 {
    margin-bottom: 30px;
}

.nd-edit-body {
    margin-top: 40px
}

.nd-edit-body header {
    position: fixed;
    height: 40px;
    top: 0;
    width: 100%;
    padding: 0;
    height: 40px;
    z-index: 999;
    background-color: #fff;
}

.dials-row {
    text-align: center;
}

.nd-container-fix {
    background-color: #eceef6;
}

.nd-container-fix .sidebar {
    width: 300px;
    position: fixed;
    min-height: calc(100% - 41px);
}

.nd-container-fix .main {
    margin-left: 315px;
}

.nd-mt-30 {
    margin-top: 30px;
}

.nd-mb-30 {
    margin-bottom: 30px;
}

.nd-edit-body {
    margin-top: 40px
}

.nd-edit-body header {
    position: fixed;
    height: 40px;
    top: 0;
    width: 100%;
    padding: 0;
    height: 40px;
    z-index: 999;
    background-color: #fff;
}

.dials-row {
    text-align: center;
    padding: 10px;
}

.nd-dial-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    font-weight: 500;
    font-size: 18px;
    align-items: center;
}

.nd-dial-block>span {
    margin-top: -22px;
    font-size: 12px;
    color: #A4A5A6;
    font-weight: 700;
}

.nd-card .snow-fall {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 56px);
    flex: 1;
}

.nd-card .data-item:nth-child(4) {
    border-bottom-color: #fff
}

.nd-card .data-item:nth-child(5) {
    border-bottom-color: #fff
}

.nd-card .data-item:nth-child(6) {
    border-bottom-color: #fff
}

.nd-card .data-item:last-child {
    border-right-color: #fff
}

.nd-card .data-item {
    font-size: 18px
}

.nd-card .data-item .data-item__value {
    font-size: 24px;
    color: #000;
}

.nd-card .snow-fall__data {
    padding: 10px 20px;
}

.nd-card .mountain-report__box {
    padding: 20px 90px;
    background-image: url(../images/snows.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100% - 50px);
}

.nd-card .mountain-report__box .box__data {
    display: flex;
    justify-content: space-between;
}

.nd-card .mountain-report__box .box__data>div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-size: 20px
}

.nd-card .mountain-report__box .box__data>div span {
    font-size: 26px
}

.nd-card .mountain-report__box .box__data>div.summit {
    text-align: left;
}

.nd-card>div.report-title>img,
.nd-card>div.report-title>div>img,
.nd-card>div.report-title>svg {
    max-height: 45px;
    position: absolute;
    vertical-align: middle;
}

.nd-card>div.report-title>a.nd-btn-energy-usage {
    background-color: #38BF21 !important;
    font-weight: 900;
    color: #fff;
    border-color: #fff;
}

.nd-card>div.report-title>a.nd-btn-energy-usage:hover {
    background-color: #38BF21 !important;
}

html {
    scroll-behavior: smooth;
}

.nd-card>div.report-title>div>img {
    top: 10px;
}

.nd-card>div.report-title>svg {
    top: 7px;
}

.nd-single-day-box {
    margin: 0 !important;
    /* margin-right: 10px !important; */
    padding: 0 !important;
}

.nd-fix-padding {
    margin: 10px;
    background-color: #fff;
    padding: 15px;
    height: 100%;
    border-radius: 5px;
}

.days-list>.nd-single-day-box:first-child>.nd-fix-padding {
    margin-left: 0 !important
}

.days-list>.nd-single-day-box:last-child>.nd-fix-padding {
    margin-right: 0 !important
}

.nd-curr-temp-container {
    /* border: 1px solid; */
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.nd-fix-padding>.row {
    height: 100%
}

.nd-curr-temp-container img {
    width: 90px;
}

.nd-single-day-box .temp-box sup {
    font-size: 18px;
}

.nd-single-day-box .temp-box sup small {
    position: relative;
    top: -8px;
    font-size: 10px;
    font-weight: 600;
}

.nd-single-day-box .current-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 21px;
    font-size: 50px;
    line-height: 40px;
}

.nd-single-day-box .current-data sup {
    display: block;
    line-height: 29px;
    font-size: 18px;
}

@media screen and (max-width: 450px) {
    .nd-single-day-box .current-data {
        margin-right: 15px;
        font-size: 40px;
    }
}

@media screen and (max-width: 375px) {
    .nd-single-day-box .current-data {
        margin-right: 10px;
        font-size: 30px;
    }
}


/*! CSS Used from: http://localhost:8000/themes/web/css/maps/maps.css?v=v1.0.26 */

@media screen and (max-width: 425px) {
    .nd-single-day-box .current-data {
        margin-right: 15px;
        font-size: 40px;
    }
}

@media screen and (max-width: 375px) {
    .nd-single-day-box .current-data {
        margin-right: 10px;
        font-size: 30px;
    }
}

.nd-current-data-container {
    height: 70px;
    margin-top: 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nd-v-center {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.nd-v-center hr {
    max-width: 100%;
    margin: 10px;
}

.nd-today-high-data {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
}

.nd-v-center p {
    margin: 0;
    font-size: 18px;
}

.nd-single-day-box.single-day .title {
    font-size: 22px
}

.nd-single-day-box .lowest-data {
    font-size: 20px !important;
}

.nd-single-day-box .lowest-data__text {
    font-size: 14px !important;
}

.nd-edit-body .notification-text {
    text-shadow: 0 0 5px black;
}

.datatable.datatable-default>.nd-table>.datatable-head .datatable-row>.datatable-cell,
.datatable.datatable-default>.nd-table>.datatable-body .datatable-row>.datatable-cell {
    vertical-align: middle;
    padding: 1rem 1rem;
    font-size: 1rem;
}

.datatable.datatable-default>.nd-table>.datatable-head .datatable-row>.datatable-cell:first-child,
.datatable.datatable-default>.nd-table>.datatable-body .datatable-row>.datatable-cell:first-child {
    padding-left: 0;
}

.datatable.datatable-default>.nd-table>.datatable-head .datatable-row>.datatable-cell:last-child,
.datatable.datatable-default>.nd-table>.datatable-body .datatable-row>.datatable-cell:last-child {
    padding-right: 0;
    text-align: center
}

.datatable.datatable-default.datatable-bordered>.nd-table>.datatable-head .datatable-row,
.datatable.datatable-default.datatable-bordered>.nd-table>.datatable-body .datatable-row {
    border-bottom: 1px solid #EBEDF3;
}

.datatable.datatable-default.datatable-head-custom>.nd-table>.datatable-head .datatable-row>.datatable-cell>span {
    color: #B5B5C3;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.nd-table .dial-colmn-display-color {
    background-color: green;
    width: 28px;
    display: block;
    border-radius: 5px;
    height: 28px;
}

.nd-table .nd-delete-dial-form {
    display: inline
}

.nd-table .nd-delete-dial-form button {
    background-color: transparent;
    padding: 0
}

.nd-table .nd-delete-dial-form button span:hover,
.nd-table .nd-delete-dial-form button span:hover i {
    color: red !important;
}

.nd-angle-charts-row .apexcharts-legend.apexcharts-align-center.position-left {
    left: 40px !important;
}

.nd-angle-charts-row .apexcharts-legend.apexcharts-align-center.position-left .apexcharts-legend-series {
    margin: 0 !important;
}


/* Event Calendar */

#nd-tinymce-container .tox-tinymce {
    height: 300px !important;
}

#nd-upt-image {
    background-color: #226fb5;
    border-radius: 0.42rem;
}

#nd-create-event-form {
    margin-bottom: 30px;
    border-bottom: 2px solid #EBEDF3;
}

#nd-hidden-image-input {
    opacity: 0;
    width: 0;
    float: left;
    padding: 0;
    position: absolute;
    left: 45px;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: none !important;
}

table.dataTable {
    overflow-x: auto;
    max-width: 100%;
    display: block;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none !important;
    border-color: transparent !important;
}

#prance-login-logo {
    width: 600px;
    position: absolute;
    left: 80px;
    top: 80px;
}

#prance-login-logo-footer {
    position: absolute;
    width: 200px;
    bottom: 20px;
    right: 20px;
}

#nd-login-form-container {
    background-color: #fff;
    padding: 0 60px;
    border-radius: 50%;
    height: 350px;
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
}

#nd-login-form-container>.nd-login-heading {
    margin-bottom: 20px;
}

#nd-login-copy {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

#nd-login-form-container .form-control.form-control-solid {
    background-color: #fff;
    border-color: #999999;
}

.nd-login-heading>h3 {
    font-weight: 700;
}

.aside-menu .menu-nav>.menu-item.menu-item-open {
    border-right: 5px solid #3699ff;
    border-radius: 5px;
}

.aside-menu .menu-nav>.menu-item>.menu-heading .menu-text,
.aside-menu .menu-nav>.menu-item>.menu-link .menu-text {
    color: #999;
    font-weight: 700;
}

.aside-menu .menu-nav>.menu-item .menu-submenu .menu-item>.menu-heading .menu-text,
.aside-menu .menu-nav>.menu-item .menu-submenu .menu-item>.menu-link .menu-text {
    text-transform: capitalize;
    color: #999;
    font-weight: 700;
    font-size: 12px;
}

.aside-menu .menu-nav>.menu-item.menu-item-open>.menu-heading,
.aside-menu .menu-nav>.menu-item.menu-item-open>.menu-link {
    background-color: #ffffff;
}

.aside-menu .menu-nav>.menu-item.menu-item-open>.menu-heading .menu-text,
.aside-menu .menu-nav>.menu-item.menu-item-open>.menu-link .menu-text {
    color: #999 !important;
}

.aside-menu .menu-nav>.menu-item .menu-submenu .menu-item.menu-item-active>.menu-heading,
.aside-menu .menu-nav>.menu-item .menu-submenu .menu-item.menu-item-active>.menu-link {
    background-color: #fff;
}

.aside {
    box-shadow: none;
}

.symbol.symbol-light-success .symbol-label {
    background-color: #fff;
}

.btn.btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-clean:focus:not(.btn-text),
.btn.btn-clean.focus:not(.btn-text) {
    background-color: #fff;
}

.btn.btn-clean .svg-icon svg g [fill] {
    fill: #b5b5c3 !important
}

.btn.btn-clean:hover .svg-icon svg g [fill] {
    fill: #3699FF !important
}

#nd-usr-lettr {
    padding: 6px;
    background-color: #1E88E5;
    margin-right: 7px;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 16px;
}

.svg-icon.svg-icon-2x svg {
    height: 3.0rem !important;
    width: 3.0rem !important;
}

.nd-width-icon-fix {
    width: 46px !important;
}

.nd-ver-circles-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nd-ver-circles-container>img {
    margin-bottom: 30px;
}

.nd-hor-circles-container {
    padding: 9px 25px;
    display: flex;
    justify-content: space-between;
}

.nd-small-cards-container {
    display: flex;
    justify-content: normal;
    width: 100%;
    flex-flow: row wrap;
}

.nd-small-card {
    height: 85px;
    width: 85px;
    border-radius: 20px;
    margin: 0 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 10px 10px;
}

.nd-small-card>svg {
    margin-bottom: 5px;
}

.nd-new-card-border {
    border-radius: 20px;
    margin: 0 5px;
    background-color: #fff;
}

.nd-new-card-border>h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    padding: 25px 33px 0;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 100%;
}

.nd-new-card-border.snow-and-moun-report-card {
    background-color: #FF5050;
    height: 100%;
}

.nd-new-card-border.snowfall-history-card {
    background-color: #1E88E5;
    height: 100%;
}

.nd-new-card-border.snow-and-moun-report-card>h3,
.nd-new-card-border.snowfall-history-card>h3 {
    color: #fff;
}

#nd-packed-powder {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}

#snow-and-moun-report-card-content {
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 14px;
    padding: 25px 33px;
}

#snowfall-history-card-content {
    padding: 10px 33px 0;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

#snowfall-history-card-content div.row>div {
    position: relative;
    padding-bottom: 12px;
}

#snowfall-history-card-content div.row>div>span {
    font-size: 24px;
    margin-left: 7px;
}

.single-day.nd-single-day-box.nd-single-day-2 {
    padding: 10px !important;
    margin-top: -25px !important;
}

.nd-single-day-box.single-day .title {
    font-size: 22px;
    margin-bottom: 5px;
}

.nd-new-card-border div.col-6>h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    padding: 25px 33px 0;
    margin-left: 20px;
}

.nd-new-card-border div.col-6>.nd-img-frame {
    margin: 0 33px 30px;
    border-radius: 20px;
    max-width: 100%;
}

.nd-new-card-border div.col-6:first-child>.nd-img-frame {
    margin-right: 10px;
}

.nd-new-card-border div.col-6:last-child>.nd-img-frame {
    margin-left: 10px;
}

.nd-new-card-border div.col-6>.nd-img-frame>img {
    max-width: 100%;
    border-radius: 20px;
    width: 100%;
}

#weather-forecast-container {
    padding: 25px 33px;
}

#nd-forecast-today div.nd-today-temp {
    font-size: 64px;
    font-weight: 600;
    position: relative;
    margin-right: 15px;
}

#nd-forecast-today span.nd-today-c {
    position: absolute;
    top: 5px;
    right: -15px;
    font-size: 24px;
}

#nd-today-forecast-title {
    margin-top: -10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #A8B2CB;
    text-transform: capitalize;
}

#nd-forecast-h-w {
    padding-left: 12.5px;
    padding-right: 12.5px;
    text-align: center;
    width: 100%;
}

#weather-forecast-container>.row>div::after {
    content: '';
    position: absolute;
    background-color: #565656;
    width: 1px;
    height: 86%;
    bottom: 7%;
    right: 0;
}

#weather-forecast-container>.row>div:last-child::after {
    content: none;
    display: none;
}

.nd-h-l-label {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #565656;
    text-align: left;
}

.nd-h-l-value {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: right;
    color: #565656;
    padding-right: 15px !important;
}

.nd-h-l-value .nd-h-l-c {
    font-size: 12px;
    position: absolute;
    top: -6px;
}

#weather-forecast-container .row {
    /* align-items: center; */
}

.nd-forecast-other-day {
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    color: #565656;
    margin-top: 8px;
}

.nd-o-day-high {
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    text-align: right;
    color: #565656;
    position: relative;
}

.nd-o-day-high span.nd-o-day-c {
    position: absolute;
    top: 5px;
    right: -15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #565656;
}

.nd-o-day-low>span {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #A8B2CB;
}

.nd-o-day-low>div {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #565656;
}

.nd-o-day-low span.nd-o-day-c {
    position: absolute;
    top: -2px;
    right: 0px;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #565656;
}


/* #weather-forecast-container > .row > div {
    min-height: 140px;
} */

.nd-v-center-con {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.nd-v-center-con #nd-forecast-h-w>.row {
    align-items: center;
}

.header-fixed.subheader-fixed.subheader-enabled .wrapper {
    padding-top: 72px;
}

#nd-insert-row-card {
    background-color: #66ADEC !important;
    color: #fff !important;
}

#nd-insert-row-card .card-label {
    color: #fff;
}

#nd-insert-row-card .form-group label {
    color: #fff;
    font-weight: 600;
}

.card.card-custom {
    border-radius: 25px
}

#nd-insert-row-card .svg-icon svg g [fill] {
    fill: #FFA450 !important
}

#nd-insert-row-card .btn.btn-secondary {
    background-color: #ffa450;
    color: #fff;
    border-color: #ffa450;
}

#nd-insert-row-card .btn.btn-primary {
    background-color: #555555;
    color: #fff;
    border-color: #555555;
}

#rabbit-row .card.card-custom>.card-header {
    display: block;
}

#rabbit-row .card.card-custom>.card-header>.row>.col-6 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

#nd-calculate-co2-btn {
    display: flex;
    justify-content: space-between;
}

.svg-icon svg.nd-calculator-svg-icon {
    display: block;
    width: 46px;
    height: 50px;
    position: relative;
    top: -6px;
    left: -9px;
}

#nd-insert-row-card .btn.btn-secondary {
    width: 100% !important;
    max-width: 100%;
    display: block;
}

.nd-calc-icon-container {
    width: 15%;
}

.nd-calc-btn-container {
    width: 100%;
}







#map {
    width: 100%;
    height: 100%;
    min-height: 330px;
    color: #000;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    overflow: hidden;
    width: 80%;
}

#pac-container {
    padding: 12px 0;
    margin-right: 12px;
}



#infowindow-content .title {
    font-weight: bold;
}



#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    color: #000;
}


.nd-map-location-fields {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#pledge-goal {
    width: 100%;
}

.pledge-goal-row {
    margin-bottom: 30px;
}


.nd-offset-row {
    display: flex;
    justify-content: space-between;
}

/*
<div class="nd-offset-year">
<div class="nd-offset-project">
<div class="nd-offset-target">
*/

.nd-offset-year {
    width: 15%;
}

.nd-offset-project,
.nd-offset-target {
    width: 35%;
}

.nd-offset-progress-dial {
    width: 15%;
    display: flex;
    align-items: center;
    /* padding: 15px 0 ; */
}

.nd-offset-progress-dial-header {
    width: 15%;
}

.nd-resort-reduction-project {
    width: 15%;
    display: flex;
    align-items: center;
    /* padding: 15px 0 ; */
}

.nd-resort-reduction-project-header {
    width: 15%;
}

.nd-offset-row-with-bt {
    border-top: 1px solid #d4d4d4;
}

.nd-offset-year,
.nd-offset-project,
.nd-offset-target {
    padding: 25px 25px;
    color: #606060;
}

.nd-offset-row.nd-offset-header-row .nd-offset-year,
.nd-offset-row.nd-offset-header-row .nd-offset-project,
.nd-offset-row.nd-offset-header-row .nd-offset-target {
    padding: 0;
    padding-left: 5px;
    text-align: center;
}

.nd-grey-col {
    background-color: #f5f5f5;
}

.nd-table p {
    margin-bottom: 0rem;
}

#energy-offsets-cart p {
    margin-bottom: 0rem;
}

#energy-offsets-cart ul,
#energy-offsets-cart li {
    list-style: unset;
}

#energy-offsets-cart ul {
    padding-left: 30px;
}


.apexcharts-menu-item.exportSVG,
.apexcharts-menu-item.exportCSV {
    display: none;
}


.row.nd-angle-charts-row .col-4 {
    /* margin-bottom: 7px; */
    padding: 7px 12px;
    transition: all .3s;
}

.row.nd-angle-charts-row .col-4:hover {
    transform: scale(1.1);
}

#nd-scope-1-angle-chart .apexcharts-legend-series {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important
}

.nd-click-span {
    color: #3699ff;
}

.dials-scope-row {
    max-width: 365px
}

#nd-scope-1-angle-chart,
#nd-scope-2-angle-chart,
#nd-scope-3-angle-chart,
#nd-scope-4-angle-chart {
    padding-right: 40px;
}


.table-hover tbody tr:nth-child(even) {
    background-color: #d0fefe;
}


.table-hover tbody tr:nth-child(even):hover {
    color: #3F4254;
    background-color: #E4E6EF;
}
