body[data-layout=horizontal] .page-content {
    /* margin-top: 0px; */
    padding: 0 !important;
}

/* ปรับ margin-top main page when show tutorial */
.topnav {
    margin-top: 0px !important;
}

body[data-layout=horizontal] .page-content{
    margin-top: 0px !important;
}

/* Cookie Policy link main text color */
:root {
    --bs-link-color-rgb: 75, 144, 142 !important;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity));
}

/* end Cookie Policy link main text color */