


/* line-spacing */

.position-absolute { position: absolute !important; }
.position-center { position: center !important; }
.position-fixed { position: fixed !important; }
.position-page { position: page !important; }
.position-relative { position: relative !important; }
.position-static { position: static !important; }
.position-sticky { position: sticky !important; }
.position-inherit { position: inherit !important; }

@media (min-width: 576px) {
    .position-sm-absolute { position: absolute !important; }
    .position-sm-center { position: center !important; }
    .position-sm-fixed { position: fixed !important; }
    .position-sm-page { position: page !important; }
    .position-sm-relative { position: relative !important; }
    .position-sm-static { position: static !important; }
    .position-sm-sticky { position: sticky !important; }
    .position-sm-inherit { position: inherit !important; }
}

@media (min-width: 768px) {
    .position-md-absolute { position: absolute !important; }
    .position-md-center { position: center !important; }
    .position-md-fixed { position: fixed !important; }
    .position-md-page { position: page !important; }
    .position-md-relative { position: relative !important; }
    .position-md-static { position: static !important; }
    .position-md-sticky { position: sticky !important; }
    .position-md-inherit { position: inherit !important; }
}

@media (min-width: 992px) {
    .position-lg-absolute { position: absolute !important; }
    .position-lg-center { position: center !important; }
    .position-lg-fixed { position: fixed !important; }
    .position-lg-page { position: page !important; }
    .position-lg-relative { position: relative !important; }
    .position-lg-static { position: static !important; }
    .position-lg-sticky { position: sticky !important; }
    .position-lg-inherit { position: inherit !important; }
}
@media (min-width: 1200px) {
    .position-xl-absolute { position: absolute !important; }
    .position-xl-center { position: center !important; }
    .position-xl-fixed { position: fixed !important; }
    .position-xl-page { position: page !important; }
    .position-xl-relative { position: relative !important; }
    .position-xl-static { position: static !important; }
    .position-xl-sticky { position: sticky !important; }
    .position-xl-inherit { position: inherit !important; }
}
@media (min-width: 1400px) {
    .position-xxl-absolute { position: absolute !important; }
    .position-xxl-center { position: center !important; }
    .position-xxl-fixed { position: fixed !important; }
    .position-xxl-page { position: page !important; }
    .position-xxl-relative { position: relative !important; }
    .position-xxl-static { position: static !important; }
    .position-xxl-sticky { position: sticky !important; }
    .position-xxl-inherit { position: inherit !important; }
}