.main_section .content_sec {
    padding-top: 10px;
    background: transparent linear-gradient(180deg, #000000 0%, #01011d 100%) 0%
        0% no-repeat padding-box;
    opacity: 1;
    padding-right: 10px;
}

.main_section .content_sec .dashboard_main_sec {
    /* overflow-x: hidden; */
    height: 90vh;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}

.main_section .content_sec .dashboard_main_sec .col-holder {
    width: 292px;
}

.main_section .content_sec .dashboard_main_sec .col-holder .home-cards {
    border-radius: 10px;
    opacity: 1;
    width: 100%;
    height: 100%;
    padding: 16px 12px;
}

.main_section .content_sec .dashboard_main_sec .col-holder .home-cards.red {
    background: transparent linear-gradient(220deg, #ff0000 0%, #00000000 28%)
        0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 4px #ff000029;
    border: 1px solid #ff000045;
    background-color: #090909;
}

.main_section .content_sec .dashboard_main_sec .col-holder .home-cards.blue {
    background: transparent linear-gradient(220deg, #1100ff 0%, #00000000 28%)
        0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 4px #1427a980;
    border: 1px solid #1427a9;
}

.main_section .content_sec .dashboard_main_sec .col-holder .home-cards.green {
    background: transparent linear-gradient(220deg, #00b944 0%, #00000000 28%)
        0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 5px #1f562180;
    border: 1px solid #266626;
}

.main_section .content_sec .dashboard_main_sec .col-holder .home-cards.pink {
    background: transparent linear-gradient(220deg, #fc0779 0%, #00000000 28%)
        0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 5px #a2064f80;
    border: 1px solid #79063c;
}

.main_section .content_sec .dashboard_main_sec .col-holder .home-cards.cyan {
    background: transparent linear-gradient(220deg, #07f4fc 0%, #00000000 28%)
        0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 5px #35a2a880;
    border: 1px solid #237276;
}

.main_section
    .content_sec
    .dashboard_main_sec
    .col-holder
    .home-cards
    .card-header {
}

.main_section
    .content_sec
    .dashboard_main_sec
    .col-holder
    .home-cards
    .card-header
    .card-header-title {
    color: white;
    font-size: 21px;
}

.main_section
    .content_sec
    .dashboard_main_sec
    .col-holder
    .home-cards
    .card-footer {
}

.main_section
    .content_sec
    .dashboard_main_sec
    .col-holder
    .home-cards
    .card-footer
    .card-footer-div {
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    width: 100%;
    text-align: center;
    margin-top: 22%;
    /* height: auto; */
    padding: 9px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.main_section
    .content_sec
    .dashboard_main_sec
    .col-holder
    .home-cards
    .card-footer
    .card-footer-div.red {
    box-shadow: inset 0px 0px 10px #ff000091;
    border: 1px solid #a002024d;
}

.main_section
    .content_sec
    .dashboard_main_sec
    .col-holder
    .home-cards
    .card-footer
    .card-footer-div.blue {
    box-shadow: inset 0px 0px 10px #111f8d;
    border: 1px solid #162cb75c;
}

.main_section
    .content_sec
    .dashboard_main_sec
    .col-holder
    .home-cards
    .card-footer
    .card-footer-div.green {
    box-shadow: inset 0px 0px 10px #2a6e2a;
    border: 1px solid #1154117a;
}

.main_section
    .content_sec
    .dashboard_main_sec
    .col-holder
    .home-cards
    .card-footer
    .card-footer-div.pink {
    box-shadow: inset 0px 0px 10px #a80752, 0px 3px 6px #00000029;
    border: 1px solid #8f06460f;
}

.main_section
    .content_sec
    .dashboard_main_sec
    .col-holder
    .home-cards
    .card-footer
    .card-footer-div.cyan {
    box-shadow: inset 0px 0px 10px #2a868a;
    border: 1px solid #3bb1b642;
}

.main_section
    .content_sec
    .dashboard_main_sec
    .col-holder
    .home-cards
    .card-footer
    .card-footer-div
    .card-header-content {
    color: white;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 0px;
}
.main_section .content_sec .dashboard_main_sec .col-holder {
    width: 19.9% !important;
}

@media (min-width: 0px) and (max-width: 379px) {
}

@media (min-width: 380px) and (max-width: 419px) {
}

@media (min-width: 420px) and (max-width: 485px) {
}

@media (min-width: 486px) and (max-width: 539px) {
}

@media (min-width: 540px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 900px) {
    .main_section .content_sec .dashboard_main_sec .col-holder {
        width: 48.9% !important;
    }
}

@media (min-width: 901px) and (max-width: 1049px) {
    .main_section .content_sec .dashboard_main_sec .col-holder {
        width: 32.9% !important;
    }
}

@media (min-width: 1050px) and (max-width: 1200px) {
    .main_section .content_sec .dashboard_main_sec .col-holder {
        width: 24.9% !important;
    }
}

@media (min-width: 1201px) and (max-width: 1450px) {
    /* .main_section .content_sec .dashboard_main_sec .col-holder {
        width: 221px;
    } */

    .main_section
        .content_sec
        .dashboard_main_sec
        .col-holder
        .home-cards
        .card-header
        .card-header-title {
        color: white;
        font-size: 17px;
    }

    .main_section
        .content_sec
        .dashboard_main_sec
        .col-holder
        .home-cards
        .card-footer
        .card-footer-div
        .card-header-content {
        color: white;
        font-size: 19px;
    }
}
