@font-face {
	font-family: "Nunito";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Nunito-Regular.ttf");
}

@font-face {
	font-family: "Nunito";
	font-weight: bold;
	src: url("../fonts/Nunito-Bold.ttf");
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
	font-family: "Open Sans";
	font-weight: bold;
	src: url("../fonts/OpenSans-Bold.ttf");
}

* {
	font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Nunito", sans-serif;
}

.main_container,
.left_col,
.scroll-view,
.nav_title {
	background-color: #fff;
}

.nav.side-menu > li > a:hover {
	color: rgb(83, 127, 255) !important;
}

.nav.side-menu > li.active > a:hover {
	color: #fff !important;
}

.nav.child_menu > li {
	background-color: #fff;
}

.nav.child_menu > li:hover {
	background: linear-gradient(
		0deg,
		rgba(83, 127, 255, 1) 0%,
		rgba(17, 201, 247, 1) 100%
	);
}

.nav.child_menu > li > a:hover {
	color: #fff;
}

.nav.side-menu > li > a,
.nav.child_menu > li > a,
.nav.child_menu > li.current-page > a {
	color: #5e5c70;
}

.nav.child_menu > li.current-page {
	background-color: #eeeff2;
}

.nav.child_menu > li.current-page > a:hover {
	color: #fff;
}

.nav.side-menu > li.active > a {
	color: #fff;
	background: linear-gradient(
		0deg,
		rgba(83, 127, 255, 1) 0%,
		rgba(17, 201, 247, 1) 100%
	);
}

.nav.side-menu > li.active > a > span {
	color: #fff;
}

.nav.side-menu > li > a:hover {
	color: rgb(83, 127, 255);
}

.nav_menu {
	background-color: #eeeff2;
	border: none;
	margin-top: 16px;
}

.nav.navbar-nav.navbar-right {
	height: 100%;
}

.nav.navbar-nav.navbar-right > li > a {
	line-height: 0;
}

.shortcut-menu {
	position: relative;
}

.shortcut-menu > li {
	margin: 0 20px 0 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

li.user-profile-list {
	border-radius: 10px;
}

li.user-profile-list > a > span {
	margin-right: 64px;
}

li.user-profile-list > a > span.icon {
	margin-right: 0;
	background-color: #5e5c70;
	color: #fff;
	padding: 4px 6px;
}

.user-profile-img-container {
	height: 16px;
	width: 16px;
	display: inline;
}

.user-profile-image {
	height: 100%;
}

.page-title {
	font-size: 3rem;
}

.rounded-card {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 16px;
}

.rounded-card-150 {
	height: 150px;
	background-color: #fff;
	border-radius: 10px;
}

.rounded-card-header {
	padding: 16px;
}

.rounded-card-title > i {
	color: rgb(83, 127, 255);
	margin-right: 8px;
}

.x_panel {
	border-radius: 10px;
}

.btn-main {
	background: rgb(83, 127, 255);
	background: linear-gradient(
		45deg,
		rgba(83, 127, 255, 1) 0%,
		rgba(17, 201, 247, 1) 100%
	);
	border: none;
	color: #fff;
}

.btn-main:hover {
	background: rgb(83, 127, 255);
	background: linear-gradient(
		90deg,
		rgba(17, 201, 247, 1) 0%,
		rgba(83, 127, 255, 1) 100%
	);
	border: none;
	color: #fff;
}

.login_page_container {
	height: 100vh;
	background-color: #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login_page_row {
	height: 65vh;
	background-color: white;
	position: absolute;
	width: 50vw;
	border-radius: 20px;
}

.login_col {
	padding: 10% 5% 2%;
}

.logo_container {
	height: 50px;
}

.form_container {
	margin-top: 25%;
}

.input_container {
	margin-bottom: 20px;
}

.button-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bottom-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20%;
}

.social_media_container {
	display: flex;
}

.icon-container {
	display: flex;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #55556c;
	margin: 0 4px;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.icon-container a {
	color: #fff;
}
.icon-container:hover, .icon-container a:hover {
	background-color: #fff;
	color: #55556c;
}

.illustration_container {
	height: 100%;
	position: relative;
	overflow: hidden;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.illustration_container img {
	width: 100%;
}
.dropdown-usermenu, .dropdown-usermenu li {
	z-index: 999 !important;
}
.user-profile-list  {
	z-index: 999 !important;
}
.top_section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	top: 20px;
	position: absolute;
	padding: 0 16px;
}

.selector_container {
	display: flex;
}

.selector {
	height: 5px;
	width: 20px;
	margin: 0 2px;
	background-color: rgba(255, 255, 255, 0.7);
}

.selector.active {
	background-color: white;
}

.graph > #theGraphDailyPerToko{
	max-width: 100%;
}
.graph > #theGraphDailyTotal{
	max-width: 100%;
}
.graph > #theGraphMonthly{
	max-width: 100%;
}
.graph > #theGraphYearly{
	max-width: 100%;
}

@media screen and (max-width: 576px) {
	

	.illustration_container {
		display: none;
	}

	.login_page_row {
		width: 80vw;
	}

	.form_container {
		margin-top: 10%;
	}

	.input_container {
		margin-bottom: 10%;
	}

	.login_page_row {
		height: initial;
	}
}
.error-message{
	color: red;
	
}
.draggable-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
	row-gap: 50px;
}
.item-draggable{
	width: 20%;
	height: 100px;
}
.dragging{
	opacity: 0.5;
}
img.draggable{
	cursor:pointer;
	width: 100%;
	height: 100%;
}
.fa-trash, .fa-edit{
	font-size: 18px;
}
.nav-md .nav .dots{
	max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
@media (max-width: 768px) {
	.nav .dots{
		width: auto;
		white-space: wrap;
		overflow: unset;
		text-overflow: unset;
		display: inline;
	}
  }  