.lfr-layout-structure-item-container {padding: 0;}.lfr-layout-structure-item-row {overflow: hidden;}#childCategoryModal .modal-body {
  max-height: 60vh; 
  overflow-y: auto;
  overflow-x: hidden; 
}
@media(max-width:769px){
#childCategoryModal .modal-body {
  max-height: 35vh; 
}
}
@media(min-width:769px){
.modal-dialog.modal-dialog-centered {
    margin: 0.75rem auto;
    max-width: 600px;
}

#childCategoryModal .modal-content {
    max-width: unset;
width: 100%;
}
}
#childCategoryModal .close{
opacity:1;
box-shadow: unset;
}
@media(max-width:400px){
span.error-message {
font-size:9px;
}
}
@media(max-width:365px){
span.error-message {
font-size:8px;
}
}