:root {
	--primary-color: #aceb2f;
	--primary-color-hover: #f7ffe6;
	--secondary-color: #3a3a3a;
	--light-color: #fff;
	--background-color: #595959;
	--btton-radius: 50px;
	--text-color: #7b7b7b;
}

@keyframes swing {
	0% {
		transform: rotate(0deg);
	}

	10% {
		transform: rotate(10deg);
	}

	30% {
		transform: rotate(0deg);
	}

	40% {
		transform: rotate(-10deg);
	}

	50% {
		transform: rotate(0deg);
	}

	60% {
		transform: rotate(5deg);
	}

	70% {
		transform: rotate(0deg);
	}

	80% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes sonar {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

body {
	font-size: 0.9rem;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/


.page-wrapper {
	height: 100vh;
}

	.page-wrapper .theme {
		width: 40px;
		height: 40px;
		display: inline-block;
		border-radius: 4px;
		margin: 2px;
		background-color: #fff;
	}

		.page-wrapper .theme.chiller-theme {
			background: #1e2229;
		}

	/*----------------toggeled sidebar----------------*/

	.page-wrapper.toggled .sidebar-wrapper {
		right: 0px;
	}

@media screen and (min-width: 768px) {
	.page-wrapper.toggled .page-content {
		padding-left: 300px;
	}
}
/*----------------show sidebar button----------------*/
#show-sidebar {
	position: fixed;
	right: 0;
	top: 10px;
	border-radius: 4px 0 0 4px;
	width: 55px;
	transition-delay: 0.3s;
	height: 55px
}

.page-wrapper.toggled #show-sidebar {
	/*left: -40px;*/
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
	width: 320px;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}

	.sidebar-wrapper ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	.sidebar-wrapper a {
		text-decoration: none;
	}

/*----------------sidebar-content----------------*/

.sidebar-content {
	max-height: calc(100% - 30px);
	height: calc(100% - 30px);
	overflow-y: auto;
	position: relative;
}

	.sidebar-content.desktop {
		overflow-y: hidden;
	}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
	padding: 10px 20px;
	display: flex;
	align-items: center;
}

	.sidebar-wrapper .sidebar-brand > a {
		text-transform: uppercase;
		font-weight: bold;
		flex-grow: 1;
	}

	.sidebar-wrapper .sidebar-brand #close-sidebar {
		cursor: pointer;
		font-size: 20px;
	}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
	padding: 0;
	overflow: hidden;
	background-color: #3a3a3a;
	/*background-image: url(../../img/HelpDesk/3.jpg)*/
}

	.sidebar-wrapper .sidebar-header .user-pic {
		border-radius: 12px;
		text-align: center;
		overflow: hidden;
	}

		.sidebar-wrapper .sidebar-header .user-pic img {
			object-fit: cover;
			height: auto;
			width: 50%;
		}

	.sidebar-wrapper .sidebar-header .user-info {
		float: left;
	}

		.sidebar-wrapper .sidebar-header .user-info > span {
			display: block;
		}

		.sidebar-wrapper .sidebar-header .user-info .user-role {
			font-size: 12px;
		}

		.sidebar-wrapper .sidebar-header .user-info .user-status {
			font-size: 11px;
			margin-top: 4px;
		}

			.sidebar-wrapper .sidebar-header .user-info .user-status i {
				font-size: 8px;
				margin-right: 4px;
				color: #5cb85c;
			}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
	padding: 10px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
	padding-bottom: 10px;
}

	.sidebar-wrapper .sidebar-menu .header-menu span {
		font-weight: bold;
		font-size: 14px;
		padding: 15px 20px 5px 20px;
		display: inline-block;
	}

	.sidebar-wrapper .sidebar-menu ul li a {
		display: inline-block;
		width: 100%;
		text-decoration: none;
		position: relative;
		padding: 8px 0px 8px 20px;
	}

	.sidebar-wrapper .sidebar-menu ul li span {
		padding: 0px 8px 0px 0px;
		color: var(--light-color);
		font-size: 16px !important;
		text-align: right;
	}

	.sidebar-wrapper .sidebar-menu ul li a i {
		margin-right: 10px;
		font-size: 16px !important;
		width: 24px;
		height: 24px;
		line-height: 23px;
		text-align: center;
		border-radius: 4px;
	}

	.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
		display: inline-block;
		animation: swing ease-in-out 0.5s 1 alternate;
	}

	.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: url("../../imgNew/leftarrow5.png");
		font-style: normal;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-align: center;
		background: 0 0;
		position: absolute;
		left: 10px;
		top: 14px;
	}

	.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
		padding: 5px 0;
	}

	.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
		font-size: 13px;
	}

		.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
			content: "\f111";
			font-family: "Font Awesome 5 Free";
			font-weight: 400;
			font-style: normal;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			margin-right: 10px;
			font-size: 8px;
		}

	.sidebar-wrapper .sidebar-menu ul li a span.label,
	.sidebar-wrapper .sidebar-menu ul li a span.badge {
		float: right;
		margin-top: 8px;
		margin-left: 5px;
	}

	.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
	.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
		float: right;
		margin-top: 0px;
	}

	.sidebar-wrapper .sidebar-menu .sidebar-submenu {
		display: none;
	}

	.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
		transform: rotate(90deg);
		top: 10px;
	}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	display: flex;
}

	.sidebar-footer > a {
		flex-grow: 1;
		text-align: center;
		height: 30px;
		line-height: 30px;
		position: relative;
	}

		.sidebar-footer > a .notification {
			position: absolute;
			top: 0;
		}

.badge-sonar {
	display: inline-block;
	background: #980303;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 0;
}

	.badge-sonar:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		border: 2px solid #980303;
		opacity: 0;
		border-radius: 50%;
		width: 100%;
		height: 100%;
		animation: sonar 1.5s infinite;
	}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
	display: inline-block;
	width: 100%;
	padding-left: 0px;
	padding-top: 20px;
}

	.page-wrapper .page-content > div {
		padding: 20px 40px;
	}

.page-wrapper .page-content {
	overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
	width: 5px;
	height: 7px;
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: #525965;
	border: 0px none #ffffff;
	border-radius: 0px;
}

	::-webkit-scrollbar-thumb:hover {
		background: #525965;
	}

	::-webkit-scrollbar-thumb:active {
		background: #525965;
	}

::-webkit-scrollbar-track {
	background: transparent;
	border: 0px none #ffffff;
	border-radius: 50px;
}

	::-webkit-scrollbar-track:hover {
		background: transparent;
	}

	::-webkit-scrollbar-track:active {
		background: transparent;
	}

::-webkit-scrollbar-corner {
	background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
	background: var(--secondary-color);
}

	.chiller-theme .sidebar-wrapper .sidebar-header,
	.chiller-theme .sidebar-wrapper .sidebar-search,
	.chiller-theme .sidebar-wrapper .sidebar-menu {
		/*  border-top: 1px solid #3a3f48;*/
	}

		.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
		.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
			border-color: transparent;
			box-shadow: none;
		}

		.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
		.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
		.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
		.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
		.chiller-theme .sidebar-wrapper .sidebar-brand > a,
		.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
		.chiller-theme .sidebar-footer > a {
			color: #fff;
			align-items: center;
		}

			.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
			.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
			.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
			.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
			.chiller-theme .sidebar-footer > a:hover i {
				color: #b8bfce;
			}

.page-wrapper.chiller-theme.toggled #close-sidebar {
	color: #bdbdbd;
}

	.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
		color: #ffffff;
	}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
	color: #16c7ff;
	text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
	background-color: transparent;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
	color: #6c7b88;
}

.chiller-theme .sidebar-footer {
	background: #3a3f48;
	box-shadow: 0px -1px 5px #282c33;
	border-top: 1px solid #464a52;
}

	.chiller-theme .sidebar-footer > a:first-child {
		border-left: none;
	}

	.chiller-theme .sidebar-footer > a:last-child {
		border-right: none;
	}

.about-content .bar {
	margin: 25px 0 20px auto;
	direction: ltr
}

.about-content .bar {
	height: 5px;
	width: 100px;
	background: #0dbcc0;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 25px auto 20px 0
}

	.about-content .bar::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 100%;
		width: 5px;
		background: #fff;
		-webkit-animation-duration: 2s;
		animation-duration: 2s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-name: MOVE-BG;
		animation-name: MOVE-BG
	}

.bgColorHoverBoxMedi {
	background-color: transparent !important;
}

.search-menu::placeholder {
	color: #c7c7c7;
}

.icon-button, .nav-reminder {
	width: 48px;
	height: 48px;
	padding: 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #f8f8f8;
	border-radius: 50px;
	font-size: 16px !important;
	position: relative;
	color: var(--secondary-color) !important;
}
	..icon-button, .nav-reminder:focus-visible {
		outline: none;
	}

	.icon-button:hover, .nav-reminder:hover {
		background-color: #dfdfdf !important;
	}

.nav-reminder {
	margin-left: 1rem !important;
}

#nav-reminder-span {
	right: 0px;
	top: 0px;
	background: #f50404;
	border-radius: 50px;
	color: var(--light-color);
	font-size: 0.7rem;
	min-width: 20px;
	text-align: center;
}

.subMenuHoverl.active {
	background-color: var(--primary-color) !important;
	border-radius: var(--btton-radius) !important;
	color: #2d2d2d !important;
	fill: #454343;
}
	.subMenuHoverl.active:focus-visible {
		outline: none;
	}
	.subMenuHoverl.active span {
		color: #2d2d2d !important;
	}

.dividerRightPanelMenuContent {
	background-color: transparent !important;
	padding: 4px 15px;
	border-radius: 0;
	color: #aceb2f;
	width: 100%;
}

.dividerRightPanelMenuContentstyle {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin: auto;
	background: #545454;
	z-index: 1;
	padding: 0 8px;
}

.dividerRightPanelMenu {
	margin: 20px auto;
	border-color: #949494;
}

.navbar-static-top {
	background-color: var(--light-color);
}

.label-primary, .badge-primary {
	background-color: var(--primary-color);
	color: var(--secondary-color);
}

.navbar.navbar-static-top {
	padding: .5rem 1rem;
	align-items: center;
}

.dashboard-username {
	color: var(--text-color);
}

	.dashboard-username strong {
		font-size: 1rem;
		color: var(--secondary-color) !important;
	}

#wrapper {
	background-color: var(--secondary-color);
}

#page-wrapper {
	border-radius: 0 50px 50px 0;
	background-color: var(--light-color);
	overflow: hidden;
}

.pace .pace-progress {
	background-color: var(--primary-color);
}

.sidebar-content::-webkit-scrollbar-thumb {
	background: var(--primary-color);
}

.sidebar-content::-webkit-scrollbar {
	width: 4px;
}

#selectLanguage i {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	font-size: 1rem;
	color: #999c9e;
}

#selectedLangHtml {
	background: #fff;
	border: solid 1px #e4e4e4;
	padding: 10px 32px 10px 10px;
	text-align: right;
	min-height: 48px;
	border-radius: 50px;
}

	#selectedLangHtml:focus-visible {
		border: solid 1px #dfdfdf;
		outline: none;
	}

#selectLanguage {
	direction: rtl;
}

.data-table-nav {
	padding: 0;
	border: none;
}

	.data-table-nav .title-style {
		padding-right: 0;
		color: #c3c3c3 !important;
	}

		.data-table-nav .title-style.active {
			color: var(--secondary-color) !important;
		}

.data-table {
	border-radius: 11px;
	overflow: hidden;
}

	.data-table th {
		background-color: #f3f7f8;
		padding: 20px 10px;
		text-align: right;
		color: var(--secondary-color);
	}

	.data-table tr:nth-child(even) {
		background: var(--light-color);
	}

	.data-table tr:nth-child(odd) {
		background: #fafbfd;
	}

	.data-table tr:hover {
		background: var(--primary-color-hover);
	}

	.data-table td {
		padding: 20px 10px;
		color: var(--text-color);
		text-wrap: nowrap;
	}

.data-table-container {
	overflow-x: auto;
}

.information-card:nth-child(1) .box-card {
	background-color: #386b58;
	color: var(--light-color);
	height: 100%;
}

.information-card:nth-child(2) .box-card {
	background-color: #deffa0;
	height: 100%;
}

.information-card:nth-child(3) .box-card {
	background-color: #8e5aac;
	color: var(--light-color);
	height: 100%;
}

	.information-card:nth-child(3) .box-card .red-arrow,
	.information-card:nth-child(1) .box-card .red-arrow {
		color: #ff9292;
	}

	.information-card:nth-child(3) .box-card .green-arrow,
	.information-card:nth-child(1) .box-card .green-arrow {
		color: #8adc99;
	}

.information-card:nth-child(4) .box-card {
	background-color: #ffea96;
	height: 100%;
}

.nav > li > a i {
	margin: 0;
}

.box-card {
	display: flex;
	flex-direction: column;
	border: solid 1px #e4e4e4;
	border-radius: 15px;
	padding: 15px;
	color: #3a3a3a;
}

.info-box-card {
	max-height: 450px;
	overflow-y: auto;
	height: 100%
}

	.info-box-card::-webkit-scrollbar-thumb {
		background: #d7d7d7;
		border-radius: 10px;
	}

	.info-box-card::-webkit-scrollbar {
		width: 8px;
	}

.box-card-title {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: space-between;
	font-size: 1rem;
}

.box-card .number-value {
	font-size: 2rem;
}

.box-card2 {
	padding: 16px;
	border-radius: 15px;
	display: flex;
	align-items: flex-start;
	color: var(--light-color);
	flex-wrap: wrap;
	flex-direction: column;
	gap: 8px;
	position: relative;
	overflow: hidden;
}

.info-div:nth-child(1) .box-card2 {
	background-color: #ffbf63;
}

.info-div:nth-child(2) .box-card2 {
	background-color: #3ddbbb;
}

.info-div:nth-child(3) .box-card2 {
	background-color: #5ba8ff;
}

.Articles-info {
	width: 100%;
	justify-content: space-between;
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
}

	.Articles-info span {
		font-size: 30px;
	}

.buttom-style {
	text-decoration: none;
	display: flex;
	width: 100%;
	align-items: center;
	gap: 8px;
	color: var(--light-color) !important;
	font-size: 1rem;
}

.span-info {
	font-size: 50px;
	font-weight: bold;
}

.box-i {
	padding: 4px;
	border: solid 2px var(--light-color);
	border-radius: 5px;
}

.img-info {
	left: 50px;
}

.img-strong-info {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: larger;
}

.icon-info {
	position: absolute;
	left: -16px;
	bottom: -27px;
	font-size: 150px;
	color: #f6f6f678;
}


.box-card2-title {
	color: var(--light-color);
	font-size: 1rem;
	font-weight: 400;
}

.button-style1 {
	color: #8ecc0b;
	font-size: 0.8rem;
	display: flex;
	align-items: baseline;
	gap: 8px;
}

	.button-style1:hover {
		color: #679407;
	}

.arrow-icon {
	border: solid 1px;
	border-radius: 3px;
	padding: 5px;
	width: 20px;
	height: 20px;
	font-size: 0.6rem;
}

.green-arrow {
	color: #18bd36;
}

.red-arrow {
	color: #bd1818;
}

.title-style {
	font-size: 1rem;
	font-weight: 700;
	margin: 10px 0;
}

.icon-title {
	display: flex;
	align-items: center;
	gap: 8px;
}

	.icon-title i {
		width: 48px;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		font-size: 1.2rem;
	}

.new-status {
	background-color: #c3f1ff;
	color: #14a2c4;
}

.preparing-status {
	background-color: #fff9c3;
	color: #c48f14;
}

.delivered-status {
	background-color: #f0e5f8;
	color: #7a3d9d;
}

.cancel-status {
	background-color: #ffe1e1;
	color: #b52a2a;
}


.verti-timeline {
	border-right: dashed 3px #e4e4e4;
	padding: 0;
}

.event-list {
	position: relative;
}

.event-timeline-dot {
	position: absolute;
	right: 0;
	transform: translate(calc(50% + 1.5px),-2px);
	color: var(--secondary-color);
	font-size: 1rem;
}
	.event-timeline-dot span {
		display: flex;
		background-color: var(--secondary-color);
		color: var(--light-color);
		width: 24px;
		height: 24px;
		border-radius: 50px;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 0.7rem;
	}

	.timeline-info {
		padding-right: 24px;
	}

	.timeline-info h3 {
		margin-bottom: 12px;
	}

.event-list:not(:first-child) .timeline-info h3 {
	margin-top: 12px;
}

.timeline-info-text {
	padding: 12px;
	border: solid 1px #e4e4e4;
	border-radius: 12px;
	font-size: 0.9rem;
	color: var(--text-color);
	font-weight: 400;
	display: flex;
	flex-direction: column;
	gap: 8px;
	background-color:#fafafa;
}

	.timeline-info-text:hover {
		background-color: var(--primary-color-hover);
		color: var(--text-color);
	}

	.timeline-info-text:not(:last-child) {
		margin-bottom: 10px;
	}

.timeline-info:not(:last-child) {
	padding-bottom: 40px;
}

.timeline-info-text span {
	font-size: 0.8rem;
	background: #257252;
	color: var(--light-color);
	padding: 4px 12px;
	border-radius: 15px;
	width: fit-content;
}

.list-style1 {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.list-content1 {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: space-between;
	text-wrap: nowrap;
}

	.list-content1 i.fa-hashtag {
		font-size: 1rem;
		color: #386b58;
	}

	.list-content1 i.fa-minus {
		font-size: 1rem;
		color: #8e5aac;
	}

.dashed-line {
	width: 100%;
	border: dashed 1px #e4e4e4;
}

.small-bold-title {
	color: var(--secondary-color);
	font-weight: 700;
	font-size: 0.9rem;
	margin: 0;
}

.small-text {
	font-size: 0.9rem;
	color: var(--text-color);
	font-weight: 400;
	margin: 0;
}

.transactions-div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.action-div {
	display: flex;
	gap: 8px;
}

	.action-div .icon-button {
		background-color: #a5d24a5e;
	}

		.action-div .icon-button:hover {
			background-color: #aceb2fab !important;
		}
.status-success {
	background-color: #deffa0;
	padding: 4px 12px;
	border-radius: 50px;
	font-size: 0.8rem;
	color: #3a3a3a;
	text-wrap: nowrap;
}
.status-fail {
	padding: 4px 12px;
	border-radius: 50px;
	font-size: 0.8rem;
	background-color: #ebebeb;
	color: #909090;
	text-wrap: nowrap;
}

.small-name-profile {
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	width: 48px;
	height: 48px;
	font-size: 1rem;
	background-color: var(--local-background-color);
	color: var(--local-color);
}
.small-name-div:nth-child(5n+1) {
	--local-background-color: #386b58;
	--local-color: var(--light-color);
}
.small-name-div:nth-child(5n+2) {
	--local-background-color: #acc91c;
	--local-color: var(--light-color);
}
.small-name-div:nth-child(5n+3) {
	--local-background-color: #8e5aac;
	--local-color: var(--light-color);
}
.small-name-div:nth-child(5n+4) {
	--local-background-color: #d99a25;
	--local-color: var(--light-color);
}
.small-name-div:nth-child(5n+5) {
	--local-background-color: #848484;
	--local-color: var(--light-color);
}

@media screen and (max-width: 768px) {
	body:not(.mini-navbar) {
		background: var(--light-color);
	}

	#page-wrapper {
		border-radius: 0;
	}
}
