.dashboard-welcome-wrapperdiv {

    position                : absolute;
    top                     : 0;
    left                    : 0;
    width                   : 100%;
    height                  : 100%;
    padding                 : 40px 0 20px 0;
    border-radius           : 10px;
    display                 : flex;
    flex-direction          : column;
    align-items             : center;
    background-color        : #9cd7ff;
    gap                     : 10px;
    justify-content         : space-evenly;


}

.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; */
    font-size               : 18px;
}


.dashboard-tile-containerdiv {
    display                 : flex;
    gap                     : 20px;
/*    padding                 : 0 20px; */
    flex-wrap               : nowrap;
}

.dashboard-tilediv {
    display                 : flex;
    flex-direction          : row;
    width                   : 300px;
    height                  : auto;
    background-color        : white;
    border-radius           : 8px;
    box-shadow              : 0 2px 6px rgba(0, 0, 0, 0.1);
    position                : relative;
    padding                 : 10px;
    flex-wrap               : wrap;
    align-items             : center;
    justify-content         : space-between;
    align-items             : center;
}


.dashboard-startdiv {
    display                 : flex;
    flex-direction          : column;
    width                   : calc(100% - 920px);
    height                  : auto;
    background-color        : white;
    border-radius           : 12px;
    box-shadow              : 0 2px 6px rgba(0, 0, 0, 0.1);
    position                : relative;
    padding                 : 10px;
    flex-wrap               : wrap;
    align-content           : space-around;
    justify-content         : center;
    align-items             : center;

}


.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               : 4rem      !important;
    color                   : green;
    padding-bottom          : 15px;
}

.icon-layoutdashboard i{
    color                   : green;
}

.icon-locationdashboard {

    top                     : 10px;
    left                    : 10px;
    font-size               : 4rem      !important;
    color                   : blue;
    padding-bottom          : 15px;
}

.icon-locationdashboard i{
     color                   : blue;
 }


.icon-customdashboard{

    top                     : 10px;
    left                    : 10px;
    font-size               : 4rem      !important;
    color                   : red;
    padding-bottom          : 15px;
}

.icon-customdashboard i{
     color                   : red;
 }


.large-help-icon{
    top                     : 10px;
    left                    : 10px;
    font-size               : 4rem      !important;
    padding-bottom          : 15px;
}

.large-help-icon i{
   color                   : #187bff;
   text-shadow              : 0 2px 6px rgb(26 24 149 / 63%);
}


