body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  color: #212529;
  background-color: #f7f7f7;
  /* background-color: rgb(249, 247, 245); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

.container {
  padding: 0 2em;
}

.bg-pattern {
  /* background: rgb(255, 252, 249); */
  background: #f7f7f7;
}

.text-underline {
text-decoration: underline;
}

.toolbar-header {
  padding: 1rem;
  flex-flow: row;
  display: flex;
  align-items: center;
}

.toolbar-header .btn-compose-mail {
  background: #F4F7FD;
  font-weight: 300;
  letter-spacing: .5px;
  border: none;
  transition: all, 0.3s;
  color: #ffffff;
  background-image: -webkit-linear-gradient(left, #22b9ff 0%, rgba(34, 185, 255, 0.7) 100%);
  background-image: -o-linear-gradient(left, #22b9ff 0%, rgba(34, 185, 255, 0.7) 100%);
  background-image: linear-gradient(to right, #22b9ff 0%, rgba(34, 185, 255, 0.7) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF22B9FF', endColorstr='#B322B9FF', GradientType=1);
}

@media (prefers-reduced-motion: reduce) {
  .toolbar-header .btn-compose-mail {
    transition: none;
  }
}

.toolbar-header .btn-compose-mail svg {
  color: #ffffff;
  width: 22px;
  height: 22px;
}

.toolbar-header .btn-compose-mail:hover {
  box-shadow: 0px 1px 6px 0px rgba(34, 185, 255, 0.75);
}

.toolbar-body .toolbar-title {
  color: #727686;
  padding: 0 1rem .5rem 1rem;
}

.toolbar-body .toolbar-menu {
  padding: 0;
  margin-bottom: 1rem;
  height: auto;
  list-style-type: none;
}

.toolbar-body .toolbar-menu li {
  display: flex;
  align-items: center;
  padding: .5rem 1rem;
  transition: 0.4s;
  position: relative;
}

.toolbar-body .toolbar-menu li:hover {
  background-color: #ececec;
}

.toolbar-body .toolbar-menu li:hover a {
  font-weight: 600;
}

.toolbar-body .toolbar-menu li svg {
  margin-right: 0.625rem;
  width: 1rem;
  height: 1rem;
  line-height: 1.5;
}

.toolbar-body .toolbar-menu li a {
  flex: 1;
  font-size: 14px;
  text-decoration: none;
  transition: all, 0.3s;
}

.toolbar-body .toolbar-info {
  padding: .5rem 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .toolbar-body .toolbar-menu li a {
    transition: none;
  }
}

.toolbar-body .toolbar-menu li.active {
  background-color: #ececec;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;	  
}

.toolbar-body .toolbar-menu li.active a {
  font-weight: 600;
}

.toolbar-body .toolbar-menu li.active svg {
}

.toolbar-body .contact-header {
  padding: 1rem;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.toolbar-body .contact-header .contact-left {
  display: flex;
  align-items: center;
}

.toolbar-body .contact-header .contact-left .title {
  margin: 0 1rem 0 0;
}

.toolbar-body .contact-header .dropdown {
  float: right;
}

.toolbar-body .contact-list {
  padding: 0 1rem;
  list-style-type: none;
}

.toolbar-body .contact-list .contact-list-item {
  padding: .625rem 0;
  display: block;
}

.toolbar-body .contact-list .contact-list-item:last-child {
  border-bottom: 0;
}

.toolbar-body .contact-list .contact-list-item a {
  text-decoration: none;
}

.toolbar-body .contact-list .contact-list-item a .pro-pic {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0;
  width: 20%;
  max-width: 40px;
  position: relative;
}

.toolbar-body .contact-list .contact-list-item a .pro-pic img {
  max-width: 100%;
  width: 100%;
  border-radius: 100%;
}

.toolbar-body .contact-list .contact-list-item a .pro-pic .active {
  width: 12px;
  height: 12px;
  background: #17d1bd;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  right: -4px;
  border: 2px solid #ffffff;
}

.toolbar-body .contact-list .contact-list-item a .pro-pic .inactive {
  width: 12px;
  height: 12px;
  background: #dde1e9;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  right: -4px;
  border: 2px solid #ffffff;
}

.toolbar-body .contact-list .contact-list-item a .pro-pic .busy {
  width: 12px;
  height: 12px;
  background: #F95062;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  right: -4px;
  border: 2px solid #ffffff;
}

.toolbar-body .contact-list .contact-list-item a .user {
  width: 100%;
  padding: 5px 10px 0 15px;
}

.toolbar-body .contact-list .contact-list-item a .user .user-name {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #394044;
}

.toolbar-body .contact-list .contact-list-item a .user .user-designation {
  font-size: 12px;
  color: #727686;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  margin-bottom: 0;
}

.toolbar-input-checkbox {
    width: 16px;
    height: 16px;
}

.card-deck-device > .card:hover {
  background: #f7f7f7;
  cursor: pointer;
}

.card-deck-device > .card > a {
  text-decoration: none;
  color: inherit;
}

/* CTA WA */
.cta-wa-help {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: block;
  font-size: 2.2rem;
  transition: all .2s ease-in-out;
  border-radius: 50rem;
  height: 42px;
  margin: 0;
  padding: 0 20px;
  line-height: 1;
  text-align: center;
  border: 1px solid #25D366;
  background-color: #25D366;
  color: #fff;
  text-decoration: none;
}

.cta-wa-help a {
  text-decoration: none;
}

.cta-wa-help:hover {
  color: #fff;
  text-decoration: none;
}

.cta-wa-help .fa {
  font-size: 20px;
}
.cta-wa-help span {
  font-size: 14px;
}

.scroll-to-top {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top:focus, .scroll-to-top:hover {
}

.scroll-to-top:hover {
}

.scroll-to-top i {
}

.footer {
  margin-bottom: 4rem;
}

/**
* Blank slate body
*
*/

.blank-slate {
	background: url('../images/bg-blank-slate.png') no-repeat center center;
	width: 100%;
	text-align: center;
	height: 180px;
	margin-top: 115px;
	position: relative;
}

.blank-slate-body {
	color: #fff;
	height: 247px;
	width: 450px;
	margin: 0 auto;
	padding-top: 50px;
}

.blank-slate-body h1, .blank-slate-body h3 {
	color: #fff;
}

.blank-slate-arrow {
	background: url('../images/blank-arrow.png') no-repeat left top;	
	position: absolute;
	right: 100px;
    height: 137px;
    width: 146px;
    top: -100px;
}

.form-group label {
  font-weight: bold;
}

.btn-text-strong {
  font-weight: bold;
}

@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
}

.loading-qr-code{
  animation:qrblinkingText 1.2s infinite;
}
@keyframes qrblinkingText{
  0%{     color: #000;    }
  49%{    color: #000; }
  60%{    color: transparent; }
  99%{    color:transparent;  }
  100%{   color: #000;    }
}

#content {
  /* min-height: 400px; */
}

.modal-header {
  background: rgba(0,0,0,.03);  
}

.wa_device {}
.wa_device_title {
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
}
.card-top-header {
  display: block;
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.top-header {
  background-color: rgba(0,0,0,.03);
  margin: 0 auto;
  text-align: center;
  max-width: 95%;
  color: #000;
  font-weight: bold;
  border-top: 1px solid rgba(0,0,0,.125);
  border-right: 1px solid rgba(0,0,0,.125);
  border-left: 1px solid rgba(0,0,0,.125);
  padding: 0.5em;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.top-header-admin {
  background-color: #f3fcff;
  margin: 0 auto;
  text-align: center;
  max-width: 95%;
  color: #000;
  font-weight: bold;
  border-top: 1px solid rgba(0,0,0,.125);
  border-right: 1px solid rgba(0,0,0,.125);
  border-left: 1px solid rgba(0,0,0,.125);
  padding: 0.5em;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

a.rounded-pill {
  padding-left: 12px;
  padding-right: 12px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.bd-navbar {
	/* background: rgb(255, 252, 249); */
  background-color: #fff;
	border-bottom: 0px solid #dee2e6;
  position:-webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1071  
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 4.75rem auto !important;
  }
}

.modal-dialog {
  margin-top: 90px;
}

.hamburger {
  display: none;
}		
@media (min-width: 768px) {
  .profile
  {
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .navbar__menu
  {
    position: absolute; 
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
  }
}		

@media (max-width: 768px) {
  .navbar
  {
    display: flex;
    flex-direction: row;
  }
  .profile__name
  {
    display: none;
  }
  .hamburger
  {
    display: block;
  }
}

/* datatables scroller css */
div.dts {
  display: block !important;
}
div.dts tbody th,
div.dts tbody td {
}
div.dts div.dts_loading {
  z-index: 1;
}
div.dts div.dts_label {
  position: absolute;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  text-align: right;
  border-radius: 3px;
  padding: 0.4em;
  z-index: 2;
  display: none;
}
div.dts div.dt-scroll-body,
div.dts div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.025) 10px, rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0) 20px);
}
div.dts div.dt-scroll-body table,
div.dts div.dataTables_scrollBody table {
  background-color: white;
  z-index: 2;
}
div.dts div.dt-length,
div.dts div.dt-paging,
div.dts div.dataTables_paginate,
div.dts div.dataTables_length {
  display: none;
}

html.dark div.dts div.dts_label {
  background: rgba(255, 255, 255, 0.8);
  color: black;
}
html.dark div.dts div.dt-scroll-body,
html.dark div.dts div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.025) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px);
}
html.dark div.dts div.dt-scroll-body table,
html.dark div.dts div.dataTables_scrollBody table {
  background-color: var(--dt-html-background);
  z-index: 2;
}