﻿
@media screen and (min-width:0px ) and (max-width: 442px) {
    .dashboardsdiv {
        margin-left: 10px;
        margin-right: 10px;
    }




    .rowdiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dashboard {
        min-width: 44%;
        margin: 10px;
        background-color: #546DFE26;
        border-radius: 30px;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        max-width: 44%;
        flex-direction: row;
    }

    .dashboardsection {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-width: 100%;
        max-width: 100%;
    }

    .dashboardsectiondetailsdiv {
        display: flex;
        max-width: 50%;
        min-width: 50%;
        justify-content: center;
    }

    .dashboardsectiondetails {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        max-width: fit-content;
    }

    .dashboardicon {
        font-size: 18px;
        max-width: unset;
        margin: 0;
        background-color: inherit;
        align-self: center;
    }







    .dashboardtitle {
        text-align: center;
        font-size: 12px;
        align-self: center;
        margin: 0;
        font-weight: 400;
        opacity: 0.5;
    }




    .dashboardactiondiv {
        max-width: fit-content;
        display: flex;
        min-width: 50%;
        align-items: center;
        justify-content: flex-end;
    }


    .dashboardaction {
        font-size: 50px;
        margin: 10px;
        opacity: 0.1;
    }

    .dashboardpagetitle {
        margin-left: 14px;
    }
}

@media screen and (min-width:442px ) and (max-width: 501px) {
    .dashboardsdiv {
        margin-left: 10px;
        margin-right: 10px;
    }




    .rowdiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dashboard {
        min-width: 44%;
        margin: 10px;
        background-color: #546DFE26;
        border-radius: 40px;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        max-width: 44%;
        flex-direction: row;
    }

    .dashboardsection {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-width: 100%;
        max-width: 100%;
    }

    .dashboardsectiondetailsdiv {
        display: flex;
        max-width: 50%;
        min-width: 50%;
        justify-content: center;
    }

    .dashboardsectiondetails {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        max-width: fit-content;
    }

    .dashboardicon {
        font-size: 20px;
        max-width: unset;
        margin: 0;
        background-color: inherit;
        align-self: center;
    }







    .dashboardtitle {
        text-align: center;
        font-size: 13px;
        align-self: center;
        margin: 0;
        font-weight: 400;
        opacity: 0.5;
    }




    .dashboardactiondiv {
        max-width: fit-content;
        display: flex;
        min-width: 50%;
        align-items: center;
        justify-content: flex-end;
    }


    .dashboardaction {
        font-size: 60px;
        margin: 10px;
        opacity: 0.1;
    }

    .dashboardpagetitle {
        margin-left: 15px;
    }
}

@media screen and (min-width:501px ) and (max-width: 532px) {
    .dashboardsdiv {
        margin-left: 10px;
        margin-right: 10px;
    }




    .rowdiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dashboard {
        min-width: 41%;
        margin: 20px;
        background-color: #546DFE26;
        border-radius: 40px;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        max-width: 41%;
        flex-direction: row;
    }

    .dashboardsection {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-width: 100%;
        max-width: 100%;
    }

    .dashboardsectiondetailsdiv {
        display: flex;
        max-width: 50%;
        min-width: 50%;
        justify-content: center;
    }

    .dashboardsectiondetails {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        max-width: fit-content;
    }

    .dashboardicon {
        font-size: 20px;
        max-width: unset;
        margin: 0;
        background-color: inherit;
        align-self: center;
    }







    .dashboardtitle {
        text-align: center;
        font-size: 13px;
        align-self: center;
        margin: 0;
        font-weight: 400;
        opacity: 0.5;
    }




    .dashboardactiondiv {
        max-width: fit-content;
        display: flex;
        min-width: 50%;
        align-items: center;
        justify-content: flex-end;
    }


    .dashboardaction {
        font-size: 70px;
        margin: 10px;
        opacity: 0.2;
    }

    .dashboardpagetitle {
        margin-left: 24px;
    }
}


@media screen and (min-width:532px ) and (max-width: 580px) {
    .dashboardsdiv {
        margin-left: 10px;
        margin-right: 10px;
    }




    .rowdiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dashboard {
        min-width: 42%;
        margin: 20px;
        background-color: #546DFE26;
        border-radius: 40px;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        max-width: 42%;
        flex-direction: row;
    }

    .dashboardsection {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-width: 100%;
        max-width: 100%;
    }

    .dashboardsectiondetailsdiv {
        display: flex;
        max-width: 50%;
        min-width: 50%;
        justify-content: center;
    }

    .dashboardsectiondetails {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        max-width: fit-content;
    }

    .dashboardicon {
        font-size: 30px;
        max-width: unset;
        margin: 0;
        background-color: inherit;
        align-self: center;
    }







    .dashboardtitle {
        text-align: center;
        font-size: small;
        align-self: center;
        margin: 0;
        font-weight: 400;
        opacity: 0.5;
    }




    .dashboardactiondiv {
        max-width: fit-content;
        display: flex;
        min-width: 50%;
        align-items: center;
        justify-content: flex-end;
    }


    .dashboardaction {
        font-size: 90px;
        margin: 10px;
        opacity: 0.2;
    }

    .dashboardpagetitle {
        margin-left: 24px;
    }
}


@media screen and (min-width:580px ) and (max-width: 655px) {
    .dashboardsdiv {
        margin-left: 10px;
        margin-right: 10px;
    }




    .rowdiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dashboard {
        min-width: 42%;
        margin: 20px;
        background-color: #546DFE26;
        border-radius: 40px;
        padding: 30px;
        display: flex;
        flex-wrap: wrap;
        max-width: 42%;
        flex-direction: row;
    }

    .dashboardsection {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-width: 100%;
        max-width: 100%;
    }

    .dashboardsectiondetailsdiv {
        display: flex;
        max-width: 50%;
        min-width: 50%;
        justify-content: center;
    }

    .dashboardsectiondetails {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        max-width: fit-content;
    }

    .dashboardicon {
        font-size: 40px;
        max-width: unset;
        margin: 0;
        background-color: inherit;
        align-self: center;
    }







    .dashboardtitle {
        text-align: center;
        font-size: small;
        align-self: center;
        margin: 0;
        font-weight: 400;
        opacity: 0.5;
    }




    .dashboardactiondiv {
        max-width: fit-content;
        display: flex;
        min-width: 50%;
        align-items: center;
        justify-content: flex-end;
    }


    .dashboardaction {
        font-size: 90px;
        margin: 10px;
        opacity: 0.2;
    }

    .dashboardpagetitle {
        margin-left: 24px;
    }
}

@media screen and (min-width: 655px) and (max-width: 691px) {
    .dashboardsdiv {
        margin-left: 20px;
        margin-right: 20px;
    }




    .rowdiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dashboard {
        min-width: 42.8%;
        margin: 20px;
        background-color: #546DFE26;
        border-radius: 60px;
        padding: 40px;
        display: flex;
        flex-wrap: wrap;
        max-width: 42.8%;
        flex-direction: row;
    }

    .dashboardsection {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-width: 100%;
        max-width: 100%;
    }

    .dashboardsectiondetailsdiv {
        display: flex;
        max-width: 50%;
        min-width: 50%;
        justify-content: center;
    }

    .dashboardsectiondetails {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        max-width: fit-content;
    }

    .dashboardicon {
        font-size: 40px;
        max-width: unset;
        margin: 0;
        background-color: inherit;
        align-self: center;
    }







    .dashboardtitle {
        text-align: center;
        font-size: small;
        align-self: center;
        margin: 0;
        font-weight: 400;
        opacity: 0.5;
    }




    .dashboardactiondiv {
        max-width: fit-content;
        display: flex;
        min-width: 50%;
        align-items: center;
        justify-content: flex-end;
    }


    .dashboardaction {
        font-size: 100px;
        margin: 10px;
        opacity: 0.2;
    }

    .dashboardpagetitle {
        margin-left: 32px;
    }
}

@media screen and (min-width: 691px ) and (max-width: 835px) {
    .dashboardsdiv {
        margin-left: 20px;
        margin-right: 20px;
    }




    .rowdiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dashboard {
        min-width: 43.8%;
        margin: 20px;
        background-color: #546DFE26;
        border-radius: 60px;
        padding: 40px;
        display: flex;
        flex-wrap: wrap;
        max-width: 43.8%;
        flex-direction: row;
    }

    .dashboardsection {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-width: 100%;
        max-width: 100%;
    }

    .dashboardsectiondetailsdiv {
        display: flex;
        max-width: 50%;
        min-width: 50%;
        justify-content: center;
    }

    .dashboardsectiondetails {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        max-width: fit-content;
    }

    .dashboardicon {
        font-size: 50px;
        max-width: unset;
        margin: 0;
        background-color: inherit;
        align-self: center;
    }







    .dashboardtitle {
        text-align: center;
        font-size: medium;
        align-self: center;
        margin: 0;
        font-weight: 400;
        opacity: 0.5;
    }




    .dashboardactiondiv {
        max-width: fit-content;
        display: flex;
        min-width: 50%;
        align-items: center;
        justify-content: flex-end;
    }


    .dashboardaction {
        font-size: 105px;
        margin: 10px;
        opacity: 0.2;
    }

    .dashboardpagetitle {
        margin-left: 32px;
    }
}

@media screen and (min-width: 835px ) and (max-width: 912px) {
    .dashboardsdiv {
        margin-left: 40px;
        margin-right: 40px;
    }




    .rowdiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dashboard {
        min-width: 44%;
        margin: 20px;
        background-color: #546DFE26;
        border-radius: 60px;
        padding: 40px;
        display: flex;
        flex-wrap: wrap;
        max-width: 44%;
        flex-direction: row;
    }

    .dashboardsection {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-width: 100%;
        max-width: 100%;
    }

    .dashboardsectiondetailsdiv {
        display: flex;
        max-width: 50%;
        min-width: 50%;
        justify-content: center;
    }

    .dashboardsectiondetails {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        max-width: fit-content;
    }

    .dashboardicon {
        font-size: 80px;
        max-width: unset;
        margin: 0;
        background-color: inherit;
        align-self: center;
    }







    .dashboardtitle { text-align: center;
        font-size: large;
        align-self: center;
        margin: 0;
        font-weight: 400;
        opacity: 0.5;
        text-align: center;
    }




    .dashboardactiondiv {
        max-width: fit-content;
        display: flex;
        min-width: 50%;
        align-items: center;
        justify-content: flex-end;
    }


    .dashboardaction {
        font-size: 130px;
        margin: 10px;
        opacity: 0.2;
    }

    .dashboardpagetitle {
        margin-left: 58px;
    }
}

@media screen and (min-width: 912px ) and (max-width: 1080px) {
    .dashboardsdiv {
        margin-left: 40px;
        margin-right: 40px;
    }




    .rowdiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dashboard {
        min-width: 45%;
        margin: 20px;
        background-color: #546DFE26;
        border-radius: 60px;
        padding: 40px;
        display: flex;
        flex-wrap: wrap;
        max-width: 45%;
        flex-direction: row;
    }

    .dashboardsection {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-width: 100%;
        max-width: 100%;
    }

    .dashboardsectiondetailsdiv {
        display: flex;
        max-width: 50%;
        min-width: 50%;
        justify-content: center;
    }

    .dashboardsectiondetails {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        max-width: fit-content;
    }

    .dashboardicon {
        font-size: 90px;
        max-width: unset;
        margin: 0;
        background-color: inherit;
        align-self: center;
    }







    .dashboardtitle { text-align: center;
        font-size: large;
        align-self: center;
        margin: 0;
        font-weight: 450;
        opacity: 0.5;
        text-align: center;
    }




    .dashboardactiondiv {
        max-width: fit-content;
        display: flex;
        min-width: 50%;
        align-items: center;
        justify-content: flex-end;
    }


    .dashboardaction {
        font-size: 150px;
        margin: 10px;
        opacity: 0.2;
    }

    .dashboardpagetitle {
        margin-left: 58px;
    }
}


@media screen and (min-width: 1080px ) and (max-width: 1413px) {
    .dashboardsdiv {
        margin-left: 40px;
        margin-right: 40px;
    }




    .rowdiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dashboard {
        min-width: 46%;
        margin: 20px;
        background-color: #546DFE26;
        border-radius: 60px;
        padding: 60px;
        display: flex;
        flex-wrap: wrap;
        max-width: 46%;
        flex-direction: row;
    }

    .dashboardsection {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-width: 100%;
        max-width: 100%;
    }

    .dashboardsectiondetailsdiv {
        display: flex;
        max-width: 50%;
        min-width: 50%;
        justify-content: center;
    }

    .dashboardsectiondetails {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        max-width: fit-content;
    }

    .dashboardicon {
        font-size: 100px;
        max-width: unset;
        margin: 0;
        background-color: inherit;
        align-self: center;
    }







    .dashboardtitle { text-align: center;
        font-size: x-large;
        align-self: center;
        margin: 0;
        font-weight: 450;
        opacity: 0.5;
        text-align: center;
    }




    .dashboardactiondiv {
        max-width: fit-content;
        display: flex;
        min-width: 50%;
        align-items: center;
        justify-content: flex-end;
    }


    .dashboardaction {
        font-size: 150px;
        margin: 10px;
        opacity: 0.2;
    }

    .dashboardpagetitle {
        margin-left: 58px;
    }
}



@media screen and (min-width: 1413px) {
    .dashboardsdiv {
        margin-left: 40px;
        margin-right: 40px;
    }




    .rowdiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dashboard {
        min-width: 47%;
        margin: 20px;
        background-color: #546DFE26;
        border-radius: 60px;
        padding: 60px;
        display: flex;
        flex-wrap: wrap;
        max-width: 47%;
        flex-direction: row;
    }

    .dashboardsection {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-width: 100%;
        max-width: 100%;
    }

    .dashboardsectiondetailsdiv {
        display: flex;
        max-width: 50%;
        min-width: 50%;
        justify-content: center;
    }

    .dashboardsectiondetails {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        max-width: fit-content;
    }

    .dashboardicon {
        font-size: 100px;
        max-width: unset;
        margin: 0;
        background-color: inherit;
        align-self: center;
    }







    .dashboardtitle { text-align: center;
        font-size: x-large;
        align-self: center;
        margin: 0;
        font-weight: 450;
        opacity: 0.5;
        text-align: center;
    }




    .dashboardactiondiv {
        max-width: fit-content;
        display: flex;
        min-width: 50%;
        align-items: center;
        justify-content: flex-end;
    }


    .dashboardaction {
        font-size: 150px;
        margin: 10px;
        opacity: 0.2;
    }

    .dashboardpagetitle {
        margin-left: 58px;
    }
}
