/**
* Template Name: NiceAdmin
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Updated: Apr 20 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
	font-size: 14px;
	/* 14px, você pode ajustar esse valor */
	font-family: 'Roboto', sans-serif;
}


:root {
	scroll-behavior: smooth;
	/* brandColors */
	--primary-color: #262631;
	--secondary-color: #2d2e83;
	--secondary-color-weak: #1b27cf30;

	--third-color: #AEAEAE;
	/* stateColors */
	--info-color: #2F80ED;
	--success-color: #27AE60;
	--warning-color: #E2B93B;
	--error-color: #EB5757;
	/* blackColors */
	--black1: #000000;
	--black2: #1D1D1D;
	--black3: #282828;
	--white: #FFFFFF;
	/* grayColors */
	--gray1: #333333;
	--gray2: #524F4F;
	--gray3: #4F4F4F;
	--gray4: #828282;
	--gray5: #BDBDBD;
	--gray6: #E0E0E0;
	--gray7: #EEEEEE;
	--gray8: #F6F6F6;
	/* purpleColors */
	--purple1: #E3DEF0;
	--purple2: #C0B7DA;
	--purple3: #988FB8;
	--purple4: #86839F;
	--purple5: #7E7AA2;
	--purple6: #6E6091;
	--purple7: #52477F;
	--purple8: #2D2E83;
	--purple9: #2F2A56;
	--box-shadow: 0 0 .28rem rgba(0, 0, 0, 0.25);
	--border-radius: .7rem;
}

body {
	font-family: 'Roboto', sans-serif;
	background: #f9f9f9;
	/* background: #f1f1f1; */
	color: var(--gray3);
	overflow: hidden;
	box-sizing: border-box;
	line-height: 1 !important;
	vertical-align: middle !important;
	flex-shrink: 0;
	min-height: 100svh;
}

.layout-content {
	/* display: flex;
	flex-direction: row; */
	transition: all 0.3s;
	/* overflow-y: auto;
	overflow-x: hidden; */
	/* flex-grow: 1; */
	width: 100vw;
	max-width: 100vw;
	/* height: 100vh; */
	display: grid;
	grid-template-columns: 21rem 1fr;
	transition: grid-template-columns 0.3s ease-in-out;
}

.sidebar-collapsed.layout-content {
	grid-template-columns: 6.3rem 1fr;
}

.unypay-card {
	background-color: var(--white);
	border-radius: var(--border-radius);
	padding: 1rem;
	gap: 1.12rem;
	box-shadow: var(--box-shadow);

	.unypay-header-card {
		color: var(--gray3);
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: center;
		width: 100%;
		gap: .35rem;

		.title {
			font-size: 1.2rem;
			font-weight: 600;
			margin: 0;
			margin-bottom: .7rem;
		}

		.subtitle {
			font-size: 1rem;
			font-weight: 400;
		}
	}

	.unypay-header-card.actions {
		flex-direction: row;
		justify-content: space-between;
	}
}

.driver-popover * {
	font-family: 'Roboto', sans-serif;
}

.driver-popover-footer button {
	padding: 0;
	text-shadow: none;
	line-height: normal;
	border: none;
	border-radius: var(--border-radius);
	height: auto !important;
}

.popover-buttons {
	display: flex;
	flex-direction: row;
	gap: .35rem;
}

.driver-popover-navigation-btns {
	gap: 0.35rem;
	justify-content: center;
}

.fisrt-popover {
	max-width: 41.3rem;
	width: 41.3rem;

	img {
		width: 17.5rem;
	}

	.driver-popover-description {
		background-color: #fff;
		font-weight: inherit;
	}
}

.platform-tour .driver-popover-navigation-btns {
	display: flex;
	flex-direction: row-reverse;
	justify-content: end;
}

button.button,
button.secondary-button,
a.button,
a.secondary-button,
button.driver-popover-next-btn,
.unypay-card .nav-link,
.unypay-modal-body .nav-link,
.modal-body .nav-link,
.nav-link.active {
	border-radius: var(--border-radius);
	padding: .7rem 1.4rem;
	font-size: .85rem;
	font-weight: bold;
	height: fit-content;
	transition: color 0.3s, background 0.3s, transform 0.3s, outline 0.2s;
	text-align: center;
}

button.button,
a.button,
button.driver-popover-next-btn.button,
.nav-link.active {
	border: .15rem solid var(--secondary-color) !important;
	background-color: var(--secondary-color) !important;
	color: var(--white) !important;
}

button.button:disabled,
a.button:disabled,
button.driver-popover-next-btn.button:disabled {
	opacity: 40%;
}

button.secondary-button,
a.secondary-button,
button.driver-popover-next-btn,
.unypay-card .nav-link,
.unypay-modal-body .nav-link,
.modal-body .nav-link {
	border: .15rem solid var(--purple3);
	background-color: var(--white);
	color: var(--secondary-color);
}

button.secondary-button:hover,
a.secondary-button:hover,
button.driver-popover-next-btn,
.unypay-card .nav-link:hover,
.unypay-modal-body .nav-link:hover,
.modal-body .nav-link:hover {
	background-color: var(--white);
	border: .15rem solid var(--secondary-color);
	color: var(--secondary-color);
}

button.button:hover,
a.button:hover,
button.driver-popover-next-btn.button:hover,
.nav-link.active:hover {
	border: .15rem solid var(--purple9);
	color: var(--white);
	background-color: var(--purple9);
}

button.button:active,
button.secondary-button:active,
a.button:active,
a.secondary-button:active,
button.driver-popover-next-btn:active,
.unypay-card .nav-link:active,
.unypay-modal-body .nav-link:active,
.modal-body .nav-link:active,
.nav-link.active:active {
	outline: var(--purple2) .21rem solid !important;
}

button.button.disabled,
a.button.disabled,
button.driver-popover-next-btn.button.disabled {
	background-color: var(--gray4) !important;
	color: var(--gray3) !important;
	border-color: var(--gray4) !important;
	cursor: not-allowed;
}

button.secondary-button.disabled,
a.secondary-button.disabled,
button.driver-popover-next-btn.driver-popover-btn-disabled {
	color: var(--gray4);
	border-color: var(--gray4);
	cursor: not-allowed;
}

.link,
button.driver-popover-prev-btn,
button.link {
	font-weight: 500;
	color: var(--secondary-color);
	text-decoration: underline;
}

.link:hover,
button.driver-popover-prev-btn,
button.link:hover {
	color: var(--secondary-color);
	text-decoration: none;
}

.link:active,
button.driver-popover-prev-btn:active,
button.link:active {
	color: #423e6d;
	text-decoration: underline;
}

.link.disabled,
button.driver-popover-btn-disabled,
button.link.disabled {
	color: var(--gray3);
	cursor: not-allowed;
}

.driver-popover-footer button.link {
	text-decoration: none;
}

a {
	color: #4154f1;
	text-decoration: none;
}

a:hover {
	color: #717ff5;
	text-decoration: none;
}

.pointer {
	cursor: pointer;
}

.container-totais {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: .7rem;
	align-items: center;

	.simple-card {
		flex: 1;
	}
}

.svh-100 {
	height: 100svh;
}

.spinner-border {
	border: var(--bs-spinner-border-width) solid transparent;
	border-right-color: var(--secondary-color);
	--bs-spinner-width: 4rem;
	--bs-spinner-height: 4rem;
	--bs-spinner-border-width: 0.4em;
}

.driver-popover-title {
	color: var(--gray3);
	font-size: 1.26rem;
}

.driver-popover-close-btn {
	color: var(--gray3);
	font-size: 1.9rem;
	font-weight: normal;
}

.driver-popover-description {
	width: 100%;
	padding: .5rem;
	background-color: var(--gray7);
	border-radius: .56rem;
	font-weight: bold;
	font-size: 1.05rem;
	color: var(--gray3);
}

input[type="radio"] {
	appearance: auto;
	accent-color: var(--secondary-color);
}

.actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .7rem;
	width: 100%;

	input {
		width: 100%;
		border: .07rem solid var(--gray3);
		border-radius: 0.56rem;
		height: 2.1rem;
		font-size: .84rem;
		padding: .7rem;
		border: .07rem solid var(--gray6);
		background-image: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/icons/search.svg');
		background-repeat: no-repeat;
		background-position: .7rem center;
		background-size: .84rem .84rem;
		padding-left: 2rem;
		order: 0;
	}

	input:focus {
		outline: none;
	}

	.bi-filetype-pdf {
		order: 1;
	}

	.bi-file-earmark-excel {
		order: 2;
	}
}

.toast {
	width: 24.5rem;
	display: flex;
	flex-direction: row;
	gap: 2.1rem;
	border-radius: .7rem;
	background-color: rgba(255, 255, 255, .95);
	padding: 0.7rem;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	cursor: pointer;

	i {
		color: var(--error-color);
		font-size: 2.8rem;
		line-height: 1;
		vertical-align: middle;
	}

	h3 {
		font-weight: 600;
		text-transform: uppercase;
		font-size: 1.2rem;
		margin: 0 !important;
	}
}

.toast.error {
	border-left: .35rem solid var(--error-color);

	i {
		color: var(--error-color);
	}
}

.toast.success {
	border-left: .35rem solid var(--success-color);

	i {
		color: var(--success-color);
	}
}

/* @media (max-width: 768px) {
	
	.layout-content {
		flex-direction: column-reverse;
	}
	.sidebar{
		width: 100% !important;
		padding: .5rem !important;
        justify-content: center !important;
	}
	.sidebar, .container-img-links, .sidebar-nav, .bottom-sidebar{
		flex-direction: row !important;
	}
	.sidebar .nav-item, .user-name, .status, .sidebar-actions, .user-info img{
		display: none !important;
	}
	#responsive-menu{
		display: block !important;
		i{
			font-size: 1.8rem;
		}
		span{
			display: none;
		}
	}
	.container-img-links {
		gap: 0;
		img{
			width: 2.8rem;
		}
	}
	.bottom-sidebar	.profile-pic{
		width: 2.8rem !important;
		height: 2.8rem !important;
	}

	.dropdown-item{
		display: flex;
		flex-direction: row;
		align-items: center;
		i{
			font-size: 1.6rem !important;
		}
		button{
			width: 100%;
			padding: 0;
			clear: both;
			text-decoration: none;
			white-space: nowrap;
			background-color: transparent;
			border: 0;
			display: flex;
			align-items: center;
			gap: .7rem;
			i{
				font-size: 2rem
			}
		}
		a{
			color: white !important;
			font-size: 1rem;
		}
	}

	.dropdown-menu span{
		font-size: 1rem !important;
		display: flex !important;
		justify-content: center;
		margin: .35rem 0;
	}
	.user-info{
		display: none !important;
	}
	#user-info-hide, #user-info-hide .profile-pic{
		display: block !important;
	}
} */

.bg-yellow {
	background-color: #FEB019 !important;
	border: none !important;
}

@media (max-width: 700px) {
	.container-totais {
		display: flex;
		flex-direction: column;

		.simple-card {
			width: 100%;
		}
	}
}

.search-container {
	display: flex !important;
	justify-content: end;
	width: 100%;
	padding: 0;

	.actions {
		display: flex;
		align-items: center;
		justify-content: end;
		gap: .7rem;
		width: 100%;
	}

	input {
		border: .07rem solid var(--gray3);
		border-radius: .56rem;
		font-size: .84rem;
		padding: .7rem;
		height: 2.45rem;
		width: .07rem solid var(--gray6);
		background-image: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/icons/search.svg');
		background-repeat: no-repeat;
		background-position: .7rem center;
		background-size: .84rem .84rem;
		padding-left: 2rem;
	}

	input:focus {
		outline: none;
	}
}

.nav-tabs {
	border: none !important;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 1.5rem;
	overflow: auto;
	margin-bottom: 0;
	padding-top: .21rem;
	--bs-nav-tabs-border-width: 0 !important;
	padding-bottom: .35rem;

	.nav-item {
		margin-top: .5rem;
	}
}

::-webkit-scrollbar {
	height: 4px;
	/* Altura da barra de rolagem horizontal */
	width: 6px;
}

::-webkit-scrollbar-track {
	background: var(--gray6);
	/* Cor de fundo do trilho */
	border-radius: 10px;
}

/* Parte que se move (a alça da rolagem) */
::-webkit-scrollbar-thumb {
	background: var(--gray4);
	/* Cor da alça */
	border-radius: 10px;
}


.unypay-card .nav-link,
.unypay-modal-body .nav-link,
.modal-body .nav-link {
	text-wrap: nowrap;
	padding: .35rem .7rem;

	.badge {
		background-color: var(--white) !important;
		position: relative;
		border: .15rem solid var(--purple3);
		color: var(--secondary-color)
	}
}


/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/

.timeline {
	position: relative;
	margin: 0 auto;
	margin-left: 8%;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
	content: '';
	position: absolute;
	width: .14rem;
	background: linear-gradient(to bottom,
			rgba(45, 46, 131, 1) 0%,
			rgba(45, 46, 131, 1) 82%,
			rgba(45, 46, 131, 0.2) 100%);
	top: .7rem;
	bottom: 0;
	left: .49rem;
	margin-left: -.21rem;
}

/* Container around content */
.container {
	padding: 0 0 0 1.05rem;
	position: relative;
	background-color: inherit;
	width: 100%;
}

/* The circles on the timeline */

.timeline .container::after {
	content: '';
	position: absolute;
	width: .7rem;
	height: .7rem;
	background-color: #2D2E83;
	top: 0rem;
	left: 0;
	border-radius: 50%;
	z-index: 1;
}

.content {
	display: flex;
	flex-direction: column;
	padding-bottom: .7rem;
}

.date {
	font-size: .91rem;
	font-weight: bold;
}

.title-timeline-item {
	font-size: 1rem;
	font-weight: bold;
}

.description-timeline-item {
	font-size: 1.05rem;
	font-weight: bolder;
	color: var(--gray1);
}

i {
	line-height: 1;
	vertical-align: middle;
}


/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
	/* padding: 1.4rem 2.1rem; */
	transition: all 0.3s;
	overflow-y: auto;
	overflow-x: hidden;
	/* flex-grow: 1; */
	/* width: calc(100vw - 21rem); */
	max-width: 100vw;
	/* height: 100vh; */
	display: flex;
	flex-direction: column;
	overflow: hidden;
	flex-shrink: 0;
}

/* .sidebar-collapsed #main{ */
/* width: calc(100vw - 6.3rem); */
/* } */

.view-content {
	padding: 1.4rem 2.1rem;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

@media (max-width: 1199px) {
	.view-content {
		padding: 1.4rem;
		padding-top: 0;
	}
}

.tour .dropdown-item i {
	color: black;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
/* .pagetitle {
	margin-bottom: .7rem;
}

.pagetitle h1 {
	font-size: 1.68rem;
	margin-bottom: 0;
	font-weight: 600;
	color: #012970;
} */

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/* .back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 1.05rem;
	bottom: 1.05rem;
	z-index: 99999;
	background-color: #6675DF;
	border-radius: var(--border-radius);
	width: 40px;
	height: 40px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 1.68rem;
	color: var(--white);
	line-height: 0;
}

.back-to-top:hover {
	background: #6776f4;
	color: var(--white);
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
} */

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
	border-radius: .28rem;
	padding: .7rem 0;
	animation-name: dropdown-animate;
	animation-duration: 0.2s;
	animation-fill-mode: both;
	border: 0;
	box-shadow: 0 .35rem 2.1rem 0 rgba(82, 63, 105, 0.2);
}

.modal-content {
	overflow-x: auto;
	/* Permite rolar horizontalmente */

}

.modal-body {
	overflow-x: auto;
	/* Caso você queira permitir rolagem somente no corpo da modal */

}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
	text-align: center;
	font-size: 1.05rem;
	padding: .7rem 1.75rem;
}

.dropdown-menu .dropdown-footer a {
	color: #444444;
	text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
	text-decoration: none;
}

.dropdown-menu .dropdown-divider {
	color: #a5c5fe;
	margin: 0;
}

.dropdown-menu .dropdown-item {
	font-size: 1rem;
	padding: .7rem 1.05rem;
	transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
	margin-right: .7rem;
	font-size: 1.26rem;
	line-height: 1;
	vertical-align: middle;
}

.dropdown-menu .dropdown-item:hover {
	background-color: #f6f9ff;
}

.pending-status-button {
	background-color: #FEB019;
	border-radius: var(--border-radius);
	padding: .35rem .7rem;
	font-size: .85rem;
	font-weight: bold;
	height: fit-content;
	transition: color 0.3s, background 0.3s, transform 0.3s, outline 0.2s;
	text-align: center;
	border: none;
	color: white;
}

@media (min-width: 768px) {
	.dropdown-menu-arrow::before {
		content: "";
		width: 1.21rem;
		height: 1.21rem;
		background: var(--white);
		position: absolute;
		top: -0.49rem;
		right: 1.4rem;
		transform: rotate(45deg);
		border-top: .07rem solid #eaedf1;
		border-left: .07rem solid #eaedf1;
	}
}

@keyframes dropdown-animate {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

	0% {
		opacity: 0;
	}
}

/* Light Backgrounds */
.bg-primary-light {
	background-color: #cfe2ff;
	border-color: #cfe2ff;
}


.badge {
	font-size: .77rem;
}

.bg-secondary-light {
	background-color: #e2e3e5;
	border-color: #e2e3e5;
}

.bg-success-light {
	background-color: #d1e7dd;
	border-color: #d1e7dd;
}

.bg-danger-light {
	background-color: #f8d7da;
	border-color: #f8d7da;
}

.bg-warning-light {
	background-color: #fff3cd;
	border-color: #fff3cd;
}

.bg-info-light {
	background-color: #cff4fc;
	border-color: #cff4fc;
}

.bg-dark-light {
	background-color: #d3d3d4;
	border-color: #d3d3d4;
}

/* Card */
.card {
	margin-bottom: 2.1rem;
	border: none;
	border-radius: .35rem;
	box-shadow: 0rem 0 2.1rem rgba(1, 41, 112, 0.1);



}

.card-header,
.card-footer {
	border-color: #ebeef4;
	background-color: #010814;
	color: #798eb3;
	padding: 1.05rem;

}

.card-title {
	padding: 1.4rem 0 1.05rem 0;
	font-size: 1.26rem;
	font-weight: 500;
	color: #012970;

}

.card-title span {
	color: #899bbd;
	font-size: 1rem;
	font-weight: 400;

}

.card-body {
	padding: 0 1.4rem 1.4rem 1.4rem;
	font-size: 1.05rem;

}

.card-img-overlay {
	background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
	font-weight: 500;
	font-size: 1.4rem;
}

/* Close Button */
.btn-close {
	background-size: 25%;
}

.btn-close:focus {
	outline: 0;
	box-shadow: none;
}

/* Accordion */
.accordion-item {
	border: .07rem solid #ebeef4;
}

.accordion-button:focus {
	outline: 0;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: #012970;
	background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
	padding: 1.05rem 0;
	background: none;
	border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
	box-shadow: none;
	color: #4154f1;
}

.accordion-flush .accordion-body {
	padding: 0 0 1.05rem 0;
	color: #3e4f6f;
	font-size: 1.05rem;
}

/* Breadcrumbs */
.breadcrumb {
	font-size: 1rem;
	color: #899bbd;
	font-weight: 600;
}

.breadcrumb a {
	color: #899bbd;
	transition: 0.3s;
}

.breadcrumb a:hover {
	color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
	color: #899bbd;
}

.breadcrumb .active {
	color: #51678f;
	font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
	border-bottom: .15rem solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
	margin-bottom: -.14rem;
	border: none;
	color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
	color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
	background-color: var(--white);
	color: #4154f1;
	border-bottom: .15rem solid #4154f1;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
	position: absolute;
	right: 0rem;
	top: 1.05rem;
}

.dashboard .filter .icon {
	color: #aab7cf;
	padding-right: 1.4rem;
	padding-bottom: .35rem;
	transition: 0.3s;
	font-size: 1.12rem;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
	color: #4154f1;
}

.dashboard .filter .dropdown-header {
	padding: .56rem 1.05rem;
}

.dashboard .filter .dropdown-header h6 {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .07rem;
	color: #aab7cf;
	margin-bottom: 0;
	padding: 0;
}

.dashboard .filter .dropdown-item {
	padding: .56rem 1.05rem;
}

/* Info Cards */
.dashboard .info-card {
	padding-bottom: .7rem;
}

.dashboard .info-card h6 {
	font-size: 1.54rem;
	color: #012970;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.dashboard .card-icon {
	font-size: 2.24rem;
	line-height: 0;
	width: 4.48rem;
	height: 4.48rem;
	flex-shrink: 0;
	flex-grow: 0;
}

.dashboard .sales-card .card-icon {
	color: #4154f1;
	background: rgb(212, 212, 244);
}

.dashboard .revenue-card .card-icon {
	color: #2eca6a;
	background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
	color: #ff771d;
	background: #ffecdf;
}

/* Activity */
.dashboard .activity {
	font-size: 1rem;
}

.dashboard .activity .activity-item .activite-label {
	color: #888;
	position: relative;
	flex-shrink: 0;
	flex-grow: 0;
	min-width: 4.48rem;
}

.dashboard .activity .activity-item .activite-label::before {
	content: "";
	position: absolute;
	right: -.77rem;
	width: .28rem;
	top: 0;
	bottom: 0;
	background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
	margin-top: .21rem;
	z-index: 1;
	font-size: .77rem;
	line-height: 0;
	border-radius: 50%;
	flex-shrink: 0;
	border: .21rem solid var(--white);
	flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
	padding-left: .7rem;
	padding-bottom: 1.4rem;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
	top: .35rem;
}

.dashboard .activity .activity-item:last-child .activity-content {
	padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
	margin-top: 1.05rem;
}

.dashboard .news img {
	width: 5.6rem;
	float: left;
	border-radius: .35rem;
}

.dashboard .news h4 {
	font-size: 1.05rem;
	margin-left: 6.65rem;
	font-weight: bold;
	margin-bottom: .35rem;
}

.dashboard .news h4 a {
	color: #012970;
	transition: 0.3s;
}

.dashboard .news h4 a:hover {
	color: #4154f1;
}

.dashboard .news p {
	font-size: 1rem;
	color: #777777;
	margin-left: 6.65rem;
}

/* Recent Sales */
.dashboard .recent-sales {
	font-size: 1rem;
}

.dashboard .recent-sales .table thead {
	background: #f6f6fe;

}

.dashboard .recent-sales .table thead th {
	border: 0;

}

.dashboard .recent-sales .dataTable-top {
	padding: 0 0 .7rem 0;
}

.dashboard .recent-sales .dataTable-bottom {
	padding: .7rem 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
	font-size: 1rem;
}

.dashboard .top-selling .table thead {
	background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
	border: 0;
}

.dashboard .top-selling .table tbody td {
	vertical-align: middle;
}

.dashboard .top-selling img {
	border-radius: .35rem;
	max-width: 4.2rem;
}


.table thead th {

	font-weight: bold;
	color: #050c6d;
	font-size: 1rem;
}

.table tbody td {


	font-size: 1.21rem;
}


/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
	display: grid;
	max-width: 100%;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1.25rem;
	padding-top: 1.05rem;
}

.iconslist .icon {
	background-color: var(--white);
	border-radius: 0.25rem;
	text-align: center;
	color: #012970;
	padding: 1.05rem 0;
}

.iconslist i {
	margin: 0.25rem;
	font-size: 2.5rem;
}

.iconslist .label {
	font-family: var(--bs-font-monospace);
	display: inline-block;
	width: 100%;
	overflow: hidden;
	padding: 0.25rem;
	font-size: .85rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
	max-width: .84rem;
}

.profile .profile-card h2 {
	font-size: 1.68rem;
	font-weight: 700;
	color: #2c384e;
	margin: .7rem 0 0 0;
}

.profile .profile-card h3 {
	font-size: 1.26rem;
}

.profile .profile-card .social-links a {
	font-size: 1.4rem;
	display: inline-block;
	color: rgba(1, 41, 112, 0.5);
	line-height: 0;
	margin-right: .7rem;
	transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
	color: #012970;
}

.profile .profile-overview .row {
	margin-bottom: 1.4rem;
	font-size: 1.05rem;
}

.profile .profile-overview .card-title {
	color: #012970;
}

.profile .profile-overview .label {
	font-weight: 600;
	color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
	font-weight: 600;
	color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
	max-width: .84rem;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
/* .faq .basic h6 {
	font-size: 1.26rem;
	font-weight: 600;
	color: #4154f1;
}

.faq .basic p {
	color: #6980aa;
} */

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
/* .contact .info-box {
	padding: 28px 2.1rem;
}

.contact .info-box i {
	font-size: 38px;
	line-height: 0;
	color: #4154f1;
}

.contact .info-box h3 {
	font-size: 1.4rem;
	color: #012970;
	font-weight: 700;
	margin: 1.4rem 0 .7rem 0;
}

.contact .info-box p {
	padding: 0;
	line-height: 1.68rem;
	font-size: 1rem;
	margin-bottom: 0;
}

.contact .php-email-form .error-message {
	display: none;
	color: var(--white);
	background: var(--error-color);
	text-align: left;
	padding: 1.05rem;
	margin-bottom: 1.68rem;
	font-weight: 600;
}

.contact .php-email-form .sent-message {
	display: none;
	color: var(--white);
	background: #18d26e;
	text-align: center;
	padding: 1.05rem;
	margin-bottom: 1.68rem;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: var(--white);
	text-align: center;
	padding: 1.05rem;
	margin-bottom: 1.68rem;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 1.68rem;
	height: 1.68rem;
	margin: 0 .7rem -6px 0;
	border: .21rem solid #18d26e;
	border-top-color: #eee;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 1rem;
	border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
	border-color: #4154f1;
}

.contact .php-email-form input {
	padding: .7rem 1.05rem;
}

.contact .php-email-form textarea {
	padding: .85rem 1.05rem;
}

.contact .php-email-form button[type=submit] {
	background: #4154f1;
	border: 0;
	padding: .7rem 2.1rem;
	color: var(--white);
	transition: 0.4s;
	border-radius: .28rem;
}

.contact .php-email-form button[type=submit]:hover {
	background: #5969f3;
} */

/* @keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
} */

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
/* .error-404 {
	padding: 2.1rem;
}

.error-404 h1 {
	font-size: 180px;
	font-weight: 700;
	color: #4154f1;
	margin-bottom: 0;
	line-height: 150px;
}

.error-404 h2 {
	font-size: 1.68rem;
	font-weight: 700;
	color: #012970;
	margin-bottom: 2.1rem;
}

.error-404 .btn {
	background: #51678f;
	color: var(--white);
	padding: .56rem 2.1rem;
}

.error-404 .btn:hover {
	background: #3e4f6f;
}

@media (min-width: 992px) {
	.error-404 img {
		max-width: 50%;
	}
} */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* .footer {
	padding: .7rem 0;
	font-size: .85rem;
	font-weight: bold;
	color: var(--gray2);
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column; 
}*/

.secondary-icon {
	color: var(--secondary-color);
	font-size: 5rem;
}

.secondary-color {
	color: var(--secondary-color);
}

.bg-secondary-color {
	background-color: var(--secondary-color);
}

.success-badge {
	background: #e6f8e8;
	color: #1f8b4d;
	border: .07rem solid #b7e6bd;
	font-weight: 500;
	padding: .28rem .56rem;
	border-radius: .42rem;
	font-size: .84rem;
}

.danger-badge {
	background: #fdeaea;
	color: #c0392b;
	border: .07rem solid #f5c2c2;
	font-weight: 500;
	padding: .28rem .56rem;
	border-radius: .42rem;
	font-size: .84rem;
}

.warning-badge {
	background: #fff8e5;
	color: #c49a00;
	border: .07rem solid #ffe4a3;
	font-weight: 500;
	padding: .28rem .56rem;
	border-radius: .42rem;
	font-size: .84rem;
}

.dark-badge {
	background: #292929;
	color: #fff;
	border: .07rem solid #000;
	font-weight: 500;
	padding: .28rem .56rem;
	border-radius: .42rem;
	font-size: .84rem;
}