.dashboard-welcome-wrapperdiv {

    position                : relative;
    width                   : 100%;
    height                  : 100%;
    padding                 : 40px 0 0 0;
    display                 : flex;
    flex-direction          : column;
   /* justify-content         : space-evenly;*/
    align-items             : center;
    background-color        : #e0e7ff;

}

.dashboard-welcomeheaderdiv{
    display                 : flex;
    flex-direction          : column;
    text-align              : center;
    margin-bottom           : 10px;
    padding-left            : 20px;
    align-items             : center;
}


.dashboard-paragraphdiv {
    display                 : flex;
    flex-direction          : column;
    margin-bottom           : 20px;
    padding-left            : 20px;
}


.dashboard-tile-containerdiv {
    display                 : flex;
    gap                     : 20px;
    padding                 : 0 20px;
    flex-wrap               : nowrap;
}

.dashboard-tilediv {
    display                 : flex;
    flex-direction          : column;
    width                   : 300px;
    height                  : 220px;
    background-color        : white;
    border-radius           : 12px;
    box-shadow              : 0 2px 6px rgba(0, 0, 0, 0.1);
    position                : relative;
    padding                 : 10px;
}

.dashboard-button-containerdiv{
    display                 : flex;
    padding                 : 10px;
    margin-top              : 1.5rem;
}

.tile-title{
    margin-top              : 0.5rem;
}

.icon-layoutdashboard {

    top                     : 10px;
    left                    : 10px;
    font-size               : 3rem      !important;
    color                   : green;
    padding-bottom          : 15px;
}

.icon-locationdashboard {

    top                     : 10px;
    left                    : 10px;
    font-size               : 3rem      !important;
    color                   : blue;
    padding-bottom          : 15px;
}

.icon-customdashboard{

    top                     : 10px;
    left                    : 10px;
    font-size               : 3rem      !important;
    color                   : red;
    padding-bottom          : 15px;

}

