@use '../../../vendor/twbs/bootstrap/scss/bootstrap' as *;
@use "../../../assets/styles/variables" as variables;
@use 'data2ui_mini-bootstrap';

#map {
  height: 710px;
}

.pointer {
  cursor: pointer;
}

.maptooltip {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .text-xs-smaller {
    font-size: small !important;
    font-weight: bold;
  }
}

.picTemp {
  border-style: none !important;
}


#list-forecast-1ppday {
  display: flex;
  flex-direction: row;
  height: 150px !important;

  .item-1ppday {
    cursor: pointer;
    border-bottom: 0;
    height: 150px;
    text-align: center;
    padding: 1rem;
    flex: 175px 1 0;
    background: rgba(255, 255, 255, .5);

    h2 {
      color: variables.$primary;
      font-weight: 700;
      font-size: 1.2rem;
      text-transform: uppercase;

    }

    p {
      display: inline-block;
      padding: 0 1rem;
      font-size: 1rem;
      margin-bottom: 0;

      span {
        font-weight: 400;
        font-size: 0.750rem;
      }
    }

    img {
      padding: 0.5rem;
      display: block;
      margin: 0 auto;
    }

    &.selected, &:hover {
      background-color: rgb(255, 255, 255);
      transition: all 0.3s ease-out;
    }
  }

  .inside {
    height: auto;
    width: 88%;
    margin: 0;
    overflow: hidden;
    text-align: left;

    #nav-1ppday {
      display: flex;
      height: 150px;
    }
  }

  .go-down, .go-up {
    width: 6%;
    height: 150px;
    line-height: 150px;
    padding: 0;
    text-align: center;
    font-size: 1.2rem;
    background: rgba(255, 255, 255, .85);
    color: variables.$tertiary;

    &:hover {
      background-color: rgb(255, 255, 255);
      transition: all 0.3s ease-out;
    }
  }
}

.content-city-forecast .go-forecast {
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 1.0rem;

  a {
    color: #FFF;
  }
}

#nav-days-forecast {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0;
  padding: 0;
  height: 60px;

  .inside {
    height: auto;
    width: 88%;
    margin: 0;
    overflow: hidden;
    text-align: left;

    #day-selector {
      display: flex;
      flex-wrap: nowrap;
      text-align: center;

      p {
        flex: 1 0 auto;
        margin: 1rem 0;
        padding: 0 10px;

        &:last-child {
          border-right: 0;
        }
      }
    }
  }

  .go-down, .go-up {
    width: 6%;
    padding: 0;
    vertical-align: top;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.5rem;
    color: variables.$primary;
    cursor: pointer;
    background: transparent;

    &:hover {
      color: lighten(variables.$primary, 10%);
      text-decoration: none;
      transition: all 0.3s ease-out;
    }
  }

  .nav-link {
    background-color: darken(variables.$tertiary, 10%) !important;
    color: lighten(variables.$tertiary, 20%);

    &.active {
      background-color: variables.$primary !important;
      color: #ffffff !important;
    }
  }
}

h3#date-forecast {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: left;
}


.risk-info {
  .title-alert {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
  }

  .item-alert {
    display: inline-block;
    font-weight: 600;
    font-size: 1rem;

    text-align: center;
    margin: 0.5rem;


  }

  .go-alert {

    text-align: right;

    a {
      color: #FFF;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 0.875rem;
    }
  }
}

.descriptGeo {
  color: #151414;

  .inbox-text {
    overflow-y: auto;
    height: 200px;
    margin-top: 1rem;
  }
}
