@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500);
/**
 -----------------
 Design System Color Variables and Mappings
 -----------------
**/
/**
 -----------------
 Design System Color Definitions
 -----------------
**/
/**
 -----------------
 Design System Spacing
 -----------------
**/
.m {
  margin: 6px;
}

.m-t {
  margin-top: 6px;
}

.m-b {
  margin-bottom: 6px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.m-l {
  margin-left: 6px;
}

.m-r {
  margin-right: 6px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.m-xs {
  margin: 12px;
}

.m-t--xs {
  margin-top: 12px;
}

.m-b--xxs {
  margin-bottom: 6px;
}

.m-b--xs {
  margin-bottom: 12px;
}

.m-l--xs {
  margin-left: 12px;
}

.m-r--xs {
  margin-right: 12px;
}

.m-r--xxs {
  margin-right: 6px;
}

.m-sm {
  margin: 18px;
}

.m-t--sm {
  margin-top: 18px;
}

.m-b--sm {
  margin-bottom: 18px;
}

.m-l--sm {
  margin-left: 18px;
}

.m-r--sm {
  margin-right: 18px;
}

.m-md {
  margin: 24px;
}

.m-t--md {
  margin-top: 24px;
}

.m-b--md {
  margin-bottom: 24px;
}

.m-l--md {
  margin-left: 24px;
}

.m-r--md {
  margin-right: 24px;
}

.m-lg {
  margin: 30px;
}

.m-t--lg {
  margin-top: 30px;
}

.m-b--lg {
  margin-bottom: 30px;
}

.m-l--lg {
  margin-left: 30px;
}

.m-r--lg {
  margin-right: 30px;
}

.m-xl {
  margin: 36px;
}

.m-t--xl {
  margin-top: 36px;
}

.m-b--xl {
  margin-bottom: 36px;
}

.m-l--xl {
  margin-left: 36px;
}

.m-r--xl {
  margin-right: 36px;
}

.m-xxl {
  margin: 42px;
}

.m-t--xxl {
  margin-top: 42px;
}

.m-b--xxl {
  margin-bottom: 42px;
}

.m-l--xxl {
  margin-left: 42px;
}

.m-r--xxl {
  margin-right: 42px;
}

.p {
  padding: 6px;
}

.p-none {
  padding-left: 0;
  padding-right: 0;
}

.p-x {
  padding-left: 6px;
  padding-right: 6px;
}

.p-y {
  padding-top: 6px;
  padding-bottom: 6px;
}

.p-t {
  padding-top: 6px;
}

.p-b {
  padding-bottom: 6px;
}

.p-l {
  padding-left: 6px;
}

.p-r {
  padding-right: 6px;
}

.p-xs {
  padding: 12px;
}

.p-x--xs {
  padding-left: 12px;
  padding-right: 12px;
}

.p-y--xs {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-t--xs {
  padding-top: 12px;
}

.p-b--xs {
  padding-bottom: 12px;
}

.p-l--xs {
  padding-left: 12px;
}

.p-r--xs {
  padding-right: 12px;
}

.p-sm {
  padding: 18px;
}

.p-x--sm {
  padding-left: 18px;
  padding-right: 18px;
}

.p-y--sm {
  padding-top: 18px;
  padding-bottom: 18px;
}

.p-t--sm {
  padding-top: 18px;
}

.p-b--sm {
  padding-bottom: 18px;
}

.p-l--sm {
  padding-left: 18px;
}

.p-r--sm {
  padding-right: 18px;
}

.p-md {
  padding: 24px;
}

.p-x--md {
  padding-left: 24px;
  padding-right: 24px;
}

.p-y--md {
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-t--md {
  padding-top: 24px;
}

.p-b--md {
  padding-bottom: 24px;
}

.p-l--md {
  padding-left: 24px;
}

.p-r--md {
  padding-right: 24px;
}

.p-lg {
  padding: 30px;
}

.p-x--lg {
  padding-left: 30px;
  padding-right: 30px;
}

.p-y--lg {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-t--lg {
  padding-top: 30px;
}

.p-b--lg {
  padding-bottom: 30px;
}

.p-l--lg {
  padding-left: 30px;
}

.p-r--lg {
  padding-right: 30px;
}

.p-xl {
  padding: 36px;
}

.p-x--xl {
  padding-left: 36px;
  padding-right: 36px;
}

.p-y--xl {
  padding-top: 36px;
  padding-bottom: 36px;
}

.p-t--xl {
  padding-top: 36px;
}

.p-b--xl {
  padding-bottom: 36px;
}

.p-l--xl {
  padding-left: 36px;
}

.p-r--xl {
  padding-right: 36px;
}

.p-xxl {
  padding: 42px;
}

.p-x--xxl {
  padding-left: 42px;
  padding-right: 42px;
}

.p-y--xxl {
  padding-top: 42px;
  padding-bottom: 42px;
}

.p-t--xxl {
  padding-top: 42px;
}

.p-b--xxl {
  padding-bottom: 42px;
}

.p-l--xxl {
  padding-left: 42px;
}

.p-r--xxl {
  padding-right: 42px;
}

.d-flex {
  display: flex;
}
@media (max-width: 560px) {
  .d-flex {
    display: block !important;
  }
}
.d-flex.flex-row {
  flex-direction: row;
}
.d-flex.flex-column {
  flex-direction: column;
}
.d-flex.justify-content-center {
  justify-content: center;
}
.d-flex.align-items-center {
  align-items: center;
}
.d-flex .flex-fill {
  flex: 1 1 auto;
}
.d-flex .col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  width: 33.33333%;
}

.dropdown {
  color: white;
  list-style: none;
  position: relative;
  height: 60px;
  cursor: pointer;
  padding: 0;
}
.dropdown__label {
  position: absolute;
  top: -9px;
  left: 15px;
  background: #fff;
  font-size: 0.8em;
  font-family: Lato, sans-serif;
}
.dropdown__arrow {
  pointer-events: none;
  fill: white;
  position: absolute;
  right: 25px;
  top: calc(50% - 2.5px);
  transition: transform 0.2s linear;
}
.dropdown__arrow.expanded {
  transform: rotate(-180deg);
}
.dropdown__list {
  width: 100%;
  position: absolute;
  left: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0px 3px 2px 0 #a2a4b2;
  transition: opacity 0.1s cubic-bezier(0, 0, 0.38, 0.9), max-height 0.5s cubic-bezier(0, 0, 0.38, 0.9);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.dropdown__list::-webkit-scrollbar-thumb {
  background-color: blue;
}
.dropdown__list-container {
  position: relative;
}
.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown__list-item {
  font-family: Lato, sans-serif;
  padding: 10px 0px;
  padding-left: 15px;
  transition: background-color 0.1s linear, color 0.1s linear;
  list-style-position: inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown__list-item:hover, .dropdown__list-item:focus {
  color: white;
}

.dropdown__selected {
  font-size: 0.8em;
  border: 1px solid grey;
  background: #02182a;
  transition: background 500ms ease-in-out;
  font-family: Lato, sans-serif;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 25px;
  list-style-position: inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown__selected:after {
  content: "";
  border-top: 1px solid grey;
  width: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.open {
  opacity: 1;
  overflow: visible !important;
  z-index: 1;
}
.open * {
  z-index: 1;
}

.select {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 40px;
}
.select .option {
  padding: 0 30px 0 10px;
  min-height: 40px;
  display: flex;
  align-items: center;
  background: #333;
  border-top: #222 solid 1px;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  order: 2;
  z-index: 1;
  transition: background 0.4s ease-in-out;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
}
.select .option:hover {
  background: #666;
}
.select input {
  opacity: 0;
  position: absolute;
  left: -99999px;
}
.select input:checked + label {
  order: 1;
  z-index: 2;
  background: #666;
  border-top: none;
  position: relative;
}
.select input:checked + label:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  position: absolute;
  right: 10px;
  top: calc(50% - 2.5px);
  pointer-events: none;
  z-index: 3;
}
.select input:checked + label:before {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  content: "";
  background: #666;
}
.select:focus .option {
  position: relative;
  pointer-events: all;
}

/**
 -----------------
 Design System Type Variables and Mappings
 -----------------
**/
/**
 -----------------
 Robi Design System Font Families
 -----------------
**/
.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

b, strong {
  font-weight: 400;
}

label {
  font-weight: 300;
  font-size: 12px;
}

/**
 -----------------
 Design System Type Sizes
 -----------------
**/
html, body {
  font-size: 12px;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
}

/**
 -----------------
 Design System Typography Styles
 -----------------
**/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 1px;
  font-weight: 200 !important;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  margin-right: 12px;
}

.badge i {
  margin-right: 0;
}

.heading-xl {
  font-size: 4.65813504ex;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 560px) {
  .heading-xl {
    font-size: 2.69568ex;
  }
}
.heading-xl {
  color: #374047;
  font-weight: 100;
}

.heading-lg {
  font-size: 3.234816ex;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2;
  color: #374047;
}

.heading-md {
  font-size: 2.69568ex;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  color: #374047;
}

.heading-sm {
  font-size: 2.2464ex;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  color: #374047;
}

.heading {
  font-size: 1.872ex;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  color: #808A91;
  text-transform: uppercase;
}

.heading-xs {
  font-size: 1.56ex;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  color: #808A91;
}

.body-lg {
  font-size: 1.872ex;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  color: #808A91;
  letter-spacing: 1px;
}

.body {
  font-size: 1.56ex;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  color: #374047;
  letter-spacing: 1px;
}

.text-white {
  color: #FFFFFF;
}

.text-danger {
  color: #B80012;
}

.avatar {
  align-items: center;
  background: #bababa;
  border-radius: 100px;
  color: #FFFFFF;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.upload .avatar {
  height: 180px;
  width: 180px;
  border-radius: 50%;
}
.upload .profile-image {
  height: 180px;
  width: 180px;
  border-radius: 50%;
}

.comments .comments-scrollable {
  max-height: 250px;
  overflow: scroll;
  box-shadow: 1px 2px 0px -1px #eaeaea;
}
.comments .comments-scrollable .comment .comment-body {
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #efefef;
  background-color: #efefef;
  width: 75%;
  position: relative;
}
.comments .comments-scrollable .comment .comment-body .comment-actions {
  position: absolute;
  right: 8px;
  top: 0px;
}
.comments .comments-scrollable .comment .comment-body .comment-actions a {
  text-decoration: none;
  font-weight: bold;
}

.easypiechart span {
  font-size: 20px;
  margin-top: -25px;
  line-height: 40px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  margin-left: -50%;
  height: 30px;
}

.breadcrumb {
  background: none;
  border-radius: 0;
  margin-bottom: 6px;
  padding: 8px 0;
}
.breadcrumb li a {
  color: #99A0A6;
}
.breadcrumb li a:hover {
  color: #006EB8;
  text-decoration: none;
}
.breadcrumb li.active {
  color: #374047;
}

.btn {
  border-radius: 2px;
  padding: 7px 15px;
}
@media (max-width: 560px) {
  .btn.btn-responsive {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 10px;
  }
}
.btn:active, .btn:focus, .btn:hover {
  box-shadow: none;
  outline: none !important;
  text-decoration: none;
}
.btn.btn-lead-edit {
  padding: 0;
  margin: -10px 15px 0 0;
}
.btn.btn-square-icon {
  padding: 0px 7px;
}
.btn.delete-engine {
  margin-top: 28px;
}
.btn.btn-poke {
  background: orangered;
  color: #fff;
}
.btn.btn-link {
  color: #00B84A;
}
.btn.btn-link:hover {
  color: #45CB7B;
}
.btn.btn-fullwidth {
  width: 100%;
  margin-bottom: 4px;
}
.btn.btn-default {
  background: #DEE0E2;
  border: 1px solid #DEE0E2;
  color: #374047;
}
.btn.btn-default:hover {
  background: #ADB3B8;
  border: 1px solid #ADB3B8;
  color: #374047;
}
.btn.btn-xxs {
  padding: 2px 8px !important;
  font-size: 12px;
}
.btn.btn-primary {
  background: #45CB7B;
  border: 1px solid #45CB7B;
  color: #FFFFFF;
}
.btn.btn-primary:hover {
  background: #00913A;
  border: 1px solid #00913A;
  color: #FFFFFF;
}
.btn.btn-secondary {
  background: #FFFFFF;
  border: 1px solid #ADB3B8;
  color: #808A91;
}
.btn.btn-secondary:hover {
  background: #DEE0E2;
  border: 1px solid #ADB3B8;
  color: #374047;
}
.btn.btn-icon {
  background: transparent;
  border: none;
  color: #616D76;
  height: 24px;
  padding: 0;
}
.btn.btn-icon:hover {
  background: transparent;
  border: none;
  color: #374047;
}
.btn.btn-sm {
  padding: 4px 12px;
  font-size: 1.3ex;
}
.btn.btn-md {
  padding: 5px 12px;
  font-size: 1.3ex;
}
.btn.btn-lg {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 2.69568ex;
  letter-spacing: 1px;
  padding: 12px 18px;
}

.btn-group .btn {
  border: 1px solid transparent;
}
.btn-group .btn:last-child {
  border-right: none;
}

a.icon {
  text-decoration: none;
  cursor: pointer;
}

.btn-warning {
  color: #fff;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
  color: #555;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 1rem;
  cursor: default;
  float: left;
  margin: 4px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 15px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #ECEDEE;
  margin-bottom: 18px;
  box-shadow: 1px 5px 3px #eaeaea;
}
.card .card-header {
  padding: 12px 6px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #ECEDEE;
  font-size: 16px;
}
.card .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card .card-labels {
  position: absolute;
  top: 6px;
  left: 6px;
}
.card .card-deal {
  position: absolute;
  top: 4px;
  right: 16px;
}
.card .card-deal i {
  color: #FFFFFF;
}
.card .card-body {
  padding: 18px;
}
.card .card-body .card-body-content {
  margin-left: 12px;
}
.card .card-body .text-start {
  text-align: left !important;
}
.card .card-footer {
  background: #FFFFFF;
  border-top: 1px solid #ADB3B8;
  padding: 0;
}
.card.card-deal {
  border-radius: 4px;
  border: none;
  margin-bottom: 6px;
}
.card.card-deal .card-body {
  padding: 12px;
}
.card.card-lead.public-contact {
  background-color: #d7e8f9;
}
.card.card-lead .card-footer {
  padding: 0;
}
.card.card-lead .card-footer .btn-group {
  display: flex;
  width: 100%;
}
.card.card-lead .card-footer .btn-group .btn {
  border-radius: 0;
  flex-grow: 1;
}
.card.card-lead .lead-details a {
  text-decoration: none;
}
.card.card-lead .lead-details a span {
  margin-right: 10px;
}

.card-box {
  background-color: #efefef;
  background-clip: border-box;
  padding: 1.5rem;
  margin-bottom: 24px;
  border-radius: 0.25rem;
}

.lead-detail .card-body-content {
  margin-left: 0 !important;
}

.dropdown .dropdown-menu {
  border: 1px solid #ECEDEE;
  border-radius: 2px;
  margin-top: 0;
}
.dropdown .dropdown-menu.dropdown-menu-md {
  width: 35rem;
  height: auto;
}
.dropdown .dropdown-menu.dropdown-menu-xl {
  width: 50rem;
  height: auto;
}
.dropdown .dropdown-menu .dropdown-header {
  border-bottom: 1px solid #ECEDEE;
  margin: 0 12px 12px;
  padding: 0 0 12px;
}
.dropdown .dropdown-menu .dropdown-item {
  position: relative;
  padding: 1rem 1.5rem;
  padding-right: 32px;
  font-size: 0.9rem;
}
.dropdown .dropdown-menu .dropdown-item a {
  padding: 6px 12px;
}
.dropdown .dropdown-menu .dropdown-item a:hover {
  background: #F4FAFE;
  color: #006EB8;
}
.dropdown .dropdown-menu .dropdown-item h5 {
  font-size: 16px;
}
.dropdown .dropdown-menu .dropdown-item i {
  font-size: 16px;
}
.dropdown .dropdown-menu .dropdown-item .fa-times {
  padding: 1px;
  right: 6px;
  top: 8px;
  position: absolute;
  transition: color ease-in-out 500ms;
}
.dropdown .dropdown-menu .dropdown-item .fa-times:hover {
  color: red;
}
.dropdown.dropdown-account .dropdown-menu {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-top: 12px;
  min-width: 220px;
  padding: 12px 0;
}
.dropdown.dropdown-account .account-info {
  border-bottom: 1px solid #ECEDEE;
}
.dropdown.dropdown-notifications .dropdown-menu {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-top: 12px;
}
.dropdown.dropdown-notifications .dropdown-menu .dropdown-item a {
  border-bottom: 1px solid #ECEDEE;
  padding: 12px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #323a46;
  text-decoration: none;
  background-color: #f7f7f7;
}

.form-section {
  margin-bottom: 24px;
  padding: 15px 10px;
  background: #fefefe;
}

.has-error .form-control {
  border: 1px solid #B80012;
}
.has-error .help-block {
  color: #B80012;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

div.search div input[type=search] {
  float: left;
  width: 100%;
  height: 34px;
  margin-top: -30px;
  border-radius: 18px;
  outline: none;
  border: none;
}
div.search div button#search {
  position: absolute;
  right: -40px;
  width: 40px;
  height: 26px;
  cursor: pointer;
  padding: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  border-radius: 0 4px 4px 0;
  box-shadow: none;
  border: none;
}
div.search div button#search :focus {
  outline: none;
}
div.search div button#search i {
  font-size: 14px;
  cursor: pointer;
}
div textarea {
  resize: none;
}
div .form-group .control-label {
  font-size: 1.872ex;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  color: #374047;
  margin-bottom: 6px;
}
div .form-control {
  border: 1px solid #ECEDEE;
  border-radius: 2px;
  box-shadow: none;
  color: #374047;
  padding: 6px 12px;
}
div .form-control:focus {
  border: 1px solid #006EB8;
}
div .required .form-control {
  position: relative;
}
div .required .form-control:after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #006EB8;
  border-radius: 50%;
  position: absolute;
  right: 6px;
}

.can-toggle {
  position: relative;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
  box-sizing: border-box;
}
.can-toggle .form-group {
  margin: 0;
}
.can-toggle input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type=checkbox][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
  padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  transform: translate3d(0, 0, 0);
}
.can-toggle input[type=checkbox][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch {
  background-color: #777;
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  color: rgb(93.5, 93.5, 93.5);
}
.can-toggle input[type=checkbox]:hover ~ label {
  color: rgb(106.25, 106.25, 106.25);
}
.can-toggle input[type=checkbox]:checked ~ label:hover {
  color: rgb(84.5384615385, 187.8807692308, 72.8192307692);
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch {
  background-color: rgb(112.4358974359, 198.8653846154, 102.6346153846);
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  color: rgb(79.2179487179, 183.0576923077, 67.4423076923);
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
  background-color: #5fc054;
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  color: rgb(71.1538461538, 164.4230769231, 60.5769230769);
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
}
.can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: rgb(131.75, 131.75, 131.75);
}
.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #777;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(-2px, 0, 0);
}
.can-toggle label {
  font-size: 14px;
}
.can-toggle label .can-toggle__switch {
  height: 38px;
  flex: 0 0 134px;
  border-radius: 2px;
}
.can-toggle label .can-toggle__switch:before {
  display: none;
  left: 134px/2;
  font-size: 12px;
  line-height: 38px;
  width: 134px/2;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px/2;
  width: 132px;
  line-height: 34px;
  font-size: 12px;
}
.can-toggle.demo-rebrand-1 input[type=checkbox][disabled] ~ label {
  color: rgba(181, 62, 116, 0.5);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label .can-toggle__switch {
  background-color: #b53e74;
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  color: rgb(143.012345679, 48.987654321, 91.6543209877);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label {
  color: rgb(162.0061728395, 55.4938271605, 103.8271604938);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label:hover {
  color: rgb(56.699078341, 145.000921659, 105.9622119816);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label .can-toggle__switch {
  background-color: rgb(68.168202765, 174.331797235, 127.3963133641);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  color: rgb(53.831797235, 137.668202765, 100.6036866359);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
  background-color: #3d9c72;
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  color: rgb(46.66359447, 119.33640553, 87.2073732719);
}
.can-toggle.demo-rebrand-1 label .can-toggle__label-text {
  flex: 1;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch {
  transition: background-color 0.3s ease-in-out;
  background: rgb(193.3827160494, 75.1172839506, 128.7839506173);
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.6);
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  color: #b53e74;
}

textarea {
  width: 100%;
}

.modal-header {
  background: none;
  color: #374047;
}

.selectize-control.multi {
  width: 100%;
}

.select2-container--krajee-bs4 .select2-selection--single {
  height: calc(2.25rem + 10px);
  line-height: 1.5;
  color: #495057 !important;
}
.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
  width: 2.5rem;
}

.form-control {
  height: calc(1.5em + 0.75rem + 10px);
}

.external-iframe-form h2 {
  font-family: Georgia;
  font-size: 14px;
  color: #1070B6;
}

.oth-editable-grid-attribute:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  #alert-form td input {
    float: right;
    margin-right: 18px;
  }
}

.sidebar-grid-controls {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-grid-controls li {
  padding: 5px 26px;
  color: #374047;
  display: block;
  font-size: 16px;
  font-weight: 100;
  cursor: pointer;
}
.sidebar-grid-controls li:hover {
  background-color: rgb(234, 240, 246);
  text-decoration: none;
}
.sidebar-grid-controls li.active {
  color: rgb(234, 240, 246);
  background: #006eb8;
}

.grid-view table tr th {
  border-top: 1px solid #dee0e2 !important;
}

.grid-view .badge {
  margin-right: 4px;
}

#w0-xlsx {
  display: none;
}

.uc-bg-color {
  background-color: #d4ffb2 !important;
}

.swb-bg-color {
  background-color: #cec2eb !important;
}

.label {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.56ex;
  padding: 4px 6px;
}
.label.label-default {
  background: #E4F0F7;
  border: 1px solid #006EB8;
  color: #006EB8;
}
.label.label-warning {
  background: #B80012;
  border: 1px solid #B80012;
  color: #FFFFFF;
}
.label.label-wanted {
  background: #B80012;
  border: 1px solid #B80012;
  color: #FFFFFF;
  opacity: 0.4;
  text-transform: uppercase;
}
.label.label-forsale {
  background: #006EB8;
  border: 1px solid #006EB8;
  color: #FFFFFF;
  opacity: 0.4;
  text-transform: uppercase;
}
.label.label-brokerage {
  background: #f0ad4e;
  border: 1px solid #f0ad4e;
  color: #FFFFFF;
  opacity: 0.4;
  text-transform: uppercase;
}
.label.label-preferred {
  background: #B84A00;
  border: 1px solid #B84A00;
  color: #FFFFFF;
  opacity: 0.4;
  text-transform: uppercase;
}
.label.label-all {
  background: #12B800;
  border: 1px solid #12B800;
  color: #FFFFFF;
  opacity: 0.4;
  text-transform: uppercase;
}
.label.label-new {
  background: #006EB8;
  border: 1px solid #006EB8;
  color: #FFFFFF;
  text-transform: uppercase;
}
.label.label-success {
  background: #28a745 !important;
  border: 1px solid #28a745 !important;
  color: #FFFFFF;
  text-transform: uppercase;
}
.label.label-hot {
  background: #B80012;
  border: 1px solid #B80012;
  color: #FFFFFF;
  text-transform: uppercase;
}
.label.label-oth {
  background: #0E9100;
  border: 1px solid #0E9100;
  color: #FFFFFF;
  text-transform: uppercase;
}
.label.label-vip {
  background: #f0ad4e;
  border: 1px solid #f0ad4e;
  color: #FFFFFF;
  text-transform: uppercase;
}
.label.label-length {
  background: #E4F0F7;
  border: 1px solid #006EB8;
  color: #006EB8;
}
.label.label-sales-type {
  background: #F9E9EB;
  border: 1px solid #B80012;
  color: #B80012;
}
.label.label-make {
  background: #E5F7E3;
  border: 1px solid #12B800;
  color: #12B800;
}
.label.label-type {
  background: #F6F3DF;
  border: 1px solid #f0ad4e;
  color: #f0ad4e;
}
.label.label-price-type {
  background: #F0E9F9;
  border: 1px solid #4A00B8;
  color: #4A00B8;
}

.badge {
  font-weight: 100;
  font-size: 12px;
  margin-top: 1px;
  margin-left: 1px;
  background: #45CB7B;
  color: #FFFFFF;
}
.badge.badge-red {
  background: #B80012;
}
.badge.badge-blue {
  background: #4C99CD;
}
.badge.badge-low {
  background: #4C99CD;
}
.badge.badge-normal {
  background: #006EB8;
}
.badge.badge-high {
  background: #f0ad4e;
}
.badge.badge-highest {
  background: #B80012;
}
.badge.badge-private-tag {
  cursor: pointer;
  margin: 10px;
}
.badge.badge-priority {
  width: 60px;
  text-align: center;
}

.show.modal {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.show.modal > div {
  width: 100%;
}
.show.modal > div .modal-content#quick-view-contents {
  background-color: transparent;
  border: unset;
}

.modal-header {
  background-color: #348cd4;
  color: #fff;
}
.modal-header btn {
  color: #fff;
}
.modal-header .close {
  outline: none !important;
  color: #fff !important;
}

.opacity-0 {
  opacity: 0;
}

.modal-title {
  color: #fff;
}

@media (max-width: 768px) {
  .modal-content {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .modal-dialog {
    margin: 0;
    padding: 10px;
  }
}

.modal-body {
  overflow: hidden;
  overflow-y: auto;
  transition: all 500ms ease-in-out;
  height: auto;
  max-height: 100vh;
  min-height: 0;
  padding: 2rem;
  background-color: #fff;
}

#contact-create-form .card-body {
  max-height: 72vh;
  overflow-y: auto;
}

.modal-inventory-tasks {
  max-height: 75vh;
  overflow: scroll;
}

.modal .core-values {
  background-color: #348cd4;
  color: #fff;
}
.modal .core-values p {
  font-size: 14px;
  line-height: 22px;
}
.modal .core-values h3 {
  margin-bottom: 10px;
}
.modal .core-values h4 {
  text-transform: uppercase;
}
.modal .core-values .badge-urgency {
  padding: 4px 0;
  background-color: darkred;
}
.modal .core-values .badge-loyalty {
  padding: 4px 0;
  background-color: green;
}
.modal .core-values .badge-passion {
  padding: 4px 0;
  background-color: goldenrod;
}
.modal .core-values .badge-accountability {
  padding: 4px 0;
  background-color: dodgerblue;
}
.modal .core-values .badge-improvement {
  padding: 4px 0;
  background-color: coral;
}
.modal .core-values .badge-reputation {
  padding: 4px 0;
  background-color: hotpink;
}

.nav .divider {
  color: #374047;
  margin-bottom: 6px;
  padding-left: 24px;
  text-transform: uppercase;
}
.nav .open a {
  background: transparent;
  border: none;
}
.nav .open a:focus, .nav .open a:hover {
  background: transparent;
  border: none;
}
.nav .nav-item .nav-link:hover i, .nav .nav-item .nav-link:focus i {
  color: #006EB8;
}
.nav .nav-item .nav-link i {
  color: #006EB8;
  font-size: 16px;
  margin-right: 6px;
}
.nav .nav-item.active .nav-link {
  border-left: 4px solid #006EB8;
  color: #006EB8;
  padding-left: 36px;
}
.nav.nav-tabs {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.nav.nav-tabs .nav-item {
  margin-right: 12px;
}
.nav.nav-tabs .nav-item .nav-link {
  font-size: 16px;
  border: none;
  border-bottom: 1px solid transparent;
  padding: 0 0 6px;
  transition: border-color 500ms ease-in-out;
}
.nav.nav-tabs .nav-item .nav-link.active {
  background: none;
  border-bottom: 1px solid #006EB8;
  color: #374047;
  padding-left: 0;
}
.nav.nav-tabs .nav-item .nav-link:hover, .nav.nav-tabs .nav-item .nav-link:focus {
  background: none;
  color: #374047;
}
.nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.menu-btn {
  width: 58px;
}

#notifications {
  position: unset;
}
#notifications > a.clear-notifications {
  position: relative;
}
#notifications > a.clear-notifications .badge {
  position: absolute;
  top: 15px;
  right: -10px;
  padding: 3px 5px;
  border-radius: 50%;
  background: red;
  color: white;
  font-size: 10px;
  font-weight: bold;
}

#notification-container {
  height: calc(100vh - 94px);
  width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  max-width: 100vw;
}
#notification-container .notification-wrapper {
  position: relative;
}
#notification-container .dropdown-item {
  display: flex;
  border-bottom: 1px solid #ADB3B8;
  transition: background 500ms ease-in-out;
}
#notification-container .dropdown-item .info {
  max-width: 80%;
}
#notification-container .dropdown-item p {
  margin-bottom: unset;
}
#notification-container .dropdown-item p.text {
  white-space: normal;
}
#notification-container .dropdown-item:hover + .dropdown {
  visibility: visible;
}
#notification-container .dropdown {
  position: absolute;
  right: 15px;
  top: 20px;
  border-radius: 50%;
  padding: 4px;
  visibility: hidden;
  transition: color 500ms ease-in-out, background 500ms ease-in-out;
}
#notification-container .dropdown.show {
  visibility: visible;
}
#notification-container .dropdown .nav-link * {
  pointer-events: none;
}
#notification-container .dropdown:hover {
  visibility: visible;
}
#notification-container .dropdown .nav-link {
  padding: 0;
  line-height: 1;
  min-width: unset;
}
#notification-container .dropdown .dropdown-menu {
  padding: 0;
}
#notification-container .dropdown .dropdown-menu .dropdown-item {
  border: 0;
}
#notification-container .dropdown .dropdown-menu .dropdown-item:hover .fa-times {
  color: red;
}
#notification-container .dropdown .dropdown-menu .dropdown-item .fa-times {
  transition: color 500ms ease-in-out, background 500ms ease-in-out;
  top: -3px;
  position: relative;
}

.auto-mention-list {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  min-width: 160px;
  max-width: 100%;
  list-style: none;
  z-index: 120000;
  background-color: #fff;
  max-height: 20em;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #bcc5d7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 4px #ddd;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
}
.auto-mention-list.fixed {
  position: fixed;
}
.auto-mention-list li * {
  pointer-events: none;
}

.dataTables_wrapper .dataTables_paginate .pagination .paginate_button {
  margin-left: 0;
  padding: 0 2px;
}

.panel-container {
  overflow-x: scroll;
}

.panel {
  background: #DEE0E2;
  border-radius: 4px;
  position: relative;
}
.panel .panel-header {
  padding: 12px;
}
.panel .panel-body {
  padding: 0 6px;
}
.panel .panel-footer {
  padding: 12px;
  background-color: #DEE0E2;
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel .panel-footer .panel-footer--action {
  color: #808A91;
}
.panel .panel-footer .panel-footer--action:hover {
  color: #374047;
}

.summary {
  margin-bottom: 6px;
}

.table td {
  position: relative;
}
.table.table-hover tbody tr:hover {
  background: #F2F8FB;
}
.table.table-bordered td {
  border-right: none;
  border-left: none;
}
.table.table-bordered-top td {
  border-top: 1px solid #eaeaea;
}
.table.border-0 td {
  border: none;
}
.table thead:first-child tr:first-child th {
  border-bottom: 1px solid #ECEDEE;
}
.table thead tr.filters {
  background: #FFFFFF;
}
.table thead tr.filters .form-control {
  border: 1px solid #ECEDEE;
  border-radius: 2px;
  box-shadow: none;
  color: #374047;
  padding: 6px 12px;
}
.table thead tr.filters .form-control:focus {
  border: 1px solid #006EB8;
}
.table thead tr th {
  font-size: 1.56ex;
  border-top: 1px solid #DEE0E2;
  color: #374047;
  padding: 10px 12px;
  vertical-align: middle;
  color: #808A91;
  font-size: 14px;
  font-weight: 100;
}
.table thead tr th a {
  color: #808A91;
  font-size: 14px;
  font-weight: 100;
}
.table thead tr th a:hover {
  text-decoration: none;
}
.table tbody tr td {
  font-size: 14px;
  font-weight: 100;
  border-top: 1px solid #ECEDEE;
  color: #374047;
  padding: 4px 2px;
  vertical-align: middle;
}
.table.table-striped tbody tr.odd {
  background: #ECEDEE;
}
.table.table-borderless td, .table .table-borderless th {
  border: none;
}

.danger td {
  background-color: #FF9B9B;
}
.danger td:hover td {
  background-color: #FED8B1;
}

.almost-danger td {
  background-color: #ffd27f;
}
.almost-danger:hover td {
  background-color: #FFEDCC;
}

.lead-detail .table tbody tr td {
  padding: 6px;
}

.modal table tbody tr td {
  padding: 5px 0;
  color: #666;
}

.filter-container .label-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
  justify-content: center;
}
.filter-container .panel {
  background-color: #FFFFFF;
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.filter-container .panel .panel-heading {
  padding: 20px;
  background-color: #FFFFFF;
  border: 0;
}
.filter-container .panel .panel-heading .panel-title a {
  text-decoration: none;
}
.filter-container .panel .panel-heading .panel-title a:after {
  font-family: "Glyphicons Halflings"; /* essential for enabling glyphicon */
  content: "\e114"; /* adjust as needed, taken from bootstrap.css */
  float: right; /* adjust as needed */
  color: grey;
}
.filter-container .panel .panel-heading .panel-title a.collapsed:after {
  content: "\e080";
}
.filter-container .panel .panel-body {
  padding: 0 20px 20px 20px !important;
}

.wizard {
  margin: 20px auto;
}

.wizard .nav-tabs {
  position: relative;
  margin: 40px auto;
  margin-bottom: 0;
  border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
  background: #fff;
  position: relative;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #e0e0e0;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
}

span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  background: #fff;
  border: 2px solid #5bc0de;
}

.wizard li.active span.round-tab i {
  color: #5bc0de;
}

span.round-tab:hover {
  color: #333;
  border: 2px solid #333;
}

.wizard .nav-tabs > li {
  width: 16.5%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #5bc0de;
  transition: 0.1s ease-in-out;
}

.wizard li.active:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 50px;
}

.wizard h3 {
  margin-top: 0;
}

@media (max-width: 585px) {
  .wizard {
    width: 90%;
    height: auto !important;
  }
  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}
.dropzone {
  box-sizing: border-box;
  min-height: 120px;
  border: 2px dashed #006EB8;
  background: white;
  padding: 20px 20px;
}
.dropzone * {
  box-sizing: border-box;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
  opacity: 1;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview .dz-success-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

#image-are-you-sure {
  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid #333;
  padding: 30px;
  z-index: 999;
  width: 292px;
  border-radius: 21px;
  right: 140px;
  text-align: center;
}

.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.fast-spin {
  color: #006EB8;
  -webkit-animation: fa-spin 0.5s infinite linear;
  animation: fa-spin 0.5s infinite linear;
}

.sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sortable.ui-sortable li {
  cursor: pointer;
}
.sortable.ui-_blank li a {
  cursor: context-menu;
  color: inherit;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.sortable li {
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  font-size: 1em;
  text-align: center;
  border: 1px solid transparent;
}
.sortable li.selected {
  border: 1px solid red;
}
.sortable li.ui-state-file {
  position: relative;
}
.sortable li.ui-state-file .file-image {
  margin: 6px;
}
.sortable li.ui-state-file .file-image p {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sortable li.ui-state-file:hover .contain button.delete-hide {
  display: none !important;
}
.sortable li.ui-state-file:hover .contain button.delete {
  display: block;
}
.sortable li.ui-state-file .contain {
  width: 30px;
  height: 28px;
  float: right;
  /* margin-top: -16px; */
  /* margin-right: -9px; */
  position: absolute;
  top: -10px;
  right: -10px;
}
.sortable li.ui-state-file .contain button.delete {
  font-size: 24px;
  background: transparent;
  border: none;
  color: #B80012;
  display: none;
}
.sortable li.ui-state-file .contain button.delete:focus {
  outline: none;
  border: none;
}
.sortable li.ui-state-file .contain button.delete svg:focus {
  outline: none;
  border: none;
}
.sortable li.ui-state-file .contain button.delete path:focus {
  outline: none;
  border: none;
}
.sortable li.ui-state-image {
  width: 80px;
  height: 80px;
}
.sortable li.ui-state-image:hover button.delete-hide {
  display: none !important;
}
.sortable li.ui-state-image:hover button.delete {
  display: block;
}
.sortable li.ui-state-image button.delete {
  top: -18px;
  left: 59px;
  position: relative;
  border: none;
  font-size: 24px;
  background: transparent;
  color: #B80012;
  display: none;
}
.sortable li.ui-state-image button.delete:focus {
  outline: none;
  border: none;
}
.sortable li.ui-state-image button.delete svg:focus {
  outline: none;
  border: none;
}
.sortable li.ui-state-image button.delete path:focus {
  outline: none;
  border: none;
}

.are_you_sure {
  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid #333;
  padding: 30px;
  z-index: 999;
  width: 292px;
  border-radius: 21px;
  right: 140px;
  text-align: center;
}
.are_you_sure :first-child {
  top: 10px;
}

.datepicker {
  z-index: 9999 !important;
}

.spinner {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-goals div.progress-circles {
  margin-bottom: 11px;
}

.content-goal-block {
  padding: 10%;
  border-bottom: 1px #eee solid;
}
.content-goal-block:last-of-type {
  border-bottom: none;
}
.content-goal-block span,
.content-goal-block label {
  font-size: 20px;
}

.leaderboard {
  min-height: 150px;
  max-height: 650px;
  overflow: auto;
}
.leaderboard .legend ul {
  list-style: none;
}
.leaderboard .legend ul li {
  float: left;
  border: none;
  padding: 0 0 0 14px;
}
.leaderboard .legend ul li span {
  margin-right: 4px;
}
.leaderboard .legend ul li span.quota {
  color: red;
}
.leaderboard .legend ul li span.min {
  color: yellow;
}
.leaderboard .legend ul li span.mid {
  color: blue;
}
.leaderboard .legend ul li span.max {
  color: green;
}
.leaderboard .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  margin: 0px;
}
.leaderboard {
  /* Tooltip text */
}
.leaderboard .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.leaderboard {
  /* Show the tooltip text when you mouse over the tooltip container */
}
.leaderboard .tooltip:hover .tooltiptext {
  visibility: visible;
}
.leaderboard ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.leaderboard ul li {
  list-style: none;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.leaderboard ul li .leader-data {
  float: left;
  width: 25%;
}
.leaderboard ul li .percentage {
  float: left;
  width: 75%;
  font-size: 0.8em;
  line-height: 1;
  text-transform: uppercase;
  height: 40px;
  position: relative;
}
.leaderboard ul li .percentage:first-of-type {
  margin-top: 0;
}
.leaderboard ul li .percentage .gridlabel {
  position: absolute;
  left: 23.75%;
  top: -15px;
  font-weight: 200;
  font-size: 12px;
}
.leaderboard ul li .percentage .gridline {
  border-left: 1px solid #eaeaea;
  height: 215%;
  position: absolute;
}
.leaderboard ul li .percentage button {
  top: 16px;
  z-index: 9;
  border: none;
  position: absolute;
  padding: 0;
  background: transparent;
}
.leaderboard ul li .percentage button.quota {
  color: red;
}
.leaderboard ul li .percentage button.min {
  color: yellow;
}
.leaderboard ul li .percentage button.mid {
  color: blue;
}
.leaderboard ul li .percentage button.max {
  color: green;
}
.leaderboard ul li .percentage.percentage-ytd:after {
  background: linear-gradient(#6bb120, #8AE429 70%);
}
.leaderboard ul li .percentage:after {
  content: "";
  display: block;
  background: linear-gradient(#2196e3, #1779ba 70%);
  height: 60%;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.leaderboard ul li .percentage:hover:after, .leaderboard ul li .percentage:focus:after {
  background-color: #aaa;
}
.leaderboard ul li .percentage.percentage-0:after, .leaderboard ul li .percentage[class*=percentage--]:after {
  background: none;
}
.leaderboard ul ul {
  background-color: white;
  max-width: 700px;
  position: relative;
  padding: 20px;
}
.leaderboard ul ul li {
  display: block;
  background: linear-gradient(#2196e3, #1779ba 70%);
  width: 50px;
  height: 90%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.leaderboard dt {
  align-self: flex-start;
  width: 100%;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 130px;
}
.leaderboard .text {
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 40px;
  width: 130px;
  background-color: white;
  position: absolute;
  left: 0;
  justify-content: flex-end;
}
.leaderboard .percentage-1:after {
  width: 1%;
}
.leaderboard .percentage-2:after {
  width: 2%;
}
.leaderboard .percentage-3:after {
  width: 3%;
}
.leaderboard .percentage-4:after {
  width: 4%;
}
.leaderboard .percentage-5:after {
  width: 5%;
}
.leaderboard .percentage-6:after {
  width: 6%;
}
.leaderboard .percentage-7:after {
  width: 7%;
}
.leaderboard .percentage-8:after {
  width: 8%;
}
.leaderboard .percentage-9:after {
  width: 9%;
}
.leaderboard .percentage-10:after {
  width: 10%;
}
.leaderboard .percentage-11:after {
  width: 11%;
}
.leaderboard .percentage-12:after {
  width: 12%;
}
.leaderboard .percentage-13:after {
  width: 13%;
}
.leaderboard .percentage-14:after {
  width: 14%;
}
.leaderboard .percentage-15:after {
  width: 15%;
}
.leaderboard .percentage-16:after {
  width: 16%;
}
.leaderboard .percentage-17:after {
  width: 17%;
}
.leaderboard .percentage-18:after {
  width: 18%;
}
.leaderboard .percentage-19:after {
  width: 19%;
}
.leaderboard .percentage-20:after {
  width: 20%;
}
.leaderboard .percentage-21:after {
  width: 21%;
}
.leaderboard .percentage-22:after {
  width: 22%;
}
.leaderboard .percentage-23:after {
  width: 23%;
}
.leaderboard .percentage-24:after {
  width: 24%;
}
.leaderboard .percentage-25:after {
  width: 25%;
}
.leaderboard .percentage-26:after {
  width: 26%;
}
.leaderboard .percentage-27:after {
  width: 27%;
}
.leaderboard .percentage-28:after {
  width: 28%;
}
.leaderboard .percentage-29:after {
  width: 29%;
}
.leaderboard .percentage-30:after {
  width: 30%;
}
.leaderboard .percentage-31:after {
  width: 31%;
}
.leaderboard .percentage-32:after {
  width: 32%;
}
.leaderboard .percentage-33:after {
  width: 33%;
}
.leaderboard .percentage-34:after {
  width: 34%;
}
.leaderboard .percentage-35:after {
  width: 35%;
}
.leaderboard .percentage-36:after {
  width: 36%;
}
.leaderboard .percentage-37:after {
  width: 37%;
}
.leaderboard .percentage-38:after {
  width: 38%;
}
.leaderboard .percentage-39:after {
  width: 39%;
}
.leaderboard .percentage-40:after {
  width: 40%;
}
.leaderboard .percentage-41:after {
  width: 41%;
}
.leaderboard .percentage-42:after {
  width: 42%;
}
.leaderboard .percentage-43:after {
  width: 43%;
}
.leaderboard .percentage-44:after {
  width: 44%;
}
.leaderboard .percentage-45:after {
  width: 45%;
}
.leaderboard .percentage-46:after {
  width: 46%;
}
.leaderboard .percentage-47:after {
  width: 47%;
}
.leaderboard .percentage-48:after {
  width: 48%;
}
.leaderboard .percentage-49:after {
  width: 49%;
}
.leaderboard .percentage-50:after {
  width: 50%;
}
.leaderboard .percentage-51:after {
  width: 51%;
}
.leaderboard .percentage-52:after {
  width: 52%;
}
.leaderboard .percentage-53:after {
  width: 53%;
}
.leaderboard .percentage-54:after {
  width: 54%;
}
.leaderboard .percentage-55:after {
  width: 55%;
}
.leaderboard .percentage-56:after {
  width: 56%;
}
.leaderboard .percentage-57:after {
  width: 57%;
}
.leaderboard .percentage-58:after {
  width: 58%;
}
.leaderboard .percentage-59:after {
  width: 59%;
}
.leaderboard .percentage-60:after {
  width: 60%;
}
.leaderboard .percentage-61:after {
  width: 61%;
}
.leaderboard .percentage-62:after {
  width: 62%;
}
.leaderboard .percentage-63:after {
  width: 63%;
}
.leaderboard .percentage-64:after {
  width: 64%;
}
.leaderboard .percentage-65:after {
  width: 65%;
}
.leaderboard .percentage-66:after {
  width: 66%;
}
.leaderboard .percentage-67:after {
  width: 67%;
}
.leaderboard .percentage-68:after {
  width: 68%;
}
.leaderboard .percentage-69:after {
  width: 69%;
}
.leaderboard .percentage-70:after {
  width: 70%;
}
.leaderboard .percentage-71:after {
  width: 71%;
}
.leaderboard .percentage-72:after {
  width: 72%;
}
.leaderboard .percentage-73:after {
  width: 73%;
}
.leaderboard .percentage-74:after {
  width: 74%;
}
.leaderboard .percentage-75:after {
  width: 75%;
}
.leaderboard .percentage-76:after {
  width: 76%;
}
.leaderboard .percentage-77:after {
  width: 77%;
}
.leaderboard .percentage-78:after {
  width: 78%;
}
.leaderboard .percentage-79:after {
  width: 79%;
}
.leaderboard .percentage-80:after {
  width: 80%;
}
.leaderboard .percentage-81:after {
  width: 81%;
}
.leaderboard .percentage-82:after {
  width: 82%;
}
.leaderboard .percentage-83:after {
  width: 83%;
}
.leaderboard .percentage-84:after {
  width: 84%;
}
.leaderboard .percentage-85:after {
  width: 85%;
}
.leaderboard .percentage-86:after {
  width: 86%;
}
.leaderboard .percentage-87:after {
  width: 87%;
}
.leaderboard .percentage-88:after {
  width: 88%;
}
.leaderboard .percentage-89:after {
  width: 89%;
}
.leaderboard .percentage-90:after {
  width: 90%;
}
.leaderboard .percentage-91:after {
  width: 91%;
}
.leaderboard .percentage-92:after {
  width: 92%;
}
.leaderboard .percentage-93:after {
  width: 93%;
}
.leaderboard .percentage-94:after {
  width: 94%;
}
.leaderboard .percentage-95:after {
  width: 95%;
}
.leaderboard .percentage-96:after {
  width: 96%;
}
.leaderboard .percentage-97:after {
  width: 97%;
}
.leaderboard .percentage-98:after {
  width: 98%;
}
.leaderboard .percentage-99:after {
  width: 99%;
}
.leaderboard .percentage-100:after {
  width: 100%;
}
.leaderboard html,
.leaderboard body {
  height: 500px;
  font-family: "fira-sans-2", sans-serif;
  color: #333;
}

.highcharts-figure .chart-container {
  width: 300px;
  height: 200px;
  float: left;
}

@media (max-width: 600px) {
  .highcharts-figure {
    width: 100%;
  }
  .highcharts-figure .chart-container {
    width: 300px;
    float: none;
    margin: 0 auto;
  }
}
.highcharts-figure,
.highcharts-data-table table {
  width: 600px;
  margin: 0 auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.bar-graph {
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 425px;
  margin: 0;
}

.bar-graph li {
  display: block;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  border-radius: 4px 4px 0 0;
  height: 100%;
  margin: 0 1.8% 0 0;
  -webkit-flex: 1 1 15%;
  -ms-flex: 1 1 15%;
  flex: 1 1 15%;
  padding-bottom: 30px;
}

.bar-graph .bar-graph-axis {
  -webkit-flex: 1 1 8%;
  -ms-flex: 1 1 8%;
  flex: 1 1 8%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bar-graph .bar-graph-label {
  margin: 0;
  background-color: none;
  color: #8a8a8a;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .bar-graph .bar-graph-label:before,
  .bar-graph .bar-graph-label:after {
    content: "";
    position: absolute;
    border-bottom: 1px dashed #8a8a8a;
    top: 0;
    left: 0;
    height: 50%;
    width: 20%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .bar-graph .bar-graph-label:before,
  .bar-graph .bar-graph-label:after {
    width: 20%;
  }
}
@media print, screen and (min-width: 40em) {
  .bar-graph .bar-graph-label:after {
    left: auto;
    right: 0;
  }
}
.bar-graph .percent {
  letter-spacing: -2px;
  opacity: 0.6;
  width: 79%;
  font-size: 1.875rem;
  position: absolute;
  left: 10px;
  top: -8px;
  padding-top: 14px;
}

.company-goals .bar-graph .percent {
  top: -15px;
  color: #fff;
}
.company-goals .goal {
  position: absolute;
  border-bottom: 4px solid black;
  left: 110%;
  width: 132%;
  font-size: 14px;
  font-weight: 200;
}
.company-goals .goal.goal-high {
  border-color: green;
}
.company-goals .goal.goal-medium {
  border-color: blue;
}
.company-goals .goal.goal-low {
  border-color: yellow;
}
.company-goals .goal.goal-quota {
  border-color: red;
}

@media print, screen and (min-width: 40em) {
  .bar-graph .percent {
    font-size: 1.6rem;
  }
}
.bar-graph .percent span {
  font-size: 1.75rem;
  display: block;
}

.bar-graph .description {
  font-weight: 800;
  opacity: 0.5;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
  bottom: 20px;
  position: absolute;
  font-size: 1rem;
  overflow: hidden;
}

.bar-graph .bar {
  max-height: 100%;
}

.bar-graph .bar.primary {
  border: 1px solid #1779ba;
  background: linear-gradient(#2196e3, #1779ba 70%);
}

.bar-graph .bar.secondary {
  border: 1px solid #767676;
  background: linear-gradient(#909090, #767676 70%);
}

.bar-graph .bar.success {
  border: 1px solid #3adb76;
  background: linear-gradient(#65e394, #3adb76 70%);
}

.bar-graph .bar.warning {
  border: 1px solid #ffae00;
  background: linear-gradient(#ffbe33, #ffae00 70%);
}

.bar-graph .bar.alert {
  border: 1px solid #cc4b37;
  background: linear-gradient(#d67060, #cc4b37 70%);
}

.skills {
  width: 98%;
  max-width: 100%;
  height: 400px;
  margin: auto;
  overflow: scroll;
  position: relative;
}

.lines {
  height: 100%;
  position: relative;
}

.line {
  height: inherit;
  width: 2px;
  background: rgba(238, 238, 238, 0.6);
}
.line.l--0 {
  left: 0;
}
.line.l--25 {
  left: 25%;
}
.line.l--50 {
  left: 50%;
}
.line.l--75 {
  left: 75%;
}
.line.l--100 {
  left: calc(100% - 1px);
}

.line__label {
  display: block;
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: -50px;
}
.line__label.title {
  text-transform: uppercase;
  font-weight: bold;
}

.charts {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.chart {
  margin: 30px 0 0;
}
.chart:first-child {
  margin: 0;
}

.chart__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}
.chart--prod .chart__title {
  animation-delay: 3.3s;
}
.chart--design .chart__title {
  animation-delay: 4.5s;
}

.chart--horiz {
  overflow: hidden;
}

.chart__bar {
  height: 30px;
  margin-bottom: 10px;
  background: linear-gradient(#2196e3, #1779ba 70%);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}
.chart--dev .chart__bar:nth-of-type(11) {
  animation-delay: 2.7s;
}
.chart--dev .chart__bar:nth-of-type(10) {
  animation-delay: 2.5s;
}
.chart--dev .chart__bar:nth-of-type(9) {
  animation-delay: 2.3s;
}
.chart--dev .chart__bar:nth-of-type(8) {
  animation-delay: 2.1s;
}
.chart--dev .chart__bar:nth-of-type(7) {
  animation-delay: 1.9s;
}
.chart--dev .chart__bar:nth-of-type(6) {
  animation-delay: 1.7s;
}
.chart--dev .chart__bar:nth-of-type(5) {
  animation-delay: 1.5s;
}
.chart--dev .chart__bar:nth-of-type(4) {
  animation-delay: 1.3s;
}
.chart--dev .chart__bar:nth-of-type(3) {
  animation-delay: 1.1s;
}
.chart--dev .chart__bar:nth-of-type(2) {
  animation-delay: 0.9s;
}
.chart--dev .chart__bar:nth-of-type(1) {
  animation-delay: 0.7s;
}
.chart--prod .chart__bar:nth-of-type(2) {
  animation-delay: 4.2s;
}
.chart--prod .chart__bar:nth-of-type(1) {
  animation-delay: 4s;
}
.chart--design .chart__bar:nth-of-type(3) {
  animation-delay: 5.6s;
}
.chart--design .chart__bar:nth-of-type(2) {
  animation-delay: 5.4s;
}
.chart--design .chart__bar:nth-of-type(1) {
  animation-delay: 5.2s;
}
.chart__bar.green {
  background-color: #00b712;
  background-image: linear-gradient(315deg, #5aff15 0%, #00b712 74%);
}

.chart__label {
  padding-left: 10px;
  line-height: 30px;
  color: white;
}

.highcharts-credits {
  display: none;
}

@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.dashboard-block {
  margin: 70px 0;
  padding-bottom: 70px;
  border-bottom: 1px solid #999;
}
.dashboard-block.first {
  margin-top: 10px !important;
}
.dashboard-block h2 {
  font-size: 38px;
  padding-bottom: 20px;
  color: #006EB8;
}

.drilldown {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  z-index: 9999;
  padding: 30px;
  position: absolute;
  background: #fff;
  width: 98%;
  top: 43px;
  overflow: scroll;
}

.task-complete {
  color: #666;
}
.task-complete.complete {
  color: #45CB7B;
}
.task-complete:hover {
  color: #45CB7B;
}

.modal-tasks .close {
  margin-right: -8px;
  margin-top: -14px;
}
.modal-tasks .task-modal-content {
  margin-top: 16px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

th.switch {
  position: relative;
  display: inline-block;
  width: 60px !important;
  height: 34px;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

th.switch {
  position: relative;
  display: inline-block;
  width: 60px !important;
  height: 34px;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 6px 12px;
}
.navbar.navbar-main {
  background: #006EB8;
}
.navbar.navbar-main .navbar-collapse .navbar-notificaitons {
  align-items: center;
  display: flex;
  height: 32px;
  margin-right: 18px;
}
.navbar .navbar-header .navbar-brand {
  height: unset;
  padding: 0;
}
.navbar .navbar-header .navbar-brand img {
  height: 32px;
}
.navbar .account-menu, .navbar .notifications-menu {
  padding: 0;
}
.navbar .account-menu .caret, .navbar .notifications-menu .caret {
  display: none;
}
.navbar .account-menu.dropdown-toggle::after, .navbar .notifications-menu.dropdown-toggle::after {
  display: none;
}
.navbar .account-menu:hover, .navbar .account-menu:focus, .navbar .notifications-menu:hover, .navbar .notifications-menu:focus {
  background: none;
}
.navbar .notifications-menu {
  height: 24px;
}
.navbar .notifications-menu i {
  color: #FFFFFF;
}

.topbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  background: #006EB8;
}
.topbar .topbar-left {
  float: left;
  position: relative;
  width: 145px;
  z-index: 1;
  background-color: #006EB8;
  max-height: 70px;
}
@media (max-width: 419px) {
  .topbar .topbar-left {
    width: 70px !important;
  }
}
.topbar .logo {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 70px;
  text-transform: uppercase;
  text-align: center;
}
.topbar .logo img {
  width: 52%;
  padding: 14px 4px;
  display: inline-block;
}
@media (max-width: 420px) {
  .topbar .logo img {
    width: 64px;
    padding: 22px 4px;
  }
}
.topbar .waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.topbar nav.navbar-custom {
  background-color: #006EB8;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 10px 0 0;
  margin-left: 145px;
  min-height: 70px;
}
@media (max-width: 480px) {
  .topbar nav.navbar-custom {
    margin-left: 70px !important;
  }
}
.topbar nav.navbar-custom .nav-link {
  padding: 0;
  line-height: 65px;
  color: rgba(255, 255, 255, 0.6);
}
.topbar nav.navbar-custom .nav-link.badge_notifications {
  text-align: right;
  height: 58px;
  width: 32px;
  padding: 0;
}
.topbar nav.navbar-custom .menu-left {
  overflow: hidden;
}
.topbar nav .app-search {
  position: relative;
  padding-top: 18px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .topbar nav .app-search {
    display: none;
  }
}
.topbar nav .app-search .form-control {
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  height: 34px;
  color: #374047;
  padding-left: 20px;
  padding-right: 40px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px;
  width: 200px;
}
.topbar nav .app-search a {
  position: absolute;
  top: 18px;
  left: 170px;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  color: #999;
}
@media (max-width: 420px) {
  .topbar nav .hide-phone {
    display: none !important;
  }
}
.topbar nav .button-menu-mobile {
  border: none;
  color: #ffffff;
  display: inline-block;
  height: 70px;
  width: 50px;
  background-color: #323b44;
  font-size: 24px;
  z-index: 1;
}
.topbar nav .noti-icon {
  color: #fff;
}
.topbar nav dropdown-menu .dropdown-item {
  color: #e6e6e6;
}
.topbar nav .notification-list .noti-title {
  margin-bottom: 0;
  width: auto;
  padding: 8px 20px;
  border-bottom: 1px solid #006EB8;
}
.topbar nav .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 100;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.topbar nav .notification-list .notify-item {
  font-size: 15px;
  text-decoration: none;
  padding: 10px 10px;
  line-height: 20px;
}
.topbar nav .notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
}
.topbar nav .notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topbar nav .notification-list .notify-item .notify-details small {
  display: block;
}
.topbar nav .notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 10px;
}
.topbar nav .notification-list i {
  font-size: 18px;
  padding: 0 6px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
}

.bg-success {
  background-color: #00b19d !important;
}

.notification-list .noti-icon {
  font-size: 18px;
  padding: 0 12px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
}

a.reminder_remove_header {
  cursor: pointer;
  font-size: 12px;
  padding: 0 !important;
}

.profile-dropdown {
  min-width: 250px;
}

#image-upload {
  margin: 0 auto;
  display: inline-block;
}

.nav-user {
  padding-top: 0;
}

span.no-image {
  text-align: center;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: inline-block;
  line-height: 36px;
  background: #12B800;
  border-radius: 26px;
  color: #fff;
  font-weight: 600;
}

span.image img {
  height: 36px;
  width: 36px;
  border-radius: 26px;
}

.navbar-toggle {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none !important;
  }
}
.navbar-toggle.open span {
  position: absolute;
}
.navbar-toggle.open span:first-child {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}
.navbar-toggle.open span:last-child {
  width: 100%;
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 15px 10px 0 10px;
  top: 2px;
  padding-top: 12px;
  height: 44px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-toggle .lines span {
  color: #fff;
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 5px;
  transition: -webkit-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media (max-width: 991px) {
  #navigation {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    display: none;
    height: 500px;
    padding-bottom: 0;
    overflow: auto;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    background-color: #f7f7f7;
  }
}
@media (max-width: 991px) {
  #navigation .navigation-menu {
    float: none;
    text-align: left;
  }
}
@media (max-width: 991px) {
  #navigation .navigation-menu li {
    display: block;
    float: none;
    border-bottom: 1px solid #eaeaea;
  }
}
@media (max-width: 991px) {
  #navigation .navigation-menu li .submenu {
    display: none;
    list-style: none;
    padding-left: 16px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  #navigation .navigation-menu li .submenu.open {
    display: block;
  }
}
#navigation .navigation-menu li .submenu li {
  border: none;
}
@media (max-width: 991px) {
  #navigation .navigation-menu li .submenu li {
    border-bottom: none;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #navigation .navigation-menu li .submenu li a {
    display: block;
    position: relative;
    padding: 14px;
    color: #6e768e;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
  }
}
#navigation .navigation-menu li .megamenu ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  #navigation .navigation-menu .has-submenu.active a {
    color: #348cd4;
  }
}
#navigation .arrow-down {
  display: inline-block;
}
#navigation .arrow-down:after {
  border-color: initial;
  border-style: solid;
  border-width: 0 0 1px 1px;
  content: "";
  height: 0.4em;
  display: inline-block;
  right: 5px;
  top: 50%;
  margin-left: 5px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 0.4em;
}
@media (max-width: 991px) {
  #navigation .arrow-down:after {
    right: 15px;
    position: absolute;
  }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 50px; /* Margin bottom by footer height */
}

.footer {
  padding: 15px 0;
  color: #fff;
  background-color: #348cd4;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.footer a {
  color: #fff;
}

.sidebar {
  background: #ffffff;
  bottom: 50px;
  height: 100%;
  margin-bottom: -70px;
  margin-top: 0;
  padding-bottom: 70px;
  position: fixed;
  z-index: 10;
  top: 70px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 480px) {
  .sidebar {
    overflow: auto;
    height: 100%;
    padding-top: 0;
    padding-bottom: 75px;
  }
}
.sidebar.side-menu {
  width: 196px;
}
.sidebar #sidebar-menu {
  padding-bottom: 30px;
  padding-top: 22px;
  width: 100%;
}
.sidebar #sidebar-menu .has_sub .dropdown-container {
  display: none;
}
.sidebar #sidebar-menu .has_sub .dropdown-container.active {
  display: block;
}
.sidebar #sidebar-menu ul li a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  position: relative;
  text-decoration: none;
}
.sidebar #sidebar-menu ul ul a {
  color: #75798B;
  display: block;
  padding: 10px 20px 10px 65px;
  font-size: 0.9rem;
}
.sidebar #sidebar-menu ul {
  margin: 0;
  padding: 0;
}
.sidebar #sidebar-menu .menu-title {
  padding: 12px 20px !important;
  letter-spacing: 0.035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px;
}
.sidebar #sidebar-menu ul li .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: "Material Design Icons";
  text-rendering: auto;
  line-height: 24px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #98a6ad;
}
.sidebar #sidebar-menu ul li {
  list-style: none;
}
.sidebar #sidebar-menu ul li .menu-arrow:before {
  content: "\f142";
}
.sidebar #sidebar-menu ul li a.subdrop .menu-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar #sidebar-menu ul li a svg {
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
.sidebar ul > li > a {
  color: #323b44;
  display: block;
  padding: 12px 20px;
  margin: 4px 0;
  border-left: 3px solid #ffffff;
}

.enlarged #sidebar-menu ul > li > a {
  padding: 15px 20px;
  min-height: 52px;
}
.enlarged #sidebar-menu ul > li > a i {
  margin-right: 20px !important;
  font-size: 20px;
}
.enlarged #sidebar-menu ul > li > a span {
  display: none;
  padding-left: 10px;
}
.enlarged #sidebar-menu ul > li > a > span {
  vertical-align: middle;
}

.right-bar {
  float: right !important;
  right: -266px;
  top: 70px;
  bottom: 0;
  font-size: 0.9rem;
  background-color: #3d4853;
  z-index: 99 !important;
}
.right-bar .tab-content {
  padding: 20px;
}
.right-bar .nav-item {
  text-align: center;
}
.right-bar .nav-item .nav-link {
  padding: 17px 36px !important;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #808A91;
}
.right-bar .timeline-2 {
  border-left: 2px solid #3bafda;
  position: relative;
}
.right-bar .timeline-2 .time-item {
  border-color: #dee5e7;
  padding-bottom: 10px;
  position: relative;
}
.right-bar .timeline-2 .time-item:before {
  content: " ";
  display: table;
}
.right-bar .timeline-2 .time-item:after {
  background-color: #ffffff;
  border-color: #3bafda;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin-left: -6px;
  position: absolute;
  top: 5px;
  width: 10px;
}
.right-bar .timeline-2 .item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}
.right-bar .timeline-2 .time-item {
  border-color: #dee5e7;
  padding-bottom: 10px;
  position: relative;
}

.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #F8F9F9;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  overflow: auto;
  position: fixed;
  transition: all 200ms ease-out;
  width: 240px;
}

.right-bar-enabled .right-bar {
  right: 0 !important;
}

.caret.active {
  border-top: 0;
  border-bottom: 4px dashed;
}

html, body {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  overflow-x: hidden !important;
  background: #F8F9F9;
  margin: 0;
}

#topnav {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1001;
  -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  padding: 0 12px;
}

#topnav .topbar-menu {
  margin-top: 90px;
}

.navbar-custom {
  background-color: #348cd4;
  -webkit-box-shadow: 0 0 35px 0 rgba(52, 59, 74, 0.11);
  box-shadow: 0 0 35px 0 rgba(52, 59, 74, 0.11);
  padding: 10px 10px 10px 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
}
.navbar-custom .nav-link {
  color: #fff;
}

@media (min-width: 992px) {
  #navigation {
    display: block !important;
  }
}
.navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-menu a:hover {
  text-decoration: none;
}

.navigation-menu > li {
  float: left;
  position: relative;
}

.navigation-menu > li > a {
  display: block;
  color: rgba(50, 58, 70, 0.8);
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 20px;
  padding: 20px;
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .navigation-menu > li > a {
    padding: 16px;
    font-size: 18px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  body .container-fluid {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  container-fluid {
    max-width: 90%;
  }
  .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    min-width: 200px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  }
  .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }
  .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .navigation-menu > li .submenu li {
    position: relative;
  }
  .navigation-menu > li .submenu li a {
    display: block;
    padding: 9px 25px;
    clear: both;
    white-space: nowrap;
    color: rgba(50, 58, 70, 0.7);
  }
  .navigation-menu > li:first-of-type > a {
    padding-left: 0;
    margin-left: -12px;
  }
}
.app-search {
  overflow: hidden;
  height: 70px;
  display: table;
  max-width: 180px;
  margin-right: 20px;
}
.app-search .app-search-box {
  display: table-cell;
  vertical-align: middle;
}

.navbar-custom .app-search .input-group-append {
  margin-left: 0;
  z-index: 4;
}

.navbar-custom .app-search .btn {
  background-color: #fff;
  color: #999;
  border-color: transparent;
  border-radius: 0 30px 30px 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.navbar-custom .app-search .app-search-box {
  display: table-cell;
  vertical-align: middle;
}

.app-search .form-control {
  border: none;
  height: 38px;
  padding-left: 20px;
  padding-right: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px 0 0 30px;
}

.navbar-custom .topnav-menu > li {
  float: left;
}

.topnav-menu .nav-link {
  color: rgba(255, 255, 255, 0.6);
  min-width: 32px;
  display: block;
  line-height: 70px;
  text-align: center;
  max-height: 70px;
}
.topnav-menu .nav-link:last-of-type {
  padding-right: 0;
}

.logo-box {
  height: 70px;
  width: 240px;
  float: left;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: auto !important;
  padding-right: 1.5rem;
}

.logo {
  line-height: 70px;
}

.popover-x {
  display: none;
}

.crm {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.crm.entry .entry-content {
  height: 100vh;
}
.crm.enlarged .navbar-custom {
  margin-left: 70px !important;
}
.crm.enlarged .sidebar {
  width: 70px !important;
}
@media (max-width: 767px) {
  .crm.enlarged .sidebar {
    margin-left: -75px;
  }
}
.crm.enlarged .crm-content {
  margin-left: 70px;
}
.crm .crm-content {
  overflow: hidden;
  padding: 0 15px 5px 15px;
  min-height: 80vh;
  margin-top: 92px;
}
@media (min-width: 992px) {
  .crm .crm-content {
    margin-top: 214px;
  }
}
@media (min-width: 1329px) {
  .crm .crm-content {
    margin-top: 152px;
  }
}
.crm .crm-content {
  background-color: #fefefe;
  margin-bottom: 51px;
}
.crm .crm-content .page-header {
  margin: 20px 0 10px !important;
  padding-bottom: 16px;
}
@media (max-width: 500px) {
  .crm .crm-content .page-header h1.page-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .crm .crm-content .page-header .page-actions {
    float: none !important;
  }
}
.crm .crm-content .page .page-header {
  border-bottom: 0;
  margin: 20px 0 20px !important;
  padding: 0;
}
@media (max-width: 480px) {
  .crm .crm-content .page .page-header {
    display: block;
  }
}
.crm .crm-content .page .page-header .page-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 100;
}
@media (max-width: 480px) {
  .crm .crm-content .page .page-header .page-title {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .crm .crm-content .page .page-header .page-actions .btn {
    margin-bottom: 4px;
  }
}
@media (max-width: 480px) {
  .crm .crm-content .page .page-header .page-actions {
    margin-top: 30px;
    width: 100%;
  }
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select, textarea, input[type=text], input[type=password],
  input[type=datetime], input[type=datetime-local],
  input[type=date], input[type=month], input[type=time],
  input[type=week], input[type=number], input[type=email],
  input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select, textarea, input[type=text], input[type=password],
  input[type=datetime], input[type=datetime-local],
  input[type=date], input[type=month], input[type=time],
  input[type=week], input[type=number], input[type=email],
  input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
  select, textarea, input[type=text], input[type=password],
  input[type=datetime], input[type=datetime-local],
  input[type=date], input[type=month], input[type=time],
  input[type=week], input[type=number], input[type=email],
  input[type=tel], input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
  select, textarea, input[type=text], input[type=password],
  input[type=datetime], input[type=datetime-local],
  input[type=date], input[type=month], input[type=time],
  input[type=week], input[type=number], input[type=email],
  input[type=tel], input[type=url] {
    font-size: 16px;
  }
}
.lead-detail .lead-gallery .lead-thumbnails {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4px;
  list-style: none;
}
.lead-detail .lead-gallery .lead-thumbnails a img {
  max-height: 80px;
  object-fit: cover;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .lead-detail .lead-information {
    margin-top: 20px;
  }
}
.lead-detail .lead-information h2 {
  padding: 15px 0;
}
.lead-detail .lead-information table {
  margin-top: 20px;
}
.lead-detail .lead-information .lead-share .share {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.lead-detail .lead-information .lead-share .social-button {
  margin-right: 6px;
}
.lead-detail .lead-information .lead-title h3 {
  font-size: 20px;
  margin-bottom: 6px;
}
.lead-detail .lead-information .lead-title h2 {
  margin-top: 6px;
  font-size: 30px;
}
.lead-detail .top-card {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 4px;
  z-index: 1;
  padding: 4px;
  margin: 4px;
  background: #fff;
}

.lead-block h3 {
  margin: 10px 0 6px;
  font-size: 20px;
}

.btn-lead-edit {
  padding: 4px;
  cursor: pointer;
  display: none;
}

.btn-lead-edit:hover {
  display: block !important;
}

.lead-detail .lead-list-check {
  position: absolute;
  right: 20px;
  top: -10px;
}

.lead-list-check-thumbnail {
  position: absolute;
  right: 20px;
  top: 0;
}

.boat_leads_expand {
  cursor: pointer;
}

#alerts-modal-trigger {
  text-decoration: none;
}

.boat-leads-create .badge {
  margin-top: -3px;
  margin-left: 10px;
}

#quickViewModal .nav-link.active {
  color: #348cd4;
}
#quickViewModal .card-body h2 {
  display: none;
}
#quickViewModal #overview p {
  font-size: 12px;
  line-height: 20px;
}
#quickViewModal .tab-pane .card {
  border: none;
  box-shadow: none;
}
#quickViewModal .tab-content {
  padding-bottom: 30px;
  min-height: 250px;
}

.boat-leads-index .mass-edit-options {
  padding-left: 0;
  margin-top: -7px;
  background-color: rgba(255, 255, 255, 0.75);
}
.boat-leads-index .mass-edit-options .btn {
  display: flex;
  align-items: center;
}

.lead-list .populate-quick-view {
  position: absolute;
  left: 14px;
  top: 14px;
}

#full .populate-quick-view {
  position: static;
  left: 14px;
  top: 14px;
}

.lead-block {
  position: relative;
}
.lead-block .leads-toolbar {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style: none;
}
.lead-block .leads-toolbar li {
  float: left;
  margin-right: 10px;
}
.lead-block .leads-toolbar li a {
  font-size: 1.5em;
}
.lead-block .leads-toolbar li a.view-tasks {
  color: orange;
}
.lead-block .leads-toolbar li a.renew-lead {
  color: green;
}
.lead-block .leads-toolbar li a.expire-lead {
  color: dodgerblue;
}

.approval-block .bid-range .bar {
  border-bottom: 6px solid gray;
  position: relative;
  margin-top: 15px;
}
.approval-block .bid-range .bar .bullet {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
}
.approval-block .bid-range .bar .bullet .tag {
  padding: 6px 6px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: -54px;
  left: -34px;
  font-size: 16px;
}
.approval-block .bid-range .bar .min {
  position: absolute;
  top: -5px;
  left: -2px;
}
.approval-block .bid-range .bar .min .bullet {
  background: #28a745;
}
.approval-block .bid-range .bar .max {
  position: absolute;
  top: -5px;
  right: -2px;
}
.approval-block .bid-range .bar .max .bullet {
  background: #dc3545;
}
.approval-block .bid-range .bar .avg {
  position: absolute;
  top: -5px;
  left: 50%;
}
.approval-block .bid-range .bar .avg .bullet {
  background: blue;
}

@media (max-width: 768px) {
  .crm .crm-content .page-header {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .crm .crm-content .page-header .float-right {
    float: none !important;
  }
}

.success-section {
  padding: 30px 15px 0 15px;
  text-align: center;
}
.success-section p {
  margin-top: 15px;
}

.organization-row-edit td {
  cursor: pointer;
}

.contact-header {
  min-height: 180px;
  padding-bottom: 10px;
}

.mass-edit-options {
  display: flex;
  position: fixed;
  margin-top: -30px;
  z-index: 1000;
  background: transparent;
}
.mass-edit-options .btn,
.mass-edit-options .dropdown {
  margin-right: 4px;
}

.contact-panel {
  max-height: 475px;
  overflow-y: scroll;
}
.contact-panel li a {
  font-size: 16px;
}
.contact-panel li a i {
  color: #eaeaea;
}
.contact-panel li a:hover {
  text-decoration: none;
  color: #007bff;
}
.contact-panel .contact-list .avatar {
  margin-top: 10px;
}
.contact-panel .contact-list .contact-item {
  padding: 10px 20px;
  border-bottom: 1px solid #eaeaea;
}
.contact-panel .contact-list .contact-item .contact-item-info {
  text-align: center;
}
.contact-panel .contact-list .contact-item .contact-item-info a {
  color: #374047;
}
.contact-panel .contact-list .contact-item .contact-item-info a:hover {
  text-decoration: none;
}
.contact-panel .contact-list .contact-item .contact-item-info h4 {
  font-size: 14px;
  margin-bottom: 4px;
}
.contact-panel .contact-list .contact-item .contact-item-info h5 {
  margin-bottom: 4px;
  font-size: 12px;
}
.contact-panel .contact-list .contact-item .social-contact-items {
  text-align: center;
  width: 100%;
}
.contact-panel .contact-list .contact-item .social-contact-items ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.contact-panel .contact-list .contact-item .social-contact-items ul li {
  padding-right: 20px;
  float: left;
}

.contact-info {
  min-height: 80px;
  padding-bottom: 10px;
}
.contact-info p {
  margin-bottom: 2px;
}

.profile .profile-summary {
  border-bottom: #cbd6e2 solid 1px;
}
.profile .profile-summary .avatar {
  height: 60px;
  width: 60px;
  background-color: #aaa;
  margin-bottom: 15px;
}
.profile .profile-summary .organization-link:hover {
  text-decoration: none;
}
.profile .profile-summary h2 {
  padding-bottom: 8px;
}
.profile .profile-summary h4 {
  padding-bottom: 8px;
}
.profile .profile-engagement {
  padding: 10px 0;
}
.profile .profile-engagement ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.profile .profile-engagement ul li {
  padding: 0;
  margin: 0;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}
.profile .profile-engagement ul li div a.create-engagement {
  padding-top: 7px;
  display: inline-block;
}
.profile .profile-engagement ul li div .create-engagement {
  border-radius: 100%;
  height: 36px;
  width: 36px;
  background-color: #eaf0f6;
  border: solid 1px #cbd6e2;
  color: #506e91;
}
.profile .profile-engagement ul li div small {
  padding: 10px 5px;
  display: block;
}
.profile .profile-data {
  margin-top: 30px;
  font-size: 16px;
}
.profile .profile-data ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile .profile-data ul label {
  color: #006EB8;
}
.profile .profile-data ul li {
  padding: 4px 0;
}

.dealer-make-list {
  padding: 10px 6px;
}
.dealer-make-list li {
  padding: 4px 0;
}

.organization-panel .avatar {
  margin-top: 5px !important;
}

.scorecard .card-body {
  padding: 28px 20px;
  min-height: 156px;
}
.scorecard .card-body .count {
  color: #B80012;
}
.scorecard .card-body .amount {
  color: #12B800;
}
.scorecard .card-body .muted-label {
  color: #999;
  font-size: 12px;
}

@media (max-width: 991px) {
  .partner-dashboard .media {
    text-align: center;
  }
}
