body {
    background-color: #ededed9e;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
    color: #011E36;
}

h1, h2{
    color: #065929;
    font-weight: 700 !important;
}

@media (max-width: 1024px) {
    h2 {
        margin-top: 20px;
    }

    h4{
        text-align: center;
    }
}

p, label, strong, ul, li, a{
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

nav {
    margin: 30px;
    border-radius: 30px;
    padding: 30px;
    background-color: #fff !important;
    box-shadow: 1px 1px 5px #00000014;
}

nav a {
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    font-style: normal;
    color: #405A6D !important;
}

@media (max-width: 1024px) {
    nav {
        padding: 10px !important;
        margin: 12px;
    }

    nav img{
        width: 70px;
        height: auto;
    }
}


.days-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
}

.day-container{
    border-radius: 30px;
    padding: 20px;
    background-color: #fff !important;
    box-shadow: 1px 1px 5px #00000014;
    width: calc(100% / 7 - 10px);
    margin: 10px 0 10px 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.date { 
    font-weight: bold; 
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #10395a;
}

.date span { 
    display: block; 
    font-size: 0.9em; 
    color: #aaa;
}

.weather-icon { 
    font-size: 2em; 
    margin: 10px 0; 
}

.temp-section { 
    margin: 5px 0; 
}

.label { 
    font-size: 0.7em; 
    color: #888; 
    text-transform: uppercase; 
}

.temp { 
    font-size: 1.2em; 
    font-weight: bold; 
    margin-bottom: 10px; 
}

.wind { 
    font-size: 0.8em; 
    color: #3e586bbd;
    border-top: 1px solid #44444414; 
    margin-top: 10px;
    padding-top: 10px;
}

.today-container{
    border-radius: 30px;
    padding: 20px 10px;
    background-color: #fff !important;
    box-shadow: 1px 1px 5px #00000014;
    margin: 10px 0 10px 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.daily-image-container {
    position: relative;
}

.today-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    position: relative;

}

.daily-container {
    position: absolute;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: center;
    width: 40%;
    bottom: 0;
    right: 0;
    background: #fff;
    border-radius: 30px 0px 30px 0px;
}

.daily-boxes {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.daily-box {
    border-radius: 30px;
    padding: 20px 30px;
    background-color: #fff !important;
    box-shadow: 1px 1px 5px #00000014;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

@media (max-width: 1024px) {
    .daily-box {
        padding: 5px 5px;
        font-size: 10px;
    }
}

.select2-container {
    width: 180px !important;
    margin-top: 5px;
    right: 100px;
    position: absolute;
}

.select2-container--default .select2-selection--single {
    height: 45px !important;
    border-radius: 30px !important;
    border: 1px solid #e0e0e0 !important;
    padding: 8px 15px !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
    right: 15px !important;
}

.select2-dropdown {
    border-radius: 20px !important;
    border: 1px solid #e0e0e0 !important;
    overflow: hidden;
    padding: 10px;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 20px !important;
    border: 1px solid #e0e0e0 !important;
    padding: 5px 10px !important;
    outline: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    border-radius: 10px !important;
    background-color: #007bff !important;
}

.agrar-container{
    border-radius: 30px;
    padding: 30px;
    background-color: #fff !important;
    box-shadow: 1px 1px 5px #00000014;
    margin: 10px 0 40px 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.daily-image-container img {
    transition: opacity 0.5s ease-in-out;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}