/* Enterprise Bootstrap Theme | MIT License | (c) 2026 Priya Vijai Kalyan */
.borderlayout{box-sizing:border-box;display:grid;font-family:inherit;grid-template-areas:"north  north  north" "west   center east" "south  south  south";min-height:0;min-width:0;overflow:hidden}.borderlayout-north{grid-area:north;min-height:0;overflow:hidden}.borderlayout-south{grid-area:south;min-height:0;overflow:hidden}.borderlayout-west{grid-area:west}.borderlayout-east,.borderlayout-west{min-height:0;min-width:0;overflow:hidden}.borderlayout-east{grid-area:east}.borderlayout-center{grid-area:center;min-height:0;min-width:0;overflow:hidden;position:relative}.borderlayout-center>*{height:100%;width:100%}.borderlayout-collapsed{overflow:hidden}.borderlayout-collapsed,.borderlayout-east:empty,.borderlayout-north:empty,.borderlayout-south:empty,.borderlayout-west:empty{border:none;min-height:0;min-width:0;padding:0}@media (prefers-reduced-motion:reduce){.borderlayout{transition:none}}