/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

/* .light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
} */
.dt-buttons .dt-button {
    margin-left: 10px !important;
}
.app-brand-logo.demo {
  /* -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px; */
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 35px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
#layout-menu {
	background-color: #0076FF !important;
	color: #c9c8ce;
}
.app-brand-logo img{
	display: block;
	width: 100px;
	margin: 0 auto;
	text-align: center;
}
.menu-vertical .app-brand {
	justify-content: center;
	margin: 0 auto;
	padding: 10px;
}
.layout-menu-toggle.menu-link.text-large.ms-auto {
	position: absolute;
	right: 10px;
}
.menu-vertical .menu-inner {
	padding-top: 10px !important;
	border-top: 1px solid #cccccc3b;
}
.menu-vertical .menu-inner > .menu-item {
	margin: 8px 0;
}
.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
	background: #10519D78;
	box-shadow: none;
	color: #fff !important;
}
.menu-item.open .menu-item a {
	background: transparent !important;
}
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover{
  background: #10519D78;
	box-shadow: none;
	color: #fff !important;
}
.bg-menu-theme .menu-inner .menu-item.open > .menu-link.menu-toggle, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open > .menu-link.menu-toggle, .bg-menu-theme .menu-inner .menu-item.active > .menu-link.menu-toggle, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.active > .menu-link.menu-toggle{
  background: #10519D78;
	box-shadow: none;
	color: #fff !important;
}
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical, .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .app-brand-logo.demo img {
	width: 60px !important;
	height: 60px;
	object-fit: contain;
}
.bg-menu-theme .menu-link, .bg-menu-theme .menu-horizontal-prev, .bg-menu-theme .menu-horizontal-next{
  color: #fff !important;
}
.role-heading a {
	color: #0076ff;
}
.nav-item.navbar-dropdown.dropdown-user .dropdown-item:hover, .dropdown-item:focus{
  background: linear-gradient(72.47deg, #0076FF 22.16%, rgb(157, 198, 244) 76.47%);
	box-shadow: 0px 2px 6px 0px rgb(167 62 24 / 48%);
	color: #fff !important;
}
.nav-item.navbar-dropdown.dropdown-user .dropdown-item:hover small {
	color: #fff !important;
}
body .bg-menu-theme .menu-inner-shadow{
  background:none !important;
}
.paging_simple_numbers a {
  border: 1px solid #cccccc80;
  padding: 10px;
}
.paginate_button.next:hover{
  color: #fff !important;
}
.paginate_button.previous:hover{
  color: #fff !important;
}
.paginate_button.next {
	background: #0076ff;
	color: #fff !important;
  cursor: pointer;
}
.paginate_button.previous {
	background: #0076ff;
	color: #fff !important;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .dashboard-card .tab-content.pb-0 {
    padding: 20px 0;
  }
  .added_useres .dt-buttons {
    display: flex;
    align-content: center;
    align-items: center;
  }
  .added_useres .dt-buttons .btn {
    padding: 10px !important;
    font-size: 14px;
  }
  .added_useres div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    width: 70%;
  }
  .added_useres .dt-buttons .btn {
    font-size: 12px;
    padding: 10px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
}