/**
 * Card style is used for station dashboard. Display in grid.
 */
.icon-box {
    padding: 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}
/*.icon-box::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}*/
.title {
    font-weight: 700;
    /*margin-bottom: 15px;*/
    font-size: 18px;
}
/*--------------------------------------------------------------
# Station data
--------------------------------------------------------------*/
.station-data {
    margin-top: 1rem;
}
.station-data .station-param {
    height: 3rem;
    line-height: 1.5;
    display: block;
    background: none;
    border-radius: 0;
}
.station-data .station-param .station-param-content {
    padding: 0;
    margin: 0 0 6px 0;
    /*text-transform: uppercase;*/
    display: block;
    font-weight: 5;
    font-family: "Poppins", sans-serif;
    color: #222222;
    font-max-size: large;
    font-min-size: smaller;
    font-size: small;
}
.station-data .station-param .station-param-content .val {
    float: right;
    font-style: normal;

}
.station-data .station-param .station-param-content .val i {
    float: left;
    display: block;
}
.station-data .progress-bar-wrap {
    background: #e2eefd;
    height: 10px;
}
.station-data .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #106eea;
}

.icon-box a.button {
    color: #e5e5e5;
}
.icon-box a.button:hover {
    color: #eccb67;
}
