@font-face {
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Sarabun Regular'), local('Sarabun-Regular'), url(/include/fonts/Sarabun/Sarabun-Regular.ttf) format('truetype')
}

@font-face {
    font-family: 'Sarabun';
    src: local('Sarabun Light'), local('Sarabun-Light'), url(/include/fonts/Sarabun/Sarabun-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Sarabun';
    src: local('Sarabun Medium'), local('Sarabun-Medium'), url(/include/fonts/Sarabun/Sarabun-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

html {
    height: 100%;
    overflow-x: hidden;
    font-size: 14px
}

body {
    font-family: Sarabun, sans-serif, "Font Awesome 5 Free"
}

.amgCnt-span-text {
    padding-left: 5px
}

.table-hover>.amgConnect-table-tr>tr:hover {
    background-color: #b3b3ff
}

.pvtUi {
    color: #333
}

table.pvtTable {
    font-size: 9pt;
    text-align: left;
    border-collapse: collapse;
    color: #212529;
}

table.pvtTable tbody tr th,
table.pvtTable thead tr th {
    background-color: #d6ebff;
    border: 1px solid #cdcdcd;
    font-size: 9pt;
    padding: 5px
}

table.pvtTable .pvtColLabel {
    text-align: center
}

table.pvtTable .pvtTotalLabel {
    text-align: right
}

table.pvtTable tbody tr td {
    color: #3d3d3d;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    vertical-align: top;
    text-align: right
}

.pvtGrandTotal,
.pvtTotal {
    font-weight: 700
}

.pvtVals {
    text-align: center;
    white-space: nowrap
}

.pvtColOrder,
.pvtRowOrder {
    cursor: pointer;
    width: 15px;
    margin-left: 5px;
    display: inline-block
}

.pvtAggregator {
    margin-bottom: 5px
}

.pvtAxisContainer,
.pvtVals {
    border: 1px solid gray;
    background: #eee;
    padding: 5px;
    min-width: 20px;
    min-height: 20px
}

.pvtAxisContainer li {
    padding: 8px 6px;
    list-style-type: none;
    cursor: move
}

.pvtAxisContainer li.pvtPlaceholder {
    -webkit-border-radius: 5px;
    padding: 3px 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px dashed #aaa
}

.pvtAxisContainer li span.pvtAttr {
    -webkit-text-size-adjust: 100%;
    background: #f3f3f3;
    border: 1px solid #dedede;
    padding: 2px 5px;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.pvtTriangle {
    cursor: pointer;
    color: grey
}

.pvtHorizList li {
    display: inline
}

.pvtVertList {
    vertical-align: top
}

.pvtRendererArea {
    padding: 5px
}

table.pvtTable .pvtRowLabel {
    vertical-align: top;
    white-space: nowrap
}

table.pvtTable .pvtColLabel {
    white-space: nowrap
}

table.pvtTable .pvtAxisLabel {
    white-space: nowrap
}

.pvtRowSubtotal {
    background-color: #9fcffb !important;
    font-weight: 700;
    font-size: 9pt;
}

.pvtColSubtotal {
    background-color: #9fcffb !important;
    font-weight: 700;
    font-size: 9pt;
}

.expanded {
    cursor: pointer
}

.bar {
    fill: #4682b4
}

.bar:hover {
    fill: brown
}

.axis--x path {
    display: none
}

.node rect {
    cursor: move;
    fill-opacity: .9;
    shape-rendering: crispEdges
}

.node text {
    pointer-events: none;
    text-shadow: 0 1px 0 #fff
}

.link {
    fill: none;
    stroke: #000;
    stroke-opacity: .2
}

.link:hover {
    stroke-opacity: .5
}