/* Fonts */
/* sans-serif */
@font-face {
	font-family: "Lato";
	src: url('fonts/Lato.ttf');
}
@font-face {
	font-family: "Poppins";
	src: url('fonts/Poppins.ttf');
}
@font-face {
	font-family: "Ubuntu";
	src: url('fonts/Ubuntu.ttf');
}
@font-face {
	font-family: "Noto Sans";
	src: url('fonts/NotoSans.ttf');
}
@font-face {
	font-family: "Outfit";
	src: url('fonts/Outfit/static/Outfit-Regular.ttf');
}
@font-face {
	font-family: "Josefin Sans";
	src: url('fonts/Josefin_Sans/static/JosefinSans-Regular.ttf');
}
@font-face {
	font-family: "Be Vietnam Pro";
	src: url('fonts/BeVietnamPro-Regular.ttf');
}
/* cursive */
@font-face {
	font-family: "Lobster Two";
	src: url('fonts/LobsterTwo.ttf');
}
@font-face {
	font-family: "Patrick Hand";
	src: url('fonts/PatrickHand.ttf');
}
/* End Font */

/* Navbar */
.navbar {
	background-color: teal;
	padding: .75rem 2rem .75rem 1rem;
}
.web-title {
	display: block;
	color: whitesmoke;
	text-align: center;
	padding: .75rem;
}
.web-title:hover {
	color: whitesmoke;
	text-decoration: none;
}
.navbar-item {
	color: whitesmoke!important;
	font-weight: 600;
	padding: 0 .5rem;
	text-decoration: none!important;
}
.navbar-user {
	color: white!important;
	text-decoration: none!important;
	cursor: pointer;
}
/* End Navbar */

/* Sidebar */
.sidebar {
	display: block;
	position: fixed;
	background-color: #1c9393;
	top: 4rem;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 0;
	box-shadow: inset -1px 0 0 rgb(0 0 0 / 10%);
	/* transition: .5s; */
}

/* inside sidebar */
.sidebar-title {
	display: block;
	color: whitesmoke;
	text-align: center;
	padding: .75rem;
}
.sidebar-title:hover {
	color: whitesmoke;
	text-decoration: none;
}
.sidebar-line {
	border-bottom: 1px solid white;
	margin-left: .5rem;
	margin-right: .5rem;
}
.sidebar-menu {
	display: block;
	position: relative;
	color: whitesmoke;
	/* background-color: #1c9393; */
	padding: .75rem 1.5rem;
	font-size: .9rem;
	cursor: pointer;
}
.sidebar-menu:hover {
	/* background-color: #008080;
	color: whitesmoke; */
	color: #ffe4b5;
	text-decoration: none;
}
.sidebar-menu.active {
	background-color: #008080;
	color: whitesmoke;
}
.sidebar-submenu {
	display: block;
	color: whitesmoke;
	background-color: #078484;
	padding: .5rem 1rem .5rem 2.25rem;
	font-size: .9rem;
	cursor: pointer;
}
.sidebar-submenu:hover {
	/* background-color: #79b5b7; */
	color: #ffe4b5;
	text-decoration: none;
}
.sidebar-submenu.active {
	/* background-color: #63bdbd; */
	color: #ffe4b5;
	font-weight: 600;
}
.sidebar-icon {
	margin-right: .5rem;
}

/* Sidebar Scroll */
.sidebar a span.menu-arrow {
	font-size: 10px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}
.sidebar a[aria-expanded="true"]>span.menu-arrow {
	transform: translateY(-50%) rotate(90deg);
}
.sidebar-sticky {
    position: sticky;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
}
.sidebar-sticky::-webkit-scrollbar {
	width: 10px;
}
.sidebar-sticky::-webkit-scrollbar-track {
	background: #1c9393;
}
.sidebar-sticky::-webkit-scrollbar-thumb {
	background: #66b7b7;
	border: 2px solid #1c9393;
	border-radius: 30px;
}
.sidebar-sticky::-webkit-scrollbar-thumb:hover {
	background: #a0d2d2;
}
/* End Sidebar */



body {
	background-color: #f5f4f8;
	font-family: 'Noto Sans', 'Be Vietnam Pro', 'Poppins', sans-serif;
	font-size: .9rem;
}
.badge-action {
	font-size: 100%;
	cursor: pointer;
}
.bootstrap-select.form-control {
	border: 1px solid #ced4da !important;
	color: #495057 !important;
}
/* .btn-light {
	color: #495057 !important;
    background-color: white;
    border-color: white;
	font-size: .9rem;
} */
.card {
	border: 0;
}
.card-round {
	border-radius: .5rem;
}
.card-body ~ .card-body {
	border-top: 1px solid #ced4da;
}
form .card-header {
    background-color: lightgray;
    border-bottom: 1px solid lightgray;
	/* border-top-left-radius: inherit !important; */
	/* border-top-right-radius: inherit !important; */
}
.content {
	padding: 1.5rem;
	/* overflow: auto;
    height: calc(100vh - 7.5rem); */
}
.content .row {
	margin-left: -15px;
	margin-right: -15px;
}
.content-title {
	color: #4f4f4f;
	font-size: 1.5rem;
	font-weight: 600;
	/* line-height: .8; */
	margin-bottom: 1rem;
}
.content-footer {
	background-color: #888888;
	border-top: 1px solid rgba(152,166,173,.2);
	bottom: 0;
	padding: 1rem 1.5rem;
	/* position: fixed; */
	color: #98a6ad;
	width: 100%;
}
.datepicker[readonly] {
    background-color: #fff;
}
.DTFC_ScrollWrapper, .dataTables_scroll {
	margin-bottom: .75rem;
}
.dropdown-menu {
	font-size: .9rem;
}
.font-small {
	font-size: .9rem;
}
form {
	margin: .5rem 0;
}
.form-control {
	font-size: .9rem;
}
.form-check-inline {
	margin-right: 1.5rem;
}
/* .form-group.row .row {
	margin-left: 0;
	margin-right: 0;
} */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
.icon-small {
	font-size: .9rem;
}
.label-bold {
	font-weight: 600;
}
.nav-link {
	cursor: pointer;
}
.p-header {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0;
	/* color: #4f4f4f; */
}
.radio-option {
	margin-top: .4rem;
}
.rupiah {
	background-color: white;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.3)!important;
}
.table td, .table th {
	padding: .5rem .75rem;
	text-align: left;
}
.table-big td, .table-big th {
	border-top: 0;
	padding: .75rem;
}
.table-bordered tfoot td, .table-bordered tfoot th {
    border-top-width: 2px;
}
.table-detail tr:hover {
	background-color: #dee2e6 !important;
}
.table-detail-border {
	border: 1px solid #dee2e6;
}
.table-detail-border td, .table-detail td {
	font-size: 1rem;
	border-top: 0;
	border-bottom: 1px solid #dee2e6;
}
.table-detail-border td.title, .table-detail td.title {
	color: #6b6b6b;
	width: 40%;
	font-weight: 600;
}
.wrapper {
	display: flex;
}