.frt-dashboard-page {
    min-height: 100vh;
position: relative;
width: 100%;
padding-top: 15px;
}
.frt-dashboard-page .dashnavigation {
    /* height: 100vh;
    min-height: 100vh; */
    position: relative;
}

.frt-dashboard-page .dashnavigation ul{
    margin: 0px !important;
    padding: 0px !important;
}
.frt-dashboard-page .dashnavigation ul li{
    margin: 0px !important;
    list-style-type: none;
    border-bottom: 2px solid rgba(160, 160, 160, 0.134);
}

.frt-dashboard-page .dashnavigation ul li a{
    padding: 10px 10px;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #545d61;
}

.frt-dashboard-page .dashnavigation ul li.active a,.frt-dashboard-page .dashnavigation ul li.active a span{
    background-color: #ff6600;
    color: #fff;
    font-weight: bold;
}

.frt-dashboard-page .dashnavigation ul li a span{
    margin-right: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #111111;
}

.frt-dashboard-page .statistique-area {
    position: relative;
    width: 100%;
   margin: 10px 0px 8px 0px;
}

.frt-dashboard-page .statistique-area .icon {
    font-size: 35px;
    color: #ff6600;

}

.frt-dashboard-page .statistique-area .contnt {
position: relative;
   display: flex;
   flex-direction: column;
   margin-left: 10px;
   align-items: center;
}

.frt-dashboard-page .statistique-area .contnt span.title{
    font-size: 20px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.404);
    }
.frt-dashboard-page .statistique-area .contnt span.number{
    font-size: 30px;
    font-weight: bold;
    color: #111111;
    }

    .list-item-area {
        margin-bottom: 25px;
    }
    .frt-dashboard-page .list-item-area header h2 {
        font-size: 30px;
        color: #111111;
    }

    .frt-dashboard-page .list-item-area .list-item {
        margin-bottom: 10px;
            }

    .frt-dashboard-page .list-item-area .list-item .card{
height: 100%;
    }

    .frt-dashboard-page .list-item-area .list-item .title {
        font-weight: bold;
        color: #339933;
        text-transform: uppercase;
        font-size: 18px;
    }

    .frt-dashboard-page .list-item-area .list-item .sub-title {
        font-size: 16px;
        color: #111111;
        font-weight: 600;



    }

    .frt-dashboard-page .list-item-area .list-item .data-info span.icon{
color: #ff6600;
font-weight: 700;
    }

   
  .frt-dashboard-page .add-event-form-page header h2{
    position: relative;
    width: 100%;
    border-left: 8px solid #ff6600;
    font-weight: 700;
    padding-left: 8px;

  }

  .frt-dashboard-page .add-event-form-page .card{
    margin-top: 30px;

  }
  .frt-dashboard-page .add-event-form-page .card form label{
   font-weight: 700;

  }
