@charset "UTF-8";
/* RESET STYLES
----------------------------------------------- */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 100%; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

blockquote, q {
  quotes: none; }

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

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

input, select {
  vertical-align: middle; }

a img {
  border: 0; }

a:focus {
  outline: 0; }

a:hover, a:active {
  outline: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

::-moz-selection {
  background: black;
  color: #fff;
  text-shadow: none; }

::selection {
  background: black;
  color: #fff;
  text-shadow: none; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: normal;
  vertical-align: none;
  background: transparent;
  border: 0;
  outline: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: white; }

/* HTML5 RESETS > BROWSERS + VELHOS 
---------------------------------------*/
article, aside, figure, figure img, hgroup, footer, header, nav, section {
  display: block; }

html {
  box-sizing: border-box; }

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

@font-face {
  font-family: 'daxcs';
  src: url("../../global/fonts/DaxC.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'daxcm';
  src: url("../../global/fonts/DaxCM.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em ); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 45%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: 1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px 12px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

#calendar {
  max-width: 900px;
  width: calc(100% - 290px);
  font-family: "Roboto", sans-serif !important; }
  @media only screen and (max-width: 1060px) {
    #calendar {
      width: 100%; } }
  #calendar * {
    font-family: "Roboto", sans-serif !important;
    font-weight: 800; }
  #calendar .fc-header-toolbar .fc-left .fc-button-group button {
    display: table;
    height: inherit;
    padding: 8px;
    border: none;
    outline: none;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-shadow: none;
    color: black;
    box-shadow: none;
    border-radius: 0;
    border-top: 2px solid #e62686;
    border-bottom: 2px solid #e62686;
    background-color: transparent;
    background-image: none; }
    @media only screen and (max-width: 560px) {
      #calendar .fc-header-toolbar .fc-left .fc-button-group button {
        font-size: 13px;
        padding: 8px 10px; } }
    @media only screen and (max-width: 400px) {
      #calendar .fc-header-toolbar .fc-left .fc-button-group button {
        font-size: 12px;
        padding: 8px 7px; } }
    @media only screen and (max-width: 350px) {
      #calendar .fc-header-toolbar .fc-left .fc-button-group button {
        font-size: 12px;
        padding: 8px 4px; } }
    #calendar .fc-header-toolbar .fc-left .fc-button-group button.fc-state-active {
      color: white;
      background-color: #e62686; }
      #calendar .fc-header-toolbar .fc-left .fc-button-group button.fc-state-active:hover {
        color: white;
        background-color: #e62686; }
    #calendar .fc-header-toolbar .fc-left .fc-button-group button:first-of-type {
      border-left: 2px solid #e62686;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    #calendar .fc-header-toolbar .fc-left .fc-button-group button:last-of-type {
      border-right: 2px solid #e62686;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    #calendar .fc-header-toolbar .fc-left .fc-button-group button:hover {
      color: white;
      background-color: #e62686; }
  #calendar .fc-header-toolbar .fc-right {
    text-align: center; }
    @media only screen and (max-width: 1060px) {
      #calendar .fc-header-toolbar .fc-right {
        text-align: right; } }
    @media only screen and (max-width: 560px) {
      #calendar .fc-header-toolbar .fc-right {
        text-align: left; } }
    #calendar .fc-header-toolbar .fc-right h2 {
      float: none;
      font-weight: 900;
      font-size: 18px;
      text-transform: uppercase; }
      @media only screen and (max-width: 560px) {
        #calendar .fc-header-toolbar .fc-right h2 {
          font-size: 17px; } }
  #calendar .fc-row.fc-widget-header {
    border-right: none !important; }
  #calendar .fc-row.fc-week.fc-widget-content {
    border-right: none !important; }
  #calendar .fc-widget-content {
    border-top: 1px solid #e8e8e8; }
  #calendar td.fc-day {
    border-top: 2px solid #e8e8e8 !important;
    border-right: 2px solid #e8e8e8 !important; }
  #calendar td.fc-axis.fc-widget-content {
    border-right: 3px solid #e8e8e8; }
  #calendar .fc-head span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: black; }
    @media only screen and (max-width: 560px) {
      #calendar .fc-head span {
        font-size: 13px; } }
  #calendar .fc-body {
    border: 2px solid #e8e8e8;
    border-top: none; }
  #calendar .fc-content .fc-title, #calendar .fc-content .fc-time {
    margin-right: 6px;
    font-weight: 600;
    font-size: 13px; }
    @media only screen and (max-width: 560px) {
      #calendar .fc-content .fc-title, #calendar .fc-content .fc-time {
        font-size: 11px; } }
  #calendar .fc-day-header {
    padding: 12px 0;
    font-weight: 700;
    font-size: 14px;
    color: black;
    text-transform: uppercase;
    background-color: #e8e8e8; }
    @media only screen and (max-width: 560px) {
      #calendar .fc-day-header {
        font-size: 11px; } }
    #calendar .fc-day-header a:hover {
      color: #e8e8e8; }

.fc {
  direction: ltr;
  text-align: left; }

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: rgba(211, 58, 140, 0.3); }

.fc-bgevent {
  /* default look for background events */
  background: rgba(211, 58, 140, 0.3); }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.1em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  color: #e8e8e8 !important;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 12px 14px 10px; }
  @media only screen and (max-width: 560px) {
    .fc-popover .fc-header {
      padding: 8px 6px 6px; } }

.fc-popover .fc-header .fc-title {
  font-weight: 700;
  font-size: 13px;
  margin: 0 2px; }
  @media only screen and (max-width: 560px) {
    .fc-popover .fc-header .fc-title {
      font-size: 12px; } }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  color: #e62686; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 0;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  padding: 6px 8px;
  border-radius: 4px !important;
  background-color: rgba(211, 58, 140, 0.95);
  /* default BACKGROUND color */ }
  .fc-event.fc-event-meeting,
  .fc-event-dot.fc-event-meeting {
    background-color: #019688; }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 4px 0;
  /* spacing between events and edges */
  padding: 1px 6px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-weight: 900;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none; }
  @media only screen and (max-width: 560px) {
    a.fc-more {
      margin: 1px;
      font-size: 9px; } }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #e8e8e8; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #e8e8e8; }

.fc-unthemed .fc-divider {
  background-color: #dbdbdb; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  color: #e62686;
  background: rgba(211, 58, 140, 0.3); }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\e901";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -7%; }
  @media only screen and (max-width: 560px) {
    .fc-icon-left-single-arrow:after {
      top: -2px !important;
      font-size: 16px; } }

.fc-icon-right-single-arrow:after {
  content: "\e902";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -8%; }
  @media only screen and (max-width: 560px) {
    .fc-icon-right-single-arrow:after {
      top: -2px !important;
      font-size: 16px; } }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -8%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -8%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\e90b";
  font-family: 'icomoon' !important;
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: black;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  overflow: hidden; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left, .fc-toolbar .fc-right {
  display: inline-block;
  vertical-align: middle; }
  @media only screen and (max-width: 560px) {
    .fc-toolbar .fc-left, .fc-toolbar .fc-right {
      width: 100% !important; } }

.fc-toolbar .fc-left {
  width: 300px; }
  @media only screen and (max-width: 560px) {
    .fc-toolbar .fc-left {
      margin-bottom: 14px; } }

.fc-toolbar .fc-center {
  width: calc(50% - 155px); }

.fc-toolbar .fc-right {
  width: calc(50% - 155px); }
  @media only screen and (max-width: 1060px) {
    .fc-toolbar .fc-right {
      width: calc(100% - 300px); } }
  @media only screen and (max-width: 560px) {
    .fc-toolbar .fc-right {
      margin-bottom: 10px; } }

.fc-right .fc-button-group {
  float: right !important; }
  @media only screen and (max-width: 560px) {
    .fc-right .fc-button-group {
      float: left !important; } }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 1; }

.fc-toolbar .fc-state-down {
  z-index: 1; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 1; }

.fc-toolbar button:focus {
  z-index: 1; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 3.85em;
  /* ensure that all rows are at least this tall */ }
  @media only screen and (max-width: 560px) {
    .fc-basic-view .fc-body .fc-row {
      min-height: 3.2em; } }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 5px 5px 2px 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
  font-weight: 600;
  font-size: 20px; }
  @media only screen and (max-width: 560px) {
    .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
      font-size: 18px; } }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  font-weight: 700;
  font-size: 12px;
  text-align: right; }
  @media only screen and (max-width: 560px) {
    .fc-ltr .fc-axis {
      font-size: 10px; } }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-day-grid-container {
  position: relative; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  font-weight: 600;
  font-size: 20px;
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }
  @media only screen and (max-width: 560px) {
    .fc-time-grid .fc-slats td {
      font-size: 18px; } }

.fc-time-grid .fc-slats .fc-minor td {
  border-bottom: 3px solid #e8e8e8 !important; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  border-radius: 0;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

.fc-agendaWeek-view .fc-head .fc-day-header:nth-child(2), .fc-agendaDay-view .fc-head .fc-day-header:nth-child(2) {
  border-top-left-radius: 4px; }
.fc-agendaWeek-view .fc-body, .fc-agendaDay-view .fc-body {
  display: block;
  border-top-left-radius: 4px;
  overflow: hidden; }

html {
  font-size: 62.5%;
  box-sizing: border-box; }
  html *,
  html *:before,
  html *:after {
    box-sizing: border-box; }

body {
  position: relative;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #1c2101;
  background-color: white; }

.row {
  max-width: initial; }

p, ul, ol, dl {
  margin-bottom: initial; }

a, button {
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

textarea {
  resize: none; }

input, textarea {
  text-transform: none !important; }

html, body {
  overflow: hidden; }

body.loaded #body {
  opacity: 1; }
body.loaded #loading {
  opacity: 0; }

#body {
  opacity: 0;
  background-color: white;
  overflow: hidden; }

#loading {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -i-transition: all 0.5s ease-out; }
  #loading.pastloaded {
    display: none; }
  #loading .spinner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #loading .spinner-wrapper .lds-ring {
      display: inline-block;
      position: relative;
      width: 82px;
      height: 82px; }
      #loading .spinner-wrapper .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 70px;
        height: 70px;
        margin: 6px;
        border: 3px solid #e62686;
        border-radius: 50%;
        -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        -moz-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        -ms-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        -o-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #e62686 transparent transparent transparent; }
        #loading .spinner-wrapper .lds-ring div:nth-child(1) {
          animation-delay: -0.45s; }
        #loading .spinner-wrapper .lds-ring div:nth-child(2) {
          animation-delay: -0.3s; }
        #loading .spinner-wrapper .lds-ring div:nth-child(3) {
          animation-delay: -0.15s; }
@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
b {
  font-weight: 900; }

.sidebar, .content {
  float: left; }

.content {
  position: relative;
  height: calc(100vh - 52px);
  padding: 26px 26px 50px;
  background-color: #f9f9f9;
  overflow-y: scroll; }
  @media only screen and (max-width: 760px) {
    .content {
      padding: 20px 22px 40px; } }
  @media only screen and (max-width: 560px) {
    .content {
      height: calc(100vh - 86px);
      padding: 16px 16px 40px; } }
  .content.sidebar-active {
    width: calc(100% - 52px);
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out; }
    @media only screen and (max-width: 560px) {
      .content.sidebar-active {
        width: calc(100% - 42px);
        overflow-x: hidden; } }
    .content.sidebar-active .page-pipeline .pipeline .pipeline-options-holder .pipeline-options {
      width: calc(100% - 67px);
      left: 60px; }
    .content.sidebar-active .coins-awards .awards-footer {
      width: calc(100% - 108px);
      left: 82px; }
      @media only screen and (max-width: 760px) {
        .content.sidebar-active .coins-awards .awards-footer {
          width: calc(100% - 100px);
          left: 78px; } }
      @media only screen and (max-width: 560px) {
        .content.sidebar-active .coins-awards .awards-footer {
          width: calc(100% - 78px);
          left: 62px; } }
  .content.pipeline-content-moving {
    overflow: hidden !important; }
  .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item {
    display: block; }
    .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(1) .dream-item-image {
      background-color: #3ba8dc; }
    .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(2) .dream-item-image {
      background-color: #019688; }
    .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(3) .dream-item-image {
      background-color: #fc7720; }
    .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(4) .dream-item-image {
      background-color: #252959; }
    .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(5) .dream-item-image {
      background-color: #3ba8dc; }
    .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(6) .dream-item-image {
      background-color: #019688; }
    .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-content {
      padding-bottom: 26px !important; }
    .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box {
      border: none;
      background-color: transparent !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dream-image-holder {
        margin-bottom: -55px; }
        .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dream-image-holder .dream-item-image {
          position: relative;
          display: block;
          width: 80px;
          height: 80px;
          border-radius: 40px;
          margin: auto auto 18px; }
          .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dream-image-holder .dream-item-image div, .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dream-image-holder .dream-item-image img {
            position: absolute;
            max-width: 28px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-weight: bold;
            font-size: 28px;
            color: white; }
      .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dream-item-copy {
        display: block;
        width: 100%;
        padding: 50px 20px 20px;
        border: 2px solid #e8e8e8;
        border-radius: 4px;
        margin: auto;
        background-color: #f9f9f9; }
        .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dream-item-copy .dream-item-name {
          margin-bottom: 12px; }
          .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dream-item-copy .dream-item-name p {
            font-weight: 900;
            font-size: 18px; }
            @media only screen and (max-width: 460px) {
              .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dream-item-copy .dream-item-name p {
                font-size: 16px; } }
        .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dream-item-copy .dream-content-items.dream-items-solo {
          display: block;
          width: 100%;
          margin-bottom: 0; }
          .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dream-item-copy .dream-content-items.dream-items-solo .dream-content-item {
            display: table;
            margin: 16px auto auto !important;
            background-color: #e62686; }
            .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dream-item-copy .dream-content-items.dream-items-solo .dream-content-item p {
              font-size: 18px;
              color: white;
              background-color: #e62686; }
        .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dream-item-copy .dream-content-items .dream-content-item {
          display: inline-block;
          vertical-align: middle;
          margin-bottom: 6px; }
          .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dream-item-copy .dream-content-items .dream-content-item p {
            padding: 8px 14px;
            border-radius: 4px;
            font-weight: 700;
            font-size: 15px;
            text-align: center;
            background-color: #e8e8e8; }
            @media only screen and (max-width: 460px) {
              .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dream-item-copy .dream-content-items .dream-content-item p {
                padding: 8px 10px;
                font-size: 14px; } }
      .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dashboard-box-items {
        margin-bottom: 0; }
        .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dashboard-box-items .dashboard-box-item {
          width: calc(16.16% - 9px); }
          .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dashboard-box-items .dashboard-box-item .dashboard-box {
            background-color: #e8e8e8; }
            .content .page-dashboard .dashboard-items.dashboard-items-midtop .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dashboard-box-items .dashboard-box-item .dashboard-box .dashboard-box-result {
              background-color: #dbdbdb !important; }
  .content .page-simulate .page-top-options, .content .page-simulate .page-top-consultant {
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 860px) {
      .content .page-simulate .page-top-options, .content .page-simulate .page-top-consultant {
        display: block; } }
  .content .page-simulate .page-top-options {
    position: relative;
    max-width: 1100px;
    width: calc(100% - 484px);
    padding: 24px 12px;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    margin-left: 10px;
    margin-bottom: 30px;
    text-align: center;
    background: #f9f9f9; }
    @media only screen and (max-width: 1000px) {
      .content .page-simulate .page-top-options {
        width: calc(100% - 380px);
        margin-left: 6px; } }
    @media only screen and (max-width: 860px) {
      .content .page-simulate .page-top-options {
        width: 100%;
        margin-left: 0; } }
    .content .page-simulate .page-top-options ul li {
      display: block;
      margin-top: 26px; }
      @media only screen and (max-width: 860px) {
        .content .page-simulate .page-top-options ul li {
          display: inline-block;
          vertical-align: middle;
          margin-top: 0; } }
      @media only screen and (max-width: 470px) {
        .content .page-simulate .page-top-options ul li {
          margin-top: 16px; } }
      .content .page-simulate .page-top-options ul li:first-of-type {
        margin-top: 0 !important; }
      .content .page-simulate .page-top-options ul li a {
        margin: auto; }
  .content .page-simulate .page-top-consultant {
    max-width: 500px;
    margin-right: 10px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1000px) {
      .content .page-simulate .page-top-consultant {
        max-width: 360px;
        margin-right: 6px; } }
    @media only screen and (max-width: 860px) {
      .content .page-simulate .page-top-consultant {
        max-width: 100%;
        margin-bottom: 16px;
        margin-right: 0; } }
    .content .page-simulate .page-top-consultant .profile-header {
      display: block;
      width: 100%;
      padding: 16px;
      border: 2px solid #e8e8e8;
      border-radius: 4px;
      background: #f9f9f9; }
      .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item {
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 660px) {
          .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item {
            display: block;
            width: 100% !important; } }
        .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item:first-of-type {
          width: 90px; }
          @media only screen and (max-width: 660px) {
            .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item:first-of-type {
              margin-bottom: 16px; } }
        .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item:last-of-type {
          width: calc(100% - 95px);
          padding-left: 16px;
          text-align: left; }
          @media only screen and (max-width: 660px) {
            .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item:last-of-type {
              padding-left: 0;
              text-align: center; } }
        .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item .dashboard-box-photo {
          position: relative;
          width: 90px;
          height: 90px;
          border: 3px solid black;
          border-radius: 100px;
          margin: auto;
          overflow: hidden;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
          @media only screen and (max-width: 560px) {
            .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item .dashboard-box-photo {
              width: 80px;
              height: 80px; } }
          .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item .dashboard-box-photo .box-photo {
            position: absolute;
            width: 90px;
            height: 90px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background-size: cover; }
            @media only screen and (max-width: 560px) {
              .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item .dashboard-box-photo .box-photo {
                width: 80px;
                height: 80px; } }
        .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item p {
          display: inline-block;
          width: calc(50% - 13px);
          vertical-align: top;
          margin-right: 10px;
          margin-top: 16px; }
          @media only screen and (max-width: 380px) {
            .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item p {
              display: block;
              width: 100%;
              margin-right: 0; } }
          .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item p:nth-child(1), .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item p:nth-child(2), .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item p:nth-child(3) {
            margin-top: 0; }
          @media only screen and (max-width: 380px) {
            .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item p:nth-child(3) {
              margin-top: 16px; } }
          .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item p span {
            display: block; }
            .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item p span:first-of-type {
              margin-bottom: 3px;
              font-weight: 700;
              font-size: 16px; }
            .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item p span:last-of-type {
              font-size: 13px;
              color: #1c2101; }
          .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item p.profile-header-name {
            display: block;
            width: 100%;
            margin-bottom: 16px;
            font-weight: 900;
            font-size: 22px; }
            @media only screen and (max-width: 560px) {
              .content .page-simulate .page-top-consultant .profile-header .profile-header-items .profile-header-item p.profile-header-name {
                font-size: 20px; } }
  .content .page-simulate .services {
    position: relative;
    width: 100%;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    margin: auto;
    text-align: center;
    background: #f9f9f9; }
    .content .page-simulate .services .page-tabs .page-nav-tabs {
      padding: 0;
      border-bottom: 2px solid #e8e8e8;
      border-radius: 0;
      margin-bottom: 0;
      text-align: center;
      background: white; }
      @media only screen and (max-width: 660px) {
        .content .page-simulate .services .page-tabs .page-nav-tabs {
          display: block;
          overflow-x: initial; } }
      .content .page-simulate .services .page-tabs .page-nav-tabs li {
        position: relative;
        display: inline-block;
        width: 25%;
        margin: 0; }
        @media only screen and (max-width: 660px) {
          .content .page-simulate .services .page-tabs .page-nav-tabs li {
            width: calc(50% - 3px); } }
        .content .page-simulate .services .page-tabs .page-nav-tabs li:hover a, .content .page-simulate .services .page-tabs .page-nav-tabs li.active a {
          /*
          -webkit-box-shadow: inset -5px 6px 8px 0px rgba(0, 0, 0, 0.5);
          -moz-box-shadow: inset -5px 6px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset -5px 6px 8px 0px rgba(0, 0, 0, 0.5);
          */ }
          .content .page-simulate .services .page-tabs .page-nav-tabs li:hover a p, .content .page-simulate .services .page-tabs .page-nav-tabs li.active a p {
            color: #1c2101; }
        .content .page-simulate .services .page-tabs .page-nav-tabs li:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          width: 1px;
          height: 60%;
          background-color: #e8e8e8;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
          @media only screen and (max-width: 660px) {
            .content .page-simulate .services .page-tabs .page-nav-tabs li:after {
              right: -4px; } }
        .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(1):hover a, .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(1).active a {
          border-color: #3ba8dc !important; }
        .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(1):hover .c-tabs-image, .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(1).active .c-tabs-image {
          background-image: url("../../global/img/services/buttons/1.svg"); }
        @media only screen and (max-width: 660px) {
          .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(1):before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 60%;
            height: 1px;
            background-color: #e8e8e8;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
        .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(1) a .c-tabs-image {
          background-image: url("../../global/img/services/buttons/1-alt.svg"); }
        .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(2):hover a, .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(2).active a {
          border-color: #019688 !important; }
        .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(2):hover .c-tabs-image, .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(2).active .c-tabs-image {
          background-image: url("../../global/img/services/buttons/2.svg"); }
        @media only screen and (max-width: 660px) {
          .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(2):after {
            content: '';
            position: absolute;
            top: initial;
            right: initial;
            bottom: 0;
            left: 50%;
            width: 60%;
            height: 1px;
            background-color: #e8e8e8;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
        .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(2) a .c-tabs-image {
          background-image: url("../../global/img/services/buttons/2-alt.svg"); }
        .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(3):hover a, .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(3).active a {
          border-color: #fc7720 !important; }
        .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(3):hover .c-tabs-image, .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(3).active .c-tabs-image {
          background-image: url("../../global/img/services/buttons/3.svg"); }
        .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(3) a .c-tabs-image {
          background-image: url("../../global/img/services/buttons/3-alt.svg"); }
        .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(4):hover a, .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(4).active a {
          border-color: #1c2101 !important; }
        .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(4):hover .c-tabs-image, .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(4).active .c-tabs-image {
          background-image: url("../../global/img/services/buttons/4.svg"); }
        .content .page-simulate .services .page-tabs .page-nav-tabs li:nth-child(4) a .c-tabs-image {
          background-image: url("../../global/img/services/buttons/4-alt.svg"); }
        .content .page-simulate .services .page-tabs .page-nav-tabs li:last-of-type:after {
          display: none; }
        .content .page-simulate .services .page-tabs .page-nav-tabs li a {
          display: block;
          height: 145px;
          padding: 24px 16px;
          border: none;
          border-top: 4px solid transparent;
          border-radius: 0;
          margin: auto auto 1px;
          background-color: white;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
          @media only screen and (max-width: 560px) {
            .content .page-simulate .services .page-tabs .page-nav-tabs li a {
              padding: 20px 8px; } }
          .content .page-simulate .services .page-tabs .page-nav-tabs li a .c-tabs-image {
            display: block;
            max-width: 60px;
            max-height: 40px;
            width: 100px;
            height: 100px;
            padding: 0;
            margin: auto auto 18px;
            background-position: top center;
            background-repeat: no-repeat; }
          .content .page-simulate .services .page-tabs .page-nav-tabs li a p {
            font-family: "Roboto", sans-serif;
            font-size: 15px;
            line-height: 1.2;
            color: #dbdbdb; }
    .content .page-simulate .services .page-tabs .tab-content {
      position: relative;
      background-color: white; }
      .content .page-simulate .services .page-tabs .tab-content#tab1 .services-item .services-item-copy .services-item-image div {
        color: #3ba8dc !important; }
      .content .page-simulate .services .page-tabs .tab-content#tab1 .services-item:hover:after, .content .page-simulate .services .page-tabs .tab-content#tab1 .services-item.service-active:after {
        content: '';
        border: 3px solid #3ba8dc; }
      .content .page-simulate .services .page-tabs .tab-content#tab1 .services-item:hover .services-item-copy, .content .page-simulate .services .page-tabs .tab-content#tab1 .services-item.service-active .services-item-copy {
        border-color: #3ba8dc !important; }
        .content .page-simulate .services .page-tabs .tab-content#tab1 .services-item:hover .services-item-copy .services-item-title p, .content .page-simulate .services .page-tabs .tab-content#tab1 .services-item.service-active .services-item-copy .services-item-title p {
          color: #3ba8dc !important; }
      .content .page-simulate .services .page-tabs .tab-content#tab2 .services-item .services-item-copy .services-item-image div {
        color: #019688 !important; }
      .content .page-simulate .services .page-tabs .tab-content#tab2 .services-item:hover:after, .content .page-simulate .services .page-tabs .tab-content#tab2 .services-item.service-active:after {
        content: '';
        border: 3px solid #019688; }
      .content .page-simulate .services .page-tabs .tab-content#tab2 .services-item:hover .services-item-copy, .content .page-simulate .services .page-tabs .tab-content#tab2 .services-item.service-active .services-item-copy {
        border-color: #019688 !important; }
        .content .page-simulate .services .page-tabs .tab-content#tab2 .services-item:hover .services-item-copy .services-item-title p, .content .page-simulate .services .page-tabs .tab-content#tab2 .services-item.service-active .services-item-copy .services-item-title p {
          color: #019688 !important; }
      .content .page-simulate .services .page-tabs .tab-content#tab3 .services-item .services-item-copy .services-item-image div {
        color: #fc7720 !important; }
      .content .page-simulate .services .page-tabs .tab-content#tab3 .services-item:hover:after, .content .page-simulate .services .page-tabs .tab-content#tab3 .services-item.service-active:after {
        content: '';
        border: 3px solid #fc7720; }
      .content .page-simulate .services .page-tabs .tab-content#tab3 .services-item:hover .services-item-copy, .content .page-simulate .services .page-tabs .tab-content#tab3 .services-item.service-active .services-item-copy {
        border-color: #fc7720 !important; }
        .content .page-simulate .services .page-tabs .tab-content#tab3 .services-item:hover .services-item-copy .services-item-title p, .content .page-simulate .services .page-tabs .tab-content#tab3 .services-item.service-active .services-item-copy .services-item-title p {
          color: #fc7720 !important; }
      .content .page-simulate .services .page-tabs .tab-content#tab4 .services-item .services-item-copy .services-item-image div {
        color: #1c2101 !important; }
      .content .page-simulate .services .page-tabs .tab-content#tab4 .services-item:hover:after, .content .page-simulate .services .page-tabs .tab-content#tab4 .services-item.service-active:after {
        content: '';
        border: 3px solid #1c2101; }
      .content .page-simulate .services .page-tabs .tab-content#tab4 .services-item:hover .services-item-copy, .content .page-simulate .services .page-tabs .tab-content#tab4 .services-item.service-active .services-item-copy {
        border-color: #1c2101 !important; }
        .content .page-simulate .services .page-tabs .tab-content#tab4 .services-item:hover .services-item-copy .services-item-title p, .content .page-simulate .services .page-tabs .tab-content#tab4 .services-item.service-active .services-item-copy .services-item-title p {
          color: #1c2101 !important; }
      .content .page-simulate .services .page-tabs .tab-content .c-tab__content {
        position: relative;
        z-index: 1; }
        .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items {
          position: relative;
          display: block;
          width: 100%;
          background-color: transparent;
          							/*
          							display: flex;
          							overflow-x: auto;
          							align-items: center;
          							justify-content: center;
          
          							@media only screen and (max-width: 1140px) {
          								align-items: initial;
          								justify-content: initial;
          							}
          							*/ }
          @media only screen and (max-width: 760px) {
            .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items {
              padding-bottom: 10px; } }
          .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items .services-area {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin-left: -4px; }
            @media only screen and (max-width: 760px) {
              .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items .services-area {
                display: block;
                margin-left: 0; } }
            .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items .services-area:first-of-type .services-area-title:after {
              display: none; }
            .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items .services-area:last-of-type::after {
              display: none; }
            .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items .services-area .services-area-title {
              display: block;
              width: 100%;
              padding: 10px 0;
              background-color: #f9f9f9; }
              @media only screen and (max-width: 760px) {
                .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items .services-area .services-area-title {
                  margin-left: -2px;
                  text-align: center; } }
              .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items .services-area .services-area-title:after {
                content: '';
                position: absolute;
                top: 6px;
                left: -1px;
                width: 2px;
                height: 20px;
                background-color: #e8e8e8; }
              .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items .services-area .services-area-title p {
                font-size: 12px;
                color: #1c2101; }
            .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items .services-area .services-item {
              position: relative;
              float: left;
              width: 100px;
              height: 100px;
              padding: 10px;
              border: 1px solid #e8e8e8;
              border-top: 2px solid #e8e8e8;
              border-bottom: 2px solid white;
              text-align: center;
              cursor: pointer; }
              @media only screen and (max-width: 760px) {
                .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items .services-area .services-item {
                  float: initial;
                  display: inline-block;
                  width: 97px;
                  height: 97px;
                  border-top: 1px solid #e8e8e8;
                  border-bottom: 1px solid #e8e8e8;
                  border-color: #e8e8e8; } }
              .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items .services-area .services-item:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: 3px solid transparent; }
              .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items .services-area .services-item .services-item-copy {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 100%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -moz-transition: all 0.25s ease-out;
                -webkit-transition: all 0.25s ease-out;
                -i-transition: all 0.25s ease-out; }
                .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items .services-area .services-item .services-item-copy .services-item-image {
                  margin-bottom: 14px; }
                  .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items .services-area .services-item .services-item-copy .services-item-image img {
                    width: 56px;
                    max-width: initial;
                    max-height: 50px; }
                  .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items .services-area .services-item .services-item-copy .services-item-image div {
                    font-size: 40px;
                    color: #1c2101; }
                .content .page-simulate .services .page-tabs .tab-content .c-tab__content .services-items .services-area .services-item .services-item-copy .services-item-title p {
                  font-weight: 900;
                  font-size: 9px;
                  line-height: 1.2;
                  text-transform: uppercase;
                  color: #1c2101;
                  -moz-transition: all 0.25s ease-out;
                  -webkit-transition: all 0.25s ease-out;
                  -i-transition: all 0.25s ease-out; }
    .content .page-simulate .services .page-results {
      padding: 40px 0 16px;
      border-top: 2px solid #e8e8e8;
      background-color: white; }
      .content .page-simulate .services .page-results .page-results-options {
        width: 90%;
        margin: auto auto 12px; }
        .content .page-simulate .services .page-results .page-results-options ul li {
          display: inline-block;
          width: calc(33.33% - 3px);
          vertical-align: middle; }
          @media only screen and (max-width: 560px) {
            .content .page-simulate .services .page-results .page-results-options ul li {
              width: 100%;
              margin-bottom: 6px; } }
          .content .page-simulate .services .page-results .page-results-options ul li.active a {
            color: white !important;
            background-color: #e62686; }
          .content .page-simulate .services .page-results .page-results-options ul li a {
            width: 100%;
            color: #e62686 !important;
            background-color: transparent; }
            @media only screen and (max-width: 560px) {
              .content .page-simulate .services .page-results .page-results-options ul li a {
                padding: 8px 10px;
                font-size: 13px; } }
            .content .page-simulate .services .page-results .page-results-options ul li a:hover {
              color: white !important;
              background-color: #e62686; }
            .content .page-simulate .services .page-results .page-results-options ul li a br {
              display: none; }
              @media only screen and (max-width: 800px) {
                .content .page-simulate .services .page-results .page-results-options ul li a br {
                  display: block; } }
              @media only screen and (max-width: 560px) {
                .content .page-simulate .services .page-results .page-results-options ul li a br {
                  display: none; } }
      .content .page-simulate .services .page-results .page-results-list .page-result {
        display: block;
        width: 90%;
        padding: 16px 16px 16px 0;
        border: 2px solid #e8e8e8;
        border-radius: 4px;
        margin: auto auto 20px; }
        @media only screen and (max-width: 560px) {
          .content .page-simulate .services .page-results .page-results-list .page-result {
            width: 100%;
            padding: 12px;
            border-left: none;
            border-right: none;
            border-radius: 0; } }
        .content .page-simulate .services .page-results .page-results-list .page-result:last-of-type {
          margin: auto; }
        .content .page-simulate .services .page-results .page-results-list .page-result .page-result-item {
          display: inline-block;
          vertical-align: middle; }
          @media only screen and (max-width: 560px) {
            .content .page-simulate .services .page-results .page-results-list .page-result .page-result-item {
              display: block !important;
              width: 100%  !important; } }
        .content .page-simulate .services .page-results .page-results-list .page-result .page-result-image {
          width: 130px; }
          .content .page-simulate .services .page-results .page-results-list .page-result .page-result-image img {
            max-height: 90px;
            width: 90%; }
        .content .page-simulate .services .page-results .page-results-list .page-result .page-result-copy {
          width: calc(100% - 440px);
          padding: 0 6px 0 0;
          text-align: left; }
          @media only screen and (max-width: 960px) {
            .content .page-simulate .services .page-results .page-results-list .page-result .page-result-copy {
              width: calc(100% - 140px);
              padding: 0; } }
          .content .page-simulate .services .page-results .page-results-list .page-result .page-result-copy .page-result-title {
            margin-bottom: 6px;
            text-align: left; }
            .content .page-simulate .services .page-results .page-results-list .page-result .page-result-copy .page-result-title p {
              font-weight: 800;
              font-size: 16px; }
          .content .page-simulate .services .page-results .page-results-list .page-result .page-result-copy p {
            font-size: 14px;
            line-height: 1.3; }
        .content .page-simulate .services .page-results .page-results-list .page-result .page-result-raic {
          width: 160px; }
          @media only screen and (max-width: 560px) {
            .content .page-simulate .services .page-results .page-results-list .page-result .page-result-raic {
              margin-top: 36px; } }
          .content .page-simulate .services .page-results .page-results-list .page-result .page-result-raic .page-result-title {
            font-weight: 800;
            font-size: 14px; }
          .content .page-simulate .services .page-results .page-results-list .page-result .page-result-raic .page-result-rating {
            position: relative;
            width: 130px;
            margin: auto auto 12px;
            background-color: #e8e8e8; }
            .content .page-simulate .services .page-results .page-results-list .page-result .page-result-raic .page-result-rating .rating-bg {
              position: relative;
              width: 100%;
              height: 31px;
              background-size: cover;
              background-image: url("../../global/img/rating.svg");
              z-index: 2; }
            .content .page-simulate .services .page-results .page-results-list .page-result .page-result-raic .page-result-rating .rating-indicator {
              position: absolute;
              top: 0;
              left: 0;
              height: 31px;
              background-color: #e62686;
              z-index: 1; }
          .content .page-simulate .services .page-results .page-results-list .page-result .page-result-raic .page-result-icons {
            margin-top: 6px; }
            .content .page-simulate .services .page-results .page-results-list .page-result .page-result-raic .page-result-icons ul li {
              display: inline-block;
              vertical-align: middle; }
              .content .page-simulate .services .page-results .page-results-list .page-result .page-result-raic .page-result-icons ul li div {
                width: 30px;
                height: 30px;
                border-radius: 30px;
                font-size: 13px;
                line-height: 31px;
                color: white;
                background-color: black; }
        .content .page-simulate .services .page-results .page-results-list .page-result .page-result-buttons {
          width: 130px; }
          @media only screen and (max-width: 960px) {
            .content .page-simulate .services .page-results .page-results-list .page-result .page-result-buttons {
              margin-top: 16px; } }
          @media only screen and (max-width: 560px) {
            .content .page-simulate .services .page-results .page-results-list .page-result .page-result-buttons {
              margin-top: 36px; } }
          .content .page-simulate .services .page-results .page-results-list .page-result .page-result-buttons ul li {
            display: block;
            margin-bottom: 10px; }
            @media only screen and (max-width: 860px) {
              .content .page-simulate .services .page-results .page-results-list .page-result .page-result-buttons ul li {
                display: inline-block;
                margin: 0 6px; } }
            .content .page-simulate .services .page-results .page-results-list .page-result .page-result-buttons ul li:last-of-type {
              margin-bottom: 0; }
            .content .page-simulate .services .page-results .page-results-list .page-result .page-result-buttons ul li a {
              margin: auto; }
  .content .page-title {
    max-width: 1100px;
    width: 100%;
    margin-bottom: 40px; }
    @media only screen and (max-width: 760px) {
      .content .page-title {
        margin-bottom: 26px; } }
    @media only screen and (max-width: 700px) {
      .content .page-title.page-title-small .page-title-items .page-title-item:first-of-type {
        margin-bottom: 0; } }
    @media only screen and (max-width: 700px) {
      .content .page-title.page-title-small .page-title-items .page-title-item:last-of-type {
        display: none; } }
    .content .page-title .page-title-items .page-title-item {
      display: inline-block;
      vertical-align: bottom; }
      @media only screen and (max-width: 700px) {
        .content .page-title .page-title-items .page-title-item {
          width: 100% !important; } }
      .content .page-title .page-title-items .page-title-item:first-of-type {
        width: 310px; }
        @media only screen and (max-width: 700px) {
          .content .page-title .page-title-items .page-title-item:first-of-type {
            margin-bottom: 12px; } }
      .content .page-title .page-title-items .page-title-item:last-of-type {
        width: calc(100% - 315px);
        text-align: right; }
        @media only screen and (max-width: 700px) {
          .content .page-title .page-title-items .page-title-item:last-of-type {
            text-align: left; } }
      .content .page-title .page-title-items .page-title-item .button, .content .page-title .page-title-items .page-title-item .dropdown {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: 6px; }
      .content .page-title .page-title-items .page-title-item .dropdown-left {
        display: table;
        margin-top: 10px; }
      .content .page-title .page-title-items .page-title-item h1, .content .page-title .page-title-items .page-title-item .title-notifications {
        display: inline-block;
        vertical-align: middle; }
      .content .page-title .page-title-items .page-title-item h1 {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 28px; }
        .content .page-title .page-title-items .page-title-item h1 span {
          font-size: 20px; }
      .content .page-title .page-title-items .page-title-item .title-notifications {
        width: 26px;
        height: 26px;
        border-radius: 20px;
        margin-left: 2px;
        font-weight: 700;
        font-size: 15px;
        line-height: 25px;
        color: white;
        text-align: center; }
      .content .page-title .page-title-items .page-title-item .button.button-pink {
        margin-right: 10px; }
      .content .page-title .page-title-items .page-title-item .dropdown .select-holder {
        display: inline-block;
        vertical-align: middle; }
      .content .page-title .page-title-items .page-title-item .dropdown .select-holder-special {
        display: none; }
        .content .page-title .page-title-items .page-title-item .dropdown .select-holder-special.select-active {
          display: block; }
      .content .page-title .page-title-items .page-title-item .dropdown p, .content .page-title .page-title-items .page-title-item .dropdown .dropdown-notifications, .content .page-title .page-title-items .page-title-item .dropdown .dropdown-indicator {
        display: inline-block;
        vertical-align: middle; }
      .content .page-title .page-title-items .page-title-item .dropdown p {
        width: calc(100% - 34px);
        line-height: 1.1; }
      .content .page-title .page-title-items .page-title-item .dropdown .dropdown-notifications {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        margin-bottom: 2px;
        margin-left: 10px;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        line-height: 19px;
        color: white;
        text-align: center;
        background-color: #e62686;
        background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
        background-size: 400% 400%;
        -webkit-animation: progressanimation 10s ease infinite;
        -moz-animation: progressanimation 10s ease infinite;
        animation: progressanimation 10s ease infinite; }
      .content .page-title .page-title-items .page-title-item .dropdown .dropdown-indicator {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        margin-left: 10px;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        line-height: 19px;
        color: white;
        text-align: center; }
        .content .page-title .page-title-items .page-title-item .dropdown .dropdown-indicator.dropdown-indicator-state1 {
          background-color: #fffd12; }
        .content .page-title .page-title-items .page-title-item .dropdown .dropdown-indicator.dropdown-indicator-state2 {
          background-color: #fffd12; }
        .content .page-title .page-title-items .page-title-item .dropdown .dropdown-indicator.dropdown-indicator-state3 {
          background-color: #fc7720; }
        .content .page-title .page-title-items .page-title-item .dropdown .dropdown-indicator.dropdown-indicator-state4 {
          background-color: #ea0f0f; }
        .content .page-title .page-title-items .page-title-item .dropdown .dropdown-indicator.dropdown-indicator-state5 {
          background-color: #1c2101; }
      .content .page-title .page-title-items .page-title-item .dropdown .selectric-items {
        text-align: left; }
      .content .page-title .page-title-items .page-title-item .indicators-items.indicators-items-noanimation .indicators-item .indicator .indicators-title {
        color: black;
        background: #e8e8e8; }
      .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
        @media only screen and (max-width: 700px) {
          .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item {
            margin-right: 0;
            margin-bottom: 10px; } }
        @media only screen and (max-width: 560px) {
          .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item {
            margin-right: 10px;
            margin-bottom: 0; } }
        @media only screen and (max-width: 370px) {
          .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item {
            margin-right: 0;
            margin-bottom: 10px; } }
        .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item:last-of-type {
          margin-right: 0; }
        .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item .indicator {
          display: table;
          margin: auto; }
          .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item .indicator .indicators-title, .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item .indicator .indicators-value {
            display: inline-block;
            vertical-align: middle;
            font-weight: 900;
            font-size: 16px; }
            @media only screen and (max-width: 900px) {
              .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item .indicator .indicators-title, .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item .indicator .indicators-value {
                display: block;
                padding: 8px 14px;
                font-size: 15px;
                text-align: center; } }
          .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item .indicator .indicators-title {
            padding: 12px 14px 11px;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            background-color: #e62686;
            background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
            background-size: 400% 400%;
            -webkit-animation: progressanimation 18s ease infinite;
            -moz-animation: progressanimation 18s ease infinite;
            animation: progressanimation 18s ease infinite;
            color: white; }
            @media only screen and (max-width: 900px) {
              .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item .indicator .indicators-title {
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
                border-bottom-left-radius: 0; } }
            .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item .indicator .indicators-title img, .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item .indicator .indicators-title p {
              display: inline-block;
              vertical-align: middle; }
            .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item .indicator .indicators-title img {
              width: 16px;
              margin-right: 8px; }
          .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item .indicator .indicators-value {
            padding: 12px 14px;
            border-top-right-radius: 4px;
            border-bottom-left-radius: 4px;
            background-color: #f9f9f9; }
            @media only screen and (max-width: 900px) {
              .content .page-title .page-title-items .page-title-item .indicators-items .indicators-item .indicator .indicators-value {
                border-top-right-radius: 0;
                border-bottom-left-radius: 4px;
                border-bottom-left-radius: 4px; } }
  .content .page-content {
    position: relative;
    max-width: 1100px;
    padding: 26px;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    margin-bottom: 26px;
    background-color: white;
    -webkit-box-shadow: 3px 3px 2px 0px rgba(232, 232, 232, 0.5);
    -moz-box-shadow: 3px 3px 2px 0px rgba(232, 232, 232, 0.5);
    box-shadow: 3px 3px 2px 0px rgba(232, 232, 232, 0.5); }
    @media only screen and (max-width: 760px) {
      .content .page-content {
        padding: 22px;
        margin-bottom: 22px; } }
    @media only screen and (max-width: 560px) {
      .content .page-content {
        padding: 16px;
        margin-bottom: 16px; } }

.modal-success {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999; }
  .modal-success .modal-success-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .modal-success .modal-success-copy {
    position: absolute;
    width: 100%;
    max-width: 400px;
    top: 20px;
    left: 50%;
    padding: 20px;
    border-radius: 4px;
    margin: auto;
    text-align: center;
    background-color: white;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9999; }
    .modal-success .modal-success-copy div, .modal-success .modal-success-copy p {
      display: inline-block;
      vertical-align: middle; }
    .modal-success .modal-success-copy div {
      max-width: 100px;
      margin-right: 16px; }
      .modal-success .modal-success-copy div:before {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 70px;
        font-weight: 900;
        font-size: 34px;
        line-height: 50px;
        color: white;
        background-color: #019688; }
    .modal-success .modal-success-copy p {
      width: calc(100% - 85px);
      font-family: "K2D", sans-serif;
      font-weight: 900;
      font-size: 28px;
      text-align: left; }

.squares-holder.squares-items-solo .squares-items .squares-item .square .square-header p {
  font-size: 20px; }
.squares-holder.squares-items-solo .squares-items .squares-item .square .square-content .square-items .square-item img {
  width: 50px; }
.squares-holder.squares-holder-info .squares-item .square-copy {
  display: block !important;
  width: 100% !important;
  padding-left: 0 !important; }
  .squares-holder.squares-holder-info .squares-item .square-copy .squares-item-stakeholder {
    margin-bottom: 20px; }
    .squares-holder.squares-holder-info .squares-item .square-copy .squares-item-stakeholder:last-of-type {
      margin-bottom: 0 !important; }
  .squares-holder.squares-holder-info .squares-item .square-copy p {
    margin-bottom: 26px !important; }
    .squares-holder.squares-holder-info .squares-item .square-copy p span {
      display: block;
      margin-bottom: 6px; }
      .squares-holder.squares-holder-info .squares-item .square-copy p span:first-of-type {
        font-weight: 700 !important; }
      .squares-holder.squares-holder-info .squares-item .square-copy p span:last-of-type {
        margin-bottom: 0;
        font-weight: 600; }
  .squares-holder.squares-holder-info .squares-item .square-copy .square-stakeholders {
    margin-top: -16px; }
    .squares-holder.squares-holder-info .squares-item .square-copy .square-stakeholders .square-photo {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
  .squares-holder.squares-holder-info .squares-item .square-copy a {
    margin: auto; }
.squares-holder .squares-items.squares-items1 .squares-item {
  display: block;
  width: 100%;
  padding: 0 8px; }
.squares-holder .squares-items.squares-items2 .squares-item {
  width: calc(50% - 4px);
  padding: 0 8px; }
  @media only screen and (max-width: 760px) {
    .squares-holder .squares-items.squares-items2 .squares-item {
      display: block;
      width: 100%; } }
.squares-holder .squares-items.squares-items3 .squares-item {
  width: calc(33.33% - 4px);
  padding: 0 8px; }
  @media only screen and (max-width: 1100px) {
    .squares-holder .squares-items.squares-items3 .squares-item {
      width: calc(50% - 4px); } }
  @media only screen and (max-width: 760px) {
    .squares-holder .squares-items.squares-items3 .squares-item {
      display: block;
      width: 100%; } }
.squares-holder .squares-items.squares-items4 .squares-item {
  width: calc(25% - 4px);
  padding: 0 8px; }
  @media only screen and (max-width: 1100px) {
    .squares-holder .squares-items.squares-items4 .squares-item {
      width: calc(50% - 4px); } }
  @media only screen and (max-width: 760px) {
    .squares-holder .squares-items.squares-items4 .squares-item {
      display: block;
      width: 100%; } }
.squares-holder .squares-items.squares-items2-3 .squares-item {
  width: calc(50% - 4px);
  padding: 0 8px; }
  @media only screen and (max-width: 1100px) {
    .squares-holder .squares-items.squares-items2-3 .squares-item {
      width: calc(50% - 4px); } }
  @media only screen and (max-width: 760px) {
    .squares-holder .squares-items.squares-items2-3 .squares-item {
      display: block;
      width: 100%; } }
  .squares-holder .squares-items.squares-items2-3 .squares-item:last-of-type .square {
    display: inline-block;
    width: calc(50% - 11px);
    vertical-align: top; }
    @media only screen and (max-width: 560px) {
      .squares-holder .squares-items.squares-items2-3 .squares-item:last-of-type .square {
        display: block;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    .squares-holder .squares-items.squares-items2-3 .squares-item:last-of-type .square:first-of-type {
      margin-right: 8px; }
    .squares-holder .squares-items.squares-items2-3 .squares-item:last-of-type .square:last-of-type {
      margin-left: 8px; }
.squares-holder .squares-items .squares-item {
  display: inline-block;
  vertical-align: top; }
  .squares-holder .squares-items .squares-item .square {
    display: block;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 18px;
    text-align: center;
    color: black;
    background-color: #f9f9f9;
    cursor: pointer;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out; }
    .squares-holder .squares-items .squares-item .square:hover {
      background-color: #e8e8e8; }
      .squares-holder .squares-items .squares-item .square:hover .square-image {
        background-color: #f9f9f9 !important; }
    .squares-holder .squares-items .squares-item .square .square-header {
      margin-bottom: 26px; }
      @media only screen and (max-width: 560px) {
        .squares-holder .squares-items .squares-item .square .square-header {
          margin-bottom: 20px; } }
      .squares-holder .squares-items .squares-item .square .square-header p {
        font-size: 23px;
        line-height: 1.2;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out; }
        @media only screen and (max-width: 560px) {
          .squares-holder .squares-items .squares-item .square .square-header p {
            font-size: 21px; } }
    .squares-holder .squares-items .squares-item .square .square-content .square-items .square-item {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin: auto 6px; }
      @media only screen and (max-width: 660px) {
        .squares-holder .squares-items .squares-item .square .square-content .square-items .square-item {
          width: calc(50% - 4px);
          margin-top: 20px !important; } }
      @media only screen and (max-width: 400px) {
        .squares-holder .squares-items .squares-item .square .square-content .square-items .square-item {
          display: block;
          width: 100%; } }
      .squares-holder .squares-items .squares-item .square .square-content .square-items .square-item:nth-child(1), .squares-holder .squares-items .squares-item .square .square-content .square-items .square-item:nth-child(2), .squares-holder .squares-items .squares-item .square .square-content .square-items .square-item:nth-child(3), .squares-holder .squares-items .squares-item .square .square-content .square-items .square-item:nth-child(4) {
        margin-top: 0; }
      @media only screen and (max-width: 400px) {
        .squares-holder .squares-items .squares-item .square .square-content .square-items .square-item:nth-child(2), .squares-holder .squares-items .squares-item .square .square-content .square-items .square-item:nth-child(3), .squares-holder .squares-items .squares-item .square .square-content .square-items .square-item:nth-child(4) {
          margin-top: 20px !important; } }
      .squares-holder .squares-items .squares-item .square .square-content .square-items .square-item .square-image {
        position: relative;
        display: block;
        width: 70px;
        height: 70px;
        padding: 10px;
        border-radius: 74px;
        margin: auto auto 10px;
        text-align: center;
        background-color: #dbdbdb;
        cursor: pointer;
        overflow: hidden;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out; }
        .squares-holder .squares-items .squares-item .square .square-content .square-items .square-item .square-image img {
          position: absolute;
          max-width: 30px;
          width: 100%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .squares-holder .squares-items .squares-item .square .square-content .square-items .square-item .square-title p {
        font-size: 14px;
        line-height: 1.2;
        color: #1c2101; }
    .squares-holder .squares-items .squares-item .square .square-content .square-photo, .squares-holder .squares-items .squares-item .square .square-content .square-copy {
      display: inline-block;
      vertical-align: middle; }
    .squares-holder .squares-items .squares-item .square .square-content .square-photo {
      width: 50px; }
      @media only screen and (max-width: 560px) {
        .squares-holder .squares-items .squares-item .square .square-content .square-photo {
          width: 40px; } }
      .squares-holder .squares-items .squares-item .square .square-content .square-photo .profile-photo-holder {
        position: relative;
        width: 50px;
        height: 50px;
        border: 2px solid black;
        border-radius: 30px;
        overflow: hidden;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out; }
        @media only screen and (max-width: 560px) {
          .squares-holder .squares-items .squares-item .square .square-content .square-photo .profile-photo-holder {
            width: 40px;
            height: 40px; } }
        .squares-holder .squares-items .squares-item .square .square-content .square-photo .profile-photo-holder .profile-photo {
          position: absolute;
          width: 50px;
          height: 50px;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-size: cover; }
          @media only screen and (max-width: 560px) {
            .squares-holder .squares-items .squares-item .square .square-content .square-photo .profile-photo-holder .profile-photo {
              width: 40px;
              height: 40px; } }
    .squares-holder .squares-items .squares-item .square .square-content .square-copy {
      width: calc(100% - 55px);
      padding-left: 8px;
      text-align: left; }
      @media only screen and (max-width: 560px) {
        .squares-holder .squares-items .squares-item .square .square-content .square-copy {
          width: calc(100% - 45px); } }
      .squares-holder .squares-items .squares-item .square .square-content .square-copy p {
        display: block;
        margin-bottom: 6px; }
        .squares-holder .squares-items .squares-item .square .square-content .square-copy p:last-of-type {
          margin-bottom: 0; }

.page-tabs:last-of-type {
  margin-bottom: 0; }
.page-tabs .page-nav-tabs {
  position: relative;
  display: flex;
  max-width: 1100px;
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 10px;
  text-align: center;
  overflow-x: auto;
  background-color: #f9f9f9; }
  @media only screen and (max-width: 1100px) {
    .page-tabs .page-nav-tabs {
      padding: 12px 0; } }
  .page-tabs .page-nav-tabs div, .page-tabs .page-nav-tabs p {
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 1100px) {
      .page-tabs .page-nav-tabs div, .page-tabs .page-nav-tabs p {
        display: block; } }
  .page-tabs .page-nav-tabs div {
    padding-right: 6px;
    font-weight: bold; }
    @media only screen and (max-width: 1100px) {
      .page-tabs .page-nav-tabs div {
        padding-right: 0;
        padding-bottom: 6px; } }
  .page-tabs .page-nav-tabs p {
    margin-top: -2px;
    line-height: 1; }
  .page-tabs .page-nav-tabs .icon-grid, .page-tabs .page-nav-tabs .icon-snow, .page-tabs .page-nav-tabs .icon-contacts, .page-tabs .page-nav-tabs .icon-performance, .page-tabs .page-nav-tabs .icon-multiply {
    font-size: 18px; }
    @media only screen and (max-width: 1100px) {
      .page-tabs .page-nav-tabs .icon-grid, .page-tabs .page-nav-tabs .icon-snow, .page-tabs .page-nav-tabs .icon-contacts, .page-tabs .page-nav-tabs .icon-performance, .page-tabs .page-nav-tabs .icon-multiply {
        font-size: 16px; } }
  .page-tabs .page-nav-tabs .icon-team, .page-tabs .page-nav-tabs .icon-pillow {
    font-size: 20px; }
    @media only screen and (max-width: 1100px) {
      .page-tabs .page-nav-tabs .icon-team, .page-tabs .page-nav-tabs .icon-pillow {
        font-size: 18px; } }
  .page-tabs .page-nav-tabs .icon-clients {
    font-size: 22px; }
    @media only screen and (max-width: 1100px) {
      .page-tabs .page-nav-tabs .icon-clients {
        font-size: 20px; } }
  .page-tabs .page-nav-tabs li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px; }
    @media only screen and (max-width: 560px) {
      .page-tabs .page-nav-tabs li {
        margin: 0 4px; } }
    .page-tabs .page-nav-tabs li:hover a, .page-tabs .page-nav-tabs li.active a {
      color: white !important;
      background-color: #e62686; }
    .page-tabs .page-nav-tabs li:first-of-type {
      margin-left: 0; }
      .page-tabs .page-nav-tabs li:first-of-type a {
        margin-left: 10px; }
    .page-tabs .page-nav-tabs li:last-of-type {
      margin-right: 0; }
      .page-tabs .page-nav-tabs li:last-of-type a {
        margin-right: 20px; }
    .page-tabs .page-nav-tabs li a {
      display: table;
      padding: 0 12px;
      border: 2px solid #e62686;
      border-radius: 4px;
      outline: none;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 15px;
      line-height: 36px;
      color: #e62686;
      background-color: transparent; }
      @media only screen and (max-width: 1100px) {
        .page-tabs .page-nav-tabs li a {
          padding: 8px;
          font-size: 14px; } }
.page-tabs .pipeline-filters-top {
  max-width: 1100px;
  width: 100%;
  margin-bottom: 26px; }
  .page-tabs .pipeline-filters-top .pipeline-filters-titem {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 4px); }
    @media only screen and (max-width: 560px) {
      .page-tabs .pipeline-filters-top .pipeline-filters-titem {
        display: block;
        width: 100%;
        text-align: left !important; } }
    .page-tabs .pipeline-filters-top .pipeline-filters-titem:last-of-type {
      text-align: right; }
    .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown-left {
      display: table;
      margin-top: 10px; }
    .page-tabs .pipeline-filters-top .pipeline-filters-titem .button, .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 1em; }
    .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown.dropdown-pipeline .selectric-wrapper {
      min-width: 150px; }
    .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown .select-holder {
      display: inline-block;
      vertical-align: middle; }
    .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown .select-holder-special {
      display: none; }
      .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown .select-holder-special.select-active {
        display: block; }
    .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown p, .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown .dropdown-notifications, .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown .dropdown-indicator {
      display: inline-block;
      vertical-align: middle; }
    .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown p {
      width: calc(100% - 34px);
      line-height: 1.1; }
    .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown .dropdown-notifications {
      width: 20px;
      height: 20px;
      border-radius: 20px;
      margin-bottom: 2px;
      margin-left: 10px;
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      line-height: 19px;
      color: white;
      text-align: center;
      background-color: #e62686;
      background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
      background-size: 400% 400%;
      -webkit-animation: progressanimation 10s ease infinite;
      -moz-animation: progressanimation 10s ease infinite;
      animation: progressanimation 10s ease infinite; }
    .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown .dropdown-indicator {
      width: 20px;
      height: 20px;
      border-radius: 20px;
      margin-left: 10px;
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      line-height: 19px;
      color: white;
      text-align: center; }
      .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown .dropdown-indicator.dropdown-indicator-state1 {
        background-color: #fffd12; }
      .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown .dropdown-indicator.dropdown-indicator-state2 {
        background-color: #fffd12; }
      .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown .dropdown-indicator.dropdown-indicator-state3 {
        background-color: #fc7720; }
      .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown .dropdown-indicator.dropdown-indicator-state4 {
        background-color: #ea0f0f; }
      .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown .dropdown-indicator.dropdown-indicator-state5 {
        background-color: #1c2101; }
    .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown .selectric-items {
      text-align: left; }
    .page-tabs .pipeline-filters-top .pipeline-filters-titem .pipeline-back {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 1em; }
      .page-tabs .pipeline-filters-top .pipeline-filters-titem .pipeline-back:hover a {
        border-color: #e62686;
        background-color: #e62686; }
        .page-tabs .pipeline-filters-top .pipeline-filters-titem .pipeline-back:hover a div {
          color: white; }
      .page-tabs .pipeline-filters-top .pipeline-filters-titem .pipeline-back a {
        display: block;
        width: 28px;
        height: 28px;
        border: 2px solid black;
        border-radius: 50px;
        text-align: center; }
        .page-tabs .pipeline-filters-top .pipeline-filters-titem .pipeline-back a div {
          padding-top: 4px;
          font-weight: bold;
          font-size: 16px;
          color: black; }
.page-tabs .tab-content.active {
  display: block; }
.page-tabs .tab-content.hide {
  display: none; }

.table-filters-top {
  max-width: 1100px;
  width: 100%;
  margin-bottom: 26px; }
  .table-filters-top .table-filters-titem {
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 415px) {
      .table-filters-top .table-filters-titem {
        display: block;
        width: 100% !important; } }
    .table-filters-top .table-filters-titem:first-of-type {
      width: calc(100% - 175px); }
      @media only screen and (max-width: 560px) {
        .table-filters-top .table-filters-titem:first-of-type {
          width: calc(100% - 158px); } }
      @media only screen and (max-width: 415px) {
        .table-filters-top .table-filters-titem:first-of-type {
          margin-bottom: 10px; } }
    .table-filters-top .table-filters-titem:last-of-type {
      width: 170px; }
      @media only screen and (max-width: 560px) {
        .table-filters-top .table-filters-titem:last-of-type {
          width: 153px; } }
      @media only screen and (max-width: 415px) {
        .table-filters-top .table-filters-titem:last-of-type {
          margin-bottom: 10px; } }
    .table-filters-top .table-filters-titem div, .table-filters-top .table-filters-titem p {
      display: inline-block;
      vertical-align: middle; }
    @media only screen and (max-width: 560px) {
      .table-filters-top .table-filters-titem a {
        font-size: 13px; } }
    .table-filters-top .table-filters-titem a.button-filters {
      padding: 10px 16px; }
      @media only screen and (max-width: 560px) {
        .table-filters-top .table-filters-titem a.button-filters {
          padding: 9px 12px; } }
      .table-filters-top .table-filters-titem a.button-filters.table-filters-active {
        color: #1c2101 !important;
        background-color: transparent; }
        .table-filters-top .table-filters-titem a.button-filters.table-filters-active .icon-down:before {
          content: "\e903"; }
      .table-filters-top .table-filters-titem a.button-filters .icon-filters, .table-filters-top .table-filters-titem a.button-filters .icon-down {
        font-size: 18px; }
        @media only screen and (max-width: 500px) {
          .table-filters-top .table-filters-titem a.button-filters .icon-filters, .table-filters-top .table-filters-titem a.button-filters .icon-down {
            font-size: 15px; } }
      .table-filters-top .table-filters-titem a.button-filters .icon-filters {
        margin-right: 6px; }
      .table-filters-top .table-filters-titem a.button-filters .icon-down {
        margin-left: 6px;
        margin-right: 0; }
    .table-filters-top .table-filters-titem a.button-create {
      float: right;
      padding: 12px 16px; }
      @media only screen and (max-width: 500px) {
        .table-filters-top .table-filters-titem a.button-create {
          padding: 10px 12px; } }
      @media only screen and (max-width: 415px) {
        .table-filters-top .table-filters-titem a.button-create {
          float: initial; } }

.table-filters-bottom {
  display: none;
  max-width: 1100px;
  width: 100%; }
  .table-filters-bottom.table-filters-active {
    display: block;
    margin-bottom: 26px; }
  .table-filters-bottom .table-filters-line {
    margin-bottom: 6px; }
    @media only screen and (max-width: 760px) {
      .table-filters-bottom .table-filters-line {
        margin-bottom: 0; } }
    .table-filters-bottom .table-filters-line:last-of-type {
      margin-bottom: 0; }
    .table-filters-bottom .table-filters-line .table-filters-item {
      display: inline-block;
      vertical-align: top;
      width: calc(25% - 4px); }
      @media only screen and (max-width: 760px) {
        .table-filters-bottom .table-filters-line .table-filters-item {
          width: calc(50% - 4px);
          padding: 0 4px !important; } }
      @media only screen and (max-width: 430px) {
        .table-filters-bottom .table-filters-line .table-filters-item {
          width: 100%;
          padding: 0 !important; } }
      .table-filters-bottom .table-filters-line .table-filters-item:nth-child(1), .table-filters-bottom .table-filters-line .table-filters-item:nth-child(5) {
        padding: 0 4px 0 0; }
      .table-filters-bottom .table-filters-line .table-filters-item:nth-child(2), .table-filters-bottom .table-filters-line .table-filters-item:nth-child(3), .table-filters-bottom .table-filters-line .table-filters-item:nth-child(6), .table-filters-bottom .table-filters-line .table-filters-item:nth-child(7) {
        padding: 0 4px; }
      .table-filters-bottom .table-filters-line .table-filters-item:nth-child(4), .table-filters-bottom .table-filters-line .table-filters-item:nth-child(8) {
        padding: 0 0 0 4px; }
      @media only screen and (max-width: 760px) {
        .table-filters-bottom .table-filters-line .table-filters-item:nth-child(1), .table-filters-bottom .table-filters-line .table-filters-item:nth-child(3) {
          padding-left: 0 !important; } }
      @media only screen and (max-width: 760px) {
        .table-filters-bottom .table-filters-line .table-filters-item:nth-child(2), .table-filters-bottom .table-filters-line .table-filters-item:nth-child(4) {
          padding-right: 0 !important; } }
    .table-filters-bottom .table-filters-line .input-model, .table-filters-bottom .table-filters-line .dropdown {
      width: 100%; }

.platform-years {
  position: relative;
  max-width: 1100px;
  padding: 16px 26px 16px 62px !important;
  border-radius: 28px;
  margin-bottom: 26px;
  background-color: #f9f9f9; }
  @media only screen and (max-width: 760px) {
    .platform-years {
      padding: 16px 22px 16px 62px !important; } }
  .platform-years .profile-years-icon {
    position: absolute;
    top: 18px;
    left: 26px; }
    .platform-years .profile-years-icon .icon-calendar {
      font-weight: bold;
      font-size: 20px;
      color: black; }
  .platform-years .profile-years-slider, .platform-years .profile-years-ever {
    display: inline-block;
    vertical-align: middle; }
    .platform-years .profile-years-slider a, .platform-years .profile-years-ever a {
      display: block;
      padding: 2px 10px;
      border: 3px solid transparent;
      border-radius: 4px;
      font-weight: 600;
      font-size: 16px;
      color: #1c2101; }
      .platform-years .profile-years-slider a:hover, .platform-years .profile-years-slider a.current-selected, .platform-years .profile-years-ever a:hover, .platform-years .profile-years-ever a.current-selected {
        border-color: #e62686;
        color: white;
        background-color: #e62686; }
      @media only screen and (max-width: 760px) {
        .platform-years .profile-years-slider a, .platform-years .profile-years-ever a {
          font-size: 15px; } }
  .platform-years .profile-years-slider {
    width: calc(100% - 90px);
    text-align: center; }
    .platform-years .profile-years-slider div {
      display: inline-block;
      vertical-align: middle;
      margin: 0 16px; }
      @media only screen and (max-width: 760px) {
        .platform-years .profile-years-slider div {
          margin: 0 6px; } }
      @media only screen and (max-width: 560px) {
        .platform-years .profile-years-slider div {
          margin: 0; } }
      @media only screen and (max-width: 400px) {
        .platform-years .profile-years-slider div {
          display: table;
          margin: auto auto 4px; } }
      @media only screen and (max-width: 400px) {
        .platform-years .profile-years-slider div:last-of-type {
          margin: auto; } }

.table-holder, .table-cart, .table-actions {
  max-width: 1100px;
  width: 100%; }

@media only screen and (max-width: 960px) {
  .table-holder, .table-cart {
    overflow: scroll;
    max-height: calc(100vh - 340px); } }
.table-holder.table-blue .table table thead, .table-cart.table-blue .table table thead {
  background-color: #3ba8dc; }
  .table-holder.table-blue .table table thead th:first-of-type, .table-cart.table-blue .table table thead th:first-of-type {
    border-left: 2px solid #3ba8dc; }
  .table-holder.table-blue .table table thead th:last-of-type, .table-cart.table-blue .table table thead th:last-of-type {
    border-right: 2px solid #3ba8dc; }
.table-holder.table-blue .table table a.see-more, .table-cart.table-blue .table table a.see-more {
  border-color: #3ba8dc;
  color: white;
  background-color: #3ba8dc; }
  .table-holder.table-blue .table table a.see-more:hover, .table-cart.table-blue .table table a.see-more:hover {
    color: #3ba8dc;
    background-color: transparent; }
.table-holder .table, .table-cart .table {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1; }
  .table-holder .table table, .table-cart .table table {
    width: 100%; }
    .table-holder .table table a, .table-cart .table table a {
      display: inline-block;
      padding: 4px 8px;
      border: 2px solid #e62686;
      border-radius: 4px;
      font-weight: 600;
      font-size: 14px; }
      @media only screen and (max-width: 560px) {
        .table-holder .table table a, .table-cart .table table a {
          padding: 4px 6px;
          font-size: 13px; } }
      .table-holder .table table a.edit, .table-cart .table table a.edit {
        color: #e62686; }
        .table-holder .table table a.edit:hover, .table-cart .table table a.edit:hover {
          color: white;
          background-color: #e62686; }
      .table-holder .table table a.see-more, .table-cart .table table a.see-more {
        background-color: #e62686;
        color: white; }
        .table-holder .table table a.see-more:hover, .table-cart .table table a.see-more:hover {
          color: #e62686;
          background-color: transparent; }
        .table-holder .table table a.see-more div, .table-cart .table table a.see-more div {
          font-weight: 700;
          font-size: 16px; }
      .table-holder .table table a.table-email, .table-cart .table table a.table-email {
        border-color: transparent;
        font-weight: 900;
        color: #e62686;
        cursor: pointer; }
        .table-holder .table table a.table-email:hover, .table-cart .table table a.table-email:hover {
          border-color: #e62686; }
      .table-holder .table table a .icon-eye, .table-cart .table table a .icon-eye {
        display: inline-block;
        margin: auto !important; }
      .table-holder .table table a .icon-trash, .table-cart .table table a .icon-trash {
        margin: auto !important;
        font-weight: bold; }
    .table-holder .table table thead, .table-cart .table table thead {
      background-color: #e62686; }
      .table-holder .table table thead th, .table-cart .table table thead th {
        padding: 16px 0 16px 17px;
        font-weight: 600;
        font-size: 15px;
        color: white;
        text-align: left; }
        @media only screen and (max-width: 560px) {
          .table-holder .table table thead th, .table-cart .table table thead th {
            padding: 12px 0 12px 12px;
            font-size: 14px; } }
        .table-holder .table table thead th:first-of-type, .table-cart .table table thead th:first-of-type {
          border-left: 2px solid #e62686; }
        .table-holder .table table thead th:last-of-type, .table-cart .table table thead th:last-of-type {
          border-right: 2px solid #e62686; }
    .table-holder .table table tbody, .table-cart .table table tbody {
      border-right: 3px solid #e8e8e8;
      border-bottom: 2px solid #e8e8e8;
      border-left: 2px solid #e8e8e8; }
      .table-holder .table table tbody tr:nth-child(even) td, .table-cart .table table tbody tr:nth-child(even) td {
        background-color: white; }
        .table-holder .table table tbody tr:nth-child(even) td .table-rating, .table-cart .table table tbody tr:nth-child(even) td .table-rating {
          background-color: #e8e8e8; }
          .table-holder .table table tbody tr:nth-child(even) td .table-rating .table-rating-bg, .table-cart .table table tbody tr:nth-child(even) td .table-rating .table-rating-bg {
            background-image: url("../../global/img/rating2.svg"); }
      .table-holder .table table tbody tr td, .table-cart .table table tbody tr td {
        padding: 10px 0 10px 17px;
        font-weight: 500;
        font-size: 14px;
        background-color: #f9f9f9; }
        @media only screen and (max-width: 560px) {
          .table-holder .table table tbody tr td, .table-cart .table table tbody tr td {
            padding: 6px 0 6px 12px;
            font-weight: 500;
            font-size: 13px; } }
        .table-holder .table table tbody tr td:first-of-type, .table-cart .table table tbody tr td:first-of-type {
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px; }
        .table-holder .table table tbody tr td:last-of-type, .table-cart .table table tbody tr td:last-of-type {
          padding: 10px 10px 10px 17px;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px; }
        .table-holder .table table tbody tr td .table-rating, .table-cart .table table tbody tr td .table-rating {
          position: relative;
          width: 149px;
          background-color: white; }
          @media only screen and (max-width: 560px) {
            .table-holder .table table tbody tr td .table-rating, .table-cart .table table tbody tr td .table-rating {
              width: 132px; } }
          .table-holder .table table tbody tr td .table-rating .table-rating-bg, .table-cart .table table tbody tr td .table-rating .table-rating-bg {
            position: relative;
            width: 100%;
            height: 30px;
            background-size: cover;
            background-image: url("../../global/img/rating1.svg");
            z-index: 2; }
          .table-holder .table table tbody tr td .table-rating .table-rating-indicator, .table-cart .table table tbody tr td .table-rating .table-rating-indicator {
            position: absolute;
            top: 0;
            left: 0;
            height: 30px;
            background-color: #e62686;
            z-index: 1; }
        .table-holder .table table tbody tr td .table-state, .table-cart .table table tbody tr td .table-state {
          display: block;
          width: 10px;
          height: 10px;
          border-radius: 30px;
          margin: auto;
          background-color: #1c2101; }
          .table-holder .table table tbody tr td .table-state.table-state-green, .table-cart .table table tbody tr td .table-state.table-state-green {
            background-color: #42b72a; }
          .table-holder .table table tbody tr td .table-state.table-state-yellow, .table-cart .table table tbody tr td .table-state.table-state-yellow {
            background-color: #fffd12; }
          .table-holder .table table tbody tr td .table-state.table-state-red, .table-cart .table table tbody tr td .table-state.table-state-red {
            background-color: #ea0f0f; }
          .table-holder .table table tbody tr td .table-state.table-state-grey, .table-cart .table table tbody tr td .table-state.table-state-grey {
            background-color: #1c2101; }
        .table-holder .table table tbody tr td .tag-principal, .table-cart .table table tbody tr td .tag-principal {
          display: inline-block;
          padding: 4px 12px;
          border-radius: 4px;
          margin-right: 4px;
          font-weight: 700;
          font-size: 14px;
          color: white;
          background-color: #019688; }
        .table-holder .table table tbody tr td .icon-clients, .table-holder .table table tbody tr td .icon-pipeline, .table-holder .table table tbody tr td .icon-funnel, .table-holder .table table tbody tr td .icon-call, .table-holder .table table tbody tr td .icon-snow, .table-holder .table table tbody tr td .table-closing, .table-cart .table table tbody tr td .icon-clients, .table-cart .table table tbody tr td .icon-pipeline, .table-cart .table table tbody tr td .icon-funnel, .table-cart .table table tbody tr td .icon-call, .table-cart .table table tbody tr td .icon-snow, .table-cart .table table tbody tr td .table-closing {
          font-weight: bold; }
        .table-holder .table table tbody tr td .icon-clients, .table-holder .table table tbody tr td .icon-pipeline, .table-holder .table table tbody tr td .icon-funnel, .table-holder .table table tbody tr td .icon-call, .table-holder .table table tbody tr td .icon-snow, .table-cart .table table tbody tr td .icon-clients, .table-cart .table table tbody tr td .icon-pipeline, .table-cart .table table tbody tr td .icon-funnel, .table-cart .table table tbody tr td .icon-call, .table-cart .table table tbody tr td .icon-snow {
          font-size: 20px; }
        .table-holder .table table tbody tr td .product-emission, .table-cart .table table tbody tr td .product-emission {
          width: 30px;
          height: 30px;
          border-radius: 30px;
          font-weight: 700;
          font-size: 15px;
          line-height: 2.1;
          text-align: center;
          text-transform: uppercase; }
          .table-holder .table table tbody tr td .product-emission.emisson-grey, .table-cart .table table tbody tr td .product-emission.emisson-grey {
            color: black;
            background-color: #1c2101; }
          .table-holder .table table tbody tr td .product-emission.emisson-green, .table-cart .table table tbody tr td .product-emission.emisson-green {
            color: white;
            background-color: #019688; }
      .table-holder .table table tbody [class^="trsh"] td, .table-holder .table table tbody [class*="trsh"] td, .table-cart .table table tbody [class^="trsh"] td, .table-cart .table table tbody [class*="trsh"] td {
        line-height: 1.2;
        padding: 10px;
        vertical-align: top; }

.slick-slider .slick-arrow {
  position: absolute;
  top: -29px;
  padding: 0;
  border: none;
  color: transparent;
  outline: none;
  background: transparent; }
  .slick-slider .slick-arrow:after {
    display: table;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #1c2101 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .slick-slider .slick-arrow.slick-prev {
    left: 0; }
    .slick-slider .slick-arrow.slick-prev:after {
      content: "\e901"; }
  .slick-slider .slick-arrow.slick-next {
    right: 0; }
    .slick-slider .slick-arrow.slick-next:after {
      content: "\e902"; }
  .slick-slider .slick-arrow.slick-disabled:after {
    color: rgba(0, 0, 0, 0.4196078431) !important; }
.slick-slider .slick-dots {
  margin-top: 10px;
  text-align: center; }
  .slick-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: auto 6px; }
    .slick-slider .slick-dots li.slick-active button {
      background-color: #e62686; }
    .slick-slider .slick-dots li button {
      display: table;
      width: 14px;
      height: 14px;
      padding: 0;
      border: none;
      border-radius: 30px;
      text-indent: -9999px;
      background-color: #e8e8e8;
      outline: none; }

.table-pending-action {
  margin-top: 16px; }
  .table-pending-action.table-active .icon-down:before {
    content: "\e903"; }
  .table-pending-action .table-pending-trigger, .table-pending-action .icon-down {
    display: inline-block;
    vertical-align: middle; }
  .table-pending-action .table-pending-trigger {
    border-bottom: 2px solid #e62686;
    font-weight: 600;
    font-size: 14px;
    color: black; }
    .table-pending-action .table-pending-trigger:hover {
      border-color: transparent; }
    .table-pending-action .table-pending-trigger div, .table-pending-action .table-pending-trigger p {
      display: inline-block;
      vertical-align: middle; }
    .table-pending-action .table-pending-trigger div {
      margin-top: -3px;
      margin-right: 4px; }

.table-pending {
  display: none; }
  .table-pending.table-active {
    display: block;
    margin-top: 16px; }

.table-indicators {
  margin-bottom: 20px; }
  .table-indicators .table-indicators-items {
    padding: 16px 18px;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    background-color: #f9f9f9; }
    .table-indicators .table-indicators-items .table-indicators-item {
      display: inline-block;
      vertical-align: bottom;
      text-align: center; }
      @media only screen and (max-width: 560px) {
        .table-indicators .table-indicators-items .table-indicators-item {
          width: 100% !important;
          margin: auto auto 16px;
          text-align: center !important; } }
      .table-indicators .table-indicators-items .table-indicators-item:nth-child(1) {
        width: calc(25% - 4px);
        text-align: left; }
      .table-indicators .table-indicators-items .table-indicators-item:nth-child(2) {
        width: calc(37.5% - 4px);
        text-align: center; }
      .table-indicators .table-indicators-items .table-indicators-item:nth-child(3) {
        width: calc(37.5% - 4px);
        text-align: right; }
        @media only screen and (max-width: 560px) {
          .table-indicators .table-indicators-items .table-indicators-item:nth-child(3) {
            margin: auto; } }
      .table-indicators .table-indicators-items .table-indicators-item p {
        display: inline-block;
        vertical-align: bottom;
        margin: auto 10px;
        text-align: center; }
        @media only screen and (max-width: 1100px) {
          .table-indicators .table-indicators-items .table-indicators-item p {
            display: block;
            margin: auto 10px 20px; } }
        @media only screen and (max-width: 1100px) {
          .table-indicators .table-indicators-items .table-indicators-item p:last-of-type {
            margin-bottom: 0; } }
        .table-indicators .table-indicators-items .table-indicators-item p span {
          display: block; }
          .table-indicators .table-indicators-items .table-indicators-item p span:first-of-type {
            padding: 10px 0;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            font-weight: bold;
            font-size: 22px;
            background-color: white; }
          .table-indicators .table-indicators-items .table-indicators-item p span:last-of-type {
            padding: 8px 12px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            font-size: 14px;
            color: white;
            background-color: #e62686; }
            @media only screen and (max-width: 1100px) {
              .table-indicators .table-indicators-items .table-indicators-item p span:last-of-type {
                font-size: 13px; } }
            @media only screen and (max-width: 560px) {
              .table-indicators .table-indicators-items .table-indicators-item p span:last-of-type {
                font-size: 14px; } }
          @media only screen and (max-width: 1100px) {
            .table-indicators .table-indicators-items .table-indicators-item p span br {
              display: none; } }
          @media only screen and (max-width: 460px) {
            .table-indicators .table-indicators-items .table-indicators-item p span br {
              display: block; } }

.main-tip.main-tip-line .main-tip-popup {
  top: -15px;
  right: 25px; }
.main-tip.main-tip-line .main-tip-trigger {
  top: -5px;
  right: 0; }
.main-tip .main-tip-popup {
  position: absolute;
  max-width: 300px;
  width: calc(100% - 46px);
  top: 0px;
  right: 40px;
  padding: 12px;
  border-radius: 4px;
  margin: 10px auto 4px;
  text-align: center;
  background-color: #f9f9f9;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out; }
  .main-tip .main-tip-popup.main-tip-active {
    opacity: 1;
    visibility: visible;
    z-index: 3; }
  .main-tip .main-tip-popup p {
    font-size: 10px;
    line-height: 1.4; }
.main-tip .main-tip-trigger {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 8px;
  line-height: 17px;
  text-align: center;
  color: white !important;
  cursor: pointer;
  background-color: #3ba8dc; }

.table-actions {
  margin: 10px 0; }
  .table-actions .table-pagination-items {
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
    .table-actions .table-pagination-items .table-pagination-item {
      text-align: right; }
      .table-actions .table-pagination-items .table-pagination-item ul li {
        display: inline-block;
        vertical-align: middle; }
        .table-actions .table-pagination-items .table-pagination-item ul li.active a, .table-actions .table-pagination-items .table-pagination-item ul li:hover a {
          color: white !important;
          background-color: #e62686; }
          .table-actions .table-pagination-items .table-pagination-item ul li.active a div, .table-actions .table-pagination-items .table-pagination-item ul li:hover a div {
            color: white; }
        .table-actions .table-pagination-items .table-pagination-item ul li.table-tip {
          padding-right: 10px;
          border-right: 1px solid #1c2101;
          margin-right: 10px; }
          .table-actions .table-pagination-items .table-pagination-item ul li.table-tip a {
            color: white !important;
            background-color: #3ba8dc; }
            .table-actions .table-pagination-items .table-pagination-item ul li.table-tip a div {
              color: white; }
        .table-actions .table-pagination-items .table-pagination-item ul li a {
          display: block;
          width: 28px;
          height: 28px;
          border-radius: 30px;
          font-weight: 700;
          font-size: 12px;
          line-height: 2.4;
          text-align: center;
          color: #1c2101;
          background-color: #e8e8e8; }
          .table-actions .table-pagination-items .table-pagination-item ul li a div {
            line-height: 2.4;
            color: #1c2101; }
          .table-actions .table-pagination-items .table-pagination-item ul li a.button {
            display: table;
            width: initial;
            height: initial;
            padding: 4px 16px;
            border: none;
            outline: none;
            font-weight: 700;
            font-size: 14px;
            color: white !important;
            background-color: #e62686; }
            .table-actions .table-pagination-items .table-pagination-item ul li a.button:hover {
              color: #e62686 !important;
              background-color: transparent; }
      .table-actions .table-pagination-items .table-pagination-item .table-tip-popup {
        position: absolute;
        right: 0;
        padding: 12px;
        border-radius: 22px;
        margin-top: 10px;
        margin-right: 26px;
        text-align: center;
        background-color: white;
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out; }
        @media only screen and (max-width: 760px) {
          .table-actions .table-pagination-items .table-pagination-item .table-tip-popup {
            margin-right: 22px; } }
        @media only screen and (max-width: 560px) {
          .table-actions .table-pagination-items .table-pagination-item .table-tip-popup {
            margin-right: 16px; } }
        .table-actions .table-pagination-items .table-pagination-item .table-tip-popup.tip-popup-active {
          opacity: 1;
          visibility: visible;
          z-index: 3; }
        .table-actions .table-pagination-items .table-pagination-item .table-tip-popup table {
          width: 100%; }
          .table-actions .table-pagination-items .table-pagination-item .table-tip-popup table a {
            display: inline-block;
            padding: 4px 8px;
            border: 2px solid #e62686;
            border-radius: 4px;
            font-weight: 600;
            font-size: 14px; }
            @media only screen and (max-width: 560px) {
              .table-actions .table-pagination-items .table-pagination-item .table-tip-popup table a {
                padding: 4px 6px;
                font-size: 13px; } }
          .table-actions .table-pagination-items .table-pagination-item .table-tip-popup table thead {
            background-color: #e62686; }
            .table-actions .table-pagination-items .table-pagination-item .table-tip-popup table thead th {
              padding: 12px 12px 12px 0;
              font-weight: 600;
              font-size: 14px;
              color: white;
              text-align: left; }
              @media only screen and (max-width: 560px) {
                .table-actions .table-pagination-items .table-pagination-item .table-tip-popup table thead th {
                  padding: 10px 10px 10px 0;
                  font-size: 14px; } }
              .table-actions .table-pagination-items .table-pagination-item .table-tip-popup table thead th:first-of-type {
                padding: 12px;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px; }
                @media only screen and (max-width: 560px) {
                  .table-actions .table-pagination-items .table-pagination-item .table-tip-popup table thead th:first-of-type {
                    padding: 10px; } }
              .table-actions .table-pagination-items .table-pagination-item .table-tip-popup table thead th:last-of-type {
                padding: 12px 12px 12px 0;
                border-top-right-radius: 4px;
                border-bottom-left-radius: 4px; }
                @media only screen and (max-width: 560px) {
                  .table-actions .table-pagination-items .table-pagination-item .table-tip-popup table thead th:last-of-type {
                    padding: 10px 10px 10px 0; } }
          .table-actions .table-pagination-items .table-pagination-item .table-tip-popup table tbody tr:nth-child(even) td {
            background-color: white; }
          .table-actions .table-pagination-items .table-pagination-item .table-tip-popup table tbody tr td {
            padding: 10px 10px 10px 0;
            font-weight: 500;
            font-size: 14px;
            background-color: #e8e8e8; }
            @media only screen and (max-width: 560px) {
              .table-actions .table-pagination-items .table-pagination-item .table-tip-popup table tbody tr td {
                padding: 8px 8px 8px 0;
                font-weight: 500;
                font-size: 13px; } }
            .table-actions .table-pagination-items .table-pagination-item .table-tip-popup table tbody tr td:first-of-type {
              padding: 10px;
              border-top-left-radius: 4px;
              border-bottom-left-radius: 4px; }
            .table-actions .table-pagination-items .table-pagination-item .table-tip-popup table tbody tr td:last-of-type {
              padding: 10px 10px 10px 0;
              border-top-right-radius: 4px;
              border-bottom-left-radius: 4px; }
              @media only screen and (max-width: 560px) {
                .table-actions .table-pagination-items .table-pagination-item .table-tip-popup table tbody tr td:last-of-type {
                  padding: 8px 8px 8px 0; } }
    .table-actions .table-pagination-items .table-align-left {
      text-align: left; }

.chat-holder-message {
  position: absolute;
  bottom: -500%;
  right: 26px;
  width: 300px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -i-transition: all 1s ease-in-out;
  -webkit-box-shadow: 0px 6px 14px 0px rgba(200, 200, 200, 0.9);
  -moz-box-shadow: 0px 6px 14px 0px rgba(200, 200, 200, 0.9);
  box-shadow: 0px 6px 14px 0px rgba(200, 200, 200, 0.9);
  z-index: 9999; }
  @media only screen and (max-width: 760px) {
    .chat-holder-message {
      right: 22px; } }
  @media only screen and (max-width: 560px) {
    .chat-holder-message {
      width: 100%;
      right: 0; } }
  .chat-holder-message.chat-open {
    bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    visibility: visible;
    opacity: 1; }
  .chat-holder-message.chat-collapse {
    width: 200px; }
    .chat-holder-message.chat-collapse .chat-collapse-holder {
      display: none; }
  .chat-holder-message .chat-message-header {
    padding: 12px 14px;
    text-align: left;
    background-color: #e62686;
    cursor: pointer; }
    .chat-holder-message .chat-message-header .profile-bullet, .chat-holder-message .chat-message-header p {
      display: inline-block;
      vertical-align: middle; }
    .chat-holder-message .chat-message-header .profile-bullet {
      width: 9px;
      height: 9px;
      border-radius: 20px;
      margin-right: 6px; }
      .chat-holder-message .chat-message-header .profile-bullet.green {
        background-color: #019688; }
      .chat-holder-message .chat-message-header .profile-bullet.yellow {
        background-color: #fffd12; }
      .chat-holder-message .chat-message-header .profile-bullet.red {
        background-color: #ea0f0f; }
      .chat-holder-message .chat-message-header .profile-bullet.grey {
        background-color: #1c2101; }
    .chat-holder-message .chat-message-header p {
      font-weight: 700;
      font-size: 16px;
      color: white; }
    .chat-holder-message .chat-message-header .chat-close {
      position: absolute;
      top: 12px;
      right: 12px;
      cursor: pointer; }
      .chat-holder-message .chat-message-header .chat-close:hover div {
        color: white; }
      .chat-holder-message .chat-message-header .chat-close div {
        font-weight: 900;
        font-size: 18px;
        color: #eac3da;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -i-transition: all 0.25s ease-in-out; }
  .chat-holder-message .chat-message-content {
    min-height: 360px;
    max-height: 360px;
    padding: 10px;
    overflow: auto;
    background-color: #f9f9f9;
    background-image: url("../../global/img/chat-bg.svg");
    background-size: 520px;
    background-position: bottom center; }
    .chat-holder-message .chat-message-content .chat-message-line {
      margin-bottom: 20px; }
      .chat-holder-message .chat-message-content .chat-message-line:last-of-type {
        margin-bottom: 0; }
      .chat-holder-message .chat-message-content .chat-message-line.chat-message-one .chat-message-inside {
        margin-left: 10px; }
        .chat-holder-message .chat-message-content .chat-message-line.chat-message-one .chat-message-inside:before {
          content: '';
          position: absolute;
          top: 50%;
          left: -10px;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-right: 10px solid #e8e8e8; }
      .chat-holder-message .chat-message-content .chat-message-line.chat-message-one .chat-message-time {
        margin-right: 3px;
        text-align: right; }
      .chat-holder-message .chat-message-content .chat-message-line.chat-message-two .chat-message-inside {
        margin-right: 10px; }
        .chat-holder-message .chat-message-content .chat-message-line.chat-message-two .chat-message-inside:before {
          content: '';
          position: absolute;
          top: 50%;
          right: -10px;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 10px solid #e8e8e8; }
      .chat-holder-message .chat-message-content .chat-message-line.chat-message-two .chat-message-time {
        margin-left: 3px;
        text-align: left; }
      .chat-holder-message .chat-message-content .chat-message-line .chat-message-photo, .chat-holder-message .chat-message-content .chat-message-line .chat-message-inside {
        display: inline-block;
        vertical-align: middle; }
      .chat-holder-message .chat-message-content .chat-message-line .chat-message-photo {
        position: relative;
        width: 38px;
        height: 38px;
        border-radius: 30px;
        background-size: cover; }
      .chat-holder-message .chat-message-content .chat-message-line .chat-message-inside {
        position: relative;
        max-width: calc(100% - 53px);
        padding: 10px;
        border-radius: 4px;
        background-color: #e8e8e8; }
        .chat-holder-message .chat-message-content .chat-message-line .chat-message-inside p {
          font-size: 14px;
          line-height: 1.1; }
        .chat-holder-message .chat-message-content .chat-message-line .chat-message-inside #wave {
          position: relative; }
          .chat-holder-message .chat-message-content .chat-message-line .chat-message-inside #wave .dot {
            display: inline-block;
            font-weight: 600;
            font-size: 20px;
            margin-left: -3px;
            animation: wave 1.3s linear infinite; }
            .chat-holder-message .chat-message-content .chat-message-line .chat-message-inside #wave .dot:nth-child(1) {
              margin-left: 0; }
            .chat-holder-message .chat-message-content .chat-message-line .chat-message-inside #wave .dot:nth-child(2) {
              animation-delay: -1.1s; }
            .chat-holder-message .chat-message-content .chat-message-line .chat-message-inside #wave .dot:nth-child(3) {
              animation-delay: -0.9s; }
@keyframes wave {
  0%, 60%, 100% {
    transform: initial; }
  30% {
    transform: translateY(-5px); } }
      .chat-holder-message .chat-message-content .chat-message-line .chat-message-time {
        margin-top: 3px; }
        .chat-holder-message .chat-message-content .chat-message-line .chat-message-time p {
          font-weight: 500;
          font-size: 12px; }
  .chat-holder-message .chat-message-footer {
    padding: 10px;
    background-color: #e8e8e8; }
    .chat-holder-message .chat-message-footer .chat-message-camp, .chat-holder-message .chat-message-footer button {
      display: inline-block;
      vertical-align: middle; }
    .chat-holder-message .chat-message-footer .chat-message-camp {
      width: calc(100% - 55px);
      padding: 8px;
      border-radius: 4px;
      background-color: white; }
      .chat-holder-message .chat-message-footer .chat-message-camp textarea {
        width: 100%;
        padding: 0;
        border: none;
        border-radius: 4px;
        outline: none;
        font-size: 14px; }
    .chat-holder-message .chat-message-footer button {
      width: 38px;
      height: 38px;
      padding: 0;
      border: none;
      margin-left: 9px;
      background-color: transparent;
      outline: none; }
      .chat-holder-message .chat-message-footer button:hover div {
        color: #eac3da; }
      .chat-holder-message .chat-message-footer button div {
        width: 38px;
        height: 38px;
        border-radius: 4px;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.5;
        color: white;
        background-color: #e62686;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -i-transition: all 0.25s ease-in-out; }

.button {
  display: table;
  padding: 10px 16px;
  border: none;
  border-radius: 4px;
  outline: none;
  font-family: "K2D", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: white !important;
  outline: none; }
  @media only screen and (max-width: 560px) {
    .button {
      padding: 10px 12px; } }
  .button.button-pink {
    border: 2px solid #e62686 !important;
    background-color: #e62686; }
    .button.button-pink:hover {
      color: #e62686 !important;
      background-color: transparent; }
  .button.button-grey {
    color: black;
    border: 2px solid #c7c4c5 !important;
    background-color: #c7c4c5; }
    .button.button-grey:hover {
      color: #c7c4c5 !important;
      background-color: transparent; }
  .button.button-grey-dark {
    color: white !important;
    border: 2px solid #1c2101 !important;
    background-color: #1c2101; }
    .button.button-grey-dark:hover {
      color: #1c2101 !important;
      background-color: transparent; }
  .button.button-blue {
    color: #3ba8dc;
    border: 2px solid #3ba8dc !important;
    background-color: #3ba8dc; }
    .button.button-blue:hover {
      color: #3ba8dc !important;
      background-color: transparent; }
  .button.button-red {
    color: #ea0f0f;
    border: 2px solid #ea0f0f !important;
    background-color: #ea0f0f; }
    .button.button-red:hover {
      color: #ea0f0f !important;
      background-color: transparent; }
  .button.button-delete {
    width: 28px;
    height: 28px;
    padding: 0 !important;
    line-height: 20px;
    text-align: center; }
  .button div, .button p {
    display: inline-block;
    vertical-align: middle; }
  .button div {
    margin-right: 4px; }
    .button div.icon-lock {
      font-size: 15px; }
    .button div.icon-plus-simple {
      margin-right: 0; }

.morecontent span {
  display: none; }
.morecontent .text-morelink {
  font-weight: 900;
  font-size: 14px;
  color: #e62686; }

.option-state {
  width: 28px;
  height: 28px;
  padding: 0 !important;
  border-color: transparent !important;
  line-height: 26px;
  text-align: center;
  color: white; }
  .option-state.option-state-active {
    background-color: #019688; }
  .option-state.option-state-deactivate {
    background-color: #ea0f0f; }

.button-simple, .button-simple2, .button-simplex {
  display: table;
  padding: 4px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: white;
  background-color: transparent; }
  .button-simple.button-simple-pink, .button-simple2.button-simple-pink, .button-simplex.button-simple-pink {
    color: #e62686;
    padding: 10px 12px;
    border: 2px solid #e62686;
    border-radius: 4px; }
    .button-simple.button-simple-pink:hover, .button-simple2.button-simple-pink:hover, .button-simplex.button-simple-pink:hover {
      color: white;
      background-color: #e62686; }

.page-soon p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2; }

.platform-warning {
  position: relative;
  max-width: 1100px;
  padding: 10px 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  color: white;
  background-color: #e62686; }
  @media only screen and (max-width: 560px) {
    .platform-warning {
      padding: 10px 14px; } }
  .platform-warning .platform-warning-item {
    display: inline-block;
    vertical-align: middle; }
    .platform-warning .platform-warning-item:first-of-type {
      width: 30px; }
    .platform-warning .platform-warning-item:last-of-type {
      width: calc(100% - 95px); }
    .platform-warning .platform-warning-item .icon-warning {
      font-weight: bold;
      font-size: 20px;
      color: white; }
    .platform-warning .platform-warning-item p {
      font-weight: 900;
      font-size: 16px;
      line-height: 1.2; }
      @media only screen and (max-width: 560px) {
        .platform-warning .platform-warning-item p {
          font-size: 15px; } }
  .platform-warning a {
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 5px 8px 4px 15px;
    border: 3px solid white;
    border-radius: 4px;
    font-weight: 900;
    color: black;
    background-color: white; }
    .platform-warning a:hover {
      color: white;
      background-color: transparent; }
    .platform-warning a p, .platform-warning a div {
      display: inline-block;
      vertical-align: middle; }
    .platform-warning a p {
      margin-right: 2px; }
    .platform-warning a div {
      font-weight: bold; }

.options-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9991; }
  .options-layer.options-layer-active {
    display: block; }

.fast-button-holder {
  position: absolute;
  top: calc(100% - 67px);
  right: 10px;
  padding: 12px;
  border: 2px solid #e8e8e8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: white;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out;
  z-index: 1; }
  @media only screen and (max-width: 560px) {
    .fast-button-holder {
      top: calc(100% - 60px); } }
  .fast-button-holder:hover {
    top: calc(100% - 297px); }
    @media only screen and (max-width: 560px) {
      .fast-button-holder:hover {
        top: calc(100% - 263px); } }
  .fast-button-holder .fast-button-item {
    margin-bottom: 12px; }
    @media only screen and (max-width: 560px) {
      .fast-button-holder .fast-button-item {
        margin-bottom: 10px; } }
    .fast-button-holder .fast-button-item:last-of-type {
      margin-bottom: 0; }
    .fast-button-holder .fast-button-item a {
      position: relative;
      display: block;
      width: 45px;
      height: 45px;
      border-radius: 4px;
      text-align: center;
      background-color: #e62686;
      cursor: pointer;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out;
      -webkit-box-shadow: 2px 2px 8px 2px rgba(200, 200, 200, 0.9);
      -moz-box-shadow: 2px 2px 8px 2px rgba(200, 200, 200, 0.9);
      box-shadow: 2px 2px 8px 2px rgba(200, 200, 200, 0.9); }
      .fast-button-holder .fast-button-item a:hover {
        background-color: #c7c4c5; }
        .fast-button-holder .fast-button-item a:hover p {
          opacity: 1;
          visibility: visible; }
        .fast-button-holder .fast-button-item a:hover div {
          color: #1c2101; }
      @media only screen and (max-width: 560px) {
        .fast-button-holder .fast-button-item a {
          width: 40px;
          height: 40px; } }
      .fast-button-holder .fast-button-item a p {
        position: absolute;
        min-width: 130px;
        top: 50%;
        right: calc(100% - -22px);
        padding: 6px 0;
        border: 2px solid #e8e8e8;
        border-radius: 4px;
        font-size: 14px;
        color: #1c2101;
        background: white;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out; }
      .fast-button-holder .fast-button-item a div {
        font-weight: bold;
        font-size: 25px;
        line-height: 46px;
        color: white; }
        @media only screen and (max-width: 560px) {
          .fast-button-holder .fast-button-item a div {
            font-size: 22px;
            line-height: 38px; } }
      .fast-button-holder .fast-button-item a .fast-person {
        position: relative;
        width: 45px;
        height: 45px;
        border-radius: 4px;
        background-size: cover;
        background-position: center center;
        overflow: hidden; }
        @media only screen and (max-width: 560px) {
          .fast-button-holder .fast-button-item a .fast-person {
            width: 40px;
            height: 40px; } }
        .fast-button-holder .fast-button-item a .fast-person:hover:after {
          visibility: visible;
          opacity: 1; }
        .fast-button-holder .fast-button-item a .fast-person:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          visibility: hidden;
          opacity: 0;
          background-color: rgba(0, 0, 0, 0.4);
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }

.sidebar {
  position: relative;
  width: 160px;
  height: calc(100vh - 52px);
  background-color: white;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(200, 200, 200, 0.6);
  -moz-box-shadow: 0px 6px 10px 0px rgba(200, 200, 200, 0.6);
  box-shadow: 0px 6px 10px 0px rgba(200, 200, 200, 0.6);
  z-index: 9989; }
  @media only screen and (max-width: 560px) {
    .sidebar {
      width: 140px;
      height: calc(100vh - 86px); } }
  .sidebar.sidebar-active {
    width: 52px;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out; }
    @media only screen and (max-width: 560px) {
      .sidebar.sidebar-active {
        width: 42px; } }
    .sidebar.sidebar-active ul {
      overflow-y: hidden; }
      @media only screen and (max-width: 560px) {
        .sidebar.sidebar-active ul:before {
          height: 50px; } }
      .sidebar.sidebar-active ul li a {
        position: relative;
        width: 52px;
        height: 48px;
        padding: 0;
        text-align: center; }
        @media only screen and (max-width: 560px) {
          .sidebar.sidebar-active ul li a {
            width: 42px;
            height: 42px; } }
        .sidebar.sidebar-active ul li a img {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .sidebar.sidebar-active ul li a p {
          display: none !important; }
        .sidebar.sidebar-active ul li a.tips .icon-lamp {
          padding: 0;
          line-height: 2; }
          @media only screen and (max-width: 560px) {
            .sidebar.sidebar-active ul li a.tips .icon-lamp {
              font-size: 18px; } }
    .sidebar.sidebar-active .sidebar-button.sidebar-desktop {
      display: block; }
      @media only screen and (max-width: 560px) {
        .sidebar.sidebar-active .sidebar-button.sidebar-desktop {
          display: none; } }
    .sidebar.sidebar-active .sidebar-button.sidebar-mobile {
      display: none; }
      @media only screen and (max-width: 560px) {
        .sidebar.sidebar-active .sidebar-button.sidebar-mobile {
          display: block; } }
    .sidebar.sidebar-active .sidebar-button .sidebar-button-icon {
      width: 52px;
      height: 52px;
      padding: 0;
      line-height: 3.2;
      text-align: center; }
      @media only screen and (max-width: 560px) {
        .sidebar.sidebar-active .sidebar-button .sidebar-button-icon {
          width: 42px;
          height: 42px;
          margin: auto;
          line-height: 2.6; } }
      .sidebar.sidebar-active .sidebar-button .sidebar-button-icon:before {
        content: '\e905'; }
      .sidebar.sidebar-active .sidebar-button .sidebar-button-icon p {
        display: none; }
  .sidebar ul {
    height: calc(100vh - 130px);
    padding: 8px 0 0;
    overflow-y: auto; }
    @media only screen and (max-width: 560px) {
      .sidebar ul {
        padding: 6px 0 0;
        margin-top: 46px; } }
    .sidebar ul li {
      position: relative; }
      .sidebar ul li.active a {
        padding: 14px 6px 14px 22px;
        background-color: #e8e8e8; }
        @media only screen and (max-width: 560px) {
          .sidebar ul li.active a {
            padding: 12px 4px 12px 16px; } }
        .sidebar ul li.active a:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 6px;
          height: 100%;
          background-color: #e62686;
          background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
          background-size: 400% 400%;
          -webkit-animation: progressanimation 18s ease infinite;
          -moz-animation: progressanimation 18s ease infinite;
          animation: progressanimation 18s ease infinite;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
          @media only screen and (max-width: 560px) {
            .sidebar ul li.active a:before {
              width: 4px; } }
      .sidebar ul li.sidebar-soon a {
        cursor: default; }
        .sidebar ul li.sidebar-soon a:hover {
          padding: 14px 6px 14px 16px; }
          @media only screen and (max-width: 560px) {
            .sidebar ul li.sidebar-soon a:hover {
              padding: 12px 4px 12px 10px; } }
          .sidebar ul li.sidebar-soon a:hover:before {
            display: none; }
        .sidebar ul li.sidebar-soon a.tips {
          padding: 0; }
      .sidebar ul li.has-submenu.sub-list-active a, .sidebar ul li.has-submenu2.sub-list-active a {
        background-color: #f9f9f9; }
        .sidebar ul li.has-submenu.sub-list-active a:after, .sidebar ul li.has-submenu2.sub-list-active a:after {
          content: '\e903'; }
      .sidebar ul li.has-submenu a:after, .sidebar ul li.has-submenu2 a:after {
        content: '\e900';
        position: absolute;
        right: 12px;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        font-size: 17px;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: black; }
        @media only screen and (max-width: 560px) {
          .sidebar ul li.has-submenu a:after, .sidebar ul li.has-submenu2 a:after {
            right: 12px;
            font-size: 15px; } }
      .sidebar ul li.has-submenu a:after {
        top: 15px; }
        @media only screen and (max-width: 560px) {
          .sidebar ul li.has-submenu a:after {
            top: 10px; } }
      .sidebar ul li.has-submenu2 a:after {
        top: 12px; }
        @media only screen and (max-width: 560px) {
          .sidebar ul li.has-submenu2 a:after {
            top: 9px; } }
      .sidebar ul li:first-of-type {
        margin-top: 10px; }
        .sidebar ul li:first-of-type:after {
          content: '';
          display: block;
          width: 80%;
          height: 1px;
          margin: 10px auto;
          background-color: #e8e8e8; }
          @media only screen and (max-width: 560px) {
            .sidebar ul li:first-of-type:after {
              margin: 6px auto 8px; } }
      .sidebar ul li a {
        position: relative;
        display: block;
        width: 100%;
        padding: 14px 6px 14px 16px;
        -moz-transition: background-color 0.25s ease-out;
        -webkit-transition: background-color 0.25s ease-out;
        -i-transition: background-color 0.25s ease-out; }
        @media only screen and (max-width: 560px) {
          .sidebar ul li a {
            padding: 12px 4px 12px 10px; } }
        .sidebar ul li a:hover {
          padding: 14px 6px 14px 22px;
          background-color: #e8e8e8 !important; }
          @media only screen and (max-width: 560px) {
            .sidebar ul li a:hover {
              padding: 12px 4px 12px 16px; } }
          .sidebar ul li a:hover:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 6px;
            height: 100%;
            background-color: #e62686;
            background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
            background-size: 400% 400%;
            -webkit-animation: progressanimation 18s ease infinite;
            -moz-animation: progressanimation 18s ease infinite;
            animation: progressanimation 18s ease infinite;
            -moz-transition: all 0.25s ease-out;
            -webkit-transition: all 0.25s ease-out;
            -i-transition: all 0.25s ease-out; }
            @media only screen and (max-width: 560px) {
              .sidebar ul li a:hover:before {
                width: 4px; } }
        .sidebar ul li a img, .sidebar ul li a p {
          display: inline-block;
          vertical-align: middle; }
        .sidebar ul li a img {
          max-width: 20px;
          max-height: 20px;
          min-height: 20px; }
          @media only screen and (max-width: 560px) {
            .sidebar ul li a img {
              max-width: 18px;
              max-height: 18px;
              min-height: 18px; } }
        .sidebar ul li a p {
          margin-left: 8px;
          font-family: "K2D", sans-serif;
          font-weight: 800;
          font-size: 14px;
          color: #1c2101; }
          @media only screen and (max-width: 560px) {
            .sidebar ul li a p {
              font-size: 13px; } }
          .sidebar ul li a p span {
            position: absolute;
            top: 13px;
            right: 6px;
            padding: 4px 6px;
            border-radius: 30px;
            font-size: 10px;
            color: white;
            background-color: #e62686;
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -i-transform: rotate(90deg);
            z-index: 1; }
            @media only screen and (max-width: 560px) {
              .sidebar ul li a p span {
                top: 9px;
                right: 4px;
                padding: 4px;
                font-size: 8px; } }
        .sidebar ul li a.tips {
          padding: 0;
          line-height: 1;
          color: white;
          background-color: #e62686;
          z-index: 9999;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
          .sidebar ul li a.tips:hover .icon-lamp, .sidebar ul li a.tips:hover p {
            color: #1c2101; }
          .sidebar ul li a.tips:hover span {
            color: white;
            background-color: #e62686; }
          .sidebar ul li a.tips span {
            color: #e62686;
            background-color: white; }
          .sidebar ul li a.tips .icon-lamp, .sidebar ul li a.tips p {
            display: inline-block;
            vertical-align: middle;
            color: white; }
          .sidebar ul li a.tips .icon-lamp {
            padding: 0 6px 0 12px;
            font-weight: bold;
            font-size: 22px;
            line-height: 2; }
            @media only screen and (max-width: 560px) {
              .sidebar ul li a.tips .icon-lamp {
                padding: 0 4px 0 10px;
                font-size: 20px;
                line-height: 1.7; } }
          .sidebar ul li a.tips p {
            margin-left: 4px; }
    .sidebar ul .sub-list, .sidebar ul .sub-list2 {
      display: none;
      height: initial;
      padding: 0 6px;
      overflow-y: auto; }
      .sidebar ul .sub-list.sub-list-active, .sidebar ul .sub-list2.sub-list-active {
        display: block; }
      .sidebar ul .sub-list li:first-of-type, .sidebar ul .sub-list2 li:first-of-type {
        margin-top: 0; }
        .sidebar ul .sub-list li:first-of-type:after, .sidebar ul .sub-list2 li:first-of-type:after {
          display: none; }
      .sidebar ul .sub-list li span, .sidebar ul .sub-list2 li span {
        top: 13px;
        right: 1px;
        padding: 3px 6px;
        font-size: 9px; }
        @media only screen and (max-width: 560px) {
          .sidebar ul .sub-list li span, .sidebar ul .sub-list2 li span {
            top: 8px; } }
    .sidebar ul .sub-list.sub-list-active:after {
      content: '';
      display: block;
      width: 80%;
      height: 1px;
      margin: 10px auto 18px;
      background-color: #e8e8e8; }
      @media only screen and (max-width: 560px) {
        .sidebar ul .sub-list.sub-list-active:after {
          margin: auto auto 14px; } }
  .sidebar .sidebar-button {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }
    @media only screen and (max-width: 560px) {
      .sidebar .sidebar-button {
        bottom: initial;
        top: 0; } }
    .sidebar .sidebar-button .sidebar-button-icon {
      padding: 20px;
      text-align: center;
      color: #1c2101;
      background-color: #dbdbdb;
      cursor: pointer;
      -moz-transition: background-color 0.25s ease-out;
      -webkit-transition: background-color 0.25s ease-out;
      -i-transition: background-color 0.25s ease-out; }
      @media only screen and (max-width: 760px) {
        .sidebar .sidebar-button .sidebar-button-icon {
          padding: 15px;
          margin: auto; } }
      .sidebar .sidebar-button .sidebar-button-icon:before, .sidebar .sidebar-button .sidebar-button-icon p {
        display: inline-block;
        vertical-align: middle; }
      .sidebar .sidebar-button .sidebar-button-icon:before {
        content: '\e904';
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: 900;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .sidebar .sidebar-button .sidebar-button-icon:hover {
        background-color: #e8e8e8;
        -moz-transition: background-color 0.25s ease-out;
        -webkit-transition: background-color 0.25s ease-out;
        -i-transition: background-color 0.25s ease-out; }

header {
  position: relative;
  width: 100%;
  padding: 6px 14px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(200, 200, 200, 0.9);
  -moz-box-shadow: 0px 0px 7px 0px rgba(200, 200, 200, 0.9);
  box-shadow: 0px 0px 7px 0px rgba(200, 200, 200, 0.9);
  z-index: 9992; }
  @media only screen and (max-width: 560px) {
    header {
      padding: 8px; } }
  header .header-items .header-item {
    display: inline-block;
    vertical-align: middle; }
    header .header-items .header-item:first-of-type {
      width: 220px; }
      @media only screen and (max-width: 560px) {
        header .header-items .header-item:first-of-type {
          margin-bottom: 8px; } }
      @media only screen and (max-width: 430px) {
        header .header-items .header-item:first-of-type {
          margin-bottom: 6px; } }
    header .header-items .header-item:last-of-type {
      width: calc(100% - 225px);
      text-align: right; }
    @media only screen and (max-width: 560px) {
      header .header-items .header-item {
        display: block;
        vertical-align: middle;
        width: 100% !important;
        text-align: center !important; } }
    header .header-items .header-item a {
      display: block; }
      header .header-items .header-item a img {
        max-width: 170px;
        width: 100%; }
    @media only screen and (max-width: 760px) {
      header .header-items .header-item .header-search-option {
        display: none !important; } }
    header .header-items .header-item .header-search-option .input {
      max-width: 130px;
      margin: 0;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
      header .header-items .header-item .header-search-option .input.input--filled {
        max-width: 200px; }
      header .header-items .header-item .header-search-option .input .input-search-button {
        top: 10px;
        right: 14px; }
        header .header-items .header-item .header-search-option .input .input-search-button .icon-search {
          font-size: 18px; }
    header .header-items .header-item .header-search-option .input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
    header .header-items .header-item .header-search-option .input--filled .input__label--ruri .input__label-content--ruri {
      opacity: 0;
      visibility: hidden; }
    header .header-items .header-item .header-item-options {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer; }
      header .header-items .header-item .header-item-options.header-item-active, header .header-items .header-item .header-item-options:hover {
        visibility: visible;
        opacity: 1; }
        header .header-items .header-item .header-item-options.header-item-active .icon-search, header .header-items .header-item .header-item-options.header-item-active .icon-funnel, header .header-items .header-item .header-item-options.header-item-active .icon-message, header .header-items .header-item .header-item-options.header-item-active .icon-bell, header .header-items .header-item .header-item-options.header-item-active .icon-warning, header .header-items .header-item .header-item-options.header-item-active .icon-megaphone, header .header-items .header-item .header-item-options.header-item-active .icon-tasks, header .header-items .header-item .header-item-options:hover .icon-search, header .header-items .header-item .header-item-options:hover .icon-funnel, header .header-items .header-item .header-item-options:hover .icon-message, header .header-items .header-item .header-item-options:hover .icon-bell, header .header-items .header-item .header-item-options:hover .icon-warning, header .header-items .header-item .header-item-options:hover .icon-megaphone, header .header-items .header-item .header-item-options:hover .icon-tasks {
          color: #e62686; }
        header .header-items .header-item .header-item-options.header-item-active .icon-plus, header .header-items .header-item .header-item-options:hover .icon-plus {
          color: white; }
        header .header-items .header-item .header-item-options.header-item-active .profile-photo-holder, header .header-items .header-item .header-item-options:hover .profile-photo-holder {
          border-color: #e62686; }
        header .header-items .header-item .header-item-options.header-item-active .profile-icon:before, header .header-items .header-item .header-item-options:hover .profile-icon:before {
          color: #e62686; }
      header .header-items .header-item .header-item-options.header-item-active .profile-icon:before {
        content: '\e903'; }
      @media only screen and (max-width: 760px) {
        header .header-items .header-item .header-item-options.header-buttons {
          display: none; } }
      header .header-items .header-item .header-item-options.header-gift {
        width: 34px;
        margin-right: 16px; }
        @media only screen and (max-width: 760px) {
          header .header-items .header-item .header-item-options.header-gift {
            margin-right: 6px; } }
        @media only screen and (max-width: 560px) {
          header .header-items .header-item .header-item-options.header-gift {
            margin-right: 0; } }
        header .header-items .header-item .header-item-options.header-gift .flip-card {
          background-color: transparent;
          width: 34px;
          height: 34px;
          perspective: 1000px; }
          header .header-items .header-item .header-item-options.header-gift .flip-card .flip-card-inner {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            -moz-transition: transform 0.6s;
            -webkit-transition: transform 0.6s;
            -i-transition: transform 0.6s;
            transition: transform 0.6s;
            transform-style: preserve-3d; }
            header .header-items .header-item .header-item-options.header-gift .flip-card .flip-card-inner .flip-card-front, header .header-items .header-item .header-item-options.header-gift .flip-card .flip-card-inner .flip-card-back {
              position: absolute;
              width: 100%;
              height: 100%;
              -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
            header .header-items .header-item .header-item-options.header-gift .flip-card .flip-card-inner .flip-card-front {
              color: black;
              z-index: 2; }
            header .header-items .header-item .header-item-options.header-gift .flip-card .flip-card-inner .flip-card-back {
              color: white;
              -moz-transform: rotateY(180deg);
              -webkit-transform: rotateY(180deg);
              -i-transform: rotateY(180deg);
              transform: rotateY(180deg);
              z-index: 1; }
          header .header-items .header-item .header-item-options.header-gift .flip-card:hover .flip-card-inner {
            -moz-transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            -i-transform: rotateY(180deg);
            transform: rotateY(180deg); }
        header .header-items .header-item .header-item-options.header-gift img {
          width: 100%; }
        header .header-items .header-item .header-item-options.header-gift p {
          position: absolute;
          top: 18px;
          left: 5px;
          font-weight: 900;
          font-size: 10px;
          color: white; }
          @media only screen and (max-width: 560px) {
            header .header-items .header-item .header-item-options.header-gift p {
              top: calc(50% + 5px);
              font-size: 12px; } }
      header .header-items .header-item .header-item-options.header-search-option {
        margin-right: 12px; }
      header .header-items .header-item .header-item-options .icon-plus, header .header-items .header-item .header-item-options .icon-search, header .header-items .header-item .header-item-options .icon-funnel, header .header-items .header-item .header-item-options .icon-message, header .header-items .header-item .header-item-options .icon-bell, header .header-items .header-item .header-item-options .icon-warning, header .header-items .header-item .header-item-options .icon-megaphone, header .header-items .header-item .header-item-options .icon-tasks {
        font-weight: bold;
        font-size: 21px;
        color: black;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out; }
        @media only screen and (max-width: 560px) {
          header .header-items .header-item .header-item-options .icon-plus, header .header-items .header-item .header-item-options .icon-search, header .header-items .header-item .header-item-options .icon-funnel, header .header-items .header-item .header-item-options .icon-message, header .header-items .header-item .header-item-options .icon-bell, header .header-items .header-item .header-item-options .icon-warning, header .header-items .header-item .header-item-options .icon-megaphone, header .header-items .header-item .header-item-options .icon-tasks {
            font-size: 20px; } }
        @media only screen and (max-width: 350px) {
          header .header-items .header-item .header-item-options .icon-plus, header .header-items .header-item .header-item-options .icon-search, header .header-items .header-item .header-item-options .icon-funnel, header .header-items .header-item .header-item-options .icon-message, header .header-items .header-item .header-item-options .icon-bell, header .header-items .header-item .header-item-options .icon-warning, header .header-items .header-item .header-item-options .icon-megaphone, header .header-items .header-item .header-item-options .icon-tasks {
            font-size: 18px; } }
      header .header-items .header-item .header-item-options .icon-plus {
        width: 28px;
        height: 29px;
        border-radius: 14px;
        line-height: 28px;
        color: white;
        text-align: center;
        background-color: #e62686; }
        @media only screen and (max-width: 560px) {
          header .header-items .header-item .header-item-options .icon-plus {
            width: 27px;
            height: 27px;
            font-size: 18px;
            line-height: 27px; } }
      header .header-items .header-item .header-item-options .icon-megaphone {
        font-weight: normal !important; }
      header .header-items .header-item .header-item-options .img-language {
        margin-top: 4px; }
        @media only screen and (max-width: 560px) {
          header .header-items .header-item .header-item-options .img-language {
            margin-top: 1px; } }
        header .header-items .header-item .header-item-options .img-language img {
          width: 21px; }
          @media only screen and (max-width: 560px) {
            header .header-items .header-item .header-item-options .img-language img {
              width: 19px; } }
      header .header-items .header-item .header-item-options .header-sitem {
        display: inline-block;
        vertical-align: middle; }
        header .header-items .header-item .header-item-options .header-sitem .button {
          padding: 10px 16px;
          margin-right: 8px;
          font-size: 14px; }
          @media only screen and (max-width: 560px) {
            header .header-items .header-item .header-item-options .header-sitem .button {
              padding: 6px 10px;
              margin-right: 6px;
              font-size: 12px; } }
    header .header-items .header-item .header-box-holder.header-item-active {
      visibility: visible;
      opacity: 1; }
    header .header-items .header-item .header-language, header .header-items .header-item .header-state, header .header-items .header-item .header-plus, header .header-items .header-item .header-search, header .header-items .header-item .header-funnel, header .header-items .header-item .header-chat, header .header-items .header-item .header-notifications, header .header-items .header-item .header-alerts, header .header-items .header-item .header-logs {
      margin: 0 8px; }
      @media only screen and (max-width: 350px) {
        header .header-items .header-item .header-language, header .header-items .header-item .header-state, header .header-items .header-item .header-plus, header .header-items .header-item .header-search, header .header-items .header-item .header-funnel, header .header-items .header-item .header-chat, header .header-items .header-item .header-notifications, header .header-items .header-item .header-alerts, header .header-items .header-item .header-logs {
          margin: 0 6px; } }
      header .header-items .header-item .header-language.header-highlight:after, header .header-items .header-item .header-state.header-highlight:after, header .header-items .header-item .header-plus.header-highlight:after, header .header-items .header-item .header-search.header-highlight:after, header .header-items .header-item .header-funnel.header-highlight:after, header .header-items .header-item .header-chat.header-highlight:after, header .header-items .header-item .header-notifications.header-highlight:after, header .header-items .header-item .header-alerts.header-highlight:after, header .header-items .header-item .header-logs.header-highlight:after {
        content: '5';
        position: absolute;
        top: -6px;
        right: -6px;
        width: 14px;
        height: 14px;
        border-radius: 20px;
        margin-right: 3px;
        font-weight: 700;
        font-size: 9px;
        line-height: 1.7;
        text-align: center;
        color: white;
        background-color: #e62686; }
    header .header-items .header-item .header-funnel.header-highlight:after {
      -webkit-animation: pulsate2 2s ease-out infinite;
      -moz-animation: pulsate2 2s ease-out infinite;
      animation: pulsate2 2s ease-out infinite; }
    header .header-items .header-item .header-search, header .header-items .header-item .header-plus {
      display: none; }
      @media only screen and (max-width: 760px) {
        header .header-items .header-item .header-search, header .header-items .header-item .header-plus {
          display: inline-block; } }
    header .header-items .header-item .header-profile {
      margin-left: 20px;
      cursor: pointer; }
      @media only screen and (max-width: 560px) {
        header .header-items .header-item .header-profile {
          margin-left: 10px; } }
      header .header-items .header-item .header-profile .profile-photo-holder, header .header-items .header-item .header-profile .profile-trigger {
        display: inline-block;
        vertical-align: middle; }
      header .header-items .header-item .header-profile .profile-photo-holder {
        position: relative;
        width: 36px;
        height: 36px;
        border: 2px solid black;
        border-radius: 30px;
        overflow: hidden;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out; }
        @media only screen and (max-width: 560px) {
          header .header-items .header-item .header-profile .profile-photo-holder {
            width: 33px;
            height: 33px; } }
        header .header-items .header-item .header-profile .profile-photo-holder .profile-photo {
          position: absolute;
          width: 33px;
          height: 33px;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-size: cover; }
      header .header-items .header-item .header-profile .profile-bullet {
        position: absolute;
        left: 25px;
        bottom: 0;
        width: 11px;
        height: 11px;
        border-radius: 20px; }
        header .header-items .header-item .header-profile .profile-bullet.green {
          background-color: #42b72a; }
        header .header-items .header-item .header-profile .profile-bullet.yellow {
          background-color: #fffd12; }
        header .header-items .header-item .header-profile .profile-bullet.red {
          background-color: #ea0f0f; }
        header .header-items .header-item .header-profile .profile-bullet.grey {
          background-color: #1c2101; }
      header .header-items .header-item .header-profile .profile-icon:before {
        content: '\e900';
        font-family: 'icomoon' !important;
        font-size: 14px;
        color: black;
        speak: none;
        font-style: normal;
        font-weight: 900;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out; }
    header .header-items .header-item .language-holder, header .header-items .header-item .state-holder, header .header-items .header-item .plus-holder {
      position: absolute;
      top: 64px;
      text-align: left;
      visibility: hidden;
      opacity: 0;
      border-radius: 4px;
      background-color: #f9f9f9;
      overflow: hidden;
      z-index: 50;
      -webkit-box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      -moz-box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
      @media only screen and (max-width: 560px) {
        header .header-items .header-item .language-holder, header .header-items .header-item .state-holder, header .header-items .header-item .plus-holder {
          top: 102px; } }
      @media only screen and (max-width: 430px) {
        header .header-items .header-item .language-holder, header .header-items .header-item .state-holder, header .header-items .header-item .plus-holder {
          top: 98px; } }
      header .header-items .header-item .language-holder ul li:after, header .header-items .header-item .state-holder ul li:after, header .header-items .header-item .plus-holder ul li:after {
        content: '';
        display: block;
        display: block;
        width: 80%;
        height: 1px;
        margin: auto;
        background-color: #d0d1d0; }
      header .header-items .header-item .language-holder ul li:last-of-type:after, header .header-items .header-item .state-holder ul li:last-of-type:after, header .header-items .header-item .plus-holder ul li:last-of-type:after {
        display: none; }
      header .header-items .header-item .language-holder ul li div, header .header-items .header-item .language-holder ul li p, header .header-items .header-item .state-holder ul li div, header .header-items .header-item .state-holder ul li p, header .header-items .header-item .plus-holder ul li div, header .header-items .header-item .plus-holder ul li p {
        display: inline-block;
        vertical-align: middle; }
      header .header-items .header-item .language-holder ul li .state-bullet, header .header-items .header-item .state-holder ul li .state-bullet, header .header-items .header-item .plus-holder ul li .state-bullet {
        display: inline-block;
        vertical-align: middle;
        width: 19px; }
        header .header-items .header-item .language-holder ul li .state-bullet:after, header .header-items .header-item .state-holder ul li .state-bullet:after, header .header-items .header-item .plus-holder ul li .state-bullet:after {
          content: '';
          display: block;
          width: 8px;
          height: 8px;
          border-radius: 60px;
          margin: auto; }
        header .header-items .header-item .language-holder ul li .state-bullet.state-online:after, header .header-items .header-item .state-holder ul li .state-bullet.state-online:after, header .header-items .header-item .plus-holder ul li .state-bullet.state-online:after {
          background-color: #42b72a; }
        header .header-items .header-item .language-holder ul li .state-bullet.state-absent:after, header .header-items .header-item .state-holder ul li .state-bullet.state-absent:after, header .header-items .header-item .plus-holder ul li .state-bullet.state-absent:after {
          background-color: #fffd12; }
        header .header-items .header-item .language-holder ul li .state-bullet.state-busy:after, header .header-items .header-item .state-holder ul li .state-bullet.state-busy:after, header .header-items .header-item .plus-holder ul li .state-bullet.state-busy:after {
          background-color: #ea0f0f; }
        header .header-items .header-item .language-holder ul li .state-bullet.state-offline:after, header .header-items .header-item .state-holder ul li .state-bullet.state-offline:after, header .header-items .header-item .plus-holder ul li .state-bullet.state-offline:after {
          background-color: #dbdbdb; }
      header .header-items .header-item .language-holder ul li a, header .header-items .header-item .language-holder ul li .submenu-back, header .header-items .header-item .state-holder ul li a, header .header-items .header-item .state-holder ul li .submenu-back, header .header-items .header-item .plus-holder ul li a, header .header-items .header-item .plus-holder ul li .submenu-back {
        display: block;
        padding: 10px 14px;
        font-weight: 900;
        font-size: 14px;
        color: black; }
        header .header-items .header-item .language-holder ul li a:hover, header .header-items .header-item .language-holder ul li .submenu-back:hover, header .header-items .header-item .state-holder ul li a:hover, header .header-items .header-item .state-holder ul li .submenu-back:hover, header .header-items .header-item .plus-holder ul li a:hover, header .header-items .header-item .plus-holder ul li .submenu-back:hover {
          color: #e62686; }
        header .header-items .header-item .language-holder ul li a img, header .header-items .header-item .language-holder ul li .submenu-back img, header .header-items .header-item .state-holder ul li a img, header .header-items .header-item .state-holder ul li .submenu-back img, header .header-items .header-item .plus-holder ul li a img, header .header-items .header-item .plus-holder ul li .submenu-back img {
          display: inline-block;
          vertical-align: middle;
          max-width: 21px;
          margin-right: 4px; }
        header .header-items .header-item .language-holder ul li a p, header .header-items .header-item .language-holder ul li .submenu-back p, header .header-items .header-item .state-holder ul li a p, header .header-items .header-item .state-holder ul li .submenu-back p, header .header-items .header-item .plus-holder ul li a p, header .header-items .header-item .plus-holder ul li .submenu-back p {
          margin-left: 6px; }
      header .header-items .header-item .language-holder ul li .submenu-back, header .header-items .header-item .state-holder ul li .submenu-back, header .header-items .header-item .plus-holder ul li .submenu-back {
        margin: 0; }
        header .header-items .header-item .language-holder ul li .submenu-back [class^="icon-"], header .header-items .header-item .language-holder ul li .submenu-back [class*=" icon-"], header .header-items .header-item .state-holder ul li .submenu-back [class^="icon-"], header .header-items .header-item .state-holder ul li .submenu-back [class*=" icon-"], header .header-items .header-item .plus-holder ul li .submenu-back [class^="icon-"], header .header-items .header-item .plus-holder ul li .submenu-back [class*=" icon-"] {
          font-weight: bold;
          font-size: 15px; }
    header .header-items .header-item .language-holder, header .header-items .header-item .state-holder {
      width: 140px;
      right: 10px;
      z-index: 51; }
      @media only screen and (max-width: 560px) {
        header .header-items .header-item .language-holder, header .header-items .header-item .state-holder {
          top: 102px; } }
      @media only screen and (max-width: 430px) {
        header .header-items .header-item .language-holder, header .header-items .header-item .state-holder {
          top: 98px; } }
    header .header-items .header-item .plus-holder {
      width: 250px;
      right: 30px;
      padding: 10px;
      border-radius: 4px; }
      @media only screen and (max-width: 560px) {
        header .header-items .header-item .plus-holder {
          left: 10px; } }
      header .header-items .header-item .plus-holder ul li {
        display: inline-block;
        vertical-align: middle; }
        header .header-items .header-item .plus-holder ul li:after {
          display: none; }
        header .header-items .header-item .plus-holder ul li a {
          display: table; }
    header .header-items .header-item .search-holder {
      position: absolute;
      width: 240px;
      top: 64px;
      right: 10px;
      padding: 12px 20px 0;
      text-align: left;
      background-color: white;
      visibility: hidden;
      opacity: 0;
      border-radius: 4px;
      overflow: hidden;
      z-index: 50;
      -webkit-box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      -moz-box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
      @media only screen and (max-width: 560px) {
        header .header-items .header-item .search-holder {
          width: 240px;
          top: 102px;
          left: 10px; } }
      @media only screen and (max-width: 430px) {
        header .header-items .header-item .search-holder {
          top: 98px; } }
      header .header-items .header-item .search-holder .input-model .input {
        max-width: 200px; }
        @media only screen and (max-width: 560px) {
          header .header-items .header-item .search-holder .input-model .input {
            display: table;
            margin: 4px auto 1em; } }
      header .header-items .header-item .search-holder .input__field--ruri:focus + .input-search,
      header .header-items .header-item .search-holder .input--filled .input-search {
        top: 4px; }
      header .header-items .header-item .search-holder .input-search div {
        font-weight: bold;
        font-size: 15px;
        color: black; }
    header .header-items .header-item .chat-holder {
      position: absolute;
      width: 400px;
      top: 64px;
      right: 10px;
      text-align: left;
      background-color: white;
      visibility: hidden;
      opacity: 0;
      border-radius: 4px;
      overflow: hidden;
      z-index: 50;
      -webkit-box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      -moz-box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
      @media only screen and (max-width: 560px) {
        header .header-items .header-item .chat-holder {
          width: calc(100% - 20px);
          top: 102px; } }
      @media only screen and (max-width: 430px) {
        header .header-items .header-item .chat-holder {
          top: 98px; } }
      header .header-items .header-item .chat-holder .chat-items .chat-item {
        display: table;
        width: 100%;
        padding: 16px 10px 0; }
        header .header-items .header-item .chat-holder .chat-items .chat-item:nth-child(3):after {
          border-bottom: none; }
        header .header-items .header-item .chat-holder .chat-items .chat-item:last-of-type {
          border-bottom: none; }
        header .header-items .header-item .chat-holder .chat-items .chat-item:after {
          content: '';
          display: block;
          width: 100%;
          border-bottom: 1px solid #1c2101;
          margin: 16px auto auto; }
        header .header-items .header-item .chat-holder .chat-items .chat-item.chat-not-read {
          background-color: #f9f9f9; }
          header .header-items .header-item .chat-holder .chat-items .chat-item.chat-not-read .hour:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 6px;
            height: 6px;
            border-radius: 20px;
            margin-right: 3px;
            background-color: #e62686; }
        header .header-items .header-item .chat-holder .chat-items .chat-item:hover {
          background-color: #dbdbdb; }
        header .header-items .header-item .chat-holder .chat-items .chat-item .chat-photo-holder, header .header-items .header-item .chat-holder .chat-items .chat-item .chat-description {
          display: inline-block;
          vertical-align: top; }
        header .header-items .header-item .chat-holder .chat-items .chat-item .chat-photo-holder {
          position: relative;
          width: 48px;
          height: 48px;
          border: 2px solid black;
          border-radius: 30px;
          overflow: hidden; }
          header .header-items .header-item .chat-holder .chat-items .chat-item .chat-photo-holder .chat-photo {
            position: absolute;
            width: 48px;
            height: 48px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background-size: cover; }
        header .header-items .header-item .chat-holder .chat-items .chat-item .chat-description {
          width: calc(100% - 48px);
          padding-left: 10px;
          color: black; }
          header .header-items .header-item .chat-holder .chat-items .chat-item .chat-description .chat-name p, header .header-items .header-item .chat-holder .chat-items .chat-item .chat-description .chat-name .hour {
            display: inline-block;
            vertical-align: middle; }
          header .header-items .header-item .chat-holder .chat-items .chat-item .chat-description .chat-name p {
            font-weight: 900;
            font-size: 14px;
            margin-bottom: 6px; }
            header .header-items .header-item .chat-holder .chat-items .chat-item .chat-description .chat-name p .profile-bullet {
              display: inline-block;
              vertical-align: middle;
              width: 8px;
              height: 8px;
              border-radius: 20px;
              margin-top: -1px;
              margin-right: 2px; }
              header .header-items .header-item .chat-holder .chat-items .chat-item .chat-description .chat-name p .profile-bullet.green {
                background-color: #019688; }
              header .header-items .header-item .chat-holder .chat-items .chat-item .chat-description .chat-name p .profile-bullet.yellow {
                background-color: #fffd12; }
              header .header-items .header-item .chat-holder .chat-items .chat-item .chat-description .chat-name p .profile-bullet.red {
                background-color: #ea0f0f; }
              header .header-items .header-item .chat-holder .chat-items .chat-item .chat-description .chat-name p .profile-bullet.grey {
                background-color: #1c2101; }
          header .header-items .header-item .chat-holder .chat-items .chat-item .chat-description .chat-name .hour {
            float: right;
            font-size: 13px; }
          header .header-items .header-item .chat-holder .chat-items .chat-item .chat-description .chat-message {
            font-weight: 500;
            font-size: 13px; }
      header .header-items .header-item .chat-holder .chat-items .chat-item-final {
        display: block;
        width: 100%;
        padding: 10px 0;
        font-size: 15px;
        font-weight: 900;
        color: #1c2101;
        text-align: center;
        background-color: #e8e8e8; }
        header .header-items .header-item .chat-holder .chat-items .chat-item-final:hover {
          background-color: #dbdbdb; }
    header .header-items .header-item .notifications-holder {
      position: absolute;
      width: 300px;
      top: 64px;
      right: 10px;
      text-align: left;
      background-color: white;
      visibility: hidden;
      opacity: 0;
      border-radius: 4px;
      overflow: hidden;
      z-index: 50;
      -webkit-box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      -moz-box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
      @media only screen and (max-width: 560px) {
        header .header-items .header-item .notifications-holder {
          width: calc(100% - 20px);
          top: 102px; } }
      @media only screen and (max-width: 430px) {
        header .header-items .header-item .notifications-holder {
          top: 98px; } }
      header .header-items .header-item .notifications-holder .notifications-items .notifications-item {
        display: table;
        width: 100%;
        padding: 16px 10px 0; }
        header .header-items .header-item .notifications-holder .notifications-items .notifications-item:nth-child(3):after {
          border-bottom: none; }
        header .header-items .header-item .notifications-holder .notifications-items .notifications-item:last-of-type {
          border-bottom: none; }
        header .header-items .header-item .notifications-holder .notifications-items .notifications-item:after {
          content: '';
          display: block;
          width: 100%;
          border-bottom: 1px solid #1c2101;
          margin: 16px auto auto; }
        header .header-items .header-item .notifications-holder .notifications-items .notifications-item.notifications-not-read {
          background-color: #f9f9f9; }
          header .header-items .header-item .notifications-holder .notifications-items .notifications-item.notifications-not-read .notifications-date:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 6px;
            height: 6px;
            border-radius: 20px;
            margin-right: 3px;
            background-color: #e62686; }
        header .header-items .header-item .notifications-holder .notifications-items .notifications-item:hover {
          background-color: #dbdbdb; }
        header .header-items .header-item .notifications-holder .notifications-items .notifications-item .notifications-photo-holder, header .header-items .header-item .notifications-holder .notifications-items .notifications-item .notifications-description {
          display: inline-block;
          vertical-align: top; }
        header .header-items .header-item .notifications-holder .notifications-items .notifications-item .notifications-photo-holder {
          position: relative;
          width: 48px;
          height: 48px;
          border-radius: 30px;
          overflow: hidden; }
          header .header-items .header-item .notifications-holder .notifications-items .notifications-item .notifications-photo-holder .notifications-photo {
            position: absolute;
            width: 48px;
            height: 48px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background-size: cover; }
        header .header-items .header-item .notifications-holder .notifications-items .notifications-item .notifications-description {
          width: calc(100% - 58px);
          padding-left: 10px; }
          header .header-items .header-item .notifications-holder .notifications-items .notifications-item .notifications-description p {
            color: black; }
          header .header-items .header-item .notifications-holder .notifications-items .notifications-item .notifications-description .notifications-message {
            font-weight: 500;
            font-size: 13px;
            margin-bottom: 6px; }
            header .header-items .header-item .notifications-holder .notifications-items .notifications-item .notifications-description .notifications-message span {
              font-weight: 900;
              font-size: 14px; }
          header .header-items .header-item .notifications-holder .notifications-items .notifications-item .notifications-description .notifications-date {
            font-weight: 900;
            font-size: 13px; }
      header .header-items .header-item .notifications-holder .notifications-items .notifications-item-final {
        display: block;
        width: 100%;
        padding: 10px 0;
        font-size: 15px;
        font-weight: 900;
        color: #1c2101;
        text-align: center;
        background-color: #e8e8e8; }
        header .header-items .header-item .notifications-holder .notifications-items .notifications-item-final:hover {
          background-color: #dbdbdb; }
    header .header-items .header-item .alerts-holder {
      position: absolute;
      width: 300px;
      top: 64px;
      right: 10px;
      text-align: left;
      background-color: white;
      visibility: hidden;
      opacity: 0;
      border-radius: 4px;
      overflow: hidden;
      z-index: 50;
      -webkit-box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      -moz-box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
      @media only screen and (max-width: 560px) {
        header .header-items .header-item .alerts-holder {
          width: calc(100% - 20px);
          top: 102px; } }
      @media only screen and (max-width: 430px) {
        header .header-items .header-item .alerts-holder {
          top: 98px; } }
      header .header-items .header-item .alerts-holder .alerts-items .alerts-item {
        display: table;
        width: 100%;
        padding: 16px 10px 0; }
        header .header-items .header-item .alerts-holder .alerts-items .alerts-item:nth-child(3):after {
          border-bottom: none; }
        header .header-items .header-item .alerts-holder .alerts-items .alerts-item:last-of-type {
          border-bottom: none; }
        header .header-items .header-item .alerts-holder .alerts-items .alerts-item:after {
          content: '';
          display: block;
          width: 100%;
          border-bottom: 1px solid #1c2101;
          margin: 16px auto auto; }
        header .header-items .header-item .alerts-holder .alerts-items .alerts-item.alerts-not-read {
          background-color: #f9f9f9; }
          header .header-items .header-item .alerts-holder .alerts-items .alerts-item.alerts-not-read .alerts-date:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 6px;
            height: 6px;
            border-radius: 20px;
            margin-right: 3px;
            background-color: #e62686; }
        header .header-items .header-item .alerts-holder .alerts-items .alerts-item:hover {
          background-color: #dbdbdb; }
        header .header-items .header-item .alerts-holder .alerts-items .alerts-item .alerts-description {
          width: 100%;
          padding-left: 10px; }
          header .header-items .header-item .alerts-holder .alerts-items .alerts-item .alerts-description p {
            color: black; }
          header .header-items .header-item .alerts-holder .alerts-items .alerts-item .alerts-description .alerts-message {
            font-weight: 500;
            font-size: 13px;
            margin-bottom: 6px; }
            header .header-items .header-item .alerts-holder .alerts-items .alerts-item .alerts-description .alerts-message span {
              font-weight: 900;
              font-size: 14px; }
          header .header-items .header-item .alerts-holder .alerts-items .alerts-item .alerts-description .alerts-date {
            font-weight: 900;
            font-size: 13px; }
      header .header-items .header-item .alerts-holder .alerts-items .alerts-item-final {
        display: block;
        width: 100%;
        padding: 10px 0;
        font-size: 15px;
        font-weight: 900;
        color: #1c2101;
        text-align: center;
        background-color: #e8e8e8; }
        header .header-items .header-item .alerts-holder .alerts-items .alerts-item-final:hover {
          background-color: #dbdbdb; }
    header .header-items .header-item .profile-info-holder {
      position: absolute;
      width: 160px;
      top: 64px;
      right: 10px;
      background-color: #f9f9f9;
      text-align: left;
      visibility: hidden;
      opacity: 0;
      border-radius: 4px;
      overflow: hidden;
      z-index: 50;
      -webkit-box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      -moz-box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      box-shadow: 0px 0px 4px 0px rgba(200, 200, 200, 0.9);
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
      @media only screen and (max-width: 560px) {
        header .header-items .header-item .profile-info-holder {
          top: 102px; } }
      @media only screen and (max-width: 430px) {
        header .header-items .header-item .profile-info-holder {
          top: 98px; } }
      header .header-items .header-item .profile-info-holder .profile-name {
        margin: 16px 14px 8px; }
        @media only screen and (max-width: 560px) {
          header .header-items .header-item .profile-info-holder .profile-name {
            margin: 12px 14px 6px; } }
        header .header-items .header-item .profile-info-holder .profile-name a {
          font-weight: 900;
          font-size: 15px;
          color: black; }
          header .header-items .header-item .profile-info-holder .profile-name a:hover {
            color: #e62686; }
      header .header-items .header-item .profile-info-holder ul li:first-of-type:before, header .header-items .header-item .profile-info-holder ul li:last-of-type:before {
        display: none; }
      header .header-items .header-item .profile-info-holder ul li:before {
        content: '';
        display: none;
        width: 80%;
        height: 1px;
        margin: 4px auto;
        background-color: #e8e8e8; }
      header .header-items .header-item .profile-info-holder ul li .header-item-options, header .header-items .header-item .profile-info-holder ul li a {
        display: block;
        padding: 10px 14px;
        margin: 0;
        font-weight: 900;
        font-size: 14px;
        color: #1c2101; }
        header .header-items .header-item .profile-info-holder ul li .header-item-options:hover div, header .header-items .header-item .profile-info-holder ul li .header-item-options:hover p, header .header-items .header-item .profile-info-holder ul li a:hover div, header .header-items .header-item .profile-info-holder ul li a:hover p {
          color: #e62686 !important; }
        header .header-items .header-item .profile-info-holder ul li .header-item-options div, header .header-items .header-item .profile-info-holder ul li .header-item-options p, header .header-items .header-item .profile-info-holder ul li a div, header .header-items .header-item .profile-info-holder ul li a p {
          display: inline-block;
          vertical-align: middle;
          color: #1c2101; }
        header .header-items .header-item .profile-info-holder ul li .header-item-options div, header .header-items .header-item .profile-info-holder ul li a div {
          width: 19px;
          font-size: 15px;
          text-align: center; }
        header .header-items .header-item .profile-info-holder ul li .header-item-options p, header .header-items .header-item .profile-info-holder ul li a p {
          width: calc(100% - 26px);
          margin-left: 6px;
          font-size: 14px;
          line-height: 1.2; }
      header .header-items .header-item .profile-info-holder ul li .header-logs p {
        margin-left: 3px; }
      header .header-items .header-item .profile-info-holder ul li .icon-shopping, header .header-items .header-item .profile-info-holder ul li .icon-problem, header .header-items .header-item .profile-info-holder ul li .icon-team {
        font-weight: bold !important; }
      header .header-items .header-item .profile-info-holder ul li .icon-team {
        font-size: 16px; }
      header .header-items .header-item .profile-info-holder ul li:last-of-type {
        margin-top: 6px; }
        @media only screen and (max-width: 560px) {
          header .header-items .header-item .profile-info-holder ul li:last-of-type {
            margin-top: 4px; } }
        header .header-items .header-item .profile-info-holder ul li:last-of-type a {
          color: black;
          padding: 12px 14px;
          background-color: #e8e8e8; }
          @media only screen and (max-width: 560px) {
            header .header-items .header-item .profile-info-holder ul li:last-of-type a {
              padding: 10px 14px; } }
          header .header-items .header-item .profile-info-holder ul li:last-of-type a:hover {
            color: #e62686; }
      header .header-items .header-item .profile-info-holder ul li .language-image {
        width: 19px; }
      header .header-items .header-item .profile-info-holder ul li .state-bullet {
        display: inline-block;
        vertical-align: middle;
        width: 19px; }
        header .header-items .header-item .profile-info-holder ul li .state-bullet:after {
          content: '';
          display: block;
          width: 8px;
          height: 8px;
          border-radius: 60px;
          margin: auto; }
        header .header-items .header-item .profile-info-holder ul li .state-bullet.state-online:after {
          background-color: #019688; }
        header .header-items .header-item .profile-info-holder ul li .state-bullet.state-absent:after {
          background-color: #ea0f0f; }
        header .header-items .header-item .profile-info-holder ul li .state-bullet.state-busy:after {
          background-color: #fffd12; }
        header .header-items .header-item .profile-info-holder ul li .state-bullet.state-offline:after {
          background-color: #e8e8e8; }

@-webkit-keyframes progressanimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes progressanimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes progressanimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0; } }
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0; } }
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0; } }
@-moz-keyframes pulsate2 {
  0% {
    -webkit-transform: scale(0.4, 0.4); }
  100% {
    -webkit-transform: scale(1.2, 1.2); } }
@keyframes pulsate2 {
  0% {
    -webkit-transform: scale(0.4, 0.4); }
  100% {
    -webkit-transform: scale(1.2, 1.2); } }
@-webkit-keyframes pulsate2 {
  0% {
    -webkit-transform: scale(0.4, 0.4); }
  100% {
    -webkit-transform: scale(1.2, 1.2); } }
@-moz-keyframes scalegoal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.05); } }
@keyframes scalegoal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.05); } }
@-webkit-keyframes scalegoal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.05); } }
.modal-overlay {
  position: fixed;
  z-index: 9998 !important;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity; }

.modal {
  display: none;
  position: fixed;
  top: 20px !important;
  left: 0;
  right: 0;
  padding: 0;
  max-width: 650px;
  max-height: 90%;
  width: 90%;
  margin: auto;
  will-change: top, opacity;
  z-index: 9999 !important; }
  .modal h1, .modal h2, .modal h3, .modal h4 {
    margin-top: 0; }
  .modal .modal-close {
    cursor: pointer; }
  .modal .modal-containter {
    position: relative;
    padding: 20px;
    border-radius: 4px;
    margin: auto;
    background-color: white;
    z-index: 5001; }
    @media only screen and (max-width: 560px) {
      .modal .modal-containter {
        padding: 16px; } }
    .modal .modal-containter .modal-header {
      padding-bottom: 16px;
      border-bottom: 1px solid #e8e8e8;
      text-align: left; }
      .modal .modal-containter .modal-header .modal-title {
        width: 90%;
        font-family: "K2D", sans-serif;
        font-weight: 900;
        font-size: 26px;
        line-height: 1.1; }
        @media only screen and (max-width: 560px) {
          .modal .modal-containter .modal-header .modal-title {
            font-size: 24px; } }
        .modal .modal-containter .modal-header .modal-title.modal-title-grey:before, .modal .modal-containter .modal-header .modal-title.modal-title-green:before, .modal .modal-containter .modal-header .modal-title.modal-title-yellow:before, .modal .modal-containter .modal-header .modal-title.modal-title-red:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 10px;
          height: 10px;
          border-radius: 30px;
          margin-right: 6px; }
        .modal .modal-containter .modal-header .modal-title.modal-title-grey:before {
          background-color: #1c2101; }
        .modal .modal-containter .modal-header .modal-title.modal-title-green:before {
          background-color: #019688; }
        .modal .modal-containter .modal-header .modal-title.modal-title-yellow:before {
          background-color: #fffd12; }
        .modal .modal-containter .modal-header .modal-title.modal-title-red:before {
          background-color: #ea0f0f; }
      .modal .modal-containter .modal-header .modal-close {
        position: absolute;
        top: 22px;
        right: 17px;
        z-index: 9999; }
        @media only screen and (max-width: 560px) {
          .modal .modal-containter .modal-header .modal-close {
            top: 18px;
            right: 16px; } }
        .modal .modal-containter .modal-header .modal-close:hover span {
          color: #e62686; }
        .modal .modal-containter .modal-header .modal-close span {
          font-weight: 900;
          font-size: 22px;
          color: black;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
    .modal .modal-containter .modal-content-inside {
      height: calc(100vh - 38vh);
      margin: 20px auto auto; }
      @media only screen and (max-width: 560px) {
        .modal .modal-containter .modal-content-inside {
          width: 100% !important;
          max-height: 50vh;
          padding: 0 10px 0 0;
          margin: 10px auto auto; } }
      .modal .modal-containter .modal-content-inside .modal-form, .modal .modal-containter .modal-content-inside .modal-content-box {
        display: block;
        min-height: 220px;
        height: 100%;
        text-align: center;
        overflow-y: auto; }
        @media only screen and (max-height: 760px) {
          .modal .modal-containter .modal-content-inside .modal-form, .modal .modal-containter .modal-content-inside .modal-content-box {
            max-height: calc(100vh - 240px); } }
        @media only screen and (max-width: 560px) {
          .modal .modal-containter .modal-content-inside .modal-form, .modal .modal-containter .modal-content-inside .modal-content-box {
            max-height: initial; } }
      .modal .modal-containter .modal-content-inside .modal-form .form-search .input__field--ruri:focus + .input-search,
      .modal .modal-containter .modal-content-inside .modal-form .form-search .input--filled .input-search {
        top: 4px; }
      .modal .modal-containter .modal-content-inside .modal-form .form-search .input-search {
        position: absolute;
        top: 0;
        right: 3px; }
        .modal .modal-containter .modal-content-inside .modal-form .form-search .input-search div {
          font-weight: bold;
          font-size: 15px;
          color: black; }
      .modal .modal-containter .modal-content-inside .modal-form .modal-form-line {
        text-align: left;
                    /*
                    .modal-addintervener-trigger {
                        margin-bottom: 10px;

                        .form-results-item {
                            display: inline-block;
                            vertical-align: middle;
                            margin-right: 8px;
                        }
                    }

                    .modal-addintervener {
                        display: none;

                        &.modal-addintervener-active {
                            display: block;
                        }
                    }
                    */ }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line:first-of-type .modal-form-title {
          margin-top: 0; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line:last-of-type {
          margin-bottom: 0; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line:last-of-type .datepicker {
            margin-bottom: 0; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line.modal-line-items .input-model, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line.modal-line-items .dropdown {
          display: inline-block;
          vertical-align: middle; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line.modal-line-multiple .dropdown, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line.modal-line-multiple .input-model {
          margin-bottom: 12px; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-checkbox-line {
          display: block;
          margin-bottom: 10px; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-checkbox-line .modal-form-checkbox {
            display: inline-block;
            vertical-align: middle; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-line-sitem {
          display: inline-block;
          width: calc(50% - 4px);
          vertical-align: top; }
          @media only screen and (max-width: 560px) {
            .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-line-sitem {
              display: block;
              width: 100%; } }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-line-sitem:last-of-type {
            padding-left: 20px; }
            @media only screen and (max-width: 560px) {
              .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-line-sitem:last-of-type {
                padding-left: 0; } }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-line-sitem.modal-line-sitem1 {
            vertical-align: top; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-line-sitem.modal-line-sitem2 {
            vertical-align: bottom; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-line-sitem .modal-form-stitle {
            margin-top: 18px;
            font-size: 15px; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-form-title {
          margin-top: 12px;
          margin-bottom: 6px;
          font-family: "Roboto", sans-serif;
          font-weight: 900;
          font-size: 20px; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-form-stitle {
          margin-top: 12px;
          font-family: "Roboto", sans-serif;
          font-weight: 900;
          font-size: 16px; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-form-holder {
          display: none; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-form-holder.dap-form-active {
            display: block !important; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .input-model, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .textarea-model, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dropdown {
          max-width: 260px;
          width: 100%; }
          @media only screen and (max-width: 645px) {
            .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .input-model, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .textarea-model, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dropdown {
              margin-bottom: 12px; } }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dropdown.dropdown-date {
          max-width: initial !important; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dropdown.dropdown-date .select-holder {
            display: inline-block;
            width: calc(33.33% - 4px);
            vertical-align: bottom; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dropdown.dropdown-date .selectric-wrapper {
            min-width: initial; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .datepicker input {
          max-width: 260px; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .button-simple, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .button-simplex {
          font-size: 13px; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .button-simple {
          margin-top: 18px; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .button-simple2 {
          margin-top: 10px; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .button-simplex {
          margin-top: 6px; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-pipeline-indicator {
          margin-top: 8px; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-pipeline-indicator.modal-pipeline-items5 .modal-pipeline-item {
            width: calc(20% - 4px); }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-pipeline-indicator.modal-pipeline-items6 .modal-pipeline-item {
            width: calc(16% - 4px); }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-pipeline-indicator .modal-pipeline-item {
            display: inline-block;
            width: calc(33.33% - 4px);
            vertical-align: top;
            padding: 0 9px 0 0; }
            @media only screen and (max-width: 560px) {
              .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-pipeline-indicator .modal-pipeline-item {
                width: calc(50% - 4px);
                padding: 0; } }
            @media only screen and (max-width: 760px) {
              .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-pipeline-indicator .modal-pipeline-item:last-of-type {
                margin-bottom: 0; } }
            .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-pipeline-indicator .modal-pipeline-item.modal-pipeline-active p {
              color: white; }
              .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-pipeline-indicator .modal-pipeline-item.modal-pipeline-active p:before {
                background-color: #e62686; }
              .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-pipeline-indicator .modal-pipeline-item.modal-pipeline-active p:after {
                border-left: 19px solid #e62686; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-pipeline-indicator .modal-pipeline-item p {
              position: relative;
              padding: 14px 16px;
              font-weight: 900;
              font-size: 16px;
              text-transform: uppercase;
              z-index: 1;
              cursor: pointer; }
              @media only screen and (max-width: 760px) {
                .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-pipeline-indicator .modal-pipeline-item p {
                  margin-bottom: 10px; } }
              .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-pipeline-indicator .modal-pipeline-item p:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: calc(100% - 19px);
                height: 100%;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
                background-color: #f9f9f9;
                z-index: -1; }
              .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .modal-pipeline-indicator .modal-pipeline-item p:after {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                width: 0px;
                height: 0px;
                border-top: 22px solid transparent;
                border-bottom: 22px solid transparent;
                border-left: 19px solid #f9f9f9; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-tips, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill {
          width: 100%;
          background-color: #e8e8e8; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-tips {
          max-width: 260px; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list ul, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list ul {
          padding: 12px;
          border-radius: 4px;
          margin: 0 0 8px;
          background-color: #f9f9f9; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list ul:last-of-type, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list ul:last-of-type {
            margin: 0; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list ul.form-dap-list li:last-of-type, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list ul.form-dap-list li:last-of-type {
            margin-top: -10px; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list ul.form-dap-list li .input-model, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list ul.form-dap-list li .dropdown, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list ul.form-dap-list li .input-model, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list ul.form-dap-list li .dropdown {
            margin-bottom: 14px; }
            @media only screen and (max-width: 560px) {
              .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list ul.form-dap-list li .input-model:last-of-type, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list ul.form-dap-list li .dropdown:last-of-type, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list ul.form-dap-list li .input-model:last-of-type, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list ul.form-dap-list li .dropdown:last-of-type {
                margin-bottom: 30px; } }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list ul .selectric-items ul, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list ul .selectric-items ul {
            padding: 0; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list ul .selectric-items ul li, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list ul .selectric-items ul li {
              margin-bottom: 0; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li {
          margin-bottom: 6px; }
          @media only screen and (max-width: 560px) {
            .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li {
              margin-bottom: 14px; } }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li:first-of-type, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li:first-of-type {
            margin-bottom: 2px; }
            @media only screen and (max-width: 560px) {
              .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li:first-of-type, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li:first-of-type {
                margin-bottom: 10px; } }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li:last-of-type, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li:last-of-type {
            margin-bottom: 0 !important; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li .form-results-item, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li .form-results-item {
            display: inline-block;
            vertical-align: middle;
            margin-right: 8px; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li p, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li p {
            margin-top: 6px;
            font-weight: 700;
            font-size: 15px; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li p.form-results-title, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li p.form-results-title {
              margin-top: 0;
              font-size: 18px; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li p.form-results-stitle, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li p.form-results-stitle {
              margin-top: 10px;
              font-size: 16px; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li p.form-results-subtitle, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li p.form-results-subtitle {
              margin-top: 18px; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li .input-model, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li .input-model {
            display: inline-block;
            max-width: 90px;
            vertical-align: bottom;
            margin-bottom: 0; }
            @media only screen and (max-width: 560px) {
              .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li .input-model, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li .input-model {
                display: block;
                margin-left: 0; } }
            .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li .input-model .input, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li .input-model .input {
              margin: 0; }
              @media only screen and (max-width: 560px) {
                .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li .input-model .input, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li .input-model .input {
                  margin: 8px 0 0; } }
            .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li .input-model.input-modal-medium, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li .input-model.input-modal-medium {
              max-width: 120px; }
              @media only screen and (max-width: 560px) {
                .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li .input-model.input-modal-medium, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li .input-model.input-modal-medium {
                  max-width: 160px; } }
            .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li .input-model.input-modal-medium2, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li .input-model.input-modal-medium2 {
              max-width: 140px; }
              @media only screen and (max-width: 560px) {
                .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li .input-model.input-modal-medium2, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li .input-model.input-modal-medium2 {
                  max-width: 160px; } }
            .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results .form-results-list li .input-model.input-modal-large, .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .form-results-list li .input-model.input-modal-large {
              max-width: 160px; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-results {
          padding: 44px 8px 8px;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px;
          margin-top: -38px; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-tips {
          padding: 14px 18px;
          border-radius: 4px;
          margin-top: 10px; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-tips .form-tips-list li {
            display: block;
            margin-bottom: 10px; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-tips .form-tips-list li:last-of-type {
              margin-bottom: 0; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-tips .form-tips-list li p {
              font-size: 16px;
              color: black; }
              .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-tips .form-tips-list li p.form-tips-title {
                font-weight: 700; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-tips .form-tips-list li a {
              display: table;
              margin-top: 6px;
              font-weight: 600;
              font-size: 15px;
              color: black;
              border-bottom: 2px solid #1c2101; }
              .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .form-tips .form-tips-list li a:hover {
                color: #e62686;
                border-color: #e62686; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill {
          max-width: 460px;
          padding: 8px;
          border-radius: 4px;
          margin-top: 12px; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-form-line .dap-fill .dropdown {
            display: inline-block;
            vertical-align: bottom;
            max-width: 140px; }
      .modal .modal-containter .modal-content-inside .modal-form .modal-product-form {
        min-width: 230px; }
      .modal .modal-containter .modal-content-inside .modal-form .modal-product-form, .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary {
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 760px) {
          .modal .modal-containter .modal-content-inside .modal-form .modal-product-form, .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary {
            display: block;
            width: 100% !important;
            padding-left: 0 !important; } }
      .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary {
        width: calc(100% - 235px);
        padding-left: 30px; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-header {
          padding: 20px 10px 18px;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          background-color: #f9f9f9; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-header .summary-header-title {
            margin-bottom: 16px; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-header .summary-header-title p {
              font-size: 20px; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-header .summary-header-items .summary-header-item {
            display: inline-block;
            width: calc(50% - 4px);
            vertical-align: middle; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-header .summary-header-items .summary-header-item:last-of-type {
              padding: 20px 8px;
              border-radius: 4px;
              background-color: #e8e8e8; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-header .summary-header-items .summary-header-item .summary-header-badge {
              width: 90px;
              height: 90px;
              border-radius: 60px;
              margin: auto;
              line-height: 92px;
              text-align: center;
              background-color: #e8e8e8; }
              .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-header .summary-header-items .summary-header-item .summary-header-badge img {
                max-width: 100px;
                width: 100%; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-header .summary-header-items .summary-header-item p {
              margin-bottom: 10px;
              font-size: 18px; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-header .summary-header-items .summary-header-item .summary-header-product img, .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-header .summary-header-items .summary-header-item .summary-header-product p {
              display: inline-block;
              vertical-align: middle; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-header .summary-header-items .summary-header-item .summary-header-product img {
              max-width: 26px;
              width: 100%; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-header .summary-header-items .summary-header-item .summary-header-product p {
              padding-left: 4px;
              margin-bottom: 0;
              font-size: 16px; }
        .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-content {
          padding: 0 10px 18px;
          border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
          background-color: #f9f9f9; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-content .summary-content-items {
            margin-bottom: 16px; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-content .summary-content-items .summary-content-item {
              display: inline-block;
              width: calc(50% - 14px);
              vertical-align: middle;
              padding: 20px 8px;
              border-radius: 4px;
              margin: auto 6px;
              background-color: #e8e8e8; }
          .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-content .summary-content-item {
            display: block;
            width: calc(100% - 14px);
            padding: 20px 0;
            border-radius: 4px;
            margin: auto 6px;
            background-color: #e8e8e8; }
            .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-content .summary-content-item p span {
              display: block; }
              .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-content .summary-content-item p span:first-of-type {
                margin-bottom: 12px;
                font-size: 17px; }
              .modal .modal-containter .modal-content-inside .modal-form .modal-product-summary .product-summary-content .summary-content-item p span:last-of-type {
                font-weight: 600;
                font-size: 14px; }
      .modal .modal-containter .modal-content-inside .modal-tabs .page-tabs-header .tabs-widerange {
        position: relative;
        display: block;
        height: 24px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        background-color: #e8e8e8;
        overflow: hidden; }
        .modal .modal-containter .modal-content-inside .modal-tabs .page-tabs-header .tabs-widerange .tabs-widerange-indicator {
          position: relative;
          display: block;
          height: 24px;
          padding: 0 4px;
          border-top-left-radius: 2px;
          border-top-right-radius: 2px;
          font-weight: 900;
          font-size: 16px;
          color: white;
          line-height: 25px;
          text-align: center;
          background-color: #e62686;
          background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
          background-size: 400% 400%;
          -webkit-animation: progressanimation 120s ease infinite;
          -moz-animation: progressanimation 120s ease infinite;
          animation: progressanimation 120s ease infinite;
          z-index: 1; }
      .modal .modal-containter .modal-content-inside .modal-tabs .page-tabs-header .page-nav-tabs {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .modal .modal-containter .modal-content-inside .modal-content-step .modal-pipeline-question, .modal .modal-containter .modal-content-inside .modal-content-step .modal-pipeline-disclaimer {
        font-weight: 600; }
        .modal .modal-containter .modal-content-inside .modal-content-step .modal-pipeline-question span, .modal .modal-containter .modal-content-inside .modal-content-step .modal-pipeline-disclaimer span {
          font-weight: 700; }
          .modal .modal-containter .modal-content-inside .modal-content-step .modal-pipeline-question span.pink, .modal .modal-containter .modal-content-inside .modal-content-step .modal-pipeline-disclaimer span.pink {
            color: #e62686; }
      .modal .modal-containter .modal-content-inside .modal-content-step .modal-pipeline-question {
        margin-bottom: 20px;
        font-size: 18px; }
      .modal .modal-containter .modal-content-inside .modal-content-step .modal-pipeline-answers {
        max-width: 350px;
        margin: auto; }
      .modal .modal-containter .modal-content-inside .modal-content-step .modal-pipeline-disclaimer {
        width: 360px;
        margin: auto;
        font-size: 15px;
        line-height: 1.4; }
      .modal .modal-containter .modal-content-inside .modal-content-step .modal-pipeline-answers ul li {
        margin-bottom: 12px; }
        .modal .modal-containter .modal-content-inside .modal-content-step .modal-pipeline-answers ul li a {
          display: table;
          padding: 15px 16px 12px;
          margin: auto;
          font-size: 16px;
          text-align: center; }
        .modal .modal-containter .modal-content-inside .modal-content-step .modal-pipeline-answers ul li .modal-answers-item {
          display: inline-block;
          vertical-align: middle; }
          .modal .modal-containter .modal-content-inside .modal-content-step .modal-pipeline-answers ul li .modal-answers-item:first-of-type {
            margin-bottom: 0 !important; }
          .modal .modal-containter .modal-content-inside .modal-content-step .modal-pipeline-answers ul li .modal-answers-item:last-of-type {
            margin-bottom: -5px; }
          .modal .modal-containter .modal-content-inside .modal-content-step .modal-pipeline-answers ul li .modal-answers-item p {
            font-weight: 500; }
      .modal .modal-containter .modal-content-inside .modal-content-step .modal-pipeline-answers .dropdown {
        max-width: 220px;
        margin: auto auto 16px; }
      .modal .modal-containter .modal-content-inside .modal-showhide-holder .modal-showhide-action {
        display: table;
        margin: 24px auto 30px;
        text-align: left; }
        .modal .modal-containter .modal-content-inside .modal-showhide-holder .modal-showhide-action.modal-showhide-active .modal-showhide-trigger div:before {
          content: "\e903"; }
        .modal .modal-containter .modal-content-inside .modal-showhide-holder .modal-showhide-action .modal-showhide-trigger {
          padding: 14px 18px;
          border-radius: 4px;
          color: white;
          background: #e62686; }
          @media only screen and (max-width: 560px) {
            .modal .modal-containter .modal-content-inside .modal-showhide-holder .modal-showhide-action .modal-showhide-trigger {
              padding: 20px; } }
          .modal .modal-containter .modal-content-inside .modal-showhide-holder .modal-showhide-action .modal-showhide-trigger p, .modal .modal-containter .modal-content-inside .modal-showhide-holder .modal-showhide-action .modal-showhide-trigger div {
            display: inline-block;
            vertical-align: middle;
            font-size: 18px; }
          @media only screen and (max-width: 560px) {
            .modal .modal-containter .modal-content-inside .modal-showhide-holder .modal-showhide-action .modal-showhide-trigger p {
              width: calc(100% - 70px);
              font-size: 16px; } }
          .modal .modal-containter .modal-content-inside .modal-showhide-holder .modal-showhide-action .modal-showhide-trigger div {
            width: 22px;
            height: 22px;
            border: 2px solid white;
            border-radius: 30px;
            margin-left: 6px;
            font-weight: 700;
            text-align: center; }
      .modal .modal-containter .modal-content-inside .modal-showhide-holder .modal-showhide {
        display: none; }
        .modal .modal-containter .modal-content-inside .modal-showhide-holder .modal-showhide.modal-showhide-active {
          display: block; }
      .modal .modal-containter .modal-content-inside .modal-content-box {
        text-align: left; }
        .modal .modal-containter .modal-content-inside .modal-content-box.modal-box-activity .modal-content-text .modal-content-stakeholders {
          margin-top: 8px; }
          .modal .modal-containter .modal-content-inside .modal-content-box.modal-box-activity .modal-content-text .modal-content-stakeholders div {
            display: inline-block;
            vertical-align: middle;
            width: 40px;
            height: 40px;
            border: 2px solid black;
            border-radius: 30px;
            margin-right: 10px;
            background-position: center center;
            background-size: 101%; }
            .modal .modal-containter .modal-content-inside .modal-content-box.modal-box-activity .modal-content-text .modal-content-stakeholders div:last-of-type {
              margin-right: 0; }
        .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line {
          margin-bottom: 20px; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line:last-of-type {
            margin-bottom: 0; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-items .modal-content-item {
            display: inline-block;
            vertical-align: top;
            width: calc(50% - 4px); }
            @media only screen and (max-width: 560px) {
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-items .modal-content-item {
                display: block;
                width: 100%;
                margin-bottom: 14px; } }
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-items .modal-content-item:last-of-type {
              margin-bottom: 0 !important; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-title a, .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-text a {
            display: table;
            border-bottom: 2px solid #e62686;
            margin-bottom: 8px;
            font-weight: 700;
            font-size: 15px;
            color: #e62686; }
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-title a:hover, .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-text a:hover {
              border-color: transparent; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-title {
            margin-bottom: 3px; }
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-title p {
              font-weight: 700;
              font-size: 20px; }
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-title p span {
                font-size: 14px; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-text div, .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-text p {
            display: inline-block;
            vertical-align: middle; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-text div {
            font-weight: 700;
            margin-right: 4px; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-text p {
            font-weight: 500;
            font-size: 15px;
            line-height: 1.3;
            margin-bottom: 8px; }
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-text p:last-of-type {
              margin-bottom: 0; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-social ul {
            margin: 10px auto auto; }
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-social ul li {
              display: inline-block;
              vertical-align: middle;
              margin-right: 6px; }
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-social ul li a {
                display: block;
                border: none; }
                .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-social ul li a:hover .sn-icon {
                  color: black; }
                  .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-social ul li a:hover .sn-icon .sn-layer {
                    background-color: transparent; }
                  .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-social ul li a:hover .sn-icon div.icon-in {
                    font-size: 14px;
                    line-height: 110px;
                    color: black; }
                  .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-social ul li a:hover .sn-icon div.icon-fb {
                    font-size: 14px;
                    line-height: 114px;
                    color: black; }
                  .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-social ul li a:hover .sn-icon div.icon-ig {
                    font-size: 14px;
                    line-height: 114px;
                    color: black; }
                .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-social ul li a .sn-icon {
                  position: relative;
                  display: block;
                  width: 46px;
                  height: 46px;
                  border-radius: 30px;
                  text-align: center;
                  background-size: cover;
                  background-position: top center; }
                  .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-social ul li a .sn-icon .sn-layer {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border-radius: 30px;
                    background-color: rgba(0, 0, 0, 0.4);
                    -moz-transition: all 0.25s ease-out;
                    -webkit-transition: all 0.25s ease-out;
                    -i-transition: all 0.25s ease-out; }
                  .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-social ul li a .sn-icon div {
                    position: relative;
                    color: white;
                    -moz-transition: all 0.25s ease-out;
                    -webkit-transition: all 0.25s ease-out;
                    -i-transition: all 0.25s ease-out; }
                    .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-social ul li a .sn-icon div.icon-in {
                      font-size: 22px;
                      line-height: 41px; }
                    .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-social ul li a .sn-icon div.icon-fb {
                      font-size: 20px;
                      line-height: 44px; }
                    .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-social ul li a .sn-icon div.icon-ig {
                      font-size: 20px;
                      line-height: 44px; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-tags {
            margin: 10px auto auto; }
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-tags div {
              display: inline-block;
              vertical-align: middle;
              padding: 5px 16px;
              border-radius: 8px;
              margin-right: 8px;
              font-weight: 700;
              font-size: 15px;
              background-color: #e8e8e8; }
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .modal-content-tags div.content-tag-principal {
                color: white;
                background-color: #019688; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items {
            margin-top: 16px; }
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item {
              display: block;
              margin-bottom: 20px; }
              @media only screen and (max-width: 660px) {
                .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item {
                  margin-bottom: 30px; } }
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item:last-of-type {
                margin-bottom: 0; }
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item.profile-comment .profile-comments-photo {
                width: 50px !important;
                height: 50px !important; }
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item.profile-comment .profile-comments-copy {
                width: calc(100% - 71px) !important; }
                @media only screen and (max-width: 660px) {
                  .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item.profile-comment .profile-comments-copy {
                    width: 100% !important; } }
                .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item.profile-comment .profile-comments-copy .textarea-model, .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item.profile-comment .profile-comments-copy .button {
                  display: inline-block;
                  vertical-align: bottom; }
                .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item.profile-comment .profile-comments-copy .textarea-model {
                  width: calc(100% - 100px);
                  margin-right: 15px; }
                  .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item.profile-comment .profile-comments-copy .textarea-model .textarea {
                    max-width: initial;
                    margin: 0 0 0.4em; }
                    @media only screen and (max-width: 660px) {
                      .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item.profile-comment .profile-comments-copy .textarea-model .textarea {
                        max-width: 400px; } }
                .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item.profile-comment .profile-comments-copy .button {
                  margin-bottom: 0.4em; }
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-photo, .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-copy {
                position: relative;
                display: inline-block;
                vertical-align: middle; }
                @media only screen and (max-width: 660px) {
                  .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-photo, .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-copy {
                    display: block; } }
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-photo {
                width: 70px;
                height: 70px;
                border: 3px solid black;
                border-radius: 50%;
                overflow: hidden; }
                @media only screen and (max-width: 660px) {
                  .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-photo {
                    width: 60px;
                    height: 60px;
                    margin: auto; } }
                .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-photo img {
                  position: absolute;
                  width: 100%;
                  top: 50%;
                  left: 50%;
                  -webkit-transform: translate(-50%, -50%);
                  -moz-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                  -o-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-copy {
                width: calc(100% - 91px);
                padding: 16px;
                border-radius: 4px;
                margin-left: 16px;
                background-color: #e8e8e8; }
                @media only screen and (max-width: 660px) {
                  .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-copy {
                    width: 100%;
                    margin: 20px 0 0; } }
                .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-copy:before {
                  content: '';
                  position: absolute;
                  top: 50%;
                  left: -10px;
                  -webkit-transform: translate(0, -50%);
                  -moz-transform: translate(0, -50%);
                  -ms-transform: translate(0, -50%);
                  -o-transform: translate(0, -50%);
                  transform: translate(0, -50%);
                  width: 0px;
                  height: 0px;
                  border-top: 10px solid transparent;
                  border-bottom: 10px solid transparent;
                  border-right: 10px solid #e8e8e8; }
                  @media only screen and (max-width: 660px) {
                    .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-copy:before {
                      top: -10px;
                      left: 50%;
                      -webkit-transform: translate(-50%, 0);
                      -moz-transform: translate(-50%, 0);
                      -ms-transform: translate(-50%, 0);
                      -o-transform: translate(-50%, 0);
                      transform: translate(-50%, 0);
                      border-top: none;
                      border-right: 10px solid transparent;
                      border-bottom: 10px solid #e8e8e8;
                      border-left: 10px solid transparent; } }
                .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-copy p {
                  font-size: 15px; }
                .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-copy .profile-comments-info {
                  font-weight: 700;
                  margin-bottom: 10px; }
                  .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-copy .profile-comments-info a {
                    display: table;
                    border-bottom: 2px solid transparent;
                    color: #e62686; }
                    .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-copy .profile-comments-info a:hover {
                      border-color: #e62686; }
                  .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-copy .profile-comments-info span {
                    display: block;
                    margin-top: 2px;
                    font-weight: 500;
                    font-size: 14px; }
                .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-comments-items .profile-comments-item .profile-comments-copy .profile-comments-text {
                  line-height: 1.3; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-interactions-list {
            margin-top: 6px; }
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-interactions-list ul li {
              border-radius: 4px;
              -moz-transition: all 0.25s ease-out;
              -webkit-transition: all 0.25s ease-out;
              -i-transition: all 0.25s ease-out; }
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-interactions-list ul li:nth-child(even) {
                background-color: white; }
                .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-interactions-list ul li:nth-child(even):hover {
                  background-color: #f9f9f9; }
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-interactions-list ul li:nth-child(odd) {
                background-color: #e8e8e8; }
                .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-interactions-list ul li:nth-child(odd):hover {
                  background-color: #f9f9f9; }
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-interactions-list ul li a {
                display: block;
                padding: 12px 14px;
                font-size: 15px;
                color: black; }
                .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-line .profile-interactions-list ul li a span {
                  font-weight: 700; }
        .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-timer {
          position: relative;
          padding: 10px;
          border-radius: 30px;
          margin-bottom: 20px;
          text-align: center;
          background-color: #e62686;
          background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
          background-size: 400% 400%;
          -webkit-animation: progressanimation 40s ease infinite;
          -moz-animation: progressanimation 40s ease infinite;
          animation: progressanimation 40s ease infinite; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-timer .modal-timer {
            font-weight: 700;
            font-size: 28px;
            color: white; }
            @media only screen and (max-width: 560px) {
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-timer .modal-timer {
                font-size: 24px; } }
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-timer .modal-timer #countdown div {
              display: inline-block;
              vertical-align: middle; }
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-timer .modal-timer .icon-clock {
              position: absolute;
              top: 11px;
              left: 11px; }
              @media only screen and (max-width: 560px) {
                .modal .modal-containter .modal-content-inside .modal-content-box .modal-content-timer .modal-timer .icon-clock {
                  top: 12px;
                  left: 12px; } }
      .modal .modal-containter .modal-content-inside .notes-items {
        display: block;
        min-height: 220px;
        height: 100%;
        padding-right: 9px;
        text-align: left;
        overflow-y: auto; }
        .modal .modal-containter .modal-content-inside .notes-items .notes-item {
          display: inline-block;
          vertical-align: top;
          width: calc(33.33% - 4px);
          padding: 0 12px;
          margin-bottom: 26px; }
          @media only screen and (max-width: 960px) {
            .modal .modal-containter .modal-content-inside .notes-items .notes-item {
              width: calc(50% - 4px); } }
          @media only screen and (max-width: 560px) {
            .modal .modal-containter .modal-content-inside .notes-items .notes-item {
              width: 100%;
              padding: 0; } }
          .modal .modal-containter .modal-content-inside .notes-items .notes-item .note {
            padding: 16px;
            -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.4);
            background-color: #fffd12; }
            .modal .modal-containter .modal-content-inside .notes-items .notes-item .note .note-first {
              margin-bottom: 4px; }
              .modal .modal-containter .modal-content-inside .notes-items .notes-item .note .note-first p, .modal .modal-containter .modal-content-inside .notes-items .notes-item .note .note-first input {
                font-weight: 700;
                font-size: 22px; }
              .modal .modal-containter .modal-content-inside .notes-items .notes-item .note .note-first input {
                height: 26px; }
            .modal .modal-containter .modal-content-inside .notes-items .notes-item .note .note-second {
              margin-bottom: 14px; }
              .modal .modal-containter .modal-content-inside .notes-items .notes-item .note .note-second p, .modal .modal-containter .modal-content-inside .notes-items .notes-item .note .note-second input {
                font-size: 13px; }
              .modal .modal-containter .modal-content-inside .notes-items .notes-item .note .note-second input {
                height: 17px; }
            .modal .modal-containter .modal-content-inside .notes-items .notes-item .note .note-third p, .modal .modal-containter .modal-content-inside .notes-items .notes-item .note .note-third textarea {
              font-weight: 500;
              font-size: 16px;
              line-height: 1.3; }
            .modal .modal-containter .modal-content-inside .notes-items .notes-item .note .note-third textarea {
              width: 100%;
              min-height: 80px;
              height: initial; }
            .modal .modal-containter .modal-content-inside .notes-items .notes-item .note p, .modal .modal-containter .modal-content-inside .notes-items .notes-item .note input, .modal .modal-containter .modal-content-inside .notes-items .notes-item .note textarea {
              padding: 0;
              padding-bottom: 2px;
              font-family: "Roboto", sans-serif;
              line-height: 1; }
            .modal .modal-containter .modal-content-inside .notes-items .notes-item .note p, .modal .modal-containter .modal-content-inside .notes-items .notes-item .note input {
              display: table; }
            .modal .modal-containter .modal-content-inside .notes-items .notes-item .note input, .modal .modal-containter .modal-content-inside .notes-items .notes-item .note textarea {
              border: none;
              border-bottom: 2px solid black;
              background: transparent;
              outline: none; }
            .modal .modal-containter .modal-content-inside .notes-items .notes-item .note p {
              border-bottom: 2px solid #fffd12; }
      .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 20px; }
      .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box:last-of-type:after {
        display: none; }
      .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box .modal-production-year {
        margin-bottom: 10px; }
        .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box .modal-production-year .modal-year-items .modal-year-item {
          display: inline-block;
          vertical-align: middle; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box .modal-production-year .modal-year-items .modal-year-item:first-of-type {
            width: calc(100% - 242px); }
            @media only screen and (max-width: 560px) {
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box .modal-production-year .modal-year-items .modal-year-item:first-of-type {
                width: 100%;
                margin-bottom: 10px; } }
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box .modal-production-year .modal-year-items .modal-year-item:first-of-type p {
              font-size: 22px; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box .modal-production-year .modal-year-items .modal-year-item .modal-average-item {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
            text-align: center; }
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box .modal-production-year .modal-year-items .modal-year-item .modal-average-item:first-of-type {
              margin-left: 0; }
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box .modal-production-year .modal-year-items .modal-year-item .modal-average-item p {
              display: block;
              padding: 6px 18px;
              font-weight: 700; }
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box .modal-production-year .modal-year-items .modal-year-item .modal-average-item p:first-of-type {
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
                font-family: "Roboto", sans-serif;
                font-size: 14px;
                color: white;
                background-color: #e62686; }
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box .modal-production-year .modal-year-items .modal-year-item .modal-average-item p:last-of-type {
                font-size: 18px;
                background-color: #f9f9f9;
                border-bottom-left-radius: 4px;
                border-bottom-left-radius: 4px; }
      .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li {
        padding: 0 10px;
        border-radius: 40px; }
        .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li:nth-child(even) {
          background-color: white; }
        .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li:nth-child(odd) {
          background-color: #e8e8e8; }
        .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li .modal-production-items .modal-production-item {
          display: inline-block;
          vertical-align: middle;
          padding: 0 0 0 10px;
          border-left: 2px solid #e8e8e8;
          margin: 10px 0 10px 8px;
          text-align: center; }
          @media only screen and (max-width: 560px) {
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li .modal-production-items .modal-production-item {
              width: calc(50% - 14px) !important;
              margin: 4px 0 10px 8px; } }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li .modal-production-items .modal-production-item:nth-child(1), .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li .modal-production-items .modal-production-item:nth-child(2) {
            border-left: none; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li .modal-production-items .modal-production-item:nth-child(2) {
            width: 75px; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li .modal-production-items .modal-production-item:nth-child(3) {
            width: 90px; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li .modal-production-items .modal-production-item:nth-child(4) {
            width: 125px; }
            @media only screen and (max-width: 560px) {
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li .modal-production-items .modal-production-item:nth-child(4) {
                border-left: none; } }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li .modal-production-items .modal-production-item:last-of-type p {
            display: table;
            width: 98px;
            padding: 4px 18px;
            margin: auto;
            font-weight: 700; }
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li .modal-production-items .modal-production-item:last-of-type p:first-of-type {
              border-top-left-radius: 20px;
              border-top-right-radius: 20px;
              font-family: "Roboto", sans-serif;
              font-size: 14px;
              color: white;
              background-color: #e62686; }
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li .modal-production-items .modal-production-item:last-of-type p:last-of-type {
              border-bottom-left-radius: 20px;
              border-bottom-right-radius: 20px;
              font-size: 18px;
              background-color: white; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li .modal-production-items .modal-production-item.modal-production-month {
            width: calc(100% - 456px);
            text-align: left; }
            @media only screen and (max-width: 660px) {
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li .modal-production-items .modal-production-item.modal-production-month {
                display: block;
                width: 100% !important;
                padding: 12px 0 0;
                margin: 0;
                text-align: center; } }
            @media only screen and (max-width: 560px) {
              .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li .modal-production-items .modal-production-item.modal-production-month {
                padding: 12px 0; } }
            .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li .modal-production-items .modal-production-item.modal-production-month p {
              font-size: 18px; }
          .modal .modal-containter .modal-content-inside .modal-content-box .modal-production-box ul li .modal-production-items .modal-production-item p span {
            font-size: 12px; }
    .modal .modal-containter .modal-contentsmall {
      max-height: calc(100vh - 30vh);
      overflow-y: auto;
      padding: 18px 0 0; }
      .modal .modal-containter .modal-contentsmall .modal-contentsmall-step .modal-contentsmall-question {
        margin-bottom: 12px; }
        .modal .modal-containter .modal-contentsmall .modal-contentsmall-step .modal-contentsmall-question p {
          font-weight: 600;
          font-size: 18px;
          line-height: 1.2;
          color: black; }
      .modal .modal-containter .modal-contentsmall .modal-contentsmall-step .modal-contentsmall-actions {
        text-align: center; }
        .modal .modal-containter .modal-contentsmall .modal-contentsmall-step .modal-contentsmall-actions .modal-contentsmall-action {
          display: inline-block;
          vertical-align: middle; }
          .modal .modal-containter .modal-contentsmall .modal-contentsmall-step .modal-contentsmall-actions .modal-contentsmall-action button {
            padding: 11px 30px 8px;
            font-size: 15px; }
      .modal .modal-containter .modal-contentsmall .modal-contentsmall-items, .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide {
        margin-bottom: 26px;
        text-align: center; }
        .modal .modal-containter .modal-contentsmall .modal-contentsmall-items:last-of-type, .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide:last-of-type {
          margin-bottom: 0; }
        .modal .modal-containter .modal-contentsmall .modal-contentsmall-items .modal-contentsmall-title, .modal .modal-containter .modal-contentsmall .modal-contentsmall-items .modal-contentsmall-value, .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide .modal-contentsmall-title, .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide .modal-contentsmall-value {
          padding: 10px; }
        .modal .modal-containter .modal-contentsmall .modal-contentsmall-items .modal-contentsmall-title, .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide .modal-contentsmall-title {
          position: relative;
          border-top-right-radius: 4px;
          border-top-left-radius: 4px;
          font-weight: 700;
          font-size: 26px;
          background-color: #e62686;
          color: white; }
          .modal .modal-containter .modal-contentsmall .modal-contentsmall-items .modal-contentsmall-title span, .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide .modal-contentsmall-title span {
            display: block;
            font-size: 16px; }
        .modal .modal-containter .modal-contentsmall .modal-contentsmall-items .modal-contentsmall-value, .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide .modal-contentsmall-value {
          border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
          font-weight: 700;
          font-size: 34px;
          background-color: #f9f9f9; }
      .modal .modal-containter .modal-contentsmall .modal-contentsmall-items .modal-contentsmall-item {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px);
        padding: 0 12px; }
        @media only screen and (max-width: 660px) {
          .modal .modal-containter .modal-contentsmall .modal-contentsmall-items .modal-contentsmall-item {
            display: block;
            width: 100%;
            padding: 0 !important;
            margin-bottom: 26px; } }
        .modal .modal-containter .modal-contentsmall .modal-contentsmall-items .modal-contentsmall-item:first-of-type {
          padding: 0 12px 0 0; }
        .modal .modal-containter .modal-contentsmall .modal-contentsmall-items .modal-contentsmall-item:last-of-type {
          padding: 0 0 0 12px; }
          @media only screen and (max-width: 660px) {
            .modal .modal-containter .modal-contentsmall .modal-contentsmall-items .modal-contentsmall-item:last-of-type {
              margin-bottom: 0; } }
      .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide {
        display: block;
        width: 100%; }
        .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide ul li {
          position: relative;
          display: block;
          width: 100%;
          border-radius: 4px;
          margin-bottom: 6px;
          background-color: #e8e8e8; }
          @media only screen and (max-width: 660px) {
            .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide ul li {
              margin-bottom: 10px; } }
          .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide ul li p, .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide ul li div {
            display: inline-block;
            vertical-align: middle; }
            @media only screen and (max-width: 660px) {
              .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide ul li p, .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide ul li div {
                display: block;
                width: 100% !important; } }
          .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide ul li p:nth-child(1) {
            width: calc(100% - 160px);
            padding: 8px 12px;
            border-radius: 4px;
            font-weight: 700;
            font-size: 17px;
            text-align: left;
            background-color: #e8e8e8; }
            @media only screen and (max-width: 660px) {
              .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide ul li p:nth-child(1) {
                font-size: 16px; } }
          .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide ul li p:nth-child(2) {
            width: 110px;
            font-weight: 700;
            font-size: 20px; }
            @media only screen and (max-width: 660px) {
              .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide ul li p:nth-child(2) {
                padding: 6px;
                font-size: 18px; } }
          .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide ul li .modal-content-close {
            width: 40px; }
            @media only screen and (max-width: 660px) {
              .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide ul li .modal-content-close {
                position: absolute;
                width: initial !important;
                top: 6px;
                right: 5px; } }
            .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide ul li .modal-content-close [class^="icon-"], .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide ul li .modal-content-close [class*=" icon-"] {
              padding: 4px;
              border-radius: 4px;
              font-weight: bold;
              font-size: 16px;
              color: #e62686;
              cursor: pointer;
              background-color: #e8e8e8;
              -moz-transition: all 0.25s ease-out;
              -webkit-transition: all 0.25s ease-out;
              -i-transition: all 0.25s ease-out; }
              .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide ul li .modal-content-close [class^="icon-"]:hover, .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide ul li .modal-content-close [class*=" icon-"]:hover {
                color: white;
                background-color: #e62686; }
        .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide .modal-contentsmall-actions .modal-contentsmall-item {
          display: inline-block;
          vertical-align: bottom;
          width: calc(50% - 4px); }
          .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide .modal-contentsmall-actions .modal-contentsmall-item:last-of-type a {
            float: right; }
          .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide .modal-contentsmall-actions .modal-contentsmall-item a.button-pink {
            padding: 12px 26px;
            font-size: 17px; }
            @media only screen and (max-width: 660px) {
              .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide .modal-contentsmall-actions .modal-contentsmall-item a.button-pink {
                font-size: 16px; } }
      .modal .modal-containter .modal-contentsmall .modal-contentsmall-wide1 .table-holder {
        text-align: left; }
      .modal .modal-containter .modal-contentsmall .modal-goals-month .goals-widerange-value {
        min-width: 77px;
        margin-bottom: 6px;
        text-align: center; }
        .modal .modal-containter .modal-contentsmall .modal-goals-month .goals-widerange-value p {
          display: table;
          padding: 8px 14px 7px;
          border-radius: 30px;
          margin: auto;
          font-weight: 900;
          font-size: 16px;
          color: black;
          background-color: white; }
      .modal .modal-containter .modal-contentsmall .modal-goals-month .goals-widerange {
        position: relative;
        display: block;
        height: 26px;
        border-radius: 54px;
        margin-bottom: 6px;
        background-color: #dbdbdb; }
        .modal .modal-containter .modal-contentsmall .modal-goals-month .goals-widerange .goals-widerange-indicator {
          position: relative;
          display: block;
          height: 26px;
          border-radius: 54px;
          line-height: 37px;
          text-align: center;
          background-color: #e62686;
          background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
          background-size: 400% 400%;
          -webkit-animation: progressanimation 120s ease infinite;
          -moz-animation: progressanimation 120s ease infinite;
          animation: progressanimation 120s ease infinite; }
        .modal .modal-containter .modal-contentsmall .modal-goals-month .goals-widerange .goals-widerange-goals {
          position: absolute;
          top: 10px;
          display: block;
          width: 16px;
          height: 16px;
          border-radius: 20px;
          margin-right: 12px;
          background-color: white;
          cursor: pointer;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
          .modal .modal-containter .modal-contentsmall .modal-goals-month .goals-widerange .goals-widerange-goals:hover, .modal .modal-containter .modal-contentsmall .modal-goals-month .goals-widerange .goals-widerange-goals.dashboard-goal-active {
            background-color: #dbdbdb; }
            .modal .modal-containter .modal-contentsmall .modal-goals-month .goals-widerange .goals-widerange-goals:hover .gps_ring, .modal .modal-containter .modal-contentsmall .modal-goals-month .goals-widerange .goals-widerange-goals.dashboard-goal-active .gps_ring {
              -webkit-animation: none;
              -moz-animation: none;
              animation: none; }
          .modal .modal-containter .modal-contentsmall .modal-goals-month .goals-widerange .goals-widerange-goals .gps_ring {
            position: absolute;
            top: -4px;
            left: -4px;
            width: 24px;
            height: 24px;
            border: 2px solid #dbdbdb;
            border-radius: 30px;
            -webkit-animation: pulsate 1.8s ease-out infinite;
            -moz-animation: pulsate 1.8s ease-out infinite;
            animation: pulsate 1.8s ease-out infinite;
            opacity: 0; }
      .modal .modal-containter .modal-contentsmall .modal-goals-month .goals-ruler {
        margin-top: -10px; }
        .modal .modal-containter .modal-contentsmall .modal-goals-month .goals-ruler .goals-ruler-items .goals-ruler-item {
          display: inline-block;
          vertical-align: middle;
          width: calc(50% - 10px); }
          .modal .modal-containter .modal-contentsmall .modal-goals-month .goals-ruler .goals-ruler-items .goals-ruler-item:first-of-type {
            text-align: left; }
          .modal .modal-containter .modal-contentsmall .modal-goals-month .goals-ruler .goals-ruler-items .goals-ruler-item:last-of-type {
            text-align: right; }
          .modal .modal-containter .modal-contentsmall .modal-goals-month .goals-ruler .goals-ruler-items .goals-ruler-item p {
            font-weight: 900;
            font-size: 16px; }
      .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange-value {
        margin-bottom: 6px;
        text-align: center; }
        .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange-value p {
          display: table;
          padding: 8px 14px 7px;
          border-radius: 30px;
          margin: auto;
          font-family: "daxcs", sans-serif;
          font-weight: 900;
          font-size: 16px;
          color: black;
          background-color: white; }
      .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange {
        position: relative;
        display: block;
        height: 26px;
        border-radius: 54px;
        margin-bottom: 6px;
        background-color: #e8e8e8; }
        .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange .dashboard-widerange-indicator {
          position: relative;
          display: block;
          height: 26px;
          border-radius: 54px;
          line-height: 37px;
          text-align: center;
          background-color: #e62686;
          background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
          background-size: 400% 400%;
          -webkit-animation: progressanimation 120s ease infinite;
          -moz-animation: progressanimation 120s ease infinite;
          animation: progressanimation 120s ease infinite; }
        .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange .dashboard-widerange-goals {
          position: absolute;
          top: 7px;
          display: block;
          width: 13px;
          height: 13px;
          border-radius: 20px;
          margin-right: 12px;
          background-color: white;
          cursor: pointer;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
          .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange .dashboard-widerange-goals:hover, .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange .dashboard-widerange-goals.dashboard-goal-active {
            background-color: #dbdbdb; }
            .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange .dashboard-widerange-goals:hover .gps_ring, .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange .dashboard-widerange-goals.dashboard-goal-active .gps_ring {
              -webkit-animation: none;
              -moz-animation: none;
              animation: none; }
          .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange .dashboard-widerange-goals .gps_ring {
            position: absolute;
            top: -4px;
            left: -4px;
            width: 21px;
            height: 21px;
            border: 2px solid #dbdbdb;
            border-radius: 30px;
            -webkit-animation: pulsate 1.8s ease-out infinite;
            -moz-animation: pulsate 1.8s ease-out infinite;
            animation: pulsate 1.8s ease-out infinite;
            opacity: 0; }
      .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-ruler {
        margin-top: -10px;
        margin-bottom: 10px; }
        .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-ruler .dashboard-ruler-items .dashboard-ruler-item {
          display: inline-block;
          vertical-align: middle;
          width: calc(50% - 10px); }
          .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-ruler .dashboard-ruler-items .dashboard-ruler-item:first-of-type {
            text-align: left; }
          .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-ruler .dashboard-ruler-items .dashboard-ruler-item:last-of-type {
            text-align: right; }
          .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-ruler .dashboard-ruler-items .dashboard-ruler-item p {
            font-family: "daxcs", sans-serif;
            font-weight: 900;
            font-size: 14px; }
      .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange-description {
        position: relative;
        display: flex;
        max-width: 580px;
        width: 100%;
        padding: 4px 0;
        margin: auto;
        text-align: center;
        overflow-x: scroll; }
        .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange-description .dashboard-widerange-descriptioni {
          display: inline-block;
          vertical-align: middle;
          margin: auto; }
          .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange-description .dashboard-widerange-descriptioni .dashboard-widerange-goal {
            position: relative;
            display: block;
            width: 70px;
            height: 70px;
            padding: 10px;
            border-radius: 54px;
            margin: auto 16px;
            text-align: center;
            background-color: #e8e8e8;
            cursor: pointer;
            -moz-transition: all 0.25s ease-out;
            -webkit-transition: all 0.25s ease-out;
            -i-transition: all 0.25s ease-out; }
            @media only screen and (max-width: 560px) {
              .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange-description .dashboard-widerange-descriptioni .dashboard-widerange-goal {
                width: 80px;
                height: 80px; } }
            .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange-description .dashboard-widerange-descriptioni .dashboard-widerange-goal:hover, .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange-description .dashboard-widerange-descriptioni .dashboard-widerange-goal.dashboard-goal-active {
              animation: scalegoal 1s alternate infinite ease-in;
              background-color: #dbdbdb; }
            .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange-description .dashboard-widerange-descriptioni .dashboard-widerange-goal.dashboard-widerange-complete {
              color: white;
              background-color: #e62686;
              background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
              background-size: 400% 400%;
              -webkit-animation: progressanimation 120s ease infinite;
              -moz-animation: progressanimation 120s ease infinite;
              animation: progressanimation 120s ease infinite; }
            .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange-description .dashboard-widerange-descriptioni .dashboard-widerange-goal [class^="icon-"], .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange-description .dashboard-widerange-descriptioni .dashboard-widerange-goal [class*=" icon-"] {
              margin-bottom: 6px;
              font-size: 14px; }
            .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange-description .dashboard-widerange-descriptioni .dashboard-widerange-goal .dashboard-widerange-center {
              position: absolute;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
            .modal .modal-containter .modal-contentsmall .modal-goals-year .dashboard-widerange-description .dashboard-widerange-descriptioni .dashboard-widerange-goal p span {
              display: block;
              font-size: 12px; }
  .modal .modal-reference {
    position: relative;
    padding: 8px 20px;
    border-top: 1px solid #dbdbdb;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: white; }
    @media only screen and (max-width: 560px) {
      .modal .modal-reference {
        padding: 8px 10px; } }
    .modal .modal-reference:before {
      content: '';
      position: absolute;
      top: -22px;
      left: 0;
      width: 100%;
      height: 21px;
      background-color: white;
      -webkit-box-shadow: 0px 4px 10px 0px rgba(160, 160, 160, 0.3);
      -moz-box-shadow: 0px 4px 10px 0px rgba(160, 160, 160, 0.3);
      box-shadow: 0px 2px 10px 0px rgba(160, 160, 160, 0.3); }
    .modal .modal-reference:after {
      content: '';
      position: absolute;
      bottom: -22px;
      left: 0;
      width: 100%;
      height: 21px;
      -webkit-box-shadow: 0px -4px 10px 0px rgba(160, 160, 160, 0.3);
      -moz-box-shadow: 0px -4px 10px 0px rgba(160, 160, 160, 0.3);
      box-shadow: 0px -2px 10px 0px rgba(160, 160, 160, 0.3);
      z-index: 1; }
    .modal .modal-reference .modal-reference-title, .modal .modal-reference .modal-reference-items {
      display: inline-block;
      vertical-align: middle; }
    .modal .modal-reference .modal-reference-title {
      width: 80px; }
      @media only screen and (max-width: 560px) {
        .modal .modal-reference .modal-reference-title {
          width: 76px; } }
      .modal .modal-reference .modal-reference-title p {
        font-weight: 700;
        font-size: 13px;
        color: #e62686; }
    .modal .modal-reference .modal-reference-items {
      position: relative;
      width: calc(100% - 85px); }
      @media only screen and (max-width: 560px) {
        .modal .modal-reference .modal-reference-items {
          width: calc(100% - 81px); } }
      .modal .modal-reference .modal-reference-items .modal-reference-item {
        display: inline-block;
        width: calc(33.33% - 4px);
        vertical-align: middle; }
        .modal .modal-reference .modal-reference-items .modal-reference-item .input-model .input {
          margin-bottom: 0; }
          .modal .modal-reference .modal-reference-items .modal-reference-item .input-model .input .input__field--ruri {
            padding: 0 10px;
            font-size: 12px; }
          .modal .modal-reference .modal-reference-items .modal-reference-item .input-model .input .input__label--ruri {
            font-size: 12px; }
            .modal .modal-reference .modal-reference-items .modal-reference-item .input-model .input .input__label--ruri.active {
              padding: 8px 12px; }
        .modal .modal-reference .modal-reference-items .modal-reference-item .input-model .input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
        .modal .modal-reference .modal-reference-items .modal-reference-item .input-model .input--filled .input__label--ruri .input__label-content--ruri {
          opacity: 0;
          visibility: hidden; }
  .modal .modal-footer {
    position: relative;
    padding: 10px 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: white;
    border-top: 1px solid #e8e8e8; }
    @media only screen and (max-width: 560px) {
      .modal .modal-footer {
        padding: 10px; } }
    .modal .modal-footer:before {
      content: '';
      position: absolute;
      top: -22px;
      left: 0;
      width: 100%;
      height: 21px;
      background-color: white; }
    .modal .modal-footer .modal-footer-items .modal-footer-item {
      display: inline-block;
      width: calc(50% - 4px);
      vertical-align: middle; }
      .modal .modal-footer .modal-footer-items .modal-footer-item .button {
        display: inline-block;
        vertical-align: middle;
        padding: 12px 24px; }
        @media only screen and (max-width: 560px) {
          .modal .modal-footer .modal-footer-items .modal-footer-item .button {
            display: table;
            margin-bottom: 10px; } }
        @media only screen and (max-width: 560px) {
          .modal .modal-footer .modal-footer-items .modal-footer-item .button:last-of-type {
            margin-bottom: 0; } }
      .modal .modal-footer .modal-footer-items .modal-footer-item .button-simple.button-simple-pink {
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 560px) {
          .modal .modal-footer .modal-footer-items .modal-footer-item .button-simple.button-simple-pink {
            display: table;
            margin-bottom: 10px; } }
        @media only screen and (max-width: 560px) {
          .modal .modal-footer .modal-footer-items .modal-footer-item .button-simple.button-simple-pink:last-of-type {
            margin-bottom: 0; } }
      .modal .modal-footer .modal-footer-items .modal-footer-item:last-of-type {
        text-align: right; }

#modal-event .events-header .events-image {
  height: 250px;
  margin-bottom: 26px;
  background-size: cover;
  background-position: center center; }
  @media only screen and (max-width: 560px) {
    #modal-event .events-header .events-image {
      height: 20vh; } }
#modal-event .events-header .events-name {
  margin-bottom: 6px;
  font-weight: 900;
  font-size: 24px; }
#modal-event .events-header .events-day {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px; }
  #modal-event .events-header .events-day span {
    font-weight: 900;
    font-size: 18px;
    color: #e62686; }
#modal-event .events-content .events-copy-title {
  margin: 30px auto 10px;
  font-weight: 800;
  font-size: 20px; }
  #modal-event .events-content .events-copy-title p {
    font-weight: 800;
    font-size: 20px; }
#modal-event .events-content .events-copy p {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6; }
  #modal-event .events-content .events-copy p.copy-highlighted {
    font-weight: 900; }
  #modal-event .events-content .events-copy p:last-of-type {
    margin-bottom: 0; }

#modal-notifications .modal-containter .modal-contentsmall .modal-contentsmall-items, #modal-notifications .modal-containter .modal-contentsmall .modal-contentsmall-wide {
  margin-bottom: 20px; }
  #modal-notifications .modal-containter .modal-contentsmall .modal-contentsmall-items:last-of-type, #modal-notifications .modal-containter .modal-contentsmall .modal-contentsmall-wide:last-of-type {
    margin-bottom: 0; }
  #modal-notifications .modal-containter .modal-contentsmall .modal-contentsmall-items .table-holder .table table tbody tr td, #modal-notifications .modal-containter .modal-contentsmall .modal-contentsmall-wide .table-holder .table table tbody tr td {
    font-size: 13px; }
  #modal-notifications .modal-containter .modal-contentsmall .modal-contentsmall-items .table-holder .table table a, #modal-notifications .modal-containter .modal-contentsmall .modal-contentsmall-wide .table-holder .table table a {
    padding: 6px 28px;
    font-size: 16px; }

#modal-feedback, #modal-addtask {
  max-width: 340px; }
  #modal-feedback .modal-containter .modal-content-inside, #modal-addtask .modal-containter .modal-content-inside {
    height: 270px; }
    #modal-feedback .modal-containter .modal-content-inside .input-model, #modal-feedback .modal-containter .modal-content-inside .textarea-model, #modal-feedback .modal-containter .modal-content-inside .dropdown, #modal-addtask .modal-containter .modal-content-inside .input-model, #modal-addtask .modal-containter .modal-content-inside .textarea-model, #modal-addtask .modal-containter .modal-content-inside .dropdown {
      max-width: 300px; }

#modal-message {
  max-width: 420px; }

#modal-notes {
  max-width: 1050px; }

#modal-adddap, #modal-seeactivities {
  max-width: 1000px; }

#modal-editbusiness .modal-containter .modal-content-inside, #modal-createcontact-fast .modal-containter .modal-content-inside, .modal-createcontact .modal-containter .modal-content-inside {
  height: calc(100vh - 45vh); }

#modal-dapnew {
  max-width: 1300px; }

/* Remover após implementação */
.input-model {
  position: relative; }
  .input-model.input-model-two {
    background-color: #e62686; }
  .input-model.input-model-three {
    background-color: white; }
  .input-model.input-model-error .input__field--ruri {
    color: #ea0f0f; }
  .input-model.input-model-error .input__label--ruri::after {
    background: #ea0f0f; }
  .input-model.input-model-error .input__label-content--ruri {
    color: #ea0f0f; }
  .input-model.input-model-error .input__field--ruri:focus + .input__label--ruri::after,
  .input-model.input-model-error .input--filled .input__label--ruri::after {
    background: #ea0f0f; }
  .input-model.input-model-error .input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
  .input-model.input-model-error .input--filled .input__label--ruri .input__label-content--ruri {
    color: #ea0f0f; }
  .input-model.input-medium {
    max-width: 90px !important; }
  .input-model.input-search .input__field--ruri {
    padding: 0 34px 0 14px; }
  .input-model.input-search .input-search-button {
    position: absolute;
    top: 12px;
    right: 12px; }
    .input-model.input-search .input-search-button div {
      font-weight: bold;
      font-size: 15px;
      color: black; }
  .input-model.input-search .input__label, .input-model.input-search .input__label--ruri {
    border-color: #e8e8e8;
    background-color: #e8e8e8; }
  .input-model .input {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    margin: 0 0 1.2em; }

/* Remover após implementação */
.input {
  position: relative;
  z-index: 1; }

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: 400;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #696969;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%; }

.input__field--ruri {
  position: relative;
  width: 100%;
  height: 30px;
  padding: 0 14px;
  margin: 5px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background: transparent !important;
  z-index: 1; }
  .input__field--ruri:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset; }

.input__label--ruri {
  position: absolute;
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border: 2px solid black;
  border-radius: 4px;
  font-size: 14px;
  background-color: white;
  pointer-events: none; }
  .input__label--ruri.active {
    padding: 9px 12px; }

.input__label-content--ruri {
  color: white;
  padding: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s; }

.input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input--filled .input__label--ruri .input__label-content--ruri {
  font-size: 16px;
  color: #e62686;
  -webkit-transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
  transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1); }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.input-model-one .input__field--ruri {
  color: black; }
.input-model-one .input__label-content--ruri {
  color: black; }
.input-model-one .input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input-model-one .input--filled .input__label--ruri .input__label-content--ruri {
  color: black; }

.input-model-two .input__field--ruri {
  color: white; }
.input-model-two .input__label-content--ruri {
  color: white; }
.input-model-two .input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input-model-two .input--filled .input__label--ruri .input__label-content--ruri {
  color: white; }

.input-model-three .input__field--ruri {
  color: #e62686; }
.input-model-three .input__label-content--ruri {
  color: #e62686; }
.input-model-three .input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input-model-three .input--filled .input__label--ruri .input__label-content--ruri {
  color: #e62686; }

/* Remover após implementação */
.textarea-model {
  position: relative; }
  .textarea-model.textarea-model-two {
    background-color: #e62686; }
  .textarea-model.textarea-model-three {
    background-color: white; }
  .textarea-model .textarea {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    max-width: 350px;
    margin: 0 0 1.2em; }

/* Remover após implementação */
.textarea {
  position: relative; }

.textarea__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: 400;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

.textarea__field:focus {
  outline: none; }

.textarea__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #696969;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.textarea__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%; }

.textarea__field--ruri {
  width: 100%;
  height: 110px;
  background: transparent;
  padding: 0 14px;
  margin: 10px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #fff; }

.textarea__label--ruri {
  width: 100%;
  position: absolute;
  text-align: left;
  font-size: 14px;
  padding: 100px 12px 10px;
  border: 2px solid black;
  border-radius: 4px;
  pointer-events: none; }
  .textarea__label--ruri.active {
    padding: 104px 12px 4px; }

.textarea__label-content--ruri {
  color: white;
  padding: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s; }

.textarea__field--ruri:focus + .textarea__label--ruri .textarea__label-content--ruri,
.textarea--filled .textarea__label--ruri .textarea__label-content--ruri {
  font-size: 16px;
  color: #e62686;
  -webkit-transform: translate3d(0, 1.7em, 0) scale3d(0.655, 0.655, 1);
  transform: translate3d(0, 1.7em, 0) scale3d(0.655, 0.655, 1); }

textarea[type="search"]::-webkit-search-decoration,
textarea[type="search"]::-webkit-search-cancel-button,
textarea[type="search"]::-webkit-search-results-button,
textarea[type="search"]::-webkit-search-results-decoration {
  display: none; }

.textarea-model-one .textarea__field--ruri {
  color: black; }
.textarea-model-one .textarea__label-content--ruri {
  color: black; }
.textarea-model-one .textarea__field--ruri:focus + .textarea__label--ruri .textarea__label-content--ruri,
.textarea-model-one .textarea--filled .textarea__label--ruri .textarea__label-content--ruri {
  color: black; }

.textarea-model-two .textarea__field--ruri {
  color: white; }
.textarea-model-two .textarea__label-content--ruri {
  color: white; }
.textarea-model-two .textarea__field--ruri:focus + .textarea__label--ruri .textarea__label-content--ruri,
.textarea-model-two .textarea--filled .textarea__label--ruri .textarea__label-content--ruri {
  color: white; }

.textarea-model-three .textarea__field--ruri {
  color: #e62686; }
.textarea-model-three .textarea__label-content--ruri {
  color: #e62686; }
.textarea-model-three .textarea__field--ruri:focus + .textarea__label--ruri .textarea__label-content--ruri,
.textarea-model-three .textarea--filled .textarea__label--ruri .textarea__label-content--ruri {
  color: #e62686; }

.dropdown {
  position: relative;
  margin-bottom: 20px; }
  .dropdown.dropdown-model-one .selectric {
    border: 2px solid black; }
    .dropdown.dropdown-model-one .selectric .label {
      color: black; }
    .dropdown.dropdown-model-one .selectric .button {
      background: transparent; }
      .dropdown.dropdown-model-one .selectric .button:after {
        color: black; }
  .dropdown.dropdown-model-one .selectric-items li {
    border-bottom: none; }
  .dropdown.dropdown-model-two .selectric {
    border: 4px solid white; }
    .dropdown.dropdown-model-two .selectric .label {
      color: white; }
    .dropdown.dropdown-model-two .selectric .button {
      background: transparent; }
      .dropdown.dropdown-model-two .selectric .button:after {
        color: white; }
  .dropdown.dropdown-model-two .selectric-items li {
    border-bottom: none; }
  .dropdown.dropdown-model-three .selectric {
    border: 4px solid #e62686; }
    .dropdown.dropdown-model-three .selectric .label {
      color: #e62686; }
    .dropdown.dropdown-model-three .selectric .button {
      background: transparent; }
      .dropdown.dropdown-model-three .selectric .button:after {
        color: #e62686; }
  .dropdown.dropdown-model-three .selectric-items li {
    border-bottom: none; }
  .dropdown .selectric {
    border: none;
    border-bottom: 4px solid black;
    border-radius: 4px;
    background: white; }
    .dropdown .selectric .label, .dropdown .selectric .button {
      line-height: 30px;
      height: 35px; }
    .dropdown .selectric .label {
      position: relative;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 36px;
      color: black;
      margin: 0 36px 0 12px;
      z-index: 2; }
    .dropdown .selectric .button {
      background: transparent; }
      .dropdown .selectric .button:after {
        content: "\e900";
        font-family: 'icomoon' !important;
        font-style: normal;
        font-size: 20px;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: none;
        color: black;
        top: -18px;
        right: 16px;
        z-index: 2; }
  .dropdown .selectric-items {
    padding-top: 20px;
    border: 2px solid black;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 0;
    background-color: white;
    box-shadow: none;
    overflow: hidden; }
    .dropdown .selectric-items ul li {
      position: relative;
      border-bottom: 2px solid black; }
      .dropdown .selectric-items ul li:hover {
        background: #f9f9f9;
        color: #1c2101; }
      .dropdown .selectric-items ul li.highlighted {
        background: #f9f9f9;
        color: #1c2101; }
      .dropdown .selectric-items ul li.selected {
        background: #e8e8e8;
        border-width: 2px;
        color: #1c2101; }
  .dropdown .selectric-wrapper.selectric-open .selectric {
    border-bottom-color: transparent; }

/* Remover após implementação */
.datepicker-line {
  position: relative; }
  .datepicker-line.datepicker-line-pink {
    background: #e62686; }
  .datepicker-line.datepicker-line-white {
    background: white; }
  .datepicker-line .datepicker {
    display: inline-block;
    vertical-align: bottom;
    max-width: 350px; }

/* Remover após implementação */
.datepicker {
  position: relative;
  margin: 0 0 2em;
  z-index: 1; }
  .datepicker input {
    width: 100%;
    height: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: black;
    border: none;
    border-bottom: 3px solid black;
    background: transparent;
    outline: none;
    padding: 22px 0 13px; }
    .datepicker input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: black; }
    .datepicker input::-moz-placeholder {
      /* Firefox 19+ */
      color: black; }
    .datepicker input:-ms-input-placeholder {
      /* IE 10+ */
      color: black; }
    .datepicker input:-moz-placeholder {
      /* Firefox 18- */
      color: black; }
  .datepicker.datepicker-model-one input {
    color: black;
    border-bottom: 3px solid black; }
    .datepicker.datepicker-model-one input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: black; }
    .datepicker.datepicker-model-one input::-moz-placeholder {
      /* Firefox 19+ */
      color: black; }
    .datepicker.datepicker-model-one input:-ms-input-placeholder {
      /* IE 10+ */
      color: black; }
    .datepicker.datepicker-model-one input:-moz-placeholder {
      /* Firefox 18- */
      color: black; }
  .datepicker.datepicker-model-two input {
    color: white;
    border-bottom: 3px solid white; }
    .datepicker.datepicker-model-two input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: white; }
    .datepicker.datepicker-model-two input::-moz-placeholder {
      /* Firefox 19+ */
      color: white; }
    .datepicker.datepicker-model-two input:-ms-input-placeholder {
      /* IE 10+ */
      color: white; }
    .datepicker.datepicker-model-two input:-moz-placeholder {
      /* Firefox 18- */
      color: white; }
  .datepicker.datepicker-model-three input {
    color: #e62686;
    border-bottom: 3px solid #e62686; }
    .datepicker.datepicker-model-three input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #e62686; }
    .datepicker.datepicker-model-three input::-moz-placeholder {
      /* Firefox 19+ */
      color: #e62686; }
    .datepicker.datepicker-model-three input:-ms-input-placeholder {
      /* IE 10+ */
      color: #e62686; }
    .datepicker.datepicker-model-three input:-moz-placeholder {
      /* Firefox 18- */
      color: #e62686; }

.ui-datepicker {
  vertical-align: bottom;
  max-width: 350px;
  margin-top: -20px;
  border: none !important;
  border-radius: 4px;
  padding: 0 0 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  z-index: 9999 !important;
  overflow: hidden; }
  .ui-datepicker .ui-widget-header {
    border: none;
    border-radius: 4px;
    background: #e8e8e8; }
    .ui-datepicker .ui-widget-header .ui-corner-all {
      top: 0;
      border-radius: 0;
      border: none;
      background: none;
      font-weight: bold;
      text-align: center;
      cursor: pointer; }
      .ui-datepicker .ui-widget-header .ui-corner-all:after {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        font-variant: normal;
        text-transform: none;
        line-height: 1.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: none;
        color: black; }
      .ui-datepicker .ui-widget-header .ui-corner-all.ui-datepicker-prev {
        left: 0; }
        .ui-datepicker .ui-widget-header .ui-corner-all.ui-datepicker-prev:after {
          content: "\e901"; }
      .ui-datepicker .ui-widget-header .ui-corner-all.ui-datepicker-next {
        right: 0; }
        .ui-datepicker .ui-widget-header .ui-corner-all.ui-datepicker-next:after {
          content: "\e902"; }
      .ui-datepicker .ui-widget-header .ui-corner-all .ui-icon {
        margin-top: 0;
        background: none; }
  .ui-datepicker table {
    border-radius: 4px;
    margin: 0;
    font-family: "Roboto", sans-serif !important;
    font-size: 1em;
    overflow: hidden; }
  .ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default, .ui-datepicker .ui-button, .ui-datepicker html .ui-button.ui-state-disabled:hover, .ui-datepicker html .ui-button.ui-state-disabled:active {
    border: 1px solid #e8e8e8;
    border-right: none;
    font-weight: 700;
    background-color: #f9f9f9; }
  .ui-datepicker .ui-state-highlight, .ui-datepicker .ui-widget-content .ui-state-highlight, .ui-datepicker .ui-widget-header .ui-state-highlight {
    border-bottom: none;
    background: #f6f6f6;
    font-weight: 900;
    color: #e62686; }
  .ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active, .ui-datepicker a.ui-button:active, .ui-datepicker .ui-button:active, .ui-datepicker .ui-button.ui-state-active:hover {
    background: #e62686;
    font-weight: 900;
    color: white; }

/* Remover após implementação */
.checkbox-line {
  position: relative; }
  .checkbox-line.checkbox-line-pink {
    background: #e62686; }
  .checkbox-line.checkbox-line-white {
    background: white; }

/* Remover após implementação */
.checkbox {
  position: relative;
  width: 26px;
  height: 26px;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
  border: none;
  border-bottom: 3px solid white; }
  .checkbox input[type=checkbox] {
    display: none; }
  .checkbox input[type=checkbox] + label {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 40px;
    cursor: pointer; }
  .checkbox input[type=checkbox]:checked + label {
    border-color: #e62686;
    background: #e62686; }
    .checkbox input[type=checkbox]:checked + label:after {
      color: white !important; }
  .checkbox label {
    display: block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 14px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out; }
    .checkbox label:hover {
      background: #e62686; }
      .checkbox label:hover:after {
        color: white; }
    .checkbox label:after {
      content: '\e90c';
      position: absolute;
      bottom: 5px;
      left: calc(50% - 1px);
      font-weight: bold;
      color: white;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

.checkbox-model-one input[type=checkbox]:checked + label:after {
  color: black; }
.checkbox-model-one label {
  border: 2px solid black;
  border-radius: 30px; }
  .checkbox-model-one label:hover:after {
    color: black; }
  .checkbox-model-one label:after {
    color: rgba(0, 0, 0, 0.26); }

.checkbox-model-two input[type=checkbox]:checked + label:after {
  color: white; }
.checkbox-model-two label {
  border-bottom: 3px solid white;
  border-radius: 30px; }
  .checkbox-model-two label:hover:after {
    color: white; }
  .checkbox-model-two label:after {
    color: rgba(255, 255, 255, 0.26); }

.checkbox-model-three input[type=checkbox]:checked + label:after {
  color: #e62686; }
.checkbox-model-three label {
  border-bottom: 3px solid #e62686;
  border-radius: 30px; }
  .checkbox-model-three label:hover:after {
    color: #e62686; }
  .checkbox-model-three label:after {
    color: rgba(192, 78, 140, 0.26); }

.platform-login-holder {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url("../../global/img/login-bg.png");
  background-size: cover; }
  .platform-login-holder .platform-login {
    position: absolute;
    max-width: 660px;
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 25px;
    text-align: left;
    background-color: white; }
  .platform-login-holder .platform-login-items {
    width: 100%;
    margin: auto; }
    .platform-login-holder .platform-login-items .platform-login-item {
      position: relative;
      display: inline-block;
      width: calc(50% - 4px);
      height: 100vh;
      vertical-align: middle; }
      @media only screen and (max-width: 760px) {
        .platform-login-holder .platform-login-items .platform-login-item {
          display: block;
          width: 100%; } }
      @media only screen and (max-width: 760px) {
        .platform-login-holder .platform-login-items .platform-login-item:first-of-type {
          height: 20vh; } }
      .platform-login-holder .platform-login-items .platform-login-item:first-of-type img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 300px;
        width: 90%; }
      .platform-login-holder .platform-login-items .platform-login-item:last-of-type {
        background-color: white; }
        @media only screen and (max-width: 760px) {
          .platform-login-holder .platform-login-items .platform-login-item:last-of-type {
            height: 80vh; } }
        .platform-login-holder .platform-login-items .platform-login-item:last-of-type:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 8px;
          background-color: #e62686;
          background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
          background-size: 400% 400%;
          -webkit-animation: progressanimation 10s ease infinite;
          -moz-animation: progressanimation 10s ease infinite;
          animation: progressanimation 10s ease infinite; }
        .platform-login-holder .platform-login-items .platform-login-item:last-of-type form {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-width: 330px;
          width: 90%; }
          @media only screen and (max-width: 760px) {
            .platform-login-holder .platform-login-items .platform-login-item:last-of-type form {
              position: relative;
              top: initial;
              left: initial;
              -webkit-transform: initial;
              -moz-transform: initial;
              -ms-transform: initial;
              -o-transform: initial;
              transform: initial;
              max-width: 330px;
              width: 90%;
              margin: auto;
              padding: 40px 0; } }
          .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line-title {
            margin-bottom: 36px; }
            .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line-title h1 {
              font-weight: 700;
              font-size: 28px; }
          .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line {
            text-align: left;
            margin-bottom: 8px; }
            .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line.no-margin {
              margin-bottom: 0; }
            .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line.small-margin {
              margin-bottom: 4px; }
            .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line:last-of-type {
              margin-bottom: 0; }
            .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line .input-model {
              max-width: 330px;
              width: 100%; }
              @media only screen and (max-width: 645px) {
                .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line .input-model {
                  margin-bottom: 12px; } }
              .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line .input-model .input__label--ruri {
                width: 100%;
                position: absolute;
                text-align: left;
                font-size: 15px; }
            .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line .recover-link {
              position: relative;
              float: right;
              display: table;
              border-bottom: 2px solid transparent;
              margin-top: -12px;
              font-weight: 700;
              font-size: 12px;
              color: #e62686;
              text-align: right;
              z-index: 1; }
              .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line .recover-link:hover {
                border-color: #e62686; }
            .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line .button {
              width: 100%;
              padding: 8px 16px;
              margin-top: 40px;
              font-size: 15px; }
            .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line .form-results-item {
              display: inline-block;
              vertical-align: middle; }
              .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line .form-results-item:last-of-type {
                margin-top: 6px; }
              .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line .form-results-item p {
                font-size: 13px;
                font-weight: 600; }
            .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line .loginregister-block {
              position: relative;
              font-weight: 700;
              font-size: 13px;
              color: #1c2101;
              margin-top: 20px;
              text-align: center; }
              .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line .loginregister-block:before {
                content: '';
                position: absolute;
                top: 7px;
                left: 0;
                width: 100%;
                height: 1px;
                background-color: #1c2101;
                z-index: -2; }
              .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line .loginregister-block:after {
                content: '';
                position: absolute;
                width: 40px;
                height: 16px;
                top: 0;
                left: 50%;
                -webkit-transform: translate(-50%, 0);
                -moz-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
                background-color: white;
                z-index: -1; }
              .platform-login-holder .platform-login-items .platform-login-item:last-of-type form .form-line .loginregister-block a {
                display: table;
                width: initial;
                padding: 8px 16px;
                margin: 20px auto auto;
                font-size: 13px; }

.page-chat .table-actions {
  max-width: 700px; }
.page-chat .chat-max {
  max-width: 700px;
  border-radius: 4px;
  background-color: white;
  overflow: hidden; }
  .page-chat .chat-max .chat-max-items .chat-max-item {
    display: table;
    width: 100%;
    padding: 16px 10px 0;
    cursor: pointer; }
    .page-chat .chat-max .chat-max-items .chat-max-item:last-of-type {
      border-bottom: none; }
      .page-chat .chat-max .chat-max-items .chat-max-item:last-of-type:after {
        border-bottom: none; }
    .page-chat .chat-max .chat-max-items .chat-max-item:after {
      content: '';
      display: block;
      width: 100%;
      border-bottom: 1px solid #1c2101;
      margin: 16px auto auto; }
    .page-chat .chat-max .chat-max-items .chat-max-item.chat-not-read {
      background-color: #e8e8e8; }
      .page-chat .chat-max .chat-max-items .chat-max-item.chat-not-read .hour:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-radius: 20px;
        margin-right: 3px;
        background-color: #e62686; }
    .page-chat .chat-max .chat-max-items .chat-max-item:hover {
      background-color: #f9f9f9; }
    .page-chat .chat-max .chat-max-items .chat-max-item .chat-photo-holder, .page-chat .chat-max .chat-max-items .chat-max-item .chat-description {
      display: inline-block;
      vertical-align: top; }
    .page-chat .chat-max .chat-max-items .chat-max-item .chat-photo-holder {
      position: relative;
      width: 48px;
      height: 48px;
      border: 2px solid black;
      border-radius: 30px;
      overflow: hidden; }
      .page-chat .chat-max .chat-max-items .chat-max-item .chat-photo-holder .chat-photo {
        position: absolute;
        width: 48px;
        height: 48px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-size: cover; }
    .page-chat .chat-max .chat-max-items .chat-max-item .chat-description {
      width: calc(100% - 48px);
      padding-left: 10px;
      color: black; }
      .page-chat .chat-max .chat-max-items .chat-max-item .chat-description .chat-name p, .page-chat .chat-max .chat-max-items .chat-max-item .chat-description .chat-name .hour {
        display: inline-block;
        vertical-align: middle; }
      .page-chat .chat-max .chat-max-items .chat-max-item .chat-description .chat-name p {
        font-weight: 900;
        font-size: 14px;
        margin-bottom: 6px; }
        .page-chat .chat-max .chat-max-items .chat-max-item .chat-description .chat-name p .profile-bullet {
          display: inline-block;
          vertical-align: middle;
          width: 8px;
          height: 8px;
          border-radius: 20px;
          margin-top: -1px;
          margin-right: 2px; }
          .page-chat .chat-max .chat-max-items .chat-max-item .chat-description .chat-name p .profile-bullet.green {
            background-color: #019688; }
          .page-chat .chat-max .chat-max-items .chat-max-item .chat-description .chat-name p .profile-bullet.yellow {
            background-color: #fffd12; }
          .page-chat .chat-max .chat-max-items .chat-max-item .chat-description .chat-name p .profile-bullet.red {
            background-color: #ea0f0f; }
          .page-chat .chat-max .chat-max-items .chat-max-item .chat-description .chat-name p .profile-bullet.grey {
            background-color: #1c2101; }
      .page-chat .chat-max .chat-max-items .chat-max-item .chat-description .chat-name .hour {
        float: right;
        font-size: 13px; }
      .page-chat .chat-max .chat-max-items .chat-max-item .chat-description .chat-message {
        font-weight: 500;
        font-size: 13px; }

.table-cart {
  max-width: 900px; }
  .table-cart .table table tbody tr td {
    padding: 16px 0 16px 17px;
    font-weight: 900;
    font-size: 16px; }
    .table-cart .table table tbody tr td .award-card {
      position: relative;
      min-width: 140px;
      height: 80px;
      border: 2px solid #e62686;
      border-radius: 4px;
      background-color: #f9f9f9; }
      .table-cart .table table tbody tr td .award-card img {
        position: absolute;
        max-width: 70px;
        max-height: 46px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out; }
    .table-cart .table table tbody tr td .table-remove {
      border: none; }
      .table-cart .table table tbody tr td .table-remove .icon-cross {
        display: block;
        padding: 4px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 16px;
        color: white;
        cursor: pointer;
        background-color: #e62686;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out; }
        .table-cart .table table tbody tr td .table-remove .icon-cross:hover {
          color: #e62686;
          background-color: #dbdbdb; }

.page-search .page-tabs .page-nav-tabs {
  max-width: 700px;
  border: 2px solid #e8e8e8;
  background-color: white; }
  .page-search .page-tabs .page-nav-tabs li a {
    padding: 4px 10px;
    border: none;
    font-size: 16px; }
.page-search .search-max {
  max-width: 700px;
  border: 2px solid #e8e8e8;
  border-radius: 4px;
  margin-bottom: 10px;
  background-color: white;
  overflow: hidden; }
  .page-search .search-max:last-of-type {
    margin-bottom: 0; }
  .page-search .search-max.search-max-all .search-max-items .search-max-item:first-of-type:after {
    border-bottom: 2px solid #1c2101; }
  .page-search .search-max .search-max-items .search-max-item {
    display: table;
    width: 100%;
    padding: 16px 16px 0; }
    @media only screen and (max-width: 560px) {
      .page-search .search-max .search-max-items .search-max-item {
        padding: 10px 10px 0; } }
    .page-search .search-max .search-max-items .search-max-item:last-of-type {
      border-bottom: none; }
      .page-search .search-max .search-max-items .search-max-item:last-of-type:after {
        border-bottom: none; }
    .page-search .search-max .search-max-items .search-max-item:after {
      content: '';
      display: block;
      width: 100%;
      border-bottom: 1px solid #1c2101;
      margin: 16px auto auto; }
      @media only screen and (max-width: 560px) {
        .page-search .search-max .search-max-items .search-max-item:after {
          margin: 10px auto auto; } }
    .page-search .search-max .search-max-items .search-max-item .search-max-title {
      font-weight: 700;
      font-size: 20px; }
    .page-search .search-max .search-max-items .search-max-item .search-description, .page-search .search-max .search-max-items .search-max-item .search-actions {
      display: inline-block;
      vertical-align: middle; }
    .page-search .search-max .search-max-items .search-max-item .search-description {
      position: relative;
      width: calc(100% - 240px); }
      @media only screen and (max-width: 760px) {
        .page-search .search-max .search-max-items .search-max-item .search-description {
          width: calc(100% - 180px); } }
      @media only screen and (max-width: 560px) {
        .page-search .search-max .search-max-items .search-max-item .search-description {
          width: 100%;
          margin-bottom: 10px; } }
      .page-search .search-max .search-max-items .search-max-item .search-description p {
        color: black; }
      .page-search .search-max .search-max-items .search-max-item .search-description .search-name, .page-search .search-max .search-max-items .search-max-item .search-description .icon-down {
        display: inline-block;
        vertical-align: middle; }
      .page-search .search-max .search-max-items .search-max-item .search-description .search-name {
        font-weight: 500;
        font-size: 14px; }
        .page-search .search-max .search-max-items .search-max-item .search-description .search-name span {
          font-weight: 900; }
      .page-search .search-max .search-max-items .search-max-item .search-description .search-message {
        font-weight: 600;
        font-size: 12px; }
        .page-search .search-max .search-max-items .search-max-item .search-description .search-message span {
          display: inline-block;
          vertical-align: bottom;
          margin-top: 8px;
          margin-right: 10px; }
          .page-search .search-max .search-max-items .search-max-item .search-description .search-message span:last-of-type {
            margin-right: 0; }
          .page-search .search-max .search-max-items .search-max-item .search-description .search-message span a {
            border-bottom: 2px solid #e62686;
            color: #e62686; }
            .page-search .search-max .search-max-items .search-max-item .search-description .search-message span a:hover {
              border-color: transparent; }
        .page-search .search-max .search-max-items .search-max-item .search-description .search-message .tag-principal {
          display: inline-block;
          padding: 3px 8px;
          border-radius: 40px;
          margin-right: 8px;
          font-weight: 700;
          font-size: 10px;
          color: white;
          background-color: #019688; }
      .page-search .search-max .search-max-items .search-max-item .search-description .icon-down {
        font-weight: bold;
        font-size: 18px;
        color: black; }
    .page-search .search-max .search-max-items .search-max-item ul li .search-description {
      width: calc(100% - 245px); }
      @media only screen and (max-width: 760px) {
        .page-search .search-max .search-max-items .search-max-item ul li .search-description {
          width: calc(100% - 185px); } }
    .page-search .search-max .search-max-items .search-max-item ul li.open {
      cursor: pointer; }
    .page-search .search-max .search-max-items .search-max-item ul li.close {
      display: none;
      padding: 2px 0;
      margin-top: 14px;
      color: black;
      background-color: #1c2101; }
      .page-search .search-max .search-max-items .search-max-item ul li.close .search-item {
        padding: 8px 0;
        border-bottom: 1px solid;
        margin: 0 14px; }
        .page-search .search-max .search-max-items .search-max-item ul li.close .search-item:last-of-type {
          border-bottom: none; }
    .page-search .search-max .search-max-items .search-max-item ul li .icon-rotate {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -i-transform: rotate(180deg);
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
    .page-search .search-max .search-max-items .search-max-item .search-actions {
      width: 240px; }
      @media only screen and (max-width: 760px) {
        .page-search .search-max .search-max-items .search-max-item .search-actions {
          width: 180px; } }
      @media only screen and (max-width: 560px) {
        .page-search .search-max .search-max-items .search-max-item .search-actions {
          width: 100%; } }
      .page-search .search-max .search-max-items .search-max-item .search-actions a {
        float: right;
        padding: 8px 10px;
        margin-left: 6px;
        font-size: 12px; }
        @media only screen and (max-width: 760px) {
          .page-search .search-max .search-max-items .search-max-item .search-actions a {
            margin-bottom: 6px; } }
        @media only screen and (max-width: 560px) {
          .page-search .search-max .search-max-items .search-max-item .search-actions a {
            margin-bottom: 0; } }
        @media only screen and (max-width: 350px) {
          .page-search .search-max .search-max-items .search-max-item .search-actions a {
            padding: 8px;
            margin-left: 4px;
            font-size: 11px; } }
        .page-search .search-max .search-max-items .search-max-item .search-actions a:last-of-type {
          margin-left: 0; }
          @media only screen and (max-width: 760px) {
            .page-search .search-max .search-max-items .search-max-item .search-actions a:last-of-type {
              margin-bottom: 0; } }
        .page-search .search-max .search-max-items .search-max-item .search-actions a .icon-message, .page-search .search-max .search-max-items .search-max-item .search-actions a p {
          display: inline-block;
          vertical-align: middle; }
        .page-search .search-max .search-max-items .search-max-item .search-actions a .icon-message {
          margin-right: 6px;
          font-weight: bold;
          font-size: 14px; }
    .page-search .search-max .search-max-items .search-max-item .search-actions-wide {
      display: block;
      width: 100%; }
      .page-search .search-max .search-max-items .search-max-item .search-actions-wide a {
        display: block;
        width: 100%;
        max-width: 200px;
        padding: 8px 16px;
        margin: auto;
        text-align: center; }

.page-profile .profile-actions-holder {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out; }
  .page-profile .profile-actions-holder.offset-top {
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out; }
    .page-profile .profile-actions-holder.offset-top .profile-actions-items {
      top: 52px; }
      @media only screen and (max-width: 760px) {
        .page-profile .profile-actions-holder.offset-top .profile-actions-items {
          top: 48px; } }
      @media only screen and (max-width: 560px) {
        .page-profile .profile-actions-holder.offset-top .profile-actions-items {
          top: 86px; } }
  .page-profile .profile-actions-holder .profile-actions-items {
    position: fixed;
    padding: 10px 4px 10px 10px;
    border-right: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
    border-radius: 4px;
    background-color: white;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out;
    z-index: 1; }
    .page-profile .profile-actions-holder .profile-actions-items .profile-actions-item {
      display: inline-block;
      vertical-align: middle; }
      .page-profile .profile-actions-holder .profile-actions-items .profile-actions-item:first-of-type {
        width: calc(100% - 165px); }
        @media only screen and (max-width: 560px) {
          .page-profile .profile-actions-holder .profile-actions-items .profile-actions-item:first-of-type {
            width: calc(100% - 135px); } }
      .page-profile .profile-actions-holder .profile-actions-items .profile-actions-item:last-of-type {
        width: 160px;
        padding-left: 10px; }
        @media only screen and (max-width: 560px) {
          .page-profile .profile-actions-holder .profile-actions-items .profile-actions-item:last-of-type {
            width: 130px; } }
      .page-profile .profile-actions-holder .profile-actions-items .profile-actions-item .profile-widerange {
        position: relative;
        display: block;
        height: 28px;
        border-radius: 4px;
        background-color: #e8e8e8;
        overflow: hidden; }
        .page-profile .profile-actions-holder .profile-actions-items .profile-actions-item .profile-widerange .profile-widerange-indicator {
          position: relative;
          display: block;
          height: 28px;
          padding: 0 4px;
          border-radius: 4px;
          font-weight: 900;
          font-size: 17px;
          color: white;
          line-height: 28px;
          text-align: center;
          background-color: #e62686;
          background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
          background-size: 400% 400%;
          -webkit-animation: progressanimation 120s ease infinite;
          -moz-animation: progressanimation 120s ease infinite;
          animation: progressanimation 120s ease infinite;
          z-index: 1; }
      .page-profile .profile-actions-holder .profile-actions-items .profile-actions-item .profile-action {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        border-radius: 74px;
        margin: 0 2px;
        text-align: center;
        background-color: #e8e8e8; }
        .page-profile .profile-actions-holder .profile-actions-items .profile-actions-item .profile-action:hover {
          background-color: #dbdbdb; }
        @media only screen and (max-width: 560px) {
          .page-profile .profile-actions-holder .profile-actions-items .profile-actions-item .profile-action {
            width: 26px;
            height: 26px;
            margin: 0; } }
        .page-profile .profile-actions-holder .profile-actions-items .profile-actions-item .profile-action div {
          font-weight: bold;
          line-height: 30px;
          color: black; }
          @media only screen and (max-width: 560px) {
            .page-profile .profile-actions-holder .profile-actions-items .profile-actions-item .profile-action div {
              font-size: 12px;
              line-height: 26px; } }
.page-profile .dashboard-items.profile-items-top .dashboard-item {
  display: block !important;
  width: 100% !important; }
  .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box {
    margin-bottom: 20px; }
    .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box.dashboard-box-wide .dashboard-box-title {
      text-align: left;
      padding-bottom: 20px; }
  .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box {
    margin-bottom: 0; }
    .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content {
      padding: 0 26px 26px !important;
      margin-bottom: 0 !important; }
      .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content.dashboard-box-incontent, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content.dashboard-box-incontent {
        padding: 0 !important; }
      .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .goals .goal-item, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .goals .goal-item {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px; }
        @media only screen and (max-width: 560px) {
          .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .goals .goal-item, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .goals .goal-item {
            display: block;
            margin: 0 0 10px; } }
        .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .goals .goal-item .goal-circle, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .goals .goal-item .goal-circle {
          position: relative !important;
          top: 0 !important;
          left: 0 !important;
          width: 80px !important;
          height: 80px !important;
          -webkit-transform: none !important;
          -moz-transform: none !important;
          -ms-transform: none !important;
          -o-transform: none !important;
          transform: none !important; }
      .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .dashboard-box-line, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .dashboard-box-line {
        text-align: left; }
      .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .goal-title, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .goal-title {
        margin-top: 10px; }
        .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .goal-title p, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .goal-title p {
          font-size: 14px; }
          .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .goal-title p span, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .goal-title p span {
            display: block; }
            .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .goal-title p span:first-of-type, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .goal-title p span:first-of-type {
              margin-bottom: 2px;
              font-size: 12px; }
      .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content {
        display: block;
        width: 100%;
        padding: 16px;
        border: 2px solid #e8e8e8;
        border-radius: 4px;
        margin-bottom: 20px;
        background-color: #f9f9f9; }
      .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item {
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 660px) {
          .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item {
            display: block;
            width: 100% !important; } }
        .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item:first-of-type, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item:first-of-type {
          width: 90px; }
          @media only screen and (max-width: 660px) {
            .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item:first-of-type, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item:first-of-type {
              margin-bottom: 16px; } }
        .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item:last-of-type, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item:last-of-type {
          width: calc(100% - 95px);
          padding-left: 16px;
          text-align: left; }
          @media only screen and (max-width: 660px) {
            .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item:last-of-type, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item:last-of-type {
              padding-left: 0;
              text-align: center; } }
        .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item .dashboard-box-photo, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item .dashboard-box-photo {
          width: 90px;
          height: 90px;
          margin-left: 0; }
          .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item .dashboard-box-photo .box-photo, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item .dashboard-box-photo .box-photo {
            width: 90px;
            height: 90px; }
        .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p {
          display: inline-block;
          width: calc(50% - 13px);
          vertical-align: top;
          margin-right: 10px;
          margin-top: 16px; }
          @media only screen and (max-width: 380px) {
            .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p {
              display: block;
              width: 100%;
              margin-right: 0; } }
          .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p:nth-child(1), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p:nth-child(2), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p:nth-child(3), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p:nth-child(1), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p:nth-child(2), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p:nth-child(3) {
            margin-top: 0; }
          @media only screen and (max-width: 380px) {
            .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p:nth-child(3), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p:nth-child(3) {
              margin-top: 16px; } }
          .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p span, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p span {
            display: block; }
            .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p span:first-of-type, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p span:first-of-type {
              margin-bottom: 3px;
              font-weight: 700;
              font-size: 16px; }
            .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p span:last-of-type, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p span:last-of-type {
              font-size: 13px;
              color: #1c2101; }
          .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p.profile-header-name, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-header .profile-header-items .profile-header-item p.profile-header-name {
            display: block;
            width: 100%;
            margin-bottom: 16px;
            font-weight: 900;
            font-size: 22px; }
      .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content.profile-content-quick .profile-content-items, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content.profile-content-quick .profile-content-items {
        max-width: 300px;
        margin: auto auto 16px; }
        .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content.profile-content-quick .profile-content-items .profile-content-item .profile-content-image, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content.profile-content-quick .profile-content-items .profile-content-item .profile-content-image {
          width: 50px;
          height: 50px; }
          .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content.profile-content-quick .profile-content-items .profile-content-item .profile-content-image img, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content.profile-content-quick .profile-content-items .profile-content-item .profile-content-image img {
            max-width: 24px; }
        .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content.profile-content-quick .profile-content-items .profile-content-item .profile-content-title p, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content.profile-content-quick .profile-content-items .profile-content-item .profile-content-title p {
          font-size: 12px; }
      .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-contentb-title, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-contentb-title {
        margin-bottom: 10px; }
        .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-contentb-title p, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-contentb-title p {
          font-weight: 800;
          font-size: 15px; }
      .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items {
        text-align: left; }
        .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item {
          display: inline-block;
          vertical-align: top;
          width: calc(25% - 4px);
          margin-top: 20px;
          text-align: center; }
          @media only screen and (max-width: 660px) {
            .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item {
              width: calc(50% - 4px); } }
          @media only screen and (max-width: 400px) {
            .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item {
              display: block;
              width: 100%; } }
          .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(1), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(2), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(3), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(4), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(1), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(2), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(3), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(4) {
            margin-top: 0; }
          @media only screen and (max-width: 660px) {
            .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(3), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(4), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(3), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(4) {
              margin-top: 20px !important; } }
          @media only screen and (max-width: 400px) {
            .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(2), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(3), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(4), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(2), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(3), .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:nth-child(4) {
              margin-top: 20px !important; } }
          .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:hover .profile-content-image, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:hover .profile-content-image {
            background-color: #f9f9f9; }
            .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:hover .profile-content-image span.number-out, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item:hover .profile-content-image span.number-out {
              background-color: #f9f9f9; }
          .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item .profile-content-image, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item .profile-content-image {
            position: relative;
            display: block;
            width: 70px;
            height: 70px;
            padding: 10px;
            border-radius: 74px;
            margin: auto auto 10px;
            text-align: center;
            background-color: #e8e8e8;
            cursor: pointer;
            -moz-transition: all 0.25s ease-out;
            -webkit-transition: all 0.25s ease-out;
            -i-transition: all 0.25s ease-out; }
            .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item .profile-content-image img, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item .profile-content-image img {
              position: absolute;
              max-width: 30px;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
            .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item .profile-content-image span, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item .profile-content-image span {
              position: absolute;
              top: 0;
              right: 0;
              width: 21px;
              height: 22px;
              border-radius: 30px;
              font-size: 11px;
              line-height: 19px;
              text-align: center;
              color: white;
              -moz-transition: all 0.25s ease-out;
              -webkit-transition: all 0.25s ease-out;
              -i-transition: all 0.25s ease-out;
              z-index: 1; }
              .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item .profile-content-image span:before, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item .profile-content-image span:before {
                content: '\e93d';
                position: absolute;
                top: 0;
                right: 0;
                font-family: 'icomoon' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-size: 20px;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: #e62686;
                z-index: -1; }
              .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item .profile-content-image span.number-out, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item .profile-content-image span.number-out {
                top: initial;
                bottom: 0;
                width: 22px;
                font-size: 11px;
                line-height: 24px;
                color: #1c2101;
                background-color: #dbdbdb; }
                .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item .profile-content-image span.number-out:before, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item .profile-content-image span.number-out:before {
                  content: ''; }
          .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item .profile-content-title p, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-items .profile-content-item .profile-content-title p {
            font-weight: 800;
            font-size: 13px;
            line-height: 1.2;
            color: #1c2101; }
      .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-wide .profile-widerange, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-wide .profile-widerange {
        position: relative;
        display: block;
        height: 22px;
        border-radius: 2px;
        background-color: #dbdbdb;
        overflow: hidden; }
        .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-wide .profile-widerange .profile-widerange-indicator, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-wide .profile-widerange .profile-widerange-indicator {
          position: relative;
          display: block;
          height: 22px;
          padding: 0 4px;
          border-radius: 2px;
          font-weight: 900;
          font-size: 16px;
          color: white;
          line-height: 22px;
          text-align: center;
          background-color: #e62686;
          background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
          background-size: 400% 400%;
          -webkit-animation: progressanimation 120s ease infinite;
          -moz-animation: progressanimation 120s ease infinite;
          animation: progressanimation 120s ease infinite;
          z-index: 1; }
      .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-lines .profile-content-line, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-lines .profile-content-line {
        display: block;
        padding: 14px 16px;
        border: 2px solid #e8e8e8;
        border-radius: 4px;
        margin-bottom: 10px;
        background-color: #e8e8e8; }
        .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-lines .profile-content-line:last-of-type, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-lines .profile-content-line:last-of-type {
          margin-bottom: 0; }
        .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-lines .profile-content-line:hover, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-lines .profile-content-line:hover {
          background-color: #f9f9f9; }
        .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-content .profile-content-lines .profile-content-line p, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-content .profile-content-lines .profile-content-line p {
          font-size: 15px;
          color: #1c2101; }
      .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-footer .profile-footer-items .profile-footer-item, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-footer .profile-footer-items .profile-footer-item {
        display: inline-block;
        vertical-align: middle;
        width: calc(33.33% - 4px); }
        @media only screen and (max-width: 660px) {
          .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-footer .profile-footer-items .profile-footer-item, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-footer .profile-footer-items .profile-footer-item {
            display: block;
            width: 100%;
            margin-bottom: 10px; } }
        .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box .dashboard-box-content .profile-footer .profile-footer-items .profile-footer-item .button, .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box .dashboard-box-content .profile-footer .profile-footer-items .profile-footer-item .button {
          width: 100%;
          text-align: center; }
  .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box-content {
    padding-bottom: 0; }
  .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box-item {
    display: block;
    width: 100%; }
    .page-profile .dashboard-items.profile-items-top .dashboard-item .dashboard-wide .dashboard-box-item .profile-footer-items {
      max-width: 488px; }
  @media only screen and (max-width: 860px) {
    .page-profile .dashboard-items.profile-items-top .dashboard-item:last-of-type {
      display: block !important; } }
  .page-profile .dashboard-items.profile-items-top .dashboard-item:last-of-type .dashboard-box-title {
    border-bottom: none !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important; }

.profile-interactions .profile-interactions-list ul li {
  border-radius: 4px;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out; }
  .profile-interactions .profile-interactions-list ul li:nth-child(even) {
    background-color: white; }
    .profile-interactions .profile-interactions-list ul li:nth-child(even):hover {
      background-color: #f9f9f9; }
  .profile-interactions .profile-interactions-list ul li:nth-child(odd) {
    background-color: #e8e8e8; }
    .profile-interactions .profile-interactions-list ul li:nth-child(odd):hover {
      background-color: #f9f9f9; }
  .profile-interactions .profile-interactions-list ul li a {
    display: block;
    padding: 16px;
    font-size: 16px;
    color: black; }
    @media only screen and (max-width: 560px) {
      .profile-interactions .profile-interactions-list ul li a {
        font-size: 15px; } }
    .profile-interactions .profile-interactions-list ul li a span {
      font-weight: 700; }

.profile-comments .profile-comments-items .profile-comments-item {
  display: block;
  margin-bottom: 20px; }
  @media only screen and (max-width: 660px) {
    .profile-comments .profile-comments-items .profile-comments-item {
      margin-bottom: 30px; } }
  .profile-comments .profile-comments-items .profile-comments-item:last-of-type {
    margin-bottom: 0; }
  .profile-comments .profile-comments-items .profile-comments-item .profile-comments-photo, .profile-comments .profile-comments-items .profile-comments-item .profile-comments-copy {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 660px) {
      .profile-comments .profile-comments-items .profile-comments-item .profile-comments-photo, .profile-comments .profile-comments-items .profile-comments-item .profile-comments-copy {
        display: block; } }
  .profile-comments .profile-comments-items .profile-comments-item .profile-comments-photo {
    width: 80px;
    height: 80px;
    border: 3px solid black;
    border-radius: 50%;
    overflow: hidden; }
    @media only screen and (max-width: 660px) {
      .profile-comments .profile-comments-items .profile-comments-item .profile-comments-photo {
        width: 70px;
        height: 70px;
        margin: auto; } }
    .profile-comments .profile-comments-items .profile-comments-item .profile-comments-photo img {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .profile-comments .profile-comments-items .profile-comments-item .profile-comments-copy {
    width: calc(100% - 101px);
    padding: 16px;
    border-radius: 4px;
    margin-left: 16px;
    background-color: #e8e8e8; }
    @media only screen and (max-width: 660px) {
      .profile-comments .profile-comments-items .profile-comments-item .profile-comments-copy {
        width: 100%;
        margin: 20px 0 0; } }
    .profile-comments .profile-comments-items .profile-comments-item .profile-comments-copy:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -10px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 0px;
      height: 0px;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #e8e8e8; }
      @media only screen and (max-width: 660px) {
        .profile-comments .profile-comments-items .profile-comments-item .profile-comments-copy:before {
          top: -10px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          border-top: none;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #e8e8e8;
          border-left: 10px solid transparent; } }
    .profile-comments .profile-comments-items .profile-comments-item .profile-comments-copy p {
      font-size: 16px; }
      @media only screen and (max-width: 560px) {
        .profile-comments .profile-comments-items .profile-comments-item .profile-comments-copy p {
          font-size: 15px; } }
    .profile-comments .profile-comments-items .profile-comments-item .profile-comments-copy .profile-comments-info {
      font-weight: 700;
      margin-bottom: 10px; }
      .profile-comments .profile-comments-items .profile-comments-item .profile-comments-copy .profile-comments-info a {
        display: table;
        border-bottom: 2px solid transparent;
        color: #e62686; }
        .profile-comments .profile-comments-items .profile-comments-item .profile-comments-copy .profile-comments-info a:hover {
          border-color: #e62686; }
      .profile-comments .profile-comments-items .profile-comments-item .profile-comments-copy .profile-comments-info span {
        display: block;
        margin-top: 2px;
        font-weight: 500;
        font-size: 14px; }
    .profile-comments .profile-comments-items .profile-comments-item .profile-comments-copy .profile-comments-text {
      line-height: 1.3; }

.page-pipeline .pipeline-menu {
  margin-bottom: 20px; }
  .page-pipeline .pipeline-menu .pipeline-menu-item {
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: middle; }
    @media only screen and (max-width: 560px) {
      .page-pipeline .pipeline-menu .pipeline-menu-item {
        display: block;
        width: 100%;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 560px) {
      .page-pipeline .pipeline-menu .pipeline-menu-item:last-of-type {
        margin-bottom: 0; } }
    .page-pipeline .pipeline-menu .pipeline-menu-item .dropdown {
      max-width: 200px; }
    .page-pipeline .pipeline-menu .pipeline-menu-item .button {
      float: right; }
      @media only screen and (max-width: 560px) {
        .page-pipeline .pipeline-menu .pipeline-menu-item .button {
          float: inherit; } }
    .page-pipeline .pipeline-menu .pipeline-menu-item .dropdown p {
      display: inline-block;
      vertical-align: middle; }
    .page-pipeline .pipeline-menu .pipeline-menu-item .dropdown .dropdown-notifications {
      float: right;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      margin-left: 10px;
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      line-height: 19px;
      color: white;
      text-align: center;
      background-color: #e62686; }
    .page-pipeline .pipeline-menu .pipeline-menu-item .dropdown .selectric .dropdown-notifications {
      margin-top: 10px; }
.page-pipeline .pipeline {
  max-width: 1100px;
  width: 100%;
  margin-bottom: 90px; }
  @media only screen and (max-width: 760px) {
    .page-pipeline .pipeline {
      overflow-x: scroll; } }
  .page-pipeline .pipeline.pipeline-moving .pipeline-options-holder .pipeline-options {
    opacity: 1;
    visibility: visible; }
  .page-pipeline .pipeline.pipeline-moving .pipeline-description-holder {
    background-color: #e8e8e8; }
  @media only screen and (max-width: 760px) {
    .page-pipeline .pipeline .pipeline-items {
      width: 800px; } }
  .page-pipeline .pipeline .pipeline-items.pipeline-items5 .pipeline-item {
    width: calc(20% - 4px); }
  .page-pipeline .pipeline .pipeline-items.pipeline-items6 .pipeline-item {
    width: calc(16% - 4px); }
  .page-pipeline .pipeline .pipeline-items .pipeline-item {
    display: inline-block;
    width: calc(25% - 4px);
    vertical-align: top;
    padding: 0 9px; }
    .page-pipeline .pipeline .pipeline-items .pipeline-item:first-of-type {
      padding-left: 0; }
    .page-pipeline .pipeline .pipeline-items .pipeline-item:last-of-type {
      padding-right: 0; }
      @media only screen and (max-width: 760px) {
        .page-pipeline .pipeline .pipeline-items .pipeline-item:last-of-type {
          margin-bottom: 0; } }
    .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-placeholder {
      border-radius: 4px;
      background-color: #e62686; }
    .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-name {
      position: relative;
      padding: 14px 16px;
      font-weight: 900;
      font-size: 12px !important;
      text-transform: uppercase;
      z-index: 1; }
      .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-name:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 20px);
        height: 100%;
        border-top-right-radius: 5px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 4px;
        background-color: #e8e8e8;
        z-index: -1; }
      .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-name:after {
        content: '';
        position: absolute;
        top: 0;
        right: 1px;
        width: 0px;
        height: 0px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 22px solid #e8e8e8; }
      .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-name .pipeline-value {
        position: absolute;
        top: 14px;
        right: 48px;
        font-size: 14px;
        color: #e62686; }
      .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-name .pipeline-notifications {
        position: absolute;
        top: 12px;
        right: 18px;
        width: 18px;
        height: 18px;
        border-radius: 20px;
        font-family: "Roboto", sans-serif;
        font-size: 10px;
        line-height: 19px;
        color: white;
        text-align: center;
        background-color: #e62686;
        z-index: 1; }
    .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description-holder {
      border-radius: 3px;
      margin-top: 10px;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
      @media only screen and (max-width: 760px) {
        .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description-holder {
          height: initial; } }
      .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description-holder .pipeline-description:first-of-type {
        margin-top: 0; }
    .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description {
      position: relative;
      border: 2px solid #e8e8e8;
      border-radius: 4px;
      margin: 10px auto;
      background-color: #f9f9f9;
      cursor: grab;
      -webkit-box-shadow: 3px 3px 2px 0px rgba(232, 232, 232, 0.5);
      -moz-box-shadow: 3px 3px 2px 0px rgba(232, 232, 232, 0.5);
      box-shadow: 3px 3px 2px 0px rgba(232, 232, 232, 0.5);
      overflow: hidden; }
      @media only screen and (max-width: 760px) {
        .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description {
          margin-bottom: 8px; } }
      .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description:last-of-type {
        margin-bottom: 0; }
      .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description:hover:before {
        opacity: 1 !important;
        visibility: visible !important; }
      .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description.options-active .pipeline-description-options {
        display: block; }
      .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description.pipeline-description-new:before {
        content: '';
        position: absolute;
        bottom: 3px;
        left: 3px;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        padding: 10px 16px;
        border-radius: 4px;
        background-color: #e62686;
        font-weight: 600;
        font-size: 11px;
        line-height: 1.2;
        color: white;
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out; }
      .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description.pipeline-description-new:hover:before {
        content: 'Alteração feita por Sónia Botelho; Alteração de data de reunião presencial.';
        visibility: visible;
        z-index: 1; }
      .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description p {
        padding: 14px;
        font-size: 15px; }
      .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-actions {
        min-height: 38px;
        padding: 8px 14px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        margin-top: -4px;
        background-color: #e8e8e8; }
        .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-actions ul li {
          display: inline-block;
          vertical-align: middle;
          margin-right: 2px; }
          .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-actions ul li:last-of-type {
            margin-right: 0; }
          .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-actions ul li.pipeline-meeting {
            float: right; }
          .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-actions ul li a .icon-problem, .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-actions ul li a .icon-warning, .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-actions ul li a .icon-meeting {
            display: block;
            width: 22px;
            height: 22px;
            border-radius: 4px;
            text-align: center;
            color: white;
            -moz-transition: all 0.25s ease-out;
            -webkit-transition: all 0.25s ease-out;
            -i-transition: all 0.25s ease-out; }
          .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-actions ul li a .icon-problem, .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-actions ul li a .icon-warning {
            font-weight: bold;
            background-color: #e62686; }
          .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-actions ul li a .icon-problem {
            font-size: 14px;
            line-height: 1.6; }
          .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-actions ul li a .icon-warning {
            font-size: 13px;
            line-height: 1.7; }
          .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-actions ul li a .icon-meeting {
            font-size: 15px;
            line-height: 1.4; }
            .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-actions ul li a .icon-meeting.meeting-green {
              background-color: #42b72a; }
            .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-actions ul li a .icon-meeting.meeting-yellow {
              color: #c7c4c5;
              background-color: #fffd12; }
      .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-description-options {
        display: none;
        padding: 10px 10px 12px;
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin: auto;
        background-color: #dbdbdb; }
        .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-description-options ul li {
          margin-bottom: 6px; }
          .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-description-options ul li:first-of-type a {
            color: #1c2101; }
            .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-description-options ul li:first-of-type a:hover {
              color: white;
              background-color: #1c2101; }
          .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-description-options ul li:last-of-type {
            margin-bottom: 0; }
            .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-description-options ul li:last-of-type a {
              color: #1c2101; }
              .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-description-options ul li:last-of-type a:hover {
                color: white;
                background-color: #1c2101; }
          .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-description-options ul li a {
            display: block;
            padding: 12px 16px;
            border-radius: 4px;
            color: #1c2101;
            background-color: #e8e8e8; }
            .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-description-options ul li a:hover {
              background-color: #dbdbdb; }
            .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-description-options ul li a div, .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-description-options ul li a p {
              display: inline-block;
              vertical-align: middle; }
            .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-description-options ul li a div {
              margin-right: 10px;
              font-size: 18px; }
              .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-description-options ul li a div.icon-open, .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-description-options ul li a div.icon-document, .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-description-options ul li a div.icon-cross {
                font-weight: bold; }
            .page-pipeline .pipeline .pipeline-items .pipeline-item .pipeline-description .pipeline-description-options ul li a p {
              padding: 0;
              font-size: 14px;
              text-align: left; }
  .page-pipeline .pipeline .pipeline-options-holder .pipeline-options {
    position: fixed;
    left: 164px;
    bottom: 0;
    width: calc(100% - 171px);
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out;
    z-index: 3; }
    .page-pipeline .pipeline .pipeline-options-holder .pipeline-options .pipeline-option {
      display: inline-block;
      vertical-align: middle;
      width: calc(50% - 4px);
      height: 49px;
      margin-left: -4px;
      line-height: 3;
      text-align: center;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
      @media only screen and (max-width: 760px) {
        .page-pipeline .pipeline .pipeline-options-holder .pipeline-options .pipeline-option {
          height: 41px;
          line-height: 2.4; } }
      .page-pipeline .pipeline .pipeline-options-holder .pipeline-options .pipeline-option:hover {
        opacity: 0.8; }
      .page-pipeline .pipeline .pipeline-options-holder .pipeline-options .pipeline-option:first-of-type {
        background-color: #dbdbdb;
        color: #1c2101; }
      .page-pipeline .pipeline .pipeline-options-holder .pipeline-options .pipeline-option:last-of-type {
        background-color: #e62686;
        color: white; }
      .page-pipeline .pipeline .pipeline-options-holder .pipeline-options .pipeline-option div, .page-pipeline .pipeline .pipeline-options-holder .pipeline-options .pipeline-option p {
        display: inline-block;
        vertical-align: middle; }
      .page-pipeline .pipeline .pipeline-options-holder .pipeline-options .pipeline-option div {
        font-size: 20px; }
      .page-pipeline .pipeline .pipeline-options-holder .pipeline-options .pipeline-option p {
        margin-bottom: -4px;
        font-size: 16px; }
@media only screen and (max-width: 760px) {
  .page-pipeline .pipeline-list .pipeline {
    overflow-x: initial; } }
@media only screen and (max-width: 760px) {
  .page-pipeline .pipeline-list .pipeline .pipeline-items {
    width: initial; } }
.page-pipeline .pipeline-list .pipeline .pipeline-items .pipeline-item {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 40px; }

.page-activites {
  max-width: 1350px; }
  .page-activites .page-content {
    max-width: 1250px; }
  .page-activites .table-filters-top {
    position: absolute;
    top: 24px;
    left: 760px;
    width: 170px;
    margin: 0; }
    @media only screen and (max-width: 1460px) {
      .page-activites .table-filters-top {
        right: 26px;
        left: initial; } }
    @media only screen and (max-width: 1060px) {
      .page-activites .table-filters-top {
        position: relative;
        top: initial;
        right: initial;
        width: 100%; } }
    .page-activites .table-filters-top .table-filters-titem {
      width: initial;
      margin-bottom: 10px; }
      @media only screen and (max-width: 415px) {
        .page-activites .table-filters-top .table-filters-titem {
          display: inline-block !important; } }
      @media only screen and (max-width: 1060px) {
        .page-activites .table-filters-top .table-filters-titem:first-of-type {
          width: calc(100% - 175px) !important; } }
      .page-activites .table-filters-top .table-filters-titem:first-of-type .button-filters {
        padding: 8px 16px; }
        .page-activites .table-filters-top .table-filters-titem:first-of-type .button-filters .icon-filters {
          font-size: 16px; }
      @media only screen and (max-width: 1060px) {
        .page-activites .table-filters-top .table-filters-titem:last-of-type {
          width: 170px !important; } }
      @media only screen and (max-width: 1060px) {
        .page-activites .table-filters-top .table-filters-titem:last-of-type a {
          float: right; } }
  .page-activites .table-filters-bottom {
    position: absolute;
    top: 84px;
    right: initial;
    left: 700px;
    width: 274px;
    padding: 20px 10px;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    background: white;
    z-index: 99; }
    @media only screen and (max-width: 1460px) {
      .page-activites .table-filters-bottom {
        right: 30px;
        left: initial; } }
    @media only screen and (max-width: 1060px) {
      .page-activites .table-filters-bottom {
        right: initial;
        left: 26px; } }
    @media only screen and (max-width: 760px) {
      .page-activites .table-filters-bottom {
        left: 22px; } }
    @media only screen and (max-width: 560px) {
      .page-activites .table-filters-bottom {
        top: 60px;
        left: 16px; } }
    .page-activites .table-filters-bottom .table-filters-line .table-filters-item {
      display: block;
      width: 100%;
      padding: 0 !important; }
      .page-activites .table-filters-bottom .table-filters-line .table-filters-item:first-of-type {
        margin-bottom: 20px; }
      .page-activites .table-filters-bottom .table-filters-line .table-filters-item:last-of-type .dropdown {
        margin-bottom: 0; }
  .page-activites .input-model {
    display: inline-block;
    vertical-align: top; }
    .page-activites .input-model .input {
      margin: 0; }
      @media only screen and (max-width: 560px) {
        .page-activites .input-model .input {
          display: table;
          margin: 4px auto auto; } }
  .page-activites #datepicker {
    position: absolute;
    top: 104px;
    right: 30px; }
    @media only screen and (max-width: 1060px) {
      .page-activites #datepicker {
        display: none; } }
    .page-activites #datepicker .ui-datepicker td {
      padding: 0; }
  .page-activites .calendar-progressbar-holder {
    position: relative;
    max-width: 900px;
    width: calc(100% - 290px);
    height: 26px; }
    @media only screen and (max-width: 1060px) {
      .page-activites .calendar-progressbar-holder {
        width: 100%; } }
    .page-activites .calendar-progressbar-holder #calendar-progressbar {
      position: relative;
      max-width: 900px;
      width: 100%;
      height: 26px;
      border-radius: 2px;
      margin-top: 24px;
      background-color: #e8e8e8;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out;
      z-index: 1; }
      .page-activites .calendar-progressbar-holder #calendar-progressbar .calendar-progressbar-indicator {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-radius: 2px;
        background-color: #e62686;
        background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
        background-size: 400% 400%;
        -webkit-animation: progressanimation 10s ease infinite;
        -moz-animation: progressanimation 10s ease infinite;
        animation: progressanimation 10s ease infinite; }
        .page-activites .calendar-progressbar-holder #calendar-progressbar .calendar-progressbar-indicator .calendar-progressbar-number {
          position: absolute;
          left: 10px;
          right: inherit;
          color: white; }
      .page-activites .calendar-progressbar-holder #calendar-progressbar .calendar-progressbar-number {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-weight: 900;
        font-size: 13px; }
  .page-activites .calendar-list {
    max-width: 900px; }
    .page-activites .calendar-list ul li {
      display: block;
      border-radius: 54px;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
      .page-activites .calendar-list ul li:nth-child(even) {
        background-color: white; }
        .page-activites .calendar-list ul li:nth-child(even):hover {
          background-color: #f9f9f9; }
      .page-activites .calendar-list ul li:nth-child(odd) {
        background-color: #e8e8e8; }
        .page-activites .calendar-list ul li:nth-child(odd):hover {
          background-color: #f9f9f9; }
      .page-activites .calendar-list ul li a {
        display: block;
        padding: 12px 30px;
        color: black; }
        .page-activites .calendar-list ul li a .calendar-item {
          display: inline-block;
          vertical-align: top;
          padding-right: 20px;
          border-right: 1px solid black;
          margin-right: 20px; }
          @media only screen and (max-width: 760px) {
            .page-activites .calendar-list ul li a .calendar-item {
              display: table;
              padding: 0 0 10px;
              border-right: none;
              border-bottom: 1px solid black;
              margin: 0 0 10px; } }
          .page-activites .calendar-list ul li a .calendar-item:last-of-type {
            padding: 0;
            border: none;
            margin: 0; }
          .page-activites .calendar-list ul li a .calendar-item p {
            font-weight: 500; }
            .page-activites .calendar-list ul li a .calendar-item p span {
              display: block;
              margin-bottom: 8px;
              font-weight: 700; }
          .page-activites .calendar-list ul li a .calendar-item .calendar-stakeholders div {
            display: inline-block;
            vertical-align: middle;
            width: 30px;
            height: 30px;
            border: 2px solid black;
            border-radius: 30px;
            margin-right: 10px;
            background-position: center center;
            background-size: 101%; }
            .page-activites .calendar-list ul li a .calendar-item .calendar-stakeholders div:last-of-type {
              margin-right: 0; }

.calendar-tasks-holder {
  position: relative;
  max-width: 700px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden; }
  .calendar-tasks-holder.calendar-tasks-page {
    max-width: 900px; }
    .calendar-tasks-holder.calendar-tasks-page .calendar-tasks-footer .calendar-footer-line .calendar-footer-item {
      width: calc(50% - 4px) !important; }
      .calendar-tasks-holder.calendar-tasks-page .calendar-tasks-footer .calendar-footer-line .calendar-footer-item a {
        float: right; }
  .calendar-tasks-holder .calendar-tasks-header {
    padding: 12px 16px;
    background-color: #e8e8e8;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(200, 200, 200, 0.9);
    -moz-box-shadow: 0px 0px 7px 0px rgba(200, 200, 200, 0.9);
    box-shadow: 0px 0px 7px 0px rgba(200, 200, 200, 0.9); }
    .calendar-tasks-holder .calendar-tasks-header p {
      font-weight: 900;
      font-size: 19px; }
  .calendar-tasks-holder .calendar-tasks-content {
    max-height: 450px;
    background-color: white;
    overflow-y: scroll; }
    .calendar-tasks-holder .calendar-tasks-content .calendar-tasks .calendar-day {
      border-left: 2px solid #e8e8e8;
      border-right: 2px solid #e8e8e8; }
      .calendar-tasks-holder .calendar-tasks-content .calendar-tasks .calendar-day .calendar-day-title {
        width: 100%;
        padding: 14px 10px;
        font-weight: 700;
        font-size: 17px;
        text-align: center;
        background: #f9f9f9; }
      .calendar-tasks-holder .calendar-tasks-content .calendar-tasks .calendar-day ul {
        padding: 16px; }
        @media only screen and (max-width: 560px) {
          .calendar-tasks-holder .calendar-tasks-content .calendar-tasks .calendar-day ul {
            padding: 10px; } }
        .calendar-tasks-holder .calendar-tasks-content .calendar-tasks .calendar-day ul li {
          margin-bottom: 20px; }
          .calendar-tasks-holder .calendar-tasks-content .calendar-tasks .calendar-day ul li:last-of-type {
            margin-bottom: 0; }
          .calendar-tasks-holder .calendar-tasks-content .calendar-tasks .calendar-day ul li .calendar-tasks-item {
            display: inline-block;
            vertical-align: middle; }
            .calendar-tasks-holder .calendar-tasks-content .calendar-tasks .calendar-day ul li .calendar-tasks-item:last-of-type {
              width: calc(100% - 32px);
              padding-left: 4px; }
            .calendar-tasks-holder .calendar-tasks-content .calendar-tasks .calendar-day ul li .calendar-tasks-item p {
              font-weight: 600;
              font-size: 16px;
              line-height: 1.3; }
  .calendar-tasks-holder .calendar-tasks-footer {
    position: relative;
    -webkit-box-shadow: 0px -1px 10px 0px rgba(200, 200, 200, 0.9);
    -moz-box-shadow: 0px -1px 10px 0px rgba(200, 200, 200, 0.9);
    box-shadow: 0px -1px 10px 0px rgba(200, 200, 200, 0.9); }
    .calendar-tasks-holder .calendar-tasks-footer .calendar-footer-line {
      display: block; }
      .calendar-tasks-holder .calendar-tasks-footer .calendar-footer-line:last-of-type {
        padding: 12px 16px;
        background-color: #e8e8e8; }
        @media only screen and (max-width: 560px) {
          .calendar-tasks-holder .calendar-tasks-footer .calendar-footer-line:last-of-type {
            padding: 10px 8px; } }
      .calendar-tasks-holder .calendar-tasks-footer .calendar-footer-line .calendar-footer-next {
        position: relative;
        display: block;
        width: 100%;
        padding: 10px;
        border-left: 2px solid #e8e8e8;
        border-right: 2px solid #e8e8e8;
        font-weight: 700;
        font-size: 17px;
        color: black;
        text-align: center;
        background: #f9f9f9; }
        .calendar-tasks-holder .calendar-tasks-footer .calendar-footer-line .calendar-footer-next:before, .calendar-tasks-holder .calendar-tasks-footer .calendar-footer-line .calendar-footer-next:after {
          content: '\e900';
          position: absolute;
          top: 50%;
          display: block;
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: bold;
          font-size: 20px;
          font-variant: normal;
          color: black;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%); }
        .calendar-tasks-holder .calendar-tasks-footer .calendar-footer-line .calendar-footer-next:before {
          left: 16px; }
        .calendar-tasks-holder .calendar-tasks-footer .calendar-footer-line .calendar-footer-next:after {
          right: 16px; }
        .calendar-tasks-holder .calendar-tasks-footer .calendar-footer-line .calendar-footer-next:hover {
          color: white;
          background-color: #e62686; }
          .calendar-tasks-holder .calendar-tasks-footer .calendar-footer-line .calendar-footer-next:hover:before, .calendar-tasks-holder .calendar-tasks-footer .calendar-footer-line .calendar-footer-next:hover:after {
            color: white; }
      .calendar-tasks-holder .calendar-tasks-footer .calendar-footer-line .calendar-footer-item {
        display: inline-block;
        width: calc(50% - 4px);
        vertical-align: middle; }
        .calendar-tasks-holder .calendar-tasks-footer .calendar-footer-line .calendar-footer-item:first-of-type {
          width: calc(100% - 45px); }
        .calendar-tasks-holder .calendar-tasks-footer .calendar-footer-line .calendar-footer-item:last-of-type {
          width: 40px; }
        .calendar-tasks-holder .calendar-tasks-footer .calendar-footer-line .calendar-footer-item .button-task {
          float: right;
          width: 40px;
          height: 40px;
          padding: 0;
          font-size: 16px;
          line-height: 32px;
          text-align: center; }
          .calendar-tasks-holder .calendar-tasks-footer .calendar-footer-line .calendar-footer-item .button-task div {
            margin: 0; }

.coins-item {
  max-width: 1100px;
  padding: 26px;
  border: 2px solid #e8e8e8;
  border-radius: 4px;
  margin-bottom: 26px;
  background-color: white;
  -webkit-box-shadow: 3px 3px 2px 0px rgba(232, 232, 232, 0.5);
  -moz-box-shadow: 3px 3px 2px 0px rgba(232, 232, 232, 0.5);
  box-shadow: 3px 3px 2px 0px rgba(232, 232, 232, 0.5); }
  .coins-item:last-of-type {
    margin-bottom: 0; }
  .coins-item .box-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 26px; }

.coins-goals-ultimate .goals-widerange-value {
  min-width: 77px;
  margin-bottom: 6px;
  text-align: center; }
  .coins-goals-ultimate .goals-widerange-value p {
    display: table;
    padding: 8px 14px 7px;
    border-radius: 4px;
    margin: auto;
    font-weight: 900;
    font-size: 19px;
    color: black;
    background-color: #f9f9f9; }
    .coins-goals-ultimate .goals-widerange-value p span {
      display: block; }
      .coins-goals-ultimate .goals-widerange-value p span:first-of-type {
        margin-bottom: 4px;
        font-size: 16px; }
      .coins-goals-ultimate .goals-widerange-value p span:last-of-type {
        font-size: 12px; }
.coins-goals-ultimate .goals-widerange {
  position: relative;
  display: block;
  height: 36px;
  border-radius: 4px;
  margin-bottom: 6px;
  background-color: #f9f9f9; }
  .coins-goals-ultimate .goals-widerange .goals-widerange-indicator {
    position: relative;
    display: block;
    height: 36px;
    border-radius: 4px;
    line-height: 37px;
    text-align: center;
    background-color: #e62686;
    background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
    background-size: 400% 400%;
    -webkit-animation: progressanimation 120s ease infinite;
    -moz-animation: progressanimation 120s ease infinite;
    animation: progressanimation 120s ease infinite; }
  .coins-goals-ultimate .goals-widerange .goals-widerange-goals {
    position: absolute;
    top: 10px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    margin-right: 12px;
    background-color: white;
    cursor: pointer;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out; }
    .coins-goals-ultimate .goals-widerange .goals-widerange-goals:hover, .coins-goals-ultimate .goals-widerange .goals-widerange-goals.dashboard-goal-active {
      background-color: #e8e8e8; }
      .coins-goals-ultimate .goals-widerange .goals-widerange-goals:hover .gps_ring, .coins-goals-ultimate .goals-widerange .goals-widerange-goals.dashboard-goal-active .gps_ring {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none; }
    .coins-goals-ultimate .goals-widerange .goals-widerange-goals .gps_ring {
      position: absolute;
      top: -4px;
      left: -4px;
      width: 24px;
      height: 24px;
      border: 2px solid #dbdbdb;
      border-radius: 30px;
      -webkit-animation: pulsate 1.8s ease-out infinite;
      -moz-animation: pulsate 1.8s ease-out infinite;
      animation: pulsate 1.8s ease-out infinite;
      opacity: 0; }
.coins-goals-ultimate .goals-ruler {
  margin-bottom: 20px; }
  .coins-goals-ultimate .goals-ruler .goals-ruler-items .goals-ruler-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 4px); }
    .coins-goals-ultimate .goals-ruler .goals-ruler-items .goals-ruler-item:first-of-type {
      text-align: left; }
    .coins-goals-ultimate .goals-ruler .goals-ruler-items .goals-ruler-item:last-of-type {
      text-align: right; }
    .coins-goals-ultimate .goals-ruler .goals-ruler-items .goals-ruler-item p {
      font-weight: 900; }
      .coins-goals-ultimate .goals-ruler .goals-ruler-items .goals-ruler-item p span {
        display: block; }
        .coins-goals-ultimate .goals-ruler .goals-ruler-items .goals-ruler-item p span:first-of-type {
          margin-bottom: 4px;
          font-size: 17px; }
        .coins-goals-ultimate .goals-ruler .goals-ruler-items .goals-ruler-item p span:last-of-type {
          font-size: 12px; }
.coins-goals-ultimate .goals {
  position: relative;
  display: flex;
  width: 100%;
  padding: 4px 0;
  margin: auto auto 34px;
  text-align: center;
  overflow-x: auto;
  text-align: center; }
  .coins-goals-ultimate .goals .goal-item {
    display: inline-block;
    vertical-align: middle;
    margin: auto; }
    .coins-goals-ultimate .goals .goal-item .goal {
      position: relative;
      display: block;
      width: 110px;
      height: 110px;
      padding: 10px;
      border-radius: 74px;
      margin: auto 16px;
      text-align: center;
      background-color: #f9f9f9;
      cursor: pointer;
      overflow: hidden;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
      @media only screen and (max-width: 560px) {
        .coins-goals-ultimate .goals .goal-item .goal {
          width: 90px;
          height: 90px; } }
      .coins-goals-ultimate .goals .goal-item .goal:hover {
        animation: scalegoal 1s alternate infinite ease-in; }
      .coins-goals-ultimate .goals .goal-item .goal .goal-center {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 2px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .coins-goals-ultimate .goals .goal-item .goal p {
        color: black; }
        .coins-goals-ultimate .goals .goal-item .goal p span {
          display: block; }
          .coins-goals-ultimate .goals .goal-item .goal p span:first-of-type {
            margin-bottom: 4px;
            font-size: 14px; }
            @media only screen and (max-width: 560px) {
              .coins-goals-ultimate .goals .goal-item .goal p span:first-of-type {
                font-size: 12px; } }
          .coins-goals-ultimate .goals .goal-item .goal p span:last-of-type {
            font-size: 16px; }
            @media only screen and (max-width: 560px) {
              .coins-goals-ultimate .goals .goal-item .goal p span:last-of-type {
                font-size: 14px; } }
.coins-goals-ultimate .goals-result .goals-result-item {
  display: inline-block;
  vertical-align: middle;
  width: calc(33.33% - 4px);
  text-align: center; }
  @media only screen and (max-width: 1060px) {
    .coins-goals-ultimate .goals-result .goals-result-item {
      width: calc(50% - 4px); } }
  @media only screen and (max-width: 560px) {
    .coins-goals-ultimate .goals-result .goals-result-item {
      width: 100%;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 1060px) {
    .coins-goals-ultimate .goals-result .goals-result-item:nth-child(1), .coins-goals-ultimate .goals-result .goals-result-item:nth-child(2) {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 560px) {
    .coins-goals-ultimate .goals-result .goals-result-item:last-of-type {
      margin-bottom: 0; } }
  .coins-goals-ultimate .goals-result .goals-result-item p {
    display: table;
    min-width: 180px;
    border-radius: 4px;
    margin: auto;
    overflow: hidden; }
    @media only screen and (max-width: 660px) {
      .coins-goals-ultimate .goals-result .goals-result-item p {
        min-width: initial; } }
    .coins-goals-ultimate .goals-result .goals-result-item p span {
      display: block;
      padding: 8px 26px; }
      .coins-goals-ultimate .goals-result .goals-result-item p span:first-of-type {
        border-top: 2px solid #e8e8e8;
        border-right: 2px solid #e8e8e8;
        border-left: 2px solid #e8e8e8;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        font-weight: 700;
        font-size: 22px;
        background-color: white; }
      .coins-goals-ultimate .goals-result .goals-result-item p span:last-of-type {
        font-size: 16px;
        color: white;
        background-color: #e62686; }

.coins-goals .goals-indicators {
  max-width: 255px; }
  @media only screen and (max-width: 560px) {
    .coins-goals .goals-indicators {
      max-width: 100%; } }
  .coins-goals .goals-indicators .goals-indicators-items .goals-indicators-item {
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 560px) {
      .coins-goals .goals-indicators .goals-indicators-items .goals-indicators-item:first-of-type {
        width: calc(100% - 95px); } }
    .coins-goals .goals-indicators .goals-indicators-items .goals-indicators-item:last-of-type {
      border-bottom-right-radius: 4px; }
    .coins-goals .goals-indicators .goals-indicators-items .goals-indicators-item p span {
      display: block;
      padding: 6px 14px;
      text-align: center; }
      .coins-goals .goals-indicators .goals-indicators-items .goals-indicators-item p span:first-of-type {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        font-weight: 700;
        font-size: 23px;
        background-color: white; }
        @media only screen and (max-width: 560px) {
          .coins-goals .goals-indicators .goals-indicators-items .goals-indicators-item p span:first-of-type {
            font-size: 20px; } }
      .coins-goals .goals-indicators .goals-indicators-items .goals-indicators-item p span:last-of-type {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        font-family: "Roboto", sans-serif;
        font-size: 17px;
        color: white;
        background-color: #e62686; }
        @media only screen and (max-width: 560px) {
          .coins-goals .goals-indicators .goals-indicators-items .goals-indicators-item p span:last-of-type {
            font-size: 16px; } }
    .coins-goals .goals-indicators .goals-indicators-items .goals-indicators-item .goals-indicators-equal {
      font-size: 30px; }
.coins-goals .goals {
  position: relative;
  padding: 60px 0;
  border-radius: 4px;
  background-color: #e8e8e8; }
  .coins-goals .goals .goals-indicators-box {
    max-width: 790px;
    margin: auto; }
    .coins-goals .goals .goals-indicators-box ul, .coins-goals .goals .goals-indicators-box .goals-indicators-anp {
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (max-width: 1100px) {
        .coins-goals .goals .goals-indicators-box ul, .coins-goals .goals .goals-indicators-box .goals-indicators-anp {
          display: block;
          margin: auto; } }
    .coins-goals .goals .goals-indicators-box ul {
      max-width: 660px;
      text-align: center; }
      @media only screen and (max-width: 1100px) {
        .coins-goals .goals .goals-indicators-box ul {
          margin-bottom: 20px; } }
      .coins-goals .goals .goals-indicators-box ul li {
        display: inline-block;
        vertical-align: middle;
        width: calc(33.33% - 4px);
        margin-bottom: 16px; }
        @media only screen and (max-width: 1100px) {
          .coins-goals .goals .goals-indicators-box ul li {
            width: calc(50% - 4px);
            margin-bottom: 20px; } }
        @media only screen and (max-width: 700px) {
          .coins-goals .goals .goals-indicators-box ul li {
            width: 100%;
            margin-bottom: 20px !important; } }
        .coins-goals .goals .goals-indicators-box ul li:nth-child(4), .coins-goals .goals .goals-indicators-box ul li:nth-child(5), .coins-goals .goals .goals-indicators-box ul li:nth-child(6) {
          margin-bottom: 0; }
        @media only screen and (max-width: 1100px) {
          .coins-goals .goals .goals-indicators-box ul li:nth-child(5), .coins-goals .goals .goals-indicators-box ul li:nth-child(6) {
            margin-bottom: 0; } }
        @media only screen and (max-width: 1100px) {
          .coins-goals .goals .goals-indicators-box ul li:nth-child(4) {
            margin-bottom: 16px; } }
        @media only screen and (max-width: 700px) {
          .coins-goals .goals .goals-indicators-box ul li:last-of-type {
            margin-bottom: 0 !important; } }
        .coins-goals .goals .goals-indicators-box ul li p span {
          display: inline-block;
          vertical-align: middle; }
          .coins-goals .goals .goals-indicators-box ul li p span:first-of-type {
            width: 125px;
            padding: 14px 13px 13px;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            font-family: "Roboto", sans-serif;
            font-weight: 700;
            font-size: 16px;
            text-align: left;
            color: white;
            background-color: #e62686; }
            @media only screen and (max-width: 560px) {
              .coins-goals .goals .goals-indicators-box ul li p span:first-of-type {
                width: 110px;
                padding: 12px 13px 11px;
                font-size: 14px; } }
          .coins-goals .goals .goals-indicators-box ul li p span:last-of-type {
            width: 74px;
            padding: 9px 8px;
            border-top-right-radius: 4px;
            border-bottom-left-radius: 4px;
            font-weight: 700;
            font-size: 25px;
            background-color: white; }
            @media only screen and (max-width: 560px) {
              .coins-goals .goals .goals-indicators-box ul li p span:last-of-type {
                width: 65px;
                font-size: 20px; } }
    .coins-goals .goals .goals-indicators-box .goals-indicators-anp p span {
      display: block;
      width: 125px;
      text-align: center; }
      @media only screen and (max-width: 1100px) {
        .coins-goals .goals .goals-indicators-box .goals-indicators-anp p span {
          margin: auto; } }
      @media only screen and (max-width: 700px) {
        .coins-goals .goals .goals-indicators-box .goals-indicators-anp p span {
          width: 199px; } }
      @media only screen and (max-width: 360px) {
        .coins-goals .goals .goals-indicators-box .goals-indicators-anp p span {
          width: 90%; } }
      .coins-goals .goals .goals-indicators-box .goals-indicators-anp p span:first-of-type {
        padding: 15px 13px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: white;
        background-color: #e62686; }
        @media only screen and (max-width: 560px) {
          .coins-goals .goals .goals-indicators-box .goals-indicators-anp p span:first-of-type {
            padding: 12px 13px 11px;
            font-size: 15px; } }
      .coins-goals .goals .goals-indicators-box .goals-indicators-anp p span:last-of-type {
        padding: 12px;
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        font-weight: 700;
        font-size: 28px;
        background-color: white; }
        @media only screen and (max-width: 560px) {
          .coins-goals .goals .goals-indicators-box .goals-indicators-anp p span:last-of-type {
            font-size: 22px; } }
.coins-goals .goals-result {
  background-color: #f9f9f9; }
  .coins-goals .goals-result .goals-result-items {
    margin-right: -1px; }
    @media only screen and (max-width: 380px) {
      .coins-goals .goals-result .goals-result-items {
        margin-right: 0; } }
    .coins-goals .goals-result .goals-result-items .goals-result-item {
      display: inline-block;
      vertical-align: middle;
      width: 33.33%;
      margin-left: -5px; }
      @media only screen and (max-width: 380px) {
        .coins-goals .goals-result .goals-result-items .goals-result-item {
          display: block;
          vertical-align: middle;
          width: 100%;
          padding: 0 !important;
          margin-left: 0 !important; } }
      .coins-goals .goals-result .goals-result-items .goals-result-item:first-of-type {
        padding: 0 10px 0 0;
        margin-left: 0; }
      .coins-goals .goals-result .goals-result-items .goals-result-item:nth-child(2) {
        padding: 0 5px; }
      .coins-goals .goals-result .goals-result-items .goals-result-item:last-of-type {
        padding: 0 0 0 10px; }
        @media only screen and (max-width: 700px) {
          .coins-goals .goals-result .goals-result-items .goals-result-item:last-of-type {
            margin-bottom: 0; } }
      .coins-goals .goals-result .goals-result-items .goals-result-item p {
        margin: auto;
        text-align: center; }
        .coins-goals .goals-result .goals-result-items .goals-result-item p span {
          display: block;
          padding: 6px; }
          .coins-goals .goals-result .goals-result-items .goals-result-item p span:first-of-type {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            font-weight: 700;
            font-size: 28px;
            background-color: white; }
            @media only screen and (max-width: 560px) {
              .coins-goals .goals-result .goals-result-items .goals-result-item p span:first-of-type {
                font-size: 22px; } }
          .coins-goals .goals-result .goals-result-items .goals-result-item p span:last-of-type {
            border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            font-family: "Roboto", sans-serif;
            font-size: 17px;
            color: white;
            background-color: #e62686; }
            @media only screen and (max-width: 560px) {
              .coins-goals .goals-result .goals-result-items .goals-result-item p span:last-of-type {
                font-size: 15px; } }
            .coins-goals .goals-result .goals-result-items .goals-result-item p span:last-of-type br {
              display: none; }
              @media only screen and (max-width: 560px) {
                .coins-goals .goals-result .goals-result-items .goals-result-item p span:last-of-type br {
                  display: block; } }

.coins-awards .awards {
  position: relative;
  padding: 30px 0 60px; }
  @media only screen and (max-width: 760px) {
    .coins-awards .awards {
      padding: 30px 0 130px; } }
  .coins-awards .awards ul {
    max-width: 800px;
    margin: auto;
    text-align: left; }
    .coins-awards .awards ul li {
      display: inline-block;
      vertical-align: middle;
      width: calc(33.33% - 4px);
      padding: 0 6px;
      margin-bottom: 16px;
      text-align: center; }
      @media only screen and (max-width: 900px) {
        .coins-awards .awards ul li {
          width: calc(50% - 4px); } }
      @media only screen and (max-width: 660px) {
        .coins-awards .awards ul li {
          width: 100%; } }
      @media only screen and (max-width: 660px) {
        .coins-awards .awards ul li:last-of-type {
          margin-bottom: 0; } }
      .coins-awards .awards ul li .flip-container, .coins-awards .awards ul li .front, .coins-awards .awards ul li .back {
        width: 100%;
        height: 140px; }
      .coins-awards .awards ul li .flip-container {
        -webkit-perspective: 1000;
        margin: auto auto 6px; }
        .coins-awards .awards ul li .flip-container:hover .flipper, .coins-awards .awards ul li .flip-container .hover .flipper {
          -webkit-transform: rotateY(180deg); }
        .coins-awards .awards ul li .flip-container .flipper {
          -webkit-transition: 0.6s;
          -webkit-transform-style: preserve-3d;
          position: relative; }
          .coins-awards .awards ul li .flip-container .flipper .front, .coins-awards .awards ul li .flip-container .flipper .back {
            -webkit-backface-visibility: hidden;
            position: absolute;
            top: 0;
            left: 0; }
            .coins-awards .awards ul li .flip-container .flipper .front .award-card, .coins-awards .awards ul li .flip-container .flipper .back .award-card {
              position: relative;
              height: 140px;
              border: 2px solid #e62686;
              border-radius: 4px;
              margin-bottom: 6px;
              background-color: white;
              cursor: pointer; }
              .coins-awards .awards ul li .flip-container .flipper .front .award-card.award-card2, .coins-awards .awards ul li .flip-container .flipper .back .award-card.award-card2 {
                background-color: #e62686; }
              .coins-awards .awards ul li .flip-container .flipper .front .award-card p, .coins-awards .awards ul li .flip-container .flipper .front .award-card img, .coins-awards .awards ul li .flip-container .flipper .back .award-card p, .coins-awards .awards ul li .flip-container .flipper .back .award-card img {
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -moz-transition: all 0.25s ease-out;
                -webkit-transition: all 0.25s ease-out;
                -i-transition: all 0.25s ease-out; }
              .coins-awards .awards ul li .flip-container .flipper .front .award-card p, .coins-awards .awards ul li .flip-container .flipper .back .award-card p {
                font-weight: 700;
                font-size: 30px;
                color: white; }
              .coins-awards .awards ul li .flip-container .flipper .front .award-card img, .coins-awards .awards ul li .flip-container .flipper .back .award-card img {
                max-width: 110px;
                max-height: 80px; }
          .coins-awards .awards ul li .flip-container .flipper .front {
            z-index: 2; }
          .coins-awards .awards ul li .flip-container .flipper .back {
            -webkit-transform: rotateY(180deg); }
      .coins-awards .awards ul li p span {
        display: block;
        font-size: 20px; }
        @media only screen and (max-width: 660px) {
          .coins-awards .awards ul li p span {
            font-size: 18px; } }
        .coins-awards .awards ul li p span:first-of-type {
          margin-bottom: 2px;
          font-size: 14px; }
        .coins-awards .awards ul li p span:last-of-type {
          font-weight: 700;
          font-size: 18px; }
.coins-awards .awards-footer {
  position: fixed;
  max-width: 1100px;
  width: calc(100% - 210px);
  bottom: -200px;
  left: 185px;
  padding: 12px 0 0;
  border-radius: 4px;
  background: #f9f9f9;
  overflow: hidden;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out; }
  @media only screen and (max-width: 760px) {
    .coins-awards .awards-footer {
      width: calc(100% - 204px);
      left: 182px; } }
  @media only screen and (max-width: 560px) {
    .coins-awards .awards-footer {
      width: calc(100% - 172px);
      left: 156px; } }
  .coins-awards .awards-footer.offset-top {
    bottom: 0; }
  .coins-awards .awards-footer.offset-top2 {
    bottom: 50px; }
    @media only screen and (max-width: 760px) {
      .coins-awards .awards-footer.offset-top2 {
        bottom: 44px; } }
    @media only screen and (max-width: 560px) {
      .coins-awards .awards-footer.offset-top2 {
        bottom: 43px; } }
  .coins-awards .awards-footer:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 10px;
    background-color: #e62686;
    background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
    background-size: 400% 400%;
    -webkit-animation: progressanimation 10s ease infinite;
    -moz-animation: progressanimation 10s ease infinite;
    animation: progressanimation 10s ease infinite; }
  .coins-awards .awards-footer .awards-footer-item {
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 960px) {
      .coins-awards .awards-footer .awards-footer-item {
        width: calc(50% - 4px) !important; } }
    @media only screen and (max-width: 760px) {
      .coins-awards .awards-footer .awards-footer-item {
        vertical-align: top; } }
    .coins-awards .awards-footer .awards-footer-item:nth-child(1) {
      width: 145px;
      padding-left: 24px; }
      @media only screen and (max-width: 560px) {
        .coins-awards .awards-footer .awards-footer-item:nth-child(1) {
          padding-left: 10px; } }
    .coins-awards .awards-footer .awards-footer-item:nth-child(2) {
      width: calc(100% - 413px);
      padding: 0 12px;
      text-align: center; }
      @media only screen and (max-width: 960px) {
        .coins-awards .awards-footer .awards-footer-item:nth-child(2) {
          display: none; } }
    .coins-awards .awards-footer .awards-footer-item:nth-child(3) {
      width: 260px;
      padding-right: 24px;
      text-align: right; }
      @media only screen and (max-width: 560px) {
        .coins-awards .awards-footer .awards-footer-item:nth-child(3) {
          padding-right: 10px; } }
      .coins-awards .awards-footer .awards-footer-item:nth-child(3) .awards-footer-value, .coins-awards .awards-footer .awards-footer-item:nth-child(3) .button {
        display: inline-block;
        vertical-align: middle; }
      .coins-awards .awards-footer .awards-footer-item:nth-child(3) .awards-footer-value {
        margin-right: 14px; }
        @media only screen and (max-width: 760px) {
          .coins-awards .awards-footer .awards-footer-item:nth-child(3) .awards-footer-value {
            margin-right: 0;
            margin-bottom: 14px; } }
      @media only screen and (max-width: 760px) {
        .coins-awards .awards-footer .awards-footer-item:nth-child(3) .button {
          display: table;
          float: right; } }
    .coins-awards .awards-footer .awards-footer-item .awards-footer-value {
      text-align: left; }
      .coins-awards .awards-footer .awards-footer-item .awards-footer-value p {
        display: block; }
        .coins-awards .awards-footer .awards-footer-item .awards-footer-value p:first-of-type {
          margin-bottom: 6px;
          font-size: 22px; }
          @media only screen and (max-width: 560px) {
            .coins-awards .awards-footer .awards-footer-item .awards-footer-value p:first-of-type {
              font-size: 20px; } }
        .coins-awards .awards-footer .awards-footer-item .awards-footer-value p:last-of-type {
          font-size: 14px; }
          @media only screen and (max-width: 560px) {
            .coins-awards .awards-footer .awards-footer-item .awards-footer-value p:last-of-type {
              font-size: 11px; } }
    .coins-awards .awards-footer .awards-footer-item .awards-footer-choices .awards-footer-choice {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px; }
      .coins-awards .awards-footer .awards-footer-item .awards-footer-choices .awards-footer-choice img {
        max-width: 50px;
        max-height: 26px;
        width: 100%; }

.page-network .page-tabs .page-nav-tabs li.active a {
  border-color: #e62686 !important;
  background-color: #e62686 !important; }
.page-network .page-tabs .page-nav-tabs li:last-of-type {
  margin-left: 40px; }
  @media only screen and (min-width: 901px) {
    .page-network .page-tabs .page-nav-tabs li:last-of-type {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      margin-left: 0; } }
  .page-network .page-tabs .page-nav-tabs li:last-of-type a {
    border-color: #dbdbdb;
    color: #1c2101;
    background-color: #dbdbdb; }
    .page-network .page-tabs .page-nav-tabs li:last-of-type a:hover {
      border-color: #e62686;
      color: white;
      background-color: #e62686; }
.page-network .page-tabs .table-pending-action {
  margin-top: 30px; }
  .page-network .page-tabs .table-pending-action .table-pending-trigger {
    border-bottom: none;
    font-size: 16px; }
    .page-network .page-tabs .table-pending-action .table-pending-trigger div, .page-network .page-tabs .table-pending-action .table-pending-trigger p {
      font-weight: 700; }
  .page-network .page-tabs .table-pending-action .icon-down {
    font-weight: 700; }

.page-events .page-tabs .page-nav-tabs li:last-of-type {
  margin-left: 40px; }
  @media only screen and (min-width: 901px) {
    .page-events .page-tabs .page-nav-tabs li:last-of-type {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      margin-left: 0; } }
  .page-events .page-tabs .page-nav-tabs li:last-of-type a {
    width: 44px;
    padding: 0; }
    .page-events .page-tabs .page-nav-tabs li:last-of-type a div {
      padding-right: 0;
      font-size: 20px;
      font-weight: normal;
      margin: auto !important; }
      .page-events .page-tabs .page-nav-tabs li:last-of-type a div.icon-p4l {
        padding-bottom: 0 !important;
        line-height: 38px; }

.events-holder .events-items .page-nav-tabs {
  margin-bottom: 30px; }
.events-holder .events-items .events-item-row {
  margin-top: 26px; }
  .events-holder .events-items .events-item-row:first-of-type {
    margin-top: 0; }
  .events-holder .events-items .events-item-row .events-item {
    display: inline-block;
    width: calc(33.33% - 16px);
    margin-right: 20px;
    vertical-align: top; }
    @media only screen and (max-width: 760px) {
      .events-holder .events-items .events-item-row .events-item {
        display: block;
        width: 100%;
        margin-top: 26px;
        margin-right: 0; } }
    .events-holder .events-items .events-item-row .events-item:nth-child(1) {
      margin-top: 0; }
    .events-holder .events-items .events-item-row .events-item:last-of-type {
      margin-right: 0; }
    .events-holder .events-items .events-item-row .events-item:hover .events-footer span {
      color: #e62686 !important;
      background-color: transparent !important; }
    .events-holder .events-items .events-item-row .events-item .events-header {
      position: relative;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      overflow: hidden; }
      .events-holder .events-items .events-item-row .events-item .events-header .events-image {
        position: relative;
        height: 180px;
        background-position: center center;
        background-size: cover; }
        .events-holder .events-items .events-item-row .events-item .events-header .events-image .fav {
          position: absolute;
          top: 10px;
          right: 10px;
          width: 30px;
          height: 30px;
          border-radius: 2px;
          color: #dbdbdb;
          text-align: center;
          background-color: #f9f9f9;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
          .events-holder .events-items .events-item-row .events-item .events-header .events-image .fav.active {
            color: #e62686; }
          .events-holder .events-items .events-item-row .events-item .events-header .events-image .fav:hover {
            color: #e62686;
            background-color: #e8e8e8; }
          .events-holder .events-items .events-item-row .events-item .events-header .events-image .fav div {
            font-size: 17px;
            line-height: 31px; }
    .events-holder .events-items .events-item-row .events-item .events-content {
      padding: 14px;
      border-top: 2px solid #e62686;
      background-color: #f9f9f9; }
      .events-holder .events-items .events-item-row .events-item .events-content .events-copy {
        width: 100%; }
        .events-holder .events-items .events-item-row .events-item .events-content .events-copy p {
          margin-bottom: 10px;
          font-weight: 900;
          font-size: 17px;
          line-height: 1; }
          .events-holder .events-items .events-item-row .events-item .events-content .events-copy p:nth-child(1) {
            margin-bottom: 6px;
            font-size: 17px; }
          .events-holder .events-items .events-item-row .events-item .events-content .events-copy p:nth-child(2) {
            font-weight: 600;
            font-size: 13px; }
            .events-holder .events-items .events-item-row .events-item .events-content .events-copy p:nth-child(2) span {
              font-weight: 900;
              font-size: 16px;
              color: #e62686; }
      .events-holder .events-items .events-item-row .events-item .events-content p {
        font-weight: 500;
        font-size: 13px;
        line-height: 1.3;
        color: black; }
    .events-holder .events-items .events-item-row .events-item .events-footer {
      padding: 0 14px 14px;
      border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px;
      background-color: #f9f9f9; }
      .events-holder .events-items .events-item-row .events-item .events-footer span {
        padding: 8px 12px;
        font-weight: 700;
        font-size: 13px;
        text-align: center;
        color: white !important;
        background-color: #e62686 !important;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out; }

.content {
  width: calc(100% - 160px); }
  @media only screen and (max-width: 560px) {
    .content {
      width: calc(100% - 140px); } }

header .header-items .header-item .profile-info-holder ul li:nth-child(4):before {
  display: block; }

.page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown.dropdown-pipeline .selectric-wrapper .selectric-items ul li:nth-child(7):after, .page-tabs .pipeline-filters-top .pipeline-filters-titem .dropdown.dropdown-pipeline .selectric-wrapper .selectric-items ul li:nth-child(8):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 80%;
  height: 1px;
  margin: 16px auto auto;
  background-color: #e8e8e8; }

.sidebar ul li:nth-child(8) {
  margin-top: 10px; }
  .sidebar ul li:nth-child(8):before {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    margin: 10px auto;
    background-color: #e8e8e8; }
    @media only screen and (max-width: 560px) {
      .sidebar ul li:nth-child(8):before {
        margin: auto auto 14px; } }

.page-dashboard {
  max-width: 1100px;
  	/*
  	.dashboard-items {
  		padding: 26px;
  		border-radius: 4px;
  		margin-bottom: 26px;
  		background-color: $grey-layer1;
  
  		@media only screen and (max-width: 760px) {
  			padding: 22px;
  			margin-bottom: 22px;
  		}
  		@media only screen and (max-width: 560px) {
  			margin-bottom: 16px;
  		}
  
  		&:last-of-type {
  			margin-bottom: 0;
  		}
  
  		.dashboard-item, .dashboard-indicators {
  			display: inline-block;
  			vertical-align: top;
  		}
  		.dashboard-item-wide {
  			display: block;
  			width: 100%;
  			margin-top: 26px;
  			margin-bottom: 16px;
  
  			&:first-of-type {
  				margin-top: 0;
  			}
  
  			p {
  				font-weight: 900;
  				font-size: 24px;
  
  				@media only screen and (max-width: 560px) {
  					font-size: 22px;
  				}
  			}
  		}
  
  		canvas {
  			@media only screen and (max-width: 560px) {
  				min-height: 450px !important;
  			}
  		}
  	}
  
  	.dashboard-goal {
  		&.dashboard-goal1 {
  			.dashboard-item {
  				&:first-of-type {
  					@media only screen and (max-width: 902px) {
  						display: block;
  						margin-right: 0;
  						margin-bottom: 20px;
  					}
  					@media only screen and (max-width: 560px) {
  						margin-bottom: 16px;
  					}
  
  					.dashboard-box {
  						@media only screen and (max-width: 600px) {
  							width: 100%;
  						}
  
  						#goal-progressbar {
  							@media only screen and (max-width: 600px) {
  								width: 100%;
  							}
  						}
  					}
  				}
  			}
  		}
  		&.dashboard-goal2 {
  			.dashboard-item {
  				width: calc(25% - 24px);
  
  				@media only screen and (max-width: 860px) {
  					width: calc(50% - 24px);
  				}
  				@media only screen and (max-width: 600px) {
  					width: 100%;
  					margin-right: 0;
  				}
  
  				&:nth-child(2), &:nth-child(3), &:nth-child(7), &:nth-child(8) {
  					@media only screen and (max-width: 860px) {
  						margin-bottom: 20px;
  					}
  				}
  				&:nth-child(2), &:nth-child(3), &:nth-child(4), &:nth-child(7), &:nth-child(8), &:nth-child(9) {
  					@media only screen and (max-width: 600px) {
  						margin-bottom: 0;
  					}
  				}
  
  				.dashboard-box {
  					width: initial;
  					height: 100px;
  					background-color: transparent;
  				}
  			}
  		}
  		.dashboard-item {
  			margin-right: 20px;
  
  			@media only screen and (max-width: 600px) {
  				display: block;
  				width: 100%;
  				margin-bottom: 20px;
  			}
  			@media only screen and (max-width: 560px) {
  				margin-bottom: 16px;
  			}
  
  			&:last-of-type {
  				margin-right: 0;
  
  				@media only screen and (max-width: 600px) {
  					margin-bottom: 0;
  				}
  			}
  
  			.dashboard-box {
  				position: relative;
  				width: 120px;
  				height: 120px;
  				border-radius: 4px;
  				text-align: center;
  				background-color: $grey-layer1;
  
  				@media only screen and (max-width: 600px) {
  					width: 100%;
  				}
  				@media only screen and (max-width: 560px) {
  					height: 90px;
  				}
  
  				&.dashboard-box-wide1 {
  					width: 250px;
  				}
  				&.dashboard-box-wide2 {
  					width: 180px;
  				}
  
  				&.dashboard-pipeline-indicatorsf {
  					height: calc(100% - 51px);
  
  					.dashboard-box-top {
  						p {
  							padding: 14px 16px;
  						}
  					}
  					.dashboard-box-bottom {
  						p {
  							position: initial;
  							top: initial;
  							left: initial;
  							-webkit-transform: initial;
  							-moz-transform: initial;
  							-ms-transform: initial;
  							-o-transform: initial;
  							transform: initial;
  							padding: 12px 16px;
  							font-size: 22px !important;
  						}
  					}
  				}
  
  				.dashboard-box-top {
  					border-top-left-radius: 4px;
  					border-top-right-radius: 4px;
  					background-color: $pink;
  
  					p {
  						padding: 12px;
  						font-size: 17px;
  						color: white;
  
  						@media only screen and (max-width: 560px) {
  							padding: 10px;
  							font-size: 16px;
  						}
  					}
  				}
  				.dashboard-box-bottom {
  					position: relative;
  					height: calc(100% - 42px);
  					border-bottom-left-radius: 4px;
  					border-bottom-left-radius: 4px;
  					background-color: white;
  
  					@media only screen and (max-width: 560px) {
  						height: calc(100% - 36px);
  					}
  
  					p, img {
  						position: absolute;
  						top: 50%;
  						left: 50%;
  						-webkit-transform: translate(-50%, -50%);
  						-moz-transform: translate(-50%, -50%);
  						-ms-transform: translate(-50%, -50%);
  						-o-transform: translate(-50%, -50%);
  						transform: translate(-50%, -50%);
  					}
  
  					p {
  						font-size: 30px;
  
  						@media only screen and (max-width: 560px) {
  							font-size: 26px;
  						}
  					}
  
  					img {
  						display: none;
  						max-width: 55px;
  
  						@media only screen and (max-width: 560px) {
  							max-width: 45px;
  						}
  					}
  
  					#goal-progressbar {
  						position: relative;
  						width: 250px;
  						height: 100%;
  						border-bottom-left-radius: 4px;
  						border-bottom-left-radius: 4px;
  						background-color: white;
  						-moz-transition: all 0.25s ease-out;
  						-webkit-transition: all 0.25s ease-out;
  						-i-transition: all 0.25s ease-out;
  						z-index: 1;
  
  						.goal-progressbar-indicator {
  							content: '';
  							position: absolute;
  							top: 0;
  							left: 0;
  							height: 100%;
  							border-bottom-left-radius: 4px;
  							border-bottom-left-radius: 4px;
  							background-size: 400% 400%;
  							-webkit-animation: progressanimation 30s ease infinite;
  							-moz-animation: progressanimation 30s ease infinite;
  							animation: progressanimation 30s ease infinite;
  
  							&.goal-progressbar-green {
  								background-color: $green;
  							}
  							&.goal-progressbar-yellow {
  								background-color: $yellow;
  							}
  							&.goal-progressbar-red {
  								background-color: $red;
  							}
  
  							.goal-progressbar-number {
  								position: absolute;
  								top: 50%;
  								right: initial;
  								left: 50%;
  								-webkit-transform: translate(-50%, -50%);
  								-moz-transform: translate(-50%, -50%);
  								-ms-transform: translate(-50%, -50%);
  								-o-transform: translate(-50%, -50%);
  								transform: translate(-50%, -50%);
  								font-size: 30px;
  								color: white;
  							}
  						}
  
  						.goal-progressbar-number {
  							position: absolute;
  							right: 10px;
  							top: 50%;
  							-webkit-transform: translate(0, -50%);
  							-moz-transform: translate(0, -50%);
  							-ms-transform: translate(0, -50%);
  							-o-transform: translate(0, -50%);
  							transform: translate(0, -50%);
  						    font-weight: 900;
  						    font-size: 18px;
  						    text-align: right;
  						}
  					}
  				}
  
  				p {
  					font-weight: 900;
  
  					span {
  						display:  block;
  						width: 100%;
  
  						@media only screen and (max-width: 900px) {
  							display: block;
  							padding: 8px;
  						    font-size: 16px;
  						}
  					}
  				}
  
  				.dashboard-pipeline-indicators {
  					position: relative;
  					margin-top: 0;
  					font-weight: 900;
  					text-transform: uppercase;
  					text-align: left;
  					z-index: 1;
  					cursor: pointer;
  
  				    &:first-of-type {
  					    padding: 14px 16px;
  					    font-size: 18px;
  					    color: white;
  
  					    @media only screen and (max-width: 560px) {
  					    	padding: 12px 16px;
  					    	font-size: 16px;
  					    }
  
  				    	&:before {
  				    	    content: '';
  			    	        position: absolute;
  			    	        top: 0;
  			    	        left: 0;
  			    	        width: calc(100% - 32px);
  			    	        height: 100%;
  			    	        border-top-left-radius: 4px;
  			    	        border-top-right-radius: 4px;
  			    	        background-color: $grey-layer3;
  			    	        z-index: -1;
  				    	}
  				    	&:after {
  				    	    content: '';
  				    	    position: absolute;
  				    	    top: 0;
  				    	    right: 0;
  				    	    width: 0;
  				    	    height: 0;
  				    	    border-top: 47px solid transparent;
  				    	    border-bottom: 46px solid transparent;
  				    	    border-left: 33px solid $grey-layer3;
  				    	    border-radius: 4px;
  
  				    	    @media only screen and (max-width: 560px) {
  				    	    	border-top: 41px solid transparent;
  				    	    	border-bottom: 40px solid transparent;
  				    	    }
  				    	}
  				    }
  				    &:last-of-type {
  			    	    padding: 12px 16px;
  			    	    font-size: 22px;
  			    	    color: black;
  
  			    	    @media only screen and (max-width: 560px) {
  			    	    	padding: 9px 16px;
  			    	    }
  
  				    	&:before {
  				    	    content: '';
  				    	    position: absolute;
  				    	    top: 0;
  				    	    left: 0;
  				    	    width: calc(100% - 32px);
  				    	    height: 100%;
  				    	    border-bottom-left-radius: 4px;
  				    	    border-bottom-right-radius: 4px;
  				    	    background-color: white;
  				    	    z-index: -1;
  				    	}
  				    }
  				}
  
  				&.dashboard-state1 {
  					img {
  						&:nth-child(1) {
  							display: block;
  						}
  					}
  				}
  				&.dashboard-state2 {
  					img {
  						&:nth-child(2) {
  							display: block;
  						}
  					}
  				}
  				&.dashboard-state3 {
  					img {
  						&:nth-child(3) {
  							display: block;
  						}
  					}
  				}
  			}
  		}
  
  		.dashboard-pipeline-indicator {
  		    margin-top: 8px;
  
  		    .dashboard-pipeline-item {
  		        display: inline-block;
  		        width: calc(33.33% - 4px);
  		        vertical-align: top;
  		        padding: 0 9px;
  
  		        @media only screen and (max-width: 560px) {
  		            width: calc(50% - 4px);
  		            padding: 0;
  		        }
  		
  		        &:first-of-type {
  		            padding-left: 0;
  		        }
  		        &:last-of-type {
  		            padding-right: 0;
  		
  		            @media only screen and (max-width: 760px) {
  		                margin-bottom: 0;
  		            }
  		        }
  		        &.dashboard-pipeline-active {
  		            p {
  		                color: white;
  		                
  		                &:before {
  		                    background-color: $pink;
  		                }
  		                &:after {
  		                    border-left: 22px solid $pink;
  		                }
  		            }
  		        }
  		    }
  		}
  
  		.dashboard-indicators {
  			@media only screen and (max-width: 1160px) {
  				display: block;
  				margin-top: 20px;
  			}
  
  			.dashboard-indicator-item {
  				margin-bottom: 16px;
  
  				@media only screen and (max-width: 400px) {
  					display: block;
  					width: 100%;
  					margin-bottom: 16px;
  				}
  
  				&:last-of-type {
  					margin-bottom: 0;
  
  					@media only screen and (max-width: 400px) {
  						margin-bottom: 0;
  					}
  				}
  
  				.indicator {
  					display: table;
  
  					@media only screen and (max-width: 600px) {
  						display: block;
  						text-align: center;
  					}
  
  					.indicators-title, .indicators-value {
  						display:  inline-block;
  						vertical-align: middle;
  						font-weight: 900;
  
  						@media only screen and (max-width: 900px) {
  							display: block;
  							padding: 8px;
  						    font-size: 16px;
  						}
  					}
  					.indicators-title {
  						border-top-left-radius: 4px;
  						border-bottom-left-radius: 4px;
  						padding: 12px;
  						font-size: 17px;
  						color: white;
  						background-color: $pink;
  
  						@media only screen and (max-width: 900px) {
  							border-top-left-radius: 4px;
  							border-top-right-radius: 4px;
  							border-bottom-left-radius: 0;
  						}
  						@media only screen and (max-width: 560px) {
  							padding: 10px;
  							font-size: 16px;
  						}
  					}
  					.indicators-value {
  						border-top-right-radius: 4px;
  						border-bottom-left-radius: 4px;
  						padding: 10px;
  						font-size: 22px;
  						background-color: white;
  
  						@media only screen and (max-width: 900px) {
  							border-top-right-radius: 0;
  							border-bottom-left-radius: 4px;
  							border-bottom-left-radius: 4px;
  						}
  					}
  				}
  			}
  		}
  	}
  
  	.dashboard-funnel {
  		margin: auto;
  		text-align: center;
  
  		&.dashboard-funnel-two {
  			max-width: 660px;
  
  			.dashboard-funnel-item {
  				width: calc(50% - 4px);
  			}
  		}
  		&.dashboard-funnel-three {
  			max-width: 900px;
  
  			.dashboard-funnel-item {
  				width: calc(33.33% - 4px);
  			}
  		}
  		&.dashboard-funnel-four {
  			.dashboard-funnel-item {
  				width: calc(25% - 4px);
  			}
  		}
  
  		&.dashboard-funnel-three, &.dashboard-funnel-four {
  			@media only screen and (max-width: 1100px) {
  				max-width: 660px;
  			}
  			
  			.dashboard-funnel-item {
  				@media only screen and (max-width: 1100px) {
  					width: calc(50% - 4px);
  					margin-bottom: 40px;
  				}
  
  				&:nth-child(3), &:nth-child(4) {
  					@media only screen and (max-width: 1100px) {
  						margin-bottom: 0;
  					}
  				}
  			}
  		}
  
  		&.dashboard-funnel-two, &.dashboard-funnel-three, &.dashboard-funnel-four {
  			@media only screen and (max-width: 760px) {
  				max-width: 320px;
  			}
  			
  			.dashboard-funnel-item {
  				@media only screen and (max-width: 760px) {
  					width: 100%;
  					padding: 0;
  					margin-bottom: 40px !important;
  				}
  
  				&:last-of-type {
  					@media only screen and (max-width: 760px) {
  						margin-bottom: 0 !important;
  					}
  				}
  			}
  		}
  
  		.dashboard-funnel-item {
  			display: inline-block;
  			vertical-align: top;
  			padding: 0 10px;
  
  			&:first-of-type {
  				padding-left: 0;
  			}
  			&:last-of-type {
  				padding-right: 0;
  			}
  
  			&.dashboard-funnel-con {
  				.dashboard-funnel-lines {
  					.dashboard-funnel-line {
  						&:nth-child(1) {
  							&:before {
  								content: 'Contacto Inicial';
  							}
  						}
  						&:nth-child(2) {
  							width: 90%;
  
  							&:before {
  								content: 'RAD';
  							}
  						}
  						&:nth-child(3) {
  							width: 80%;
  
  							&:before {
  								content: 'Criação de Plano';
  							}
  						}
  						&:nth-child(4) {
  							width: 70%;
  
  							&:before {
  								content: 'Reunião de Fecho';
  							}
  						}
  						&:nth-child(5) {
  							width: 60%;
  
  							&:before {
  								content: 'Reunião de Dúvidas';
  							}
  						}
  					}
  				}
  			}
  
  			&.dashboard-funnel-onl {
  				.dashboard-funnel-lines {
  					.dashboard-funnel-line {
  						&:nth-child(1) {
  							&:before {
  								content: 'First Contact';
  							}
  						}
  						&:nth-child(2) {
  							width: 85%;
  
  							&:before {
  								content: 'Follow-Up';
  							}
  						}
  						&:nth-child(3) {
  							width: 70%;
  
  							&:before {
  								content: 'Closing';
  							}
  						}
  					}
  				}
  			}
  
  			.dashboard-item-wide {
  				margin-bottom: 10px;
  			}
  
  			.dashboard-funnel-lines {
  				margin-bottom: 16px;
  
  				.dashboard-funnel-line {
  					position: relative;
  					display: block;
  					width: 100%;
  					padding: 16px;
  					border-bottom: 2px solid $grey-layer1;
  					border-top-left-radius: 16px;
  					border-top-right-radius: 16px;
  					border-bottom-left-radius: 50px;
  					border-bottom-right-radius: 50px;
  					margin: auto;
  					background-color: $pink;
  
  					@media only screen and (max-width: 560px) {
  						padding: 12px;
  					}
  
  					&:before, p {
  						display: inline-block;
  						width: calc(50% - 4px);
  						vertical-align: middle;
  					}
  
  					&:before {
  						font-size: 13px;
  						color: white;
  
  						@media only screen and (max-width: 560px) {
  							font-size: 12px;
  						}
  					}
  
  					p {
  						font-weight: 700;
  						font-size: 18px;
  						color: white;
  
  						@media only screen and (max-width: 560px) {
  							font-size: 16px;
  						}
  					}
  				}
  			}
  
  			.dashboard-funnel-sum {
  				p {
  					font-weight: 700;
  					font-size: 16px;
  
  					@media only screen and (max-width: 560px) {
  						font-size: 15px;
  					}
  
  					span {
  						font-size: 22px;
  
  						@media only screen and (max-width: 560px) {
  							font-size: 20px;
  						}
  					}
  				}
  			}
  		}
  	}
  
  	.dashboard-widerange-holder {
  		padding: 26px;
  		border-radius: 4px;
  		margin-bottom: 26px;
  		background-color: $grey-layer1;
  
  		@media only screen and (max-width: 760px) {
  			padding: 22px;
  			margin-bottom: 22px;
  		}
  		@media only screen and (max-width: 560px) {
  			margin-bottom: 16px;
  		}
  
  		.dashboard-widerange-title {
  			display: block;
  			width: 100%;
  			margin-top: 26px;
  			margin-bottom: 16px;
  
  			&:first-of-type {
  				margin-top: 0;
  			}
  
  			p {
  				font-weight: 900;
  				font-size: 26px;
  			}
  		}
  
  		.dashboard-widerange-value {
  			margin-bottom: 6px;
  			text-align: center;
  
  			p {
  				display: table;
  				padding: 8px 14px 7px;
  				border-radius: 30px;
  			    margin: auto;
  			    font-family: "daxcs", sans-serif;
  			    font-weight: 900;
  			    font-size: 19px;
  			    color: black;
  			    background-color: white;
  			}
  		}
  
  		.dashboard-widerange {
  			position: relative;
  			display: block;
  			height: 36px;
  			border-radius: 54px;
  			margin-bottom: 6px;
  			background-color: $grey-layer2;
  
  			.dashboard-widerange-indicator {
  				position: relative;
  				display: block;
  				height: 36px;
  				border-radius: 54px;
  				line-height: 37px;
  				text-align: center;
  				background-color: $pink;
  				background: linear-gradient(-45deg, $blue, $pink, $orange, $green);
  				background-size: 400% 400%;
  				-webkit-animation: progressanimation 120s ease infinite;
  				-moz-animation: progressanimation 120s ease infinite;
  				animation: progressanimation 120s ease infinite;
  			}
  
  			.dashboard-widerange-goals {
  				position: absolute;
  				top: 10px;
  				display: block;
  				width: 16px;
  				height: 16px;
  				border-radius: 20px;
  				margin-right: 12px;
  				background-color: white;
  				cursor: pointer;
  				-moz-transition: all 0.25s ease-out;
  				-webkit-transition: all 0.25s ease-out;
  				-i-transition: all 0.25s ease-out;
  
  				&:hover, &.dashboard-goal-active {
  					background-color: $grey-layer3;
  
  					.gps_ring {
  						-webkit-animation: none;
  						-moz-animation: none;
  						animation: none;
  					}
  				}
  
  				.gps_ring {
  				    position: absolute;
  				    top: -4px;
  				    left: -4px;
  				    width: 24px;
  				    height: 24px;
  				    border: 2px solid $grey-layer3;
  				    border-radius: 30px;
  				    -webkit-animation: pulsate 1.8s ease-out infinite;
  				    -moz-animation: pulsate 1.8s ease-out infinite;
  				    animation: pulsate 1.8s ease-out infinite;
  				    opacity: 0;
  				}
  			}
  		}
  
  		.dashboard-ruler {
  			margin-bottom: 20px;
  
  			.dashboard-ruler-items {
  				.dashboard-ruler-item {
  					display: inline-block;
  					vertical-align: middle;
  					width: calc(50% - 4px);
  
  					&:first-of-type {
  						text-align: left;
  					}
  					&:last-of-type {
  						text-align: right;
  					}
  
  					p {
  						font-family: "daxcs", sans-serif;
  						font-weight: 900;
  						font-size: 16px;
  					}
  				}
  			}
  		}
  
  		.dashboard-widerange-description {
  			position: relative;
  			display: flex;
  			max-width: 580px;
  			width: 100%;
  			padding: 4px 0;
  			margin: auto;
  			text-align: center;
  			overflow-x: scroll;
  
  			.dashboard-widerange-descriptioni {
  				display: inline-block;
  				vertical-align: middle;
  				margin: auto;
  
  				.dashboard-widerange-goal {
  					position: relative;
  					display: block;
  					width: 100px;
  					height: 100px;
  					padding: 10px;
  					border-radius: 54px;
  					margin: auto 16px;
  					text-align: center;
  					background-color: $grey-layer2;
  					cursor: pointer;
  					-moz-transition: all 0.25s ease-out;
  					-webkit-transition: all 0.25s ease-out;
  					-i-transition: all 0.25s ease-out;
  
  					@media only screen and (max-width: 560px) {
  						width: 80px;
  						height: 80px;
  					}
  
  					&:hover, &.dashboard-goal-active {
  						animation: scalegoal 1s alternate infinite ease-in;
  						background-color: $grey-layer3;
  					}
  					&.dashboard-widerange-complete {
  						color: white;
  						background-color: $pink;
  						background: linear-gradient(-45deg, $blue, $pink, $orange, $green);
  						background-size: 400% 400%;
  						-webkit-animation: progressanimation 120s ease infinite;
  						-moz-animation: progressanimation 120s ease infinite;
  						animation: progressanimation 120s ease infinite;
  					}
  
  					[class^="icon-"], [class*=" icon-"] {
  						margin-bottom: 6px;
  						font-size: 20px;
  
  						@media only screen and (max-width: 560px) {
  							font-size: 16px;
  						}
  					}
  
  					.dashboard-widerange-center {
  						position: absolute;
  						left: 50%;
  						top: 50%;
  						-webkit-transform: translate(-50%, -50%);
  						-moz-transform: translate(-50%, -50%);
  						-ms-transform: translate(-50%, -50%);
  						-o-transform: translate(-50%, -50%);
  						transform: translate(-50%, -50%);
  					}
  
  					p {
  						font-size: 12px;
  
  						span {
  							display: block;
  							font-size: 16px;
  
  							@media only screen and (max-width: 560px) {
  								font-size: 14px;
  							}
  						}
  					}
  				}
  			}
  		}
  	}
  
  	.dashboard-graphic {
  		.dashboard-item {
  			@media only screen and (max-width: 900px) {
  				display: block;
  				width: 100% !important;
  			}
  
  			&:first-of-type {
  				width: 200px;
  
  				@media only screen and (max-width: 1200px) {
  					width: 160px;
  				}
  			}
  			&:last-of-type {
  				width: calc(100% - 205px);
  			}
  
  			.dashboard-graphic-box {
  				@media only screen and (max-width: 900px) {
  					margin-bottom: 20px;
  				}
  				@media only screen and (max-width: 560px) {
  					margin-bottom: 16px;
  				}
  
  				.profile-anp-item {
  					display: block;
  					margin-bottom: 20px;
  					text-align: center;
  
  					@media only screen and (max-width: 900px) {
  						display: inline-block;
  						vertical-align: top;
  						margin-right: 20px;
  						margin-bottom: 0;
  					}
  					@media only screen and (max-width: 560px) {
  						margin-right: 16px;
  					}
  					@media only screen and (max-width: 560px) {
  						display: block;
  						margin-right: 0;
  						margin-bottom: 16px;
  					}
  
  					&:last-of-type {
  						margin-right: 0 !important;
  						margin-bottom: 0;
  					}
  
  					p {
  						border-bottom: none;
  
  						span {
  							display: block;
  							padding: 6px;
  							font-weight: 700;
  
  							&:first-of-type {
  								border-top-left-radius: 20px;
  								border-top-right-radius: 20px;
  								font-family: $font-main;
  								font-size: 16px;
  								color: white;
  								background-color: $pink;
  							}
  							&:last-of-type {
  								border-bottom-left-radius: 20px;
  								border-bottom-right-radius: 20px;
  								font-size: 19px;
  								background-color: white;
  
  								@media only screen and (max-width: 560px) {
  									font-size: 18px;
  								}
  							}
  						}
  					}
  
  					.profile-anp-sitem {
  						display: inline-block;
  						vertical-align: top;
  
  						@media only screen and (max-width: 520px) {
  							margin-bottom: 3px;
  						}
  
  						&:last-of-type {
  							width: 180px;
  						}
  
  						.profile-anp-titem {
  							display: block;
  						}
  						.profile-anp-bitem {
  							.profile-anp-holder {
  								position: relative;
  								max-width: 750px;
  								width: 100%;
  								margin: auto;
  								background-color: $grey-layer3;
  
  							 	.profile-anp-progress {
  							 		height: 20px;
  							 		padding: 3px 4px;
  							 		font-weight: 700;
  							 		font-size: 13px;
  							 		color: white;
  							 		background-color: $green;
  							 	}
  							}
  						}
  					}
  				}
  			}
  
  			canvas {
  				height: auto !important;
  			}
  
  			.dashboard-graphic-actions {
  			    text-align: center;
  
  			    &.dashboard-graphic-actionst {
  			    	display: none;
  			    	margin-bottom: 12px;
  
  			    	@media only screen and (max-width: 560px) {
  			    		display: block;
  			    	}
  			    }
  			    &.dashboard-graphic-actionsb {
  			    	display: block;
  			    	margin-top: 12px;
  
  			    	@media only screen and (max-width: 560px) {
  			    		display: none;
  			    	}
  			    }
  
  				a {
  					display: inline-block;
  					vertical-align: middle;
  					margin: 0 6px;
  					font-weight: 700;
  
  					&.active {
  						color: $pink !important;
  						background-color: transparent;
  
  						&:hover {
  							color: white !important;
  							border-bottom: 3px solid $pink !important;
  							background-color: $pink;
  						}
  					}
  				}
  			}
  		}
  	}
  	*/ }
  .page-dashboard .dashboard-items {
    margin-bottom: 26px; }
    @media only screen and (max-width: 860px) {
      .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item, .page-dashboard .dashboard-items.profile-items-top .dashboard-item {
        width: 100% !important; } }
    .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item .dashboard-box-items, .page-dashboard .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items {
      margin-bottom: 20px; }
      .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(1) .dashboard-tag-image, .page-dashboard .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(1) .dashboard-tag-image {
        background-color: #3ba8dc; }
      .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(1) .dashboard-tag-content p:nth-child(2), .page-dashboard .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(1) .dashboard-tag-content p:nth-child(2) {
        color: #3ba8dc; }
      .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(2) .dashboard-tag-image, .page-dashboard .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(2) .dashboard-tag-image {
        background-color: #019688; }
      .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(2) .dashboard-tag-content p:nth-child(2), .page-dashboard .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(2) .dashboard-tag-content p:nth-child(2) {
        color: #019688; }
      .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(3) .dashboard-tag-image, .page-dashboard .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(3) .dashboard-tag-image {
        background-color: #fc7720; }
      .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(3) .dashboard-tag-content p:nth-child(2), .page-dashboard .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box-item:nth-child(3) .dashboard-tag-content p:nth-child(2) {
        color: #fc7720; }
      .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-tag, .page-dashboard .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-tag {
        border-radius: 34px; }
        .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-tag .dashboard-tag-image, .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-tag .dashboard-tag-content, .page-dashboard .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-tag .dashboard-tag-image, .page-dashboard .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-tag .dashboard-tag-content {
          display: inline-block;
          vertical-align: middle; }
        .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-tag .dashboard-tag-image, .page-dashboard .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-tag .dashboard-tag-image {
          position: relative;
          width: 70px;
          height: 70px;
          border-radius: 70px;
          margin-top: -2px;
          margin-bottom: -2px;
          margin-left: -5px; }
          .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-tag .dashboard-tag-image div, .page-dashboard .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-tag .dashboard-tag-image div {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-weight: bold;
            font-size: 24px;
            color: white; }
        .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-tag .dashboard-tag-content, .page-dashboard .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-tag .dashboard-tag-content {
          width: calc(100% - 75px);
          padding: 0 20px;
          text-align: right; }
          .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-tag .dashboard-tag-content p:nth-child(1), .page-dashboard .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-tag .dashboard-tag-content p:nth-child(1) {
            margin-bottom: 6px;
            font-weight: 700;
            font-size: 16px; }
          .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-tag .dashboard-tag-content p:nth-child(2), .page-dashboard .dashboard-items.profile-items-top .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-tag .dashboard-tag-content p:nth-child(2) {
            font-weight: 900;
            font-size: 20px; }
    .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item:first-of-type .dashboard-box-line, .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item:last-of-type .dashboard-box-line, .page-dashboard .dashboard-items.profile-items-top .dashboard-item:first-of-type .dashboard-box-line, .page-dashboard .dashboard-items.profile-items-top .dashboard-item:last-of-type .dashboard-box-line {
      display: block;
      width: 100%;
      padding: 16px;
      border: 2px solid #e8e8e8;
      border-radius: 4px;
      margin-bottom: 20px;
      background-color: #f9f9f9; }
      .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item:first-of-type .dashboard-box-line:last-of-type, .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item:last-of-type .dashboard-box-line:last-of-type, .page-dashboard .dashboard-items.profile-items-top .dashboard-item:first-of-type .dashboard-box-line:last-of-type, .page-dashboard .dashboard-items.profile-items-top .dashboard-item:last-of-type .dashboard-box-line:last-of-type {
        margin-bottom: 0; }
    .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item:first-of-type .dashboard-box-photo, .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item:first-of-type .dashboard-box-title, .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item:last-of-type .dashboard-box-photo, .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item:last-of-type .dashboard-box-title, .page-dashboard .dashboard-items.profile-items-top .dashboard-item:first-of-type .dashboard-box-photo, .page-dashboard .dashboard-items.profile-items-top .dashboard-item:first-of-type .dashboard-box-title, .page-dashboard .dashboard-items.profile-items-top .dashboard-item:last-of-type .dashboard-box-photo, .page-dashboard .dashboard-items.profile-items-top .dashboard-item:last-of-type .dashboard-box-title {
      display: inline-block;
      vertical-align: middle; }
    .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item:first-of-type .dashboard-box-title, .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item:last-of-type .dashboard-box-title, .page-dashboard .dashboard-items.profile-items-top .dashboard-item:first-of-type .dashboard-box-title, .page-dashboard .dashboard-items.profile-items-top .dashboard-item:last-of-type .dashboard-box-title {
      width: calc(100% - 80px);
      padding-left: 10px;
      margin-top: 0;
      margin-bottom: 0 !important;
      font-size: 22px;
      text-align: center; }
    .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item:first-of-type, .page-dashboard .dashboard-items.profile-items-top .dashboard-item:first-of-type {
      display: none; }
      @media only screen and (max-width: 860px) {
        .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item:first-of-type, .page-dashboard .dashboard-items.profile-items-top .dashboard-item:first-of-type {
          display: block;
          margin-bottom: 20px; } }
    .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item:nth-child(2), .page-dashboard .dashboard-items.profile-items-top .dashboard-item:nth-child(2) {
      width: calc(100% - 325px);
      margin-right: 20px; }
    .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item:last-of-type, .page-dashboard .dashboard-items.profile-items-top .dashboard-item:last-of-type {
      width: 300px; }
      @media only screen and (max-width: 860px) {
        .page-dashboard .dashboard-items.dashboard-items-top .dashboard-item:last-of-type, .page-dashboard .dashboard-items.profile-items-top .dashboard-item:last-of-type {
          display: none; } }
    .page-dashboard .dashboard-items.dashboard-items-middle .dashboard-item {
      display: block;
      width: 100%; }
      .page-dashboard .dashboard-items.dashboard-items-middle .dashboard-item .dashboard-box-items {
        margin-bottom: 0; }
        .page-dashboard .dashboard-items.dashboard-items-middle .dashboard-item .dashboard-box-items .dashboard-box-item {
          width: calc(16.16% - 9px); }
          .page-dashboard .dashboard-items.dashboard-items-middle .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box {
            background-color: #e8e8e8; }
            .page-dashboard .dashboard-items.dashboard-items-middle .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box .dashboard-box-result {
              background-color: #dbdbdb !important; }
    @media only screen and (max-width: 860px) {
      .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item {
        display: block !important;
        width: 100% !important; } }
    .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item:first-of-type {
      width: 100%;
      margin-right: 20px; }
    .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item:last-of-type {
      width: 300px; }
    .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item #anpchart {
      font-family: "Roboto", sans-serif; }
      .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item #anpchart * {
        font-family: "Roboto", sans-serif; }
      .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item #anpchart .highcharts-background {
        fill: transparent; }
      .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item #anpchart .highcharts-exporting-group {
        display: none; }
      .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item #anpchart .highcharts-legend .highcharts-legend-box {
        stroke: none; }
      .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item #anpchart .highcharts-tooltip {
        font-weight: bold; }
      .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item #anpchart .highcharts-axis-labels.highcharts-yaxis-labels text, .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item #anpchart .highcharts-axis-labels text {
        font-weight: bold;
        font-size: 10px !important;
        color: black !important;
        fill: black !important; }
      .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item #anpchart .highcharts-series-0 rect, .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item #anpchart .highcharts-series-0 path, .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item #anpchart .highcharts-series-1 rect, .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item #anpchart .highcharts-series-1 path {
        stroke: none; }
      .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item #anpchart .highcharts-stack-labels text {
        font-size: 10px !important;
        fill: black !important; }
        .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item #anpchart .highcharts-stack-labels text tspan {
          stroke: none; }
      .page-dashboard .dashboard-items.dashboard-items-bottom .dashboard-item #anpchart .highcharts-credits {
        display: none; }
    .page-dashboard .dashboard-items .dashboard-item {
      display: inline-block;
      vertical-align: top; }
      .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item:first-of-type .dashboard-box-center {
        padding-left: 0; }
      .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item:last-of-type .dashboard-box-center {
        padding-right: 2px; }
      .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center {
        padding: 0 10px; }
        .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box {
          position: relative;
          padding: 0;
          border: 2px solid #e8e8e8;
          text-align: center; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-title {
            padding: 26px 0;
            border-bottom: 2px solid #e8e8e8;
            margin-top: 0;
            margin-bottom: 16px;
            font-size: 18px; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content {
            position: relative;
            min-height: 72px;
            margin-bottom: 16px; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .goal-circle {
              width: 160px;
              height: 160px;
              margin: auto; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .dashboard-box-text {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              font-weight: bold; }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .dashboard-box-text span {
                display: block; }
                .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .dashboard-box-text span:first-of-type {
                  padding: 10px 14px;
                  border-radius: 4px;
                  margin-top: 0 !important;
                  font-size: 26px !important;
                  color: white;
                  background-color: #e62686; }
                .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .dashboard-box-text span:last-of-type {
                  margin-top: 4px;
                  font-family: "Roboto", sans-serif;
                  font-size: 11px; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .goals-widerange {
              position: relative;
              display: block;
              height: 30px;
              border-radius: 2px;
              background-color: #dbdbdb;
              overflow: hidden; }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .goals-widerange .goals-widerange-indicator, .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .goals-widerange .goals-widerange-indicator2 {
                position: relative;
                display: inline-block;
                height: 30px;
                padding: 0 4px;
                border-radius: 2px;
                font-weight: 900;
                font-size: 16px;
                line-height: 30px;
                text-align: center;
                -webkit-animation: progressanimation 120s ease infinite;
                -moz-animation: progressanimation 120s ease infinite;
                animation: progressanimation 120s ease infinite;
                z-index: 1; }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .goals-widerange .goals-widerange-indicator {
                color: white;
                background-color: #e62686;
                background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
                background-size: 400% 400%; }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .goals-widerange .goals-widerange-indicator2 {
                margin-left: -4px;
                color: black; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .goal-circle, .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .dashboard-box-image {
              position: absolute !important;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .goal-circle {
              top: calc(50% - 13px); }
              @media only screen and (max-width: 380px) {
                .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .goal-circle {
                  width: 150px;
                  height: 150px; } }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .dashboard-box-image {
              width: 100%;
              top: calc(50% - 6px); }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .dashboard-box-image img {
                max-height: 160px;
                width: 100%;
                margin: auto; }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .dashboard-box-image .flip-card {
                background-color: transparent;
                width: 160px;
                height: 160px;
                margin: auto;
                perspective: 1000px; }
                .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .dashboard-box-image .flip-card .flip-card-inner {
                  position: relative;
                  width: 100%;
                  height: 100%;
                  text-align: center;
                  transition: transform 0.6s;
                  transform-style: preserve-3d; }
                  .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .dashboard-box-image .flip-card .flip-card-inner .flip-card-front, .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .dashboard-box-image .flip-card .flip-card-inner .flip-card-back {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    backface-visibility: hidden; }
                  .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .dashboard-box-image .flip-card .flip-card-inner .flip-card-front {
                    color: black;
                    z-index: 2; }
                  .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .dashboard-box-image .flip-card .flip-card-inner .flip-card-back {
                    color: white;
                    transform: rotateY(180deg);
                    z-index: 1; }
                    .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .dashboard-box-image .flip-card .flip-card-inner .flip-card-back p {
                      position: absolute;
                      top: calc(50% + 4px);
                      left: 50%;
                      font-weight: 900;
                      font-size: 22px;
                      -webkit-transform: translate(-50%, -50%);
                      -moz-transform: translate(-50%, -50%);
                      -ms-transform: translate(-50%, -50%);
                      -o-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%); }
                .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-content .dashboard-box-image .flip-card:hover .flip-card-inner {
                  transform: rotateY(180deg); }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box-items .dashboard-box-item .dashboard-box-center .dashboard-box .dashboard-box-result {
            padding: 14px 26px;
            border-bottom-right-radius: 2px;
            border-bottom-left-radius: 2px;
            font-weight: bold;
            font-size: 18px;
            background-color: #e8e8e8; }
      .page-dashboard .dashboard-items .dashboard-item .dashboard-box {
        position: relative;
        padding: 20px;
        border: 2px solid #e8e8e8;
        border-radius: 4px;
        background-color: white;
        -webkit-box-shadow: 3px 3px 2px 0px rgba(232, 232, 232, 0.5);
        -moz-box-shadow: 3px 3px 2px 0px rgba(232, 232, 232, 0.5);
        box-shadow: 3px 3px 2px 0px rgba(232, 232, 232, 0.5); }
        @media only screen and (max-width: 560px) {
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box {
            padding: 20px; } }
        .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip {
          padding: 0;
          margin-top: 20px;
          text-align: center; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip .dashboard-trip-header {
            position: relative;
            height: 185px;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            line-height: 190px;
            background-position: center center;
            background-size: cover;
            overflow: hidden; }
            @media only screen and (max-width: 1100px) {
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip .dashboard-trip-header {
                height: 159px;
                line-height: 168px; } }
            @media only screen and (max-width: 860px) {
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip .dashboard-trip-header {
                height: 120px;
                line-height: 126px; } }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip .dashboard-trip-header .dashboard-trip-percentage {
              position: absolute;
              bottom: 10px;
              line-height: 1; }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip .dashboard-trip-header .dashboard-trip-percentage.dashboard-trip-percentagemin {
                left: 10px; }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip .dashboard-trip-header .dashboard-trip-percentage.dashboard-trip-percentagemax {
                right: 10px; }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip .dashboard-trip-header .dashboard-trip-percentage p {
                font-weight: 700;
                font-style: italic;
                font-size: 26px;
                color: white; }
                @media only screen and (max-width: 760px) {
                  .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip .dashboard-trip-header .dashboard-trip-percentage p {
                    font-size: 22px; } }
                @media only screen and (max-width: 560px) {
                  .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip .dashboard-trip-header .dashboard-trip-percentage p {
                    font-size: 20px; } }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip .dashboard-trip-header .dashboard-trip-layer {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.5); }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip .dashboard-trip-header .dashboard-trip-country {
              position: relative;
              font-weight: bold;
              font-size: 24px;
              color: white; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip .dashboard-trip-bar .goals-widerange {
            position: relative;
            display: block;
            height: 24px;
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
            background-color: #f9f9f9; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip .dashboard-trip-bar .goals-widerange .goals-widerange-indicator {
              position: relative;
              display: block;
              height: 24px;
              border-bottom-left-radius: 2px;
              border-bottom-left-radius: 2px;
              font-weight: 900;
              font-size: 16px;
              color: white;
              line-height: 24px;
              text-align: center;
              background-color: #e62686;
              background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
              background-size: 400% 400%;
              -webkit-animation: progressanimation 120s ease infinite;
              -moz-animation: progressanimation 120s ease infinite;
              animation: progressanimation 120s ease infinite;
              z-index: 1; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip .dashboard-trip-bar .goals-widerange p {
              position: absolute;
              top: 5px;
              right: 17px;
              font-weight: 900;
              font-size: 14px; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip.profile-box-trip {
            border: none !important;
            margin-top: 0; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box.dashboard-box-trip.profile-box-trip .dashboard-trip-header {
              height: 184px;
              line-height: 184px; }
        .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-title {
          margin-bottom: 20px;
          font-weight: 900;
          font-size: 22px; }
        .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-stitle {
          margin-bottom: 20px;
          font-weight: 900;
          font-size: 18px;
          text-align: center; }
        .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-text {
          font-weight: 700;
          font-size: 15px; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-text span {
            display: block; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-text span:first-of-type {
              margin-bottom: 2px; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-text span:last-of-type {
              font-size: 16px; }
        .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-small {
          position: relative;
          margin-bottom: 22px; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-small:last-of-type {
            margin-bottom: 0; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-small .dashboard-box-smallt, .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-small .dashboard-box-smallvalue {
            display: block; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-small .dashboard-box-smallt {
            margin-bottom: 4px; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-small .dashboard-box-smallvalue {
            border-radius: 2px;
            color: black;
            background-color: #e62686; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-small .dashboard-box-smallvalue p {
              padding: 4px;
              font-weight: 900;
              font-size: 17px;
              text-align: center;
              color: white; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-small .dashboard-box-bar .goals-widerange {
            position: relative;
            display: block;
            height: 24px;
            border-radius: 2px;
            background-color: #e8e8e8;
            overflow: hidden; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-small .dashboard-box-bar .goals-widerange .goals-widerange-indicator {
              position: relative;
              display: block;
              height: 24px;
              padding: 0 4px;
              border-radius: 2px;
              font-weight: 900;
              font-size: 16px;
              color: white;
              line-height: 25px;
              text-align: center;
              background-color: #e62686;
              background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
              background-size: 400% 400%;
              -webkit-animation: progressanimation 120s ease infinite;
              -moz-animation: progressanimation 120s ease infinite;
              animation: progressanimation 120s ease infinite;
              z-index: 1; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-small .dashboard-box-bar .goals-ruler {
            margin-bottom: 0; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-small .dashboard-box-bar .goals-ruler .goals-ruler-items .goals-ruler-item {
              display: inline-block;
              vertical-align: middle;
              width: calc(50% - 4px); }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-small .dashboard-box-bar .goals-ruler .goals-ruler-items .goals-ruler-item:first-of-type {
                text-align: left; }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-small .dashboard-box-bar .goals-ruler .goals-ruler-items .goals-ruler-item:last-of-type {
                text-align: right; }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-small .dashboard-box-bar .goals-ruler .goals-ruler-items .goals-ruler-item p {
                font-weight: 900; }
                .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-small .dashboard-box-bar .goals-ruler .goals-ruler-items .goals-ruler-item p span {
                  display: block;
                  font-size: 12px; }
        .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-photo {
          position: relative;
          width: 50px;
          height: 50px;
          border: 2px solid black;
          border-radius: 100px;
          margin: auto;
          margin-left: 20px;
          overflow: hidden;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
          @media only screen and (max-width: 400px) {
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-photo {
              margin-left: 0; } }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-photo .box-photo {
            position: absolute;
            width: 50px;
            height: 50px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background-size: cover; }
        .page-dashboard .dashboard-items .dashboard-item .dashboard-box .goal-circle {
          position: relative;
          width: 80px;
          height: 80px;
          padding: 6px;
          border-radius: 100px;
          margin: auto;
          font-weight: 900;
          font-size: 17px !important;
          background-color: #e62686; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .goal-circle.goal-circle-np .progressbar-text {
            display: none; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .goal-circle .goal-circle-text {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: white; }
        .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-widerange-value {
          position: relative;
          min-width: 77px;
          margin-bottom: 6px;
          text-align: center; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-widerange-value p {
            position: absolute;
            top: 5px;
            left: calc(100% - 73px);
            display: table;
            padding: 4px 10px 5px;
            border-radius: 4px;
            margin: auto;
            margin-left: -4px;
            font-weight: 900;
            font-size: 19px;
            color: black;
            background-color: white;
            z-index: 9; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-widerange-value p span {
              display: block;
              font-size: 14px; }
        .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-widerange {
          position: relative;
          display: block;
          height: 32px;
          border-radius: 4px;
          margin-bottom: 6px;
          background-color: #f9f9f9; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-widerange .goals-widerange-indicator {
            position: relative;
            display: block;
            height: 32px;
            border-radius: 4px;
            line-height: 33px;
            text-align: center;
            background-color: #e62686;
            background: linear-gradient(-45deg, #3ba8dc, #e62686, #fc7720, #019688);
            background-size: 400% 400%;
            -webkit-animation: progressanimation 120s ease infinite;
            -moz-animation: progressanimation 120s ease infinite;
            animation: progressanimation 120s ease infinite;
            z-index: 1; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-widerange .goals-widerange-ideal {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            height: 32px;
            padding-right: 14px;
            border-radius: 4px;
            font-size: 13px;
            line-height: 33px;
            color: #1c2101;
            text-align: right;
            background-color: #e8e8e8; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-widerange .goals-widerange-goals {
            position: absolute;
            top: 10px;
            display: block;
            width: 16px;
            height: 16px;
            border-radius: 20px;
            margin-right: 12px;
            background-color: white;
            cursor: pointer;
            -moz-transition: all 0.25s ease-out;
            -webkit-transition: all 0.25s ease-out;
            -i-transition: all 0.25s ease-out; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-widerange .goals-widerange-goals:hover, .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-widerange .goals-widerange-goals.dashboard-goal-active {
              background-color: #e8e8e8; }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-widerange .goals-widerange-goals:hover .gps_ring, .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-widerange .goals-widerange-goals.dashboard-goal-active .gps_ring {
                -webkit-animation: none;
                -moz-animation: none;
                animation: none; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-widerange .goals-widerange-goals .gps_ring {
              position: absolute;
              top: -4px;
              left: -4px;
              width: 24px;
              height: 24px;
              border: 2px solid #e8e8e8;
              border-radius: 30px;
              -webkit-animation: pulsate 1.8s ease-out infinite;
              -moz-animation: pulsate 1.8s ease-out infinite;
              animation: pulsate 1.8s ease-out infinite;
              opacity: 0; }
        .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-ruler {
          margin-bottom: 0; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-ruler .goals-ruler-items .goals-ruler-item {
            display: inline-block;
            vertical-align: middle;
            width: calc(50% - 4px); }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-ruler .goals-ruler-items .goals-ruler-item:first-of-type {
              text-align: left; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-ruler .goals-ruler-items .goals-ruler-item:last-of-type {
              text-align: right; }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-ruler .goals-ruler-items .goals-ruler-item p {
              font-weight: 900; }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-ruler .goals-ruler-items .goals-ruler-item p span {
                display: block;
                font-size: 17px; }
        .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals {
          position: relative;
          width: 100%;
          padding: 16px;
          border: 2px solid #e8e8e8;
          border-radius: 4px;
          margin: auto auto 20px;
          text-align: center;
          background-color: #f9f9f9; }
          @media only screen and (max-width: 560px) {
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals {
              padding: 10px; } }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goals-slider, .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goals-total {
            display: inline-block;
            vertical-align: top; }
            @media only screen and (max-width: 560px) {
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goals-slider, .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goals-total {
                display: block;
                width: 100% !important; } }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goals-slider {
            width: calc(100% - 104px); }
            @media only screen and (max-width: 560px) {
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goals-slider {
                margin-bottom: 20px; } }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goals-slider .slick-arrow {
              width: 30px;
              height: 30px;
              top: 8px;
              z-index: 1; }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goals-slider .slick-arrow:after {
                font-size: 32px; }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goals-total {
            width: 100px;
            padding-left: 16px; }
            @media only screen and (max-width: 560px) {
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goals-total {
                width: 94px;
                padding-left: 0; } }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goal-item {
            							/*
            							display: inline-block;
            							vertical-align: top;
            							margin: 0 auto;
            
            							&:last-of-type {
            								.goal {
            									border-radius: 74px;
            								}
            							}
            							*/ }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goal-item .goal {
              position: relative;
              display: block;
              width: 80px;
              height: 80px;
              padding: 10px;
              border-radius: 64px;
              margin: auto auto 10px;
              text-align: center;
              background-image: url("../../global/img/icons/coin2.svg");
              background-color: #e8e8e8;
              overflow: hidden;
              -moz-transition: all 0.25s ease-out;
              -webkit-transition: all 0.25s ease-out;
              -i-transition: all 0.25s ease-out;
              /*
              &:hover {
              	animation: scalegoal 1s alternate infinite ease-in;
              }
              */ }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goal-item .goal .goal-center {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goal-item .goal p {
                font-weight: bold;
                font-size: 24px;
                color: black; }
                @media only screen and (max-width: 560px) {
                  .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goal-item .goal p {
                    font-size: 18px; } }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goal-item .goal-title {
              margin-top: 10px; }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goal-item .goal-title p {
                font-size: 14px; }
                .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goal-item .goal-title p span {
                  display: block; }
                  .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals .goal-item .goal-title p span:first-of-type {
                    margin-bottom: 2px;
                    font-size: 12px; }
        .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-result .goals-result-item {
          display: inline-block;
          vertical-align: middle;
          width: calc(33.33% - 4px);
          text-align: center; }
          @media only screen and (max-width: 1060px) {
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-result .goals-result-item {
              width: calc(50% - 4px); } }
          @media only screen and (max-width: 560px) {
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-result .goals-result-item {
              width: 100%;
              margin-bottom: 20px; } }
          @media only screen and (max-width: 1060px) {
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-result .goals-result-item:nth-child(1), .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-result .goals-result-item:nth-child(2) {
              margin-bottom: 20px; } }
          @media only screen and (max-width: 560px) {
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-result .goals-result-item:last-of-type {
              margin-bottom: 0; } }
          .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-result .goals-result-item p {
            display: table;
            min-width: 180px;
            border-radius: 20px;
            margin: auto;
            overflow: hidden; }
            @media only screen and (max-width: 660px) {
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-result .goals-result-item p {
                min-width: initial; } }
            .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-result .goals-result-item p span {
              display: block;
              padding: 8px 26px; }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-result .goals-result-item p span:first-of-type {
                font-weight: 700;
                font-size: 22px;
                background-color: white; }
              .page-dashboard .dashboard-items .dashboard-item .dashboard-box .dashboard-box-content .goals-result .goals-result-item p span:last-of-type {
                font-size: 16px;
                color: white;
                background-color: #e62686; }

.dap-modal-steps-buttons div a {
  padding: 12px !important;
  border-radius: 30px !important; }

.table-container table thead th {
  padding: 12px 0 12px 17px !important; }
  .table-container table thead th:first-of-type {
    border-top-left-radius: 14px !important;
    border-bottom-left-radius: 14px !important; }
  .table-container table thead th:last-of-type {
    border-top-right-radius: 14px !important;
    border-bottom-right-radius: 14px !important; }
.table-container table tbody tr:first-of-type, .table-container table tbody td:first-of-type {
  border-top-left-radius: 14px !important;
  border-bottom-left-radius: 14px !important; }
.table-container table tbody tr:last-of-type, .table-container table tbody td:last-of-type {
  border-top-right-radius: 14px !important;
  border-bottom-right-radius: 14px !important; }
.table-container table tbody tr:nth-child(even) td {
  background-color: white !important; }
.table-container table tbody tr td .icon-cross {
  padding: 4px !important;
  border-radius: 30px !important;
  color: #e62686 !important;
  background-color: #1c2101 !important;
  -moz-transition: all 0.25s ease-out !important;
  -webkit-transition: all 0.25s ease-out !important;
  -i-transition: all 0.25s ease-out !important; }
  .table-container table tbody tr td .icon-cross:hover {
    color: white !important;
    background-color: #e62686 !important; }

.percentages-graph-title {
  font-weight: bold !important;
  font-size: 20px !important;
  margin-top: 30px !important;
  margin-bottom: 15px !important; }

.percentages-graph .percentages-graph-item .percentages-graph-item-col-table div {
  border-radius: 40px !important; }

/*# sourceMappingURL=style.css.map */
