@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,700);
.tooltipster-sidetip.tooltipster-selpics .tooltipster-box {
    border-radius: 3px;
    border: 1px solid #dfe4e8;
    background: #ffffff;
}

.tooltipster-sidetip.tooltipster-selpics .tooltipster-content {
    color: #666;
    padding:0px !important;
}

.tooltipster-sidetip.tooltipster-selpics .tooltipster-arrow {
    height: 9px;
    margin-left: -9px;
    width: 18px
}

.tooltipster-sidetip.tooltipster-selpics.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-selpics.tooltipster-right .tooltipster-arrow {
    height: 18px;
    margin-left: 0;
    margin-top: -9px;
    width: 9px
}

.tooltipster-sidetip.tooltipster-selpics .tooltipster-arrow-background {
    border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-selpics.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ededed;
    top: 1px
}

.tooltipster-sidetip.tooltipster-selpics.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #ededed;
    left: -1px
}

.tooltipster-sidetip.tooltipster-selpics.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #ededed;
    left: 1px
}

.tooltipster-sidetip.tooltipster-selpics.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #ededed;
    top: -1px
}

.tooltipster-sidetip.tooltipster-selpics .tooltipster-arrow-border {
    border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-selpics.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #ccc
}

.tooltipster-sidetip.tooltipster-selpics.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #ccc
}

.tooltipster-sidetip.tooltipster-selpics.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #ccc
}

.tooltipster-sidetip.tooltipster-selpics.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #ccc
}

.tooltipster-sidetip.tooltipster-selpics.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -9px
}

.tooltipster-sidetip.tooltipster-selpics.tooltipster-right .tooltipster-arrow-uncropped {
    left: -9px
}
@charset "UTF-8";
.radius, .vf.button {
  border-radius: 4px;
}

.text-color-transition, a.vf.icon-link i, a.vf.icon-link .material-icons, .vf.icon-button i, .vf.help-icon i, .box-button .box-button__title {
  transition: color 200ms ease-in-out;
}

.flex-1 {
  flex: 1 !important;
}

.flex-2 {
  flex: 2 !important;
}

.flex-3 {
  flex: 3 !important;
}

.flex-4 {
  flex: 4 !important;
}

.flex-5 {
  flex: 5 !important;
}

.flex-6 {
  flex: 6 !important;
}

.flex-7 {
  flex: 7 !important;
}

.flex-8 {
  flex: 8 !important;
}

.flex-9 {
  flex: 9 !important;
}

.flex-10 {
  flex: 10 !important;
}

.bold {
  font-weight: 700;
}

/* Eric Meyer's CSS Reset
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   This is a Sass partial
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ph-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 30px 15px 15px 15px;
  overflow: hidden;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}
.ph-item,
.ph-item *,
.ph-item ::after,
.ph-item ::before {
  box-sizing: border-box;
}
.ph-item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
  -webkit-animation: phAnimation 0.8s linear infinite;
          animation: phAnimation 0.8s linear infinite;
  content: " ";
  pointer-events: none;
}
.ph-item > * {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.ph-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -7.5px;
}
.ph-row div {
  height: 10px;
  margin-top: 7.5px;
  background-color: #ced4da;
}
.ph-row .big, .ph-row.big div {
  height: 20px;
}
.ph-row .empty {
  background-color: rgba(255, 255, 255, 0);
}

.ph-col-2 {
  flex: 0 0 16.6666666667%;
}

.ph-col-4 {
  flex: 0 0 33.3333333333%;
}

.ph-col-6 {
  flex: 0 0 50%;
}

.ph-col-8 {
  flex: 0 0 66.6666666667%;
}

.ph-col-10 {
  flex: 0 0 83.3333333333%;
}

.ph-col-12 {
  flex: 0 0 100%;
}

[class*=ph-col] {
  direction: ltr;
}
[class*=ph-col] > * + .ph-row {
  margin-top: 0;
}
[class*=ph-col] > * + * {
  margin-top: 7.5px;
}

.ph-avatar {
  position: relative;
  width: 100%;
  min-width: 60px;
  overflow: hidden;
  background-color: #ced4da;
  border-radius: 50%;
}
.ph-avatar::before {
  display: block;
  padding-top: 100%;
  content: " ";
}

.ph-picture {
  width: 100%;
  height: 120px;
  background-color: #ced4da;
}

@-webkit-keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}

@keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}
.vf.avatar {
  background-color: #FFF;
  background-size: cover;
  background-position: center;
  height: 34px;
  width: 34px;
  border: 2px solid #FFF;
  color: #FFF;
  border-radius: 50%;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  padding-left: 1px;
}

.vf.avatar.large {
  width: 138px;
  height: 138px;
  border: 4px solid #f1f4f6;
  font-size: 25px;
}

.box, .box-button {
  display: block;
  background: #fff;
  border: 1px solid #dfe4e8;
  padding: 25px 30px 24px 30px;
  border-radius: 4px;
}

.box-button {
  text-decoration: none;
}
.box-button .box-button__title {
  color: #363646;
  font-size: 15px;
  margin-bottom: 18px;
  font-weight: 700;
  margin-left: -1px;
}
.box-button h3 {
  margin-bottom: 11px;
  color: #363646;
}
.box-button .box-button__description {
  color: #7d8c9b;
}
.box-button.box-radio {
  padding-left: 78px;
  position: relative;
  overflow: hidden;
}
.box-button.box-radio .radio {
  position: absolute;
  left: 30px;
  top: 17px;
}
.box-button.box-radio .vf.radio input[type=radio] + label {
  height: 500px !important;
  width: 500px !important;
}
.box-button.box-radio .box-button__title {
  margin-top: 4px;
}

.vf.button {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  padding: 0 20px;
  letter-spacing: 0.04rem;
  white-space: nowrap;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 2px;
  position: relative;
  z-index: 11;
  cursor: pointer;
  outline: none;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.19);
  transition: all 0.3s ease-in-out;
}

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

/*-------------------
       Fluid
--------------------*/
.vf.button.fluid {
  width: 100%;
}

/*-------------------
       Disabled
--------------------*/
.vf.button.disabled {
  opacity: 0.4;
}

.vf.button.default {
  background-color: #f1f4f6;
  border-color: #d0d7de;
  color: #7d8c9b;
}
.vf.button.default:hover {
  background-color: #eaeef1;
  color: #7d8c9b;
}
.vf.button.default i, .vf.button.default svg {
  color: #7d8c9b;
}

.vf.button.selpics {
  color: #FFF;
  border-color: #2c8fcf;
  background-color: #46abde;
}
.vf.button.selpics:hover {
  background-color: #3ea3d9;
  color: #FFF;
}
.vf.button.selpics i, .vf.button.selpics svg {
  color: #FFF;
  fill: #FFF;
}

.vf.button.action {
  color: #FFF;
  border-color: #78b252;
  background: #97c872;
}
.vf.button.action:hover {
  color: #FFF;
  background: #8ec168;
}
.vf.button.action i, .vf.button.action svg {
  color: #FFF;
  fill: #FFF;
}

.vf.button.danger {
  color: #FFF;
  border-color: #c85f4b;
  background: #e38675;
}
.vf.button.danger:hover {
  color: #FFF;
  background: #e47864;
}
.vf.button.danger i, .vf.button.danger svg {
  color: #FFF;
  fill: #FFF;
}

.vf.button.impulse {
  color: #FFF;
  border-color: #f16b20;
  background: #f68b35;
}
.vf.button.impulse:hover {
  color: #FFF;
  background: #f47f2d;
}
.vf.button.impulse i, .vf.button.impulse svg {
  color: #FFF;
  fill: #FFF;
}

.vf.button.horus {
  color: #FFF;
  border-color: #272733;
  background: #363646;
}
.vf.button.horus:hover {
  color: #FFF;
  background: #272733;
}
.vf.button.horus i, .vf.button.horus svg {
  color: #FFF;
  fill: #FFF;
}

.vf.button.maker {
  color: #FFF;
  border-color: #e85b60;
  background: #ff6b70;
}
.vf.button.maker:hover {
  color: #FFF;
  background: #f47f2d;
}
.vf.button.maker i, .vf.button.maker svg {
  color: #FFF;
  fill: #FFF;
}

.vf.button.youfocus {
  color: #FFF;
  border-color: #272733;
  background: #363646;
}
.vf.button.youfocus:hover {
  color: #FFF;
  background: #272733;
}
.vf.button.youfocus i, .vf.button.youfocus svg {
  color: #FFF;
  fill: #FFF;
}

.vf.button.illusion {
  color: #FFF;
  border-color: #8561a2;
  background: #9f73c1;
}
.vf.button.illusion:hover {
  color: #FFF;
  background: #8561a2;
}
.vf.button.illusion i, .vf.button.illusion svg {
  color: #FFF;
  fill: #FFF;
}

/*-------------------
       Outline
--------------------*/
.vf.button.line {
  background: none;
  border-bottom-width: 1px;
}
.vf.button.line:hover {
  color: #FFF !important;
}

.vf.button.default.line {
  color: #7d8c9b;
}
.vf.button.default.line:hover {
  color: #7d8c9b !important;
}

.vf.button.action.line {
  color: #97c872;
}

.vf.button.danger.line {
  color: #e38675;
}

.vf.button.selpics.line {
  color: #46abde;
}

.vf.button.impulse.line {
  color: #97c872;
}

.vf.button.maker.line {
  color: #ff6b70;
}

.vf.button.youfocus.line {
  color: #ff6b70;
}

.vf.button.illusion.line {
  color: #ff6b70;
}

.sp-btn-link {
  background: none;
  border: none;
  box-shadow: none;
}
.sp-btn-link:hover {
  background: none;
}

/*-------------------
       Icon
---------------------*/
.vf.button span + .material-icons,
.vf.button span + .icon {
  margin-left: 13px;
}

.vf.button .material-icons + span,
.vf.button .icon + span {
  margin-left: 13px;
}

/*-------------------
        MEDIUM
--------------------*/
.vf.button.medium {
  font-size: 18px;
  padding: 0 25px;
  height: 45px;
}

/*-------------------
    MEDIUM LARGE
--------------------*/
.vf.button.medium-l {
  font-size: 18px;
  padding: 0 25px;
  height: 50px;
}

/*-------------------
       Large
--------------------*/
.vf.button.large {
  font-size: 18px;
  padding: 0 25px;
  height: 59px;
}

/*-------------------
       Loader
--------------------*/
.sp-loading .sp-loader {
  display: inline-block;
}

/* -------------- loader10 -------------- */
.sp-loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  height: 8px;
  width: 8px;
  border-radius: 12px;
}

.sp-loader {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  left: 50%;
  border-radius: 12px;
}

.sp-loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  height: 8px;
  width: 8px;
  border-radius: 12px;
}

.sp-loader.light:before {
  -webkit-animation: loader10g-light 1.5s ease-in-out infinite;
  animation: loader10g-light 1.5s ease-in-out infinite;
}

.sp-loader.light {
  -webkit-animation: loader10m-light 1.5s ease-in-out infinite;
  animation: loader10m-light 1.5s ease-in-out infinite;
}

.sp-loader.light:after {
  -webkit-animation: loader10d-light 1.5s ease-in-out infinite;
  animation: loader10d-light 1.5s ease-in-out infinite;
}

@-webkit-keyframes loader10g-light {
  0% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: white;
  }
  50% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  75% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@keyframes loader10g-light {
  0% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: white;
  }
  50% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  75% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@-webkit-keyframes loader10m-light {
  0% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    background-color: white;
  }
  75% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@keyframes loader10m-light {
  0% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    background-color: white;
  }
  75% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@-webkit-keyframes loader10d-light {
  0% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  75% {
    background-color: white;
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@keyframes loader10d-light {
  0% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  75% {
    background-color: white;
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.sp-loader.dark:before {
  -webkit-animation: loader10g-dark 1.5s ease-in-out infinite;
  animation: loader10g-dark 1.5s ease-in-out infinite;
}

.sp-loader.dark {
  -webkit-animation: loader10m-dark 1.5s ease-in-out infinite;
  animation: loader10m-dark 1.5s ease-in-out infinite;
}

.sp-loader.dark:after {
  -webkit-animation: loader10d-dark 1.5s ease-in-out infinite;
  animation: loader10d-dark 1.5s ease-in-out infinite;
}

@-webkit-keyframes loader10g-dark {
  0% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  25% {
    background-color: #a8b4bf;
  }
  50% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  75% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  100% {
    background-color: rgba(168, 180, 191, 0.2);
  }
}
@keyframes loader10g-dark {
  0% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  25% {
    background-color: #a8b4bf;
  }
  50% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  75% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  100% {
    background-color: rgba(168, 180, 191, 0.2);
  }
}
@-webkit-keyframes loader10m-dark {
  0% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  25% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  50% {
    background-color: #a8b4bf;
  }
  75% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  100% {
    background-color: rgba(168, 180, 191, 0.2);
  }
}
@keyframes loader10m-dark {
  0% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  25% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  50% {
    background-color: #a8b4bf;
  }
  75% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  100% {
    background-color: rgba(168, 180, 191, 0.2);
  }
}
@-webkit-keyframes loader10d-dark {
  0% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  25% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  50% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  75% {
    background-color: #a8b4bf;
  }
  100% {
    background-color: rgba(168, 180, 191, 0.2);
  }
}
@keyframes loader10d-dark {
  0% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  25% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  50% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  75% {
    background-color: #a8b4bf;
  }
  100% {
    background-color: rgba(168, 180, 191, 0.2);
  }
}
.sp-loader.green:before {
  -webkit-animation: loader10g-green 1.5s ease-in-out infinite;
  animation: loader10g-green 1.5s ease-in-out infinite;
}

.sp-loader.green {
  -webkit-animation: loader10m-green 1.5s ease-in-out infinite;
  animation: loader10m-green 1.5s ease-in-out infinite;
}

.sp-loader.green:after {
  -webkit-animation: loader10d-green 1.5s ease-in-out infinite;
  animation: loader10d-green 1.5s ease-in-out infinite;
}

@-webkit-keyframes loader10g-green {
  0% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  25% {
    background-color: #78b252;
  }
  50% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  75% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  100% {
    background-color: rgba(120, 178, 82, 0.2);
  }
}
@keyframes loader10g-green {
  0% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  25% {
    background-color: #78b252;
  }
  50% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  75% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  100% {
    background-color: rgba(120, 178, 82, 0.2);
  }
}
@-webkit-keyframes loader10m-green {
  0% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  25% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  50% {
    background-color: #78b252;
  }
  75% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  100% {
    background-color: rgba(120, 178, 82, 0.2);
  }
}
@keyframes loader10m-green {
  0% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  25% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  50% {
    background-color: #78b252;
  }
  75% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  100% {
    background-color: rgba(120, 178, 82, 0.2);
  }
}
@-webkit-keyframes loader10d-green {
  0% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  25% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  50% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  75% {
    background-color: #78b252;
  }
  100% {
    background-color: rgba(120, 178, 82, 0.2);
  }
}
@keyframes loader10d-green {
  0% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  25% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  50% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  75% {
    background-color: #78b252;
  }
  100% {
    background-color: rgba(120, 178, 82, 0.2);
  }
}
/*-------------------
       Ripple
--------------------*/
.c-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}

.c-ripple__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.c-ripple.is-active .c-ripple__circle {
  -webkit-animation: a-ripple 0.4s ease-in;
          animation: a-ripple 0.4s ease-in;
}

.default .c-ripple__circle {
  background: rgba(0, 0, 0, 0.03);
}

/**
 * Animation: Ripple
 * --------------------------------------------------
 */
@-webkit-keyframes a-ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
@keyframes a-ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
.vf.checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.vf.checkbox label {
  font-size: 12px;
  color: #7d8c9b;
  cursor: pointer;
}
.vf.checkbox label:before, .vf.checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.vf.checkbox label:before {
  width: 18px;
  height: 18px;
  border: 2px solid #bac4cd;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s;
}
.vf.checkbox:hover label:before {
  background: #bac4cd;
  transition: none;
}
.vf.checkbox:hover label:after {
  transform: rotate(-45deg);
  top: 4.7px;
  left: 4px;
  width: 10px;
  height: 5px;
  border: 2px solid white;
  border-top-style: none;
  border-right-style: none;
}
.vf.checkbox input[type=checkbox] {
  outline: 0;
  margin-right: 8px;
  opacity: 0;
}
.vf.checkbox input[type=checkbox]:checked + label:before {
  background: #46abde;
  border: none;
}
.vf.checkbox input[type=checkbox]:checked + label:after {
  transform: rotate(-45deg);
  top: 4.7px;
  left: 4px;
  width: 10px;
  height: 5px;
  border: 2px solid #FFF;
  border-top-style: none;
  border-right-style: none;
}

.vf.checkbox.theme-light input[type=checkbox]:checked + label:before {
  background: #FFF !important;
  border: none;
}
.vf.checkbox.theme-light input[type=checkbox]:checked + label:after {
  border-color: #46abde;
}

.vf.circle-button {
  background: #FFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.vf.circle-button i {
  color: #46abde;
  transition: all 0.3s ease;
}
.vf.circle-button:hover {
  background: #46abde;
}
.vf.circle-button:hover i {
  color: #FFF;
}

.client-picker {
  position: relative;
}
.client-picker .dropdown-clientes {
  position: absolute;
  z-index: 1;
  top: 46px;
  left: 0;
}
.client-picker .avatar {
  margin-right: 20px;
}
.client-picker__email {
  color: #7d8c9b;
  font-size: 12px;
  margin-top: 3px;
}

.vf.dot {
  width: 20px;
  height: 20px;
}
.vf.dot:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #95c671;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.vf.dot:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #95c671;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(149, 198, 113, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.dropdown-clientes {
  border: 1px solid #d0d7de;
  border-radius: 5px;
  background: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 422px;
  z-index: 10;
  max-height: 272px;
  overflow-y: auto;
  position: absolute;
}
.dropdown-clientes .dropdown-clientes__item {
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 19px;
  cursor: pointer;
}
.dropdown-clientes .dropdown-clientes__item:hover {
  background: #f1f4f6;
}
.dropdown-clientes .vf.icon-client {
  margin-right: 15px;
}

.drop-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #363646;
  width: 60px;
  height: 60px;
  border-radius: 50% 6px 50% 50%;
  cursor: pointer;
  box-shadow: 1px 3px 4px rgba(55, 60, 80, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
.drop-icon__icon :first-child {
  color: #FFF;
}
.drop-icon .hotspot {
  position: absolute;
  top: -23px;
  left: -24px;
}

.vf.form .row,
.vf.form .columns {
  margin-bottom: 20px;
}
.vf.form .columns {
  display: flex;
}
.vf.form .column {
  flex: 1;
}
.vf.form .column + .column {
  margin-left: 28px;
}
.vf.form .blocks {
  display: flex;
  justify-content: space-between;
}

.vf .label {
  font-size: 14px;
  color: #7d8c9b;
  margin-bottom: 7px;
  display: flex;
}
.vf .label .help-icon {
  margin-left: 6px;
}

.vf .label.obr:before {
  content: "°";
  color: #e57864;
  display: inline-block;
  margin-right: 5px;
}

.vf.help-icon {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.vf.help-icon i {
  font-size: 14px;
  color: #bac4cd;
  cursor: pointer;
}
.vf.help-icon:hover i {
  color: #363646;
}

.vf.icon-button {
  background: #bac4cd;
  display: inline-flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vf.icon-button:hover {
  background: #363646;
  transition: all 200ms ease-in-out;
}
.vf.icon-button i {
  color: #FFF;
  font-size: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.vf.icon-button.dark {
  background: #363646;
}
.vf.icon-button.dark i {
  color: #bac4cd;
}
.vf.icon-button.dark:hover i {
  color: #FFF !important;
}
.vf.icon-button.dark i:hover {
  color: #FFF !important;
}

.vf.icon-button.large-icon i {
  font-size: 24px;
}

.vf.icon-link i, .vf.icon-link .material-icons {
  color: #bac4cd;
}

a.vf.icon-link {
  cursor: pointer;
}
a.vf.icon-link:hover i, a.vf.icon-link:hover .material-icons {
  color: #363646;
}

.vf.icon-link.active i, .vf.icon-link.active .material-icons {
  color: #363646;
}

.vf.input,
.vf.textarea {
  width: 350px;
  position: relative;
  align-items: center;
}

.vf.input {
  height: 40px;
}

.vf.input > input,
.vf.input > .input,
.vf.textarea > textarea,
.vf.textarea > .textarea {
  border-radius: 4px;
  border: 1px solid #d0d7de;
  font-size: 15px;
  letter-spacing: 0.04rem;
  background-color: #fff;
  padding: 0 12px;
  width: 100%;
  color: #363646;
  display: inline-flex;
  align-items: center;
}
.vf.input > input:hover,
.vf.input > .input:hover,
.vf.textarea > textarea:hover,
.vf.textarea > .textarea:hover {
  border-color: #bac4cd;
}
.vf.input > input:focus,
.vf.input > .input:focus,
.vf.textarea > textarea:focus,
.vf.textarea > .textarea:focus {
  border-color: #a8b4bf;
  outline: 0;
}
.vf.input > input::-moz-placeholder, .vf.input > .input::-moz-placeholder, .vf.textarea > textarea::-moz-placeholder, .vf.textarea > .textarea::-moz-placeholder {
  color: #a8b4bf;
  opacity: 1;
  /* Firefox */
}
.vf.input > input:-ms-input-placeholder, .vf.input > .input:-ms-input-placeholder, .vf.textarea > textarea:-ms-input-placeholder, .vf.textarea > .textarea:-ms-input-placeholder {
  color: #a8b4bf;
  opacity: 1;
  /* Firefox */
}
.vf.input > input::placeholder,
.vf.input > .input::placeholder,
.vf.textarea > textarea::placeholder,
.vf.textarea > .textarea::placeholder {
  color: #a8b4bf;
  opacity: 1;
  /* Firefox */
}
.vf.input > input:-ms-input-placeholder,
.vf.input > .input:-ms-input-placeholder,
.vf.textarea > textarea:-ms-input-placeholder,
.vf.textarea > .textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a8b4bf;
}
.vf.input > input::-ms-input-placeholder,
.vf.input > .input::-ms-input-placeholder,
.vf.textarea > textarea::-ms-input-placeholder,
.vf.textarea > .textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a8b4bf;
}

.vf.input > input,
.vf.input > .input {
  height: 100%;
}

.vf.textarea > textarea,
.vf.textarea > .textarea {
  min-height: 59px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: none;
}

.vf.input.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3;
}
.vf.input.disabled input {
  background-color: rgba(239, 239, 239, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.vf.input.medium {
  height: 46px;
}

.vf.input.medium-l {
  height: 50px;
}

.vf.input.large {
  height: 60px;
}
.vf.input.large > input {
  font-size: 18px;
}

.vf.input.fluid,
.vf.textarea.fluid {
  width: 100%;
}

.vf.input.labeled {
  display: flex;
  justify-content: space-between;
}

.vf.input.labeled > input,
.vf.input.labeled > .input {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.vf.input.labeled.right > input,
.vf.input.labeled.right > .input {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.vf.input.labeled > .label-input {
  background: #f1f4f6;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d0d7de;
  white-space: nowrap;
  border-right: none;
  -webkit-border-radius: 0px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius: 0px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 100%;
  padding: 0 12px;
  color: #363646;
  font-size: 15px;
  position: relative;
}

.vf.input.labeled.large > .label-input {
  font-size: 18px;
}

.vf.input.labeled > .select .select__current {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 0;
}

.vf.input.labeled.right > .label-input {
  -webkit-border-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 4px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right: 1px solid #d0d7de;
  border-left: none;
}

.vf.input.error,
.vf.textarea.error {
  margin-bottom: 35px;
}

.vf.input.error > input,
.vf.input.error > .input,
.vf.textarea.error > textarea {
  border-color: #e46c55;
  background: #f9f7ce;
}
.vf.input.error > input::-moz-placeholder, .vf.input.error > .input::-moz-placeholder, .vf.textarea.error > textarea::-moz-placeholder {
  color: #e46c55;
  opacity: 1;
  /* Firefox */
}
.vf.input.error > input:-ms-input-placeholder, .vf.input.error > .input:-ms-input-placeholder, .vf.textarea.error > textarea:-ms-input-placeholder {
  color: #e46c55;
  opacity: 1;
  /* Firefox */
}
.vf.input.error > input::placeholder,
.vf.input.error > .input::placeholder,
.vf.textarea.error > textarea::placeholder {
  color: #e46c55;
  opacity: 1;
  /* Firefox */
}
.vf.input.error > input:-ms-input-placeholder,
.vf.input.error > .input:-ms-input-placeholder,
.vf.textarea.error > textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e46c55;
}
.vf.input.error > input::-ms-input-placeholder,
.vf.input.error > .input::-ms-input-placeholder,
.vf.textarea.error > textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e46c55;
}

.vf.input.error > .select .select__current {
  border-color: #e46c55;
  background: #f9f7ce;
}

.vf.input > .msg-error,
.vf.textarea > .msg-error {
  display: none;
}

.vf.input.error > .msg-error,
.vf.textarea.error > .msg-error {
  color: #e46c55;
  font-size: 12px;
  margin-top: 7px;
  margin-bottom: -3px;
  position: relative;
  display: block;
}
.vf.input.error > .msg-error::after,
.vf.textarea.error > .msg-error::after {
  content: "";
  position: absolute;
  left: 6px;
  top: -7px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #e46c55;
  clear: both;
}

.vf.textarea.error > .msg-error {
  margin-top: 4px;
}

.vf.input.error.tooltip-error {
  margin-bottom: 0;
}

.vf.input.error.tooltip-error > .msg-error {
  background: #e46c55;
  display: inline-flex;
  position: absolute;
  padding: 10px 10px;
  color: #FFF;
  top: -15px;
  left: 50%;
  transform: translate(-50%, -100%);
  border-radius: 5px;
  white-space: nowrap;
  z-index: 21;
  font-size: 14px;
}
.vf.input.error.tooltip-error > .msg-error::after {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  bottom: -4px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 5px;
}

.vf.input.icon > input,
.vf.input.icon > .input {
  padding-left: 42px;
}

.vf.input .material-icons {
  color: #bac4cd;
}

.vf.input .material-icons.clickable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vf.input .material-icons.clickable:hover {
  color: #363646;
  transition: all 200ms ease-in-out;
}

.vf.input.icon > .material-icons,
.vf.input.icon > .input-icon,
.vf.input.icon > .icon-link {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.vf.input.icon.right > input,
.vf.input.icon.right > .input {
  padding-right: 42px;
  padding-left: 12px;
}

.vf.input.icon.right > .material-icons,
.vf.input.icon > .input-icon,
.vf.input.icon.right > .icon-link {
  right: 8px;
  left: auto;
}

.vf.input .nice-select {
  padding-right: 27px !important;
}

.vf.suffixed input::-webkit-outer-spin-button,
.vf.suffixed input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

.vf.suffixed::after {
  content: attr(data-suffix);
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #363646;
}

.vf.item-creator {
  width: 100%;
  height: 100%;
  background: #dfe4e8;
  border: 1px solid #bac4cd;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.vf.item-creator .item-creator__button {
  position: relative;
  width: 31px;
  height: 31px;
  cursor: pointer;
}
.vf.item-creator .item-creator__button i {
  font-size: 47px;
  margin-left: -6px;
  margin-top: -10px;
  color: #bac4cd;
  transition: color 0.3s ease;
}
.vf.item-creator:hover {
  border: 1px solid #363646;
}
.vf.item-creator:hover .item-creator__button i {
  color: #363646 !important;
}
.vf.item-creator:hover .menu-overlay {
  opacity: 1;
}

.vf.list .list__header,
.vf.list .list__row {
  display: flex;
  margin-bottom: 1px;
}
.vf.list .list__header {
  background: #363646;
  color: #a8b4bf;
  height: 35px;
  font-size: 12px;
  font-weight: 700;
}
.vf.list .list__header .list__col {
  color: #a8b4bf;
}
.vf.list .list__row {
  min-height: 70px;
  background: #FFF;
  color: #363646;
  font-size: 15px;
  position: relative;
}
.vf.list .list__row .show-on-hover .show-on-hover a {
  opacity: 0;
}
.vf.list .list__row .show-on-hover:hover .show-on-hover a,
.vf.list .list__row .show-on-hover .show-on-hover a.tippy-active,
.vf.list .list__row .show-on-hover .show-on-hover a.tippy-closing {
  opacity: 1;
}
.vf.list .list__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vf.list .list__col.center {
  text-align: center;
  align-items: center;
}
.vf.list .list__header .list__col,
.vf.list .list__row .list__col {
  padding-left: 20px;
}
.vf.list .list__header .list__col:last-child,
.vf.list .list__row .list__col:last-child {
  padding-right: 20px;
  margin-left: auto;
}
.vf.list .selected {
  transition: all 0.1s;
  box-shadow: inset 0px 0px 0px 2px #46abde;
}
.vf.list .options-item {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.list__col.avatar-column {
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between !important;
  width: 90px;
}

.nav-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 6px 6px 73px 6px rgba(0, 0, 0, 0.11);
}
.nav-icon .material-icons {
  color: #bac4cd;
  font-size: 36px;
  transition: all 0.3s ease;
}
.nav-icon:hover .material-icons {
  color: #363646;
}

.vf.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(54, 54, 70, 0.55);
  z-index: 1000;
}

.progress-bar .progress-bar__box {
  width: 442px;
  height: 88px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.progress-bar .progress-bar__info {
  display: flex;
  justify-content: space-between;
  width: 86.42%;
}
.progress-bar .progress-bar__stats {
  color: #7d8c9b;
  font-size: 14px;
}
.progress-bar .progress-bar__background-bar {
  margin-top: 13px;
  width: 86.42%;
  background: #dfe4e8;
  height: 3px;
}
.progress-bar .progress-bar__bar {
  height: 100%;
  width: 0;
  background: #46abde;
}
.progress-bar .progress-bar__cancel {
  cursor: pointer;
}

.vf.radio {
  display: inline-flex;
  align-items: center;
  height: 40px;
}
.vf.radio input[type=radio] {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
}
.vf.radio input[type=radio] + label {
  position: relative;
  font-size: 12px;
  color: #7d8c9b;
  cursor: pointer;
  padding-left: 25px;
}
.vf.radio input[type=radio] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  height: 20px;
  transform: translateY(-50%);
  width: 20px;
  background: white;
  border: 1.5px solid #a8b4bf;
  box-shadow: inset 0px 0px 0px 3px white;
  -webkit-box-shadow: inset 0px 0px 0px 3px white;
  -moz-box-shadow: inset 0px 0px 0px 3px white;
  -o-box-shadow: inset 0px 0px 0px 3px white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.2s;
}
.vf.radio input[type=radio]:hover + label::before {
  background: #a8b4bf;
}
.vf.radio input[type=radio]:checked + label:before {
  border-color: #46abde;
  background: #46abde;
}

.vf.radio.impulse input[type=radio]:checked + label:before {
  border-color: #F47F2D;
  background: #F47F2D;
}

.vf.select {
  position: relative;
}
.vf.select * {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #363646;
}
.vf.select .select__current {
  overflow: hidden;
  height: 40px;
  background: #FFF;
  border: 1px solid #d0d7de;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding-left: 13px;
  position: relative;
  font-size: 15px;
  transition: all 0.3s ease;
  z-index: 6;
}
.vf.select .select__current:hover {
  border-color: #bac4cd;
}
.vf.select .select__current .select__label {
  white-space: nowrap;
}
.vf.select .select__arrow {
  position: absolute;
  right: 3px;
  top: 7px;
  transition: all 0.3s ease;
  color: #bac4cd;
}
.vf.select .select__arrow--up {
  transform: rotate(180deg);
}
.vf.select .select__list {
  position: absolute;
  background: #FFF;
  border: 1px solid #bac4cd;
  border-radius: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  right: 0;
  top: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  z-index: 5;
  font-size: 15px;
}
.vf.select .select__list.top {
  top: auto;
  bottom: 45px;
}
.vf.select .select__option {
  height: 38px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 13px;
}
.vf.select .select__option:hover {
  background: #f1f4f6;
}
.vf.select .select__options--active {
  background: #f1f4f6;
}
.vf.select .select__options--disabled {
  opacity: 30%;
}
.vf.select .select__image {
  max-height: 25px;
  margin-right: 12px;
  margin-left: -6px;
  min-width: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.vf.select .select__action {
  margin-left: auto;
  margin-right: 15px;
  color: #46abde;
  font-size: 12px;
}
.vf.select .select__aditional-info {
  margin-left: auto;
  margin-right: 15px;
  color: #363646;
  font-size: 12px;
}
.vf.select .select__list--image-grid {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.vf.select .select__list--image-grid .select__option {
  padding-left: 0;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 5px;
}
.vf.select .select__list--image-grid .select__option .select__image {
  margin: 0;
  max-height: none;
}
.vf.select .select__list--image-grid .select__option .select__image i {
  font-size: 30px;
}
.vf.select .select__list--image-grid .select__label {
  display: none;
}
.vf.select .msg-error {
  color: #e46c55;
  font-size: 12px;
  top: 47px;
  position: absolute;
  display: none;
}
.vf.select .msg-error::after {
  content: "";
  position: absolute;
  left: 6px;
  top: -7px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #e46c55;
  clear: both;
}

.vf.select.error {
  margin-bottom: 10px;
}
.vf.select.error .select__current {
  border-color: #e46c55 !important;
  background: #f9f7ce !important;
}
.vf.select.error .select__arrow {
  color: #e46c55;
}
.vf.select.error .msg-error {
  display: block;
  position: absolute;
}

.shadow, .shadow--hover, .box-button {
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
  transition: all 0.4s;
}

.shadow--full, .tippy-tooltip.vflight-theme, .tippy-tooltip.lightDropdown-theme, .tippy-box[data-theme~=dropdown], .tippy-box[data-theme~=light], .shadow--hover:hover, .box-button:hover, .vf.select .select__list {
  box-shadow: 0px 16px 40px -4px rgba(0, 0, 0, 0.07);
}

.shake {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  -webkit-animation: shake 0.5s;
          animation: shake 0.5s;
  /* When the animation is finished, start again */
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes cascade {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cascade {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.skeleton .skeleton__item {
  padding: 0;
  background: #FFF;
  -webkit-animation: cascade 0.2s linear;
          animation: cascade 0.2s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.skeleton .skeleton__item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.skeleton .skeleton__item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.skeleton .skeleton__item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.skeleton .skeleton__item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.skeleton .skeleton__item * {
  background: #dfe4e8;
}

.vf.status {
  font-size: 12px;
  color: #363646;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.vf.status .icon-status {
  border-radius: 2px;
  margin-right: 9px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.vf.status .icon-status i {
  font-size: 16px;
}
.vf.status .spacer {
  display: inline-block;
  width: 18px;
  text-align: center;
  transform: translateY(1px);
  margin-right: 2px;
  margin-left: 2px;
}
.vf.status .simple-link {
  font-size: 12px;
  color: #1C9CEA;
}

.vf.status.aguardando-selecao .icon-status {
  background: #b9c8ce;
}

.vf.status.selecao-finalizada .icon-status {
  background: #97c872;
}

.vf.status.prazo-expirado .icon-status {
  background: #e46c55;
}

.vf.status.pagamento-rejeitado .icon-status {
  background: none;
  color: #e46c55;
}

.vf.switch {
  display: inline-flex;
  height: 40px;
  align-items: center;
}
.vf.switch + .help-icon {
  margin-left: 7px;
  margin-top: -2px;
}
.vf.switch input[type=checkbox] {
  display: none;
}
.vf.switch input[type=checkbox] + label {
  outline: 0;
  display: block;
  width: 80px;
  height: 30px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 2em;
  padding: 2px;
  background: #bac4cd;
  transition: all 0.4s ease;
}
.vf.switch input[type=checkbox] + label:after, .vf.switch input[type=checkbox] + label:before {
  position: relative;
  display: block;
  content: "";
  width: 26px;
  height: 100%;
}
.vf.switch input[type=checkbox] + label:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}
.vf.switch input[type=checkbox] + label span:after {
  color: #FFF;
  position: absolute;
  left: 36px;
  top: 50%;
  font-size: 15px;
  transform: translateY(-50%);
  content: "Não";
}
.vf.switch input[type=checkbox] + label:after {
  left: 0;
}
.vf.switch input[type=checkbox] + label:before {
  display: none;
}
.vf.switch input[type=checkbox]:checked + label:after {
  left: 66%;
}
.vf.switch input[type=checkbox]:checked + label span:after {
  content: "Sim";
  left: 17px;
}

.vf.switch.selpics input[type=checkbox]:checked + label {
  background: #46abde;
}

.vf.switch.impulse input[type=checkbox]:checked + label {
  background: #F47F2D;
}

.vf.switch.cashbox input[type=checkbox]:checked + label {
  background: #96c872;
}

.tooltip_templates {
  display: none;
}

/*
 * - - - - - - - - - - - - - - - - - - - - - - - - -
 * LIGHT
 * - - - - - - - - - - - - - - - - - - - - - - - - -
 */
.tippy-box[data-theme~=light] {
  color: #363646;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #d0d7de;
  padding: 20px 25px;
  text-align: left;
  font-weight: 400;
}

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}

/*
 * - - - - - - - - - - - - - - - - - - - - - - - - -
 * WARNING
 * - - - - - - - - - - - - - - - - - - - - - - - - -
 */
.tippy-box[data-theme~=warning] {
  background-color: #e46c55;
  color: #FFF;
}

.tippy-box[data-theme~=warning][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #e46c55;
}

.tippy-box[data-theme~=warning][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #e46c55;
}

.tippy-box[data-theme~=warning][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #e46c55;
}

.tippy-box[data-theme~=warning][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #e46c55;
}

/*
 * - - - - - - - - - - - - - - - - - - - - - - - - -
 * DROPDOWN
 * - - - - - - - - - - - - - - - - - - - - - - - - -
 */
.tippy-box[data-theme~=dropdown] {
  color: #363646;
  padding: 0;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #d0d7de;
  text-align: left;
  font-weight: 400;
}

.tippy-box[data-theme~=dropdown] > .tippy-content {
  padding: 0;
}

.tippy-box[data-theme~=dropdown] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box {
  background: #272733;
  font-size: 14px;
}

.tippy-box[data-placement^=top] .tippy-tooltip .tippy-arrow {
  border-top: 7px solid #272733;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-box[data-placement^=bottom] .tippy-tooltip .tippy-arrow {
  border-bottom: 7px solid #272733;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-box[data-placement^=left] .tippy-tooltip .tippy-arrow {
  border-left: 7px solid #272733;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-box[data-placement^=right] .tippy-tooltip .tippy-arrow {
  border-right: 7px solid #272733;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-box[data-placement^=top] .tippy-tooltip.vflight-theme .tippy-arrow, .tippy-box[data-placement^=top] .tippy-tooltip.lightDropdown-theme .tippy-arrow {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[data-placement^=bottom] .tippy-tooltip.vflight-theme .tippy-arrow, .tippy-popper[data-placement^=bottom] .tippy-tooltip.lightDropdown-theme .tippy-arrow {
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[data-placement^=left] .tippy-tooltip.vflight-theme .tippy-arrow, .tippy-popper[data-placement^=left] .tippy-tooltip.lightDropdown-theme .tippy-arrow {
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[data-placement^=right] .tippy-tooltip.vflight-theme .tippy-arrow, .tippy-popper[data-placement^=right] .tippy-tooltip.lightDropdown-theme .tippy-arrow {
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-tooltip.vflight-theme, .tippy-tooltip.lightDropdown-theme {
  color: #363646;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #d0d7de;
  padding: 20px 25px;
  text-align: left;
  font-weight: 400;
}

.tippy-tooltip.vflight-theme .tippy-backdrop, .tippy-tooltip.lightDropdown-theme .tippy-backdrop {
  background-color: #fff;
}

.tippy-tooltip.vflight-theme .tippy-roundarrow, .tippy-tooltip.lightDropdown-theme .tippy-roundarrow {
  fill: #fff;
}

.tippy-tooltip.vflight-theme[data-animatefill], .tippy-tooltip[data-animatefill].lightDropdown-theme {
  background-color: transparent;
}

.tippy-tooltip.lightDropdown-theme {
  padding: 0;
}

.tippy-tooltip.lightDropdown-theme .tippy-backdrop {
  background-color: #fff;
}

.tippy-popper[data-placement^=top] [data-animation=custom][data-state=visible] {
  opacity: 1;
  transform: translateX(0) translateY(-10px) scale(1);
  transform-origin: right bottom;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tippy-popper[data-placement^=top] [data-animation=custom][data-state=hidden] {
  opacity: 0;
  transform: translateX(0) translateY(-10px) scale(0.8);
  transform-origin: right bottom;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tippy-popper[data-placement^=bottom] [data-animation=custom][data-state=visible] {
  opacity: 1;
  transform: translateX(0) translateY(10px) scale(1);
  transform-origin: right top;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tippy-popper[data-placement^=bottom] [data-animation=custom][data-state=hidden] {
  opacity: 0;
  transform: translateX(0) translateY(10px) scale(0.8);
  transform-origin: right top;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

tippy-popper[data-placement^=left] [data-animation=custom][data-state=visible] {
  opacity: 1;
  transform: translateX(-10px);
}

.tippy-popper[data-placement^=left] [data-animation=custom][data-state=hidden] {
  opacity: 0;
  transform: translateX(-10px);
}

.tippy-popper[data-placement^=right] [data-animation=custom][data-state=visible] {
  opacity: 1;
  transform: translateX(10px);
}

.tippy-popper[data-placement^=right] [data-animation=custom][data-state=hidden] {
  opacity: 0;
  transform: translateX(10px);
}

.tooltipster-content {
  font-size: 12px;
  letter-spacing: 1px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  border: none;
  background: #272733;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
  margin-top: 5px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
  margin-right: 5px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
  margin-left: 5px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
  margin-bottom: 5px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  height: 5px;
  margin-left: -5px;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
  height: 10px;
  margin-left: 0;
  margin-top: -5px;
  width: 5px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
  display: none;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
  border: 5px solid transparent;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #272733;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #272733;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #272733;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #272733;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -5px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
  left: -5px;
}

.simple-link {
  text-decoration: none;
  color: #46abde;
  cursor: pointer;
}

h1.vf,
h2.vf,
h3.vf,
h4.vf {
  font-weight: 700;
  color: #363646;
}

h1.vf {
  font-size: 26px;
  line-height: 31px;
}

h2.vf {
  font-size: 20px;
  line-height: 25px;
}

h3.vf {
  font-size: 18px;
  line-height: 21px;
}

h4.vf {
  font-size: 15px;
  line-height: 18px;
}

.vf.font-12 {
  font-size: 12px;
  line-height: 18px;
}

.vf.font-13, .box-button .vf.box-button__description {
  font-size: 13px;
  line-height: 20px;
}

.vf.font-15 {
  font-size: 15px;
  line-height: 22px;
}

.vf.font-16 {
  font-size: 16px;
  line-height: 23px;
}

.vf.font-18 {
  font-size: 18px;
  line-height: 25px;
}

.visual-loader {
  position: relative;
}
.visual-loader .visual-loader__loading {
  display: inline-block;
}

/* -------------- loader10 -------------- */
.visual-loader__loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  height: 8px;
  width: 8px;
  border-radius: 12px;
}

.visual-loader__loading {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  left: 50%;
  border-radius: 12px;
}

.visual-loader__loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  height: 8px;
  width: 8px;
  border-radius: 12px;
}

.visual-loader__loading.light:before {
  -webkit-animation: loader10g-light 1.5s ease-in-out infinite;
  animation: loader10g-light 1.5s ease-in-out infinite;
}

.visual-loader__loading.light {
  -webkit-animation: loader10m-light 1.5s ease-in-out infinite;
  animation: loader10m-light 1.5s ease-in-out infinite;
}

.visual-loader__loading.light:after {
  -webkit-animation: loader10d-light 1.5s ease-in-out infinite;
  animation: loader10d-light 1.5s ease-in-out infinite;
}

@-webkit-keyframes loader10g-light {
  0% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: white;
  }
  50% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  75% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@keyframes loader10g-light {
  0% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: white;
  }
  50% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  75% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@-webkit-keyframes loader10m-light {
  0% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    background-color: white;
  }
  75% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@keyframes loader10m-light {
  0% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    background-color: white;
  }
  75% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@-webkit-keyframes loader10d-light {
  0% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  75% {
    background-color: white;
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@keyframes loader10d-light {
  0% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  75% {
    background-color: white;
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.visual-loader__loading.dark:before {
  -webkit-animation: loader10g-dark 1.5s ease-in-out infinite;
  animation: loader10g-dark 1.5s ease-in-out infinite;
}

.visual-loader__loading.dark {
  -webkit-animation: loader10m-dark 1.5s ease-in-out infinite;
  animation: loader10m-dark 1.5s ease-in-out infinite;
}

.visual-loader__loading.dark:after {
  -webkit-animation: loader10d-dark 1.5s ease-in-out infinite;
  animation: loader10d-dark 1.5s ease-in-out infinite;
}

@-webkit-keyframes loader10g-dark {
  0% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  25% {
    background-color: #a8b4bf;
  }
  50% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  75% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  100% {
    background-color: rgba(168, 180, 191, 0.2);
  }
}
@keyframes loader10g-dark {
  0% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  25% {
    background-color: #a8b4bf;
  }
  50% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  75% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  100% {
    background-color: rgba(168, 180, 191, 0.2);
  }
}
@-webkit-keyframes loader10m-dark {
  0% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  25% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  50% {
    background-color: #a8b4bf;
  }
  75% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  100% {
    background-color: rgba(168, 180, 191, 0.2);
  }
}
@keyframes loader10m-dark {
  0% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  25% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  50% {
    background-color: #a8b4bf;
  }
  75% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  100% {
    background-color: rgba(168, 180, 191, 0.2);
  }
}
@-webkit-keyframes loader10d-dark {
  0% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  25% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  50% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  75% {
    background-color: #a8b4bf;
  }
  100% {
    background-color: rgba(168, 180, 191, 0.2);
  }
}
@keyframes loader10d-dark {
  0% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  25% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  50% {
    background-color: rgba(168, 180, 191, 0.2);
  }
  75% {
    background-color: #a8b4bf;
  }
  100% {
    background-color: rgba(168, 180, 191, 0.2);
  }
}
.visual-loader__loading.green:before {
  -webkit-animation: loader10g-green 1.5s ease-in-out infinite;
  animation: loader10g-green 1.5s ease-in-out infinite;
}

.visual-loader__loading.green {
  -webkit-animation: loader10m-green 1.5s ease-in-out infinite;
  animation: loader10m-green 1.5s ease-in-out infinite;
}

.visual-loader__loading.green:after {
  -webkit-animation: loader10d-green 1.5s ease-in-out infinite;
  animation: loader10d-green 1.5s ease-in-out infinite;
}

@-webkit-keyframes loader10g-green {
  0% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  25% {
    background-color: #78b252;
  }
  50% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  75% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  100% {
    background-color: rgba(120, 178, 82, 0.2);
  }
}
@keyframes loader10g-green {
  0% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  25% {
    background-color: #78b252;
  }
  50% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  75% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  100% {
    background-color: rgba(120, 178, 82, 0.2);
  }
}
@-webkit-keyframes loader10m-green {
  0% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  25% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  50% {
    background-color: #78b252;
  }
  75% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  100% {
    background-color: rgba(120, 178, 82, 0.2);
  }
}
@keyframes loader10m-green {
  0% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  25% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  50% {
    background-color: #78b252;
  }
  75% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  100% {
    background-color: rgba(120, 178, 82, 0.2);
  }
}
@-webkit-keyframes loader10d-green {
  0% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  25% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  50% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  75% {
    background-color: #78b252;
  }
  100% {
    background-color: rgba(120, 178, 82, 0.2);
  }
}
@keyframes loader10d-green {
  0% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  25% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  50% {
    background-color: rgba(120, 178, 82, 0.2);
  }
  75% {
    background-color: #78b252;
  }
  100% {
    background-color: rgba(120, 178, 82, 0.2);
  }
}
.vue-slider-component .vue-slider {
  background-color: #dfe4e8 !important;
  height: 3px !important;
}
.vue-slider-component .vue-slider-dot {
  width: 12px !important;
  height: 12px !important;
  top: -4px !important;
  box-shadow: 0 0 1px 2px white !important;
}

.vue-slider-component.maker .vue-slider-process {
  background-color: #ff6b70 !important;
}
.vue-slider-component.maker .vue-slider-dot {
  background-color: #ff6b70 !important;
}

.vue-slider-component.selpics .vue-slider-process {
  background-color: #46abde !important;
}
.vue-slider-component.selpics .vue-slider-dot {
  background-color: #46abde !important;
}

.vf.warning, .vf.warning.small, .vf.warning.borderless {
  background: #f9f7ce;
  font-size: 13px;
  width: 100%;
  border: 1px solid #e3db63;
  border-left-width: 3px;
  color: #272733;
  padding: 18px;
  padding-bottom: 17px;
  padding-left: 79px;
  position: relative;
}
.vf.warning .icon-warning {
  position: absolute;
  top: 18px;
  left: 38px;
}
.vf.warning .icon-warning i {
  color: #363646;
}
.vf.warning ul, .vf.warning.small ul, .vf.warning.borderless ul {
  list-style-type: none;
  padding-left: 0px;
}
.vf.warning ul li, .vf.warning.small ul li, .vf.warning.borderless ul li {
  margin-bottom: 0px;
  line-height: 20px;
}
.vf.warning p, .vf.warning.small p, .vf.warning.borderless p {
  line-height: 20px;
}

.vf.warning.borderless {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}

.vf.warning.success {
  background: #e5f1dc;
  border-color: #97c872;
}

.vf.warning.error {
  background: #f9e3de;
  border-color: #e46c55;
}

.vf.warning.small {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 10px;
  padding-left: 37px;
}
.vf.warning.small .icon-warning {
  left: 9px;
  top: 8px;
}
.vf.warning.small .icon-warning i {
  font-size: 21px !important;
}
.vf.warning.small p {
  line-height: 16px !important;
  font-size: 12px;
}

.vf.warning.inline {
  display: inline-flex;
  width: auto;
}

*,
body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  box-sizing: content-box;
}

strong {
  font-weight: 600;
}

.dropdown-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-menu a {
  color: #363646;
  font-size: 15px;
  display: flex;
  padding: 9px 20px 10px 20px;
  text-decoration: none;
  /* Safari */
  transition: all 0.3s;
  cursor: pointer;
}
.dropdown-menu a:hover {
  background: #f1f4f6;
}
.dropdown-menu a .material-icons {
  font-size: 18px;
  color: #bac4cd;
  /* Safari */
  transition: all 0.3s;
  margin-right: 20px;
}
.dropdown-menu.center-content a {
  text-align: center;
  justify-content: center;
}
