.cherry-lock-element {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: no-drop;
  position: relative;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
  .cherry-lock-element.inline-block {
    display: inline-block; }
  .cherry-lock-element label {
    position: relative; }
  .cherry-lock-element .cherry-lable-content,
  .cherry-lock-element .cherry-checkbox-item,
  .cherry-lock-element .select2-container,
  .cherry-lock-element > *:first-child {
    opacity: 0.5;
    pointer-events: none; }
  .cherry-lock-element a.cherry-lock-element__area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    cursor: no-drop; }
    .cherry-lock-element a.cherry-lock-element__area:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .cherry-lock-element a.cherry-lock-element__area:hover .cherry-lock-element__label {
      -webkit-animation-name: lock_show;
              animation-name: lock_show;
      -webkit-animation-duration: 450ms;
              animation-duration: 450ms;
      -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .cherry-lock-element__label {
    opacity: 0;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 5px;
    color: #fff;
    padding: 8px 10px;
    position: absolute;
    white-space: nowrap;
    top: -10px;
    left: 50%;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    will-change: auto;
    pointer-events: none;
    font-size: 14px;
    line-height: 16px;
    -webkit-animation-name: lock_hide;
            animation-name: lock_hide;
    -webkit-animation-duration: 200ms;
            animation-duration: 200ms;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%; }
    .cherry-lock-element__label * + * {
      margin-right: 5px; }
    .cherry-lock-element__label:after {
      border: solid;
      border-color: rgba(0, 0, 0, 0.9) transparent;
      border-width: 6px 6px 0 6px;
      bottom: -5px;
      margin-left: -6px;
      content: "";
      left: 50%;
      position: absolute; }

@-webkit-keyframes lock_show {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: scale(0) translate(-50%, 200%);
            transform: scale(0) translate(-50%, 200%); }
  60% {
    opacity: 0.8;
    -webkit-transform: scale(1.1) translate(-50%, -130%);
            transform: scale(1.1) translate(-50%, -130%); }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: scale(1) translate(-50%, -100%);
            transform: scale(1) translate(-50%, -100%); } }

@keyframes lock_show {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: scale(0) translate(-50%, 200%);
            transform: scale(0) translate(-50%, 200%); }
  60% {
    opacity: 0.8;
    -webkit-transform: scale(1.1) translate(-50%, -130%);
            transform: scale(1.1) translate(-50%, -130%); }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: scale(1) translate(-50%, -100%);
            transform: scale(1) translate(-50%, -100%); } }
@-webkit-keyframes lock_hide {
  0% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: scale(1) translate(-50%, -100%);
            transform: scale(1) translate(-50%, -100%); }
  100% {
    opacity: 0;
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transform: scale(0) translate(-50%, 200%);
            transform: scale(0) translate(-50%, 200%); } }
@keyframes lock_hide {
  0% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: scale(1) translate(-50%, -100%);
            transform: scale(1) translate(-50%, -100%); }
  100% {
    opacity: 0;
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transform: scale(0) translate(-50%, 200%);
            transform: scale(0) translate(-50%, 200%); } }
.cherry-ui-elements-lock {
  opacity: 0.5;
  cursor: no-drop;
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.cherry-ui-container {
  margin: 10px 0 20px 0; }

label.cherry-label {
  margin: 0 0 5px 0;
  display: block; }

input.cherry-ui-text {
  font-size: 14px;
  line-height: 20px;
  color: #23282d;
  background-color: #f1f1f1;
  border-radius: 2px;
  padding: 10px 20px;
  min-height: 50px;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: none;
          box-shadow: none; }
  input.cherry-ui-text:focus {
    border-color: rgba(41, 143, 252, 0.6);
    -webkit-box-shadow: 0 0 2px rgba(41, 143, 252, 0.6);
            box-shadow: 0 0 2px rgba(41, 143, 252, 0.6); }
/*# sourceMappingURL=ui-text.css.map */