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

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

.container {
}

.bg-pattern- {
  background: url("../images/space-gray.png");
}

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

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

/* CTA WA */
.cta-wa-help {
  position: fixed;
  right: 30px;
  bottom: 30px;
}

.cta-wa-help {
  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;
}

.hamburger{
  display: none;
}
#wrapper{
  margin-top: 60px;
}
@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) {
  .container {
    padding: 0 1rem;
  }
  .navbar{
    display: flex;
    flex-direction: row;
  }
  .profile__name{
    display: none;
  }
  .hamburger{
    display: block;
  }
}
