a.blue { color: dodgerblue }

.hover-visible:not(:hover) { filter: blur(4px); }

th .dropdown-menu { min-width: 320px; }
.ts-dropdown [data-selectable].option { min-height: 25px; }

div.text-center.user-select-none.my-4.d-none.d-lg-block { display: none !important; }

div[data-table-slug] td[data-column] { white-space: normal;word-break: break-word; }

body.page-platform-resource-list table tr > th[data-column]:last-child { width: 30px; }
body.page-platform-resource-list table tr > th[data-column="created-at"] { width: 100px; }
body.page-platform-resource-list table tr > th[data-column="updated-at"] { width: 100px; }
body.page-platform-resource-list table tr > th { text-align: center !important; }

body.page-platform-systems-users th[data-column="name"] { width: 40%; }
body.page-platform-systems-users td[data-column="name"] > div > a > div { flex-wrap: nowrap !important; }
@media (max-width: 1280px) {
    body.page-platform-systems-users th[data-column="name"] { width: 25%; }
}
body.page-platform-systems-users td[data-column="id"] { white-space: nowrap; }
body.page-platform-systems-users td[data-column="last-hit"] { white-space: nowrap; }
body.page-platform-systems-users td[data-column="created-at"] { white-space: nowrap; }
body.page-platform-systems-users td[data-column="updated-at"] { white-space: nowrap; }

body.page-platform-resource-list table tr td[data-column="id"] { text-align: center !important; white-space: nowrap; }
body.page-platform-resource-list table tr td[data-column="for-class"] { text-align: center !important; }
body.page-platform-resource-list table tr td[data-column="for-online"] { text-align: center !important; }
body.page-platform-resource-list table tr td[data-column="for-home"] { text-align: center !important; }

/* crud buttons */
body.page-platform-resource-list table tr td:last-child > div > div { justify-content: center !important; }
body.page-platform-resource-list table tr td:last-child > div > div > div { padding: 0; }

/* books */
div[data-table-slug="4fd13c0b99716146b06342104b154b363e676692"] td[data-column="name"],
div[data-table-slug="4fd13c0b99716146b06342104b154b363e676692"] td[data-column="author"] {
     white-space: normal;
     word-break: break-word;
 }

/* topics */
div[data-table-slug="ef3d3618f4bdbe6a8a57f0c3abb53e1b17345b0c"] td[data-column="book-id"],
div[data-table-slug="ef3d3618f4bdbe6a8a57f0c3abb53e1b17345b0c"] td[data-column="name"] {
    white-space: normal;
    word-break: break-word;
}

/* materials */
div[data-table-slug="a16ff5d1a8a59d27486713f194188f0850232d0e"] td[data-column="book-id"],
div[data-table-slug="a16ff5d1a8a59d27486713f194188f0850232d0e"] td[data-column="topic-id"],
div[data-table-slug="a16ff5d1a8a59d27486713f194188f0850232d0e"] td[data-column="name"] {
    white-space: normal;
    word-break: break-word;
}

/* suggestions */
div[data-table-slug="e85258edb81fa6c05178a71203a6b2efce330a93"] td[data-column="target"],
div[data-table-slug="e85258edb81fa6c05178a71203a6b2efce330a93"] td[data-column="remark"],
div[data-table-slug="ef3d3618f4bdbe6a8a57f0c3abb53e1b17345b0c"] td[data-column="target"],
div[data-table-slug="ef3d3618f4bdbe6a8a57f0c3abb53e1b17345b0c"] td[data-column="remark"] {
    white-space: normal;
    word-break: break-word;
}

.iframeRow {}
.iframeRow dt { display: none; }
.iframeRow dd { grid-column: span 3; }
#iframeOrchid, .iframeOrchid { width: 100%; }

.iframeLayout th[data-column]:last-child { width: 110px; }
.iframeLayout td[data-column]:last-child a { padding: 4px; }

.iframeLayout form#post-form { margin-bottom: 0 !important; }

/*.nav > li:has(a[href$="crud/list/answers"]) { color: red; display: none; }*/

select[name="model[parent_id]"] + *,
select[name="model[topic_id]"] + * {
    max-width: 100%;
    font-size: 0.9rem;
}
