


*{
    font-family: "Poppins", sans-serif;
}
.dashbord_section {
    background: #000000;
    padding: 15px 0px;
}

.dashbord_header ul a img {
    width: 100%;
    max-width: 100px;
}

.dashbord_header ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0px;
    margin: 0;
    align-items: center;
}

.dashbord_header ul a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.dashbord_header ul a:hover {
    color: #fff;
    text-decoration: none;
}

.dasboard_back {
    min-height: 100vh;
    background: linear-gradient(359deg, #f4a64133, #000000d4), url(/assets/images/hero.jpg);
    width: 100%;
    background-size: cover;
}


.dashboard_box h3, .main_row h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 10px;
}

.dashbord_img {
    background: #ffffff1c;
    border-radius: 6px;
    border: 1px solid #f4a6418f;
    transition: 0.5s;
    padding: 13px 4px;
    text-align: center;
    height: 105px;
    width: 150px;
}

.dashbord_img img {
    width: 100%;
    max-width: 40px;
}

.dashbord_img:hover {
    border-color: #F4A641;
    background-color: #fff;
    cursor: pointer;
}

.dashbord_img h5 {
    margin: 0;
    margin-top: 9px;
    line-height: 14px;
}

.dashbord_img .tiile_headeing {
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dashbord_img .tiile_headeing:hover{
    text-decoration: none;
    color: #000;
}

.dashbord_img:hover .tiile_headeing{
    color: #000;
}

 
.main_botoom_ {
    padding: 15px 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #000;
}

.main_botoom_ ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main_botoom_ ul li {
    color: #fff;
    display: flex;
    gap: 10px;
    font-size: 11px;
    font-size: larger;
    font-weight: 600;
    white-space: nowrap;
}

.main_botoom_ ul li span {
    color: #F4A641;
}

.main_roe {
    display: flex;
    gap: 20px;
}
.main_row > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.main_row {
    margin-left: 0;
}

.main_dashbord_section {
    margin-top: 50px;
}

@media(max-width:1380px){
    .report_main {
        flex-wrap: wrap;
        gap: 15px;
    }
}
@media(max-width:991px){
    .main_roe {
        flex-wrap: wrap;
        gap: 15px;
    }

    .main_dashbord_section {
        margin-top: 0px !important ;
    }

    .dashboard_box h3, .main_row h3 {
        margin-top: 0px;
    }

    .report_main {
        flex-wrap: wrap;
        gap: 10px 0px;
    }
    .main_botoom_{
        position: initial;
    }

    .main_botoom_ ul {
        flex-flow: column;
        overflow-x: scroll;
        gap: 10px;
        padding-bottom: 0 !important;
    }

    .dashbord_header ul li:nth-child(2), .dashbord_header ul li:nth-child(3), .dashbord_header ul li:nth-child(4) {
        display: none;
    }
    .main_botoom_ ul li {
        font-size: 14px !important;
        justify-content: space-between;
    }
}


@media(max-width:425px){
    

    

    .dashbord_header ul a {
        font-size: 14px;
    }

    .dashbord_header ul a b {
        font-weight: 700;
    }
}


.dashbord_img h6 {
    color: #F4A641;
}