.f2m-tab.active {
    /*width: 359px;*/
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.f2m-tab.active > .f2m-tab-active:hover {
    background-color: #011101;
    color: #fbfcfb;
}

.f2m-tab.active > .f2m-tab-top {
    background-color: #3A6532;
    height:85px;
}

.f2m-tab.active > .f2m-tab-top > .f2m-tab-number {
    background-color: #3A6532;
    float: left;
    width:19%;
    text-align: center;
    height: 80px;
    padding-top: 5px;
    font-size: 50px;
    font-style: normal;
    font-weight:bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #f7faf7;
}

.f2m-tab.active > .f2m-tab-top > .f2m-tab-vert-line {
    float: left;
    width:1px;
    height: 60px;
    margin-top: 15px;
    border-left: 1px solid #f7faf7;
}

.f2m-tab.active > .f2m-tab-top > .f2m-tab-text {
    background-color: #3A6532;
    float: left;
    width: 79%;
    height: 80px;
    padding-top: 5px;
    padding-left: 5px;
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #f7faf7;
}

.f2m-tab.active > .f2m-tab-bottom{
    width: 70%;
    height: 15px;
    background-image: url("../images/tab-bottom-active.dd026dddb498.png");
}
/* .tabs a:hover,.tabs a:active{
    background:#bbb;
  } */
  .changecolor {
   
  }

.f2m-tab {
    width: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    
}



.f2m-tab > .f2m-tab-top {
    background-color: #f7faf7;
    border: 1px solid #3A6532;
    height:85px;
}

.f2m-tab > .f2m-tab-top > .f2m-tab-number {
    background-color: #f7faf7;
    float: left;
    width:18%;
    text-align: center;
    height: 80px;
    padding-top: 5px;
    font-size: 50px;
    font-style: normal;
    font-weight:bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #3A6532;
}

.f2m-tab > .f2m-tab-top > .f2m-tab-vert-line {
    background-color: #f7faf7;
    float: left;
    width:1%;
    text-align: center;
    height: 60px;
    margin-top: 12px;
    border-left: 1px solid #3A6532;
}

.f2m-tab > .f2m-tab-top > .f2m-tab-text {
    background-color: #f7faf7;
    float: left;
    width: 79%;
    height: 40px;
    padding-top: 5px;
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #3A6532;
}

.f2m-tab > .f2m-tab-bottom{
    width: 70%;
    background-image: url("../images/tab-bottom-inactive.00a781bb2f20.png");
}

.stats-card {
    border: 1px solid #3A6532;
    border-radius: 10px;
    height: 75px;
}
.stats-item {
    margin-top: 5px;
    float: left;
    width: 32%;
}
.stats-figure {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #3A6532;
}

.stats-label {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #373836;
}

.stats-vert-line {
    background-color: #f7faf7;
    float: left;
    width:1%;
    text-align: center;
    height: 50px;
    margin-top: 12px;
    border-left: 1px solid #3A6532;
}