/* Generated by less 2.5.1 */
[data-alert-back],
[data-loading-background] {
  width: 100%;
  height: 100%;
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  display: table;
  z-index: 99999;
}
[data-alert-content],
[data-loading-content] {
  width: inherit;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
[data-alert-frm] {
  margin: 0 auto;
  width: 400px;
  min-height: 100px;
  text-align: center;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 8px rgba(52, 49, 49, 0.71);
}
[data-alert-frm] [data-alert-body] {
  text-align: left;
  padding: 24px;
  min-height: 35px;
  display: block;
}
[data-alert-frm] [data-alert-foot] {
  min-height: 40px;
  padding-left: 24px;
  padding-right: 20px;
  text-align: right;
}
.btn-frm {
  border: none;
  margin: 0;
  padding: 8px;
  background-color: transparent;
  font-weight: bold;
  color: #332f2f;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 5px;
}
.btn-frm:hover {
  cursor: pointer;
  background-color: #EBEBEB;
}
div .inp-frm {
  height: 20px;
  width: 100%;
  box-sizing: content-box;
}
[data-frame-animation].load {
  border: 8px solid rgba(243, 243, 243, 0.15);
  border-top: 8px solid #0068ad;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: rotate 1s linear infinite;
  margin: auto;
}
[data-loading-body] {
  margin: auto;
  display: table;
}
[data-loading-box] {
  text-align: center;
  color: white;
  font-size: 18px;
}
[data-loading-box].left [data-loading],
[data-loading-box].right [data-loading],
[data-loading-box].left [data-loading-wrap],
[data-loading-box].right [data-loading-wrap] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
[data-loading-box].top [data-loading],
[data-loading-box].bottom [data-loading],
[data-loading-box].top [data-loading-wrap],
[data-loading-box].bottom [data-loading-wrap] {
  display: block;
}
[data-loading-box].left [data-loading-wrap] {
  padding-right: 1em;
}
[data-loading-box].right [data-loading-wrap] {
  padding-left: 1em;
}
[data-loading-box].top [data-loading-wrap] {
  padding-bottom: 1em;
}
[data-loading-box].bottom [data-loading-wrap] {
  padding-top: 1em;
}
[data-frame-animation].loaderBox {
  width: 100px;
  height: 100px;
}
[data-frame-animation].loaderBox .box {
  width: 40px;
  height: 40px;
  background-color: #3939eb;
  margin: 2px;
  box-sizing: border-box;
  position: relative;
  float: left;
}
[data-frame-animation].loaderBox .box:nth-child(2) {
  animation: fliper linear 4s forwards infinite;
  animation-delay: 0s;
}
[data-frame-animation].loaderBox .box:nth-child(4) {
  animation: fliper linear 4s forwards infinite;
  animation-delay: 0.5s;
}
[data-frame-animation].loaderBox .box:nth-child(3) {
  animation: fliper linear 4s forwards infinite;
  animation-delay: 1s;
}
[data-frame-animation].loaderBox .box:nth-child(1) {
  animation: fliper linear 4s forwards infinite;
  animation-delay: 1.5s;
}
[data-frame-animation].msgIndicator {
  display: inline-block;
}
[data-frame-animation].msgIndicator .indicator {
  width: 15px;
  height: 15px;
  background-color: #534d4d;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
[data-frame-animation].msgIndicator .indicator:nth-child(1) {
  animation: indicator linear 1.5s forwards infinite;
  animation-delay: 0s;
}
[data-frame-animation].msgIndicator .indicator:nth-child(2) {
  animation: indicator linear 1.5s forwards infinite;
  animation-delay: 0.5s;
}
[data-frame-animation].msgIndicator .indicator:nth-child(3) {
  animation: indicator linear 1.5s both infinite;
  animation-delay: 1s;
}
[data-frame-animation].svgAnimate {
  height: 100px;
  width: 100px;
  animation: rotateCircle 2s linear infinite;
}
[data-frame-animation].svgAnimate circle {
  stroke-width: 6;
  stroke: #1b46d6;
  fill: none;
  animation: dashCircle 1.5s forwards ease-in-out infinite;
  /*        colorCircle 6s ease-in-out infinite;*/
  stroke-linecap: round;
  stroke-dashoffset: 0;
  stroke-dasharray: 0, 300;
}
[data-meframe-scroll] {
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 50px;
    right: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    font-size: 50px;
    text-align: center;
    color: black;
    cursor: pointer;
    animation: bounce 1s ease infinite;

}

    [data-meframe-scroll].scroll-down:before {
        content: "\f107";
    }

    [data-meframe-scroll].scroll-up {
        line-height: 0.8em;
    }

        [data-meframe-scroll].scroll-up:before {
            content: "\f106";
        }
[data-Meframe-logs-top][data-Meframe-logs-left] {
  max-width: 30em;
  position: fixed;
  z-index: 999999;
  display: block;
}
[data-Meframe-logs-top='true'] {
  top: 20px;
}
[data-Meframe-logs-top='false'] {
  bottom: 20px;
}
[data-Meframe-logs-left='true'] {
  left: 30px;
}
[data-Meframe-logs-left='false'] {
  right: 30px;
}
[data-Meframe-logs-wrapper] {
  width: auto;
  margin-bottom: 10px;
  border: 0;
  border-radius: 0;
  overflow-y: hidden;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
[data-Meframe-logs-wrapper].Meframe-success {
  background-color: #43A047;
  color: white;
}
[data-Meframe-logs-wrapper].Meframe-error {
  background-color: #e51c23;
  color: white;
}
[data-Meframe-logs-wrapper].Meframe-warning {
  background-color: #F9A825;
  color: black;
}
[data-Meframe-logs-wrapper].Meframe-info {
  background-color: #0288d1;
  color: white;
}
[data-Meframe-logs-wrapper].Meframe-log {
  background-color: #424242;
  color: white;
}
[data-Meframe-logs-wrapper] [data-Meframe-logs-text] {
  padding: 1em !important;
}
@media all and (max-width: 767px) {
  [data-Meframe-logs-top][data-Meframe-logs-left] {
    max-width: 15em !important;
  }
}
/*********  Animations **********/
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes paper {
  0% {
    transform: rotateZ(0deg);
  }
  25%,
  50%,
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes fliper {
  from {
    transform: perspective(600px);
    opacity: 1;
  }
  5% {
    transform: perspective(600px) rotateX(0deg);
    opacity: 1;
  }
  10%,
  20%,
  30%,
  40%,
  50% {
    transform: perspective(600px) rotateX(90deg);
    opacity: 0;
  }
  55% {
    transform: perspective(600px) rotateX(90deg);
    opacity: 0;
  }
  60% {
    transform: perspective(600px) rotateX(0deg);
    opacity: 1;
  }
  65%,
  70%,
  80%,
  90% 100% {
    transform: perspective(600px);
    opacity: 1;
  }
}
@keyframes indicator {
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  15% {
    opacity: 0.5;
    transform: scale3d(1.2, 1.2, 1.2);
  }
  30%,
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes dashCircle {
  from {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 300;
  }
  50% {
    stroke-dasharray: 210, 300;
    stroke-dashoffset: -30;
  }
  to {
    stroke-dasharray: 210, 300;
    stroke-dashoffset: -276;
  }
}
@keyframes colorCircle {
  from {
    stroke: #1b46d6;
  }
  20% {
    stroke: #d6b91b;
  }
  40% {
    stroke: #1bd631;
  }
  60% {
    stroke: #c01bd6;
  }
  80% {
    stroke: #d61b22;
  }
  to {
    stroke: #1b46d6;
  }
}
@keyframes rotateCircle {
  to {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
    50% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }
}