html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #0b1220;
  color: #fff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  overflow-x: hidden;
}

body {
  /* Compensate for iPhone notch and bottom bar without extra white space */
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  background-attachment: fixed;
}
html, body {
  overscroll-behavior-y: contain;
  background-color: #0b1220;
}
.perfect-scrollbar-on .sidebar, .perfect-scrollbar-on .main-panel {
    height: auto;
}
.sidebar {
    background: #1f283e;
    opacity: .94;
}
.dark-edition {
    background-color: #2e3d6f;
}
.dark-edition .sidebar .sidebar-background:after, .dark-edition .sidebar {
    background: rgb(33 44 80);
    opacity: .94;
}
.card-chart {
	background: rgb(33 44 80) !important;
}
.card-x {
	border-radius: 3px;
    background-color: #202940;
    padding: 0px;
    margin-top: -20px;
    margin-right: 15px;
    margin-left: 20px;
    float: left;
}
.app-icons {
	/*border-radius: 8%;
	width: 72px;
	height: 72px;
	margin-top: -20px;
	padding: 0px;*/

	border-radius: 20%;
	font-size: 36px;
    line-height: 56px;
    width: 90px;
    height: 90px;
    text-align: center;
}
h1 {
	font-size: 1.7rem;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
}
h2 {
	font-size: 1.5625rem;
	font-family: Arial,Helvetica,sans-serif;
}
h3 {
	font-size: 1.25rem;
	font-family: Arial,Helvetica,sans-serif;
}
h4 {
	font-size: 1.1rem;
	font-family: Arial,Helvetica,sans-serif;
}
p {
	font-family: Arial,Helvetica,sans-serif;
	text-align: justify;
}
.card .card-header.card-header-icon h4, .card .card-header.card-header-text h4 {
	margin-top: 10px;
}
.card.card-plain .card-header.card-header-icon+.card-body .card-title {
	margin-top: 0px;
}
.card-jb {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0.5rem;
}
.dark-edition .card-stats .card-body+.card-footer {
    border-top: 1px solid rgba(180, 180, 180, 0.1);
}
.card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
     margin-top: 0px; 
}
.dark-edition .card .card-body .card-title {
	text-align: left;
    color: #ffffff;
}
.card-category {
	text-align: center !important;
}
.card-footer button {
	border-radius: 20px;
}
.btn-primary {
	text-align: center;
}
.dark-edition .btn.btn-primary {
    color: #fff;
    /*background: rgb(2,0,36);*/
	background: linear-gradient(-45deg,#ec7856,#dc3b7f);
}

.dark-edition .btn-second {
      background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(30,92,232,1) 1%, rgba(235,69,253,1) 100%);
    }
.btn {
	font-size: 1rem;
    font-weight: 600;
    padding: 8px 30px;
    text-transform: none;
}
.dark-edition .sidebar[data-color="purple"] li.active>a {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(218 1 210) 100%, rgb(0 37 170) 100%);
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(156 39 176 / 40%);
}
.dark-edition .card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,103,223,1) 0%, rgba(69,253,220,1) 100%);
	font-size: 1rem;
	border-radius: 10px;
}
.card {
    box-shadow: 2px 4px 1px 0 rgb(156 156 156 / 14%);
}
.sidebar .nav li:hover>a {
	background-color: #2e3d6f;
    color: #0570ff;
}
.main-panel>.content {
    margin-top: 40px;
}
.sidebar .nav p {
	font-size: 18px;
	font-weight: 600;
}
.dark-edition .card .card-header-warning .card-icon {
	background: #202940;
}
.card .card-header-warning .card-icon {
	box-shadow: none;
}
.card .card-body {
    padding: 4px 20px 0.5375rem 20px;
    position: relative;
}
.main-categories img {
	width: 100%;
}
#setting {
	display: none;
}

.sortable-handler {
  touch-action: none;
}
.preventDefault {
	touch-action: none;
}
.card-plain > .category {
	margin-bottom: 20px;
	text-align: left;
}
.navbar-wrapper > .main-head {
	font-size: 1.5rem;
	color: #000000;
}
.card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    padding: 20px 15px 10px 15px;
}
.sidebar .nav {
    margin-top: 20px;
    display: block;
}
.nav-mobile-menu {
	margin-bottom: 60px;
}
.btn-download {
    background: linear-gradient(-45deg,#ec7856,#dc3b7f);
    border: none;
    border-radius: 18px;
    color: white;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 18px;
}
/* Darker background on mouse-over */
.btn-download:hover {
  background-color: RoyalBlue;
}
.dark-edition .card-stats {
	margin-left: auto;
    margin-right: auto;
}


@media (max-width: 991px) {
.sidebar::before, .off-canvas-sidebar nav .navbar-collapse::before {
	background-color: rgb(33 44 80);
}

}