﻿.user_logged_counts{
    max-width: 900px;
    margin: 0 auto;
}
.user_logged_counts_filter{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.user_logged_counts_filter b{
    font-size: 16px;
    color: #1c1c1c;
    margin: 0px 5px;
    display: inline-block;
}
.user_logged_counts_filter select{
    width: 160px;
    background-color: #fff;
}
.white_shadow_box{
    background: #fff;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 11%);
    margin-bottom: 15px;
}
.counts_filter{
    background: #fff;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 11%);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.counts_filter span{
    font-size: 18px;
    font-weight: bold;
    color: #133367;
}
.counts_filter_right{
    display: flex;
    align-items: center;
}
.user_logged_counts .white_shadow_box{
padding: 10px;
text-align: center;

}
.count_big{
    color: #133367;
    font-size: 36px;
    font-weight: bold;
    margin: 0px;
}
.user_logged_counts .col-md-4{
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.counts_label{
font-size: 14px;
color: #333333;
}
.white_shadow_box_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #e6e6e6;
    padding: 15px;
}
.white_shadow_box_header h4{
    font-size: 24px;
color: #1c1c1c;
margin: 0px;
font-weight: bold;
}
.count_inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.count_inner  li{
    padding: 10px;
}
.count_five li{
    width: calc(100% / 5);
    text-align: center;
    border-right: solid 1px #e6e6e6;
}
.count_five li:last-child{
    border-right: 0;
}
.count_six li{
    width: calc(100% / 6);
    text-align: center;
    border-right: solid 1px #e6e6e6;
}
.count_six li:last-child{
    border-right: 0;
}
.count_three li{
    width: calc(100% / 3);
    text-align: center;
    border-right: solid 1px #e6e6e6;
}
.count_three li:last-child{
    border-right: 0;
}
.count_four li{
    width: calc(100% / 4);
    text-align: center;
    border-right: solid 1px #e6e6e6;
}
.count_four li:last-child{
    border-right: 0;
}
.count_two li{
    width: calc(100% / 2);
    text-align: center;
    border-right: solid 1px #e6e6e6;
}
.count_two li:last-child{
    border-right: 0;
}

.counts_filter{
    display: flex;
    align-items: center;
}
.counts_filter select{
    width: 140px;
    margin-left: 8px;
}
.counts_filter .calendar_picker{
    width: 140px;
    position: relative;
    margin-left: 8px;
}
.counts_filter .calendar_picker img{
    position: absolute;
    right: 10px;
    top: 10px;
}
.cound_two_row .col-md-6{
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.counts_container h4{
    font-weight: bold;
    font-size: 18px;
    color: #1c1c1c;
}

@media (max-width:990px){
    .count_inner li{ width: 100% !important; border-right: 0px; border-bottom: solid 1px #e6e6e6;  }
    .counts_filter select{width: 100%;margin:0px 0px 5px 0px;}
    .counts_filter .calendar_picker{width: 100%;margin:0px 0px 5px 0px;}
    .counts_filter, .counts_filter_right{        flex-wrap: wrap;        width: 100%;    }
}