

body {
    /*font-family: "Open Sans";*/
    overflow-x: hidden;
}

.scorebpard-wrapper {
    /* height: 400px; */
    padding: 15px;
    background: linear-gradient(to bottom, #93D7E6, #fff);
    margin-bottom: 60px;
    line-height: 1;
}
/*Scoreboard logo*/
.header {
    /*font-family: "Open Sans" !important;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.header_title {
    text-transform: uppercase;
    font-size: 28px !important;
    margin: 0 35px !important;
    color: black !important;
    font-weight: bold;
}
.header_img {
    width: 10vh !important;
    height: 10vh;
}
.header_imgSmall {
    width: 8vh !important;
    height: 2vh;
}
.header_imgGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header_imgGroup .header_img {
    width: 6.5vh !important;
    height: 6.5vh;
}


.scoreboard-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
/*Scoreboard cards*/
.scoreboard-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}
.scoreboard-card {
    height: 100px;
    /*width: 205px;*/
    margin-bottom: 25px;
    margin-right: 0px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    position: relative;
}
.scoreboard-card_title {
    height: 20%;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 10px;
    padding-top: 20px;
}
.scoreboard-card_title h2 {
    font-size: 16px;
    line-height: 1;
}
.scoreboard-card_body {
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.scoreboard-card_body div {
    font-size: 30px;
}
#radiation-small {
    font-size: 12px;
}
.scoreboard-card_body p {
    text-align: center;
}
.scoreboard-card_icon i {
    position: absolute;
    z-index: 0;
    top: 2px;
    right: 2px;
    font-size: 24px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
i.fa.fa-fw.fa-arrow-circle-o-down {
    right: 0px;
}
i.fas.fa-thermometer-three-quarters {
    right: 8px;
}
i.fas .fa-umbrella {
    right: 20px;
}
#wind {
    text-align: center;
}
#wind span {
    display: block;
    font-size: 22px;
}
.light-green {
    background-color: #3CB371;
}
.purple {
    background: #4B0082;
}
.light-blue {
    background: #00BFFF;
}
.blue {
    background: #0000FF;
}
.green {
    background: #006400;
}
.red {
    background: #D08357;
}
.forecast-wrapper {
    width: 650px;
    font-size: 18px;
}
.forecast-header {
    display: flex;
    justify-content: space-around;
}
.forecast-header img {
    height: 100px;
    width: 100px;
    margin-top: 40px;
}
.forecast-header img:nth-child(2) {
    margin-top: 0;
}
.forecast-title, .forecast-date {
    text-align: center;
    margin-bottom: 15px;
    color: #013ADF;
}
.forecast-body {
    margin: 0 0 20px 40px;
}
.forecast-body div {
    max-width: 400px;
}
.forecast-waving {
    margin-bottom: 20px;
}
.forecast-footer {
    height: 350px;
    width: 500px;
    margin-left: 60px;
    padding: 10px 0 0 25px;
    background: url("https://cdn-st1.rtr-vesti.ru/p/xw_1690195.jpg");
    background-size: cover;
}
.forecast-footer_date {
    margin-bottom: 10px;
}


#form-control {
    font-size: 14px;
    height: 40px;
}