body {
    background-image: url('default.jpg');
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#searchContainer {
    top: 0;
    right: 0;
    text-align: right;
    transition: margin-left .5s;
    padding: 16px;
    justify-content: space-around;
}

#searchContainer h3 {
    margin: 5px;
    font-size: 22px;
    font-weight: bolder;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: whitesmoke;
    padding-top: -4%;
    float: left;
    top: 0;
    right: 0;
    text-align: right;

}

#searchContainer h3:hover {
    color: #ff8b00;
}

#searchContainer input {
    width: 200px;
    height: 30px;
}

.searchControl1 {
    width: 100px;
    background-color: rgb(1, 159, 198);
    margin-right: 3%;


}

#searchContainer button:hover {
    background-color: #ff8b00;
}

.searchControl {
    box-shadow: 2px 2px 5px black;
    border: none;
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
}

.searchControl1 {
    box-shadow: 2px 2px 5px black;
    border: none;
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
}

#weatherContainer {
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px black;
    padding: 30px;
    border-radius: 15px;
    margin:auto;
    /* background: red; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* visibility: hidden; */
    width: 370px;
    /* margin-top: 45px; */
    cursor: pointer;
    /* background: blue; */
    
}

#weatherContainer1, #weatherContainer2 {
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px black;
    padding: 30px;
    border-radius: 15px;
    float: left;
    width: 370px;
}

#weatherContainer h1 {
    margin: 5px;
    font-size: 35px;
    font-weight: bolder;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
div#txt {
    color: #fff;
    font-size: 1.7em;
    letter-spacing: 3px;
    font-family: 'Lora', serif;
    text-align: right;
}

.date {
    font-size: 1em;
    color: #ffd61c;
    text-align: right;
}


#weatherMain {
    display: block;
    margin-bottom: 20px;
    
}

#weatherMain div {
    display: inline-block;
   
}

#location div {
    display: inline-block;
}

#weatherDescriptionHeader {
    font-size: 28px;
    vertical-align: 50%;
    text-transform: capitalize;
}

#temperature {
    font-size: 38px;
    vertical-align: 30%;
}

.bottom-details {
    /* display: block; */
    font-size: 17px;
    text-align: left;
}

#weatherMiddle {
    border: none;
    border-radius: 5px;
    padding: 5px;
}

.medium-details {
    font-size: 17px;
    text-align: right;
}

hr {
    margin-bottom: 15px;
}

#sunrise,
#windSpeed {
    float: left;
}

#sunset,
#humidity {
    float: right;
}

.sunriseIcon {
    float: right;
}

.sunriseData {
    float: right;
}

.sunsetIcon {
    float: right;
}

.sunsetData {
    float: right;
}

.windIcon {
    float: right;
}

.windData {
    float: right;
}

.humidIcon {
    float: right;
}

.humidData {
    float: right;
}

.clr {
    clear: both;
}

#searchForecast h3 {
    margin: 3px;
    margin-bottom: 2px;
    font-size: 1.5em;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #ffd61c;
    font-weight: bold;
    text-align: right;
}

#searchForecast h3:hover {
    color: #ff8b00;
}

.clear {
    clear: both;
}

.pos-relative {
    position: relative;
}

/* Position Relative */
.pos-absolute {
    position: absolute;
}

/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}

/* vertical align top */
nav.vertical ul li {
    display: block;
}

/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}

/* horizontal menu */
/* img{max-width:100%;} */



.weather-bottom2 {
    padding: 0 2em 2em;
}

.wthree-grids ul {
    padding: 0.8em 0 0;
    border-top: 1px dashed #aec5de;
}

.wthree-grids ul.top {
    border: none;
}

.wthree-grids ul li {
    display: inline-block;
    float: left;
    width: 32%;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: bolder;
    color: white;
}
.wthree-grids ul li.low{
    float: right;
}

.wthree-grids ul li:hover {
    color: #ffd61c;
}

.wthree-grids ul li.wthree-img {
    text-align: center;
}

.wthree-grids ul li.wthree-img img:hover {
    color: inherit;
    cursor: pointer;
}

.wthree-grids ul li.wthree-img img {
    width: 35px;
    height: 35px;
    margin-top: -3px;
}

.wthree-grids ul li.wthree-temp {
    width: 17%;
    text-align: right;
}


.ac-container label {
    padding-right: 40px;
    position: relative;
    z-index: 20;
    display: inline-block;
    cursor: pointer;
    color: #ff8b00;
    line-height: 33px;
    font-size: 1em;
    font-weight: 600;
}

.ac-container label:hover {
    color: #00bbb4;
}

.ac-container input:checked+label:hover {
    color: #ff8b00;
}

.ac-container input:checked+label {
    color: #00bbb4;
}

.ac-container label:after,
.ac-container input:checked+label:hover:after {
    content: '';
    position: absolute;
    background: ('');
    width: 15px;
    height: 11px;
    right: 13px;
    top: 15px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    color: #00bbb4;

}


.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(0, 0, 0, 0.25);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container input:checked~article {
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;

}

.ac-container input:checked~article.ac-small {
    height: 23.5em;
    width: 300px;
    background: transparent;
    border: none;
    border-radius: 5px;
    padding: 5px;

}

#weatherHourly {
    margin: 10px;
    display: flex;
    /* flex-direction: row; */
    /* justify-content: space-between; */
    overflow-x: scroll;
    scrollbar-width: none;
        backface-visibility: hidden;

}

::-webkit-scrollbar {
    display: block;
    width: 0px;
}

#weatherHourly1,
#weatherHourly2,
#weatherHourly3,
#weatherHourly4,
#weatherHourly5,
#weatherHourly6,
#weatherHourly7,
#weatherHourly8 {
    padding-right: 10px;
    flex-direction: column;
    justify-content: space-around;
    /* border: 1px solid black; */
    height: 90%;
    width: 900px;
}

#time {
    text-align: center;
}

#iconDiv {
    text-align: center;
}

#temperaturecurr {
    text-align: center;
}

.switch {
    position: relative;
    display: block;
    width: 60px;
    height: 29px;
    padding: 3px;
    margin-right: 5%;
    background: linear-gradient(to bottom, #8ad5f3, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #d9ecf3, #d9ecf3 25px);
    border-radius: 9px;
    cursor: pointer;
    float: right;
    margin-top: 4px;
}

.switch-input {
    position: absolute;
    top: -1;
    left: -1;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 15px;
    text-transform: uppercase;
    background: rgb(1, 159, 198);
    border-radius: inherit;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.switch-label:before {
    content: attr(Fahrenheit);
    right: 10px;
    color: white;
    font-size: larger;

}

.switch-label:after {
    content: attr(Celcius);
    left: 10px;
    color: #FFFFFF;
    opacity: 0;
    font-size: larger;
}

.switch-input:checked~.switch-label {
    background: rgb(1, 159, 198);

}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, rgb(157, 207, 253) 40%, aqua);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, rgb(193, 247, 247));
    border-radius: 100%;

}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 6px;

}

.switch-input:checked~.switch-handle {

    left: 35px;

}

/* Transition
========================== */
.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    ;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
    padding-left: initial;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bolder;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #ffd61c;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.openbtn {
    cursor: pointer;
    border: none;
    width: 30px;
    font-size: 20px;
    font-weight: bolder;
    padding-top: -4%;
    float: left;
}

.openbtn button:hover {
    color: ffd61c;
}


@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}

#box1{
    display: block;
    /* background: blue; */
    /* width: 100%; */
}

#box2 {
    /* display: block; */
    /* background: green; */
    /* width: 100%; */
}
#chart2{
    float: right;
}
.content {
    display: none;
    /* padding: 30px; */
    margin-top: 45px;
    height: 550px; 
    /* width: 100%; */
    /* background: red; */
}

#left, #right {
    height: 100%;
    width: 35%;
    margin-left: 10%;
    /* padding-left: 100px; */
}

#left {
    /* background: red; */
}

#box3 {
    text-align: center;
    width: 100%;
    /* background: red; */
}