.input-container {
	position: relative;
	display: flex;
	flex-direction: column;
}

.input-container input {
	padding-left: 30px;
	background: url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 20 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 11.75C6.83 11.75 4.25 9.17 4.25 6C4.25 2.83 6.83 0.25 10 0.25C13.17 0.25 15.75 2.83 15.75 6C15.75 9.17 13.17 11.75 10 11.75ZM10 1.75C7.66 1.75 5.75 3.66 5.75 6C5.75 8.34 7.66 10.25 10 10.25C12.34 10.25 14.25 8.34 14.25 6C14.25 3.66 12.34 1.75 10 1.75Z" fill="%23787D8F"/><path d="M18.5901 21.75C18.1801 21.75 17.8401 21.41 17.8401 21C17.8401 17.55 14.3202 14.75 10.0002 14.75C5.68015 14.75 2.16016 17.55 2.16016 21C2.16016 21.41 1.82016 21.75 1.41016 21.75C1.00016 21.75 0.660156 21.41 0.660156 21C0.660156 16.73 4.85015 13.25 10.0002 13.25C15.1502 13.25 19.3401 16.73 19.3401 21C19.3401 21.41 19.0001 21.75 18.5901 21.75Z" fill="%23787D8F"/></svg>')
		no-repeat left center;
	background-size: 15px 15px;
	background-position: 8px center;
}

.input-container-password {
	position: relative;
	display: flex;
	flex-direction: column;
}

.input-container-password input {
	padding-left: 35px; /* Adjust this to make more space for the SVG */
	background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 10V8C6 4.69 7 2 12 2C17 2 18 4.69 18 8V10" stroke="%23787D8F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M17 22H7C3 22 2 21 2 17V15C2 11 3 10 7 10H17C21 10 22 11 22 15V17C22 21 21 22 17 22Z" stroke="%23787D8F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.9965 16H16.0054" stroke="%23787D8F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.9955 16H12.0045" stroke="%23787D8F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.99451 16H8.00349" stroke="%23787D8F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
		no-repeat left center;
	background-size: 15px 15px; /* Adjust size of the SVG */
	background-position: 10px center; /* Adjust this to move the SVG to the right */
}

.password-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.password-wrapper input {
	padding-right: 35px; /* Space for the eye icon */
}

.toggle-password {
	position: absolute;
	right: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.toggle-password svg {
	width: 24px;
	height: 24px;
}

.test {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.stamp-terima {
	border-radius: 50px;
	/* border: 2px solid #132f61; */
	color: #132f61;
	margin-top: 0px;
}

.stamp-terima:hover {
	border-radius: 50px;
	/* border: 2px solid #132f61; */
	/* color: #132f61; */
	margin-top: 0px;
}

.stamp-setuju {
	border-radius: 50px;
	border: 2px solid #2acc7e;
	color: #2acc7e;
	margin-top: 0px;
}

.stamp-setuju:hover {
	border-radius: 50px;
	border: 2px solid #2acc7e;
	color: #2acc7e;
	margin-top: 0px;
}

.stamp-tolak {
	border-radius: 50px;
	border: 2px solid #ef524b;
	color: #ef524b;
	margin-top: 0px;
}

.stamp-tolak:hover {
	border-radius: 50px;
	border: 2px solid #ef524b;
	color: #ef524b;
	margin-top: 0px;
}

.stamp-tunggu {
	border-radius: 50px;
	border: 2px solid #f6c343;
	color: #f6c343;
	margin-top: 0px;
}

.stamp-tunggu:hover {
	border-radius: 50px;
	border: 2px solid #f6c343;
	color: #f6c343;
	margin-top: 0px;
}

.select2-container--open {
	z-index: 9999;
}

.spanWiz {
	margin-left: 10px;
}

div#timeGridWeek-day {
	font-size: 14px !important;
}

.fc-dayGridMonth-view th {
	height: 70px !important;
	padding-top: 20px !important;
	font-size: 18px !important;
	color: #132f61 !important;
}

.fc-dayGridMonth-view a.fc-col-header-cell-cushion {
	color: #132f61 !important;
	font-size: 18px !important;
}

.fc-timeGridDay-view th {
	height: 70px !important;
	padding-top: 20px !important;
}

.fc-timeGridWeek-view th.fc-day-today a.fc-col-header-cell-cushion {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	background-color: #132f61 !important;
	border-radius: 50px !important;
	height: 150px !important;
	width: 85% !important;
	text-align: center !important;
	padding-top: 35px !important;
	color: white !important;
	font-size: 18px !important;
}

.fc-timeGridWeek-view a.fc-col-header-cell-cushion {
	text-align: center !important;
	padding-top: 55px !important;
	color: #132f61 !important;
	font-size: 18px !important;
}

.fc-timeGridDay-view a.fc-col-header-cell-cushion {
	height: 48px !important;
	width: 100px !important;
	border-radius: 30px !important;
	padding: 15px 30px 30px 30px !important;
	background-color: #132f61 !important;
	color: white !important;
	margin-bottom: 20px !important;
}

.fc-h-event .fc-event-main {
	height: 35px !important;
	border-radius: 25px !important;
	padding: 8px 5px 5px 5px !important;
	text-align: center !important;
}

.fc-daygrid-event {
	border-radius: 50px !important;
}

.fc-daygrid-day-number {
	color: #132f61 !important;
}

.nav-pills > li > a.active,
.nav-pills > li > a:focus {
	background-color: transparent !important;
	color: #132f61 !important;
	border-bottom: 3px solid #132f61 !important;
}

.fc-toolbar h2 {
	display: inline !important;
	margin-right: 30px !important;
}

.fc-button {
	background-color: transparent !important;
	color: #132f61 !important;
	border: none !important;
}

.fc-button:hover {
	background-color: transparent !important;
	color: #132f61 !important;
	border: none !important;
	border-bottom: 3px solid #132f61 !important;
}

.fc-button:focus {
	background-color: transparent !important;
	color: #132f61 !important;
	border: none !important;
	border-bottom: 3px solid #132f61 !important;
}

/*mattercreate*/
.listMatter {
	border: none !important;
}

.btn-more {
	color: #ef524b !important;
	background-color: transparent;
	padding: 4px !important;
}

.btn-more:hover {
	color: #d9d9d9 !important;
	background-color: transparent;
	padding: 4px !important;
}

.imageuploadify .imageuploadify-images-list span.imageuploadify-message {
	font-size: 16px !important;
	padding: 10px !important;
	display: inline-block !important;
	border: none !important;
	color: #8c8c8c !important;
}

.imageuploadify .imageuploadify-images-list button.btn-default {
	display: block !important;
	color: #132f61 !important;
	border-color: #132f61 !important;
	border-radius: 1em !important;
	width: 100% !important;
	max-width: 350px !important;
	margin-top: -5px !important;
}

.imageuploadify .imageuploadify-images-list button.btn-default:hover {
	display: block !important;
	color: #8c8c8c !important;
	border-color: #8c8c8c !important;
	border-radius: 1em !important;
	width: 100% !important;
	max-width: 350px !important;
	background-color: transparent !important;
	margin-top: -5px !important;
}

.alertDokumen {
	background-color: white;
	border-color: #8c8c8c;
}

.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
	background-color: #132f61;
	color: #ffffff;
	display: inline-block;
	padding: 10px;
	text-align: center;
}

.btn-tgs {
	float: right !important;
	margin-top: -30px !important;
}

.tgs-show {
	transition: all 2s ease;
	transition-delay: 2s;
	visibility: visible;
}

.tgs-hide {
	transition: all 2s ease;
	transition-delay: 2s;
	display: none;
}

.btn-next {
	display: block !important;
	width: 100% !important;
	border: none !important;
	background-color: #132f61 !important;
	padding: 10px !important;
	font-size: 16px !important;
	cursor: pointer !important;
	text-align: center !important;
	color: #ffffff !important;
}

.btn-tugas {
	display: block !important;
	width: 100% !important;
	border: none !important;
	background-color: white !important;
	padding: 10px !important;
	font-size: 16px !important;
	cursor: pointer !important;
	text-align: center !important;
	color: #ef524b !important;
	border-style: dashed !important;
	border-color: #d9d9d9 !important;
}

.btn-tugas:hover {
	display: block !important;
	width: 100% !important;
	border: none !important;
	background-color: white !important;
	padding: 10px !important;
	font-size: 16px !important;
	cursor: pointer !important;
	text-align: center !important;
	color: #ef524b !important;
	border-style: dashed !important;
	border-color: #ef524b !important;
}

.btn-prev {
	display: block !important;
	width: 100% !important;
	border: none !important;
	background-color: #dae2f0 !important;
	padding: 10px !important;
	font-size: 16px !important;
	cursor: pointer !important;
	text-align: center !important;
	color: #132f61 !important;
}

.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-submit:hover,
.form-wizard .form-wizard-submit:focus {
	color: #ffffff;
	opacity: 0.6;
	text-decoration: none;
}

.form-wizard .wizard-fieldset {
	display: none;
}

.form-wizard .wizard-fieldset.show {
	display: block;
}

.form-wizard .wizard-form-error {
	display: none;
	background-color: #ef524b;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 97%;
	color: #ef524b !important;
}

.form-wizard .form-wizard-previous-btn {
	background-color: #f0f0f0;
	color: black;
}

.form-wizard .form-control {
	font-weight: 300;
	height: auto !important;
	padding: 15px;
	color: black;
	background-color: white;
	border: none;
}

.form-wizard .form-control:focus {
	box-shadow: none;
}

.form-wizard .form-group {
	position: relative;
	margin: 25px 0;
}

.form-wizard .wizard-form-text-label {
	position: absolute;
	left: 10px;
	top: 16px;
	transition: 0.2s linear all;
}

.form-wizard .focus-input .wizard-form-text-label {
	color: #132f61;
	top: -18px;
	transition: 0.2s linear all;
	font-size: 12px;
}

.form-wizard .form-wizard-steps {
	margin: 30px 0;
}

.form-wizard .form-wizard-steps li {
	width: 25%;
	float: left;
	position: relative;
}

.form-wizard .form-wizard-steps .step1 li::before {
	background-color: #d9d9d9;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
	width: 40%;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.form-wizard .form-wizard-steps li::before {
	background-color: transparent;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
	width: 50%;
}

.form-wizard .form-wizard-steps li::after {
	background-color: #d9d9d9;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
	width: 20%;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.form-wizard .form-wizard-steps li span {
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	width: 40px;
	z-index: 1;
	border-color: #132f61 !important;
	border-style: solid;
	border-width: 2px;
}

.form-wizard .form-wizard-steps li.step-matter span,
.form-wizard .form-wizard-steps li.activated span {
	background-color: #ffffff;
	color: #262626;
	font-weight: 900;
}

.form-wizard .form-wizard-steps li.step-matter::after,
.form-wizard .form-wizard-steps li.activated::after {
	background-color: #d9d9d9;
	left: 60%;
	width: 30%;
	border-color: #d9d9d9;
}

@media screen and (min-width: 480px) {
	.form-wizard .form-wizard-steps li.step-matter::after,
	.form-wizard .form-wizard-steps li.activated::after {
		background-color: transparent !important;
	}

	.form-wizard .form-wizard-steps li.activated::after {
		width: 100%;
		border-color: transparent;
	}
}

.form-wizard .form-wizard-steps li.activated::after {
	width: 100%;
	border-color: #d65470;
}

.form-wizard .form-wizard-steps li:last-child::after {
	background-color: transparent;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
	width: 0% !important;
}

/*matter nav*/
.containerMatter {
	display: flex;
}
.tabMatter {
	display: flex;
	width: 120px;
	position: relative;
	justify-content: flex-start;
	margin-bottom: 30px;
	cursor: pointer;
	font-size: 14px;
	user-select: none;
	padding-bottom: 5px;
}

.tabMatter input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 50px;
	background-color: #eee;
	transition: 0.6s ease;
}

.tabMatter:hover input ~ .checkmark {
	background-color: #ccc;
}

.tabMatter input:checked ~ .checkmark {
	background-color: #132f61;
	width: 120px;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.tabMatter input:checked ~ .checkmark:after {
	display: block;
}

.badge-primary {
	background-color: #d9f2ff !important;
	border-color: #69c0ff !important;
	color: #132f61 !important;
}

.badge-danger {
	background-color: #ffd1c9 !important;
	border-color: #ef524b !important;
	color: #ef524b !important;
}

.badge-success {
	background-color: #dbffe7 !important;
	border-color: #5ee098 !important;
	color: #5ee098 !important;
}

.badge-light {
	background-color: #8c8c8c !important;
	border-color: #f0f0f0 !important;
	color: #f0f0f0 !important;
}

.badge-warning {
	background-color: #ffe896 !important;
	border-color: #f0f0f0 !important;
	color: #f6c343 !important;
}

.btn-law {
	--bs-btn-color: #fff;
	--bs-btn-bg: #003366;
	--bs-btn-border-color: #000;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #565656;
	--bs-btn-hover-border-color: #132f61;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #132f61;
	--bs-btn-active-border-color: #132f61;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #132f61;
	--bs-btn-disabled-border-color: #132f61;
}

.footer-law1 {
	position: static;
	padding: 10px 10px 0px 20px;
	bottom: 0;
	margin-bottom: 20px;
	width: 100%;
	height: 55px;
	text-align: center;
}

.footer-law {
	bottom: 0 !important;
	right: 0 !important;
	position: fixed !important;
}

.sidebar-wrapper .metismenu svg {
	/* fill: #d9d9d9; */
}

.sidebar-wrapper .metismenu svg:active .sidebar-wrapper .metismenu svg:hover {
	/* fill: #132f61; */
	text-decoration: none;
	background-color: #ef524b;
	border-left: 4px solid #ef524b;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

body {
	font-size: 14px;
	color: #4c5258;
	letter-spacing: 0.5px;
	font-family: Roboto, sans-serif;
	background-color: #f7f8fa;
	overflow-x: hidden;
}

.wrapper {
	width: auto;
	position: relative;
}

a {
	text-decoration: none;
}

::placeholder {
	opacity: 0.4 !important;
}

.top-header .navbar {
	position: fixed;
	top: 0;
	left: 260px;
	right: 0;
	background-color: #f7f8fa;
	border-bottom: 1px solid #e2e3e4;
	background-clip: padding-box;
	height: 60px;
	z-index: 10;
	padding: 0 1.5rem;
	transition: all 0.2s;
}

.top-header .navbar .top-navbar-right .nav-link {
	color: #293445;
	font-size: 18px;
	font-weight: 500;
	padding-right: 0.8rem;
	padding-left: 0.8rem;
}

.top-header .navbar .mobile-toggle-icon,
.top-header .navbar .search-toggle-icon {
	color: #293445;
	font-size: 18px;
	font-weight: 500;
	display: none;
	cursor: pointer;
}

.top-header .navbar .messages,
.top-header .navbar .notifications {
	position: relative;
}

.top-header .navbar .searchbar {
	position: relative;
	width: 30%;
}

.top-header .navbar .searchbar .search-close-icon {
	right: 2rem;
	opacity: 0.5;
	cursor: pointer;
	display: none;
}

.top-header .navbar .searchbar .form-control {
	border-radius: 30px;
	box-shadow: none;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	border: 1px solid #e2e3e4;
}

.top-header .navbar .dropdown-searchbar .form-control {
	border-radius: 30px;
	border: 1px solid rgb(206 212 218 / 0%);
	padding-left: 3rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.top-header .navbar .searchbar .form-control:focus,
.top-header .navbar .dropdown-searchbar .form-control:focus {
	border-color: #86b7fe;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.top-header .navbar .searchbar .search-icon,
.top-header .navbar .dropdown-searchbar .search-icon {
	opacity: 0.5;
}

.dropdown-toggle-nocaret:after {
	display: none;
}

.top-header .navbar .dropdown-menu {
	-webkit-animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1
		animdropdown;
	animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1
		animdropdown;
}

@-webkit-keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.top-header .navbar .dropdown-large,
.dropdown-user-setting .navbar .dropdown-large {
	position: relative;
}

.dropdown-large .dropdown-menu {
	width: 360px;
	border: 0;
	padding: 0.5rem;
	border-radius: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.top-header .navbar .dropdown-large .dropdown-menu::after {
	content: "";
	width: 13px;
	height: 13px;
	background: #fff;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.top-header .navbar .dropdown-menu::after {
	content: "";
	width: 13px;
	height: 13px;
	background: #ffff;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.dropdown-user-setting .dropdown-menu {
	width: 220px;
	border: 0;
	padding: 0.5rem;
	border-radius: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.top-header .navbar .dropdown-user-setting .dropdown-menu::after {
	content: "";
	width: 13px;
	height: 13px;
	background: #fff;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.top-header .navbar .dropdown-menu::after {
	content: "";
	width: 13px;
	height: 13px;
	background: #ffff;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.top-header .navbar .dropdown-item {
	padding: 0.5rem;
}

.top-header .navbar .dropdown-large .dropdown-item:hover,
.top-header .navbar .dropdown-user-setting .dropdown-item:hover {
	border-radius: 10px;
	color: #1e2125;
	background-color: #f5f5f5;
}

.top-header .navbar .dropdown-item .setting-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 18px;
	background-color: #e1e6eb;
}

.top-header .navbar .dropdown-item .setting-text {
	font-size: 16px;
	font-weight: 500;
}

.top-header .navbar .user-setting {
	border-left: 1px solid #eee;
	height: 60px;
	padding: 0 10px;
}

.top-header .navbar .user-img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
}

.top-header .navbar .user-name {
	font-size: 16px;
	color: #5e636b;
	font-weight: 500;
}

.top-header .navbar .dropdown-user-designation {
	color: #5e636b;
}

.top-header .navbar .dropdown-menu .apps:hover {
	background-color: #f8f9fa;
	transition: all 0.2;
}

.top-header .navbar .dropdown-menu .apps .apps-icon-box {
	color: #34383f;
	width: 50px;
	height: 50px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e9ecef;
	margin: auto;
	border-radius: 50%;
}

.top-header .navbar .dropdown-menu .apps .apps-name {
	color: #34383f;
	font-size: 15px;
}

.top-header .navbar .dropdown-menu .msg-time {
	font-size: 12px;
}

.top-header .navbar .dropdown-menu .dropdown-msg-user {
	font-size: 14px;
}

.top-header .navbar .dropdown-menu .dropdown-msg-text {
	font-size: 13px;
}

.header-message-list {
	position: relative;
	height: 400px;
}

.header-notifications-list {
	position: relative;
	height: 400px;
}

.top-header .navbar .dropdown-menu .notification-box {
	width: 48px;
	height: 48px;
	font-size: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e1e6eb;
}

.top-header .navbar .nav-link .notify-badge {
	position: absolute;
	top: -8px;
	right: -8px;
	color: #fff;
	font-size: 13px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f50d0d;
}

/* footer */

.footer {
	position: static;
	left: 260px;
	right: 0;
	bottom: 0;
	padding: 0.7rem;
	color: #484444;
	background-color: #f7f8fa;
	border-top: 1px solid #e2e3e4;
	text-align: center;
	transition: 0.3s all;
	z-index: 1;
}

/* Sidebar */

.sidebar-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 260px;
	height: 100%;
	background-color: #f7f8fa;
	background-clip: padding-box;
	border-right: 1px solid #e2e3e4;
	transition: all 0.2s;
	z-index: 16;
}

.sidebar-wrapper .sidebar-header {
	width: 260px;
	height: 60px;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	bottom: 0;
	padding: 0 15px;
	z-index: 5;
	/* background: #132f61; */
	/* border-right: 1px solid #e2e3e4; */
	/* border-bottom: 1px solid #e4e4e4; */
	background-clip: padding-box;
	transition: all 0.2s;
}

.sidebar-wrapper .sidebar-header .logo-icon {
	width: 35px;
}

.sidebar-wrapper .sidebar-header .logo-text {
	font-size: 24px;
	margin-left: 10px;
	margin-bottom: 0;
	letter-spacing: 1px;
	color: #fff;
}

/* .map-container {
	position: relative;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
}

canvas {
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
}

.image-canvas {
	display: block;
	width: 100%;
	height: auto;
} */

/* .map-container {
	position: relative;
	width: 100%;
	margin: auto;
}

.image-canvas {
	width: 100%;
	height: auto;
	display: block;
}

#mapCanvas {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}

.image-container {
	position: relative;
	display: inline-block;
} */

#marker {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: red; /* Warna marker */
	border-radius: 50%; /* Untuk membuatnya bulat */
	pointer-events: none; /* Menghindari marker mengganggu event klik pada gambar */
}

.marker {
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: red;
	border-radius: 50%;
}
.map-container {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.map-container img {
	width: 100%;
	height: auto;
	display: block;
}
.red-dot {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: red;
	border-radius: 50%;
}

.toggle-icon {
	font-size: 26px;
	cursor: pointer;
	color: #fff;
}

.sidebar-wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: 0 0;
}

.sidebar-wrapper .metismenu {
	/* background: #132f61; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	margin-top: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sidebar-wrapper .metismenu li + li {
	margin-top: 5px;
}

.sidebar-wrapper .metismenu li:first-child {
	margin-top: 5px;
}

.sidebar-wrapper .metismenu li:last-child {
	margin-bottom: 5px;
}

.sidebar-wrapper .metismenu > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.sidebar-wrapper .metismenu a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 15px;
	color: #000;
	outline-width: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: 0.5px;
	border-left: 4px solid rgb(255 255 255 / 0%);
	transition: all 0.2s ease-out;
}

.sidebar-wrapper .metismenu a .parent-icon {
	font-size: 18px;
	line-height: 1;
	background-color: transparent;
}

.sidebar-wrapper .metismenu a .menu-title {
	margin-left: 10px;
}

.sidebar-wrapper .metismenu ul a {
	padding: 6px 15px 6px 15px;
	font-size: 15px;
	border: 0;
	border-left: 4px solid rgb(255 255 255 / 0%);
}

.sidebar-wrapper .metismenu ul a i {
	margin-right: 10px;
	font-size: 10px;
}

.sidebar-wrapper .metismenu ul {
	border: 1px solid #ffffff00;
	background: rgb(255 255 255 / 0%);
}

.sidebar-wrapper .metismenu ul ul a {
	padding: 8px 15px 8px 30px;
}

.sidebar-wrapper .metismenu ul ul ul a {
	padding: 8px 15px 8px 45px;
}

.sidebar-wrapper .metismenu .mm-active > a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
	color: #000;
	/* font-weight: 800; */
	text-decoration: none;
	/* background-color: #FFC915; */
	border-left: 4px solid #005CFF;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.menu-label {
	padding: 20px 15px 5px 5px;
	color: #b0afaf;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.5px;
}

.metismenu .has-arrow:after {
	position: absolute;
	content: "";
	width: 0.5em;
	height: 0.5em;
	border-style: solid;
	border-width: 1.2px 0 0 1.2px;
	border-color: initial;
	right: 15px;
	transform: rotate(-45deg) translateY(-50%);
	transform-origin: top;
	top: 50%;
	transition: all 0.3s ease-out;
}

@media screen and (min-width: 1025px) {
	.wrapper.toggled:not(.sidebar-hovered)
		.sidebar-wrapper
		.sidebar-header
		.logo-text {
		display: none;
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
		width: 70px;
	}
	.wrapper.toggled.sidebar-hovered .sidebar-wrapper {
		box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.12) !important;
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		width: 70px;
	}
	.wrapper.toggled:not(.sidebar-hovered)
		.sidebar-wrapper
		.sidebar-header
		.toggle-icon {
		display: none;
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		justify-content: center;
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		width: 70px;
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
		justify-content: center;
		border-left: 0px solid #132f61;
	}
	.wrapper.toggled:not(.sidebar-hovered)
		.sidebar-wrapper
		.metismenu
		.menu-title {
		display: none;
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
		display: none;
	}
	.wrapper.toggled:not(.sidebar-hovered)
		.sidebar-wrapper
		.metismenu
		li.menu-label {
		display: none;
	}
	.wrapper.toggled:not(.sidebar-hovered)
		.sidebar-wrapper
		.metismenu
		.has-arrow:after {
		display: none;
	}
	.email-toggle-btn {
		display: none !important;
	}
	.chat-toggle-btn {
		display: none !important;
	}
}

.wrapper.toggled .top-header .navbar {
	left: 70px;
}

.wrapper.toggled .page-content {
	margin-left: 70px;
}

.wrapper.toggled .footer {
	left: 0px;
}

/* Page Content */

.page-content {
	margin-left: 260px;
	margin-top: 60px;
	padding: 1.5rem 1.5rem 2.5rem 1.5rem;
	transition: all 0.2s;
}

/* Utilities */

.radius-10 {
	border-radius: 10px;
}
.radius-15 {
	border-radius: 15px;
}
.radius-30 {
	border-radius: 30px;
}

.font-13 {
	font-size: 13px;
}

.font-14 {
	font-size: 14px;
}

.font-20 {
	font-size: 20px;
}
.font-22 {
	font-size: 22px;
}
.font-24 {
	font-size: 24px;
}
.font-30 {
	font-size: 30px;
}

.font-35 {
	font-size: 35px;
}

.text-justify {
	text-align: justify;
}

.table-responsive {
	white-space: nowrap;
}

.fm-menu .list-group a {
	font-size: 16px;
	color: #5f5f5f;
	display: flex;
	align-items: center;
}

.fm-menu .list-group a i {
	font-size: 23px;
}

.fm-menu .list-group a:hover {
	background-color: rgb(52 97 255 / 15%);
	color: #3461ff;
	transition: all 0.2s ease-out;
}

.add-post {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.15);
}

.fm-icon-box {
	font-size: 32px;
	background: #fff;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	position: fixed;
	border-radius: 50%;
	bottom: 20px;
	right: 12px;
	/* background-color: #132f61; */
	z-index: 5;
}

.back-to-top:hover {
	color: #fff;
	background-color: #000;
	transition: all 0.5s;
}

.project-user-groups img {
	margin-right: -14px;
	border: 1px solid #e4e4e4;
	padding: 2px;
	cursor: pointer;
}

.project-user-plus {
	width: 33px;
	height: 33px;
	margin-right: 0px;
	line-height: 33px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	border: 1px dotted #a9b2bb;
	color: #404142;
}

.user-groups img {
	margin-left: -14px;
	border: 1px solid #e4e4e4;
	padding: 2px;
	cursor: pointer;
}

.user-plus {
	width: 33px;
	height: 33px;
	margin-left: -14px;
	line-height: 33px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	border: 1px dotted #a9b2bb;
	color: #404142;
}

.icon-box {
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 1px solid #c7c8cb;
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.product-box {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	cursor: pointer;
	background-color: #ffffff;
}

.best-product-item {
	background-color: #ffffff;
	cursor: pointer;
	border-radius: 10px;
	padding: 0.5rem;
}

.best-product-item:hover {
	background-color: #f5f5f5;
}

.product-box img {
	width: 100%;
}

.best-product {
	position: relative;
	height: 420px;
}

.by-device-container {
	position: relative;
	height: 260px;
}

.piechart-legend {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.chart-container1 {
	position: relative;
	height: 340px;
}

.chartjs-container1 {
	position: relative;
	height: 260px;
}

.sepration {
	height: 100px;
}

.sepration-2 {
	height: 50px;
}

.gmaps,
.gmaps-panaroma {
	height: 400px;
	background: #eee;
	border-radius: 3px;
}

.theme-icons {
	background-color: #fff;
	color: #434547;
}

.cursor-pointer {
	cursor: pointer;
}

.icon-badge {
	width: 45px;
	height: 45px;
	font-size: 1.2rem;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.product-img-2 {
	width: 45px;
	height: 45px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid #e6e6e6;
}

.error-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin: 5px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.productlist .product-box {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.25rem;
	border: 1px solid #e2e3e4;
	background-color: #ffffff;
}

.productlist .product-box img {
	width: 100%;
}

.productlist .product-title {
	color: rgb(25, 27, 34);
}

.orderlist .product-box {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.25rem;
	border: 1px solid #e2e3e4;
	background-color: #ffffff;
}

.orderlist .product-box img {
	width: 100%;
}

.orderlist .product-title {
	color: rgb(25, 27, 34);
}

.breadcrumb-title {
	font-size: 20px;
	border-right: 1.5px solid #aaa4a4;
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #6c757d;
	font-family: LineIcons;
	content: "\ea5c";
}

.page-breadcrumb .breadcrumb li.breadcrumb-item {
	font-size: 16px;
}

.iconmenu .ps__rail-x {
	height: 0px;
}

.iconmenu .ps__rail-y {
	width: 0px;
}

.iconmenu .ps__rail-x.ps--clicking .ps__thumb-x,
.iconmenu .ps__rail-x:focus > .ps__thumb-x,
.iconmenu .ps__rail-x:hover > .ps__thumb-x {
	height: 5px;
}

.iconmenu .ps__rail-y.ps--clicking .ps__thumb-y,
.iconmenu .ps__rail-y:focus > .ps__thumb-y,
.iconmenu .ps__rail-y:hover > .ps__thumb-y {
	width: 5px;
}

.w_chart {
	position: relative;
	display: inline-block;
	width: 80px !important;
	height: 80px !important;
	text-align: center;
	font-size: 1.4em;
}

.w_percent {
	display: inline-block;
	line-height: 80px !important;
	z-index: 2;
	color: #0a0808;
}

.w_percent:after {
	content: "%";
	margin-left: 0.1em;
}

.w_chart canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px !important;
	height: 80px !important;
}

#geographic-map {
	width: 100%;
	height: 325px;
}

.new-customer-list {
	position: relative;
	height: 500px;
}

.new-customer-list .customer-list-item {
	padding: 0.5rem;
	border-radius: 10px;
}

.new-customer-list .customer-list-item:hover {
	background-color: #f0f0f0;
}

.top-sellers-list {
	position: relative;
	height: 460px;
}

.top-sellers-list .sellers-list-item {
	padding: 0.5rem;
	border-radius: 10px;
}

.top-sellers-list .sellers-list-item:hover {
	background-color: #f0f0f0;
}

.client-message {
	position: relative;
	height: 565px;
}

.client-message .client-messages-list {
	padding: 0.5rem;
}

.client-message .client-messages-list:hover {
	background-color: #f0f0f0;
}

/* Widgets */

.widget-icon {
	width: 48px;
	height: 48px;
	background-color: #fafafa;
	border-radius: 50%;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.widget-icon-large {
	width: 54px;
	height: 54px;
	background-color: #fafafa;
	border-radius: 10px;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

/* Chips */

.chip {
	display: inline-block;
	height: 32px;
	padding: 0 12px;
	margin-right: 1rem;
	margin-bottom: 1rem;
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	background-color: #f1f1f1;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-shadow: none;
}

.chip img {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 8px 0 -12px;
	border-radius: 50%;
}

.profile-cover {
	background-image: linear-gradient(
			to bottom right,
			rgb(26 30 33 / 50%),
			rgb(0 0 0 / 50%)
		),
		url(../images/gallery/33.png);
	background-size: cover;
	height: 24rem;
	background-position: center;
	margin: -4rem -1.5rem -5.5rem -1.5rem;
	padding: 1.5rem 1.5rem 6.5rem 1.5rem;
}

/* Email */

.email-wrapper {
	width: auto;
	height: 600px;
	overflow: hidden;
	border-radius: 0.25rem;
	position: relative;
	background: #fff;
	box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
}

.email-sidebar {
	width: 250px;
	height: 100%;
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
	border-right: 1px solid rgba(0, 0, 0, 0.125);
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.email-sidebar-header {
	width: auto;
	height: auto;
	position: relative;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	border-right: 0 solid rgba(0, 0, 0, 0.125);
	border-top-left-radius: 0.25rem;
	padding: 15px;
}

.email-navigation {
	position: relative;
	padding: 0;
	height: 345px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.email-header {
	position: absolute;
	height: 70px;
	left: 250px;
	right: 0;
	top: 0;
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	border-top-right-radius: 0.25rem;
	z-index: 1;
}

.email-content {
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	top: 70px;
	height: auto;
	margin-left: 250px;
	padding: 0;
	background: #fff;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.email-navigation a.list-group-item {
	color: #404142;
	padding: 0.35rem 1.25rem;
	background-color: #fff;
	border-bottom: 1px solid rgb(0 0 0 / 0%);
	transition: all 0.3s ease-out;
}

.email-navigation a.list-group-item:hover {
	background-color: rgb(13 110 253 / 0.12);
}

.email-navigation a.list-group-item.active {
	color: #0b5ed7;
	font-weight: 600;
	background-color: rgb(13 110 253 / 0.12);
}

.email-meeting {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.email-meeting a.list-group-item {
	color: #404142;
	padding: 0.35rem 1.25rem;
	background-color: #fff;
	border-bottom: 1px solid rgb(0 0 0 / 0%);
}

.email-meeting a.list-group-item:hover {
	background-color: rgb(0 123 255 / 15%);
	transition: all 0.3s ease-out;
}

.email-hangout .chat-user-online:before {
	content: "";
	position: absolute;
	bottom: 8px;
	left: 45px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	background: #16e15e;
}

.email-toggle-btn {
	width: auto;
	height: auto;
	margin-right: 10px;
	text-align: center;
	font-size: 24px;
	color: #404142;
	border-radius: 0;
	cursor: pointer;
	background-color: #fff;
	border: 0 solid rgb(0 0 0 / 15%);
}

.email-actions {
	width: 230px;
}

.email-time {
	font-size: 13px;
	color: #6c757d;
}

.email-list div.email-message {
	background: #fff;
	border-bottom: 1px solid rgb(0 0 0 / 8%);
	color: #383a3c;
}

.email-list div.email-message:hover {
	transition: all 0.2s ease-out;
	background-color: #eceef1;
}

.email-list {
	position: relative;
	height: 530px;
}

.email-star {
	color: #6c757d;
}

.email-read-box {
	position: relative;
	height: 530px;
}

.compose-mail-popup {
	width: 42%;
	position: fixed;
	bottom: -30px;
	right: 30px;
	z-index: 15;
	display: none;
}

.compose-mail-toggled {
	display: block;
}

.compose-mail-title {
	font-size: 16px;
}

.compose-mail-close {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	background-color: rgb(255 255 255 / 0%);
}

.compose-mail-close:hover {
	background-color: rgb(255 255 255 / 20%);
}

/* chat box */

.chat-wrapper {
	width: auto;
	height: 600px;
	border-radius: 0.25rem;
	position: relative;
	background: #fff;
	box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
}

.chat-sidebar {
	width: 340px;
	height: 100%;
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
	border-right: 1px solid rgba(0, 0, 0, 0.125);
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.chat-sidebar-header {
	width: auto;
	height: auto;
	position: relative;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	border-right: 0 solid rgba(0, 0, 0, 0.125);
	border-top-left-radius: 0.25rem;
	padding: 15px;
}

.chat-sidebar-content {
	padding: 0;
}

.chat-user-online {
	position: relative;
}

.chat-sidebar-header .chat-user-online:before {
	content: "";
	position: absolute;
	bottom: 7px;
	left: 40px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	background: #16e15e;
}

.chat-list .chat-user-online:before {
	content: "";
	position: absolute;
	bottom: 7px;
	left: 36px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	background: #16e15e;
}

.chat-content {
	margin-left: 340px;
	padding: 85px 15px 15px 15px;
}

.chat-header {
	position: absolute;
	height: 70px;
	left: 340px;
	right: 0;
	top: 0;
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	border-top-right-radius: 0.25rem;
	z-index: 1;
}

.chat-footer {
	position: absolute;
	height: 70px;
	left: 340px;
	right: 0;
	bottom: 0;
	padding: 15px;
	background: #f8f9fa;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	border-bottom-right-radius: 0.25rem;
}

.chat-footer-menu a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #6c757d;
	text-align: center;
	border-radius: 50%;
	margin: 3px;
	background-color: #fff;
	border: 1px solid rgb(0 0 0 / 15%);
}

.chat-tab-menu li a.nav-link {
	padding: 0.3rem 0.2rem;
	line-height: 1.2;
	color: #4a4b4c;
}

.chat-tab-menu .nav-pills .nav-link.active,
.chat-tab-menu .nav-pills .show > .nav-link {
	color: #008cff;
	background-color: rgb(0 123 255 / 0%);
}

.chat-title {
	font-size: 14px;
	color: #272b2f;
}

.chat-msg {
	font-size: 13px;
	color: #6c757d;
}

.chat-time {
	font-size: 13px;
	color: #6c757d;
}

.chat-list {
	position: relative;
	height: 300px;
}

.chat-list .list-group-item {
	border: 1px solid rgb(0 0 0 / 0%);
	background-color: transparent;
}

.chat-list .list-group-item:hover {
	border: 1px solid rgb(0 0 0 / 0%);
	background-color: rgb(13 110 253 / 0.12);
}

.chat-list .list-group-item.active {
	background-color: rgb(13 110 253 / 0.12);
}

.chart-online {
	color: #16e15e;
}

.chat-top-header-menu a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #6c757d;
	text-align: center;
	border-radius: 50%;
	margin: 3px;
	background-color: #fff;
	border: 1px solid rgb(0 0 0 / 15%);
}

.chat-content {
	position: relative;
	width: auto;
	height: 520px;
}

.chat-content-leftside .chat-left-msg {
	width: fit-content;
	background-color: #eff2f5;
	padding: 0.8rem;
	border-radius: 12px;
	max-width: 480px;
	text-align: left;
	border-top-left-radius: 0;
}

.chat-content-rightside .chat-right-msg {
	width: fit-content;
	background-color: #dcedff;
	padding: 0.8rem;
	border-radius: 12px;
	float: right;
	max-width: 480px;
	text-align: left;
	border-bottom-right-radius: 0;
}

.chat-toggle-btn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	text-align: center;
	font-size: 24px;
	color: #6c757d;
	border-radius: 50%;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid rgb(0 0 0 / 15%);
}

/* Authentication */

.authentication-card {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	max-width: 60rem;
	height: 100vh;
}

.login-separater span {
	position: relative;
	top: 26px;
	margin-top: -10px;
	background: #fff;
	padding: 5px;
	font-size: 12px;
	color: #cbcbcb;
	z-index: 1;
}
.login-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.card-login {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.www {
	width: 40%;
	height: auto;
	background-color: #ffffff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
/* swicther */

.btn-switcher {
	position: fixed;
	right: 0px;
	top: 40%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.header-colors-indigators .indigator {
	width: 50px;
	height: 50px;
	background-color: #f7f8fa;
	border-radius: 10px;
	cursor: pointer;
}

/* Responsive */

@media screen and (max-width: 1280px) {
	.email-header {
		height: auto;
	}
	.email-content {
		padding: 100px 0 0 0;
	}
}

@media screen and (max-width: 1024px) {
	.sidebar-wrapper {
		left: -300px;
	}

	.page-content {
		margin-left: 0px;
	}

	.top-header .navbar {
		left: 0px;
	}

	/* Toggeled */

	.wrapper.toggled .sidebar-wrapper {
		left: 0px;
	}

	.wrapper.toggled .page-content {
		margin-left: 0px;
	}

	.wrapper.toggled .top-header .navbar {
		left: 0px;
	}

	.wrapper.toggled .overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000;
		opacity: 0.6;
		z-index: 12;
		display: block;
		cursor: move;
		transition: all 0.2s ease-out;
	}

	.top-header .navbar .searchbar {
		position: relative;
		width: 30%;
		display: none;
	}

	.top-header .navbar .full-searchbar {
		position: absolute;
		top: 0%;
		left: 0;
		right: 0%;
		width: 100%;
		height: 60px;
		background-color: #ffffff;
		border-bottom: 1px solid rgb(0 0 0 / 0%);
		background-clip: padding-box;
		display: flex !important;
		z-index: 1;
		align-items: center;
		justify-content: start;
		padding: 0 1rem;
		-webkit-animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards
			1 animdropdown;
		animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1
			animdropdown;
	}

	.email-header {
		border-top-left-radius: 0.25rem;
	}
	.email-sidebar {
		left: -280px;
	}
	.email-content {
		margin-left: 0;
	}
	.email-header {
		left: 0;
	}
	.email-toggled .email-sidebar {
		left: 0;
	}
	.email-toggled .overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 250px;
		background: #000;
		opacity: 0.5;
		z-index: 9;
		display: block;
		cursor: move;
		transition: all 0.3s ease-out;
	}

	.compose-mail-popup {
		width: auto;
		position: fixed;
		bottom: -30px;
		right: 0;
		left: 0;
	}

	.chat-header {
		border-top-left-radius: 0.25rem;
	}
	.chat-footer {
		border-bottom-left-radius: 0.25rem;
	}
	.chat-sidebar {
		left: -370px;
	}
	.chat-content {
		margin-left: 0;
	}
	.chat-header {
		left: 0;
	}
	.chat-footer {
		left: 0;
	}
	.chat-toggled .chat-sidebar {
		left: 0;
	}
	.chat-toggled .overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 340px;
		background: #000;
		opacity: 0.5;
		z-index: 11;
		display: block;
		cursor: move;
		transition: all 0.3s ease-out;
	}

	.authentication-card {
		padding: 1.5rem 0;
		height: auto;
	}

	.top-header .navbar .mobile-toggle-icon,
	.top-header .navbar .search-toggle-icon {
		display: block;
	}

	.top-header .navbar .searchbar .search-close-icon {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.sales-stamp {
		width: 200px;
		margin-top: -50px;
		margin-left: -20px;
	}

	.top-header .navbar .dropdown-menu::after {
		display: none;
	}

	.top-header .navbar .dropdown {
		position: static !important;
	}

	.top-header .navbar .dropdown-menu {
		width: 100% !important;
	}

	.footer {
		position: static;
		right: 0;
		left: 0;
		bottom: 0;
		padding: 0.7rem;
		color: #484444;
		background-color: #f7f8fa;
		border-top: 1px solid #e2e3e4;
		text-align: center;
		transition: 0.3s all;
	}

	.spanWiz {
		margin-left: 10px;
		font-size: 7px;
	}

	.fc-timeGridWeek-view th.fc-day-today a.fc-col-header-cell-cushion {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
		margin-top: 20px !important;
		margin-bottom: 20px !important;
		background-color: #132f61 !important;
		border-radius: 50px !important;
		height: 100px !important;
		width: 85% !important;
		text-align: center !important;
		padding-top: 25px !important;
		color: white !important;
		font-size: 10px !important;
	}

	.fc-timeGridWeek-view a.fc-col-header-cell-cushion {
		text-align: center !important;
		padding-top: 45px !important;
		color: #132f61 !important;
		font-size: 10px !important;
	}

	.fc-dayGridMonth-view a.fc-col-header-cell-cushion {
		color: #132f61 !important;
		font-size: 14px !important;
	}

	.fc-h-event .fc-event-main {
		height: 20px !important;
		border-radius: 10px !important;
		padding-top: 2px;
		text-align: center !important;
		font-size: 10px !important;
	}

	.fc-timeGridDay-view a.fc-col-header-cell-cushion {
		height: 50px !important;
		width: 100px !important;
		border-radius: 30px !important;
		padding: 15px 30px 30px 30px !important;
		background-color: #132f61 !important;
		color: white !important;
		margin-bottom: 20px !important;
	}

	.fc .fc-toolbar-title {
		font-size: 14px;
		margin: 0;
	}

	div#timeGridWeek-day {
		font-size: 12px !important;
	}

	/* .by-device-container {
		height: 210px;
	} */
}

@media screen and (max-width: 520px) {
	.chat-footer-menu,
	.chat-top-header-menu {
		display: none;
	}

	.stamp-setuju {
		border-radius: 50px;
		border: 2px solid #2acc7e;
		color: #2acc7e;
		margin-top: -10px !important;
	}

	.stamp-setuju:hover {
		border-radius: 50px;
		border: 2px solid #2acc7e;
		color: #2acc7e;
		margin-top: -10px !important;
	}

	.stamp-tolak {
		border-radius: 50px;
		border: 2px solid #ef524b;
		color: #ef524b;
		margin-top: -10px !important;
	}

	.stamp-tolak:hover {
		border-radius: 50px;
		border: 2px solid #ef524b;
		color: #ef524b;
		margin-top: -10px !important;
	}

	.stamp-tunggu {
		border-radius: 50px;
		border: 2px solid #f6c343;
		color: #f6c343;
		margin-top: -10px !important;
	}

	.stamp-tunggu:hover {
		border-radius: 50px;
		border: 2px solid #f6c343;
		color: #f6c343;
		margin-top: -10px !important;
	}

	.stamp-terima {
		border-radius: 50px;
		border: 2px solid #132f61;
		color: #132f61;
		margin-top: -10px !important;
	}

	.stamp-terima:hover {
		border-radius: 50px;
		border: 2px solid #132f61;
		color: #132f61;
		margin-top: -10px !important;
	}
}

@media screen and (max-width: 960px) {
	.stamp-setuju {
		border-radius: 50px;
		border: 2px solid #2acc7e;
		color: #2acc7e;
		margin-top: -10px !important;
	}

	.stamp-setuju:hover {
		border-radius: 50px;
		border: 2px solid #2acc7e;
		color: #2acc7e;
		margin-top: -10px !important;
	}

	.stamp-tolak {
		border-radius: 50px;
		border: 2px solid #ef524b;
		color: #ef524b;
		margin-top: -10px !important;
	}

	.stamp-tolak:hover {
		border-radius: 50px;
		border: 2px solid #ef524b;
		color: #ef524b;
		margin-top: -10px !important;
	}

	.stamp-tunggu {
		border-radius: 50px;
		border: 2px solid #f6c343;
		color: #f6c343;
		margin-top: -10px !important;
	}

	.stamp-tunggu:hover {
		border-radius: 50px;
		border: 2px solid #f6c343;
		color: #f6c343;
		margin-top: -10px !important;
	}

	.stamp-terima {
		border-radius: 50px;
		border: 2px solid #132f61;
		color: #132f61;
		margin-top: -10px !important;
	}

	.stamp-terima:hover {
		border-radius: 50px;
		border: 2px solid #132f61;
		color: #132f61;
		margin-top: -10px !important;
	}
}

.dt-body-right {
	text-align: right;
}

.form-control::placeholder {
	font-size: 0.8em; /* Atur ukuran teks placeholder sesuai kebutuhan */
}
