.sunalyzer-sidebar {
    background: #1e2024;
  }

.paper-canvas[resize] {
  background-color: blue;
  width: 100%;
  height: 100%;
}
/* Jimbolia Weather */

.weather-card .card-body {
    padding: 1.5rem;
}

.weather-main {
    border-right: 1px solid rgba(128, 128, 128, 0.25);
}

.weather-icon {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 10px;
}

.weather-temperature {
    font-size: 2.3rem;
    font-weight: 600;
}

.weather-description {
    font-size: 1rem;
    opacity: 0.75;
}

.weather-value {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 95px;
    text-align: center;
    padding: 10px;
}

.weather-value i {
    font-size: 1.3rem;
    margin-bottom: 6px;
}

.weather-value span {
    font-size: 0.8rem;
    opacity: 0.7;
}

.weather-value strong {
    font-size: 1.15rem;
    margin-top: 3px;
}

.weather-value small {
    opacity: 0.65;
}

@media (max-width: 767px) {
    .weather-main {
        border-right: none;
        border-bottom: 1px solid rgba(128, 128, 128, 0.25);
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
}

/* SOLWEC Logo */
.solwec-logo {
    height: 38px;
    width: auto;
    max-width: 190px;
    object-fit: contain;
}
