.headingTextt {
    text-align: center;
    color: #00549b;
    font-weight: 600;
    font-size: 13.5px;
    margin-bottom: 20px;
}
.w-55{
    width: 55%;
}
.mt-127px{
    margin-top: 80px;
}
.countBox{
    padding: 12px 0px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    text-align: center;
}
.projectsBg{
    background: #a6e0fa;
    color: #00549b;
}
.salesPlanBg{
    background-color: #a7b7fb;
    color: #2446e0;
}
.salesPlan{
    background: tan;
}
.graphBgSec{
    background: white;
    border-radius: 10px;
    padding: 15px;
    width: 340px;
}
.menuTileBox{
    border-radius: 11px;
    height: 175px;
    text-align: center;
    padding: 24px 0px;
    margin-bottom: 50px !important;
    width: 185px;
    margin-right: 0px !important;
}
.menuTileBox img{
    width: 44px;
}
.w-36px{
    width: 36px !important;
}
.menuBg{
    background-color: #005DA2 !important;
    /* box-shadow: 0px 0px 15px 6px #518eda inset, 0px 2px 20px 0px #50627500; */
    border: 15px solid #668CD0;
    border-radius: 30px;
}
.reportsBg{
    /* background: #a7b7fb;
    border: 15px solid #7a9afd; */
    /* box-shadow: 0px 0px 15px 6px #6f85ca inset, 0px 2px 20px 0px #50627500; */
    background: #4f75ed;
    border: 15px solid #a7b7fb;
    border-radius: 30px;   
}
.customerSetupBg{
    background-color: #0b996a;
    /* box-shadow: 0px 0px 15px 6px #36bfa5 inset, 0px 2px 20px 0px #50627500; */
    border: 15px solid #02b875;
    border-radius: 30px;
}
.disableBg {
    background: #7F7F7F;
    /* box-shadow: 0px 0px 15px 6px #787777 inset, 0px 2px 20px 0px #50627500; */
    border: 15px solid #D9D9D9;
    border-radius: 30px;
}
/* .{
    background-color: #02b875;
} */
.menuTileBox h6{
    color: white;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
}
a{
    text-decoration: none;
}
.h-60{
    height: 50px;
    line-height: 50px;
}
.ms-56{
    margin-left: 42px;
}
.ps-50{
    padding-left: 35px;
}
.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) #c8c8c8 !important;
}

.stepsIcon{
    width: 30px;
    margin-top: 46px;
}
.customSpace{
    justify-content: space-evenly;
    padding-left: 30px;
}
.ps-59{
    padding-left: 45px;
}
.ms-25{
    margin-left: 42px;
}
.ms-21{
    margin-left: 34px;
}
.dashboardIcon{
    width: 25px;
    height: 25px;
}