.container {
    margin-left: 240px;
    margin-top: 80px;
    padding: 0px 5%;
}

.container .main {
    width: 100%;
    display: flex;
}

.container .main .left-items {
    flex: 1;

}

.container .main .right-items {
    width: 320px;
    margin-left: 20px;
}

.container .main .right-items h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ccc;
    margin-bottom: 10px;

}

.container .main .right-items .topic-box {
    padding: 15px;
    border-radius: 10px;
    background: #8a85852d;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);

}


.container .main .right-items .topic-box .card {
    display: flex;
    margin: 10px 0px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.container .main .right-items .topic-box .card:hover {
    margin-left: 1rem;
}

.container .main .right-items .topic-box .card .image {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    background: #58585898;

}

.container .main .right-items .topic-box .card .Info {
    flex: 1;
    margin-left: 10px;

}

.container .main .right-items .topic-box .card .Info .customars-name {
    color: #ffffff;
    font-family: "Roboto-Black";
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-shadow: 9px 1px 12px #00000028;
}

.container .main .right-items .topic-box .card .Info .transaction-date {
    font-size: 12px;
    color: green;
    text-wrap: nowrap;
    font-family: "Roboto-Black";
}

.container .main .right-items .topic-box .card .Info .messege {
    font-family: "Roboto-Medium";
    font-size: 12px;
    line-height: 1rem;
    font-weight: 500;
    overflow: hidden;
    max-height: 4rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    margin-top: 5px;
    color: #e0e0e0;
}









.container .dashbord-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 10px 10px;
    justify-content: center;
}

.container .dashbord-grid .grid-card {

    padding: 30px;
    border-radius: 20px;
    transition: all 0.5s ease;
    background: #8a85852d;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);

}

.container .dashbord-grid .grid-card:hover {
    box-shadow: none;
}

.container .dashbord-grid .grid-card .card-header {
    display: flex;
    align-items: center;

}

.container .dashbord-grid .grid-card .card-header .left-text {
    display: block;
    margin-left: 15px;
}

.container .dashbord-grid .grid-card .card-header .left-text h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ccc;
    text-shadow: 0px 0px 18px #0000009e;

}

.container .dashbord-grid .grid-card .card-header .left-text p {
    font-size: 12px;
    font-weight: 600;
    color: #ccc;
    margin-top: 5px;
    text-shadow: 0px 0px 18px #0000009e;

}


.container .dashbord-grid .grid-card .card-header .right-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50px;

}

.container .dashbord-grid .grid-card .card-header .right-icon i {
    font-size: 18px;
    color: #ffffff;
}

.container .dashbord-grid .grid-card .view-more-info {
    display: flex;
    align-items: center;
    margin-top: 20px;


}

.container .dashbord-grid .grid-card .view-more-info p {
    font-size: 14px;
    color: green;
    padding: 2px 10px;
    border-radius: 2px;
    background: rgba(0, 128, 0, 0.150);
    margin-right: 18px;



}

.container .dashbord-grid .grid-card .view-more-info span {
    font-size: 12px;
    letter-spacing: 1px;
    color: rgb(117, 117, 117);
    text-shadow: 0px 0px 18px #0000009e;


}


/* Icon baground/*/

#all-user {
    background: rgba(114, 103, 240, 0.150);
}

#all-user i {
    color: rgb(115, 103, 240);
}

#all-user-online {
    background: rgba(0, 185, 209, 0.100);
}

#all-user-online i {
    color: rgb(0, 186, 209);
}

#active-user {
    background: rgba(8, 146, 123, 0.100);
}

#active-user i {
    color: rgb(8, 146, 123);
}

#exp-user {
    background: rgba(255, 119, 130, 0.100);
}

#exp-user i {
    color: #ff7782;
}

#total-collection {
    background: rgba(99, 204, 253, 0.140);
}

#total-collection i {
    color: rgb(99, 204, 253);
}

#total-dew {
    background: rgba(115, 127, 236, 0.150);
}

#total-dew i {
    color: #7380ec;
}









.container .dashbord-chart {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;

}

.container .dashbord-chart .left-chart {

    flex: 1;
    padding: 10px;
    border-radius: 10px;
    background: #8a85852d;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);

}


.container .dashbord-chart .left-chart .heading {
    font-size: 18px;
    margin: 5px 0px;
    color: #000000bd;
}

.container .dashbord-chart .left-chart .chart {
    width: 100%;
    height: 350px;

}

.container .dashbord-chart .left-chart #myChart {
    max-width: 100%;
}

.container .dashbord-chart .right-chart {
    width: 320px;
    margin-left: 20px;

}


.container .dashbord-chart .right-chart h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ccc;
    margin-bottom: 10px;

}

.container .dashbord-chart .right-chart .adcs {

    padding: 20px;
    border-radius: 10px;
    background: #8a85852d;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}







@media screen and (max-width: 1224px) {

    .container .main {
        display: block;
    }

    .container .main .right-items {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }

    .container .dashbord-chart {
        width: 100%;
        display: block;
    }

    .container .dashbord-chart .left-chart .chart {
        height: 200px;
    }

    .container .dashbord-chart .right-chart {
        width: 100%;
        margin-left: 0;
        margin-top: 10;
    }

}

@media screen and (max-width: 720px) {

    .container {
        margin-top: 60px;
        margin-left: 0;
        padding: 10px;
    }

    .container .main {
        display: block;
    }

    .container .main .right-items {
        width: 100%;
        margin: 0;
    }





}