
.top_box{
    display: flex;
    justify-content: space-between;
    background-color: var(--white);
    padding: 20px;
    box-shadow:  0px 4px 20px 0px #00000008;


}

.top_box #app{
    width: 64% !important;
    height: auto !important;
    position: relative;
}
.top_box .details_box{
    width: 33%;


}
.top_box .details_box .header_box{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.top_box .details_box .header_box img{
    width: 60px;
    height: 60px;
}
.top_box .details_box .header_box .name_city{
    font-weight: 800;
    font-size: 25px;
    color: var(--TextColor1);
}
.top_box .details_box .header_box .status_city{
    font-weight: 300;
    font-size: 13px;
    color: var(--TextColor2);
}
.top_box .details_box .header_box .right_box{
    display: flex;
    gap: 12px;
}
.top_box .details_box .header_box .title_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.top_box .details_box .header_box .degree_temperature{
    width: 70px;
    height: 70px;
    font-size: 30px;
    font-weight: 400;
    border-radius: 10px;
    background-color: var(--grey);
    color: var(--TextColor1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_box .list_items{
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    gap: 15px;
}
.top_box .list_items .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_box .list_items .item .right_box{
    display: flex;
    gap: 12px;
    align-items: center;
}
.top_box .list_items .item .square{
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: var(--Primary);
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_box .list_items .item .square img{
    max-height: 30px;
}
.top_box .list_items .item .title{
    font-size: 14px;
    font-weight: 600;
    color: var(--TextColor1);
}
.top_box .list_items .item .left_box{
    font-size: 16px;
    font-weight: 700;
    color: var(--TextColor1);
    display: flex;
    flex-direction: row-reverse;
}
.top_box .list_items .today_date{
    margin: 0;
    word-spacing: 3px;
    font-size: 18px;
    font-weight: 700;
}
/* weekly */
.weekly{
    margin:30px 0;
    display: flex;
    gap: 20px;
}
.weekly .itemBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    padding: 20px;
    border-radius: 10px;
    gap: 10px;
    flex: 1;
    min-width: 175px;
    box-shadow: 0px 4px 20px 0px #00000008;

}
.weekly .itemBox img{
    width: 50px;
    height: 50px;
}
.weekly .itemBox .box > img{
    width: 30px;
    height: 30px;
    background-color: #109fda;
    padding: 5px;
    border-radius: 5px;
}.weekly .itemBox .box .min ,.weekly .itemBox .box .max{
     display: flex;
     align-items: center;
     gap: 5px;
    flex-direction: row-reverse;
 }
.weekly .itemBox .box .min > img,.weekly .itemBox .box .max > img{
    height: 5px;
    width: 10px;
}
.sunriseSvg{
    padding: 2px !important;
}
.weekly .itemBox .day,.today_date.day{
    font-weight: 700;
    font-size: 22px;
    color: var(--TextColor1);
    margin: 0;
}

.weekly .itemBox .day .date,.today_date.day .date{
    color: var(--TextColor2) !important;
}
.weekly .itemBox .status{
    font-weight: 600;
    font-size: 15px;
    color: var(--TextColor1);
}
.weekly .itemBox .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
}
.weekly .itemBox .box .value{
    color: var(--TextColor2);
}
.weekly .itemBox .cold{
    color: var(--Primary);
}
.weekly .itemBox .hot{
    color: var(--TextColor2);
}
.weekly_box2{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}
.weekly_box2 .item_week{
    display: flex;
    justify-content: space-between;
    height: 90px;
    padding: 10px 30px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px #00000008;
    align-items: center;
}
.weekly_box2 .item_week .left_box{
    display: flex;
    gap: 15px;
    align-items: center;
}
.weekly_box2 .item_week .right_box{
    display: flex;
    gap: 15px;
    align-items: center;
}
.weekly_box2 .item_week img{
    width: 50px;
    height: 50px;
}
.weekly_box2 .item_week .day{
    font-weight: 700;
    font-size: 25px;
    color: var(--TextColor1);
    margin: 0;
}

.weekly_box2 .item_week .day .date{
    color: var(--TextColor2) !important;
}
.weekly_box2 .item_week .status{
    font-weight: 600;
    font-size: 25px;
    color: var(--TextColor1);
}

.weekly_box2 .item_week  .cold{
    color: var(--Primary);
    font-weight: 600;
    font-size: 20px;
}
.weekly_box2 .item_week  .hot{
    color: var(--TextColor2);
    font-weight: 600;
    font-size: 20px;
}
.temperatures{
    margin: 40px 0;
    display: flex;
    gap: 15px;
}
.temperatures .temperature_item{
    min-width: 100px;
    box-shadow: 0px 4px 20px 0px #00000008;
    background-color: var(--white);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 10px;
    gap: 10px;
    flex-direction: column;
    flex: 1;
}
.temperatures .temperature_item .degree{
    font-weight: 600;
    font-size: 30px;
    color: var(--TextColor1);
}
.temperatures .temperature_item .chart_box{
    width: 12px;
    height: 200px;
    border-radius: 5px;
    background: #109FDA26;
    display: flex;
    align-items: end;
    opacity: 0.7;

}
.temperatures .temperature_item .chart_box .value{
    background-color: var(--Primary);
    width: 100%;
    border-radius: 5px;
}
.temperatures .temperature_item .unit{
    font-size: 20px;
    font-weight: 400;
    color: var(--TextColor2);
    width: 40px;
    height: 40px;
}
.temperatures .temperature_item img{
    width: 40px;
    height: 40px;
}
.temperatures .temperature_item .date{
    font-size: 18px;
    font-weight: 400;
    color: var(--TextColor1);
    letter-spacing: 1px;
}
.weekly_box_mobile,.temperatures_mobile{
    display: none;
}
#app .fullScreen{
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 500;
    cursor: pointer;
}

.left_box .max span{
    color:#E91E63
}
.left_box .min span{
    color:#109FDA
}
.left_box .value{
    color:#999999
}
.left_box > span{
    padding: 0px 10px;
    width: 85px;
    text-align: left;
}
.dontShow{
    display: none !important;
}

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

    .weekly_box{
        display: none;
    }
    .weekly_box_mobile{
        display: flex !important;
    }
    .temperatures_mobile{
        display: flex;
    }
    .temperatures_desktop{
        display: none;
    }
}
@media only screen and (max-width: 768px){
    .top_box{
        flex-direction: column-reverse;
        gap: 15px;
        padding: 0;
    }
    .top_box .details_box{
        width: 100%;
        padding: 0 20px 20px;
    }
    .top_box #app{
        width: 100% !important;
        height: 380px;
    }
}
@media only screen and (max-width: 600px){
    .weekly_box2 .item_week .day,.weekly_box2 .item_week .status,.weekly .itemBox .day,.temperatures .temperature_item .degree{
        font-size: 18px;
        text-wrap: nowrap;
    }
    .weekly_box2 .item_week .hot,.weekly_box2 .item_week .cold,.weekly .itemBox .temperature_box,.temperatures .temperature_item .unit{
        font-size: 16px;
    }
    .weekly .itemBox .box{
        font-size: 16px;
    }
}
@media only screen and (max-width: 400px){

    .weekly_box2 .item_week .day,.weekly_box2 .item_week .status,.weekly .itemBox .day,.temperatures .temperature_item .degree{
        font-size: 18px;
    }
    .weekly_box2 .item_week .hot,.weekly_box2 .item_week .cold,.weekly .itemBox .temperature_box,.temperatures .temperature_item .unit{
        font-size: 14px;
    }
}
