@charset "UTF-8";

@font-face {
  font-family: "barmcrm-icons";
  src:url("fonts/barmcrm-icons.eot");
  src:url("fonts/barmcrm-icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/barmcrm-icons.woff") format("woff"),
    url("fonts/barmcrm-icons.ttf") format("truetype"),
    url("fonts/barmcrm-icons.svg#barmcrm-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "barmcrm-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="growicon-"]:before,
[class*=" growicon-"]:before {
  font-family: "barmcrm-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.growicon-0099-database-check:before {
  content: "\61";
}
.growicon-0366-phone-pause:before {
  content: "\62";
}
.growicon-0786-file-preview:before {
  content: "\63";
}
.growicon-0167-eye-crossed:before {
  content: "\64";
}
.growicon-0166-eye:before {
  content: "\65";
}
.growicon-0287-user:before {
  content: "\66";
}
.growicon-0858-checkmark-circle:before {
  content: "\67";
}
.growicon-0861-circle-minus:before {
  content: "\68";
}
.growicon-0191-folder-download:before {
  content: "\69";
}
.growicon-0192-folder-upload:before {
  content: "\6a";
}

.isCheckmarkChecked-success, .isCheckmarkChecked-none {
  position: relative;
  padding-inline-start: calc(1.1em + 10px);
}
.isCheckmarkChecked-success::after,.isCheckmarkChecked-none::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1.1em;
  height: 1.1em;
  border-width: 1.6px;
  border-style: solid;
}
.isCheckmarkChecked-success::before{
  content: "";
  position: absolute;
  right: -0.5em;
  top: -0.5em;
  width: 1.6em;
  height: 1.6em;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns%23" xml:space="preserve" height="16px" viewBox="-0.5 -0.5 16 16" width="16px" version="1.1" y="0px" x="0px" enable-background="new -0.5 -0.5 16 16" overflow="visible" style="fill: %2300b090;"><g transform="matrix(-1 0 0 -1 17.451 1056.3)"><path d="m11.362 1043.8 4.9497 4.9499-1.4141 1.4141-3.5356-3.5355-6.3448 6.3831-1.4333-1.4333z"/></g></svg>');
  background-position: center;
  background-size: contain;
  z-index: 9;
}

[dir="ltr"] .isCheckmarkChecked-success::before{
  left: -0.5em;
  right: auto;
  transform: scalex(-1);
}

[dir="ltr"] .isCheckmarkChecked-success::after,[dir="ltr"] .isCheckmarkChecked-none::after{
  left:0;
  right: auto;
}