
:root {
	--dk-gray-200: #E5E7EB;
	--dk-gray-500: #6B7280;
	--dk-gray-600: #4B5563;
	--dk-gray-700: #374151;
	--dk-gray-800: #1F2937;
	--dk-gray-900: #111827;
	--dk-dark-bg: #313348;
	--dk-darker-bg: #2a2b3d;
	--navbar-bg-color: #6f6486;
	--sidebar-bg-color: #252636;
	--sidebar-width: 250px;
}

h3 {
    color: #F2F2F2;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 2.375rem;
}

#wrapper {
	margin-left: 20rem;
	transition: all .3s ease-in-out;
    top: 18px;
    position: relative;
}

@media only screen and (max-width: 1080px) {
    #wrapper {
        margin-left: 6rem; 
    }
}

#wrapper.fullwidth {
	margin-left: 0;
}


/** --------------------------------
 -- welcome
-------------------------------- */
.welcome {
	color: #D1D5DB;
    border-radius: 16px;
    box-shadow: 4px 4px 4px gray;
}

.welcome .content {
	background-color: #313348;
}

.welcome p {
	--dk-gray-400: #9CA3AF;
	color: #9CA3AF;
}




/** --------------------------------
 -- Statistics
-------------------------------- */
.statistics {
	color: #D1D5DB;
    
}

.statistics .box {
	background-color: var(--dk-dark-bg);
    border-radius: 16px;
    box-shadow: 4px 4px 4px gray;
}

.statistics .box i {
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.statistics .box p {
	color: #9CA3AF;
}




/** --------------------------------
 -- Charts
-------------------------------- */
.charts .chart-container {
	background-color: var(--dk-dark-bg);
    border-radius: 16px !important;
    box-shadow: 4px 4px 4px gray !important;
}

.charts .chart-container h3 {
	color: #9CA3AF
}

/** --------------------------------
 -- users
-------------------------------- */
.admins .box .admin {
	background-color: var(--dk-dark-bg);
    border-radius: 16px;
    box-shadow: 4px 4px 4px gray;
}

.admins .box h3 {
	color: #D1D5DB;
}

.admins .box p {
	color: #9CA3AF
}

/** --------------------------------
 -- statis
-------------------------------- */
.statis {
	color: #F3F4F6;
}

.statis .box {
	position: relative;
	overflow: hidden;
    border-radius: 16px;
    box-shadow: 4px 4px 4px gray;
}

.statis .box h3:after {
	content: "";
	height: 2px;
	width: 70%;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.12);
	display: block;
	margin-top: 10px;
}

.statis .box i {
	position: absolute;
	height: 70px;
	width: 70px;
	font-size: 22px;
	padding: 15px;
	top: -25px;
	left: -25px;
	background-color: rgba(255, 255, 255, 0.15);
	line-height: 60px;
	text-align: right;
	border-radius: 50%;
}


.main-color {
	color: #ffc107
}

/* Start media query */

@media (max-width: 767px) {
	#wrapper {
		margin: 0;
	}
	.statistics .box {
		margin-bottom: 25px;
	}
}


::-webkit-scrollbar {
	background: transparent;
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #3c3f58;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
