body {
    background: #fff;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    color: #202124 !important;
    font-size: 0.875rem;
}
body,
table,
.table,
span,
p {
    color: #202124;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span {
    font-family: "Noto Sans", sans-serif;
    color: #202124;
}
h2 {
    font-size: 1.125rem;
}
h3 {
    font-size: 1rem;
}
.logo {
    color: #0b57d0 !important;
    text-transform: inherit;
}
.logo img {
    height: 27px;
}
footer {
	position:fixed;
	width:100%;
	background:#fff;
	bottom:0;
}
footer div {
	padding:5px 0;
	font-size:11px;
	color:#aaa;
}
.card-head.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 0;
}
.background-cambodia {
    background-color: #032d9c;
}
.background-chinese {
    background-color: #d72710;
}
.background-english {
    background-color: #03813a;
}
.main-content {
    margin-left: auto;
}
.popup-container {
    text-align: center;
}
.lightbox {
    margin: 0 auto 1rem;
    display: inline-block;
}
.popup-container .box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    margin-left: initial;
    background: #fff;
    text-align: center;
}
.popup-container .box img {
    max-width: 70%;
}
.pagination-list i {
    font-size: 16px;
}
.home-btn {
    padding: 2px;
    position: relative;
    margin-right: 20px;
}
.left-arrow,
.right-arrow {
    padding: 0px;
    position: relative;
    margin-left: 20px;
}
span.left-arrow i:before,
span.right-arrow i:before {
    opacity: 0.5;
}
.left-arrow i,
.right-arrow i {
    font-size: 20px;
}
.showing-result {
    font-size: 14px;
}
.dropdown-item {
    padding: 0;
    font-size: 24px;
    line-height: 1;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #191f2e;
    text-decoration: none;
    background-color: inherit;
}
.link-primary {
    font-size: 0.875rem;
}
.btn-success-dark {
    color: #fff;
    background-color: #03813a;
    border-color: #03813a;
}
.btn-success-dark:hover {
    color: #fff;
    background-color: #1c914f;
    border-color: #1c914f;
}
.btn {
    line-height: 1;
    padding: 12px 22px;
    font-size: 0.875rem;
}
.archive-btn {
    position: absolute;
    bottom: 0;
}
table.fa-hover tr:hover .table-news {
    visibility: hidden;
    display: none;
}
table.fa-hover tr {
    border-top: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    border-left: 3px solid transparent;
}
table.fa-hover tr:hover {
    background-color: #fffdd0;
    border-left: 3px solid #0b57d0;
}
table.fa-hover tr td {
    border-top: none;
    padding: 10px 0;
}
table.fa-hover td:first-child {
    width: 3%;
    vertical-align: middle;
    padding: 10px 0 10px 10px;
}
table.fa-hover td:nth-child(2) {
    width: 68%;
    vertical-align: middle;
    padding: 10px 0;
}
table.fa-hover td:last-child {
    width: 33%;
    vertical-align: middle;
    position: relative;
    padding: 0 10px;
}
td ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    align-items: center;
}
td ul.hover-content {
    justify-content: end;
}
td ul li {
    display: inline;
    margin: 0 0 0 8px;
    position: relative;
    font-size: 0.875rem;
}
td ul li i {
    display: inline;
    margin: 0 0 0 6px; 
} 
td ul.table-news li:last-child {
    width: 62px;
}
td ul.hover-content li a:hover {
    color: #202124;
}
.btn {
    position: relative;
    outline: none !important;
    box-shadow: none !important;
}
td ul.hover-content li {
    margin: 0 60px 0 0 ;
    font-size: 1.125rem;
}
td ul.hover-content li a:after,
.dropdown-item:after,
.home-btn i:after,
.left-arrow i:after,
.right-arrow i:after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
    bottom: -10px;
    left: -10px;
    right: -10px;
    top: -10px;
    background: none;
    border-radius: 50%;
    box-sizing: border-box;
    transform: scale(0);
    transition-property: transform, opacity;
    bottom: -8px;
    left: -8px;
    right: -8px;
    top: -8px;
}
td ul.hover-content li:hover a:after,
.dropdown-item:hover:after,
.home-btn:hover i:after,
.left-arrow:hover i:after,
.right-arrow:hover i:after {
    background-color: rgba(32, 33, 36, 0.059);
    border: none;
    box-shadow: none;
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}
.button-hide button:before,
.back-btn:before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    bottom: -10px;
    left: -10px;
    right: -10px;
    top: -10px;
    background: #202124;
    border-radius: 4px;
    transform: scale(0);
    transition-property: transform, opacity;
}
.button-hide button:hover:before,
.back-btn:hover:before {
    opacity: 0.06;
    outline: 1px solid transparent;
    transform: scale(1);
    opacity: 0.06;
}
.laguage img {
    max-width: 16px;
    height: auto;
    display: block;
}
table.fa-hover tr td ul.hover-content {
    width: 100%;
    display: none;
}
table.fa-hover tr:hover td ul.hover-content {
    display: flex;
}
nav.flex.items-center.justify-between svg {
    width: 30px;
}
.main-content {
    background-color: #f5f5f5;
}
.card {
    box-shadow: 0 0 17px 0 rgb(130 122 122 / 15%);
}
.white-background {
    background-color: #fff;
    padding: 0px 1.25rem 1.25rem;
}
.button-hide, #article-count {
    display: none;
}
.button-hide.active {
    display: block;
}
.button-hide button {
    padding: 0;
    font-size: 15px;
}
.badge.badge-secondary.mb-2.px-3.py-2.position-absolute {
    top: 1.25rem;
    right: 1.25rem;
}
.nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 15px;
    padding: 14px 0 15px;
}
.nav-tabs .nav-link i {
    margin: 0 20px;
    font-size: 18px;
}
.nav-tabs .nav-link:hover {
    background-color: rgba(68, 71, 70, 0.059);
    border-radius: 0;
}
.nav-tabs .nav-link.active {
    background-color: #fff;
    color: #0b57d0;
    position: relative;
}
.nav-tabs .nav-link.active:after {
    content: "";
    width: 100%;
    bottom: 0;
    background: #0b57d0;
    height: 3px;
    position: absolute;
    left: 0;
}
button i {
    font-size: 16px;
    margin-right: 5px;
}
.pagination-top nav div:last-child {
    display: none;
}
.laguage {
    font-size: 0.65rem;
    color: #fff;
    font-weight: 400;
}
.main-content {
    background-color: #f5f5f5;
}
.background-white {
    background-color: #fff;
    border-radius: 4px;
}
.feature-image {
    width: 300px;
    height: 200px;
    display: block;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
    border: 1px solid #cecece;
}
label[for="exampleFormControlTextarea1"] {
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.3;
}
p,
a.btn,
input.form-control,
textarea.form-control,
button {
    font-size: 0.875rem;
}
a.btn {
    outline: none !important;
    box-shadow: none !important;
}
a.btn i {
    margin-right: 6px;
}
.badge-primary {
    background-color: #0b57d0;
}
.popup-container {
    margin: 10px auto;
    width: 100%;
}
.lightbox {
    border: 1px solid #cecece;
    margin: 0px 0 1rem;
}
.thumb {
    width: 300px;
    height: 200px;
    object-fit: cover;
    object-position: top;
}
.backdrop {
    display: none;
    filter: alpha(opacity=0);
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 50;
}

.box {
    border-top-width: 15px;
    border-right-width: 15px;
    border-bottom-width: 30px;
    border-left-width: 15px;
    border-style: solid;
    border-color: white;
    box-shadow: 0px 0px 5px #444444;
    display: none;
    height: auto;
    left: 50%;
    margin-left: -210px;
    opacity: 0;
    position: absolute;
    top: 10%;
    z-index: 51;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.close {
    cursor: pointer;
    float: left;
    font-size: 32px;
    margin: 10px;
    position: absolute;
    right: 0;
}

.clear {
    clear: both;
}
/*loader*/
.lds-dual-ring.hidden {
    display: none;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: none;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
	right:0;
	bottom:0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
	flex-direction: column-reverse;
	pointer-events: none;
}
.overlay .loader-box {
    background: #fff;
    max-width: 500px;
    text-align: center;
    padding: 40px;
    border-radius: 4px; 
}
.overlay .loader-box button { 
	pointer-events: all;
}
.overlay p {
    font-size:16px;
}
.original-content p:last-child {
    margin-bottom: 0;
}
.button-list {
    background: rgba(0, 0, 0, 0.04);
    padding: 15px;
    border-radius: 4px;
} 
label.radio_labels {
    font-weight: 400;
}
#preview_result {
    overflow: hidden;
}
.modal-header .close {
    padding: 0.8rem 1rem;
    margin: -1rem 0rem 0rem;
}
.preview_button {
    background-color: #4f7ef9;
    border-color: #4f7ef9; 
    color: #fff;
}
.preview_button:hover {
    background-color: #496fd3;
    border-color: #496fd3;
    color: #fff;
}
.generate-modal .modal-dialog {
    margin: 10px auto;
    height: calc(100vh - 20px);
}
.generate-modal .modal-body {
    height: initial;
    overflow-y: initial;
}
.generate-modal .modal-content {
    margin: 10px auto;
    height: calc(100vh - 20px);
    overflow-y: auto;
}
#generate_title  {
    padding: 6px 11px;
}
.tox.tox-tinymce {
	min-height:200px;
}
.tox.tox-tinymce .tox-statusbar {
    display: none;
}
.z-1 {
    z-index: 1;
}
blockquote {
    border-color: #0b57d0;
    border-style: solid;
    border-width: 0 0 0 0.2rem;
    color: inherit;
    font-size: 1em;
    margin: 1rem 0;
    padding: 0.5rem 0 0.5rem 2rem;
    font-style: italic;
}
.alert-primary {
    background: #2ac870 !important;
    color: #fff !important;
}
.cloud {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2.75rem;

   
}
.cloudtag {
    display: flex;
    justify-content: center;
    margin: 0;
    background-color: #fff;
}
.cloud a {
    /*
    Not supported by any browser at the moment :(
    --size: attr(data-weight number);
    */
    --size: 4;
    --color: #7e7e7e;
    color: var(--color);
    font-size: calc(var(--size) * 0.25rem + 0.5rem);
    display: block;
    padding: 2px 5px;
    position: relative;
    text-decoration: none;
    text-align: center;
	line-height:1;
	margin:2px 2px;
	border:1px solid #ced4da;
    /*
    For different tones of a single color
    opacity: calc((15 - (9 - var(--size))) / 15);
    */
}

.cloud a[data-weight^="1"] {
    --size: 1;
	font-weight:100;
}
.cloud a[data-weight^="2"] {
    --size: 1.5;
	font-weight:300;
}
.cloud a[data-weight^="3"] {
    --size: 2;
	font-weight:400;
}
.cloud a[data-weight^="4"] {
    --size: 2.5;
	font-weight:400;
}
.cloud a[data-weight^="5"] {
    --size: 3;
	font-weight:500;
}
.cloud a[data-weight^="6"] {
    --size: 3.5;
	font-weight:700;
}
.cloud a[data-weight^="7"] {
    --size: 4;
	font-weight:700;
}
.cloud a[data-weight^="8"] {
    --size: 4.5;
	font-weight:700;
}
.cloud a[data-weight^="9"] {
    --size: 5;
	font-weight:800;
}
.cloud a[data-weight^="10"] {
    --size: 5.5;
    font-weight:900;
}

.cloud[data-show-value] a::after {
    content: " (" attr(data-weight) ")";
    font-size: 1rem;
}

.cloud li:nth-child(2n + 1) a {
    --color: #7e7e7e;
}
.cloud li:nth-child(3n + 1) a {
    --color: #7e7e7e;
}
.cloud li:nth-child(4n + 1) a {
    --color: #7e7e7e;
}

.cloud a:focus {
    outline: 1px dashed;
}

.cloud a:hover {
    color:#289dd2;
}

.cloud a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: rgba(1,53,123,1);
    transform: translate(-50%, 0);
    opacity: 0.3;
    transition: width 0.25s;
}

.cloud a:focus::before,
.cloud a:hover::before {
    width: 100%;
}
button.waves-light {
	padding:6px 22px;
}
button.waves-light span {
	color:#fff;
}
.datepicker th, .datepicker td {
	text-align:center; 
	font-weight:400;
	font-size:0.875rem;
} 
.disabled.day {
	color:#495057;
	opacity:.4;
}
.custom-file, .custom-file-label, .custom-file-input {
	height:calc(1.5em + .5rem + 2px);
	opacity:1;
	background-color:transparent; 
} 
.custom-file-input, .custom-file-label {
	padding:0.2rem 5.5rem 0.2rem 0.5rem;
} 
.custom-file::after {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 1px;
    z-index: 1;
    display: block;
    height: initial;
    padding: 0.2rem 1.2rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9edf3;
    border-left: inherit;
    border-radius: 0 3px 3px 0;
} 
::-webkit-file-upload-button {
   display: none;
}
.table-list {
	overflow-y:scroll;
	height:calc(99vh - 200px);
}
.bootstrap-tagsinput {
	margin-bottom:0;
	margin-right:0.25rem;
}
.bootstrap-tagsinput .tag {
	font-weight: 500;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 5px;
    cursor: pointer;
    color: #fff;
}
.label {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
.label-info {
    color: #fff;
    background-color: #6d61ea;
}
.full-original-content .nav-tabs {
	border-bottom:none;
	width:100%;
}
.full-original-content .tab-content {
	width:100%;
}
.full-original-content .nav-tabs .nav-link {
	padding:0 15px 8px;
	border: none !important;
    background-color: transparent;
}
.trending {
	position: absolute;
    z-index: 9;
    top: 24%;
    writing-mode: vertical-rl;
    text-orientation: upright; 
	padding:10px 5px;
	background:#6d61ea;
	color:#fff;
	border-radius:4px;
}
#sideNavi,
.side-navi-item,
.side-navi-data,
.side-navi-tab {  margin: 0; padding: 0;  }
#sideNavi {
    position: fixed;
    left: -302px; 
    top: -1px;
	z-index:9999;
	bottom: 0;
}
/* items */
.side-navi-item-default {
    height: 50px;
    display: none;
}
.side-navi-item {
    position: absolute;
    left: 340px;
    display: inline-block;
    width: 120px;
    height: 38px;
    transform: rotate(90deg);
    transform-origin: left top 0;
    color: #fff;
    background-color: #6d61ea;
    cursor: pointer;
	border-radius:4px 4px 0 0;
}
.side-navi-item.item1 {  top: 132px;  }
.side-navi-item.item2 {  top: 235px; }
.side-navi-item.active,
.side-navi-item:hover {  background-color: #6d61ea; color: #fff;  }
.side-navi-item > div {  padding-top: 8px; text-align: center;  }
/* data wrapper */
.side-navi-data {
    position: absolute;
    top: 0;
    left: 0;
    width: 302px;
    height: 100%;
    background-color: #fff;
	border:1px solid #6d61ea;
}
/* tab wrapper */
.side-navi-tab {  display: none;  }
.side-navi-tab.active {  display: inline-block; background:#fff;  }
.side-navi-tab > div {  padding: 30px;  }
.modal-dialog {
	margin-top:4.5rem;
}

@media (prefers-reduced-motion) {
    ul.cloud * {
        transition: none !important;
    }
}
