/* CUSTOM STYLE */

body {
	font-size: 13px;
}
.menu .app-brand {
  height: 64px;
  margin-top: 12px;
}
.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
  color: #fff;/*#576574;*/
  font-weight: 400;
  /*background-color: rgba(5, 226, 8, 0.07) !important;
  background-color: rgba(6, 247, 134, 0.09) !important; */
  background: #364ab7 !important;
}
.bg-menu-theme .menu-inner > .menu-item.active::before {
  background: none;
}
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before, .bg-menu-theme .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  box-shadow: none;
}
.menu-vertical .menu-item.active:not(.open) > .menu-link {
  font-weight: 400;
}
.menu-vertical .menu-sub .menu-link {
  background: #f3f3f3 !important;
  border-radius: 2px !important;
  font-size: .875rem !important;
}

.app-brand-logo img {
  height: 48px;
}

.app-brand-logo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

.bg-menu-theme .menu-sub > .menu-item > .menu-link::before {
  background-color: #575a5c !important;/*#6f7377 !important;*/
}

html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item.open > .menu-link, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open > .menu-link, html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item .menu-link:not(.active):hover, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item .menu-link:not(.active):hover {
  /*background-color: rgba(5, 226, 8, 0.07);
  background-color: rgba(6, 247, 134, 0.09);*/
  background: #55565e;
  color: #fff;
}
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item .menu-sub .menu-link:not(.active):hover {
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	color: #222;
}
.bg-menu-theme .menu-item.open:not(.menu-item-closing) > .menu-toggle, .bg-menu-theme .menu-item.active > .menu-link {
  color: #003157;
}
#layout-menu {
	background: #55565e !important;
}
.menu-vertical .menu-item .menu-link {
  font-size: .9rem;
  background-color: #f2f2f2;
  color: #555;
}
.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item .menu-link,
.card {
  border-radius: .2rem;
}
.sidebar-header {
	background: #fbf5f5;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 22px;
    padding-right: 22px;
    padding-left: 22px;
  border-bottom: 1px solid rgba(161,172,184,.25);
  border-top: 1px solid rgba(161,172,184,.25);
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 62px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}
.dropdown-item {
  font-size: .9rem;
  padding: 5px 20px;
}
.layout-navbar.navbar-detached.container-xxl {
  max-width: 100%;
}
.layout-navbar.navbar-detached {
  margin: 0 auto 0;
  border-radius: 0;
  padding: 0 1.5rem;
  width: 100%;
}
.navbar-detached {
	box-shadow: none;
	border-bottom: 1px solid rgba(161,172,184,.2);
}
.layout-menu-collapsed .layout-navbar.navbar-detached, .layout-without-menu .layout-navbar.navbar-detached {
  width: calc(100% - (1.625rem * 0));
}

/*
* Content
******************************************************************************/
.bg-grey {
	background-color: #eee !important;
}
.bg-label-danger {
  background-color: #f96249 !important;
  color: #fff !important;
}

.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;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 231px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout
******************************************************************************/

.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;
}
.btn:hover {
  border-color: #788393 !important;
  transform: none !important;
}

/* INBOX */
.app-email {
  height: auto !important;
}
.light-style .app-email .email-list li.email-list-item:hover, .app-email .email-list li.email-list-item:hover {
  box-shadow: none !important;
}
.app-email .app-emails-list .email-list li.email-list-item:not(.list-inline-item):hover {
  transform: none !important;
}
.app-email .app-emails-list .email-list li {
  transition:translateY(0) !important
}
.app-email .app-email-view.show {
  /* background: #f1f1f1 !important; */
}
.light-style .app-email .app-email-sidebar {
  /* background-color: #fbfbfb !important; */
}
.light-style .app-email .app-email-sidebar ul li:not(.active) a,
.light-style .app-email .app-email-sidebar ul li a {
  color: #697a8d !important;
}
.app-email .app-email-sidebar .email-filters li {
  cursor: pointer;
}

/* TABLE */
.table th {
  text-transform: capitalize;
  font-size: .85rem;
  letter-spacing: 0px;
  font-weight: 600;
}

/* CHAT */
.app-chat .app-chat-history .chat-history .chat-message.chat-message-right .chat-message-text {
  background-color: #d7f3d7 !important;
}
.app-chat .app-chat-history .chat-history-body {
  background:#e7e7e7;
}
.chat-time {
	font-size: 13px;
}

.bs-stepper .step.active .bs-stepper-label,
.bs-stepper.wizard-icons .step.crossed .step-trigger .bs-stepper-label {
  color: #474873 !important;
}

.light-style .bs-stepper .step-trigger {
  color: #98a0aa;/*#697a8d*/
}

/* FAQ */
.faq-header {
  background: url("public/img/pages/header.png");
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100px !important;
  border-radius: .375rem;
}

.nav-pills .nav-link.nav-green.active, .nav-pills .nav-link.nav-green.active:hover, .nav-pills .nav-link.nav-green.active:focus{
	background: #57cb8a;
}


/* MODAL */
html:not([dir="rtl"]) .modal .btn-close,
html:not([dir="rtl"]) .modal .btn-close:hover,
html:not([dir="rtl"]) .modal .btn-close:focus,
html:not([dir="rtl"]) .modal .btn-close:active {
  transform: translate(10px, -18px);
}
.modal .modal-header .btn-close {
	border-radius: 100%;
}

/* ALERT */
.light-style .swal2-popup .swal2-title {
  font-size: 18px !important;
}
.swal2-modal.swal2-popup .swal2-title {
  margin: 0 auto !important;
}
div:where(.swal2-container) .swal2-html-container {;
  font-size: 1em !important;
}


/* LOADER */
.loading-dots:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
  font-size: 18px;
  line-height: normal;
  margin-right: 5px;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: black;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 black,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 black,
      .5em 0 0 black;}
}

@media (max-width: 991.98px) {
  .layout-navbar.navbar-detached {
    width: calc(100vw - (100vw - 100%) - (0rem * 2)) !important;
    z-index: 9999;
  }
}