.dashboardarea{
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 42px;
}
.dashoardCont{
    margin-top: 20px;
}
.dashboardboxCont{
    display: flex;
    flex-direction: row;
    gap: 92px;
}
.dashinfoImg{
    width: 374px
}
.dashBoxes{
    width: calc(100% - 374px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    position: relative;
}
.dashblueBox{
    border: 1px solid #4599F3;
    box-shadow: -8px 9px 0 -1px #479EFB;
    border-radius: 10px;
    padding: 0;
    width: 156px;
    height: 110px;
    transition: all 0.2s ease;
    position: relative;
}
 
.categoryIcon{
    text-align: center;
}
.categorytext{
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #616161;
}
.dashblueBox a{
    display: block;
    padding: 14px 5px;
    height: 100%;
}
.dashblueBox:hover {
    display: block;
    box-shadow: -8px 9px 0 -1px #243065;
}
.categoryCount{
    position: absolute;
    right: 13px;
    top: -11px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #4598F1;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comingSoonBox{
    background: #F2B545;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    padding:0 10px;
    position: absolute;
    color: #000;
    text-transform: uppercase;
    bottom: -12px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 137px;
}
.formbacksolidbtn{
    font-weight: 700;
    font-size: 16px;
    background-color: #468FF6;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding:8px 13px;
    border-radius: 10px;
}
.dashboardarea{
    margin: 0;
    padding: 0;
    position: relative;
}
.profile-info{
    flex: 1 1 auto;
    text-align: center;
    padding: 8px 156px;
}
.profile-info h1{
    margin:0;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.02px;
    color: #000;
}
.profile-info p{
    margin: 0 0 0;
    line-height: 1.4;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #929292;
}

/* dshboard area end */