
.weatherwidget {
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    position: relative;
    background: #eee;
    background: linear-gradient(240deg, rgba(150, 50, 50, 0.3), rgba(0, 0, 200, 0));
  }
  .weatherwidget nav ul {
    margin: 20px 20px 0 20px;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
  }
  .weatherwidget nav li a {
    display: block;
    width: 50px;
    text-align: center;
    color: #aaa;
    cursor: pointer;
  }
  .weatherwidget nav li a:hover {
    color: #444;
  }
  .weatherwidget nav li a.active {
    color: #4444ff;
  }
  
  .weatherwidget #card {
    box-shadow: 9px 7px 40px -6px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    width: calc(100% - 0px);
    padding: 0;
    height: 560px;
    min-height: 300px;
    margin: 0px 0px;
    border-radius: 0px;
    position: relative;
  }
  .weatherwidget #card .details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 16px 20px;
    color: #888;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: color 2s ease;
    height: 100%;
    z-index: 999;
    background-image: url(../img/atlantis.svg);
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .weatherwidget .thunder #card .details {
    color: #ddd;
  }
  .weatherwidget #card .details .right {
    text-align: right;
  }
  .weatherwidget #card .details .center {
    text-align: center;
  }
  .weatherwidget #card .details #date {
    margin: 4px 0;
  }
  .weatherwidget #card .details #summary {
    font-weight: 600;
    font-size: 22px;
    margin-top: 90px;
  }
  .weatherwidget #card .details .temp {
    font-size: 60px;
    line-height: 60px;
  }
  .weatherwidget #card .details .temp span {
    font-size: 18px;
    line-height: 30px;
    vertical-align: top;
    margin-left: 5px;
  }
  
  .weatherwidget .weather {
    

    transition: background-color 2s ease;
    transition: all ease 1s;
  }
  
  .weatherwidget .weather.sunrisetime {
    background: -webkit-linear-gradient(top, rgb(148, 184, 210) 0%, rgb(106, 151, 192) 80%, rgb(101, 144, 187) 100%);
    background: -o-linear-gradient(top, rgb(148, 184, 210) 0%, rgb(106, 151, 192) 80%, rgb(101, 144, 187) 100%);
    background: -ms-linear-gradient(top, rgb(148, 184, 210) 0%, rgb(106, 151, 192) 80%, rgb(101, 144, 187) 100%);
    background: -moz-linear-gradient(top, rgb(148, 184, 210) 0%, rgb(106, 151, 192) 80%, rgb(101, 144, 187) 100%);
    background: linear-gradient(to bottom, rgb(148, 184, 210) 0%, rgb(106, 151, 192) 80%, rgb(101, 144, 187) 100%);
  }

  .weatherwidget .weather.morningtime {
    background: -webkit-linear-gradient(bottom, rgb(43, 148, 255) 0%, rgb(100, 190, 255) 92%, rgb(104, 192, 255) 100%);
    background: -o-linear-gradient(bottom, rgb(43, 148, 255) 0%, rgb(100, 190, 255) 92%, rgb(104, 192, 255) 100%);
    background: -ms-linear-gradient(bottom, rgb(43, 148, 255) 0%, rgb(100, 190, 255) 92%, rgb(104, 192, 255) 100%);
    background: -moz-linear-gradient(bottom, rgb(43, 148, 255) 0%, rgb(100, 190, 255) 92%, rgb(104, 192, 255) 100%);
    background: linear-gradient(to top, rgb(43, 148, 255) 0%, rgb(100, 190, 255) 92%, rgb(104, 192, 255) 100%);

  }

  .weatherwidget .weather.noontime {
    background: -webkit-linear-gradient(bottom, rgb(75, 114, 154) 0%, rgb(109, 149, 177) 100%);
    background: -o-linear-gradient(bottom, rgb(75, 114, 154) 0%, rgb(109, 149, 177) 100%);
    background: -ms-linear-gradient(bottom, rgb(75, 114, 154) 0%, rgb(109, 149, 177) 100%);
    background: -moz-linear-gradient(bottom, rgb(75, 114, 154) 0%, rgb(109, 149, 177) 100%);
    background: linear-gradient(to top, rgb(75, 114, 154) 0%, rgb(109, 149, 177) 100%);
  }

  .weatherwidget .weather.nighttime {
    background: -webkit-rgb(5, 25, 41);
    background: -o-rgb(5, 25, 41);
    background: -ms-rgb(5, 25, 41);
    background: -moz-rgb(5, 25, 41);
    background: rgb(5, 25, 41);
  }

  .weatherwidget .thunder .weather {
    background-color: #9FA4AD;
  }
  .weatherwidget .rain .weather {
    background-color: #D8D8D8;
  }
  .weatherwidget .sun .weather {
    background-color: #ccccff;
  }
  .weatherwidget .weather #inner {
    /* background-color: white;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%); */
  }
  .weatherwidget .weather .cloud {
    transition: fill 2s ease;
  }
  .weatherwidget .weather #cloud1 {
    fill: #efefef;
  }
  .weatherwidget .thunder .weather #cloud1 {
    fill: #9FA4AD;
  }
  .weatherwidget .weather #cloud2 {
    fill: #E6E6E6;
  }
  .weatherwidget .thunder .weather #cloud2 {
    fill: #8B8E98;
  }
  .weatherwidget .weather #cloud3 {
    fill: #D5D5D5;
  }
  .weatherwidget .thunder .weather #cloud3 {
    fill: #7B7988;
  }




  .weatherwidget #inner {
    /* background-color: white;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%); */
    left: 0px;
    position: absolute;
    z-index: 999;
    width: 100%;
  }
  .weatherwidget .cloud {
    transition: fill 2s ease;
  }
  .weatherwidget #cloud1 {
    fill: #efefef;
  }
  .weatherwidget .thunder #cloud1 {
    fill: #9FA4AD;
  }
  .weatherwidget #cloud2 {
    fill: #E6E6E6;
  }
  .weatherwidget .thunder #cloud2 {
    fill: #8B8E98;
  }
  .weatherwidget #cloud3 {
    fill: #D5D5D5;
  }
  .weatherwidget .thunder #cloud3 {
    fill: #7B7988;
  }


  
  .weatherwidget #outer, #back {
    position: absolute;
    pointer-events: none;
  }
  .wstat{
    display: flex;
    justify-content: space-between;
  }
  .weather-status .weather-status-info p:first-child {
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.weather-status .weather-status-info p:last-child {
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.weather-status-boxes .weather-status-visibility {
  /*background: rgba(0,0,0,0.5);*/
  padding: 0px 0px 0px 0px;
  border-radius: 0px;
  min-width: 150px;
}


.weather-status-boxes .weather-status-visibility .weather-status-visibility-info .weather-status-large-title {
  font-size: 14px;
  color: #000000;
  line-height: normal;

  
}

.weatherwidget.sun .weather.nighttime .details .weather-status .weather-status-boxes .weather-status-visibility .weather-status-visibility-info .weather-status-large-title{
  color: #ffffff;
  transition: all ease 10s;
}

.weather-status-boxes .weather-status-visibility .weather-status-visibility-info .weather-status-large-title:nth-child(2){
    font-weight: bold;
    
}
.weather-status-boxes .weather-status-visibility .weather-status-visibility-icon {
  display: none;
  border: 1px solid rgb(255 255 255 / 20%);
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
}
.day-btn i{
  font-size: 20px;
}

.weatherballoon{
    height: 100%;
    z-index: 999;
    position: absolute;
    right: 1%;
    bottom: 0%;
}



.weatherwidget.wind .weatherballoon .ballooninner{
  /* position: absolute;
  width: 15%;
  left: 67.5%;
  bottom: 20px;
  z-index: 9; */
  /* -webkit-animation: balloon1 5s ease-in-out infinite;
  -moz-animation: balloon1 5s ease-in-out infinite;
  -o-animation: balloon1 5s ease-in-out infinite;
  animation: balloon1 5s ease-in-out infinite; */

  position: absolute;
  width: 130px;
  right: 30px;
  bottom: 25px;
  z-index: 9;
  transition: all ease 2s;
  
}
.weatherwidget.wind .weatherballoon .rope{
  height: 0;
  border-left: 0px solid #3a2c36;
  background-color: #3a2c36;
  position: absolute;
  width: 2px;
  right: 95px;
  bottom: 25px;
  border-radius: 0;
  transition: all ease 2s;
  /* -webkit-animation: rope1 5s ease-in-out infinite;
  -moz-animation: rope1 5s ease-in-out infinite;
  -o-animation: rope1 5s ease-in-out infinite;
  animation: rope1 5s ease-in-out infinite; */
}

.weatherwidget.thunder .weatherballoon .ballooninner{
  position: absolute;
  width: 20%;
  left: 73.4%;
  bottom: 25px;
  z-index: 9;
  /* -webkit-animation: balloon1 5s ease-in-out infinite;
  -moz-animation: balloon1 5s ease-in-out infinite;
  -o-animation: balloon1 5s ease-in-out infinite;
  animation: balloon1 5s ease-in-out infinite; */
}
.weatherwidget.thunder .weatherballoon .rope{
  height: 0;
  border-left: 0px solid #3a2c36;
  background-color: #3a2c36;
  position: absolute;
  width: 2px;
  left: 83.3%;
  bottom: 25px;
  border-radius: 0;
  /* -webkit-animation: rope1 5s ease-in-out infinite;
  -moz-animation: rope1 5s ease-in-out infinite;
  -o-animation: rope1 5s ease-in-out infinite;
  animation: rope1 5s ease-in-out infinite; */
}


.weatherwidget.foggy .weatherballoon .ballooninner{
  position: absolute;
  width: 20%;
  left: 73.4%;
  bottom: 25px;
  z-index: 9;
  /* -webkit-animation: balloon1 5s ease-in-out infinite;
  -moz-animation: balloon1 5s ease-in-out infinite;
  -o-animation: balloon1 5s ease-in-out infinite;
  animation: balloon1 5s ease-in-out infinite; */
}
.weatherwidget.foggy .weatherballoon .rope{
  height: 0;
  border-left: 0px solid #3a2c36;
  background-color: #3a2c36;
  position: absolute;
  width: 2px;
  left: 83.3%;
  bottom: 25px;
  border-radius: 0;
  /* -webkit-animation: rope1 5s ease-in-out infinite;
  -moz-animation: rope1 5s ease-in-out infinite;
  -o-animation: rope1 5s ease-in-out infinite;
  animation: rope1 5s ease-in-out infinite; */
}


.weatherwidget.sun .weatherballoon .ballooninner{
  position: absolute;
  width: 130px;
  right: 30px;
  bottom: 25px;
  transition: all ease 2s;
  /* -webkit-animation: balloon2 5s ease-in-out infinite;
  -moz-animation: balloon2 5s ease-in-out infinite;
  -o-animation: balloon2 5s ease-in-out infinite;
  animation: balloon2 5s ease-in-out infinite; */
}
.weatherwidget.sun .weatherballoon .rope{
  height: 130px;
  border-left: 0px solid #3a2c36;
  background-color: #3a2c36;
  position: absolute;
  width: 2px;
  right: 95px;
  bottom: 25px;
  border-radius: 0;
  transition: all ease 2s;
  /* -webkit-animation: rope3 1s ease-in-out;
  -moz-animation: rope3 1s ease-in-out;
  -o-animation: rope3 1s ease-in-out;
  animation: rope3 1s ease-in-out; */
  
} 

.weatherwidget.sun .weatherballoon .ballooninner img{
  margin-top: -325px;
  /*left: 70%;*/
  transform: scale(2);
transition: all ease 2s;
}


.hiderays{
  opacity: 0!important;
  visibility: hidden!important;
}





.weatherballoon .ballooninner img{
  display: table;
  margin-top: -100px;
  /*left: 70%;*/
  transform: scale(1);
  transition: all ease 2s;
}

.weatherwidget .weatherballoon .rope{
  transition: all ease 2s;

}

.weatherballoon .ballooninner:after{
    content: "";
    width: 65px;
    height: 31px;
    background-image: url(../img/base.svg);
    position: absolute;
    display: block;
    bottom: -15px;
    left: calc(50% - 32.5px);
    transform: translateX(calc(50% - 32.5px));
    background-repeat: no-repeat;
}


@-webkit-keyframes rope1 {
  0%% {
    height:8px;
    left: 73.5%;

  }
  50% {
    height:28px;
    left: 72.5%;

  }
  100% {
    height:8px;
    left: 73.5%;

  }
}
@-moz-keyframes rope1 {
  0%% {
    height:8px;
    left: 73.5%;
  }
  50% {
    height:28px;
    left: 72.5%;
  }
  100% {
    height:8px;
    left: 73.5%;
  }
}
@-o-keyframes rope1 {
  0%% {
    height:8px;
    left: 73.5%;
  }
  50% {
    height:28px;
    left: 72.5%;
  }
  100% {
    height:8px;
    left: 73.5%;
  }
}
@keyframes rope1 {
  0%% {
    height:8px;
    left: 73.5%;
  }
  50% {
    height:28px;
    left: 72.5%;
  }
  100% {
    height:8px;
    left: 73.5%;
  }
}


@-webkit-keyframes balloon1 {
  0%, 100% {
      -webkit-transform: translateY(0) rotate(-6deg);
  }
  50% {
      -webkit-transform: translateY(-15px) rotate(8deg);
  }
}
@-moz-keyframes balloon1 {
  0%, 100% {
      -moz-transform: translateY(0) rotate(-6deg);
  }
  50% {
      -moz-transform: translateY(-15px) rotate(8deg);
  }
}
@-o-keyframes balloon1 {
  0%, 100% {
      -o-transform: translateY(0) rotate(-6deg);
  }
  50% {
      -o-transform: translateY(-15px) rotate(8deg);
  }
}
@keyframes balloon1 {
  0%, 100% {
      transform: translateY(0) rotate(-6deg);
  }
  50% {
      transform: translateY(-15px) rotate(8deg);
  }
}



@-webkit-keyframes rope2 {
  0%% {
    border-left: 73.5%;
  }
  50% {
    left: 72.5%;
  }
  100% {
    left: 73.5%;
  }
}
@-moz-keyframes rope2 {
  0%% {
    border-left: 73.5%;
  }
  50% {
    left: 72.5%;
  }
  100% {

    left: 73.5%;
  }
}
@-o-keyframes rope2 {
  0%% {
    border-left: 73.5%;
  }
  50% {
    left: 72.5%;
  }
  100% {

    left: 73.5%;
  }
}
@keyframes rope2 {
  0%% {

    border-left: 73.5%;
  }
  50% {

    left: 72.5%;
  }
  100% {

    left: 73.5%;
  }
}


@-webkit-keyframes balloon2 {
  0%, 100% {
      -webkit-transform: translateY(0) rotate(-3deg);
  }
  50% {
      -webkit-transform: translateY(-15px) rotate(3deg);
  }
}
@-moz-keyframes balloon2 {
  0%, 100% {
      -moz-transform: translateY(0) rotate(-3deg);
  }
  50% {
      -moz-transform: translateY(-15px) rotate(3deg);
  }
}
@-o-keyframes balloon2 {
  0%, 100% {
      -o-transform: translateY(0) rotate(-3deg);
  }
  50% {
      -o-transform: translateY(-15px) rotate(3deg);
  }
}
@keyframes balloon2 {
  0%, 100% {
      transform: translateY(0) rotate(-3deg);
  }
  50% {
      transform: translateY(-15px) rotate(3deg);
  }
}

.weather-status-boxes .weather-status-visibility .weather-status-visibility-info {
  color:#fff!important;
  /*display: flex;*/
  justify-content: space-between;
  width: 100%;
  text-align: right;
}

#back{
  z-index: 999;
  top: -45%;
  left: -57%;
  background-image: url(../img/sunburst.png);
  opacity: 0.5;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: sunlight 120s ease infinite;
  -moz-animation: sunlight 120s ease infinite;
  -o-animation: sunlight 120s ease infinite;
  animation: sunlight 120s ease infinite;
  width: 640px;
  height: 640px;
}

#back path{
  opacity: 0!important;
  
}

.weatherwidget.wind #back{
  /* top: -345%;
  left: -357%; */
  top: -165%;
  left: -128%;
transition: all ease 6s;
opacity: 0;
visibility: hidden;
}

.weatherwidget.foggy #back{
  /* top: -345%;
  left: -357%; */
  top: -65%;
  left: -28%;
transition: all ease 3s;
opacity: 1;
visibility: visible;

}

.weatherwidget.sun #back{
  top: -350px;
  left: -380px;
  transition: all ease 3s;
  opacity: 1;
  visibility: visible;
  }

  .weatherwidget.thunder #back{
    top: -345%;
    left: -357%;
  transition: all ease 3s;
  opacity: 0;
  visibility: hidden;

  }

@-webkit-keyframes sunlight {
  0%, 100% {
      -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes sunlight {
  0%, 100% {
    -webkit-transform: rotate(0deg);
}
50% {
  -webkit-transform: rotate(360deg);
}
}
@-o-keyframes sunlight {
  0%, 100% {
    -webkit-transform: rotate(0deg);
}
50% {
  -webkit-transform: rotate(360deg);
}
}
@keyframes sunlight {
  0%, 100% {
    -webkit-transform: rotate(0deg);
}
50% {
  -webkit-transform: rotate(360deg);
}
}

.moon{
  fill: #aaa!important;
}

.opacity_6{
    opacity: 0.6!important;
}

/*.baseballoon{*/
/*    display: table;*/
/*    transform: scale(1)!important;*/
/*    position: absolute;*/
/*    width: 65px!important;*/
/*    margin-top: -20px!important;*/
/*    z-index: 0!important;*/
/*    left: 32px!important;*/
/*    margin-bottom: -10px!important;*/
/*    bottom: 0px;*/
/*}*/
