/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}
button {
	border: none;
}
button:focus {
	outline: none;
}

*:focus {
  outline-color: transparent !important;
  outline-width: 0px !important;
}

#demo-banner {
  width: 100%;
  height: 40px;
  background-color: #008ff7;
  color: #fff;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
}

#demo-banner a {
  color: #fff;
  text-decoration: underline;
}

.content__wrapper {
  height: calc(100vh - 60px);
  background-color: rgba(240, 240, 242, 1);
  position: absolute;
  width: 100%;
}

.lds-dual-ring {
  width: 64px;
  height: 64px;
  margin: auto;
  display: block;
  margin-top: calc(50vh - 60px);
}

.lds-dual-ring:after {
  content: ' ';
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #6b96f7 transparent #6b96f7 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

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

body:not(.is-loaded) header > * {
  opacity: 0;
}

.app-header .wrapper {
  height: 60px;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  align-content: center;
}

.app-header .logo {
  width: 250px;
  min-width: 250px;
  position: relative;
  /* transition: all 0.3s ease; */
  display: flex;
  align-items: center;
  padding: 12px 15px;
}

.app-header .logo a {
  width: 100%;
  height: 100%;
  display: inline-block;
  min-height: 35px;
}

.app-header .logo a {
  /* min-width: 80px; */
  width: 80px;
  height: 38px;
  transition: all 0.15s ease;
  background: transparent url('/global/assets/media/logo.svg') left center no-repeat;
  background-size: contain;
}

.collapsed .app-header .logo, .header-sidebar .app-header .logo  {
  width: 60px;
  min-width: 60px;
  padding-left: 12px;
  padding-right: 9px;
}

.collapsed .app-header .logo a, .header-sidebar .app-header .logo a {
  width: 40px;
  height: 27px;
}

.app-header #collapse-menu {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 20px;
  background-color: transparent;
  display: none;
}

.app-header #collapse-menu svg {
  width: 20px;
}

.app-header .info {
  border-left: 1px solid #e7e7e7;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding-left: 24px;
}

.app-header .company {
  display: flex;
  align-content: center;
  padding: 8px;
}

.app-header-company-logo {
  height: 100%;
  max-width: 100%;
}

.app-header .top-right-menu {
  position: static;
  display: flex;
  align-content: center;
  flex-shrink: 0;
}

.global-search-container + .top-right-menu {
  margin-left: 16px;
}

.menu-icon {
  text-align: center;
  max-height: 60px;
  position: relative;
}

.menu-icon svg {
  box-sizing: content-box;
  padding: 20px;
  border-left: 1px solid #D6D6D6;
  cursor: pointer;
}
.menu-icon svg[icon-name='icon-faq'] {
  padding: 0;
  border: none;
}
.menu-icon svg[icon-name='icon-dashboards'] {
  padding: 20px 20px 20px 20px;
}
.dashboard-menu {
  position: absolute;
  background: #fff;
  min-width: 220px;
  right: 0;
  top: 59px;
  z-index: 11;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none;
}

.dashboard-menu svg {
  border-left: 0;
}

.dashboard-menu.active {
  display: block;
}

.dashboard-menu svg {
  padding: 0;
}

.dashboard-menu li {
  display: flex;
  align-items: center;
  line-height: 45px;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  cursor: pointer;
  padding: 0 15px;
  position: relative;
}
.dashboard-menu .dashboard-link{
  white-space: nowrap;
}
/* IMPLEMENT HOVER  */

#dashboard-list li:before,
#faq-items li:before,
#user-info-links li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

#dashboard-list li:hover,
#faq-items li:hover,
#user-info-links li:hover {
  background: var(--navtab-bg-hover);
}
#dashboard-list li:hover:before,
#faq-items li:hover:before,
#user-info-links li:hover:before {
  background-color: #148eff;
}
.dashboard-menu li > img {
  margin-left: 15px;
  width: 19px;
}
.top-right-menu img {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  filter: drop-shadow(0px 0px 10px rgba(50, 50, 50, 0.14));
}

.top-right-menu .user-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 60px;
  height: 100%;
  border-left: 1px solid #D6D6D6;
}

#user-info {
  position: absolute;
  background: #fff;
  min-width: 350px;
  right: 0;
  top: 60px;
  z-index: 11;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none;
  text-align: left;
}

div#user-info:focus {
  outline: 0;
}

#user-info.active {
  display: block;
  outline: 0;
}

#user-info-img {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.439);
}

.user-info-content p {
  margin: 10px 0 0;
}

#user-info-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

#user-info-img div {
  margin: 0 0 0 15px;
}

#user-info-img h3 {
  font-size: 17px;
  font-weight: bold;
}

#user-info-img p {
  font-size: 14px;
}

#user-info-img b {
  font-weight: 700;
}

#user-info-img a {
  color: #538cfd;
}

#user-info-links svg {
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
}

#user-info-links li {
  list-style: none;
  position: relative;
}

#user-info-links a {
  display: block;
  padding: 0 20px;
  color: #555;
  font-size: 14px;
  line-height: 50px;
}

/* #user-info-links a:hover {
  background: var(--navtab-bg-hover);
} */

#faq-menu {
  position: relative;
}
#faq-items {
  min-width: 220px;
  display: none;
  position: absolute;
  z-index: 1000;
  list-style: none;
  background-color: white;
  top: 100%;
  right: 0;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#faq-items a {
  /* margin-bottom: 10px; */
  color: #555;
}
#faq-items li {
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  padding: 15px;
  display: flex;
  align-items: center;
  position: relative;
}
#faq-items li svg {
  border: none;
  padding: 0;
  margin-right: 8px;
}
#faq-items li svg[icon-name='icon-faq'] {
  padding: 0 2px 0 0;
  margin-right: 6px;
}
#faq-items li svg[icon-name='tools'] {
  margin-right: 7px;
}

#faq-items.active {
  display: block;
}
.header-icon,
.header-icon-circle,
.header-notifications__count {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-icon {
  padding: 0 14px;
  border-left: 1px solid #D6D6D6;
}

.header-icon-circle {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #D6D6D6;
  cursor: pointer;
}

.header-notifications__count {
  position: absolute;
  right: -5px;
  top: -5px; 
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #DB2828;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  opacity: 1;
  visibility: visible;
  transition: cubic-bezier(0.23, 1, 0.320, 1);
}
.header-notifications__count.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.header-icon-circle:hover {
  background-color: #F5F5F5;
}

@media (max-width: 767px) {
  .menu-icon svg {
    padding: 20px 15px;
  }

  .dashboard-menu.active {
    transform: translateX(50%);
  }

  .dashboard-menu svg {
    padding: 0;
  }
}
.is-hide-menu .is-dynamic,
.is-hide-menu .header-icon,
.is-hide-menu .user-profile {
  display: none;
}
.is-hide-menu .info {
  border-left: none;
}
.is-hide-menu .app-header #collapse-menu {
  display: none;
}

.header-trial {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  margin-left: auto;
  padding: 8px 16px;
}

.header-trial-tag {
  padding: 4px 12px;
  background-color: #F5F5F5;
  color: #858585;
  border-radius: 10px;
}
.app-header .company img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.branding-link {
  display: flex;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .header-trial {
    flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .header-trial-tag {
    padding: 4px 0;
    background-color: transparent;
    font-size: 10px;
    line-height: 12px;
  }
  .app-header .info {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .header-icon {
    padding: 0 8px;
  }
  .top-right-menu .user-button {
    width: 52px;
  }
  .header-trial {
    padding: 8px;
  }
  .app-header .company {
    flex-shrink: 0;
    max-width: 90px;
  }
}