/*
 * AIOCMS Front-End core CSS.
 * Chỉ giữ các rule nền tảng không thuộc giao diện Theme/Module.
 * Presentation của từng Module nằm tại:
 * /themes/{themeCode}/css/modules/{ModuleCode}.css
 */

html {
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    min-height: 100%;
    margin: 0;
}

img,
picture,
svg,
video,
canvas {
    max-width: 100%;
}

.aio-page,
.aio-page__positions,
.aio-position,
.aio-module {
    min-width: 0;
}

.aio-page__positions {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.aio-module {
    position: relative;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 .1rem white, 0 0 0 .25rem #258cfb;
}
