html, body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'open sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em !important; }

html {
  height: 100%; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@page {
  size: auto;
  /* auto is the initial value */
  margin: 0mm;
  /* this affects the margin in the printer settings */
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px; }

@media print {
  div.modal div.modal-dialog {
    margin: 0;
    width: 100%; } }

div.app-splash {
  height: 100%;
  width: 100%;
  position: absolute; }
  div.app-splash .loading-container {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column; }
    div.app-splash .loading-container img {
      margin-top: 100px;
      margin-bottom: 20px;
      width: 150px; }
    div.app-splash .loading-container .loading {
      margin-left: -20px;
      margin-top: 30px;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      border: 0.25rem solid #7796b4;
      border-top-color: #34495E;
      animation: spin 1s infinite linear; }
      div.app-splash .loading-container .loading--double {
        border-style: double;
        border-width: .5rem; }

body {
  min-width: 994px;
  color: #464646; }
  body div.sini-main-container {
    width: 100%;
    font-size: 0.8125rem;
    min-height: 100vh; }
    body div.sini-main-container.hidden-before-css-load {
      display: block !important; }
  body .app-footer {
    z-index: 100;
    width: 100%;
    font-size: 0.8125rem;
    position: absolute;
    bottom: 0;
    background-color: white;
    border-top: 1px solid #e7eaec; }
    body .app-footer .footer-padding, body .app-footer .component.license-info-footer {
      padding: 0.5rem 0.9375rem; }
    body .app-footer .component.license-info-footer {
      background-color: #e4e4e4;
      font-weight: 600;
      color: green;
      display: flex;
      align-items: center; }
      body .app-footer .component.license-info-footer.in-grace-period {
        background-color: red;
        color: white; }
    body .app-footer.hidden-before-css-load {
      display: flex !important; }
    body .app-footer #powered-by {
      display: none; }

input {
  padding: 3px;
  outline: none;
  border: solid 1px silver; }
  input:focus {
    border: solid 1px #555555 !important;
    outline: none !important; }

a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: inherit; }

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.user-select-none {
  user-select: none; }

.avoid-clicks {
  pointer-events: none; }

.user-events-none {
  user-events: none; }

.display-none {
  display: none; }

.inline-block {
  display: inline-block; }

.position-relative {
  position: relative; }

.cursor {
  cursor: pointer; }

.cursor-pointer {
  cursor: pointer; }

.cursor-help {
  cursor: help; }

.cursor-not-allowed {
  cursor: not-allowed !important; }

.hidden, .print {
  display: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-capitalize {
  text-transform: capitalize; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

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

.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

.width-inherit {
  width: inherit; }

.numb-opacity-30 {
  pointer-events: none;
  opacity: .3; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.full-height {
  min-height: 100%;
  height: 100%; }

.full-width {
  min-width: 100%;
  width: 100%; }

.half-width {
  min-width: 50%;
  width: 50%; }

.width-150 {
  width: 150px !important; }

.width-480 {
  width: 480px !important; }

.width-780 {
  width: 780px !important; }

.width-960 {
  width: 960px !important; }

.width-100-percent {
  width: 100%; }

.height-100-percent {
  height: 100%; }

input, textarea, select {
  outline: none;
  font-size: 0.8125rem; }
  input:focus, textarea:focus, select:focus {
    outline: none; }

textarea:focus {
  border: solid 1px #555555 !important;
  outline: none !important; }

.dashed-border-top {
  border-top: dashed 1px #909090; }

.dashed-border-bottom {
  border-bottom: dashed 1px #909090; }

.solid-border-top {
  border-top: solid 1px #909090; }

.solid-border-bottom {
  border-bottom: solid 1px #909090; }

.tr-height-4 {
  height: .25rem; }

.tr-height-8 {
  height: .5rem; }

.tr-height-12 {
  height: .75rem; }

.tr-height-16 {
  height: 1rem; }

.main-view-container > .page {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem; }

.horizontal-main-view-container {
  padding-top: 2.3rem; }

.popover {
  max-width: 400px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

.border-underline {
  border-bottom: solid 1px silver; }

.transparent-when-disabled:disabled {
  pointer-events: none;
  border: solid 1px transparent;
  background-color: transparent;
  box-shadow: none; }

.transform-rotate-180 {
  transform: rotate(-180deg);
  transition: 0.5s; }

.line-through {
  text-decoration: line-through; }

.link {
  color: #1264b9; }
  .link:hover {
    text-decoration: underline;
    cursor: pointer; }

button:focus {
  outline: none !important; }

@media screen {
  .hidden-screen {
    display: none !important; } }

@media print {
  .modal .modal-content {
    border: none; } }

@media screen and (min-width: 100px) and (max-width: 765px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; } }

@media screen and (min-width: 100px) {
  .navbar-fixed-top {
    border-radius: 0; }
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; }
  .navbar-collapse.collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; } }

.modal-backdrop.fully-pink {
  background-color: #D7006C;
  opacity: 1; }

.position-top-1 {
  top: 1px; }

.position-top-2 {
  top: 2px; }

.position-top-3 {
  top: 3px; }

.position-left-1 {
  left: 1px; }

.position-left-2 {
  left: 2px; }

.position-left-3 {
  left: 3px; }

.position-right-1 {
  right: 1px; }

.position-right-2 {
  right: 2px; }

.position-right-3 {
  right: 3px; }

.position-bottom-1 {
  bottom: 1px; }

.position-bottom-2 {
  bottom: 2px; }

.position-bottom-3 {
  bottom: 3px; }

/* Sini Colors */
/* Global colors */
.sini-fg-pink {
  color: #D7006C !important; }

.sini-fg-white {
  color: white !important; }

.sini-fg-primary {
  color: #D7006C !important; }

.sini-fg-red {
  color: #dc3545 !important; }

.sini-fg-blue {
  color: #1986AA !important; }

.sini-fg-purple {
  color: #971AB3 !important; }

.sini-fg-green {
  color: #127f55 !important; }

.sini-fg-grey {
  color: #9BA3A0 !important; }

.sini-fg-brown {
  color: #AA7019 !important; }

.sini-fg-orange {
  color: #DE8B29 !important; }

.sini-fg-bright-red {
  color: #FF0000 !important; }

.sini-fg-white {
  color: #ffffff !important; }

.sini-bg-pink {
  background-color: #D7006C !important; }

.sini-bg-white {
  background-color: white !important; }

.sini-bg-primary {
  background-color: #D7006C !important; }

.sini-bg-red {
  background-color: #dc3545 !important; }

.sini-bg-blue {
  background-color: #1986AA !important; }

.sini-bg-purple {
  background-color: #971AB3 !important; }

.sini-bg-green {
  background-color: #127f55 !important; }

.sini-bg-grey {
  background-color: #9BA3A0 !important; }

.sini-bg-brown {
  background-color: #AA7019 !important; }

.sini-bg-orange {
  background-color: #DE8B29 !important; }

.sini-bg-bright-red {
  background-color: #FF0000 !important; }

/* Grid */
.currency-color-primary .currency {
  color: #D7006C !important; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-700 {
  font-weight: 700; }

.font-weight-600 {
  font-weight: 600; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-400 {
  font-weight: 400; }

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

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

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

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

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

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

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

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

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

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

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

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

.font-16 {
  font-size: 1rem; }

.font-15 {
  font-size: 0.9375rem; }

.font-14 {
  font-size: 0.875rem; }

.font-13 {
  font-size: 0.8125rem; }

.font-12 {
  font-size: 0.75rem; }

.font-11 {
  font-size: 0.6875rem; }

.sini-blue {
  color: #1986AA; }

.sini-green {
  color: #127f55; }

.sini-label {
  padding: .1875rem .5rem;
  color: #464646;
  background-color: #e2e2e2;
  border-radius: 2px;
  color: white; }
  .sini-label.xs {
    padding: 0.0625rem .25rem;
    font-size: 85%;
    font-weight: 600; }
  .sini-label.red {
    background-color: #dc3545; }
  .sini-label.blue {
    background-color: #1986AA; }
  .sini-label.green {
    background-color: #127f55; }
  .sini-label.orange {
    background-color: #DE8B29; }
  .sini-label.pink {
    background-color: #D7006C; }
  .sini-label.grey {
    background-color: #9BA3A0; }
  .sini-label.purple {
    background-color: #971AB3; }
  .sini-label.brown {
    background-color: #AA7019; }
  .sini-label.outline.red {
    border: solid 1px #dc3545;
    color: #921925;
    background-color: white; }
  .sini-label.outline.blue {
    border: solid 1px #1986AA;
    color: #0c4051;
    background-color: #cbecf7; }
  .sini-label.outline.green {
    border: solid 1px #127f55;
    color: #052619;
    background-color: #9ff1d1; }
  .sini-label.outline.orange {
    border: solid 1px #DE8B29;
    color: #8b5516;
    background-color: white; }
  .sini-label.outline.pink {
    border: solid 1px #D7006C;
    color: #710039;
    background-color: #ffd7eb; }
  .sini-label.outline.grey {
    border: solid 1px #9BA3A0;
    color: #68716d;
    background-color: white; }
  .sini-label.outline.purple {
    border: solid 1px #971AB3;
    color: #4c0d5a;
    background-color: #f2d3f9; }
  .sini-label.outline.brown {
    border: solid 1px #AA7019;
    color: #51350c;
    background-color: #f7e5cb; }

select.transparent-when-disabled:disabled {
  appearance: none;
  border: none;
  box-shadow: none;
  outline: none;
  box-shadow: none; }

.section-header {
  font-family: 'Roboto Slab';
  font-size: .9375rem;
  margin-bottom: 0.75rem; }

.form-reset {
  min-height: 2rem; }
  .form-reset i {
    cursor: pointer;
    padding-left: 1rem;
    padding-right: 1rem;
    display: inline-block;
    margin-top: -3px; }

/* @see https://stackoverflow.com/questions/306252/how-to-align-checkboxes-and-their-labels-consistently-cross-browsers */
div.lovelace-simple-label-checkbox label {
  display: block;
  padding-left: 15px;
  text-indent: -15px; }

div.lovelace-simple-label-checkbox input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden; }

.panel-navbar {
  min-height: inherit;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background-color: white; }
  .panel-navbar .navbar-nav > li {
    display: inline; }
  .panel-navbar .navbar-nav > li > a {
    font-size: .8rem;
    color: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 3px transparent; }
    .panel-navbar .navbar-nav > li > a:focus {
      background-color: white; }
    .panel-navbar .navbar-nav > li > a.active {
      border-bottom: solid 3px #D7006C;
      font-weight: 600; }
  .panel-navbar .navbar-nav > li.active > a {
    font-size: .8rem;
    background-color: #a40052; }

.margin-top-auto {
  margin-top: auto; }

.margin-bottom-auto {
  margin-bottom: auto; }

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

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

.margin-auto {
  margin: auto; }

.margin-left--15 {
  margin-left: -15px !important; }

.margin-right--15 {
  margin-right: -15px !important; }

.padding-0 {
  padding: 0 !important; }

.padding-5 {
  padding: 5px !important; }

.padding-10 {
  padding: 0.625rem !important; }

.padding-15 {
  padding: 0.9375rem !important; }

.padding-20 {
  padding: 1.25rem !important; }

.padding-30 {
  padding: 1.875rem !important; }

.padding-40 {
  padding: 2.5rem !important; }

.padding-50 {
  padding: 3.125rem !important; }

.padding-60 {
  padding: 3.75rem !important; }

.padding-70 {
  padding: 4.375rem !important; }

.padding-80 {
  padding: 5rem !important; }

.padding-90 {
  padding: 5.625rem !important; }

.padding-100 {
  padding: 6.25rem !important; }

.padding-top-0 {
  padding-top: 0 !important; }

.padding-top-1 {
  padding-top: 1px !important; }

.padding-top-2 {
  padding-top: 2px !important; }

.padding-top-3 {
  padding-top: 3px !important; }

.padding-top-4 {
  padding-top: 4px !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.padding-top-10 {
  padding-top: 0.625rem !important; }

.padding-top-15 {
  padding-top: 0.9375rem !important; }

.padding-top-20 {
  padding-top: 1.25rem !important; }

.padding-top-30 {
  padding-top: 1.875rem !important; }

.padding-top-40 {
  padding-top: 2.5rem !important; }

.padding-top-50 {
  padding-top: 3.125rem !important; }

.padding-top-60 {
  padding-top: 3.75rem !important; }

.padding-top-70 {
  padding-top: 4.375rem !important; }

.padding-top-80 {
  padding-top: 5rem !important; }

.padding-top-90 {
  padding-top: 5.625rem !important; }

.padding-top-100 {
  padding-top: 6.25rem !important; }

.padding-left-0 {
  padding-left: 0px !important; }

.padding-left-1 {
  padding-left: 1px !important; }

.padding-left-2 {
  padding-left: 2px !important; }

.padding-left-3 {
  padding-left: 3px !important; }

.padding-left-4 {
  padding-left: 4px !important; }

.padding-left-5 {
  padding-left: 5px !important; }

.padding-left-15 {
  padding-left: 0.9375rem !important; }

.padding-left-10 {
  padding-left: 0.625rem !important; }

.padding-left-20 {
  padding-left: 1.25rem !important; }

.padding-left-30 {
  padding-left: 1.875rem !important; }

.padding-left-40 {
  padding-left: 2.5rem !important; }

.padding-left-50 {
  padding-left: 3.125rem !important; }

.padding-left-60 {
  padding-left: 3.75rem !important; }

.padding-left-70 {
  padding-left: 4.375rem !important; }

.padding-left-80 {
  padding-left: 5rem !important; }

.padding-left-90 {
  padding-left: 5.625rem !important; }

.padding-left-100 {
  padding-left: 6.25rem !important; }

.padding-right-0 {
  padding-right: 0px !important; }

.padding-right-1 {
  padding-right: 1px !important; }

.padding-right-2 {
  padding-right: 2px !important; }

.padding-right-3 {
  padding-right: 3px !important; }

.padding-right-4 {
  padding-right: 4px !important; }

.padding-right-5 {
  padding-right: 5px !important; }

.padding-right-10 {
  padding-right: 0.625rem !important; }

.padding-right-15 {
  padding-right: 0.9375rem !important; }

.padding-right-20 {
  padding-right: 1.25rem !important; }

.padding-right-30 {
  padding-right: 1.875rem !important; }

.padding-right-40 {
  padding-right: 2.5rem !important; }

.padding-right-50 {
  padding-right: 3.125rem !important; }

.padding-right-60 {
  padding-right: 3.75rem !important; }

.padding-right-70 {
  padding-right: 4.375rem !important; }

.padding-right-80 {
  padding-right: 5rem !important; }

.padding-right-90 {
  padding-right: 5.625rem !important; }

.padding-right-100 {
  padding-right: 6.25rem !important; }

.padding-bottom-0 {
  padding-bottom: 0px !important; }

.padding-bottom-1 {
  padding-bottom: 1px !important; }

.padding-bottom-2 {
  padding-bottom: 2px !important; }

.padding-bottom-3 {
  padding-bottom: 3px !important; }

.padding-bottom-4 {
  padding-bottom: 4px !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-bottom-10 {
  padding-bottom: 0.625rem !important; }

.padding-bottom-15 {
  padding-bottom: 0.9375rem !important; }

.padding-bottom-20 {
  padding-bottom: 1.25rem !important; }

.padding-bottom-30 {
  padding-bottom: 1.875rem !important; }

.padding-bottom-40 {
  padding-bottom: 2.5rem !important; }

.padding-bottom-50 {
  padding-bottom: 3.125rem !important; }

.padding-bottom-60 {
  padding-bottom: 3.75rem !important; }

.padding-bottom-70 {
  padding-bottom: 4.375rem !important; }

.padding-bottom-80 {
  padding-bottom: 5rem !important; }

.padding-bottom-90 {
  padding-bottom: 5.625rem !important; }

.padding-bottom-100 {
  padding-bottom: 6.25rem !important; }

.margin-0 {
  margin: 0px !important; }

.margin-5 {
  margin: 5px !important; }

.margin-10 {
  margin: 0.625rem !important; }

.margin-15 {
  margin: 0.9375rem !important; }

.margin-20 {
  margin: 1.25rem !important; }

.margin-30 {
  margin: 1.875rem !important; }

.margin-40 {
  margin: 2.5rem !important; }

.margin-50 {
  margin: 3.125rem !important; }

.margin-60 {
  margin: 3.75rem !important; }

.margin-70 {
  margin: 4.375rem !important; }

.margin-80 {
  margin: 5rem !important; }

.margin-90 {
  margin: 5.625rem !important; }

.margin-100 {
  margin: 6.25rem !important; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-top-1 {
  margin-top: 1px !important; }

.margin-top-2 {
  margin-top: 2px !important; }

.margin-top-3 {
  margin-top: 3px !important; }

.margin-top-4 {
  margin-top: 4px !important; }

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

.margin-top-10 {
  margin-top: 0.625rem !important; }

.margin-top-15 {
  margin-top: 0.9375rem !important; }

.margin-top-20 {
  margin-top: 1.25rem !important; }

.margin-top-30 {
  margin-top: 1.875rem !important; }

.margin-top-40 {
  margin-top: 2.5rem !important; }

.margin-top-50 {
  margin-top: 3.125rem !important; }

.margin-top-60 {
  margin-top: 3.75rem !important; }

.margin-top-70 {
  margin-top: 4.375rem !important; }

.margin-top-80 {
  margin-top: 5rem !important; }

.margin-top-90 {
  margin-top: 5.625rem !important; }

.margin-top-100 {
  margin-top: 6.25rem !important; }

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

.margin-bottom-1 {
  margin-bottom: 1px !important; }

.margin-bottom-2 {
  margin-bottom: 2px !important; }

.margin-bottom-3 {
  margin-bottom: 3px !important; }

.margin-bottom-4 {
  margin-bottom: 4px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-bottom-10 {
  margin-bottom: 0.625rem !important; }

.margin-bottom-15 {
  margin-bottom: 0.9375rem !important; }

.margin-bottom-20 {
  margin-bottom: 1.25rem !important; }

.margin-bottom-30 {
  margin-bottom: 1.875rem !important; }

.margin-bottom-40 {
  margin-bottom: 2.5rem !important; }

.margin-bottom-50 {
  margin-bottom: 3.125rem !important; }

.margin-bottom-60 {
  margin-bottom: 3.75rem !important; }

.margin-bottom-70 {
  margin-bottom: 4.375rem !important; }

.margin-bottom-80 {
  margin-bottom: 5rem !important; }

.margin-bottom-90 {
  margin-bottom: 5.625rem !important; }

.margin-bottom-100 {
  margin-bottom: 6.25rem !important; }

.margin-right-0 {
  margin-right: 0px !important; }

.margin-right-1 {
  margin-right: 1px !important; }

.margin-right-2 {
  margin-right: 2px !important; }

.margin-right-3 {
  margin-right: 3px !important; }

.margin-right-4 {
  margin-right: 4px !important; }

.margin-right-5 {
  margin-right: 5px !important; }

.margin-right-10 {
  margin-right: 0.625rem !important; }

.margin-right-15 {
  margin-right: 0.9375rem !important; }

.margin-right-20 {
  margin-right: 1.25rem !important; }

.margin-right-30 {
  margin-right: 1.875rem !important; }

.margin-right-40 {
  margin-right: 2.5rem !important; }

.margin-right-50 {
  margin-right: 3.125rem !important; }

.margin-right-60 {
  margin-right: 3.75rem !important; }

.margin-right-70 {
  margin-right: 4.375rem !important; }

.margin-right-80 {
  margin-right: 5rem !important; }

.margin-right-90 {
  margin-right: 5.625rem !important; }

.margin-right-100 {
  margin-right: 6.25rem !important; }

.margin-left-0 {
  margin-left: 0px !important; }

.margin-left-1 {
  margin-left: 1px !important; }

.margin-left-2 {
  margin-left: 2px !important; }

.margin-left-3 {
  margin-left: 3px !important; }

.margin-left-4 {
  margin-left: 4px !important; }

.margin-left-5 {
  margin-left: 5px !important; }

.margin-left-10 {
  margin-left: 0.625rem !important; }

.margin-left-15 {
  margin-left: 0.9375rem !important; }

.margin-left-20 {
  margin-left: 1.25rem !important; }

.margin-left-30 {
  margin-left: 1.875rem !important; }

.margin-left-40 {
  margin-left: 2.5rem !important; }

.margin-left-50 {
  margin-left: 3.125rem !important; }

.margin-left-60 {
  margin-left: 3.75rem !important; }

.margin-left-70 {
  margin-left: 4.375rem !important; }

.margin-left-80 {
  margin-left: 5rem !important; }

.margin-left-90 {
  margin-left: 5.625rem !important; }

.margin-left-100 {
  margin-left: 6.25rem !important; }

.margin-left-130 {
  margin-left: 130px !important; }

.font-weight-100 {
  font-weight: 100; }

.font-weight-200 {
  font-weight: 200; }

.font-weight-300 {
  font-weight: 300; }

.font-weight-400 {
  font-weight: 400; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-600 {
  font-weight: 600; }

.font-weight-700 {
  font-weight: 700; }

.font-weight-800 {
  font-weight: 800; }

.font-weight-900 {
  font-weight: 900; }

/*
    Flaticon icon font: Flaticon
    Creation date: 04/04/2019 05:20
    */
@font-face {
  font-family: "Flaticon";
  src: url("./Flaticon.eot");
  src: url("./Flaticon.eot?#iefix") format("embedded-opentype"), url("./Flaticon.woff2") format("woff2"), url("./Flaticon.woff") format("woff"), url("./Flaticon.ttf") format("truetype"), url("./Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg"); } }

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-cake:before {
  content: "\f100"; }

.flaticon-add:before {
  content: "\f101"; }

.flaticon-nervous:before {
  content: "\f102"; }

.flaticon-sad:before {
  content: "\f103"; }

.flaticon-sad-1:before {
  content: "\f104"; }

.flaticon-happy:before {
  content: "\f105"; }

.flaticon-laughing:before {
  content: "\f106"; }

.flaticon-crying:before {
  content: "\f107"; }

.flaticon-calm:before {
  content: "\f108"; }

.flaticon-happy-1:before {
  content: "\f109"; }

.flaticon-surprised:before {
  content: "\f10a"; }

.flaticon-calendar:before {
  content: "\f10b"; }

.flaticon-list:before {
  content: "\f10c"; }

.flaticon-happy-2:before {
  content: "\f10d"; }

.flaticon-minus:before {
  content: "\f10e"; }

.flaticon-menu:before {
  content: "\f10f"; }

.flaticon-eye:before {
  content: "\f110"; }

.flaticon-stats:before {
  content: "\f111"; }

.flaticon-invoice:before {
  content: "\f112"; }

.flaticon-reception:before {
  content: "\f113"; }

.flaticon-credit-card:before {
  content: "\f114"; }

.flaticon-dashboard:before {
  content: "\f115"; }

.flaticon-mortarboard:before {
  content: "\f116"; }

.flaticon-diskette:before {
  content: "\f117"; }

.flaticon-nervous-1:before {
  content: "\f118"; }

.flaticon-set-alarm:before {
  content: "\f119"; }

.flaticon-printer:before {
  content: "\f11a"; }

.flaticon-coins:before {
  content: "\f11b"; }

.flaticon-rupee-indian:before {
  content: "\f11c"; }

.flaticon-users-group:before {
  content: "\f11d"; }

.flaticon-multiple-users-silhouette:before {
  content: "\f11e"; }

.flaticon-arrow:before {
  content: "\f11f"; }

.flaticon-kids-couple:before {
  content: "\f120"; }

.flaticon-united-heterosexual-symbols:before {
  content: "\f121"; }

.flaticon-delivery-packages-on-a-trolley:before {
  content: "\f122"; }

.flaticon-menu-button-of-three-horizontal-lines:before {
  content: "\f123"; }

.flaticon-menu-button:before {
  content: "\f124"; }

.flaticon-cell-phone:before {
  content: "\f125"; }

.flaticon-rubbish-bin:before {
  content: "\f126"; }

.flaticon-rubbish-bin-1:before {
  content: "\f127"; }

.flaticon-user-silhouette:before {
  content: "\f128"; }

.flaticon-menu-options:before {
  content: "\f129"; }

.flaticon-specialist-user:before {
  content: "\f12a"; }

.flaticon-male-telemarketer:before {
  content: "\f12b"; }

.flaticon-sms-message:before {
  content: "\f12c"; }

.flaticon-percent:before {
  content: "\f12d"; }

.flaticon-hairdresser-chair:before {
  content: "\f12e"; }

.flaticon-signs:before {
  content: "\f12f"; }

.flaticon-edit:before {
  content: "\f130"; }

.flaticon-payment:before {
  content: "\f131"; }

.flaticon-startup:before {
  content: "\f132"; }

.flaticon-lightbulb-idea:before {
  content: "\f133"; }

.flaticon-identity:before {
  content: "\f134"; }

.flaticon-id-card:before {
  content: "\f135"; }

.flaticon-search:before {
  content: "\f136"; }

.flaticon-massage-spa-body-treatment:before {
  content: "\f137"; }

.flaticon-spa:before {
  content: "\f138"; }

.flaticon-user:before {
  content: "\f139"; }

.panel.lovelace-panel-apple {
  margin-top: 1rem;
  border-radius: 0;
  background-color: white; }
  .panel.lovelace-panel-apple p.input-group.has-float-label {
    margin: 0 0 0.75rem; }
  .panel.lovelace-panel-apple .title {
    padding: .875rem 0rem;
    font-size: .875rem;
    font-weight: 600; }
    .panel.lovelace-panel-apple .title .label {
      line-height: inherit;
      font-weight: 600;
      font-size: .6785rem;
      padding: .1875rem .5rem;
      color: white;
      border-radius: .1875rem; }
  .panel.lovelace-panel-apple.create-panel div.reset {
    min-height: 2rem; }
    .panel.lovelace-panel-apple.create-panel div.reset i {
      cursor: pointer;
      padding-left: 1rem;
      padding-right: 1rem;
      display: inline-block;
      margin-top: -3px; }
  .panel.lovelace-panel-apple.collapsible-panel .title {
    cursor: pointer; }
  .panel.lovelace-panel-apple > .content {
    border-top: solid 1px #e7eaec;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    font-size: .8125rem;
    min-height: 100px; }

table.lovelace-grid {
  table-layout: fixed; }
  table.lovelace-grid input, table.lovelace-grid select {
    padding: 3px;
    width: 85%;
    height: inherit; }
  table.lovelace-grid th {
    font-weight: 600; }
  table.lovelace-grid td.input-box {
    padding: 0.4rem; }
  table.lovelace-grid tbody tr td {
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  table.lovelace-grid tbody.disable-all-rows button.edit, table.lovelace-grid tbody.disable-all-rows button.delete {
    pointer-events: none;
    background-color: #ff71b8;
    border: solid 1px #ff71b8; }

.lovelace-grid-row:nth-of-type(even) {
  background-color: #ffffff; }

.lovelace-grid-row:nth-of-type(odd) {
  background-color: #f9f9f9; }

.lovelace-grid-row:hover {
  background-color: #eaeaea !important; }

.lovelace-grid-row.editing {
  background-color: #ededed !important; }

.display-flex {
  display: flex; }

.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.flex-4 {
  flex: 4; }

.flex-5 {
  flex: 5; }

.flex-6 {
  flex: 6; }

.flex-7 {
  flex: 7; }

.flex-8 {
  flex: 8; }

.flex-9 {
  flex: 9; }

.flex-10 {
  flex: 10; }

.flex-11 {
  flex: 11; }

.flex-12 {
  flex: 12; }

.flex-13 {
  flex: 13; }

.flex-14 {
  flex: 14; }

.flex-15 {
  flex: 15; }

.flex-16 {
  flex: 16; }

.flex-17 {
  flex: 17; }

.flex-18 {
  flex: 18; }

.flex-19 {
  flex: 19; }

.flex-20 {
  flex: 20; }

.justify-content-flex-end {
  justify-content: flex-end; }

.justify-content-center {
  justify-content: center; }

.justify-content-flex-start {
  justify-content: flex-start; }

.justify-content-space-between {
  justify-content: space-between; }

.align-self-center {
  align-self: center; }

.align-self-flex-end {
  align-self: flex-end; }

.align-self-flex-start {
  align-self: flex-start; }

.align-items-center {
  align-items: center; }

.align-items-stretch {
  align-items: stretch; }

.flex-direction-column {
  flex-direction: column; }

.input-textbox-addon {
  font-size: 0px; }
  .input-textbox-addon span:first-of-type {
    position: relative;
    width: 1.875rem;
    height: 1.875rem;
    border: solid 1px silver;
    border-left: none;
    background-color: white;
    display: inline-block;
    cursor: pointer;
    vertical-align: bottom; }
    .input-textbox-addon span:first-of-type:before {
      color: #D7006C;
      font-family: Flaticon;
      position: absolute;
      display: block;
      line-height: 1.875rem;
      top: 0;
      left: 0;
      width: 1.875rem;
      height: 1.875rem;
      text-align: center;
      font-size: 1rem; }
    .input-textbox-addon span:first-of-type.user:before {
      content: "\f10b"; }
    .input-textbox-addon span:first-of-type.phone:before {
      content: "\f102 "; }
    .input-textbox-addon span:first-of-type.card:before {
      content: "\f09d"; }
    .input-textbox-addon span:first-of-type.calendar:before {
      content: "\f101"; }
    .input-textbox-addon span:first-of-type.scissors:before {
      content: "\f0c4"; }
    .input-textbox-addon span:first-of-type.time:before {
      content: "\f017"; }
    .input-textbox-addon span:first-of-type.rupee:before {
      content: "\f156"; }
    .input-textbox-addon span:first-of-type.dark-bg {
      background-color: #D7006C !important;
      border: none !important; }
      .input-textbox-addon span:first-of-type.dark-bg:before {
        color: white !important; }
  .input-textbox-addon input {
    font-size: 0.8125rem;
    border: solid 1px silver;
    border-right: none !important;
    height: 1.875rem; }
    .input-textbox-addon input:focus {
      border: solid 1px silver !important;
      border-right: none !important; }
    .input-textbox-addon input.editable:focus {
      border: solid 1px grey !important;
      border-right: none !important; }

button [class^="flaticon-"]:before, button [class*=" flaticon-"]:before,
button [class^="flaticon-"]:after, button [class*=" flaticon-"]:after {
  font-size: 0.8125rem;
  margin-left: 0;
  margin-right: 5px; }

button.btn-xs [class^="flaticon-"]:before, button.btn-xs [class*=" flaticon-"]:before,
button.btn-xs [class^="flaticon-"]:after, button.btn-xs [class*=" flaticon-"]:after {
  font-size: 10px;
  margin-left: 0;
  margin-right: 5px; }

button i.glyphicon:before {
  margin-left: 0;
  margin-right: 5px; }

button.btn {
  border-radius: 3px; }
  button.btn.border {
    border: solid 1px #d0d0d0; }
  button.btn.btn-danger {
    background-color: #d43f3a; }

.input-group-btn button i.fi:before {
  margin-left: 0;
  margin-right: 0;
  width: 16px; }

.input-group-btn button i.glyphicon:before {
  margin-left: 0;
  margin-right: 0; }

.input-group-btn button i {
  min-width: 16px; }

.input-group label {
  font-weight: 600; }

.input-group input {
  padding: 6px;
  box-shadow: none;
  border-radius: 0; }
  .input-group input:focus {
    outline: none !important; }

.label {
  font-weight: 600;
  font-size: 80%; }

.form-control {
  font-size: 0.8125rem;
  border-radius: 0; }
  .form-control:focus {
    border-color: inherit;
    box-shadow: none;
    border-radius: 0; }
  .form-control textarea {
    border-radius: 0; }

select.form-control:focus {
  border-color: initial; }

.input-group-btn:last-child > .btn {
  border-radius: 0; }

.modal-dialog .modal-title {
  color: #353535; }

.table > thead > tr > th, .table > tbody > tr > th {
  border: 0 !important;
  font-weight: 600; }

table tfoot {
  border-bottom: 1px solid #ddd; }

.modal .modal-content {
  border-radius: 3px; }

.modal .modal-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.modal .modal-header .modal-title {
  font-family: 'Roboto Slab'; }

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px; }
  .modal-full-width {
    width: calc(100% - 30px); } }

@media (min-width: 768px) {
  .modal-sm-350 {
    width: 350px; }
  .modal-lg-800 {
    width: 800px; }
  .modal-lg-1024 {
    width: 1024px; } }

@media (min-width: 768px) {
  .modal-sm-500 {
    width: 500px; } }

div.pagination > li > a,
div.pagination > li > span {
  color: #D7006C; }

div.pagination > .active > a, div.pagination > .active > a:hover, div.pagination > .active > a:focus,
div.pagination > .active > span,
div.pagination > .active > span:hover,
div.pagination > .active > span:focus {
  z-index: 3;
  color: white;
  background-color: #D7006C;
  border-color: #D7006C;
  cursor: default; }

div.pagination > li > a:hover, div.pagination > li > a:focus,
div.pagination > li > span:hover,
div.pagination > li > span:focus {
  outline: none;
  color: #D7006C; }

/* Specify styling for tooltip contents */
.tooltip.lovelace-tooltip .tooltip-inner {
  color: white;
  background-color: #8B8987;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

/* Hide arrow */
.tooltip.lovelace-tooltip .tooltip-arrow {
  display: none; }

.pagination {
  margin: 0; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle; }

.padding-4.table > tbody > tr > td, .padding-4.table > tbody > tr > th, .padding-4.table > tfoot > tr > td, .padding-4.table > tfoot > tr > th, .padding-4.table > thead > tr > td, .padding-4.table > thead > tr > th {
  vertical-align: middle;
  padding: 4px; }

.padding-6.table > tbody > tr > td, .padding-6.table > tbody > tr > th, .padding-6.table > tfoot > tr > td, .padding-6.table > tfoot > tr > th, .padding-6.table > thead > tr > td, .padding-6.table > thead > tr > th {
  vertical-align: middle;
  padding: 6px; }

.table.no-row-hover thead:hover, .table.no-row-hover th:hover, .table.no-row-hover td:hover, .table.no-row-hover tr:hover {
  background-color: inherit !important; }

.btn-link {
  color: #1264b9; }

.bg-primary-light {
  background-color: #e2e9f4; }

.bg-success-light {
  background-color: #d4e9d6; }

.bg-info-light {
  background-color: #d9e8f5; }

.bg-warning-light {
  background-color: #f9e8cf; }

.bg-danger-light {
  background-color: #f9d6d5; }

.modal .modal-title {
  color: inherit;
  font-size: 1rem; }

.modal .modal-header button.close {
  opacity: 0.5; }
  .modal .modal-header button.close:hover {
    opacity: 0.8; }

.modal .modal-body {
  font-size: 0.8125rem; }

.modal .modal-footer .btn {
  font-size: 0.8125rem; }

div.btn-group.lovelace-list-dropdown {
  cursor: pointer; }
  div.btn-group.lovelace-list-dropdown > button.btn:first-child:hover, div.btn-group.lovelace-list-dropdown > button.btn:first-child:focus, div.btn-group.lovelace-list-dropdown > button.btn:first-child:active {
    border-right: solid 1px #f3f3f4; }
  div.btn-group.lovelace-list-dropdown.open > .dropdown-toggle.btn-primary {
    background-color: #D7006C; }
  div.btn-group.lovelace-list-dropdown button.btn:focus {
    transform: none;
    box-shadow: none;
    border-right: solid 1px #f3f3f4; }
  div.btn-group.lovelace-list-dropdown > .btn + .dropdown-toggle {
    border-left: solid 1px #f3f3f4; }
  div.btn-group.lovelace-list-dropdown ul.dropdown-menu.position-left {
    right: 0 !important;
    left: inherit; }
  div.btn-group.lovelace-list-dropdown ul.dropdown-menu {
    padding: 0; }
  div.btn-group.lovelace-list-dropdown ul li a {
    padding: 6px 10px; }
    div.btn-group.lovelace-list-dropdown ul li a i {
      margin-right: 7px;
      color: #D7006C; }
    div.btn-group.lovelace-list-dropdown ul li a:hover {
      background-color: #e8e8e8; }
  div.btn-group.lovelace-list-dropdown .divider {
    margin: 0; }

.uib-daypicker:focus, .uib-monthpicker:focus, .uib-yearpicker:focus {
  outline: none !important; }

.uib-daypicker thead button, .uib-monthpicker thead button, .uib-yearpicker thead button {
  border: none !important;
  box-shadow: none !important; }

.uib-daypicker .uib-day button {
  border: none !important;
  box-shadow: none !important;
  padding: 6px 10px; }
  .uib-daypicker .uib-day button.btn-info.active {
    background-color: #D7006C;
    border-radius: 3px; }
    .uib-daypicker .uib-day button.btn-info.active .text-info {
      color: white !important;
      font-weight: 700; }

.uib-monthpicker .uib-month button {
  border: none !important;
  box-shadow: none !important; }

.uib-yearpicker .uib-year button {
  border: none !important;
  box-shadow: none !important; }

.uib-datepicker-popup {
  z-index: 1100; }
  .uib-datepicker-popup .uib-button-bar {
    display: none; }

.growl-container > .growl-item.ng-enter,
.growl-container > .growl-item.ng-leave {
  transition: 0.2s linear all; }

/* @see https://github.com/minipai/ng-trans.css/blob/master/ng-trans.css */
.growl-container > .growl-item.ng-enter, .growl-container > .growl-item.ng-leave.ng-leave-active, .growl-container > .growl-item.ng-hide-remove, .growl-container > .growl-item.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(90deg);
  -ms-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg); }

.growl-container > .growl-item.ng-leave, .growl-container > .growl-item.ng-enter.ng-enter-active, .growl-container > .growl-item.ng-hide-remove.ng-hide-remove-active, .growl-container > .growl-item.ng-hide-add {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg); }

.growl-container > .growl-item:nth-child(1) {
  margin-top: 40px; }

.growl-container > .growl-item button.close {
  opacity: .5;
  color: white; }
  .growl-container > .growl-item button.close:hover {
    opacity: .9;
    color: white; }

/* @see https://github.com/needim/noty/blob/master/src/themes/mint.scss */
.alert-success {
  color: white;
  background-color: #AFC765;
  border: 1px solid #A0B55C;
  border-radius: 2px; }

.alert-info {
  color: white;
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  border-radius: 2px; }

.alert-error {
  color: white;
  background-color: #DE636F;
  border: 1px solid #CA5A65;
  border-radius: 2px; }

.alert-warning {
  color: white;
  background-color: #FFAE42;
  border: 1px solid #E89F3C;
  border-radius: 2px; }

.alert-success {
  color: white;
  background-color: #60A917;
  border: 1px solid #60A917; }

.alert-warning {
  background-color: #ff9200; }

treasure-overlay-spinner {
  transition: none !important; }

.treasure-overlay-spinner-container {
  background-color: white;
  transition: none !important;
  z-index: 10; }

.modal .modal-body .treasure-overlay-spinner-container {
  z-index: 10; }

.modal .modal-body .treasure-overlay-spinner-content {
  padding-top: 5px; }

treasure-overlay-spinner.transparent .treasure-overlay-spinner-container, .modal .modal-body .transparent .treasure-overlay-spinner-container {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1; }

.with-default-opacity.treasure-overlay-spinner-active .treasure-overlay-spinner-container {
  opacity: 0.6; }

.ui-select-container.select2-container.select2-container-active .select2-choice {
  border: solid 1px #555; }

.ui-select-container.select2-container.select2-container-active.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa; }

.ui-select-container.select2-container .select2-choice {
  border-radius: 0;
  border: solid 1px #aaa;
  box-shadow: none;
  background-image: none; }
  .ui-select-container.select2-container .select2-choice span {
    color: #636363; }

.ui-select-container.select2-container .search-container.select2-search {
  margin-top: 6px; }

.ui-select-container.select2-container .ui-select-dropdown.select2-drop-active {
  border: 1px solid #aaa; }

.ui-select-container.select2-container .select2-arrow.ui-select-toggle {
  background: none;
  border-left: none; }

.ui-select-container.select2-container.select2-container-active.select2-dropdown-open .select2-choice {
  border-bottom: none;
  background-color: white; }
  .ui-select-container.select2-container.select2-container-active.select2-dropdown-open .select2-choice span {
    color: #3a3a3a; }

.ui-select-container.select2-container.select2-container-active.select2-dropdown-open .select2-with-searchbox.select2-drop-active {
  border-top: none; }

.aligner {
  display: flex;
  align-items: center;
  justify-content: center; }

.aligner-item {
  flex: 1; }

.aligner-item-top {
  align-self: flex-start; }

.aligner-item-bottom {
  align-self: flex-end; }

.aligner-item-fixed {
  flex: none;
  max-width: 50%; }

.component.bounce-spinner .bounce-spinner-container {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto; }
  .component.bounce-spinner .bounce-spinner-container .double-bounce1, .component.bounce-spinner .bounce-spinner-container .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #D7006C;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: bounce 2.0s infinite ease-in-out; }
  .component.bounce-spinner .bounce-spinner-container .double-bounce2 {
    animation-delay: -1.0s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.has-float-label {
  position: relative; }

.has-float-label label {
  position: absolute;
  cursor: text;
  font-size: 11px;
  color: #D7006C;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: -.5em;
  left: 12px;
  z-index: 3;
  line-height: 1;
  padding: 0 1px; }

.has-float-label label::after {
  content: " ";
  display: block;
  position: absolute;
  background: #fff;
  height: 2px;
  top: 50%;
  left: -.2em;
  right: -.2em;
  z-index: -1; }

.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s; }

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0; }

.has-float-label .form-control:placeholder-shown:not(:focus) + label {
  font-size: 0.8125rem;
  opacity: .8;
  top: .8em;
  font-weight: 400;
  color: #464646; }

.input-group .has-float-label {
  display: table-cell; }

.input-group.has-float-label input {
  padding-left: 12px; }

.input-group .has-float-label .form-control {
  border-radius: 4px; }

.input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px; }

.btn {
  border-radius: 3px;
  font-weight: 600; }

.btn-primary {
  color: white;
  background-color: #f10079;
  border: solid 1px #f10079;
  outline: none; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover {
    color: white;
    outline: none;
    border: solid 1px #f10079;
    background-color: #D7006C; }
  .btn-primary:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-primary:disabled, .btn-primary.disabled, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #ff2592;
    border: solid 1px #ff2592; }
  .btn-primary.active {
    color: white;
    background-color: #a40052; }
    .btn-primary.active:hover, .btn-primary.active:active, .btn-primary.active:focus, .btn-primary.active:active:focus {
      color: white;
      background-color: #a40052 !important; }

.btn-blue {
  color: white;
  background-color: #1c98c0;
  border: solid 1px #1c98c0;
  outline: none; }
  .btn-blue:hover, .btn-blue:active, .btn-blue:focus, .btn-blue:active:focus, .btn-blue:active:hover {
    color: white;
    outline: none;
    border: solid 1px #1c98c0;
    background-color: #1986AA; }
  .btn-blue:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-blue:disabled, .btn-blue.disabled, .btn-blue[disabled]:focus, .btn-blue[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #2fb4e0;
    border: solid 1px #2fb4e0; }
  .btn-blue.active {
    color: white;
    background-color: #12637e; }
    .btn-blue.active:hover, .btn-blue.active:active, .btn-blue.active:focus, .btn-blue.active:active:focus {
      color: white;
      background-color: #12637e !important; }

.btn-green {
  color: white;
  background-color: #159564;
  border: solid 1px #159564;
  outline: none; }
  .btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green:active:focus, .btn-green:active:hover {
    color: white;
    outline: none;
    border: solid 1px #159564;
    background-color: #127f55; }
  .btn-green:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-green:disabled, .btn-green.disabled, .btn-green[disabled]:focus, .btn-green[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #1bc282;
    border: solid 1px #1bc282; }
  .btn-green.active {
    color: white;
    background-color: #0c5237; }
    .btn-green.active:hover, .btn-green.active:active, .btn-green.active:focus, .btn-green.active:active:focus {
      color: white;
      background-color: #0c5237 !important; }

.btn-light-green {
  color: white;
  background-color: #8ac91d;
  border: solid 1px #8ac91d;
  outline: none; }
  .btn-light-green:hover, .btn-light-green:active, .btn-light-green:focus, .btn-light-green:active:focus, .btn-light-green:active:hover {
    color: white;
    outline: none;
    border: solid 1px #8ac91d;
    background-color: #7BB31A; }
  .btn-light-green:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-light-green:disabled, .btn-light-green.disabled, .btn-light-green[disabled]:focus, .btn-light-green[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #a4e237;
    border: solid 1px #a4e237; }
  .btn-light-green.active {
    color: white;
    background-color: #5c8614; }
    .btn-light-green.active:hover, .btn-light-green.active:active, .btn-light-green.active:focus, .btn-light-green.active:active:focus {
      color: white;
      background-color: #5c8614 !important; }

.btn-purple {
  color: white;
  background-color: #aa1dc9;
  border: solid 1px #aa1dc9;
  outline: none; }
  .btn-purple:hover, .btn-purple:active, .btn-purple:focus, .btn-purple:active:focus, .btn-purple:active:hover {
    color: white;
    outline: none;
    border: solid 1px #aa1dc9;
    background-color: #971AB3; }
  .btn-purple:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-purple:disabled, .btn-purple.disabled, .btn-purple[disabled]:focus, .btn-purple[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #c337e2;
    border: solid 1px #c337e2; }
  .btn-purple.active {
    color: white;
    background-color: #711486; }
    .btn-purple.active:hover, .btn-purple.active:active, .btn-purple.active:focus, .btn-purple.active:active:focus {
      color: white;
      background-color: #711486 !important; }

.btn-brown {
  color: white;
  background-color: #c07f1c;
  border: solid 1px #c07f1c;
  outline: none; }
  .btn-brown:hover, .btn-brown:active, .btn-brown:focus, .btn-brown:active:focus, .btn-brown:active:hover {
    color: white;
    outline: none;
    border: solid 1px #c07f1c;
    background-color: #AA7019; }
  .btn-brown:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-brown:disabled, .btn-brown.disabled, .btn-brown[disabled]:focus, .btn-brown[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #e0992f;
    border: solid 1px #e0992f; }
  .btn-brown.active {
    color: white;
    background-color: #7e5312; }
    .btn-brown.active:hover, .btn-brown.active:active, .btn-brown.active:focus, .btn-brown.active:active:focus {
      color: white;
      background-color: #7e5312 !important; }

.btn-red {
  color: white;
  background-color: #e04b59;
  border: solid 1px #e04b59;
  outline: none; }
  .btn-red:hover, .btn-red:active, .btn-red:focus, .btn-red:active:focus, .btn-red:active:hover {
    color: white;
    outline: none;
    border: solid 1px #e04b59;
    background-color: #dc3545; }
  .btn-red:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-red:disabled, .btn-red.disabled, .btn-red[disabled]:focus, .btn-red[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #e77681;
    border: solid 1px #e77681; }
  .btn-red.active {
    color: white;
    background-color: #bd2130; }
    .btn-red.active:hover, .btn-red.active:active, .btn-red.active:focus, .btn-red.active:active:focus {
      color: white;
      background-color: #bd2130 !important; }

.btn-orange {
  color: white;
  background-color: #e1973f;
  border: solid 1px #e1973f;
  outline: none; }
  .btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange:active:focus, .btn-orange:active:hover {
    color: white;
    outline: none;
    border: solid 1px #e1973f;
    background-color: #DE8B29; }
  .btn-orange:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-orange:disabled, .btn-orange.disabled, .btn-orange[disabled]:focus, .btn-orange[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #e8af6b;
    border: solid 1px #e8af6b; }
  .btn-orange.active {
    color: white;
    background-color: #b8701c; }
    .btn-orange.active:hover, .btn-orange.active:active, .btn-orange.active:focus, .btn-orange.active:active:focus {
      color: white;
      background-color: #b8701c !important; }

.btn-grey {
  color: white;
  background-color: #a8afad;
  border: solid 1px #a8afad;
  outline: none; }
  .btn-grey:hover, .btn-grey:active, .btn-grey:focus, .btn-grey:active:focus, .btn-grey:active:hover {
    color: white;
    outline: none;
    border: solid 1px #a8afad;
    background-color: #9BA3A0; }
  .btn-grey:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-grey:disabled, .btn-grey.disabled, .btn-grey[disabled]:focus, .btn-grey[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #c3c8c6;
    border: solid 1px #c3c8c6; }
  .btn-grey.active {
    color: white;
    background-color: #808b87; }
    .btn-grey.active:hover, .btn-grey.active:active, .btn-grey.active:focus, .btn-grey.active:active:focus {
      color: white;
      background-color: #808b87 !important; }

.btn-light-grey {
  color: white;
  background-color: #989694;
  border: solid 1px #989694;
  outline: none; }
  .btn-light-grey:hover, .btn-light-grey:active, .btn-light-grey:focus, .btn-light-grey:active:focus, .btn-light-grey:active:hover {
    color: white;
    outline: none;
    border: solid 1px #989694;
    background-color: #8B8987; }
  .btn-light-grey:focus {
    color: white;
    border: solid 1px #555555 !important; }
  .btn-light-grey:disabled, .btn-light-grey.disabled, .btn-light-grey[disabled]:focus, .btn-light-grey[disabled]:hover {
    color: white;
    pointer-events: none;
    background-color: #b1afae;
    border: solid 1px #b1afae; }
  .btn-light-grey.active {
    color: white;
    background-color: #71706e; }
    .btn-light-grey.active:hover, .btn-light-grey.active:active, .btn-light-grey.active:focus, .btn-light-grey.active:active:focus {
      color: white;
      background-color: #71706e !important; }

.btn-xs {
  font-weight: 500; }
  .btn-xs i.glyphicon {
    font-size: 11px; }

.scrollbar-style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

.scrollbar-style-1::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }

.scrollbar-style-1::-webkit-scrollbar-thumb {
  background-color: grey; }

.scrollbar-style-2::-webkit-scrollbar, .scrollbar-style-3::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.scrollbar-style-2::-webkit-scrollbar-track {
  background-color: #DAD8D8; }

/* the new scrollbar will have a flat appearance with the set background color */
.scrollbar-style-2::-webkit-scrollbar-thumb {
  background-color: #AFAFAF;
  border-radius: 10px; }

/* this will style the thumb, ignoring the track */
/* this will style the corner */
.scrollbar-style-3::-webkit-scrollbar-track {
  background-color: #EFEFEF; }

/* the new scrollbar will have a flat appearance with the set background color */
.scrollbar-style-3::-webkit-scrollbar-thumb {
  background-color: #D2D2D2;
  border-radius: 10px; }

/* this will style the thumb, ignoring the track */
.badge {
  padding: 3px 9px 3px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px; }

.badge-error {
  background-color: #b94a48; }

.badge-warning {
  background-color: #f89406; }

.badge-success {
  background-color: #468847; }

.badge-info {
  background-color: #3a87ad; }

.badge-inverse {
  background-color: #333333; }

.component.business-tip {
  padding: .7rem .5rem;
  background-color: #efefef;
  border-radius: 3px; }
  .component.business-tip i {
    margin-left: .5rem;
    margin-right: .8rem; }

.component.help-tip .fa {
  font-size: .875rem;
  color: #605f5f;
  cursor: pointer; }

.component.notification {
  padding: .7rem .5rem;
  background-color: #efefef;
  border-radius: 3px; }
  .component.notification i {
    margin-left: .5rem;
    margin-right: .8rem; }
  .component.notification .message-container {
    display: flex;
    align-items: center; }

.component.work-in-progress {
  width: 400px;
  padding: .5rem 1rem;
  border: solid 1px #44a5e0;
  background-color: #c2edf7;
  border-radius: 2px; }

download-pdf-excel.loading .btn.select-dropdown {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65; }

.component.download-pdf-excel .btn.select-dropdown .fa-download {
  margin-left: 3px; }

.component.download-pdf-excel .btn.select-dropdown:focus, .component.download-pdf-excel .btn.select-dropdown:active, .component.download-pdf-excel .btn.select-dropdown:focus-within {
  transform: none;
  border: 0;
  box-shadow: none; }

.component.download-pdf-excel ul.select-dropdown-menu {
  padding-top: 0;
  padding-bottom: 0; }
  .component.download-pdf-excel ul.select-dropdown-menu li {
    font-size: 0.8125rem;
    padding: 0.3rem 0.75rem;
    cursor: pointer; }
    .component.download-pdf-excel ul.select-dropdown-menu li:hover {
      background: #e8e8e8; }

.component.service-analaytics #service-analytics-doughnut-chart-wrapper {
  position: relative;
  height: 400px;
  width: 500px;
  margin-top: 16px; }

.component.service-analaytics div.range {
  width: 315px;
  text-align: center;
  font-weight: 600; }

.component.service-analaytics table.service-count-list {
  max-width: 500px; }
  .component.service-analaytics table.service-count-list tbody td:second-child, .component.service-analaytics table.service-count-list thead th:second-child {
    text-align: center; }

.component.monthly-data-bar-chart {
  width: 650px; }
  .component.monthly-data-bar-chart #monthly-data-bar-chart-wrapper {
    position: relative;
    height: 400px; }

.component.inline-notifier .notifier-message {
  padding: 4px 9px 5px 9px;
  border-radius: 2px;
  display: inline-block; }
  .component.inline-notifier .notifier-message.success {
    border: solid 1px #127f55;
    background-color: #c2f6e2; }
  .component.inline-notifier .notifier-message.error {
    border: solid 1px #dc3545;
    background-color: white; }

.component.inline-search-filter input {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }
  .component.inline-search-filter input:focus {
    outline: none; }

.component.inline-search-filter .input-group-addon {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.component.date-selector p.input-group.date-selector {
  width: 9rem;
  margin-bottom: 0; }

.component.date-selector select.form-control {
  margin-right: .3rem;
  width: initial; }

.component.date-selector .from-date, .component.date-selector .to-date {
  margin-top: 7px;
  margin-right: 10px;
  margin-left: 10px; }

.component.date-selector-2 {
  background-color: #e6e6e6; }
  .component.date-selector-2 p.input-group.date-selector-2 {
    width: 7.2rem;
    margin-bottom: 0; }
    .component.date-selector-2 p.input-group.date-selector-2 input, .component.date-selector-2 p.input-group.date-selector-2 input:focus, .component.date-selector-2 p.input-group.date-selector-2 input:active {
      border: 0 !important; }
    .component.date-selector-2 p.input-group.date-selector-2 span.calendar {
      padding: 6px; }

.component.daterange-selector {
  background-color: #e6e6e6; }
  .component.daterange-selector button, .component.daterange-selector button:focus, .component.daterange-selector button:active, .component.daterange-selector button:focus-within {
    transform: none !important; }
  .component.daterange-selector button, .component.daterange-selector button:focus, .component.daterange-selector button:active, .component.daterange-selector button:focus-within {
    box-shadow: none !important; }
  .component.daterange-selector .btn.select-dropdown {
    font-size: 0.8125rem;
    background: transparent;
    border: 0;
    box-shadow: none; }
    .component.daterange-selector .btn.select-dropdown:hover, .component.daterange-selector .btn.select-dropdown:focus, .component.daterange-selector .btn.select-dropdown:active {
      background: transparent;
      border: 0;
      box-shadow: none; }
    .component.daterange-selector .btn.select-dropdown .caret {
      margin-left: 3px; }
  .component.daterange-selector p.input-group.date-selector {
    width: 7rem;
    margin-bottom: 0; }
    .component.daterange-selector p.input-group.date-selector input, .component.daterange-selector p.input-group.date-selector input:focus, .component.daterange-selector p.input-group.date-selector input:active {
      border: 0 !important; }
    .component.daterange-selector p.input-group.date-selector span.calendar {
      padding: 6px; }
  .component.daterange-selector ul.select-dropdown-menu {
    padding-top: 0;
    padding-bottom: 0; }
    .component.daterange-selector ul.select-dropdown-menu li {
      font-size: 0.8125rem;
      padding: 0.3rem 0.75rem;
      cursor: pointer; }
      .component.daterange-selector ul.select-dropdown-menu li:hover {
        background: #e8e8e8; }
      .component.daterange-selector ul.select-dropdown-menu li.active {
        background: #dbdbdb; }
  .component.daterange-selector button.apply:focus {
    transform: none !important;
    box-shadow: none !important; }

.component.birthday-picker .form-control.day {
  width: 60px; }

.component.birthday-picker .form-control.month {
  width: 80px; }

.component.birthday-picker a {
  color: #1986AA; }
  .component.birthday-picker a:hover {
    text-decoration: underline;
    cursor: pointer; }

.component.horizontal-menubar {
  background-color: #D7006C !important;
  color: white !important;
  min-height: 4px !important; }
  @media screen and (min-width: 100px) and (max-width: 1279px) {
    .component.horizontal-menubar .account-name {
      display: none; } }
  .component.horizontal-menubar .navbar-nav > li > a {
    color: white !important;
    font-size: .8rem;
    padding-top: 10px;
    padding-bottom: 10px; }
    .component.horizontal-menubar .navbar-nav > li > a:focus, .component.horizontal-menubar .navbar-nav > li > a:hover {
      color: white !important;
      background-color: #be005f !important; }
  .component.horizontal-menubar .navbar-nav > li.active > a {
    color: white;
    font-size: .8rem;
    background-color: #a40052; }
  .component.horizontal-menubar ul.first-level {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    display: flex;
    font-family: 'open sans';
    font-weight: 600; }
    .component.horizontal-menubar ul.first-level:nth-child(2) {
      margin-left: 50px; }
    .component.horizontal-menubar ul.first-level > li {
      display: inline-block; }
      .component.horizontal-menubar ul.first-level > li a {
        display: inline-block;
        cursor: pointer;
        padding: 10px 10px;
        font-size: .8rem;
        width: 100%;
        height: 40px; }
        .component.horizontal-menubar ul.first-level > li a.selected {
          background-color: #a40052; }
      .component.horizontal-menubar ul.first-level > li:hover > a {
        background-color: #be005f; }
    .component.horizontal-menubar ul.first-level > li:hover > ul.second-level {
      display: flex;
      background-color: #e4e4e4 !important;
      color: #464646 !important; }
      .component.horizontal-menubar ul.first-level > li:hover > ul.second-level.hidden {
        display: none !important; }
    .component.horizontal-menubar ul.first-level ul.second-level {
      font-weight: 400;
      font-family: 'open sans';
      display: none;
      position: absolute;
      list-style: none;
      padding: .5rem;
      margin: 0;
      z-index: 1;
      font-size: 0px;
      background-color: white;
      border: solid 1px #D4D2D2;
      box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
      min-width: 18rem;
      align-items: center; }
      .component.horizontal-menubar ul.first-level ul.second-level div.icon {
        flex: 1;
        color: #464646;
        padding-left: 1.5rem;
        padding-right: 1rem; }
        .component.horizontal-menubar ul.first-level ul.second-level div.icon [class^="flaticon-"]:before, .component.horizontal-menubar ul.first-level ul.second-level div.icon [class*=" flaticon-"]:before,
        .component.horizontal-menubar ul.first-level ul.second-level div.icon [class^="flaticon-"]:after, .component.horizontal-menubar ul.first-level ul.second-level div.icon [class*=" flaticon-"]:after {
          font-size: 2rem;
          margin-left: 0; }
        .component.horizontal-menubar ul.first-level ul.second-level div.icon [class^="fa-"]:before, .component.horizontal-menubar ul.first-level ul.second-level div.icon [class*=" fa-"]:before,
        .component.horizontal-menubar ul.first-level ul.second-level div.icon [class^="fa-"]:after, .component.horizontal-menubar ul.first-level ul.second-level div.icon [class*=" fa-"]:after {
          font-size: 2rem;
          margin-left: 0; }
        .component.horizontal-menubar ul.first-level ul.second-level div.icon span {
          display: inline-block;
          text-align: center;
          align-self: center;
          font-size: 1.2rem; }
      .component.horizontal-menubar ul.first-level ul.second-level div.links {
        flex: 2; }
      .component.horizontal-menubar ul.first-level ul.second-level a {
        text-decoration: none;
        transition-property: none;
        color: #464646; }
      .component.horizontal-menubar ul.first-level ul.second-level li:hover {
        background-color: #d6d6d6;
        color: #464646 !important; }
        .component.horizontal-menubar ul.first-level ul.second-level li:hover a {
          color: #464646 !important;
          text-decoration: underline; }
  .component.horizontal-menubar div.navbar-collapse {
    padding-left: 40px; }
  .component.horizontal-menubar ul.launcher {
    position: absolute;
    margin-left: -40px !important;
    background-color: #D7006C !important;
    cursor: pointer; }
    .component.horizontal-menubar ul.launcher:hover {
      background-color: #be005f !important; }
    .component.horizontal-menubar ul.launcher span {
      font-size: .875rem;
      font-weight: 700; }
    .component.horizontal-menubar ul.launcher li a {
      padding: 10px 10px;
      background-color: inherit !important;
      cursor: pointer;
      width: inherit; }
      .component.horizontal-menubar ul.launcher li a:hover {
        background-color: inherit !important; }
  .component.horizontal-menubar .navbar-right.right a {
    padding-left: 12px;
    padding-right: 12px; }
    .component.horizontal-menubar .navbar-right.right a:focus {
      background-color: inherit !important; }

.component.vertical-menu-bar {
  min-height: 100vh;
  height: 100%;
  color: white;
  background-color: #D7006C;
  transition: all 0.15s;
  min-width: 55px;
  max-width: 55px;
  user-select: none; }
  .component.vertical-menu-bar.expanded-menu {
    min-width: 155px;
    max-width: 155px; }
    .component.vertical-menu-bar.expanded-menu .nav-name {
      display: flex !important; }
    .component.vertical-menu-bar.expanded-menu .logo-container {
      display: flex !important;
      align-items: center; }
  .component.vertical-menu-bar .toggle-container {
    display: flex;
    justify-content: space-between; }
    .component.vertical-menu-bar .toggle-container .logo-container {
      display: none;
      padding-top: 3px;
      padding-left: 10px; }
      .component.vertical-menu-bar .toggle-container .logo-container .logo {
        width: 50px; }
  .component.vertical-menu-bar .nav {
    display: flex;
    cursor: pointer;
    padding: 12px;
    align-items: center; }
    .component.vertical-menu-bar .nav.user .info {
      width: 100%; }
      .component.vertical-menu-bar .nav.user .info .username {
        display: inline-block;
        padding-top: 5px;
        text-shadow: 0px 0px 0px #ffd5e0;
        font-size: 13px; }
      .component.vertical-menu-bar .nav.user .info .org-name {
        display: inline-block;
        padding-top: 5px;
        font-weight: 600;
        font-size: 16px; }
    .component.vertical-menu-bar .nav.active, .component.vertical-menu-bar .nav:hover {
      background-color: #c13b5c; }
    .component.vertical-menu-bar .nav i.fa {
      text-align: center;
      display: inline-block;
      width: 30px;
      min-width: 30px; }
    .component.vertical-menu-bar .nav .nav-name {
      display: none;
      white-space: nowrap;
      padding-top: 5px;
      margin-left: 5px;
      font-size: 13px;
      font-weight: 600; }
  .component.vertical-menu-bar i.fi {
    font-size: 35px;
    display: inline-block;
    margin-bottom: 25px; }
  .component.vertical-menu-bar i.fa {
    font-size: 20px;
    display: inline-block; }
  .component.vertical-menu-bar .user-sidebar {
    position: absolute;
    top: 0;
    z-index: 100;
    height: 100%;
    width: 200px;
    padding-left: 20px;
    border-right: solid 1px silver;
    background: #ffffff;
    box-shadow: 4px 0px 7px rgba(177, 177, 177, 0.89);
    color: #464646; }
    .component.vertical-menu-bar .user-sidebar .refresh-section span:hover {
      text-decoration: underline;
      cursor: pointer;
      color: #1986AA; }
    .component.vertical-menu-bar .user-sidebar .refresh-section i.fa-refresh {
      font-size: 12px;
      margin-left: 3px; }
    .component.vertical-menu-bar .user-sidebar .user-actions button {
      padding-left: 0;
      font-weight: 400 !important; }
      .component.vertical-menu-bar .user-sidebar .user-actions button i.fa {
        color: #D7006C;
        font-size: 14px;
        padding-right: 5px;
        width: 20px; }
    .component.vertical-menu-bar .user-sidebar .enterprise-section i.fa {
      font-size: 13px; }
    .component.vertical-menu-bar .user-sidebar .enterprise-section span.enterprise-label {
      font-size: 0.8125rem !important;
      margin-left: 2px; }
    .component.vertical-menu-bar .user-sidebar section.support .fa-phone, .component.vertical-menu-bar .user-sidebar section.support .fa-envelope {
      font-size: 20px;
      width: 22px; }
    .component.vertical-menu-bar .user-sidebar .btn-link {
      color: #464646;
      border: none !important;
      box-shadow: none !important; }
      .component.vertical-menu-bar .user-sidebar .btn-link:focus, .component.vertical-menu-bar .user-sidebar .btn-link:active {
        text-decoration: none; }
    .component.vertical-menu-bar .user-sidebar section.links i.fa {
      font-size: inherit;
      margin-right: 5px;
      width: 20px; }
    .component.vertical-menu-bar .user-sidebar section.about i.fa {
      font-size: inherit; }

.component.horizontal-menubar {
  background-color: #D7006C !important;
  color: white !important;
  min-height: 4px !important; }
  @media screen and (min-width: 100px) and (max-width: 1279px) {
    .component.horizontal-menubar .account-name {
      display: none; } }
  .component.horizontal-menubar .navbar-nav > li > a {
    color: white !important;
    font-size: .8rem;
    font-weight: 600;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .component.horizontal-menubar .navbar-nav > li > a:focus, .component.horizontal-menubar .navbar-nav > li > a:hover {
      color: white !important;
      background-color: #be005f !important; }
  .component.horizontal-menubar .navbar-nav > li.active > a {
    color: white;
    font-size: .8rem;
    background-color: #a40052; }
  .component.horizontal-menubar div.navbar-collapse {
    padding-left: 0 !important; }
  .component.horizontal-menubar .navbar-right.right a {
    padding-left: 12px;
    padding-right: 12px; }
    .component.horizontal-menubar .navbar-right.right a:focus {
      background-color: inherit !important; }
  .component.horizontal-menubar .component.quick-add-dropdown .add-button, .component.horizontal-menubar .component.quick-support-dropdown .support-button {
    padding-top: 8px;
    padding-bottom: 8px; }

.component.page-size-selector {
  display: flex;
  padding-right: 1rem; }
  .component.page-size-selector label {
    font-weight: normal;
    display: flex;
    margin: 0;
    align-items: center;
    padding-right: 10px; }
  .component.page-size-selector select {
    border: 1px solid #ddd;
    outline: none !important; }

.component.lovelace-navbar {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px; }
  .component.lovelace-navbar .flaticon-set-alarm:before {
    margin-left: 0; }
  .component.lovelace-navbar span.name {
    padding-left: 0.5rem;
    padding-right: 4rem;
    font-size: 1rem;
    font-weight: bold; }
  .component.lovelace-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    display: flex; }
    .component.lovelace-navbar ul li {
      font-size: 0.875rem;
      margin-right: 1rem;
      text-align: center;
      cursor: pointer; }
      .component.lovelace-navbar ul li.active {
        border-bottom: 3px solid #605f5f; }
        .component.lovelace-navbar ul li.active:hover {
          background-color: inherit; }
      .component.lovelace-navbar ul li:hover {
        background-color: #e8e8ea; }
      .component.lovelace-navbar ul li a {
        color: #464646;
        display: flex;
        align-items: center;
        text-decoration: none;
        padding: 3px 15px; }
        .component.lovelace-navbar ul li a [class^="flaticon-"]:before, .component.lovelace-navbar ul li a [class*=" flaticon-"]:before,
        .component.lovelace-navbar ul li a [class^="flaticon-"]:after, .component.lovelace-navbar ul li a [class*=" flaticon-"]:after {
          margin-left: 0;
          font-size: 0.9375rem; }
        .component.lovelace-navbar ul li a [class^="fa-"]:before, .component.lovelace-navbar ul li a [class*=" fa-"]:before,
        .component.lovelace-navbar ul li a [class^="fa-"]:after, .component.lovelace-navbar ul li a [class*=" fa-"]:after {
          margin-left: 0;
          font-size: 0.9375rem; }
        .component.lovelace-navbar ul li a span {
          padding-left: 0.3rem; }

.component.flash-message {
  line-height: 1.5rem; }

.component.validity-selector {
  width: 300px;
  background-color: white;
  padding: 0.75rem; }
  .component.validity-selector header {
    font-size: 0.8125rem;
    text-align: center;
    font-weight: bold; }
  .component.validity-selector footer {
    margin-top: 20px; }
    .component.validity-selector footer .form-control {
      height: 30px; }
    .component.validity-selector footer p {
      margin-bottom: 0px; }
  .component.validity-selector .day-row {
    display: flex;
    align-items: center;
    justify-content: center; }
    .component.validity-selector .day-row > div.days {
      font-size: 0.8125rem;
      padding: 5px;
      border-radius: 2px;
      border: solid 1px silver;
      margin-top: 10px;
      cursor: pointer; }
      .component.validity-selector .day-row > div.days:first-child {
        margin-right: 10px; }
      .component.validity-selector .day-row > div.days.selected {
        background-color: #D7006C !important;
        color: white;
        border-color: transparent;
        cursor: default; }
      .component.validity-selector .day-row > div.days:hover {
        background-color: #ff0b86;
        color: white;
        border-color: transparent; }

.component.no-resources div.panel-content {
  padding-top: 0; }
  .component.no-resources div.panel-content .repeat-item.ng-leave {
    transition: 0.3s ease-out all; }
  .component.no-resources div.panel-content .no-resources {
    margin-bottom: 8rem;
    margin-top: 3rem; }
    .component.no-resources div.panel-content .no-resources div.title {
      font-family: Roboto;
      font-weight: 300;
      font-size: 1.8rem;
      margin-bottom: 1rem; }
    .component.no-resources div.panel-content .no-resources div.icon {
      color: #D7006C;
      font-size: 3.5rem;
      margin-bottom: 1rem; }
    .component.no-resources div.panel-content .no-resources button {
      margin-top: 1rem; }

.component.face-scanner-container {
  position: absolute;
  /* Change from relative to absolute */
  top: 4px;
  left: 122px;
  width: 57%;
  height: 71%;
  margin: 0;
  z-index: 10;
  /* Ensure it's above the video */
  pointer-events: none;
  /* Allow clicks to pass through to video */
  /* Scanner corners */
  /* Moving scanner line */ }
  .component.face-scanner-container .scanner-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(215, 0, 108, 0.3);
    border-radius: 10px;
    overflow: hidden;
    background-color: transparent;
    transition: all 0.3s ease; }
  .component.face-scanner-container .scanner-frame.scanning {
    border: 2px solid #D7006C;
    box-shadow: 0 0 20px #D7006C; }
  .component.face-scanner-container .scanner-frame.scanning::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 15px #D7006C;
    animation: pulse 2s ease-in-out infinite alternate; }
  .component.face-scanner-container .corner {
    position: absolute;
    width: 30px;
    height: 30px;
    border-color: #D7006C;
    border-width: 3px;
    opacity: 0.5;
    transition: opacity 0.3s ease; }
  .component.face-scanner-container .scanner-frame.scanning .corner {
    opacity: 1; }
  .component.face-scanner-container .corner-tl {
    top: 0;
    left: 0;
    border-top-style: solid;
    border-left-style: solid;
    border-right: none;
    border-bottom: none; }
  .component.face-scanner-container .corner-tr {
    top: 0;
    right: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-left: none;
    border-bottom: none; }
  .component.face-scanner-container .corner-bl {
    bottom: 0;
    left: 0;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right: none;
    border-top: none; }
  .component.face-scanner-container .corner-br {
    bottom: 0;
    right: 0;
    border-bottom-style: solid;
    border-right-style: solid;
    border-left: none;
    border-top: none; }
  .component.face-scanner-container .scanner-line {
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(180deg, transparent, #D7006C, transparent);
    box-shadow: 0 0 10px #D7006C;
    animation: scan 3s linear infinite;
    z-index: 10; }
  .component.face-scanner-container .scanner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(215, 0, 108, 0.1) 50%, transparent 100%);
    animation: overlayScan 3s linear infinite; }

@keyframes scan {
  0% {
    top: 0; }
  50% {
    top: 100%; }
  100% {
    top: 0; } }

@keyframes overlayScan {
  0% {
    background: linear-gradient(180deg, transparent 0%, rgba(215, 0, 108, 0.1) 50%, transparent 100%); }
  50% {
    background: linear-gradient(180deg, transparent 0%, rgba(215, 0, 108, 0.2) 50%, transparent 100%); }
  100% {
    background: linear-gradient(180deg, transparent 0%, rgba(215, 0, 108, 0.1) 50%, transparent 100%); } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 15px #D7006C; }
  100% {
    box-shadow: 0 0 25px #D7006C; } }
  .component.face-scanner-container .scanner-instructions {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #D7006C;
    font-size: 14px;
    font-weight: 500; }
  .component.face-scanner-container .scanner-status {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #D7006C;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; }
  .component.face-scanner-container .status-dot {
    width: 8px;
    height: 8px;
    background-color: #D7006C;
    border-radius: 50%;
    animation: blink 1.5s infinite; }

@keyframes blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.3; } }
  .component.face-scanner-container .face-container {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .component.face-scanner-container #cameraView {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px; }

.component.upload-file .drag-drop-container {
  display: inline-block;
  border: 3px dashed #D7006C;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  transition: opacity 0.3s ease;
  max-width: 100%; }
  .component.upload-file .drag-drop-container span {
    overflow-wrap: break-word; }
  .component.upload-file .drag-drop-container .error-message {
    display: block;
    color: #dc3545;
    font-size: 13px;
    margin-top: 6px; }
  .component.upload-file .drag-drop-container .upload-success-status {
    color: #127f55; }
  .component.upload-file .drag-drop-container .upload-error-status {
    color: #dc3545; }
  .component.upload-file .drag-drop-container.drag-over {
    opacity: 0.5; }

.component.upload-file .image-preview img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top; }

.component.upload-file .image-preview .image-remove-button {
  position: absolute;
  top: 3px;
  right: -25px; }

.component.rating-symbol {
  /* hover previous stars in list */ }
  .component.rating-symbol fieldset, .component.rating-symbol label {
    margin: 0;
    padding: 0; }
  .component.rating-symbol .rating {
    border: none;
    float: left; }
  .component.rating-symbol .rating > input {
    display: none; }
  .component.rating-symbol .rating > label {
    color: #ddd;
    float: right; }
  .component.rating-symbol .rating > input:checked ~ label,
  .component.rating-symbol .rating:not(:checked) > label:hover,
  .component.rating-symbol .rating:not(:checked) > label:hover ~ label {
    color: #D7006C; }
  .component.rating-symbol .rating > input:checked + label:hover,
  .component.rating-symbol .rating > input:checked ~ label:hover,
  .component.rating-symbol .rating > label:hover ~ input:checked ~ label,
  .component.rating-symbol .rating > input:checked ~ label:hover ~ label {
    color: #D7006C; }

.component.discount-selector input {
  text-align: center;
  width: 60px; }

.component.user-dropdown .user-button {
  position: relative;
  border: none;
  background: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-shadow: none; }

.component.user-dropdown ul.dropdown-menu {
  min-width: 220px;
  margin-right: 2px; }

.component.user-dropdown .user-button:hover {
  background: #be005f !important; }

.component.user-dropdown small {
  color: #464646; }

.component.user-dropdown ul li {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: #464646; }

.component.user-dropdown ul li a {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .component.user-dropdown ul li a:hover {
    text-decoration: underline;
    background: none; }

.component.user-dropdown .component.role-type {
  margin-top: 5px;
  font-size: 0.8125rem; }

.component.user-dropdown div.support {
  cursor: pointer; }
  .component.user-dropdown div.support:hover {
    text-decoration: underline; }

.component.quick-add-dropdown .add-button {
  position: relative;
  border: none;
  background: none;
  padding: 10px 12px;
  -webkit-box-shadow: none; }
  .component.quick-add-dropdown .add-button:hover {
    background: #be005f !important; }

.component.quick-add-dropdown ul.dropdown-menu {
  min-width: 150px;
  margin-right: 2px;
  padding-top: 0;
  padding-bottom: 0; }

.component.quick-add-dropdown ul li {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: #464646;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px; }
  .component.quick-add-dropdown ul li:hover {
    background: #e8e8e8; }
  .component.quick-add-dropdown ul li.divider {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px; }

.component.quick-add-dropdown ul li a {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .component.quick-add-dropdown ul li a:hover {
    text-decoration: none;
    background: none; }

.component.quick-support-dropdown li.support-header {
  cursor: default;
  pointer-events: none; }
  .component.quick-support-dropdown li.support-header i {
    font-size: 2rem; }
  .component.quick-support-dropdown li.support-header:hover {
    background-color: inherit; }

.component.quick-support-dropdown .support-button {
  position: relative;
  border: none;
  background: none;
  padding: 10px 12px;
  -webkit-box-shadow: none; }
  .component.quick-support-dropdown .support-button:hover {
    background: #be005f !important; }

.component.quick-support-dropdown ul.dropdown-menu {
  min-width: 200px;
  margin-right: 2px;
  padding-top: 0;
  padding-bottom: 0; }

.component.quick-support-dropdown small {
  color: #464646; }

.component.quick-support-dropdown ul li {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: #464646;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px; }
  .component.quick-support-dropdown ul li:hover {
    background: #e8e8e8; }
  .component.quick-support-dropdown ul li.divider {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px; }

.component.lovelace-spinner .spinner .xs {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 0.15rem solid #cac3c6;
  border-top-color: #D7006C;
  animation: spin 1s infinite linear; }

.component.lovelace-spinner .spinner .sm {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 0.2rem solid #cac3c6;
  border-top-color: #D7006C;
  animation: spin 1s infinite linear; }

.component.lovelace-spinner .spinner .md {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border: 0.2rem solid #cac3c6;
  border-top-color: #D7006C;
  animation: spin 1s infinite linear; }

.component.lovelace-spinner .spinner .lg {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 0.25rem solid #cac3c6;
  border-top-color: #D7006C;
  animation: spin 1s infinite linear; }

.alert-modal .notification {
  animation-name: zoomIn;
  animation-duration: .5s;
  animation-delay: 0s; }
  .alert-modal .notification.ng-show {
    animation-name: fadeOut;
    animation-duration: .5s; }
  .alert-modal .notification i {
    font-size: 4rem; }
  .alert-modal .notification span {
    padding-top: .5rem;
    display: inline-block;
    font-size: 1rem;
    padding-bottom: 2rem; }

.camera-modal .webcam-video {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  background: #000;
  transform: scaleX(-1);
  /* Mirror the video for better UX */ }

.camera-modal .preview-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top; }

.camera-modal .webcam-controls {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap; }

.component.toggle .btn-switch {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 2px solid #e7e7e7;
  border-radius: 40px; }
  .component.toggle .btn-switch .btn-switch-circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border-radius: 40px; }

.component.toggle .btn-switch--on {
  background-color: #D7006C;
  border: 2px solid #D7006C; }
  .component.toggle .btn-switch--on .btn-switch-circle--on {
    left: auto;
    right: 0; }

div.select-date-modal div.uib-daypicker {
  display: flex;
  justify-content: center; }
  div.select-date-modal div.uib-daypicker button.active span.text-info {
    color: white; }

.hours-minutes-selector-modal input {
  width: 10%;
  margin-top: 20px; }

.hours-minutes-selector-modal .minutes {
  margin-left: 10px; }

.hours-minutes-selector-modal .hours {
  margin-right: 10px; }

.new-feature-notification-modal .customer-profile-notification-template img {
  width: 100%;
  border: 1px solid silver; }

.component.completion-outer-wrapper .completion-wrapper {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden; }

.component.completion-outer-wrapper .completion {
  height: 20px;
  background-color: #4caf50;
  text-align: center;
  line-height: 20px;
  color: white; }

.component.print-bill-view table.invoice-summary td:first-child, .component.print-bill-view table.invoice-summary td:last-child {
  text-align: right; }

.component.print-bill-view table.invoice-summary td:first-child {
  padding-right: 50px; }

@media print {
  .component.print-bill-view {
    width: 960px;
    font-family: Arial;
    position: relative;
    margin: 0 auto;
    color: black !important;
    font-size: 44px; }
    .component.print-bill-view .font-weight-600 {
      font-weight: 400; }
    .component.print-bill-view div.address .name {
      font-size: 70px; }
    .component.print-bill-view div.address .line-1, .component.print-bill-view div.address .line-2, .component.print-bill-view div.address .line-3 {
      font-size: 39px; }
    .component.print-bill-view i.fa, .component.print-bill-view i.fi {
      display: none; }
    .component.print-bill-view table thead th {
      font-weight: 400; }
    .component.print-bill-view table.customer-info td:first-child {
      width: 459px; }
    .component.print-bill-view table.bill-items th:first-child, .component.print-bill-view table.bill-items td:first-child {
      display: none; }
    .component.print-bill-view table.bill-items thead th, .component.print-bill-view table.bill-items tbody td, .component.print-bill-view table.bill-items tfoot td {
      border-top: none; }
    .component.print-bill-view table.bill-items tfoot, .component.print-bill-view table.bill-items thead {
      border-top: solid 1px black;
      border-bottom: solid 1px black; } }

div.print-bill-custom-template-modal .treasure-overlay-spinner-content {
  min-height: 200px; }

div.print-bill-custom-template-modal div.modal-body {
  padding: 15px;
  font-size: 1rem; }

@media print {
  div.print-bill-custom-template-modal div.modal-body {
    width: 960px;
    font-family: Arial;
    position: relative;
    margin: 0 auto;
    color: black !important;
    font-size: 3rem; } }

.page.login {
  display: flex;
  flex-direction: column;
  padding-top: 70px;
  align-items: center;
  position: relative;
  min-height: 100%;
  /* Animation Keyframes */
  /* Login Form */
  /* Form */
  /* Inputs */
  /* Submit Button */ }
  .page.login .default-page {
    display: none; }

@keyframes scale_header {
  0% {
    max-height: 0px;
    margin-bottom: 0px;
    opacity: 0; }
  100% {
    max-height: 117px;
    margin-bottom: 25px;
    opacity: 1; } }

@keyframes input_opacity {
  0% {
    transform: translateY(-10px);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }

@keyframes text_opacity {
  0% {
    color: transparent; } }

@keyframes error_before {
  0% {
    height: 5px;
    background: rgba(0, 0, 0, 0.156);
    color: transparent; }
  10% {
    height: 117px;
    background: #FFFFFF;
    color: #C62828; }
  90% {
    height: 117px;
    background: #FFFFFF;
    color: #C62828; }
  100% {
    height: 5px;
    background: rgba(0, 0, 0, 0.156);
    color: transparent; } }
  .page.login .login-container {
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 340px;
    height: auto;
    padding: 5px;
    box-sizing: border-box; }
    .page.login .login-container > section {
      box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.3); }
  .page.login .login-container p {
    align-self: flex-start;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.5); }
  .page.login .login-container p a {
    color: rgba(0, 0, 0, 0.4); }
  .page.login .login {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    border-radius: 3px;
    background: #FAFAFA;
    overflow: hidden;
    animation: input_opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
  .page.login .login > header {
    position: relative;
    padding: 10px;
    margin: -10px -10px 25px -10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #D7006C;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    color: #FAFAFA;
    animation: scale_header 0.6s cubic-bezier(0.55, 0, 0.1, 1), text_opacity 1s cubic-bezier(0.55, 0, 0.1, 1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2); }
  .page.login .login > header:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 5px;
    padding: 10px;
    margin: -10px 0 0px -10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.156);
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    color: transparent;
    z-index: 5; }
  .page.login .login.error_1 > header:before,
  .page.login .login.error_2 > header:before {
    animation: error_before 3s cubic-bezier(0.55, 0, 0.1, 1); }
  .page.login .login.error_1 > header:before {
    content: 'Invalid username or password!'; }
  .page.login .login.error_2 > header:before {
    content: 'Invalid or expired Token!'; }
  .page.login .login > header h2 {
    margin: 50px 0 10px 0; }
  .page.login .login > header h4 {
    font-size: 0.7em;
    animation: text_opacity 1.5s cubic-bezier(0.55, 0, 0.1, 1);
    color: #fafafa; }
  .page.login .login-form {
    padding: 15px;
    box-sizing: border-box; }
  .page.login .login-input {
    position: relative;
    width: 100%;
    padding: 10px 5px;
    margin: 0 0 25px 0;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background: transparent !important;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    opacity: 1;
    animation: input_opacity 0.8s cubic-bezier(0.55, 0, 0.1, 1);
    transition: border-bottom 0.2s cubic-bezier(0.55, 0, 0.1, 1); }
  .page.login .login-input:focus {
    outline: none;
    border-bottom: 2px solid #D7006C !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important; }
  .page.login .submit-container {
    padding: 10px;
    margin: 0px -25px -25px -25px; }
    .page.login .submit-container img {
      width: 100px;
      height: 70px; }
  .page.login .powered-by-container {
    display: flex;
    flex-direction: row;
    position: relative;
    border-top: 1px solid rgba(111, 111, 111, 0.1);
    justify-content: center;
    margin: 35px -25px -25px -25px; }
    .page.login .powered-by-container div {
      display: inline-block;
      padding: 10px;
      display: inline-block;
      padding: 11px;
      font-size: 13px; }
      .page.login .powered-by-container div span {
        font-weight: 600; }

.component.face-employee-attendance .face-container video {
  border-radius: 10px; }

.page.customers-customer {
  margin-top: 1rem; }

.page.customers-customers .panel.create-customer .input-group {
  margin-bottom: .8rem; }

.page.customers-customers span.customer-search {
  text-align: center;
  background-color: white;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 10px;
  border: solid 1px silver; }

.page.customers-customers .component.customer-selector {
  display: none; }

.component.create-customer .lovelace-toggle-button.btn-group {
  padding: 3px;
  background: #f3f3f4;
  border-radius: 14px;
  border: solid 1px #d7d7d7; }
  .component.create-customer .lovelace-toggle-button.btn-group label {
    display: inline-block;
    max-width: 100%;
    font-weight: 600; }
  .component.create-customer .lovelace-toggle-button.btn-group .btn {
    border: 1px solid transparent;
    box-shadow: none;
    align-items: center;
    align-self: center;
    padding: 2px 6px;
    border-radius: 16px; }
    .component.create-customer .lovelace-toggle-button.btn-group .btn.active {
      background: #D7006C;
      color: white;
      border: 1px solid transparent;
      box-shadow: none; }

.component.create-customer .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.component.create-customer .lovelace-checkbox:hover {
  background: #9faab7; }

.component.create-customer .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.component.create-customer .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.component.create-customer div.gender .btn {
  min-width: 70px; }

.component.create-customer div.section-header {
  font-size: 0.8125rem;
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 600;
  margin-bottom: 5px; }

.component.create-customer textarea {
  min-height: 5rem; }

.component.create-customer p.input-group, .component.create-customer div.address-section, .component.create-customer div.component.birthday-picker, .component.create-customer .component.customer-spa-pack-otp-selector, .component.create-customer .component.customer-wallet-redemption-otp-selector, .component.create-customer .component.customer-membership-credits-otp-selector {
  max-width: 15rem; }

.component.create-customer div.component.birthday-picker select {
  padding-left: 2px !important; }

.component.create-customer ul.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0; }

.component.create-customer ul.dropdown-menu li {
  font-size: 0.8125rem;
  padding: 5px;
  cursor: pointer;
  color: #464646; }
  .component.create-customer ul.dropdown-menu li:hover {
    background: #e8e8e8; }
  .component.create-customer ul.dropdown-menu li.divider {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px; }

.component.create-customer .fi.flaticon-id-card {
  margin-top: 3px; }

.component.create-customer a.dropdown-toggle.btn-primary {
  border-color: #D7006C;
  background-color: #D7006C; }

.component.create-customer ul.nav-tabs {
  display: inline-block;
  margin-top: -15px; }
  .component.create-customer ul.nav-tabs li.active a {
    border: transparent;
    border-bottom: solid 3px #D7006C; }

.component.create-customer div.tab-content {
  margin-top: 20px; }

.component.customer-view-overview .component.no-resources .no-resources {
  margin-top: 0;
  margin-bottom: 0; }
  .component.customer-view-overview .component.no-resources .no-resources div.title {
    font-size: 1.4rem; }

.component.customer-view-overview .card-number {
  display: flex;
  align-items: center;
  font-size: 1.25rem; }

.component.customer-view-overview .col-1 .row-1 .panel.profile .icon {
  font-size: 4rem;
  font-weight: 300; }

.component.customer-view-overview .col-1 .row-1 .panel.occasions .content {
  padding: 8px; }
  .component.customer-view-overview .col-1 .row-1 .panel.occasions .content .birthday .icon, .component.customer-view-overview .col-1 .row-1 .panel.occasions .content .anniversary .icon {
    font-size: 3rem;
    font-weight: 300; }

.component.customer-view-overview .col-1 .row-1 .panel.last .content {
  text-align: center;
  font-size: 4rem;
  font-weight: 300; }

.component.customer-view-overview .col-2 .row-1 .panel {
  min-height: 175px; }
  .component.customer-view-overview .col-2 .row-1 .panel .content {
    font-size: 4rem;
    font-weight: 300; }

.component.customer-view-overview .col-2 .row-3 .panel {
  min-height: 150px; }
  .component.customer-view-overview .col-2 .row-3 .panel .content {
    font-size: 2rem;
    font-weight: 300; }
    .component.customer-view-overview .col-2 .row-3 .panel .content .icon {
      font-size: 1.8rem; }

.component.customer-selector p.input-group {
  width: 15rem; }
  .component.customer-selector p.input-group:last-child {
    margin-bottom: 0; }

.component.customer-info-panel {
  display: flex;
  margin-bottom: 1.25rem;
  border: solid 1px silver; }
  .component.customer-info-panel div.left-pane {
    padding: 0.9375rem 0; }
  .component.customer-info-panel div.loyalty-pane {
    padding: 0.9375rem; }

.component.customer-group-label {
  padding: 0rem .5rem;
  color: #464646;
  background-color: #e2e2e2;
  border-radius: 2px;
  min-width: 5rem;
  display: inline-block;
  text-align: center; }
  .component.customer-group-label.red {
    border: solid 1px #dc3545;
    color: #921925;
    background-color: white; }
  .component.customer-group-label.blue {
    border: solid 1px #1986AA;
    color: #0c4051;
    background-color: #cbecf7; }
  .component.customer-group-label.green {
    border: solid 1px #127f55;
    color: #052619;
    background-color: #9ff1d1; }
  .component.customer-group-label.yellow {
    border: solid 1px #ccac00;
    color: #665600;
    background-color: #fff7cc; }
  .component.customer-group-label.pink {
    border: solid 1px #D7006C;
    color: #710039;
    background-color: #ffd7eb; }
  .component.customer-group-label.grey {
    border: solid 1px #9BA3A0;
    color: #68716d;
    background-color: white; }
  .component.customer-group-label.purple {
    border: solid 1px #971AB3;
    color: #4c0d5a;
    background-color: #f2d3f9; }
  .component.customer-group-label.brown {
    border: solid 1px #AA7019;
    color: #51350c;
    background-color: #f7e5cb; }

.component.create-customer-group .column-1 p.input-group {
  max-width: 12rem; }

.component.create-customer-group .column-2 p.input-group {
  max-width: 8rem; }

.component.create-customer-group .column-2 .fa.fa-inr {
  min-width: 12px; }

.component.customer-groups-list table.customer-groups td:nth-child(1), .component.customer-groups-list table.customer-groups th:nth-child(1) {
  width: 15%; }

.component.customer-groups-list table.customer-groups td:nth-child(2), .component.customer-groups-list table.customer-groups th:nth-child(2) {
  width: 15%; }

.component.customer-groups-list table.customer-groups td:nth-child(3), .component.customer-groups-list table.customer-groups th:nth-child(3) {
  width: 15%; }

.component.customer-groups-list table.customer-groups td:nth-child(4), .component.customer-groups-list table.customer-groups th:nth-child(4) {
  width: 15%; }

.component.customer-groups-list table.customer-groups td:nth-child(5), .component.customer-groups-list table.customer-groups th:nth-child(5) {
  width: 10%; }

.component.customer-groups-list table.customer-groups td:nth-child(6), .component.customer-groups-list table.customer-groups th:nth-child(6) {
  width: 10%;
  text-align: center; }

.component.customer-groups-list table.customer-groups td:nth-child(7), .component.customer-groups-list table.customer-groups th:nth-child(7) {
  text-align: right;
  width: 20%; }

.component.customer-profile-wallet-view .wallet-balance {
  position: absolute;
  margin-top: 8px; }
  .component.customer-profile-wallet-view .wallet-balance .fill {
    margin-right: -3px;
    padding: 6px 10px;
    text-align: center;
    background-color: #D7006C;
    color: white; }
  .component.customer-profile-wallet-view .wallet-balance .value {
    padding: 5px 10px;
    text-align: center;
    border: solid 1px silver;
    border-left: none;
    font-weight: 600; }
  .component.customer-profile-wallet-view .wallet-balance button {
    margin-top: -5px; }

.component.customer-profile-wallet-view .wallet-transactions {
  margin-top: -10px; }
  .component.customer-profile-wallet-view .wallet-transactions .padding-right-15 {
    padding-right: 0px !important; }

.customer-search-modal.modal-body ul {
  margin: 0;
  padding: 0; }
  .customer-search-modal.modal-body ul li {
    border: solid 1px silver;
    padding: 4px 7px;
    font-size: 0.8125rem;
    margin-bottom: 0.5rem;
    cursor: pointer; }
    .customer-search-modal.modal-body ul li span.ui-select-highlight {
      background-color: yellow; }
    .customer-search-modal.modal-body ul li:hover {
      border: solid 1px grey;
      background-color: #eaeaea; }
    .customer-search-modal.modal-body ul li:focus {
      border: solid 1px grey;
      background-color: #EAEAEA;
      outline: none; }
  .customer-search-modal.modal-body ul .active {
    border: solid 1px grey;
    background-color: #eaeaea; }

.customer-search-modal.modal-body div.not-found {
  font-size: 1.2rem;
  font-family: Roboto;
  font-weight: 400;
  padding: 2rem; }

.customer-search-modal.modal-body .component.bounce-spinner {
  margin-top: 10px; }

.customer-search-modal.modal-body .bounce-spinner-container {
  margin: 0px auto;
  width: 12px;
  height: 12px;
  top: 2px;
  display: inline-block; }

.customer-search-modal.modal-body .customer-branch {
  padding: 0rem .5rem; }

.page.customers-view {
  margin-top: 1rem; }
  .page.customers-view .customers-view-view-container {
    background-color: white;
    padding: 1.25rem;
    width: 100%;
    min-height: 5rem; }
  .page.customers-view .customer-showing-view .component.customer-selector {
    display: none; }
  .page.customers-view .customer-search-icon {
    font-size: 4rem; }
  .page.customers-view span.viewing1 {
    position: absolute;
    right: 0.9375rem;
    margin-top: -50px;
    text-align: center;
    background-color: #1986AA;
    padding: 5px 8px;
    border-radius: 3px;
    color: white;
    font-weight: 600; }
  .page.customers-view .customer-selector-section .component.customer-selector {
    width: 400px;
    position: absolute;
    right: 0;
    display: flex; }
    .page.customers-view .customer-selector-section .component.customer-selector p.input-group {
      width: 180px;
      margin-top: 0.3rem; }
      .page.customers-view .customer-selector-section .component.customer-selector p.input-group:first-child {
        margin-right: 0.5rem; }
  .page.customers-view div.panel.customer-search div.component.customer-selector {
    width: 250px; }

.page.customers-view-analytics {
  margin: -1.25rem; }
  .page.customers-view-analytics .panel {
    border: solid 1px #e9e9e9;
    border-radius: 3px; }
    .page.customers-view-analytics .panel .title, .page.customers-view-analytics .panel .content {
      padding-left: 10px;
      padding-right: 10px; }
    .page.customers-view-analytics .panel .title {
      background: #f7f7f7 !important; }
    .page.customers-view-analytics .panel .component.no-resources .title {
      background: white !important; }
  .page.customers-view-analytics .component.monthly-data-bar-chart {
    width: 100%; }
  .page.customers-view-analytics .component.service-analaytics #service-analytics-doughnut-chart-wrapper {
    height: 280px; }

.page.customer-view-overview .component.customer-view-overview {
  margin: -1.25rem; }

.page.customer-view-overview .panel {
  margin-bottom: 0; }

.page.customer-view-overview .panel {
  border: solid 1px #e9e9e9;
  border-radius: 3px; }
  .page.customer-view-overview .panel .title, .page.customer-view-overview .panel .content {
    padding-left: 10px;
    padding-right: 10px; }
  .page.customer-view-overview .panel .title {
    background: #f7f7f7 !important; }
  .page.customer-view-overview .panel .component.no-resources .title {
    background: white !important; }

.page.customer-view-bills .component.bill-history {
  border-top: none;
  margin-top: -58px;
  background: transparent; }
  .page.customer-view-bills .component.bill-history .bills-type {
    padding-right: 0 !important;
    min-height: 34px; }
  .page.customer-view-bills .component.bill-history .content.panel-content {
    margin-left: -15px;
    margin-right: -15px;
    border-top: none; }

.page.customers-view-prepaid-pack .component.bill-history {
  border-top: none;
  margin-top: -58px;
  background: transparent; }
  .page.customers-view-prepaid-pack .component.bill-history .bills-type {
    padding-right: 0 !important;
    min-height: 34px; }
  .page.customers-view-prepaid-pack .component.bill-history .content.panel-content {
    margin-left: -15px;
    margin-right: -15px;
    border-top: none; }

.page.customers-view-notes button.create-note {
  margin-right: 8px; }

.page.customers-view-notes .title .heading {
  margin-left: 8px; }

.component.customer-profile .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.component.customer-profile .lovelace-checkbox:hover {
  background: #9faab7; }

.component.customer-profile .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.component.customer-profile .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.component.customer-profile div.div-header {
  font-weight: 600;
  color: #D7006C; }

.component.customer-profile div.half-border {
  height: 1px;
  width: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-bottom: solid 2px #D7006C; }

.component.customer-profile table.customer-info {
  width: inherit; }
  .component.customer-profile table.customer-info tbody td, .component.customer-profile table.customer-info th {
    border-bottom: none;
    border-top: none;
    padding: 5px; }

.component.customer-profile textarea {
  min-height: 5rem; }

.component.customer-profile p, .component.customer-profile div.address-section, .component.customer-profile div.birthday {
  max-width: 15rem; }

.component.customer-profile div.birthday select {
  padding-left: 2px; }

.component.customer-profile .component.customer-spa-pack-otp-selector, .component.customer-profile .component.customer-wallet-redemption-otp-selector, .component.customer-profile .component.customer-membership-credits-otp-selector {
  width: 50%; }

.component.bill-customer-view {
  border: solid 1px #e7eaec;
  padding: 10px;
  background-color: #F3F3F4 !important; }
  .component.bill-customer-view .customer-name {
    font-size: 1.2rem; }
  .component.bill-customer-view .component.customer-group-label {
    margin-top: 10px; }
  .component.bill-customer-view table.info td {
    padding: 0.3rem; }
  .component.bill-customer-view .membership {
    display: inline-block;
    border-bottom: 1px solid #D7006C;
    margin-bottom: 10px; }
  .component.bill-customer-view .select-new-customer:hover {
    text-decoration: underline;
    cursor: pointer; }
  .component.bill-customer-view .balance-due-section .section-label {
    padding-bottom: 3px;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 25px; }

.component.simple-customer-view .customer-info {
  padding: 1rem 0.5rem;
  border: solid 1px silver;
  background-color: #f1f1f1;
  border-radius: 2px;
  min-height: 100px; }
  .component.simple-customer-view .customer-info .customer-name {
    font-size: 1.2rem; }
  .component.simple-customer-view .customer-info .component.customer-group-label {
    margin-top: 10px; }

.component.simple-customer-view .membership {
  display: inline-block;
  border-bottom: 1px solid #D7006C;
  margin-bottom: 10px; }

.component.simple-customer-view button.close-customer {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.6;
  margin-top: -14px; }

.component.simple-customer-view-2 .customer-info {
  padding: 1rem 0.5rem;
  border: solid 1px silver;
  background-color: #f1f1f1;
  border-radius: 2px;
  min-height: 100px; }
  .component.simple-customer-view-2 .customer-info .customer-name {
    font-size: 1.2rem; }
  .component.simple-customer-view-2 .customer-info .component.customer-group-label {
    margin-top: 10px; }

.component.simple-customer-view-2 .section-label {
  border-bottom: solid 1px #464646; }

.component.simple-customer-view-2 .treasure-overlay-spinner-container {
  opacity: 1 !important;
  background: #f1f1f1 !important; }

.component.simple-customer-view-2 .products .section-label {
  display: inline-block;
  background-color: white;
  padding: 2px 8px;
  padding-bottom: 2px;
  border-radius: 25px;
  border: solid 1px silver; }
  .component.simple-customer-view-2 .products .section-label .flaticon-id-card {
    display: inline-block;
    position: relative;
    top: 3px; }

.component.simple-customer-view-2 .balance-due-section .section-label {
  border: none;
  padding-bottom: 3px;
  padding-top: 2px; }

.component.simple-customer-view-2 .customer-since .cursor-help {
  border-bottom: dotted 1px #464646; }

.component.simple-customer-view-2 button.close-customer {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.6;
  margin-top: -14px; }

.customer-card-detected-modal .card-number {
  text-align: center; }

.customer-card-detected-modal .link-message {
  text-align: center; }
  .customer-card-detected-modal .link-message .component.lovelace-spinner .spinner .md {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }

.link-customer-card-modal .card-number {
  text-align: center; }

.link-customer-card-modal .component.customer-selector p.input-group {
  margin-left: auto;
  margin-right: auto; }

div.customer-already-exists-modal .btn.create {
  font-weight: 400 !important; }

.customer-profile-modal .customer-profile-uiview .component.customer-view-overview {
  margin: -15px; }

.customer-profile-modal ul > li:hover {
  cursor: pointer; }

.customer-profile-modal button.btn.btn-default {
  float: right; }

.customer-profile-modal .panel.lovelace-panel-apple.component.bill-history {
  margin-top: 10px; }

.customer-profile-modal .page.customers-view-analytics {
  margin: 0px; }

.customer-profile-modal .modal-body {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; }
  .customer-profile-modal .modal-body .panel {
    border: solid 1px #e9e9e9;
    border-radius: 3px; }
    .customer-profile-modal .modal-body .panel .title, .customer-profile-modal .modal-body .panel .content {
      padding-left: 10px;
      padding-right: 10px; }
    .customer-profile-modal .modal-body .panel .title {
      background: #f7f7f7 !important; }
    .customer-profile-modal .modal-body .panel .component.no-resources .title {
      background: white !important; }

.customer-profile-modal .modal-header {
  padding: 0px; }

.customer-profile-modal .panel-navbar {
  border: none; }

.customer-profile-modal button.close {
  padding: 12px; }

.customer-profile-modal .customer-profile-uiview {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px; }

.customer-profile-modal .customer-profile-modal .customer-profile-uiview {
  margin: 0px; }

.customer-profile-modal .modal-footer {
  padding: 5px;
  padding-right: 30px; }

.page.downloads-bills table td:first-child {
  width: 15rem; }

.page.downloads-bills .panel.daywise table td {
  vertical-align: middle; }
  .page.downloads-bills .panel.daywise table td .component.date-selector .justify-content-flex-end {
    justify-content: flex-start !important; }

.page.downloads-bills div.employeeswise .component.employee-selector .form-control, .page.downloads-bills div.employeeswise .component.bill-type-selector {
  width: inherit; }

.page.downloads-bills div.employeeswise table thead tr th:first-child, .page.downloads-bills div.employeeswise table tbody tr td:first-child {
  padding-left: 0; }

.page.downloads-bills div.employeeswise table tbody tr td {
  border: none; }

.page.downloads-bills div.employeeswise table td:nth-child(3) {
  width: 200px; }

.page.downloads-customers table {
  width: inherit; }
  .page.downloads-customers table thead tr th:first-child, .page.downloads-customers table tbody tr td:first-child {
    padding-left: 0; }
  .page.downloads-customers table tbody tr td {
    border: none; }

.component.payment-dashboard-summary div.cell {
  height: 2rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  justify-content: flex-end; }
  .component.payment-dashboard-summary div.cell i.currency-rupee {
    color: #D7006C;
    margin-right: 2px; }
  .component.payment-dashboard-summary div.cell.header {
    background-color: white !important;
    border-top: none;
    height: 2.2rem; }
  .component.payment-dashboard-summary div.cell.header, .component.payment-dashboard-summary div.cell.footer {
    font-weight: 600; }

.component.payment-dashboard-summary div.billing-type div.cell {
  justify-content: flex-start;
  padding-right: 3rem; }

.component.payment-dashboard-summary div.payment-modes div.cell, .component.payment-dashboard-summary div.grand-total div.cell {
  padding-left: 2rem;
  text-align: right; }

.component.payment-dashboard-summary div.billing-type div:nth-of-type(even), .component.payment-dashboard-summary div.payment-modes div:nth-of-type(even), .component.payment-dashboard-summary div.grand-total div:nth-of-type(even) {
  background-color: #f9f9f9; }

.component.payment-dashboard-summary div.grand-total div.cell {
  padding-right: 0.5rem; }

.component.dashboard-income-summary table {
  width: 100%;
  max-width: 250px; }

.page.dashboard-overview .component.dashboard-income-summary, .page.dashboard-overview .daily-revenue-snapshot {
  height: calc(100% - 20px); }

.page.dashboard-overview .component.widget-customer-occassions .occasions-button {
  overflow: visible;
  text-overflow: ellipsis;
  white-space: wrap; }

.page.dashboard-overview .revenue-panels .panel .content {
  min-height: 70px; }

.page.dashboard-overview .date-selector-section .component.date-selector {
  pointer-events: all; }
  .page.dashboard-overview .date-selector-section .component.date-selector .input-group.date-selector > input {
    background-color: white; }

.page.dashboard-overview .date-selector-section .spinner-container.ng-hide {
  animation-duration: 0.3s; }

.page.dashboard-overview .margin-top-0 {
  margin-top: 0 !important; }

.page.dashboard-overview .revenue-panels .panel .content {
  font-size: 1.875rem;
  font-weight: 300; }
  .page.dashboard-overview .revenue-panels .panel .content i {
    margin-right: .5rem;
    font-size: 1.6rem;
    color: #D7006C; }

.page.dashboard-overview .product-stock {
  height: calc(100% - 40px); }

.page.dashboard-overview .birthday-and-anniversary {
  height: calc(100% - 40px); }

.page.dashboard-overview .irregular-customers {
  height: calc(100% - 40px); }
  .page.dashboard-overview .irregular-customers table {
    width: 100%; }

.page.dashboard-overview #growth-bar-chart-wrapper {
  position: relative;
  width: 350px;
  height: 195px; }

.page.dashboard-overview #growth-line-chart-wrapper {
  position: relative;
  height: 400px; }

.page.dashboard-overview table.day-revenue-summary td, .page.dashboard-overview table.day-revenue-summary th {
  text-align: right; }
  .page.dashboard-overview table.day-revenue-summary td:first-child, .page.dashboard-overview table.day-revenue-summary th:first-child {
    text-align: left; }

.page.dashboard-overview table.day-revenue-summary tfoot td {
  font-weight: 600; }

.page.dashboard-analytics .component.reminder-list {
  margin-top: 2.1rem; }

.page.dashboard-analytics #attendance-chart-wrapper {
  width: 200px; }

.page.dashboard-analytics .popover, .page.dashboard-analytics .popover .popover-content {
  max-width: 100%; }

.page.dashboard-analytics .todays-income {
  font-size: 22px;
  font-weight: 700; }

.page.dashboard-analytics .footfall-chart-section {
  margin-left: -30px; }
  .page.dashboard-analytics .footfall-chart-section .ct-series-a .ct-line,
  .page.dashboard-analytics .footfall-chart-section .ct-series-a .ct-point {
    stroke: #D7006C; }
  .page.dashboard-analytics .footfall-chart-section .ct-line {
    stroke-width: 2px; }
  .page.dashboard-analytics .footfall-chart-section .ct-point {
    stroke-width: 6px; }

.page.dashboard-analytics div.half-border {
  height: 1px;
  width: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-bottom: solid 2px #D7006C; }

.page.dashboard-analytics section.support .fa-phone, .page.dashboard-analytics section.support .fa-envelope {
  font-size: 20px;
  width: 22px; }

.page.dashboard-analytics .user-actions button {
  padding-left: 0;
  font-weight: 600 !important;
  color: #464646; }
  .page.dashboard-analytics .user-actions button i.fa {
    color: #D7006C;
    font-size: 14px;
    padding-right: 5px;
    width: 20px; }

.page.dashboard-analytics div.branch > span {
  padding: 3px 7px;
  background-color: #e7e7e7;
  border-radius: 4px; }

.page.dashboard-analytics .component.dashboard-customer-visits-stats table td:first-child {
  padding-right: 20px; }

.page.dashboard-analytics .component.dashboard-customer-visits-stats table td:nth-child(2), .page.dashboard-analytics .component.dashboard-customer-visits-stats table td:nth-child(3) {
  text-align: center; }

.page.dashboard-analytics .component.dashboard-customer-visits-stats table tr.border-top td {
  border-top: dotted 2px silver !important; }

.page.dashboard-dashboard .panel-navbar.dashboard-navbar {
  justify-content: space-between;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  background: #e7e7e7;
  margin-bottom: 1rem; }
  .page.dashboard-dashboard .panel-navbar.dashboard-navbar li a {
    padding-top: 3px;
    padding-bottom: 3px; }
    .page.dashboard-dashboard .panel-navbar.dashboard-navbar li a:focus {
      background: #d5d5d5 !important; }
  .page.dashboard-dashboard .panel-navbar.dashboard-navbar li a.active {
    background: #d5d5d5;
    border-bottom: solid 3px transparent; }
  .page.dashboard-dashboard .panel-navbar.dashboard-navbar .user-dropdown-section {
    margin-right: 0; }
    .page.dashboard-dashboard .panel-navbar.dashboard-navbar .user-dropdown-section li a {
      color: #464646; }
      .page.dashboard-dashboard .panel-navbar.dashboard-navbar .user-dropdown-section li a:hover, .page.dashboard-dashboard .panel-navbar.dashboard-navbar .user-dropdown-section li a:focus {
        background: #d5d5d5 !important; }

.page.dashboard-dashboard .panel {
  border: solid 1px #e9e9e9;
  border-radius: 3px; }
  .page.dashboard-dashboard .panel .title, .page.dashboard-dashboard .panel .content {
    padding-left: 10px;
    padding-right: 10px; }
  .page.dashboard-dashboard .panel .title {
    background: #f7f7f7 !important; }
  .page.dashboard-dashboard .panel .component.no-resources .title {
    background: white !important; }

.page.dashboard-dashboard .panel .component.widget-customer-occassions .content {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.page.dashboard-dashboard .dashboard-ui-view-container .page-title {
  font-size: 22px; }

.page.dashboard-employee .date-selector-section {
  margin-top: -3rem; }
  .page.dashboard-employee .date-selector-section .spinner-container.ng-hide {
    animation-duration: 0.3s; }

.page.dashboard-employee div.grid {
  justify-content: flex-end; }
  .page.dashboard-employee div.grid table {
    width: inherit; }
    .page.dashboard-employee div.grid table td:first-child, .page.dashboard-employee div.grid table th:first-child {
      padding-left: 1rem;
      padding-right: 1rem; }
    .page.dashboard-employee div.grid table td:last-child {
      padding-top: 10px; }

.page.dashboard-employee .date-selector-section div {
  pointer-events: all; }

.page.dashboard-employee .date-selector-section .component.date-selector .input-group.date-selector > input {
  background-color: white; }

.page.dashboard-employee .date-selector-section .spinner-container.ng-hide {
  animation-duration: 0.3s; }

.page.dashboard-employee .margin-top-0 {
  margin-top: 0 !important; }

.page.dashboard-employee .star-performers .panel .content {
  font-weight: 300; }
  .page.dashboard-employee .star-performers .panel .content i.trophy {
    font-size: 3.5rem;
    color: #D7006C; }
  .page.dashboard-employee .star-performers .panel .content .performer table {
    width: 100%;
    min-height: 2rem;
    table-layout: fixed; }
  .page.dashboard-employee .star-performers .panel .content .performer .name {
    font-size: 1.5rem;
    font-weight: 300;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    overflow: hidden; }
  .page.dashboard-employee .star-performers .panel .content .performer .sales {
    font-weight: 400; }
  .page.dashboard-employee .star-performers .panel .content .performer span.label {
    line-height: inherit;
    font-size: .6785rem;
    padding: .1875rem .5rem;
    color: white;
    border-radius: .1875rem;
    font-weight: 500;
    margin-top: .5rem;
    display: inline-block; }

.page.dashboard-employee .employee-total-sales-list .panel {
  width: 100%; }

.page.dashboard-employee #employee-performance-doughnut-chart-wrapper {
  width: 400px;
  position: relative;
  height: 200px; }

.page.dashboard-employee #sales-line-chart-wrapper {
  position: relative;
  height: 400px; }

.page.dashboard-employee table tfoot td {
  font-weight: 600; }

.page.dashboard-cashregistry .component.expense-list {
  margin-top: 2.1rem; }

.page.dashboard-attendance .component.dashboard-attendance-mark-attendance .panel .content {
  font-size: 1.875rem;
  font-weight: 300;
  text-align: center;
  min-height: 70px; }

.page.dashboard-attendance .component.dashboard-attendance-mark-attendance .panel .employee {
  background-color: #D7006C !important;
  color: #ffffff; }

.page.dashboard-attendance .component.dashboard-attendance-mark-attendance .panel .present-employee {
  background-color: #127f55 !important;
  color: #ffffff; }

.page.dashboard-attendance .component.dashboard-attendance-mark-attendance .panel .absent-employee {
  background-color: #dc3545 !important;
  color: #ffffff; }

.page.dashboard-attendance .component.dashboard-attendance-mark-attendance .panel .late-employee {
  background-color: #DE8B29 !important;
  color: #ffffff; }

.page.dashboard-expense .component.expense-list {
  margin-top: 2.1rem; }

.page.dashboard-reminders .component.reminder-list {
  margin-top: 2.1rem; }

.page.dashboard-packages .date-selector-section {
  margin-top: -3rem; }
  .page.dashboard-packages .date-selector-section .spinner-container.ng-hide {
    animation-duration: 0.3s; }

.page.dashboard-packages .panel {
  border: solid 1px #e9e9e9;
  border-radius: 3px; }
  .page.dashboard-packages .panel .title, .page.dashboard-packages .panel .content {
    padding-left: 10px;
    padding-right: 10px; }
  .page.dashboard-packages .panel .title {
    background: #f7f7f7 !important; }
  .page.dashboard-packages .panel .component.no-resources .title {
    background: white !important; }

.page.dashboard-packages .panel .title {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 0; }

.component.dashboard-inhouse-inventory-inventory .brand-selector {
  margin-top: -2.5rem; }

.component.dashboard-inhouse-inventory-inventory .panel.lovelace-panel-apple {
  margin-top: 2rem; }

.component.dashboard-inhouse-inventory-movement .date-selection-container {
  margin-top: -2.5rem; }

.page.dashboard-appointments .date-selector-section {
  margin-top: -2rem; }
  .page.dashboard-appointments .date-selector-section .component.date-selector {
    pointer-events: all; }
    .page.dashboard-appointments .date-selector-section .component.date-selector .input-group.date-selector > input {
      background-color: white; }
  .page.dashboard-appointments .date-selector-section .spinner-container.ng-hide {
    animation-duration: 0.3s; }

.page.dashboard-appointments .margin-top-0 {
  margin-top: 0 !important; }

.page.billing-create {
  margin-top: 1rem; }
  .page.billing-create .billing-create-container {
    background-color: white;
    border-top: solid 1px #e7eaec;
    padding-top: 1.25rem;
    width: 100%;
    min-height: 5rem; }
  .page.billing-create .drafts-link {
    z-index: 1000; }

.page.billing-create-service {
  width: 100%; }
  .page.billing-create-service .lovelace-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: solid 1px #b1b1b1;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1; }
  .page.billing-create-service .lovelace-checkbox:hover {
    background: #9faab7; }
  .page.billing-create-service .lovelace-checkbox:checked {
    border: solid 1px transparent;
    background: #D7006C; }
  .page.billing-create-service .lovelace-checkbox:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    font-family: FontAwesome;
    content: "\F00C";
    display: inline-block;
    text-align: center;
    line-height: 20px; }
  .page.billing-create-service .popover, .page.billing-create-service .popover .popover-content {
    max-width: 100%; }
  .page.billing-create-service .datetime-bill-number-selector {
    margin-top: -60px;
    margin-bottom: 30px; }
  .page.billing-create-service .content {
    border: 0 !important; }
  .page.billing-create-service .component.customer-selector p.input-group {
    width: 15rem; }
  .page.billing-create-service .customer-discount-info {
    background-color: #F3F3F4 !important;
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .page.billing-create-service .customer-discount-info table tr td {
      padding-bottom: 0.5rem; }
    .page.billing-create-service .customer-discount-info table tr:first-child td {
      padding-top: 0.5rem; }
  .page.billing-create-service .bill-row-selector {
    user-select: none;
    padding: 1em 0.5em;
    padding-left: 1rem;
    border: 1px solid #e7eaec;
    border-left: solid 5px #D7006C; }
    .page.billing-create-service .bill-row-selector .menu-selector.component > div.category, .page.billing-create-service .bill-row-selector .menu-selector.component > div.service, .page.billing-create-service .bill-row-selector .menu-selector.component > div.gender, .page.billing-create-service .bill-row-selector .menu-selector.component > div.member-type {
      display: flex;
      margin-bottom: 0.5rem; }
      .page.billing-create-service .bill-row-selector .menu-selector.component > div.category:last-child, .page.billing-create-service .bill-row-selector .menu-selector.component > div.service:last-child, .page.billing-create-service .bill-row-selector .menu-selector.component > div.gender:last-child, .page.billing-create-service .bill-row-selector .menu-selector.component > div.member-type:last-child {
        margin-bottom: 0; }
      .page.billing-create-service .bill-row-selector .menu-selector.component > div.category > label, .page.billing-create-service .bill-row-selector .menu-selector.component > div.service > label, .page.billing-create-service .bill-row-selector .menu-selector.component > div.gender > label, .page.billing-create-service .bill-row-selector .menu-selector.component > div.member-type > label {
        flex: 0 0 100px; }
    .page.billing-create-service .bill-row-selector .menu-selector.component .membership.component {
      padding: 4px;
      height: 30px; }
  .page.billing-create-service .component.invoice-summary > div {
    justify-content: flex-end; }
    .page.billing-create-service .component.invoice-summary > div table td {
      padding: .1875rem .75rem;
      text-align: right;
      min-width: 6rem; }
      .page.billing-create-service .component.invoice-summary > div table td:first-child {
        text-align: left; }
      .page.billing-create-service .component.invoice-summary > div table td i {
        color: #D7006C; }
  .page.billing-create-service .component.taxes-grid .panel {
    margin-bottom: 0; }
  .page.billing-create-service .notes {
    display: inline-block;
    width: 17rem;
    border-radius: 2px;
    background-color: white;
    border: solid 1px #c1c1c1;
    padding: 10px;
    word-break: break-all; }

.page.billing-create-combo-pack ul.nav-tabs {
  display: inline-block;
  margin-top: -15px;
  margin-bottom: 15px;
  margin-left: -15px; }
  .page.billing-create-combo-pack ul.nav-tabs li.active a {
    border: transparent;
    border-bottom: solid 3px #D7006C; }

.page.billing-create-combo-pack div.tab-content {
  margin-top: 0.5rem; }

.page.billing-create-combo-pack div.component.customer-combo-packs div.services table {
  width: 100% !important; }

.page.billing-create-spa-pack ul.nav-tabs {
  display: inline-block;
  margin-top: -15px;
  margin-bottom: 15px;
  margin-left: -15px; }
  .page.billing-create-spa-pack ul.nav-tabs li.active a {
    border: transparent;
    border-bottom: solid 3px #D7006C; }

.page.billing-create-spa-pack div.tab-content {
  margin-top: 0.5rem; }
  .page.billing-create-spa-pack div.tab-content table {
    width: 350px; }
    .page.billing-create-spa-pack div.tab-content table tbody tr td {
      border-top: none; }
    .page.billing-create-spa-pack div.tab-content table td.input-box input {
      width: 75%;
      margin-left: 0.15rem; }

.page.billing-create-spa-pack div.component.spa-pack-assign p.input-group {
  width: 15rem; }

.page.billing-create-spa-pack div.component.customer-spa-packs div.services table {
  width: 100% !important; }

.page.billing-create-product .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.page.billing-create-product .lovelace-checkbox:hover {
  background: #9faab7; }

.page.billing-create-product .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.page.billing-create-product .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.page.billing-create-product .datetime-bill-number-selector {
  margin-top: -60px;
  margin-bottom: 30px; }

.page.billing-create-product .component.customer-selector p.input-group, .page.billing-create-product .employee-selector-section {
  width: 15rem; }

.page.billing-create-product .component.invoice-summary .display-flex .panel {
  width: 100%; }
  .page.billing-create-product .component.invoice-summary .display-flex .panel .panel-body table {
    width: 100%; }

.page.billing-create-product table.product-list td:nth-of-type(1) {
  width: 7%; }

.page.billing-create-product table.product-list td:nth-of-type(2) {
  width: 33%; }

.page.billing-create-product table.product-list td:nth-of-type(3) {
  width: 12%; }

.page.billing-create-product table.product-list td:nth-of-type(4) {
  width: 8%; }

.page.billing-create-product table.product-list td:nth-of-type(5) {
  width: 14%; }

.page.billing-create-product table.product-list td:nth-of-type(6) {
  width: 14%; }

.page.billing-create-product table.product-list td:nth-of-type(6) {
  width: 12%; }

.page.billing-create-product input.row_input {
  border: none;
  background: transparent;
  margin-top: 2px; }
  .page.billing-create-product input.row_input.active {
    border: solid 1px silver;
    background: white; }

.page.billing-create-product .component.invoice-summary {
  min-width: 280px; }
  .page.billing-create-product .component.invoice-summary > div {
    justify-content: flex-end; }
    .page.billing-create-product .component.invoice-summary > div table td {
      padding: .1875rem .75rem;
      text-align: right;
      min-width: 6rem; }
      .page.billing-create-product .component.invoice-summary > div table td:first-child {
        text-align: left; }
      .page.billing-create-product .component.invoice-summary > div table td i {
        color: #D7006C; }

.page.billing-create-product .component.taxes-grid .panel {
  margin-bottom: 0; }

.page.billing-drafts div.panel-content {
  padding-top: 0; }
  .page.billing-drafts div.panel-content .repeat-item.ng-leave {
    transition: 0.3s ease-out all; }
  .page.billing-drafts div.panel-content .repeat-item.ng-leave .bill-draft.component {
    transform: scale(0);
    transition: 0.3s ease-out all; }
  .page.billing-drafts div.panel-content .no-drafts {
    margin-bottom: 8rem;
    margin-top: 3rem; }
    .page.billing-drafts div.panel-content .no-drafts div.title {
      font-family: Roboto;
      font-weight: 300;
      font-size: 1.8rem;
      margin-bottom: 1rem; }
    .page.billing-drafts div.panel-content .no-drafts div.icon {
      font-size: 3.5rem;
      margin-bottom: 1rem; }

.page.billing-view .title-bill-number {
  display: flex;
  align-items: center; }

.make-payment-modal div.modal-body {
  padding-top: 0.3rem; }

.make-payment-modal ul.nav-tabs li.active a {
  border: transparent;
  border-bottom: solid 3px #D7006C; }

.make-payment-modal div.tab-content {
  margin-top: 0.5rem; }
  .make-payment-modal div.tab-content table {
    width: 350px; }
    .make-payment-modal div.tab-content table tbody tr td {
      border-top: none; }
    .make-payment-modal div.tab-content table td.input-box input {
      width: 75%;
      margin-left: 0.15rem; }

.bill-view-modal .modal-header.bill-deleted {
  background-color: #dc3545;
  color: white; }
  .bill-view-modal .modal-header.bill-deleted button.close {
    color: white;
    opacity: 1; }

.pay-view-modal .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.pay-view-modal .lovelace-checkbox:hover {
  background: #9faab7; }

.pay-view-modal .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.pay-view-modal .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.pay-view-modal .popover, .pay-view-modal .popover .popover-content {
  max-width: 100%; }

.pay-view-modal div.payment-panel div.left-pane table.table-striped > tbody > tr:nth-of-type(odd),
.pay-view-modal div.payment-panel div.left-pane table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: transparent; }

.pay-view-modal div.bill-edit-helper {
  padding: 1rem;
  border: solid 1px silver;
  margin-left: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  background-color: #f1f1f1;
  border-radius: 2px; }

.pay-view-modal div.redemptions h4 {
  display: inline-block;
  padding-bottom: 0.4rem;
  border-bottom: solid 2px #D7006C; }

.pay-view-modal div.redemptions table tfoot td {
  font-weight: 600; }

.pay-view-modal .toggle-component .toggle.btn-sm {
  min-width: 100px; }

.pay-view-modal div.taxes-invoice-summary-section {
  justify-content: flex-end; }
  .pay-view-modal div.taxes-invoice-summary-section .taxes-grid {
    margin-right: 15px; }
  .pay-view-modal div.taxes-invoice-summary-section .invoice-summary .panel-body {
    padding-right: 0; }
  .pay-view-modal div.taxes-invoice-summary-section .invoice-summary table td {
    padding: .1875rem .75rem;
    text-align: right;
    min-width: 6rem; }
    .pay-view-modal div.taxes-invoice-summary-section .invoice-summary table td:first-child {
      text-align: left; }
    .pay-view-modal div.taxes-invoice-summary-section .invoice-summary table td i {
      color: #D7006C; }

.pay-view-modal div.toolbar button {
  font-size: 0.8125rem; }

.pay-view-modal .line-through {
  text-decoration: line-through; }

.pay-view-modal-3 .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.pay-view-modal-3 .lovelace-checkbox:hover {
  background: #9faab7; }

.pay-view-modal-3 .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.pay-view-modal-3 .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.pay-view-modal-3 .popover, .pay-view-modal-3 .popover .popover-content {
  max-width: 100%; }

.pay-view-modal-3 div.wallet-balance-container {
  display: inline-flex;
  padding: 0.5rem;
  background: #e6e6e6;
  margin-bottom: 15px;
  min-width: 270px; }
  .pay-view-modal-3 div.wallet-balance-container .amount-container {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 160px; }
  .pay-view-modal-3 div.wallet-balance-container .redeem-btn-container {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.pay-view-modal-3 div.bill-edit-helper {
  padding: 0.5rem;
  border: solid 1px silver;
  margin-bottom: 1rem;
  font-weight: 600;
  background-color: #f1f1f1;
  border-radius: 2px; }

.pay-view-modal-3 div.redemptions h4 {
  display: inline-block;
  padding-bottom: 0.4rem;
  border-bottom: solid 2px #D7006C; }

.pay-view-modal-3 div.redemptions table tfoot td {
  font-weight: 600; }

.pay-view-modal-3 .toggle-component .toggle.btn-sm {
  min-width: 100px; }

.pay-view-modal-3 div.wallet-membership-redeem-section {
  flex: 0;
  min-width: 300px; }

.pay-view-modal-3 div.taxes-invoice-summary-section {
  justify-content: flex-end; }
  .pay-view-modal-3 div.taxes-invoice-summary-section .taxes-grid {
    margin-right: 15px; }
  .pay-view-modal-3 div.taxes-invoice-summary-section .component.invoice-summary .panel {
    margin-bottom: 10px; }
  .pay-view-modal-3 div.taxes-invoice-summary-section .component.invoice-summary table td {
    padding: .1875rem .75rem;
    text-align: right;
    min-width: 6rem; }
    .pay-view-modal-3 div.taxes-invoice-summary-section .component.invoice-summary table td:first-child {
      text-align: left; }
    .pay-view-modal-3 div.taxes-invoice-summary-section .component.invoice-summary table td i {
      color: #D7006C; }

.pay-view-modal-3 div.toolbar button {
  font-size: 0.8125rem; }

.pay-view-modal-3 .line-through {
  text-decoration: line-through; }

.pay-view-modal-3 div.cashback-upsell div {
  border: solid 1px #1986AA;
  color: #0c4051;
  background-color: #cbecf7;
  padding: 5px 10px;
  border-radius: 3px; }

.pay-view-modal-3 div.balance-due span.amount {
  display: flex;
  padding: 6px 12px;
  font-weight: 600;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.component.bill-view .component.flash-message > div {
  max-width: 30rem; }

.component.bill-view .customer-info table td {
  padding: .4rem; }
  .component.bill-view .customer-info table td:first-child {
    padding-right: 1rem; }
    .component.bill-view .customer-info table td:first-child i {
      color: #D7006C;
      margin-right: .2rem;
      font-size: 1rem;
      width: 1.5rem;
      text-align: center; }

.component.bill-view div.quick-actions {
  margin-top: -10px;
  margin-bottom: 10px; }
  .component.bill-view div.quick-actions i {
    display: inline-block;
    color: #D7006C;
    margin-left: 10px;
    cursor: pointer;
    padding: 3px; }
    .component.bill-view div.quick-actions i:hover {
      border-radius: 3px;
      background-color: #e0e0e0; }

.component.bill-view .success-notification {
  animation-name: zoomIn;
  animation-duration: .5s;
  animation-delay: 0s; }
  .component.bill-view .success-notification.ng-show {
    animation-name: fadeOut;
    animation-duration: .5s; }
  .component.bill-view .success-notification i.flaticon-invoice {
    font-size: 4rem; }
  .component.bill-view .success-notification span.title {
    padding-top: .5rem;
    display: inline-block;
    font-size: 1.5rem;
    padding-bottom: 0.5rem; }
  .component.bill-view .success-notification span.invoice-number {
    font-weight: 600;
    font-size: .9rem; }

.component.bill-view .invoice-info table {
  width: 100%; }
  .component.bill-view .invoice-info table tr:nth-child(2) td {
    font-weight: 600;
    padding-bottom: 1rem; }
  .component.bill-view .invoice-info table tr:nth-child(3) td {
    font-size: 1rem;
    font-weight: 600;
    color: #D7006C; }

.component.bill-view table.bill-items {
  margin-top: 1rem;
  width: 100%; }
  .component.bill-view table.bill-items td {
    padding: .5rem; }
    .component.bill-view table.bill-items td:nth-of-type(1) {
      width: 7%; }
    .component.bill-view table.bill-items td:nth-of-type(2) {
      width: 23%; }
    .component.bill-view table.bill-items td:nth-of-type(3) {
      width: 10%; }
    .component.bill-view table.bill-items td:nth-of-type(4) {
      width: 7%; }
    .component.bill-view table.bill-items td:nth-of-type(5) {
      width: 13%; }
    .component.bill-view table.bill-items td:nth-of-type(6) {
      width: 10%; }
    .component.bill-view table.bill-items td:nth-of-type(7) {
      width: 10; }
    .component.bill-view table.bill-items td:nth-of-type(8) {
      width: 10%; }
    .component.bill-view table.bill-items td:nth-of-type(9) {
      width: 10%; }
    .component.bill-view table.bill-items td i {
      color: #D7006C;
      margin-right: .5rem; }
  .component.bill-view table.bill-items thead tr th, .component.bill-view table.bill-items tbody tr td, .component.bill-view table.bill-items tfoot tr td {
    text-align: right; }
    .component.bill-view table.bill-items thead tr th:nth-of-type(2), .component.bill-view table.bill-items tbody tr td:nth-of-type(2), .component.bill-view table.bill-items tfoot tr td:nth-of-type(2) {
      text-align: left; }
    .component.bill-view table.bill-items thead tr th:nth-of-type(1), .component.bill-view table.bill-items tbody tr td:nth-of-type(1), .component.bill-view table.bill-items tfoot tr td:nth-of-type(1) {
      text-align: center; }
  .component.bill-view table.bill-items tfoot td {
    font-weight: bold; }

.component.bill-view table.bill-payments thead tr th:nth-child(2), .component.bill-view table.bill-payments tbody tr td:nth-child(2), .component.bill-view table.bill-payments tfoot tr td:nth-child(2), .component.bill-view table.bill-redemptions thead tr th:nth-child(2), .component.bill-view table.bill-redemptions tbody tr td:nth-child(2), .component.bill-view table.bill-redemptions tfoot tr td:nth-child(2) {
  text-align: right; }

.component.bill-view table.bill-payments thead tr th:nth-child(2), .component.bill-view table.bill-payments tbody tr td:nth-child(2), .component.bill-view table.bill-payments tfoot tr td:nth-child(2), .component.bill-view table.bill-redemptions thead tr th:nth-child(2), .component.bill-view table.bill-redemptions tbody tr td:nth-child(2), .component.bill-view table.bill-redemptions tfoot tr td:nth-child(2) {
  text-align: center; }

.component.bill-view .service-cashback-info {
  padding: .7rem .5rem;
  background-color: #efefef;
  border-radius: 3px; }

.component.bill-view .invoice-summary {
  justify-content: flex-end; }
  .component.bill-view .invoice-summary .panel {
    border-radius: 2px; }
    .component.bill-view .invoice-summary .panel .panel-heading {
      background-color: #efefef;
      font-weight: 600; }
    .component.bill-view .invoice-summary .panel table td {
      padding: .1875rem .75rem;
      text-align: right;
      min-width: 6rem; }
      .component.bill-view .invoice-summary .panel table td:first-child {
        text-align: left; }
      .component.bill-view .invoice-summary .panel table td i {
        color: #D7006C; }

.component.bill-view div.toolbar button {
  margin-left: 5px;
  border: solid 1px silver; }
  .component.bill-view div.toolbar button:active, .component.bill-view div.toolbar button:focus {
    outline: none;
    transform: none;
    box-shadow: none; }

.component.bill-view div.balance-due {
  display: flex;
  justify-content: flex-end; }
  .component.bill-view div.balance-due span.input-group-addon {
    background-color: #e62727;
    color: white;
    border-color: transparent; }
  .component.bill-view div.balance-due span.amount {
    display: flex;
    padding: 6px 12px;
    font-weight: 600;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

.bill-draft.component {
  display: inline-block;
  width: 17rem;
  border-radius: 2px;
  background-color: #ddd;
  padding: 10px;
  margin-right: 15px;
  margin-bottom: 1rem; }
  .bill-draft.component .icon.fi::before, .bill-draft.component .icon.glyphicon::before {
    margin-right: 0 !important; }
  .bill-draft.component .name {
    font-weight: 600; }
  .bill-draft.component .amount {
    font-weight: 600;
    margin-top: 1rem; }
  .bill-draft.component .popover, .bill-draft.component .popover .popover-content {
    max-width: 100%; }
  .bill-draft.component .action {
    margin-top: 1rem; }
  .bill-draft.component .popover table {
    font-size: .8125rem; }
  .bill-draft.component .component.bill-type {
    border-top: solid 1px silver;
    border-right: solid 1px silver;
    border-bottom: solid 1px silver; }

.bill-draft-details.component table thead th {
  font-size: .8125rem;
  color: #464646;
  font-weight: 600; }

.bill-draft-details.component table tfoot td {
  color: #464646;
  font-size: .8125rem;
  font-weight: 600; }

.component.invoice-summary .panel {
  border-radius: 2px; }
  .component.invoice-summary .panel .panel-heading {
    background-color: #D7006C;
    color: white; }

.component.set-bill-number {
  max-width: 100px; }
  .component.set-bill-number small {
    display: flex;
    height: 34px;
    align-items: center; }

.component.bill-date-selector {
  display: flex; }

.component.invoice-grid .component.employee-selector select {
  padding: 0;
  height: 22px; }

.component.invoice-grid td {
  padding: 4px;
  vertical-align: middle; }
  .component.invoice-grid td.quantity, .component.invoice-grid td.quantity input {
    max-width: 60px; }
  .component.invoice-grid td.gross-amount, .component.invoice-grid td.gross-amount input {
    max-width: 80px; }
  .component.invoice-grid td.quantity input {
    border-color: silver; }

.component.invoice-grid tbody input {
  border: solid 1px transparent;
  background: transparent; }
  .component.invoice-grid tbody input.active {
    border: solid 1px silver;
    background: white; }

.component.invoice-grid tbody div.component.discount-selector {
  justify-content: flex-end; }
  .component.invoice-grid tbody div.component.discount-selector input {
    border-color: silver;
    border-right: none; }

.component.invoice-grid tbody td.employee .ui-select-container {
  min-width: 200px; }

.component.invoice-grid tbody td.sl-no, .component.invoice-grid tbody td.net-amount {
  line-height: 28px; }

.component.invoice-grid tfoot {
  border-bottom: none; }
  .component.invoice-grid tfoot tr td {
    padding: 8px;
    font-weight: 600 !important; }
  .component.invoice-grid tfoot i {
    margin-right: 5px; }

.component.invoice-grid .table > thead > tr > th {
  border: 0; }

.component.payments-grid div.grid {
  justify-content: flex-end; }
  .component.payments-grid div.grid table {
    width: inherit; }
    .component.payments-grid div.grid table td:first-child, .component.payments-grid div.grid table th:first-child {
      padding-left: 1rem;
      padding-right: 1rem; }
    .component.payments-grid div.grid table td:last-child {
      padding-top: 10px; }

.component.payments-grid .payment-type-container {
  cursor: pointer;
  margin-right: 5px;
  border: solid 1px transparent;
  background: #e6e6e6;
  padding: 4px 6px;
  border-radius: 3px;
  margin-top: 10px;
  display: inline-block; }
  .component.payments-grid .payment-type-container:hover {
    border: solid 1px #8c8c8c; }

.component.payments-grid-2 div.grid {
  justify-content: flex-end; }
  .component.payments-grid-2 div.grid table {
    width: inherit; }
    .component.payments-grid-2 div.grid table td:first-child, .component.payments-grid-2 div.grid table th:first-child {
      padding-left: 1rem;
      padding-right: 1rem; }
    .component.payments-grid-2 div.grid table td:nth-child(2) input, .component.payments-grid-2 div.grid table th:nth-child(2) input {
      width: 80px; }
    .component.payments-grid-2 div.grid table td:nth-child(3) input, .component.payments-grid-2 div.grid table th:nth-child(3) input {
      width: 100px; }
    .component.payments-grid-2 div.grid table td:last-child {
      padding-top: 10px; }

.component.payments-grid-2 .payment-type-container {
  cursor: pointer;
  margin-right: 5px;
  border: solid 1px transparent;
  background: #e6e6e6;
  padding: 4px 6px;
  border-radius: 3px;
  margin-top: 10px;
  display: inline-block; }
  .component.payments-grid-2 .payment-type-container:hover {
    border: solid 1px #8c8c8c; }

.component.taxes-grid .panel {
  border-radius: 2px; }
  .component.taxes-grid .panel .panel-body {
    padding-top: 15px; }
    .component.taxes-grid .panel .panel-body label {
      display: block;
      line-height: 30px;
      margin-bottom: 0px; }
      .component.taxes-grid .panel .panel-body label input[type=checkbox] {
        margin-top: 0px; }
      .component.taxes-grid .panel .panel-body label span {
        font-weight: 400;
        display: inline-block;
        position: relative;
        top: -5px; }
    .component.taxes-grid .panel .panel-body .lovelace-checkbox {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      position: relative;
      right: 0;
      bottom: 0;
      left: 0;
      height: 22px;
      width: 22px;
      transition: all 0.15s ease-out 0s;
      background: #cbd1d8;
      border: solid 1px #b1b1b1;
      border-radius: 3px;
      color: #fff;
      cursor: pointer;
      font-weight: 700;
      display: inline-block;
      margin-right: 0.5rem;
      outline: none;
      position: relative;
      z-index: 1; }
    .component.taxes-grid .panel .panel-body .lovelace-checkbox:hover {
      background: #9faab7; }
    .component.taxes-grid .panel .panel-body .lovelace-checkbox:checked {
      border: solid 1px transparent;
      background: #D7006C; }
    .component.taxes-grid .panel .panel-body .lovelace-checkbox:checked::before {
      height: 20px;
      width: 20px;
      position: absolute;
      font-family: FontAwesome;
      content: "\F00C";
      display: inline-block;
      text-align: center;
      line-height: 20px; }

.component.bill-history .treasure-overlay-spinner-active .treasure-overlay-spinner-container {
  opacity: 0.6; }

.component.bill-history .component.bill-date-selector select.form-control {
  width: 10rem; }

.component.bill-history div.history-pager {
  padding-right: 0.5rem; }

.component.menu-selector label {
  margin-bottom: 0;
  margin-right: 0.5rem;
  font-size: 0.8125rem;
  display: flex;
  align-items: center; }

.component.menu-selector .lovelace-toggle-button.btn-group {
  padding: 3px;
  background: #f3f3f4;
  border-radius: 14px;
  border: solid 1px #d7d7d7; }
  .component.menu-selector .lovelace-toggle-button.btn-group label {
    display: inline-block;
    max-width: 100%;
    font-weight: 600; }
  .component.menu-selector .lovelace-toggle-button.btn-group .btn {
    border: 1px solid transparent;
    box-shadow: none;
    align-items: center;
    align-self: center;
    padding: 2px 6px;
    border-radius: 16px; }
    .component.menu-selector .lovelace-toggle-button.btn-group .btn.active {
      background: #D7006C;
      color: white;
      border: 1px solid transparent;
      box-shadow: none; }

.component.menu-selector .ui-select-container {
  width: 300px;
  font-size: 0.8125rem; }
  .component.menu-selector .ui-select-container .select2-result-label i.flaticon-rupee-indian {
    font-size: .65rem;
    color: #636363; }
  .component.menu-selector .ui-select-container .discounted-rate.percent {
    color: #AA7019; }
  .component.menu-selector .ui-select-container .discounted-rate.amount {
    color: #1986AA; }
  .component.menu-selector .ui-select-container .select2-highlighted span.rate {
    color: white; }
    .component.menu-selector .ui-select-container .select2-highlighted span.rate i.flaticon-rupee-indian {
      color: white; }
  .component.menu-selector .ui-select-container .select2-highlighted .discounted-rate {
    color: white; }

.component.menu-selector .gender .btn-group label {
  margin-right: 0; }

.component.menu-selector .gender .btn-group .btn {
  min-width: 70px; }

.component.menu-selector .quick-search {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 6px;
  padding-right: 6px; }
  .component.menu-selector .quick-search i.glyphicon:before {
    margin-right: 0; }

.component.menu-selector .membership .membership.component {
  width: 298px; }

.component.create-menu-service .left-column {
  max-width: 300px; }

.component.create-menu-service p.input-group {
  width: 80%;
  text-align: start;
  margin-bottom: 0.8rem; }

.component.create-menu-service p.humanized-duration {
  margin-top: -0.75rem;
  margin-left: 2px; }

.component.create-menu-service .membership-title {
  display: inline-block;
  border-bottom: 1px solid #D7006C;
  font-weight: 600;
  padding-bottom: 2px;
  margin-bottom: 20px; }

.component.create-menu-service .table {
  margin: auto; }
  .component.create-menu-service .table input {
    max-width: 50px;
    padding: 3px 5px;
    font-weight: normal; }

.component.create-menu-service .component.lovelace-spinner {
  display: flex;
  justify-content: center; }

.component.create-menu-service .component.discount-selector {
  width: 105px; }

.component.menu-services table.menu-services td:nth-child(3), .component.menu-services table.menu-services td:nth-child(4), .component.menu-services table.menu-services th:nth-child(3), .component.menu-services table.menu-services th:nth-child(4) {
  width: 150px;
  max-width: 150px; }

.component.menu-services table.menu-services td:last-child, .component.menu-services table.menu-services th:last-child {
  text-align: right; }

.page.menu-rate-card .panel.panel-header .component.category-selector {
  padding: 3px 6px; }

.page.menu-rate-card p.input-group {
  margin: 0 !important; }

.page.menu-rate-card .services-menu-head {
  text-align: center;
  padding: .4rem 0rem;
  font-weight: 600;
  color: white;
  background-color: #2F4050; }

.page.menu-rate-card .services-menu-body {
  font-size: .8125rem; }
  .page.menu-rate-card .services-menu-body div.category-name {
    margin: auto; }
  .page.menu-rate-card .services-menu-body > div {
    text-align: center; }
    .page.menu-rate-card .services-menu-body > div .category {
      border-bottom: solid 1px grey;
      font-weight: 600;
      background-color: #425a70;
      color: white; }
    .page.menu-rate-card .services-menu-body > div .service-row {
      padding: .4rem 0rem;
      border-top: 1px solid #e7eaec; }
      .page.menu-rate-card .services-menu-body > div .service-row:last-child {
        border-bottom: solid 1px grey; }

.page.menu-rate-card .service.flex-6 {
  margin-right: 40px; }

.page.menu-rate-card .gender.flex-3 i, .page.menu-rate-card .gender.flex-3 span {
  margin-right: 5rem; }

.page.menu-rate-card .member_rate.flex-6 {
  margin-right: 1.5rem; }

.service-search-modal.modal-body {
  padding: 10px 20px; }
  .service-search-modal.modal-body .search-results {
    max-height: 300px;
    overflow-y: scroll; }
  .service-search-modal.modal-body ul {
    margin: 0;
    padding: 0; }
    .service-search-modal.modal-body ul li {
      border: solid 1px silver;
      padding: 4px 7px;
      font-size: 0.8125rem;
      margin-right: 0.5rem;
      margin-bottom: 0.3rem;
      cursor: pointer; }
      .service-search-modal.modal-body ul li span.ui-select-highlight {
        background-color: yellow; }
      .service-search-modal.modal-body ul li:hover {
        border: solid 1px grey;
        background-color: #eaeaea; }
      .service-search-modal.modal-body ul li:focus {
        border: solid 1px grey;
        background-color: #EAEAEA;
        outline: none; }
    .service-search-modal.modal-body ul .active {
      border: solid 1px grey;
      background-color: #eaeaea; }
  .service-search-modal.modal-body div.not-found {
    font-size: 1.2rem;
    font-family: Roboto;
    font-weight: 400;
    padding: 2rem; }

.service-select-modal.modal-body {
  padding: 10px 20px; }
  .service-select-modal.modal-body .service-selector {
    user-select: none;
    padding: 1em 0.5em;
    padding-left: 1rem; }
    .service-select-modal.modal-body .service-selector .menu-selector.component > div.category, .service-select-modal.modal-body .service-selector .menu-selector.component > div.service, .service-select-modal.modal-body .service-selector .menu-selector.component > div.gender, .service-select-modal.modal-body .service-selector .menu-selector.component div.member-type {
      display: flex;
      margin-bottom: 0.5rem; }
      .service-select-modal.modal-body .service-selector .menu-selector.component > div.category:last-child, .service-select-modal.modal-body .service-selector .menu-selector.component > div.service:last-child, .service-select-modal.modal-body .service-selector .menu-selector.component > div.gender:last-child, .service-select-modal.modal-body .service-selector .menu-selector.component div.member-type:last-child {
        margin-bottom: 0; }
      .service-select-modal.modal-body .service-selector .menu-selector.component > div.category > label, .service-select-modal.modal-body .service-selector .menu-selector.component > div.service > label, .service-select-modal.modal-body .service-selector .menu-selector.component > div.gender > label, .service-select-modal.modal-body .service-selector .menu-selector.component div.member-type > label {
        flex: 0 0 100px; }

.page.menu-service .panel.panel-header .component.category-selector {
  min-height: 30px;
  padding: 3px 6px;
  height: inherit !important; }

.component.menu-category-list table td {
  overflow: inherit; }

.component.menu-category-list img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover; }

.page.prepaid-pack.assign a {
  color: #1986AA; }

.customer-prepaid-pack-view-modal .customer-info table td {
  padding: .4rem; }
  .customer-prepaid-pack-view-modal .customer-info table td:first-child {
    padding-right: 1rem; }
    .customer-prepaid-pack-view-modal .customer-info table td:first-child i {
      color: #D7006C;
      margin-right: .2rem;
      font-size: 1rem;
      width: 1.5rem;
      text-align: center; }

.customer-prepaid-pack-view-modal .success-notification {
  animation-name: zoomIn;
  animation-duration: .5s;
  animation-delay: 0s; }
  .customer-prepaid-pack-view-modal .success-notification.ng-show {
    animation-name: fadeOut;
    animation-duration: .5s; }
  .customer-prepaid-pack-view-modal .success-notification i {
    font-size: 4rem; }
  .customer-prepaid-pack-view-modal .success-notification span {
    padding-top: .5rem;
    display: inline-block;
    font-size: 1rem;
    padding-bottom: 2rem; }

.customer-prepaid-pack-view-modal .expiry-details table td {
  padding: 0.20rem; }
  .customer-prepaid-pack-view-modal .expiry-details table td:first-child {
    padding-right: 1rem;
    font-weight: 600; }

div.component.customer-prepaid-packs .customer-prepaid-pack {
  padding: 1rem;
  border: solid 1px silver;
  margin-bottom: 1rem; }
  div.component.customer-prepaid-packs .customer-prepaid-pack div.overview table {
    width: inherit;
    margin-bottom: 0; }
    div.component.customer-prepaid-packs .customer-prepaid-pack div.overview table td, div.component.customer-prepaid-packs .customer-prepaid-pack div.overview table th {
      border-top: none;
      padding: 3px 2px; }
      div.component.customer-prepaid-packs .customer-prepaid-pack div.overview table td:first-child, div.component.customer-prepaid-packs .customer-prepaid-pack div.overview table th:first-child {
        padding-right: 5px; }
      div.component.customer-prepaid-packs .customer-prepaid-pack div.overview table td span, div.component.customer-prepaid-packs .customer-prepaid-pack div.overview table th span {
        margin-left: 3px;
        display: inline-block; }

div.component.customer-prepaid-packs button.show-details {
  min-width: 7.5rem; }
  div.component.customer-prepaid-packs button.show-details i {
    transition: 0.5s;
    margin-right: 5px; }

.component.prepaid-pack-assign .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.component.prepaid-pack-assign .lovelace-checkbox:hover {
  background: #9faab7; }

.component.prepaid-pack-assign .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.component.prepaid-pack-assign .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.component.prepaid-pack-assign p.input-group {
  width: 15rem; }

.component.prepaid-pack-assign .component.prepaid-pack .pack-info {
  padding: 1rem;
  width: 20rem;
  border: solid 1px rgba(192, 192, 192, 0.72);
  background-color: #f3f3f4; }

.component.prepaid-pack-assign i.reset {
  cursor: pointer;
  margin-top: -3px; }

.component.prepaid-pack-assign .component.invoice-summary {
  width: 290px; }
  .component.prepaid-pack-assign .component.invoice-summary > div table td {
    padding: .1875rem .25rem;
    text-align: right;
    min-width: 6rem; }
    .component.prepaid-pack-assign .component.invoice-summary > div table td:first-child {
      text-align: left; }
    .component.prepaid-pack-assign .component.invoice-summary > div table td i {
      color: #D7006C; }

.component.prepaid-pack-assign .popover {
  max-width: 800px; }

.component.prepaid-pack-list table.prepaid-packs td input.form-control, .component.prepaid-pack-list table.prepaid-packs th input.form-control {
  box-shadow: none;
  transition: none; }

.component.prepaid-pack-list table.prepaid-packs td:nth-child(1), .component.prepaid-pack-list table.prepaid-packs th:nth-child(1) {
  width: 30%; }

.component.prepaid-pack-list table.prepaid-packs td:nth-child(2), .component.prepaid-pack-list table.prepaid-packs th:nth-child(2) {
  width: 15%; }

.component.prepaid-pack-list table.prepaid-packs td:nth-child(3), .component.prepaid-pack-list table.prepaid-packs th:nth-child(3) {
  width: 15%; }

.component.prepaid-pack-list table.prepaid-packs td:nth-child(4), .component.prepaid-pack-list table.prepaid-packs th:nth-child(4) {
  width: 15%; }

.component.prepaid-pack-list table.prepaid-packs td:nth-child(5), .component.prepaid-pack-list table.prepaid-packs th:nth-child(5) {
  width: 25%; }

.page.retail-inventory-brand .panel.create-brand .input-group {
  margin-bottom: .8rem; }

.component.retail-inventory-products-list table td {
  overflow: inherit; }

.component.retail-inventory-products-list table td.highlight {
  font-weight: 600; }

.component.ri-stock-change-type-label {
  min-width: 60px; }

.page.retail-inventory-products .panel.panel-header .component.retail-inventory-brand-selector {
  min-height: 30px;
  padding: 3px 6px;
  height: inherit !important; }

.component.retail-inventory-suppliers-list table.suppliers-list td:nth-child(1), .component.retail-inventory-suppliers-list table.suppliers-list th:nth-child(1) {
  width: 20%; }

.component.retail-inventory-suppliers-list table.suppliers-list td:nth-child(2), .component.retail-inventory-suppliers-list table.suppliers-list th:nth-child(2) {
  width: 15%; }

.component.retail-inventory-suppliers-list table.suppliers-list td:nth-child(3), .component.retail-inventory-suppliers-list table.suppliers-list th:nth-child(3) {
  width: 20%; }

.component.retail-inventory-suppliers-list table.suppliers-list td:nth-child(4), .component.retail-inventory-suppliers-list table.suppliers-list th:nth-child(4) {
  width: 20%; }

.component.retail-inventory-suppliers-list table.suppliers-list td:nth-child(5), .component.retail-inventory-suppliers-list table.suppliers-list th:nth-child(5) {
  width: 25%; }

.component.retail-inventory-suppliers-list table.suppliers-list td {
  overflow: inherit; }

.component.retail-inventory-create-supplier .input-group {
  margin-bottom: .8rem;
  width: 100%; }
  .component.retail-inventory-create-supplier .input-group textarea {
    width: 100%; }

.component.retail-inventory-create-brand .note {
  margin-top: 1rem;
  font-size: 0.75rem; }

.component.retail-inventory-create-supplier .input-group {
  margin-bottom: .8rem;
  width: 100%; }
  .component.retail-inventory-create-supplier .input-group textarea {
    width: 100%; }

.component.retail-inventory-product-selector label {
  margin-bottom: 0;
  margin-right: 0.5rem;
  font-size: 0.8125rem;
  display: flex;
  align-items: center; }

.component.retail-inventory-product-selector .product-selector {
  user-select: none;
  padding: 1em 0.5em;
  padding-left: 1rem;
  border: 1px solid #e7eaec;
  border-left: solid 5px #D7006C; }
  .component.retail-inventory-product-selector .product-selector > div.brand, .component.retail-inventory-product-selector .product-selector > div.product {
    display: flex;
    margin-bottom: 0.5rem; }
    .component.retail-inventory-product-selector .product-selector > div.brand:last-child, .component.retail-inventory-product-selector .product-selector > div.product:last-child {
      margin-bottom: 0; }
    .component.retail-inventory-product-selector .product-selector > div.brand > label, .component.retail-inventory-product-selector .product-selector > div.product > label {
      flex: 0 0 100px; }

.component.retail-inventory-product-selector .ui-select-container {
  width: 300px;
  font-size: 0.8125rem; }

.component.widget-retail-stock-low-quantity-alert .popover, .component.widget-retail-stock-low-quantity-alert .popover .popover-content {
  max-width: 100%; }

.component.widget-retail-stock-low-quantity-alert .action {
  margin-top: 1rem; }

.component.widget-retail-stock-low-quantity-alert .popover table {
  display: contents;
  font-size: .8125rem; }

.component.widget-retail-stock-low-quantity-alert li.pagination-first.ng-scope {
  display: none; }

.component.widget-retail-stock-low-quantity-alert li.pagination-last.ng-scope {
  display: none; }

.component.widget-retail-stock-low-quantity-alert-details table thead th {
  font-size: .8125rem;
  color: #464646;
  font-weight: 600; }

.component.view-product-modal .product-info table tbody td {
  border-bottom: none;
  border-top: none;
  padding: 5px; }

.component.view-product-modal .stock-history .flex-1 {
  margin-top: 40px; }

.component.view-product-modal .stock-history .table {
  margin-top: 20px; }

.component.create-combo-pack {
  max-width: 60rem; }
  .component.create-combo-pack table.services-list {
    max-width: 40rem; }
  .component.create-combo-pack .service-selector {
    user-select: none;
    padding: 1em 0.5em;
    padding-left: 1rem;
    border: 1px solid #e7eaec;
    border-left: solid 5px #D7006C; }
    .component.create-combo-pack .service-selector .menu-selector.component > div.category, .component.create-combo-pack .service-selector .menu-selector.component > div.service, .component.create-combo-pack .service-selector .menu-selector.component > div.gender, .component.create-combo-pack .service-selector .menu-selector.component div.member-type {
      display: flex;
      margin-bottom: 0.5rem; }
      .component.create-combo-pack .service-selector .menu-selector.component > div.category:last-child, .component.create-combo-pack .service-selector .menu-selector.component > div.service:last-child, .component.create-combo-pack .service-selector .menu-selector.component > div.gender:last-child, .component.create-combo-pack .service-selector .menu-selector.component div.member-type:last-child {
        margin-bottom: 0; }
      .component.create-combo-pack .service-selector .menu-selector.component > div.category > label, .component.create-combo-pack .service-selector .menu-selector.component > div.service > label, .component.create-combo-pack .service-selector .menu-selector.component > div.gender > label, .component.create-combo-pack .service-selector .menu-selector.component div.member-type > label {
        flex: 0 0 100px; }

.component.combo-packs-list table td {
  overflow: inherit; }

div.component.customer-combo-packs .customer-combo-pack {
  padding: 1rem;
  border: solid 1px silver;
  margin-bottom: 1rem; }
  div.component.customer-combo-packs .customer-combo-pack div.overview table {
    width: inherit;
    margin-bottom: 0; }
    div.component.customer-combo-packs .customer-combo-pack div.overview table td, div.component.customer-combo-packs .customer-combo-pack div.overview table th {
      border-top: none;
      padding: 3px 2px; }
      div.component.customer-combo-packs .customer-combo-pack div.overview table td:first-child, div.component.customer-combo-packs .customer-combo-pack div.overview table th:first-child {
        padding-right: 5px; }
      div.component.customer-combo-packs .customer-combo-pack div.overview table td span, div.component.customer-combo-packs .customer-combo-pack div.overview table th span {
        margin-left: 3px;
        display: inline-block; }

div.component.customer-combo-packs div.services table {
  margin-top: 1rem; }
  div.component.customer-combo-packs div.services table td, div.component.customer-combo-packs div.services table th {
    vertical-align: middle; }
    div.component.customer-combo-packs div.services table td:nth-of-type(1), div.component.customer-combo-packs div.services table th:nth-of-type(1) {
      width: 15%; }
    div.component.customer-combo-packs div.services table td:nth-of-type(2), div.component.customer-combo-packs div.services table th:nth-of-type(2) {
      width: 10%; }
    div.component.customer-combo-packs div.services table td:nth-of-type(3), div.component.customer-combo-packs div.services table th:nth-of-type(3) {
      width: 10%; }
    div.component.customer-combo-packs div.services table td:nth-of-type(4), div.component.customer-combo-packs div.services table th:nth-of-type(4) {
      width: 15%; }
    div.component.customer-combo-packs div.services table td:nth-of-type(5), div.component.customer-combo-packs div.services table th:nth-of-type(5) {
      width: 15%; }
    div.component.customer-combo-packs div.services table td:nth-of-type(6), div.component.customer-combo-packs div.services table th:nth-of-type(6) {
      width: 15%; }
    div.component.customer-combo-packs div.services table td:nth-of-type(7), div.component.customer-combo-packs div.services table th:nth-of-type(7) {
      width: 15%; }
    div.component.customer-combo-packs div.services table td:nth-of-type(3), div.component.customer-combo-packs div.services table td:nth-of-type(7), div.component.customer-combo-packs div.services table th:nth-of-type(3), div.component.customer-combo-packs div.services table th:nth-of-type(7) {
      text-align: center; }
    div.component.customer-combo-packs div.services table td.gender i, div.component.customer-combo-packs div.services table th.gender i {
      font-size: 1rem !important; }
    div.component.customer-combo-packs div.services table td span.done, div.component.customer-combo-packs div.services table th span.done {
      display: inline-block;
      margin-top: 3px;
      margin-bottom: 3px;
      width: 25px;
      height: 25px;
      line-height: 25px;
      background-color: #127f55;
      color: white;
      border-radius: 25px; }
      div.component.customer-combo-packs div.services table td span.done.hidden, div.component.customer-combo-packs div.services table th span.done.hidden {
        display: none !important; }
      div.component.customer-combo-packs div.services table td span.done i, div.component.customer-combo-packs div.services table th span.done i {
        color: white !important; }
      div.component.customer-combo-packs div.services table td span.done .fa-check, div.component.customer-combo-packs div.services table th span.done .fa-check {
        margin-left: 5px; }

div.component.customer-combo-packs button.show-details {
  min-width: 7.5rem; }
  div.component.customer-combo-packs button.show-details i {
    transition: 0.5s;
    margin-right: 5px; }

.component.combo-pack div.pack-info {
  min-width: 25rem;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline-flex;
  border: solid 1px rgba(192, 192, 192, 0.72);
  background-color: #f3f3f4; }
  .component.combo-pack div.pack-info div.pack-name {
    margin-top: 1.25rem;
    font-size: 1rem;
    margin-bottom: 1rem;
    min-width: 80px; }
  .component.combo-pack div.pack-info table.services-list {
    width: inherit; }
    .component.combo-pack div.pack-info table.services-list tbody tr td {
      border-top: none; }
    .component.combo-pack div.pack-info table.services-list tfoot {
      border-bottom: none; }
    .component.combo-pack div.pack-info table.services-list td, .component.combo-pack div.pack-info table.services-list th {
      border-top: none;
      border-bottom: none;
      padding: 0.3rem; }
      .component.combo-pack div.pack-info table.services-list td:first-child, .component.combo-pack div.pack-info table.services-list th:first-child {
        padding-right: 2.5rem; }
    .component.combo-pack div.pack-info table.services-list thead tr {
      border-bottom: dashed 1px #909090; }
    .component.combo-pack div.pack-info table.services-list tfoot tr.total-price {
      border-top: dashed 1px #909090; }
    .component.combo-pack div.pack-info table.services-list tfoot tr.package-price {
      border-bottom: dashed 1px #909090; }

.component.combo-pack table td.input-box input {
  width: 75%;
  margin-left: 0.15rem; }

.component.combo-pack .discounted-rate {
  width: 155px; }

.component.combo-pack-assign .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.component.combo-pack-assign .lovelace-checkbox:hover {
  background: #9faab7; }

.component.combo-pack-assign .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.component.combo-pack-assign .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.component.combo-pack-assign p.input-group {
  width: 15rem; }

.component.combo-pack-assign i.reset {
  cursor: pointer;
  margin-top: -3px; }

.component.combo-pack-assign .component.taxes-grid .panel {
  margin-bottom: 0; }

.component.combo-pack-assign .component.invoice-summary {
  width: 290px; }
  .component.combo-pack-assign .component.invoice-summary > div table td {
    padding: .1875rem .25rem;
    text-align: right;
    min-width: 6rem; }
    .component.combo-pack-assign .component.invoice-summary > div table td:first-child {
      text-align: left; }
    .component.combo-pack-assign .component.invoice-summary > div table td i {
      color: #D7006C; }

.component.combo-pack-assign .popover {
  max-width: 800px; }

div.component.customer-combo-pack-about-to-expire .component.go-to-state {
  margin-right: 10px; }

.component.view-combo-pack-modal table.pack-info {
  width: inherit; }
  .component.view-combo-pack-modal table.pack-info tbody td {
    border-bottom: none;
    border-top: none;
    padding: 5px; }

.customer-combo-pack-view-modal .customer-info table td {
  padding: .4rem; }
  .customer-combo-pack-view-modal .customer-info table td:first-child {
    padding-right: 1rem; }
    .customer-combo-pack-view-modal .customer-info table td:first-child i {
      color: #D7006C;
      margin-right: .2rem;
      font-size: 1rem;
      width: 1.5rem;
      text-align: center; }

.customer-combo-pack-view-modal .success-notification {
  animation-name: zoomIn;
  animation-duration: .5s;
  animation-delay: 0s; }
  .customer-combo-pack-view-modal .success-notification.ng-show {
    animation-name: fadeOut;
    animation-duration: .5s; }
  .customer-combo-pack-view-modal .success-notification i {
    font-size: 4rem; }
  .customer-combo-pack-view-modal .success-notification span {
    padding-top: .5rem;
    display: inline-block;
    font-size: 1rem;
    padding-bottom: 2rem; }

.customer-combo-pack-view-modal .expiry-details table td {
  padding: 0.20rem; }
  .customer-combo-pack-view-modal .expiry-details table td:first-child {
    padding-right: 1rem;
    font-weight: 600; }

.redeem-combo-pack-modal .modal-body .form-container {
  justify-content: center;
  flex-direction: column; }
  .redeem-combo-pack-modal .modal-body .form-container .service-name {
    font-weight: 600;
    margin-bottom: 0.5rem; }
  .redeem-combo-pack-modal .modal-body .form-container .service-cost {
    margin-bottom: 0.5rem;
    margin-right: 0.3rem; }
  .redeem-combo-pack-modal .modal-body .form-container .ui-select-container, .redeem-combo-pack-modal .modal-body .form-container textarea {
    width: 12rem; }
  .redeem-combo-pack-modal .modal-body .form-container .ui-select-container {
    text-align: left; }
  .redeem-combo-pack-modal .modal-body .form-container textarea {
    margin-top: 1rem;
    align-self: center;
    min-height: 5rem;
    padding-left: 0.4rem; }

.page.combo-pack.assign a {
  color: #1986AA; }

.page.combo-pack.redeem .component.customer-selector p.input-group {
  width: 15rem; }

.page.combo-pack.redeem i.reset {
  cursor: pointer; }

.page.combo-pack.redeem .component.bill-customer-view {
  width: 40rem; }

.page.employees-view-bills .treasure-overlay-spinner-active .treasure-overlay-spinner-container {
  opacity: 0.6; }

.page.employees-view-bills table td:nth-of-type(1) {
  width: 15%; }

.page.employees-view-bills table td:nth-of-type(2) {
  width: 15%; }

.page.employees-view-bills table td:nth-of-type(3) {
  width: 15%; }

.page.employees-view-bills table td:nth-of-type(4) {
  width: 15%; }

.page.employees-view-bills table td:nth-of-type(5) {
  width: 15%; }

.page.employees-view-bills table td:nth-of-type(6) {
  width: 25%; }

.page.employees-view-bills table td:nth-of-type(6) {
  text-align: right; }

.page.employees-view {
  margin-top: 1.25rem; }
  .page.employees-view .employees-view-container {
    background-color: white;
    padding: 20px;
    width: 100%;
    min-height: 5rem; }
  .page.employees-view .employee-selector-section {
    margin-right: 0.9375rem;
    margin-top: 0.3rem; }
  .page.employees-view div.panel.employee-search div.component.employee-selector {
    width: 250px; }

.page.employees-view-overview {
  background-color: #F3F3F4 !important;
  margin: -1.25rem; }
  .page.employees-view-overview .panel {
    margin-bottom: 0; }
  .page.employees-view-overview .font-size-4rem {
    font-size: 4rem; }
  .page.employees-view-overview .component.monthly-data-bar-chart {
    width: 100%; }
  .page.employees-view-overview table.performance-overview td {
    padding: 0.4rem; }
  .page.employees-view-overview .employee-info .icon {
    font-size: 4rem;
    font-weight: 300; }
  .page.employees-view-overview #service-analytics-doughnut-chart-wrapper {
    height: 280px; }

.modal .select-employee-modal .ui-select-container {
  min-width: 150px; }

.component.create-employee .reset {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.5rem;
  align-items: center; }

.component.create-employee .text-center {
  text-align: center;
  margin-bottom: 10px; }

.component.create-employee .circle-input {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  border: 1px solid lightgray; }

.component.create-employee .circle-input input[type="file"] {
  display: none; }

.component.create-employee .circle-input label {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  text-align: center;
  line-height: 70px;
  cursor: pointer; }

.component.create-employee div.half-border {
  height: 1px;
  width: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-bottom: solid 2px #6c6c6c; }

.component.create-employee img.logo {
  width: 70px; }

.component.create-employee .social-media i.fa {
  min-width: 1.2rem;
  font-size: 1rem; }

.component.create-employee .social-media .social-title {
  min-width: 5.5rem; }

.component.create-employee .dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 150px;
  width: 150px; }

.component.create-employee .dropzone-wrapper:hover {
  background: #ecf0f5; }

.component.create-employee .dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  top: 50px;
  font-size: 16px; }

.component.create-employee .dropzone, .component.create-employee .dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0; }

.component.create-employee div span input.change-logo1 {
  opacity: 0;
  position: absolute;
  top: 70px;
  width: 50px;
  cursor: pointer; }

.component.create-employee .video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1024;
  height: 720; }

.component.create-employee .video {
  max-width: 1024;
  max-height: 720;
  border: 5px solid #000; }

.component.create-employee .capture_button {
  position: absolute;
  top: 20px; }

.component.create-employee .close_button {
  position: absolute;
  margin-left: 200px;
  top: 20px; }

.component.create-employee .tooltip {
  opacity: 100;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.component.create-employee .tooltip button {
  display: block;
  margin: 10px 0; }

.component.create-employee .day-selector-container {
  font-family: Arial, sans-serif;
  display: flex;
  gap: 20px;
  margin-top: 20px; }

.component.create-employee .day-row {
  display: flex;
  justify-content: space-evenly; }

.component.create-employee .day-option {
  display: flex;
  align-items: center;
  font-weight: normal;
  cursor: pointer; }

.component.create-employee .active-selector option[value="0"] {
  color: #ccc; }

.component.create-employee .image-preview {
  position: relative; }

.component.create-employee .image-preview span {
  position: absolute;
  bottom: 30px; }

.component.create-employee .image-preview img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  object-fit: cover;
  object-position: center top; }

.component.create-employee .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.component.create-employee .lovelace-checkbox:hover {
  background: #9faab7; }

.component.create-employee .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.component.create-employee .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.component.employees-employees-list .sini-label.status {
  min-width: 70px; }

.component.employees-employees-list .profile-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top; }

.component.employee-selector-uis .weekly-off {
  color: #971AB3; }

.component.employee-selector-uis .on-leave {
  color: #D7006C; }

.component.employee-profile table.employee-info {
  width: inherit; }
  .component.employee-profile table.employee-info tbody th {
    border-bottom: none;
    border-top: none;
    padding: 5px; }
  .component.employee-profile table.employee-info td {
    border-bottom: none;
    border-top: none;
    padding: 5px 5px 5px 35px; }

.component.employee-active-selector {
  min-height: 30px;
  padding: 3px 6px;
  height: inherit !important; }

.page.frontdesk-calendar .panel.lovelace-panel-apple {
  margin-bottom: 0; }

.page.frontdesk-calendar .component.frontdesk-calendar .calendar-container {
  min-height: 500px; }

.page.frontdesk-calendar .date-selector-section {
  pointer-events: none;
  margin-top: -2rem; }
  .page.frontdesk-calendar .date-selector-section div {
    pointer-events: all; }
  .page.frontdesk-calendar .date-selector-section .component.date-selector .input-group.date-selector > input {
    background-color: white; }
  .page.frontdesk-calendar .date-selector-section .spinner-container.ng-hide {
    animation-duration: 0.3s; }

.page.frontdesk-calendar .margin-top-0 {
  margin-top: 0 !important; }

.component.frontdesk-calendar {
  display: block; }
  .component.frontdesk-calendar .calendar-container {
    overflow-x: scroll;
    overflow-y: scroll;
    display: block; }
    .component.frontdesk-calendar .calendar-container .calendar-header {
      width: fit-content;
      min-width: 100%;
      position: relative;
      display: flex;
      background-color: #e7e7e7;
      border-bottom: solid 3px #e7eaec;
      z-index: 1001; }
      .component.frontdesk-calendar .calendar-container .calendar-header .employee-name-list {
        position: absolute;
        line-height: 2.1875rem;
        width: 100%;
        height: 30px;
        overflow: hidden; }
      .component.frontdesk-calendar .calendar-container .calendar-header .employee-header {
        width: 160px;
        position: relative;
        background-color: white;
        text-align: center;
        display: flex;
        padding-bottom: 2px;
        align-items: center;
        justify-content: center;
        background-color: #e7e7e7; }
        .component.frontdesk-calendar .calendar-container .calendar-header .employee-header:first-child {
          width: 100px; }
    .component.frontdesk-calendar .calendar-container .calendar-body {
      margin-left: 100px;
      width: fit-content;
      position: relative;
      display: flex; }
      .component.frontdesk-calendar .calendar-container .calendar-body .time-slots {
        position: absolute;
        z-index: 1000;
        margin-left: -100px; }
        .component.frontdesk-calendar .calendar-container .calendar-body .time-slots .slot {
          background-color: white;
          width: 100px;
          height: 20px;
          padding-right: 7px;
          border-top: 1px solid #e7eaec;
          border-left: 1px solid #e7eaec;
          border-right: 1px solid #e7eaec;
          text-align: right; }
          .component.frontdesk-calendar .calendar-container .calendar-body .time-slots .slot:first-child {
            border-top: none; }
          .component.frontdesk-calendar .calendar-container .calendar-body .time-slots .slot span {
            visibility: hidden; }
          .component.frontdesk-calendar .calendar-container .calendar-body .time-slots .slot.quarter span {
            visibility: visible; }
      .component.frontdesk-calendar .calendar-container .calendar-body .on-leave {
        background-color: #9BA3A0;
        pointer-events: none;
        opacity: 0.6; }
      .component.frontdesk-calendar .calendar-container .calendar-body .weekly-off {
        background-color: #9BA3A0;
        pointer-events: none;
        opacity: 0.6; }
      .component.frontdesk-calendar .calendar-container .calendar-body .employee-timeline {
        position: relative; }
        .component.frontdesk-calendar .calendar-container .calendar-body .employee-timeline .ticket-row {
          width: fit-content;
          position: absolute;
          display: flex; }
          .component.frontdesk-calendar .calendar-container .calendar-body .employee-timeline .ticket-row .epm-tickets {
            position: relative;
            float: left; }
        .component.frontdesk-calendar .calendar-container .calendar-body .employee-timeline .employee-row {
          width: fit-content;
          display: flex; }
          .component.frontdesk-calendar .calendar-container .calendar-body .employee-timeline .employee-row .employee-work {
            width: 160px;
            height: 20px;
            border-top: 1px solid #e7eaec;
            border-left: 1px solid black; }

.component.calendar-ticket-item {
  cursor: pointer;
  user-select: none;
  width: calc(100%);
  padding: 10px; }

.component.calendar-employee-column {
  user-select: none;
  height: 5760px;
  width: 160px;
  background-color: white;
  position: relative; }
  .component.calendar-employee-column .employee-column-time-slots {
    position: absolute; }
    .component.calendar-employee-column .employee-column-time-slots .slot {
      background-color: white;
      width: 160px;
      height: 20px;
      border-top: 1px solid #e7eaec;
      border-right: 1px solid #e7eaec;
      text-align: right; }
      .component.calendar-employee-column .employee-column-time-slots .slot:first-child {
        border-top: none; }
      .component.calendar-employee-column .employee-column-time-slots .slot .slot-label {
        display: none; }
      .component.calendar-employee-column .employee-column-time-slots .slot:hover .slot-label {
        background-color: transparent;
        color: #464646;
        display: block; }

.component.create-ticket .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.component.create-ticket .lovelace-checkbox:hover {
  background: #9faab7; }

.component.create-ticket .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.component.create-ticket .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.component.create-ticket .lovelace-toggle-button.btn-group {
  padding: 3px;
  background: #f3f3f4;
  border-radius: 14px;
  border: solid 1px #d7d7d7; }
  .component.create-ticket .lovelace-toggle-button.btn-group label {
    display: inline-block;
    max-width: 100%;
    font-weight: 600; }
  .component.create-ticket .lovelace-toggle-button.btn-group .btn {
    border: 1px solid transparent;
    box-shadow: none;
    align-items: center;
    align-self: center;
    padding: 2px 6px;
    border-radius: 16px; }
    .component.create-ticket .lovelace-toggle-button.btn-group .btn.active {
      background: #D7006C;
      color: white;
      border: 1px solid transparent;
      box-shadow: none; }

.component.create-ticket .treasure-overlay-spinner-active .treasure-overlay-spinner-container {
  opacity: 0.6; }

.component.create-ticket .treasure-overlay-spinner-active .component.simple-customer-view-2 .treasure-overlay-spinner-container {
  opacity: 0 !important; }

.component.create-ticket table td:nth-of-type(7), .component.create-ticket table th:nth-of-type(7) {
  width: 1%;
  padding-left: 0.5rem; }

.component.create-ticket .fi.flaticon-rupee-indian {
  color: #D7006C; }

.component.create-ticket .service-selector {
  user-select: none;
  padding: 1em 0.5em;
  padding-left: 1rem;
  border: 1px solid #e7eaec;
  border-left: solid 5px #D7006C; }
  .component.create-ticket .service-selector .menu-selector.component > div.category, .component.create-ticket .service-selector .menu-selector.component > div.service, .component.create-ticket .service-selector .menu-selector.component > div.gender {
    display: flex;
    margin-bottom: 0.5rem; }
    .component.create-ticket .service-selector .menu-selector.component > div.category:last-child, .component.create-ticket .service-selector .menu-selector.component > div.service:last-child, .component.create-ticket .service-selector .menu-selector.component > div.gender:last-child {
      margin-bottom: 0; }
    .component.create-ticket .service-selector .menu-selector.component > div.category > label, .component.create-ticket .service-selector .menu-selector.component > div.service > label, .component.create-ticket .service-selector .menu-selector.component > div.gender > label {
      flex: 0 0 100px; }

.component.create-ticket .component.employee-selector-uis, .component.create-ticket .component.room-selector-uis {
  width: 100%; }
  .component.create-ticket .component.employee-selector-uis div.ui-select-dropdown, .component.create-ticket .component.room-selector-uis div.ui-select-dropdown {
    top: 100%;
    bottom: auto;
    margin-top: 0px; }

.component.create-ticket .component.duration-selector {
  width: 100%;
  padding: 0px 0px 0px 3px;
  height: 26px;
  top: auto;
  bottom: 100%; }

.component.create-ticket .component.from-time-selector {
  width: 100%;
  padding: 0px 0px 0px 3px;
  height: 26px;
  top: auto;
  bottom: 100%; }

.component.appointment-ticket-selector .btn {
  min-width: 80px; }

.component.view-ticket {
  user-select: none; }
  .component.view-ticket .component.view-ticket-item {
    margin-top: 10px; }
  .component.view-ticket div.walk-in {
    padding: 1rem 0.5rem;
    border: solid 1px silver;
    background-color: #f1f1f1;
    border-radius: 2px; }
  .component.view-ticket .component.simple-customer-view button.close-customer {
    display: none; }
  .component.view-ticket table.table.ticket-items th:nth-child(1), .component.view-ticket table.table.ticket-items td:nth-child(1) {
    text-align: left; }
  .component.view-ticket table.table.ticket-items th:nth-child(2), .component.view-ticket table.table.ticket-items td:nth-child(2) {
    text-align: right; }
  .component.view-ticket table.table.ticket-items th:nth-child(3), .component.view-ticket table.table.ticket-items td:nth-child(3) {
    text-align: right; }
  .component.view-ticket table.table.ticket-items th:nth-child(4), .component.view-ticket table.table.ticket-items td:nth-child(4) {
    text-align: center; }
  .component.view-ticket table.table.ticket-items th:nth-child(5), .component.view-ticket table.table.ticket-items td:nth-child(5) {
    text-align: center; }
  .component.view-ticket table.table.ticket-items th:nth-child(6), .component.view-ticket table.table.ticket-items td:nth-child(6) {
    text-align: center; }
  .component.view-ticket table.table.ticket-items th:nth-child(7), .component.view-ticket table.table.ticket-items td:nth-child(7) {
    text-align: center; }
  .component.view-ticket table.table.ticket-items td.item-rate table td:nth-child(1) {
    text-align: right; }
  .component.view-ticket table.table.ticket-items td.item-rate table td .fi.flaticon-rupee-indian {
    color: #D7006C; }
  .component.view-ticket table.table.ticket-items tbody tr {
    border-left: 2px solid transparent; }
    .component.view-ticket table.table.ticket-items tbody tr:hover {
      cursor: pointer;
      border-left: 2px solid #ff3e9f; }
    .component.view-ticket table.table.ticket-items tbody tr.active {
      border-left: 2px solid #D7006C; }
      .component.view-ticket table.table.ticket-items tbody tr.active td {
        background-color: #ededed; }
  .component.view-ticket .appointment-actions .btn {
    margin-left: 5px; }

.component.view-ticket-item {
  padding: 1rem 0.5rem;
  border: solid 1px silver;
  background-color: #f1f1f1;
  border-radius: 2px;
  min-height: 100px; }

.page.frontdesk-overview {
  padding-top: 20px; }
  .page.frontdesk-overview .component.frontdesk-ticket-list {
    margin-bottom: 15px; }
  .page.frontdesk-overview .date-selector-section .component.date-selector {
    margin-top: 0 !important; }
  .page.frontdesk-overview .date-selector-section {
    pointer-events: none;
    margin-top: -3.2rem;
    padding-bottom: 1rem; }
    .page.frontdesk-overview .date-selector-section div {
      pointer-events: all; }
    .page.frontdesk-overview .date-selector-section .component.date-selector {
      margin-top: -10px; }
      .page.frontdesk-overview .date-selector-section .component.date-selector .input-group.date-selector > input {
        background-color: white; }
    .page.frontdesk-overview .date-selector-section .spinner-container.ng-hide {
      animation-duration: 0.3s; }
  .page.frontdesk-overview .margin-top-0 {
    margin-top: 0 !important; }

.page.frontdesk {
  margin-top: 1rem; }

.component.frontdesk-ticket-list .ticket-list-container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }

.component.frontdesk-ticket-list .treasure-overlay-spinner-container {
  background-color: transparent;
  min-height: 400px; }

.component.frontdesk-ticket-list .ticket {
  width: 300px;
  padding: 0.9375rem;
  background-color: white;
  border-bottom: solid 1px #e7eaec;
  border-left: solid 1px #e7eaec;
  border-right: solid 1px #e7eaec;
  margin-bottom: 1rem;
  user-select: none; }
  .component.frontdesk-ticket-list .ticket.blue {
    border-top: solid 3px #1986AA; }
  .component.frontdesk-ticket-list .ticket.green {
    border-top: solid 3px #127f55; }
  .component.frontdesk-ticket-list .ticket.orange {
    border-top: solid 3px #DE8B29; }
  .component.frontdesk-ticket-list .ticket .ticket-item .fa {
    font-size: 8px; }

.component.frontdesk-ticket-filter div.popover-content {
  min-width: 12rem; }

.frontdesk-ticket-filter-popup {
  font-size: 0.8125rem; }
  .frontdesk-ticket-filter-popup .lovelace-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: solid 1px #b1b1b1;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1; }
  .frontdesk-ticket-filter-popup .lovelace-checkbox:hover {
    background: #9faab7; }
  .frontdesk-ticket-filter-popup .lovelace-checkbox:checked {
    border: solid 1px transparent;
    background: #D7006C; }
  .frontdesk-ticket-filter-popup .lovelace-checkbox:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    font-family: FontAwesome;
    content: "\F00C";
    display: inline-block;
    text-align: center;
    line-height: 20px; }
  .frontdesk-ticket-filter-popup table {
    width: inherit; }
    .frontdesk-ticket-filter-popup table tbody > tr > td {
      padding: 2px;
      border-top: none; }

.page.reports-home .page-title {
  margin-top: 1.5rem; }

.page.reports-home .panel {
  margin-top: 0 !important;
  border-bottom: none !important; }

.page.income-growth-chart .panel .title {
  padding: 10px; }

.page.income-growth-chart #daily-revenue-chart-wrapper {
  position: relative;
  height: 400px; }

.page.reports-income-summary mustache-list.hideTable thead {
  display: none; }

.page.reports-income-summary .summary .flex-1 {
  text-align: center;
  padding: 10px 0px; }
  .page.reports-income-summary .summary .flex-1 span.title {
    display: inline-block;
    margin-bottom: .5rem;
    padding: 0; }
  .page.reports-income-summary .summary .flex-1 span.amount {
    font-size: 1.3rem; }
    .page.reports-income-summary .summary .flex-1 span.amount i {
      margin-right: 3px; }

.page.reports-income-summary .table.income-list td, .page.reports-income-summary .table.income-list th {
  text-align: right; }
  .page.reports-income-summary .table.income-list td:first-child, .page.reports-income-summary .table.income-list th:first-child {
    padding: 0; }
  .page.reports-income-summary .table.income-list td:nth-child(1), .page.reports-income-summary .table.income-list td:nth-child(2), .page.reports-income-summary .table.income-list th:nth-child(1), .page.reports-income-summary .table.income-list th:nth-child(2) {
    text-align: left; }

.page.reports-income-summary .table.income-list td.customer-present {
  padding: 0; }

.page.reports-income-summary .table.income-list a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px; }

.page.reports-group-summary mustache-list.hideTable thead {
  display: none; }

.page.reports-group-summary .summary .flex-1 {
  text-align: center;
  padding: 10px 0px; }
  .page.reports-group-summary .summary .flex-1 span.title {
    display: inline-block;
    margin-bottom: .5rem;
    padding: 0; }
  .page.reports-group-summary .summary .flex-1 span.amount {
    font-size: 1.3rem; }
    .page.reports-group-summary .summary .flex-1 span.amount i {
      margin-right: 3px; }

.page.reports-group-summary .table.income-list td, .page.reports-group-summary .table.income-list th {
  text-align: right; }
  .page.reports-group-summary .table.income-list td:first-child, .page.reports-group-summary .table.income-list th:first-child {
    padding: 0; }
  .page.reports-group-summary .table.income-list td:nth-child(1), .page.reports-group-summary .table.income-list td:nth-child(2), .page.reports-group-summary .table.income-list th:nth-child(1), .page.reports-group-summary .table.income-list th:nth-child(2) {
    text-align: left; }

.page.reports-group-summary .table.income-list td.customer-present {
  padding: 0; }

.page.reports-group-summary .table.income-list a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px; }

.page.reports-group-summary #income-expense-bar-chart-wrapper {
  position: relative;
  height: 300px; }

.page.reports-group-summary .hideTable {
  display: none; }

.page.reports-expense-summary .expense-summary-table {
  width: inherit; }
  .page.reports-expense-summary .expense-summary-table td, .page.reports-expense-summary .expense-summary-table th {
    padding-right: 5rem; }
    .page.reports-expense-summary .expense-summary-table td:last-child, .page.reports-expense-summary .expense-summary-table th:last-child {
      padding-right: 2rem; }

.page.reports-expense-summary .table.expense-list {
  width: inherit; }
  .page.reports-expense-summary .table.expense-list td, .page.reports-expense-summary .table.expense-list th {
    padding-right: 5rem; }
    .page.reports-expense-summary .table.expense-list td:last-child, .page.reports-expense-summary .table.expense-list th:last-child {
      padding-right: 1rem; }

.page.reports-payment-summary .table.payment-list {
  width: inherit; }
  .page.reports-payment-summary .table.payment-list td, .page.reports-payment-summary .table.payment-list th {
    padding-right: 3rem; }
    .page.reports-payment-summary .table.payment-list td:first-child, .page.reports-payment-summary .table.payment-list th:first-child {
      padding: 0; }
    .page.reports-payment-summary .table.payment-list td:last-child, .page.reports-payment-summary .table.payment-list th:last-child {
      padding-right: 1rem; }
  .page.reports-payment-summary .table.payment-list a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 3rem; }

.page.reports-taxes-summary .table.taxes-list {
  width: inherit; }
  .page.reports-taxes-summary .table.taxes-list td, .page.reports-taxes-summary .table.taxes-list th {
    padding-right: 3rem; }
    .page.reports-taxes-summary .table.taxes-list td:first-child, .page.reports-taxes-summary .table.taxes-list th:first-child {
      padding: 0; }
    .page.reports-taxes-summary .table.taxes-list td:last-child, .page.reports-taxes-summary .table.taxes-list th:last-child {
      padding-right: 1rem; }
  .page.reports-taxes-summary .table.taxes-list a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 3rem; }

.page.reports-income-expenses-chart .component.income-expense-bar-chart #income-expense-bar-chart-wrapper {
  position: relative;
  height: 400px; }

.page.reports-sales-by-item .panel .title {
  padding: 10px; }

.page.reports-sales-by-item #service-analytics-doughnut-chart-wrapper {
  position: relative;
  height: 400px;
  width: 600px; }

.page.reports-sales-by-item div.range {
  width: 315px;
  text-align: center;
  font-weight: 600; }

.page.reports-sales-by-item table.service-count-list {
  max-width: 600px; }
  .page.reports-sales-by-item table.service-count-list tbody td:second-child, .page.reports-sales-by-item table.service-count-list thead th:second-child {
    text-align: center; }

.page.report-sales-by-bill-type #sales-by-bill-type-revenue-doughnut-chart-wrapper,
.page.report-sales-by-bill-type #sales-by-bill-type-quantity-doughnut-chart-wrapper {
  position: relative;
  height: 200px; }

.page.reports-finances-finance-summary .table.overview td:first-child, .page.reports-finances-finance-summary .table.customers td:first-child, .page.reports-finances-finance-summary .table.bills td:first-child, .page.reports-finances-finance-summary .table.expense-distribution td:first-child {
  padding-right: 4rem; }

.page.reports-finances-finance-summary .table.revenue-distribution {
  width: inherit !important; }
  .page.reports-finances-finance-summary .table.revenue-distribution thead th {
    padding-left: .75rem;
    padding-right: .75rem; }

.page.reports-detailed-performance .panel.main-panel {
  border-right: transparent;
  border-left: transparent;
  border-bottom: transparent; }
  .page.reports-detailed-performance .panel.main-panel .title {
    padding: 10px; }
  .page.reports-detailed-performance .panel.main-panel .panel {
    margin-top: 0;
    margin-bottom: 0; }

.page.reports-detailed-performance label {
  font-weight: 100;
  margin-right: .500rem; }

.page.reports-detailed-performance .form-control {
  width: inherit; }

.page.reports-detailed-performance .content.panel-content.grid {
  padding-right: 0;
  padding-left: 0;
  background-color: #F3F3F4 !important; }

.page.reports-retention .panel .title {
  padding: 10px; }

.page.reports-retention .component.date-selector p.input-group.date-selector {
  width: 10rem; }

.page.footfall-summary-report #footfall-summary-chart-wrapper {
  position: relative;
  height: 400px; }

.page.reports-irregular-customer .flex-container {
  gap: 3rem; }

.page.reports-irregular-customer .generated-revenue-card {
  border: 1px solid #e9e9e9;
  border-radius: 3px; }

.page.reports-irregular-customer .generated-revenue-title {
  background: #f7f7f7;
  padding: 20px; }

.page.reports-irregular-customer .generated-revenue-content {
  padding: 10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300; }

.component.employee-sales-report-bar-chart #monthly-data-bar-chart-wrapper {
  position: relative;
  height: 300px; }

.component.employee-sales-report-bar-chart .btn.btn-primary {
  float: right; }

.component.income-expense-bar-chart #income-expense-bar-chart-wrapper {
  position: relative;
  height: 300px; }

.component.sales-by-bill-type .hide-chart {
  visibility: hidden; }

.page.reports-employee-performance-summary ul.nav-tabs {
  display: inline-block;
  margin-top: -15px;
  margin-bottom: 15px; }
  .page.reports-employee-performance-summary ul.nav-tabs li.active a {
    border: transparent;
    border-bottom: solid 3px #D7006C; }

.page.reports-employee-performance-summary div.bill-type {
  margin-top: -3.7rem;
  display: flex;
  justify-content: flex-end; }

.page.reports-employee-performance-summary .employee-panel {
  background-color: #f1f1f1;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-radius: 3px; }
  .page.reports-employee-performance-summary .employee-panel .employee-name {
    min-width: 200px; }

.page.reports-employee-performance-summary table.list-table thead th, .page.reports-employee-performance-summary table.list-table tbody tr td, .page.reports-employee-performance-summary table.list-table tfoot tr td, .page.reports-employee-performance-summary .employee-panel table thead th, .page.reports-employee-performance-summary .employee-panel table tbody tr td, .page.reports-employee-performance-summary .employee-panel table tfoot tr td {
  text-align: right; }

.page.reports-employee-performance-summary table.list-table tfoot tr td, .page.reports-employee-performance-summary .employee-panel table tfoot tr td {
  font-weight: 600; }

.page.reports-employee-attendance-report .absent-class {
  background-color: #e89a9a; }

.page.reports-employee-attendance-report .present-class {
  background-color: #FFFFFF; }

.page.reports-income-summary mustache-list.hideTable thead {
  display: none; }

.page.reports-income-summary .summary .flex-1 {
  text-align: center;
  padding: 10px 0px; }
  .page.reports-income-summary .summary .flex-1 span.title {
    display: inline-block;
    margin-bottom: .5rem;
    padding: 0; }
  .page.reports-income-summary .summary .flex-1 span.amount {
    font-size: 1.3rem; }
    .page.reports-income-summary .summary .flex-1 span.amount i {
      margin-right: 3px; }

.page.reports-income-summary .table.income-list td, .page.reports-income-summary .table.income-list th {
  text-align: right; }
  .page.reports-income-summary .table.income-list td:first-child, .page.reports-income-summary .table.income-list th:first-child {
    padding: 0; }
  .page.reports-income-summary .table.income-list td:nth-child(1), .page.reports-income-summary .table.income-list td:nth-child(2), .page.reports-income-summary .table.income-list th:nth-child(1), .page.reports-income-summary .table.income-list th:nth-child(2) {
    text-align: left; }

.page.reports-income-summary .table.income-list td.customer-present {
  padding: 0; }

.page.reports-income-summary .table.income-list a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px; }

.page.sms-send-sms .treasure-overlay-spinner-active .treasure-overlay-spinner-container {
  opacity: 0.4; }

.page.sms-send-sms .promo-balance-section {
  margin-top: -73px; }

.page.sms-send-sms .component.sms-message {
  width: 300px;
  min-height: 150px; }
  .page.sms-send-sms .component.sms-message textarea {
    width: 100%;
    padding: 5px;
    min-height: 150px; }

.component.sms-recepients-grid .numbers-container {
  height: 120px;
  padding: 5px;
  overflow-y: overlay;
  border: 1px solid silver;
  user-select: none; }
  .component.sms-recepients-grid .numbers-container .number {
    margin: 5px;
    padding: 5px;
    width: fit-content;
    float: left;
    color: white;
    background-color: #D7006C; }
    .component.sms-recepients-grid .numbers-container .number .fa {
      cursor: pointer;
      margin-left: 10px;
      display: inline-block;
      float: right;
      font-size: 12px;
      line-height: 16px; }

.component.sms-customer-selector .lovelace-panel-apple {
  width: 400px;
  border-top: none;
  margin-top: 0;
  border-left: solid 1px #e7eaec;
  border-right: solid 1px #e7eaec; }
  .component.sms-customer-selector .lovelace-panel-apple .title {
    background-color: #D7006C;
    color: white;
    padding-left: 1rem;
    padding-right: 1rem; }
  .component.sms-customer-selector .lovelace-panel-apple .content {
    margin-top: 0;
    padding-left: 1rem; }
    .component.sms-customer-selector .lovelace-panel-apple .content padding-right
tbody td {
      border-top: none; }

.component.promotional-sms-balance .total-sms-balance {
  margin-right: -15px; }
  .component.promotional-sms-balance .total-sms-balance .fill {
    font-weight: 600;
    font-size: 0.8125rem;
    margin-right: -4px;
    padding: 6px 10px;
    background-color: #D7006C;
    color: white; }
  .component.promotional-sms-balance .total-sms-balance .balance {
    font-size: 0.8125rem;
    padding: 5px 10px;
    border: solid 1px silver;
    border-left: none;
    font-weight: 600; }

.component.business-hours .day-row {
  margin-top: 1rem; }
  .component.business-hours .day-row:first-child {
    margin-top: 0; }

.component.business-hours .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.component.business-hours .lovelace-checkbox:hover {
  background: #9faab7; }

.component.business-hours .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.component.business-hours .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.component.business-hours .business-hours-container {
  width: 110px; }

.page.marketing {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0 !important; }
  .page.marketing .marketing-ui-view-container {
    padding-left: 15px;
    padding-bottom: 2rem;
    width: 100%; }
  .page.marketing .panel.lovelace-panel, .page.marketing .panel.lovelace-panel-apple {
    box-shadow: none !important; }
  .page.marketing .content.marketing-links {
    border-top: none; }
    .page.marketing .content.marketing-links .link {
      padding-left: 10px;
      margin-bottom: 0.9375rem; }

marketing-sidebar {
  min-width: 10rem; }
  marketing-sidebar h5 {
    border-bottom: solid 1px #c4c4c4;
    padding: 15px;
    padding-bottom: 8px; }
    marketing-sidebar h5.no-sub-menu {
      border-bottom: none; }

.component.marketing-sidebar {
  background-color: #e7e7e7;
  padding-bottom: 60px; }
  .component.marketing-sidebar ul li {
    padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer; }
    .component.marketing-sidebar ul li.active {
      background-color: #d5d5d5; }

.component.show-whatsapp-promotional-message .promotional-content {
  margin-top: 1.5rem; }

.component.show-whatsapp-promotional-message .textarea {
  color: #aeb2c1;
  min-height: 250px;
  cursor: not-allowed;
  border-radius: 4px; }

.page.marketing-cashback {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem; }
  .page.marketing-cashback .billing-payment-type .payment-type-btn {
    margin-top: -73px; }
  .page.marketing-cashback .toggle.btn.btn-xs {
    max-height: 24px; }
    .page.marketing-cashback .toggle.btn.btn-xs .toggle-group label {
      padding-top: 2px; }
  .page.marketing-cashback div.section {
    margin-bottom: 30px; }
  .page.marketing-cashback div.bill {
    width: 400px; }
  .page.marketing-cashback div.bill-print {
    width: 400px; }
  .page.marketing-cashback div.taxes {
    width: 400px; }
    .page.marketing-cashback div.taxes div.row {
      margin-bottom: 15px; }
    .page.marketing-cashback div.taxes .setting-name {
      text-align: right;
      line-height: 24px; }
  .page.marketing-cashback div.gst-inclusive-pricing {
    width: 400px; }
  .page.marketing-cashback .lovelace-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: solid 1px #b1b1b1;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1; }
  .page.marketing-cashback .lovelace-checkbox:hover {
    background: #9faab7; }
  .page.marketing-cashback .lovelace-checkbox:checked {
    border: solid 1px transparent;
    background: #D7006C; }
  .page.marketing-cashback .lovelace-checkbox:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    font-family: FontAwesome;
    content: "\F00C";
    display: inline-block;
    text-align: center;
    line-height: 20px; }
  .page.marketing-cashback .settings-billing-view-container {
    width: 100%; }

.page.marketing-whatsapp {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem; }
  .page.marketing-whatsapp .marketing-whatsapp-view-container {
    width: 100%;
    min-width: 100%; }
  .page.marketing-whatsapp .component.sms-customer-selector .panel.lovelace-panel-apple {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important; }

.page.marketing-customer-groups {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem; }

.page.settings {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0 !important; }
  .page.settings .settings-ui-view-container {
    padding-left: 15px;
    padding-bottom: 2rem;
    width: 100%; }
  .page.settings .panel.lovelace-panel, .page.settings .panel.lovelace-panel-apple {
    box-shadow: none !important; }
  .page.settings .content.settings-links {
    border-top: none; }
    .page.settings .content.settings-links .link {
      padding-left: 10px;
      margin-bottom: 0.9375rem; }

settings-sidebar {
  min-width: 10rem; }
  settings-sidebar h5 {
    border-bottom: solid 1px #c4c4c4;
    padding: 15px;
    padding-bottom: 8px; }
    settings-sidebar h5.no-sub-menu {
      border-bottom: none; }

.component.settings-sidebar {
  background-color: #e7e7e7;
  padding-bottom: 60px; }
  .component.settings-sidebar ul li {
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer; }
    .component.settings-sidebar ul li.active {
      background-color: #d5d5d5; }

.component.payment-types-list .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.component.payment-types-list .lovelace-checkbox:hover {
  background: #9faab7; }

.component.payment-types-list .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.component.payment-types-list .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.component.edit-payment-type .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.component.edit-payment-type .lovelace-checkbox:hover {
  background: #9faab7; }

.component.edit-payment-type .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.component.edit-payment-type .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.component.edit-payment-type .checkbox-group .lovelace-checkbox {
  margin-top: 0; }

.component.edit-payment-type.system-type .checkbox-group {
  text-align: center;
  justify-content: center;
  padding-top: 20px; }

.component.edit-payment-type.system-type .system-payment-type {
  transform: scale(1.5); }

.page.settings-permissions {
  margin-left: auto;
  margin-right: auto; }
  .page.settings-permissions .component.go-to-state {
    background: transparent;
    box-shadow: none; }
  .page.settings-permissions .navbar-container {
    margin-top: 1.25rem; }
  .page.settings-permissions .permissions-title {
    margin-top: 2px;
    font-size: .875rem;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .page.settings-permissions .go-back {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px; }
  .page.settings-permissions ul.navbar-nav {
    width: 100%; }
  .page.settings-permissions .page {
    padding: 15px 20px;
    background-color: white; }

.page.settings-permissions-apps i.fa {
  margin-right: 3px; }

.page.settings-permissions-apps table.main-apps td:first-child {
  min-width: 150px; }

.page.settings-permissions-apps table.main-apps i.fa {
  min-width: 20px;
  text-align: center; }

.page.settings-permissions-apps table.permissions {
  max-width: 600px; }
  .page.settings-permissions-apps table.permissions tbody td:nth-child(1), .page.settings-permissions-apps table.permissions thead th:nth-child(1) {
    width: 34%; }
  .page.settings-permissions-apps table.permissions tbody td:nth-child(2), .page.settings-permissions-apps table.permissions tbody td:nth-child(3), .page.settings-permissions-apps table.permissions tbody td:nth-child(4), .page.settings-permissions-apps table.permissions thead th:nth-child(2), .page.settings-permissions-apps table.permissions thead th:nth-child(3), .page.settings-permissions-apps table.permissions thead th:nth-child(4) {
    text-align: center;
    width: 22%; }

.page.settings-permissions-apps .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.page.settings-permissions-apps .lovelace-checkbox:hover {
  background: #9faab7; }

.page.settings-permissions-apps .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.page.settings-permissions-apps .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.page.settings-permissions-custom table td:first-child {
  min-width: 250px;
  text-align: left; }

.page.settings-permissions-custom table td:nth-child(2), .page.settings-permissions-custom table td:nth-child(3), .page.settings-permissions-custom table td:nth-child(4) {
  text-align: center; }

.page.settings-permissions-custom .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.page.settings-permissions-custom .lovelace-checkbox:hover {
  background: #9faab7; }

.page.settings-permissions-custom .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.page.settings-permissions-custom .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.page.settings-billing {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem; }
  .page.settings-billing .billing-payment-type .payment-type-btn {
    margin-top: -73px; }
  .page.settings-billing .toggle.btn.btn-xs {
    max-height: 24px; }
    .page.settings-billing .toggle.btn.btn-xs .toggle-group label {
      padding-top: 2px; }
  .page.settings-billing div.section {
    margin-bottom: 30px; }
  .page.settings-billing div.bill {
    width: 400px; }
  .page.settings-billing div.bill-print {
    width: 400px; }
  .page.settings-billing div.taxes {
    width: 400px; }
    .page.settings-billing div.taxes div.row {
      margin-bottom: 15px; }
    .page.settings-billing div.taxes .setting-name {
      text-align: right;
      line-height: 24px; }
  .page.settings-billing div.gst-inclusive-pricing {
    width: 400px; }
  .page.settings-billing .lovelace-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: solid 1px #b1b1b1;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1; }
  .page.settings-billing .lovelace-checkbox:hover {
    background: #9faab7; }
  .page.settings-billing .lovelace-checkbox:checked {
    border: solid 1px transparent;
    background: #D7006C; }
  .page.settings-billing .lovelace-checkbox:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    font-family: FontAwesome;
    content: "\F00C";
    display: inline-block;
    text-align: center;
    line-height: 20px; }
  .page.settings-billing .settings-billing-view-container {
    width: 100%; }

.page.billing-otp div.half-border {
  height: 1px;
  width: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-bottom: solid 2px #6c6c6c; }

.page.settings-menu {
  margin-top: 1rem; }
  .page.settings-menu .page.menu-category .category-btn {
    margin-top: -73px; }
  .page.settings-menu .page.menu-service .service-filter-btn-container {
    margin-top: -73px; }
  .page.settings-menu .page.menu-rate-card .filters-container {
    margin-top: -73px; }

.settings-menu-ui-view-container {
  width: 100%; }

.page.settings-downloads {
  margin-top: 1rem; }
  .page.settings-downloads .panel {
    border: solid 1px #e9e9e9;
    border-radius: 3px; }
    .page.settings-downloads .panel .title, .page.settings-downloads .panel .content {
      padding-left: 10px;
      padding-right: 10px; }
    .page.settings-downloads .panel .title {
      background: #f7f7f7 !important; }
    .page.settings-downloads .panel .component.no-resources .title {
      background: white !important; }

.settings-downloads-ui-view-container {
  width: 100%; }

.page.settings-retail-inventory {
  margin-top: 1rem;
  width: 100%; }
  .page.settings-retail-inventory .page.retail-inventory-brand-list .brand-btn-container {
    margin-top: -73px; }
  .page.settings-retail-inventory .page.retail-inventory-products .product-container {
    margin-top: -73px; }
  .page.settings-retail-inventory .settings-retail-inventory-ui-view-container {
    width: 100%; }

.page.settings-inhouse-inventory {
  margin-top: 1rem; }
  .page.settings-inhouse-inventory .settings-inhouse-inventory-ui-view-container {
    width: 100%; }
    .page.settings-inhouse-inventory .settings-inhouse-inventory-ui-view-container .page.inhouse-inventory-stock-history {
      margin-top: -1rem; }
  .page.settings-inhouse-inventory .page.inhouse-inventory-brand-list .brand-btn {
    margin-top: -73px; }
  .page.settings-inhouse-inventory .page.inhouse-inventory-product-list.stock-check-list {
    margin-top: -1rem; }
  .page.settings-inhouse-inventory .page.inhouse-inventory-product-list .actions-container {
    margin-top: -73px; }
    .page.settings-inhouse-inventory .page.inhouse-inventory-product-list .actions-container.stock-check-list {
      margin-top: 0px; }

.page.settings-notification {
  margin-left: auto;
  margin-right: auto; }
  .page.settings-notification .component.go-to-state {
    background: transparent;
    box-shadow: none; }
  .page.settings-notification .note {
    width: 80%;
    margin-top: 5px;
    display: inline-block; }

.page.settings-cashback {
  max-width: 30rem; }
  .page.settings-cashback .lovelace-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: solid 1px #b1b1b1;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1; }
  .page.settings-cashback .lovelace-checkbox:hover {
    background: #9faab7; }
  .page.settings-cashback .lovelace-checkbox:checked {
    border: solid 1px transparent;
    background: #D7006C; }
  .page.settings-cashback .lovelace-checkbox:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    font-family: FontAwesome;
    content: "\F00C";
    display: inline-block;
    text-align: center;
    line-height: 20px; }
  .page.settings-cashback .checkbox-group .lovelace-checkbox {
    margin: 0;
    align-items: center; }
  .page.settings-cashback .component.go-to-state {
    background: transparent;
    box-shadow: none; }
  .page.settings-cashback .note {
    max-width: 400px;
    margin-top: 5px;
    display: inline-block; }

.page.settings-customer-intake-form {
  margin-left: auto;
  margin-right: auto; }
  .page.settings-customer-intake-form .lovelace-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: solid 1px #b1b1b1;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1; }
  .page.settings-customer-intake-form .lovelace-checkbox:hover {
    background: #9faab7; }
  .page.settings-customer-intake-form .lovelace-checkbox:checked {
    border: solid 1px transparent;
    background: #D7006C; }
  .page.settings-customer-intake-form .lovelace-checkbox:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    font-family: FontAwesome;
    content: "\F00C";
    display: inline-block;
    text-align: center;
    line-height: 20px; }
  .page.settings-customer-intake-form .checkbox-group .lovelace-checkbox {
    margin: 0;
    align-items: center; }
  .page.settings-customer-intake-form .component.go-to-state {
    background: transparent;
    box-shadow: none; }
  .page.settings-customer-intake-form .note {
    max-width: 400px;
    margin-top: 5px;
    display: inline-block; }
  .page.settings-customer-intake-form textarea.template {
    width: 100%;
    min-height: 300px; }

.page.settings-sms.free table {
  width: 500px; }
  .page.settings-sms.free table .component.sms-message textarea {
    padding: 5px;
    width: 100%;
    min-height: 100px; }
  .page.settings-sms.free table input {
    width: 100%; }

.page.settings-sms.free tbody tr td {
  border-top: none; }
  .page.settings-sms.free tbody tr td:first-child {
    padding-left: 0;
    min-width: 100px; }

.page.settings-sms {
  margin-top: 1rem; }
  .page.settings-sms .page {
    margin-top: 1rem; }
    .page.settings-sms .page.textlocal-settings {
      max-width: 400px; }
    .page.settings-sms .page.textlocal-template-settings {
      width: 600px; }
      .page.settings-sms .page.textlocal-template-settings .template {
        padding: 0.7rem 0.5rem;
        background-color: #efefef;
        border-radius: 3px; }

.edit-sms-template-modal textarea {
  width: 100%;
  min-height: 150px; }

.send-sms-modal .modal-body .phone {
  width: 90%;
  padding-left: 0.4rem; }

.send-sms-modal .modal-body textarea {
  width: 90%;
  margin-top: 1rem;
  min-height: 150px;
  padding-left: 0.4rem; }

.send-textlocal-sms-modal .modal-body .phone {
  width: 90%;
  padding-left: 0.4rem; }

.send-textlocal-sms-modal .modal-body textarea {
  width: 90%;
  margin-top: 1rem;
  min-height: 150px;
  padding-left: 0.4rem; }

.page.settings-appearance {
  width: 500px; }
  .page.settings-appearance .lovelace-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: solid 1px #b1b1b1;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1; }
  .page.settings-appearance .lovelace-checkbox:hover {
    background: #9faab7; }
  .page.settings-appearance .lovelace-checkbox:checked {
    border: solid 1px transparent;
    background: #D7006C; }
  .page.settings-appearance .lovelace-checkbox:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    font-family: FontAwesome;
    content: "\F00C";
    display: inline-block;
    text-align: center;
    line-height: 20px; }

.page.settings-printer {
  margin-left: auto;
  margin-right: auto; }
  .page.settings-printer .lovelace-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: solid 1px #b1b1b1;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1; }
  .page.settings-printer .lovelace-checkbox:hover {
    background: #9faab7; }
  .page.settings-printer .lovelace-checkbox:checked {
    border: solid 1px transparent;
    background: #D7006C; }
  .page.settings-printer .lovelace-checkbox:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    font-family: FontAwesome;
    content: "\F00C";
    display: inline-block;
    text-align: center;
    line-height: 20px; }
  .page.settings-printer .checkbox-group .lovelace-checkbox {
    margin: 0;
    align-items: center; }
  .page.settings-printer .component.go-to-state {
    background: transparent;
    box-shadow: none; }
  .page.settings-printer div.bill-print {
    width: 400px; }
  .page.settings-printer textarea.template {
    width: 100%;
    min-height: 300px; }

.page.settings-subscriptions {
  margin-top: 1.25rem; }
  .page.settings-subscriptions .page {
    padding: 15px 20px; }
  .page.settings-subscriptions .settings-view-container {
    background-color: white;
    width: 100%;
    min-height: 5rem; }

.page.settings-subscriptions-plan {
  background-color: #F3F3F4 !important; }
  .page.settings-subscriptions-plan .panel {
    margin: auto; }
  .page.settings-subscriptions-plan ul {
    list-style-type: none; }
  .page.settings-subscriptions-plan ul > li {
    padding: 15px; }
  .page.settings-subscriptions-plan .subscribe-btn {
    padding: 13px; }
  .page.settings-subscriptions-plan .plan-period {
    padding: 15px; }

.bulk-upload-customers-modal .modal-body {
  max-height: 400px;
  overflow-y: scroll; }
  .bulk-upload-customers-modal .modal-body .success-notification {
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-delay: 0s; }
    .bulk-upload-customers-modal .modal-body .success-notification.ng-show {
      animation-name: fadeOut;
      animation-duration: .5s; }
  .bulk-upload-customers-modal .modal-body .component.lovelace-spinner {
    display: flex;
    justify-content: center; }

.bulk-upload-customers-modal .customer-list td {
  text-align: left; }

div.customer-intake-form-modal div.modal-body {
  padding: 30px; }

@media print {
  div.customer-intake-form-modal .modal-body {
    width: 1024px;
    font-family: Arial;
    position: relative;
    margin: 0 auto;
    color: black !important;
    font-size: 16px; } }

div.send-whatsapp-modal .modal-body .phone {
  width: 90%;
  padding-left: 0.4rem; }

div.send-whatsapp-modal .modal-body textarea {
  width: 90%;
  margin-top: 1rem;
  min-height: 150px;
  padding-left: 0.4rem; }

.page.settings-business-hours {
  margin-top: 1rem;
  width: 100%; }
  .page.settings-business-hours .page.business-holidays .panel {
    margin-top: 0; }
  .page.settings-business-hours .page.business-holidays .business-holidays-container {
    margin-top: -34px; }
  .page.settings-business-hours .settings-business-hours-ui-view-container {
    width: 100%; }

.page.settings-online-portal {
  margin-top: 1rem;
  width: 100%; }
  .page.settings-online-portal .settings-online-portal-ui-view-container {
    width: 100%; }
  .page.settings-online-portal .business-holidays-container .btn-create-holiday {
    margin-top: -57px; }

.page.settings-notifications {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem; }
  .page.settings-notifications .settings-notifications-view-container {
    width: 100%; }

.page.settings-notifications-templates {
  width: 600px;
  margin-top: 1rem; }
  .page.settings-notifications-templates .template {
    margin-bottom: 1rem;
    padding: 0.7rem 0.5rem;
    background-color: #efefef;
    border-radius: 3px; }

.page.settings-notifications-settings {
  width: 600px;
  margin-top: 1rem; }
  .page.settings-notifications-settings .component.go-to-state {
    background: transparent;
    box-shadow: none; }
  .page.settings-notifications-settings table {
    width: 500px; }
    .page.settings-notifications-settings table .component.sms-message textarea {
      padding: 5px;
      width: 100%;
      min-height: 100px; }
    .page.settings-notifications-settings table input {
      width: 100%; }
  .page.settings-notifications-settings tbody tr td {
    border-top: none; }
    .page.settings-notifications-settings tbody tr td:first-child {
      padding-left: 0;
      min-width: 100px; }

.page.settings-integrations {
  margin-top: 1rem;
  width: 100%;
  max-width: 500px; }

.component.promotional-whatsapp-balance .total-whatsapp-balance {
  margin-right: -15px; }
  .component.promotional-whatsapp-balance .total-whatsapp-balance .fill {
    font-weight: 600;
    font-size: 0.8125rem;
    margin-right: -4px;
    padding: 6px 10px;
    background-color: #D7006C;
    color: white; }
  .component.promotional-whatsapp-balance .total-whatsapp-balance .balance {
    font-size: 0.8125rem;
    padding: 5px 10px;
    border: solid 1px silver;
    border-left: none;
    font-weight: 600; }

.page.system-settings {
  padding-top: 1rem;
  display: flex; }
  .page.system-settings .system-settings-view-container {
    background-color: white;
    padding: .9375rem;
    width: 100%;
    min-height: 5rem; }
  .page.system-settings .branch-type, .page.system-settings .user-type {
    margin-top: -72px !important;
    z-index: 1000; }

.page.system-settings-profile .profile-section {
  max-width: 20rem; }

.page.system-settings-profile .field {
  display: flex;
  margin-bottom: 15px; }
  .page.system-settings-profile .field .fa {
    color: #D7006C;
    min-width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page.system-settings-profile .field .fa.fa-map-marker {
      margin-top: 3px;
      align-items: flex-start; }
  .page.system-settings-profile .field label {
    min-width: 8rem;
    font-weight: 600;
    margin-bottom: 0; }
  .page.system-settings-profile .field span {
    margin-left: 5px;
    font-weight: 400; }

.page.system-settings-subscription span.expires-in {
  border: solid 1px #D7006C;
  padding: 2px 8px;
  margin-top: 4px;
  font-weight: 600;
  border-radius: 2px;
  background-color: #ffeff5; }

.change-branch-modal .branch-info {
  padding: 1rem 0.5rem;
  border: solid 1px silver;
  background-color: #f1f1f1;
  border-radius: 2px;
  min-height: 100px; }
  .change-branch-modal .branch-info .branch-name {
    font-size: 1.2rem; }
  .change-branch-modal .branch-info .component.customer-group-label {
    margin-top: 10px; }

.change-password-modal .user-info {
  padding: 1rem 0.5rem;
  border: solid 1px silver;
  background-color: #f1f1f1;
  border-radius: 2px;
  min-height: 100px; }
  .change-password-modal .user-info .user-name {
    font-size: 1.2rem; }
  .change-password-modal .user-info .component.customer-group-label {
    margin-top: 10px; }

.component.user-list .component.role-type {
  min-width: 130px;
  text-align: center; }

.component.user-list div.note ol {
  padding-left: 1.25rem; }
  .component.user-list div.note ol li {
    line-height: 1.25rem; }

.view-zoho-subscription-modal .plan {
  border: 1px solid white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }

.view-zoho-subscription-modal .plan-name {
  font-size: 20px; }

.view-zoho-subscription-modal .invoices {
  border-bottom: 1px solid #D7006C; }

.view-zoho-subscription-modal button {
  padding-top: 3px;
  padding-bottom: 3px; }

.choose-plan-modal .pricing-card {
  border: 1px solid #ededed;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #ffffff; }

.choose-plan-modal .plan-name {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  color: #34495E; }

.choose-plan-modal .plan-price {
  margin-top: 20px; }

.choose-plan-modal .currency {
  color: #34495E;
  font-size: 1rem; }

.choose-plan-modal .amount {
  font-size: 1.5rem;
  font-weight: 600;
  color: #34495E; }

.choose-plan-modal .year {
  color: #34495E; }

.choose-plan-modal ul.features {
  list-style: none;
  padding: 0;
  margin: 10px auto; }

.choose-plan-modal ul li {
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3); }

.choose-plan-modal .label-details {
  font-weight: 600;
  padding: 3px 5px;
  border: solid 1px #ffbede;
  border-radius: 2px;
  background-color: #fffafc; }

.component.create-expense .date-selector-container {
  width: 100%; }
  .component.create-expense .date-selector-container .input-group.date-selector {
    width: 100%; }
    .component.create-expense .date-selector-container .input-group.date-selector > input.form-control {
      padding-left: 0.75rem; }

.component.create-expense .ui-select-container {
  width: 100%;
  font-size: 0.8125rem; }
  .component.create-expense .ui-select-container .select2-choice {
    height: 35px; }

.component.expense-list table.expense-list td:nth-child(1), .component.expense-list table.expense-list th:nth-child(1) {
  width: 20%; }

.component.expense-list table.expense-list td:nth-child(2), .component.expense-list table.expense-list th:nth-child(2) {
  width: 20%; }

.component.expense-list table.expense-list td:nth-child(3), .component.expense-list table.expense-list th:nth-child(3) {
  width: 15%; }

.component.expense-list table.expense-list td:nth-child(4), .component.expense-list table.expense-list th:nth-child(4) {
  width: 15%; }

.component.expense-list table.expense-list td:nth-child(5), .component.expense-list table.expense-list th:nth-child(5) {
  width: 30%; }

.component.expense-list .total-expense .fill {
  margin-right: -3px;
  padding: 6px 10px;
  text-align: center;
  background-color: #D7006C;
  color: white; }

.component.expense-list .total-expense .value {
  padding: 5px 10px;
  text-align: center;
  border: solid 1px silver;
  border-left: none;
  font-weight: 600; }

.component.view-expense-modal .expense-info table tbody td {
  border-bottom: none;
  border-top: none;
  padding: 5px; }

.component.view-expense-modal .adjust_payment {
  margin: auto; }

.component.view-expense-modal .pending-payment-transactions .table {
  margin-top: 20px; }

.component.view-expense-modal .uploaded-image {
  margin: auto; }

.component.view-expense-modal .pdf-image-viewer-container.iframe {
  width: 100%;
  height: 100%;
  border: none; }

.component.create-product .product-details p.input-group {
  max-width: 11rem;
  margin-right: 0.75rem; }

.component.create-product div.half-border {
  height: 1px;
  width: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-bottom: solid 2px #D7006C; }

.component.create-product table td {
  overflow: inherit; }

.component.create-product .added-service-details {
  max-height: 400px;
  overflow-y: scroll; }

.component.product-consumption-quantity-selector input {
  text-align: center;
  width: 60px; }

.component.volume-weight-selector input {
  width: 90px; }

.component.inhouse-inventory-products-list table td {
  overflow: inherit; }

.component.inhouse-inventory-products-list table td.highlight {
  font-weight: 600; }

.component.inhouse-inventory-selector label {
  margin-bottom: 0;
  margin-right: 0.5rem;
  font-size: 0.8125rem;
  display: flex;
  align-items: center; }

.component.inhouse-inventory-selector .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.component.inhouse-inventory-selector .btn-group > .btn:last-child:not(:first-child), .component.inhouse-inventory-selector .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.component.inhouse-inventory-selector .ui-select-container {
  width: 300px;
  font-size: 0.8125rem; }
  .component.inhouse-inventory-selector .ui-select-container .select2-result-label i.flaticon-rupee-indian {
    font-size: .65rem;
    color: #636363; }
  .component.inhouse-inventory-selector .ui-select-container .select2-highlighted span.rate {
    color: white; }
    .component.inhouse-inventory-selector .ui-select-container .select2-highlighted span.rate i.flaticon-rupee-indian {
      color: white; }

.component.inhouse-inventory-selector .quick-search {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 6px;
  padding-right: 6px; }
  .component.inhouse-inventory-selector .quick-search i.glyphicon:before {
    margin-right: 0; }

.product-consumption-details-modal p.input-group {
  max-width: 6rem; }

.product-consumption-details-modal p > input {
  height: 30px; }

.product-consumption-details-modal .done {
  color: #127f55; }

.product-consumption-details-modal .product-consumption-container {
  max-height: 400px;
  overflow-y: scroll; }

.inhouse-inventory-selector-modal.modal-body {
  padding: 10px 20px; }
  .inhouse-inventory-selector-modal.modal-body ul {
    margin: 0;
    padding: 0; }
    .inhouse-inventory-selector-modal.modal-body ul li.cursor-pointer {
      border: solid 1px silver;
      padding: 4px 7px;
      font-size: 0.8125rem;
      margin-right: 0.5rem;
      margin-bottom: 0.3rem;
      cursor: pointer; }
      .inhouse-inventory-selector-modal.modal-body ul li.cursor-pointer span.ui-select-highlight {
        background-color: yellow; }
      .inhouse-inventory-selector-modal.modal-body ul li.cursor-pointer:hover {
        border: solid 1px grey;
        background-color: #eaeaea; }
      .inhouse-inventory-selector-modal.modal-body ul li.cursor-pointer:focus {
        border: solid 1px grey;
        background-color: #EAEAEA;
        outline: none; }

.inhouse-inventory-selector-modal.modal-body {
  padding: 10px 20px; }
  .inhouse-inventory-selector-modal.modal-body ul {
    margin: 0;
    padding: 0; }
    .inhouse-inventory-selector-modal.modal-body ul li.cursor-pointer {
      border: solid 1px silver;
      padding: 4px 7px;
      font-size: 0.8125rem;
      margin-right: 0.5rem;
      margin-bottom: 0.3rem;
      cursor: pointer; }
      .inhouse-inventory-selector-modal.modal-body ul li.cursor-pointer span.ui-select-highlight {
        background-color: yellow; }
      .inhouse-inventory-selector-modal.modal-body ul li.cursor-pointer:hover {
        border: solid 1px grey;
        background-color: #eaeaea; }
      .inhouse-inventory-selector-modal.modal-body ul li.cursor-pointer:focus {
        border: solid 1px grey;
        background-color: #EAEAEA;
        outline: none; }

.inhouse-inventory-edit-product-modal .product-details p.input-group {
  max-width: 11rem;
  margin-right: 0.75rem; }

.inhouse-inventory-edit-product-modal .stock-qty {
  height: 34px;
  display: flex;
  align-items: center; }
  .inhouse-inventory-edit-product-modal .stock-qty span.qty {
    margin-right: 5px;
    font-size: 14px; }

.inhouse-inventory-edit-product-modal table td {
  overflow: inherit; }

.inhouse-inventory-edit-product-modal .added-service-details {
  max-height: 400px;
  overflow-y: scroll; }

.page.inhouse-inventory-product-list .panel.panel-header .component.inhouse-inventory-brand-selector {
  min-height: 30px;
  padding: 3px 6px;
  height: inherit !important; }

.page.inhouse-inventory-overview .btn-link:focus {
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  transform: none !important; }

.page.inhouse-inventory-overview .btn-link .fa {
  width: 25px; }

.page.inhouse-inventory-stock-history .product-name {
  background-color: #E6E6E6; }

.page.inhouse-inventory-stock-history td {
  padding-top: 4px;
  padding-bottom: 4px; }

.page.inhouse-inventory-stock-history .toggle-container {
  width: 150px; }

.page.cashback-overview .content.summary {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
  justify-content: space-between; }

.page.wallet-overview #wallet-overview-doughnut-chart-wrapper {
  position: relative;
  width: 500px;
  height: 400px;
  margin-top: 16px;
  margin-left: 110px; }

.page.wallet-overview .range {
  text-align: center;
  font-weight: 600; }

.page.wallet-customer-wallet .wallet-balance {
  width: 305px;
  background-color: #f3f3f4;
  border: solid 1px #e7eaec;
  padding: 10px;
  height: 100%;
  text-align: center; }
  .page.wallet-customer-wallet .wallet-balance .balance {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #D7006C; }

.view-customer-wallet-modal .customer-info table tbody td {
  border-bottom: none;
  border-top: none;
  padding: 5px; }

.view-customer-wallet-modal .wallet-balance {
  position: absolute;
  margin-top: 8px;
  right: 0.9375rem; }
  .view-customer-wallet-modal .wallet-balance .fill {
    margin-right: -3px;
    padding: 6px 10px;
    text-align: center;
    background-color: #D7006C;
    color: white; }
  .view-customer-wallet-modal .wallet-balance .value {
    padding: 5px 10px;
    text-align: center;
    border: solid 1px silver;
    border-left: none;
    font-weight: 600; }

.component.wallet-transactions-list span.plus-minus {
  min-width: 20px;
  display: inline-block; }

.component.create-reminder .date-selector-container {
  width: 100%; }
  .component.create-reminder .date-selector-container .input-group.date-selector {
    width: 100%; }

.component.create-reminder textarea#reminder-description {
  min-height: 100px; }

.component.create-reminder p.date-section, .component.create-reminder p.description-section {
  width: 15rem; }

.component.reminder-list .done {
  margin-top: 3px;
  margin-bottom: 3px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #19AA73;
  color: white;
  border-radius: 25px;
  display: inline-block;
  text-align: center; }

.component.reminder-list table.reminder-list td:nth-of-type(1), .component.reminder-list table.reminder-list th:nth-of-type(1) {
  width: 6%; }

.component.reminder-list table.reminder-list td:nth-of-type(2), .component.reminder-list table.reminder-list th:nth-of-type(2) {
  width: 12%; }

.component.reminder-list table.reminder-list td:nth-of-type(3), .component.reminder-list table.reminder-list th:nth-of-type(3) {
  width: 12%; }

.component.reminder-list table.reminder-list td:nth-of-type(4), .component.reminder-list table.reminder-list th:nth-of-type(4) {
  width: 10%; }

.component.reminder-list table.reminder-list td:nth-of-type(5), .component.reminder-list table.reminder-list th:nth-of-type(5) {
  width: 25%; }

.component.reminder-list table.reminder-list td:nth-of-type(6), .component.reminder-list table.reminder-list th:nth-of-type(6) {
  width: 10%; }

.component.reminder-list table.reminder-list td:nth-of-type(7), .component.reminder-list table.reminder-list th:nth-of-type(7) {
  width: 25%; }

.component.reminder-list table.reminder-list.customer-list td:nth-of-type(1), .component.reminder-list table.reminder-list.customer-list th:nth-of-type(1) {
  width: 6%; }

.component.reminder-list table.reminder-list.customer-list td:nth-of-type(2), .component.reminder-list table.reminder-list.customer-list th:nth-of-type(2) {
  width: 10%; }

.component.reminder-list table.reminder-list.customer-list td:nth-of-type(3), .component.reminder-list table.reminder-list.customer-list th:nth-of-type(3) {
  width: 49%; }

.component.reminder-list table.reminder-list.customer-list td:nth-of-type(4), .component.reminder-list table.reminder-list.customer-list th:nth-of-type(4) {
  width: 10%; }

.component.reminder-list table.reminder-list.customer-list td:nth-of-type(5), .component.reminder-list table.reminder-list.customer-list th:nth-of-type(5) {
  width: 25%; }

.component.view-reminder-modal .reminder-info table tbody td {
  border-bottom: none;
  border-top: none;
  padding: 5px; }

.component.view-reminder-modal .remainder-description {
  text-align: center;
  overflow: auto; }

.component.edit-reminder-modal .component.customer-selector .form-control {
  width: 95%; }

.component.edit-reminder-modal .component.customer-selector .btn.btn-default {
  margin-left: -15px; }

div.component.customer-memberships-about-to-expire .component.go-to-state {
  margin-right: 10px; }

.membership-list.table td:last-child {
  width: 220px; }

.component.create-membership .membership-details p.input-group {
  max-width: 11rem;
  margin-right: 0.75rem; }

.component.create-membership div.menu-services {
  overflow-y: scroll;
  max-height: 370px; }
  .component.create-membership div.menu-services input.discount {
    max-width: 50px;
    padding: 3px 5px; }

.component.create-membership table.menu-services > tbody td:nth-child(1), .component.create-membership table.menu-services > thead th:nth-child(1) {
  width: 25%; }

.component.create-membership table.menu-services > tbody td:nth-child(2), .component.create-membership table.menu-services > thead th:nth-child(2) {
  width: 15%; }

.component.create-membership table.menu-services > tbody td:nth-child(3), .component.create-membership table.menu-services > thead th:nth-child(3) {
  width: 10%; }

.component.create-membership table.menu-services > tbody td:nth-child(4), .component.create-membership table.menu-services > thead th:nth-child(4) {
  width: 12%; }

.component.create-membership table.menu-services > tbody td:nth-child(5), .component.create-membership table.menu-services > thead th:nth-child(5) {
  width: 26%; }

.component.create-membership table.menu-services > tbody td:nth-child(6), .component.create-membership table.menu-services > thead th:nth-child(6) {
  width: 12%; }

.component.create-membership .apply-all input {
  max-width: 50px;
  padding: 3px 5px;
  font-weight: normal; }

.component.create-membership .apply-all button {
  padding-top: 3px;
  padding-bottom: 3px; }

.component.create-membership .component.discount-selector {
  width: 105px; }

.component.assign-membership .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.component.assign-membership .lovelace-checkbox:hover {
  background: #9faab7; }

.component.assign-membership .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.component.assign-membership .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.component.assign-membership p.input-group {
  width: 15rem; }

.component.assign-membership .component.taxes-grid .panel {
  margin-bottom: 0; }

.component.assign-membership .component.membership .membership-info {
  width: 20rem;
  padding: 15px;
  background-color: #ddd;
  border-radius: 2px; }
  .component.assign-membership .component.membership .membership-info .membership-label {
    display: inline-block;
    min-width: 70px; }

.component.assign-membership .component.invoice-summary {
  width: 290px; }
  .component.assign-membership .component.invoice-summary > div table td {
    padding: .1875rem .25rem;
    text-align: right;
    min-width: 6rem; }
    .component.assign-membership .component.invoice-summary > div table td:first-child {
      text-align: left; }
    .component.assign-membership .component.invoice-summary > div table td i {
      color: #D7006C; }

.component.assign-membership .popover {
  max-width: 800px; }

.component.customer-membership-cards .grid-container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 320px repeat(auto-fill, 320px) 320px; }

.component.customer-membership-cards .grid-item {
  background-color: #ddd;
  border-radius: 2px;
  padding: 15px;
  width: 310px;
  justify-self: start; }

.membership-customers-modal .modal-body {
  overflow-y: auto;
  max-height: 400px; }

.assign-membership-manually-modal .component.customer-selector p.input-group, .assign-membership-manually-modal .component.date-selector p.input-group {
  width: 250px; }

.assign-membership-manually-modal p.input-group {
  width: 250px; }

.assign-membership-modal .component.assign-membership p {
  width: 100%; }

.page.customer-memberships-credits-balance-list .summary .flex-1 {
  text-align: center;
  padding: 10px 0px; }
  .page.customer-memberships-credits-balance-list .summary .flex-1 span.title {
    display: inline-block;
    margin-bottom: .5rem;
    padding: 0; }
  .page.customer-memberships-credits-balance-list .summary .flex-1 span.amount {
    font-size: 1.3rem; }
    .page.customer-memberships-credits-balance-list .summary .flex-1 span.amount i {
      color: #D7006C;
      margin-right: 3px; }

.page.support-home {
  margin-top: 50px;
  display: flex;
  justify-content: center; }
  .page.support-home .support-home-container .panel .strizly-support {
    font-size: 30px;
    padding: 25px 0px;
    text-align: center;
    color: #D7006C; }
  .page.support-home .support-home-container .panel .home-footer {
    border-top: 1px solid #dde0df;
    text-align: center;
    padding: 20px 0px; }

.component.feedback-list .component.daterange-selector .date-selector input {
  padding-left: 8px; }

.pay-modal .item-description {
  border: 1px solid white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }

.pay-modal .payment-btn button {
  margin-top: 10px;
  width: 240px; }

.payemt-neft-modal-create table tbody, .payemt-neft-modal-create table td {
  padding: 5px; }

.component.room-list table td {
  white-space: normal; }

.component.room-status-label {
  padding: .1875rem .5rem;
  color: #464646;
  background-color: #e2e2e2;
  border-radius: 2px;
  min-width: 5rem;
  display: inline-block;
  text-align: center; }
  .component.room-status-label.orange {
    border-left: solid 3px orange; }
  .component.room-status-label.green {
    border-left: solid 3px #127f55; }

.page.spa-pack.redeem .component.customer-selector p.input-group {
  width: 15rem; }

.page.spa-pack.redeem i.reset {
  cursor: pointer; }

.page.spa-pack.redeem .component.bill-customer-view {
  width: 40rem; }

div.component.customer-spa-pack-about-to-expire .component.go-to-state {
  margin-right: 10px; }

.component.customer-spa-packs button, .component.customer-spa-packs button:focus, .component.customer-spa-packs button:active, .component.customer-spa-packs button:focus-within {
  transform: none !important; }

.component.customer-spa-packs button, .component.customer-spa-packs button:focus, .component.customer-spa-packs button:active, .component.customer-spa-packs button:focus-within {
  box-shadow: none !important; }

.component.customer-spa-packs .customer-spa-pack {
  padding: 1rem;
  border: solid 1px silver;
  margin-bottom: 1rem; }
  .component.customer-spa-packs .customer-spa-pack .icon.fi.flaticon-massage-spa-body-treatment {
    font-size: 4rem; }
  .component.customer-spa-packs .customer-spa-pack table.actions {
    width: inherit;
    margin-bottom: 0; }
    .component.customer-spa-packs .customer-spa-pack table.actions td, .component.customer-spa-packs .customer-spa-pack table.actions th {
      border-top: none;
      padding: 3px 2px; }
      .component.customer-spa-packs .customer-spa-pack table.actions td:first-child, .component.customer-spa-packs .customer-spa-pack table.actions th:first-child {
        padding-right: 5px; }
      .component.customer-spa-packs .customer-spa-pack table.actions td span, .component.customer-spa-packs .customer-spa-pack table.actions th span {
        margin-left: 3px;
        display: inline-block; }

.component.customer-spa-packs div.services table {
  margin-top: 1rem; }
  .component.customer-spa-packs div.services table td, .component.customer-spa-packs div.services table th {
    vertical-align: middle; }
    .component.customer-spa-packs div.services table td:nth-of-type(1), .component.customer-spa-packs div.services table th:nth-of-type(1) {
      width: 15%; }
    .component.customer-spa-packs div.services table td:nth-of-type(2), .component.customer-spa-packs div.services table th:nth-of-type(2) {
      width: 10%; }
    .component.customer-spa-packs div.services table td:nth-of-type(3), .component.customer-spa-packs div.services table th:nth-of-type(3) {
      width: 10%; }
    .component.customer-spa-packs div.services table td:nth-of-type(4), .component.customer-spa-packs div.services table th:nth-of-type(4) {
      width: 15%; }
    .component.customer-spa-packs div.services table td:nth-of-type(5), .component.customer-spa-packs div.services table th:nth-of-type(5) {
      width: 15%; }
    .component.customer-spa-packs div.services table td:nth-of-type(6), .component.customer-spa-packs div.services table th:nth-of-type(6) {
      width: 15%; }
    .component.customer-spa-packs div.services table td:nth-of-type(7), .component.customer-spa-packs div.services table th:nth-of-type(7) {
      width: 15%; }
    .component.customer-spa-packs div.services table td:nth-of-type(3), .component.customer-spa-packs div.services table td:nth-of-type(7), .component.customer-spa-packs div.services table th:nth-of-type(3), .component.customer-spa-packs div.services table th:nth-of-type(7) {
      text-align: center; }
    .component.customer-spa-packs div.services table td.gender i, .component.customer-spa-packs div.services table th.gender i {
      font-size: 1rem !important; }
    .component.customer-spa-packs div.services table td span.done, .component.customer-spa-packs div.services table th span.done {
      display: inline-block;
      margin-top: 3px;
      margin-bottom: 3px;
      width: 25px;
      height: 25px;
      line-height: 25px;
      background-color: #127f55;
      color: white;
      border-radius: 25px; }
      .component.customer-spa-packs div.services table td span.done.hidden, .component.customer-spa-packs div.services table th span.done.hidden {
        display: none !important; }
      .component.customer-spa-packs div.services table td span.done i, .component.customer-spa-packs div.services table th span.done i {
        color: white !important; }

.component.customer-spa-packs button.show-details {
  min-width: 7.5rem; }
  .component.customer-spa-packs button.show-details i {
    transition: 0.5s;
    margin-right: 5px; }

.component.customer-spa-packs .progress-bar {
  background-color: #127f55; }
  .component.customer-spa-packs .progress-bar > i {
    color: white; }

.component.spa-packs-list table td {
  overflow: inherit; }

.component.spa-pack-assign .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.component.spa-pack-assign .lovelace-checkbox:hover {
  background: #9faab7; }

.component.spa-pack-assign .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.component.spa-pack-assign .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.component.spa-pack-assign p.input-group {
  width: 15rem; }

.component.spa-pack-assign .component.taxes-grid .panel {
  margin-bottom: 0; }

.component.spa-pack-assign .component.spa-pack .pack-info {
  padding: 1rem;
  width: 20rem;
  border: solid 1px rgba(192, 192, 192, 0.72);
  background-color: #f3f3f4; }

.component.spa-pack-assign .component.invoice-summary {
  width: 290px; }
  .component.spa-pack-assign .component.invoice-summary > div table td {
    padding: .1875rem .25rem;
    text-align: right;
    min-width: 6rem; }
    .component.spa-pack-assign .component.invoice-summary > div table td:first-child {
      text-align: left; }
    .component.spa-pack-assign .component.invoice-summary > div table td i {
      color: #D7006C; }

.component.spa-pack-assign i.reset {
  cursor: pointer;
  margin-top: -3px; }

.component.spa-pack-assign .popover {
  max-width: 800px; }

.redeem-spa-pack-modal .service-selector {
  user-select: none;
  padding: 1em 0.5em;
  padding-left: 1rem;
  border: 1px solid #e7eaec;
  border-left: solid 5px #D7006C; }
  .redeem-spa-pack-modal .service-selector .menu-selector.component > div.category, .redeem-spa-pack-modal .service-selector .menu-selector.component > div.service, .redeem-spa-pack-modal .service-selector .menu-selector.component > div.gender, .redeem-spa-pack-modal .service-selector .menu-selector.component div.member-type {
    display: flex;
    margin-bottom: 0.5rem; }
    .redeem-spa-pack-modal .service-selector .menu-selector.component > div.category:last-child, .redeem-spa-pack-modal .service-selector .menu-selector.component > div.service:last-child, .redeem-spa-pack-modal .service-selector .menu-selector.component > div.gender:last-child, .redeem-spa-pack-modal .service-selector .menu-selector.component div.member-type:last-child {
      margin-bottom: 0; }
    .redeem-spa-pack-modal .service-selector .menu-selector.component > div.category > label, .redeem-spa-pack-modal .service-selector .menu-selector.component > div.service > label, .redeem-spa-pack-modal .service-selector .menu-selector.component > div.gender > label, .redeem-spa-pack-modal .service-selector .menu-selector.component div.member-type > label {
      flex: 0 0 100px; }

.redeem-spa-pack-modal p.input-group {
  width: 250px; }

.assign-spa-pack-manually-modal p.input-group {
  width: 100% !important; }

.assign-spa-pack-manually-modal .lovelace-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: solid 1px #b1b1b1;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1; }

.assign-spa-pack-manually-modal .lovelace-checkbox:hover {
  background: #9faab7; }

.assign-spa-pack-manually-modal .lovelace-checkbox:checked {
  border: solid 1px transparent;
  background: #D7006C; }

.assign-spa-pack-manually-modal .lovelace-checkbox:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  text-align: center;
  line-height: 20px; }

.modal-view-customer-spa-pack .component.customer-spa-packs .customer-spa-pack {
  border: none; }

.component.edit-customer-spa-modal .component.date-selector p.input-group {
  width: 100%; }

.assign-spa-pack-manually-modal .component.customer-selector p, .assign-spa-pack-manually-modal .component.date-selector p {
  width: 100% !important; }

.assign-spa-pack-manually-modal .component.date-selector-2 {
  width: 50%; }

.page.business-holidays {
  max-width: 680px; }
  .page.business-holidays table td {
    overflow: inherit; }

.component.create-business-holiday .date-selector-container {
  width: 100%; }
  .component.create-business-holiday .date-selector-container .input-group.date-selector {
    width: 100%; }

.component.create-business-holiday p.input-group {
  text-align: start; }

.page.online-portal-general div.half-border {
  height: 1px;
  width: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-bottom: solid 2px #6c6c6c; }

.page.online-portal-general img.logo {
  width: 70px; }

.page.online-portal-general .social-media i.fa {
  min-width: 1.2rem;
  font-size: 1rem; }

.page.online-portal-general .social-media .social-title {
  min-width: 5.5rem; }

.page.online-portal-general .dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 150px;
  width: 150px; }

.page.online-portal-general .dropzone-wrapper:hover {
  background: #ecf0f5; }

.page.online-portal-general .dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  top: 50px;
  font-size: 16px; }

.page.online-portal-general .dropzone, .page.online-portal-general .dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0; }

.page.online-portal-general div span input.change-logo1 {
  opacity: 0;
  position: absolute;
  top: 70px;
  width: 50px;
  cursor: pointer; }

.page.online-portal-bookings {
  margin-left: 0.6rem; }
  .page.online-portal-bookings div.half-border {
    height: 1px;
    width: 30px;
    margin-top: 5px;
    margin-bottom: 15px;
    border-bottom: solid 2px #D7006C; }
  .page.online-portal-bookings div.days input, .page.online-portal-bookings div.services input {
    width: 50px;
    height: 25px;
    text-align: center; }
  .page.online-portal-bookings input[type=checkbox] {
    margin-top: 0px; }
  .page.online-portal-bookings textarea {
    width: inherit;
    margin-top: 0.2rem; }
  .page.online-portal-bookings div.days span, .page.online-portal-bookings div.services span {
    line-height: 6px; }
  .page.online-portal-bookings .container {
    position: relative;
    padding-left: 35px;
    margin: 0;
    cursor: pointer;
    font-weight: 500; }
  .page.online-portal-bookings .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .page.online-portal-bookings .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%; }
  .page.online-portal-bookings .container:hover input ~ .checkmark {
    background-color: #ccc; }
  .page.online-portal-bookings .container input:checked ~ .checkmark {
    background-color: #D7006C; }
  .page.online-portal-bookings .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .page.online-portal-bookings .container input:checked ~ .checkmark:after {
    display: block; }
  .page.online-portal-bookings .container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white; }
  .page.online-portal-bookings .lovelace-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: solid 1px #b1b1b1;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1; }
  .page.online-portal-bookings .lovelace-checkbox:hover {
    background: #9faab7; }
  .page.online-portal-bookings .lovelace-checkbox:checked {
    border: solid 1px transparent;
    background: #D7006C; }
  .page.online-portal-bookings .lovelace-checkbox:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    font-family: FontAwesome;
    content: "\F00C";
    display: inline-block;
    text-align: center;
    line-height: 20px; }

.page.online-portal-website .page-title {
  padding-left: 0.3rem;
  margin-bottom: .5rem; }

.page.online-portal-website table {
  max-width: 600px; }
  .page.online-portal-website table td {
    overflow: inherit; }

.page.online-portal-website div.half-border {
  height: 1px;
  width: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-bottom: solid 2px #D7006C; }

.page.online-portal-website .create-page-btn {
  margin-top: -55px; }

.create-portal-page .template-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, minmax(80px, 1fr));
  text-align: center; }

.create-portal-page img {
  height: 175px; }

.create-portal-page .on-template-select {
  opacity: 0.3; }
