.scrollingInMasterPlanning{
    max-height: 400px;
    overflow-y: scroll;
    overflow: auto;

}

.box-item {
margin: 10px;
}


.sta-dotted-border{
    border-style: dotted;
    margin-bottom: 5px;
    padding-top: 5px;
    border-width: 2px;
}


.scrollable_list{
    max-height: 300px;
    overflow-y: auto;
}