
.asm-dashboard .r4_counter .fa {
    margin-right: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.2;
    padding: 9px;
    position: relative;
}
.asm-dashboard .fa-plus:before {
    content: "\f067";
    font-size: 20px;
    position: absolute;
    left: 7px;
    top: 5px;
}
.asm-dashboard .stats span {
    display: block;
}
.asm-dashboard .r4_counter {
    min-height: 60px;
}
span.text-title {
    color: #000;
    text-transform: capitalize;
    font-size: 13px;
}

.first .r4_counter {
    background: #fbd46a;
}
.second .r4_counter {
    background: #ffb862;
}
.third .r4_counter {
    background: #8afff3;
}
.fourth .r4_counter {
    background: #5cbfff;
}
.asm-dashboard .icon-rounded {
    color: #faa15f;
}
.asm-dashboard .r4_counter .stats {
    padding-left: 46px;
}
.menu_page_dashboard ul{
    display: flex;
}
.menu_page_dashboard  ul li {
    list-style: none;
}
.menu_page_dashboard ul {
    display: flex;
    flex-flow: wrap;
    padding: 0;
}
.menu_page_dashboard ul li {
    /* column-count: 4; */
    flex: 1 0 24%;
    max-width: 24%;
}
.menu_page_dashboard ul li {

    margin: 4px 10px 12px 0px;
    padding: 15px 8px 15px 12px;
    border-radius: 11px;
    height: 65px;
    max-height: 75px;
}
.menu_page_dashboard ul li.first {
    background: #5aaba4;
}
.menu_page_dashboard ul li.second {
    background: #f1b78c;
}

.menu_page_dashboard ul li.third {
    background: #95d1d1;
}
.menu_page_dashboard ul li.fourth {
    background: #e3d0e3;
}
.menu_page_dashboard ul li.fifth {
    background: #d0e3d1;
}
.menu_page_dashboard ul li.sixth {
    background: #e8cece;
}
.menu_page_dashboard ul li.seventh {
    background: #fc9;
}
.menu_page_dashboard ul li.eigth {
    background: #5aaba4;
}
ul#menu-asm_dashboardbox li {
    display: flex;
    align-items: center;
}

.menu_page_dashboard .menu-item a strong {
    font-weight: 500;
    font-size: 15px;
}
.menu_page_dashboard ul li a {
    color: #000;
    text-decoration: none;
    /*padding: 15px;*/
    display: flex;
    width: 100%;
    position: relative;
}
.menu_page_dashboard ul li {
    box-sizing: border-box;
    box-shadow: -1px 2px 3px 0px rgb(33 33 33 / 40%);
}
#accomodation, #venue, #wellington{
    display:none;
}
.active{
    display:block !important;
}
ul#menu-about-asm li {
    list-style: none;
}
#menu-about-asm li.active {
    background: red;
    color: #fff;
    border-bottom: 2px solid #000;
    padding: 10px;
    cursor: pointer;
}
#menu-about-asm li.active a {
    color: #fff!important;
    /*   font-size: 18px;*/
}
ul#menu-about-asm li{
    border-bottom: 2px solid #000;
    padding: 10px;
}
ul#menu-about-asm li a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
}
ul#menu-about-asm {
    padding: 0;
}
p.image-size img {
    width: 100%;
    object-fit: cover;
    height: 100px;
}
@media only screen and (max-width: 766px) {

    .menu_page_dashboard ul li {
        /* column-count: 4; */
        flex: 1 0 100px;
        max-width: 100%;
        flex-wrap: wrap;
    }
    .menu_page_dashboard ul li {
        height: 85px;
        max-height: 94px;
    }
    .menu_page_dashboard .menu-item a strong {
        font-size: 15px;
    }
}